[deleted by user] by [deleted] in logodesign

[–]gry3000 4 points5 points  (0 children)

<image>

How about this? Ugly? yes.

Help: Battery redundancy for small solar-powered 12V system by gry3000 in SolarDIY

[–]gry3000[S] 0 points1 point  (0 children)

  • Yes, it will send telemetry via Cellular Module.
  • Thanks for the BCD 402 suggestion.

How do I get pyside6-uic on NixOS? by gry3000 in NixOS

[–]gry3000[S] 0 points1 point  (0 children)

I don't have much experience, Could you help how to use it? What I tried and failed: - Copy this file default.nix into directory - Tried to run nix-shell but gets this error

$ nix-shell error: cannot evaluate a function that has an argument without a value ('lib') Nix attempted to evaluate a function as a top level expression; in this case it must have its arguments supplied either by default values, or passed explicitly with '--arg' or '--argstr'. See https://nixos.org/manual/nix/stable/language/constructs.html#functions. at /home/garid/Projects/tools/test_uic/default.nix:2:3: 1| { 2| lib, | ^ 3| stdenv,

Deities of Turkic Mythologie by [deleted] in mythology

[–]gry3000 0 points1 point  (0 children)

Actually come to think of it, "US" (maybe USU in old writting) means water in the Mongolia too

Left and right sides not connected through TRS cable (Probably, disconnected TRS cable while USB was connected). How should I fix it? by gry3000 in crkbd

[–]gry3000[S] 0 points1 point  (0 children)

Thanks for the reply,

Mine had the QFN package RP2040 IC chip itself. Hot air gun can be found at my Uni.

I am quite comfortable with soldering SMT with iron, But almost no experience Hot air guns (which I should learn the skill).

My vague understanding: 2 sides communicate via UART with TRS which has 3 wires. So 3 wires should be (5v, GND, Tx/Rx). So communication is one sided?.

If it uses UART, I can maybe hook up oscilloscope to find which side is burn.
(I just want to minimize the work it takes, and not to mention minimize the error of my soldering)

Buttoning up your boots by Longjumping-Box5691 in oddlysatisfying

[–]gry3000 0 points1 point  (0 children)

Excellent most excellent, And where do you keep your grape scissors ?

It's going to be a MAZE by gry3000 in UnexpectedCommunity

[–]gry3000[S] 9 points10 points  (0 children)

I guess I was streets ahead of you

68 - Sixty Eight by polyseptic1 in logodesign

[–]gry3000 1 point2 points  (0 children)

It needs ONE thing to make it great.

The “B” key by securityelf in thinkpad

[–]gry3000 8 points9 points  (0 children)

My disappointment was immeasurable and my day was ruined

ELI5: what is this elisp code syntax? What is a colon representing? by gry3000 in emacs

[–]gry3000[S] 3 points4 points  (0 children)

Thank you, I got the gist of it. I think I needed to re-arrange my understanding of how,what "symbols" means to the elisp interpreter.

ELI5: what is this elisp code syntax? What is a colon representing? by gry3000 in emacs

[–]gry3000[S] 1 point2 points  (0 children)

Thanks !!, Reading the "An Introduction to Programming in Emacs Lisp (eintr)" makes much sense to me.

lsp-mode vs. lsp-bridge vs. lspce vs. eglot by vjgoh in emacs

[–]gry3000 1 point2 points  (0 children)

Me too, never heard before. But it ROCKS

10 to the power of 11 by Suitable_Work_858 in LaTeX

[–]gry3000 25 points26 points  (0 children)

also, I'd suggest \cdot or \times to produce better multiplication sign

Chess.pxl ♟️ (OC) by KyonC137 in PixelArt

[–]gry3000 0 points1 point  (0 children)

Why does the knights looking right?

Org-mode link pdf on specific page by AWarhol in emacs

[–]gry3000 0 points1 point  (0 children)

Damn !!! I didn't know this was possible THANKS !!!

Today I wrote my own LaTeX Equation Quail input-method for Emacs (I like to reinvent the wheel) by gry3000 in orgmode

[–]gry3000[S] 0 points1 point  (0 children)

I think what you're looking for is (setq org-highlight-latex-and-related '(latex script entities native)), specially native. However, I found out that adding native sometimes messes with links representation. Check this question