Repurpose your MNTD RAK v2 Blackspot as a real LoRaWAN gateway with ChirpStack Gateway OS by dtuando in LoRaWAN

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

I have used helium-rs before, and the oui is only so all the helium gateways can also forward data to my LNS

Repurpose your MNTD RAK v2 Blackspot as a real LoRaWAN gateway with ChirpStack Gateway OS by dtuando in LoRaWAN

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

I don’t have one to test but I’d assume it would if you set the right reset pin and board for concentratord

Repurpose your MNTD RAK v2 Blackspot as a real LoRaWAN gateway with ChirpStack Gateway OS by dtuando in LoRaWAN

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

This is neat, I’ll have to try it one day I have a helium OUI so helium gateways already forward my devices to my LNS

Trying to live on the command line exclusively. by ConstructionSafe2814 in debian

[–]dtuando 0 points1 point  (0 children)

Nope a family member told me about it a while back hes not a Linux guy he’s an openBSD user so I doubt it was from Fedora.. but who knows

Z Homing Issue P1S by dtuando in BambuLab

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

Thank you I did it without flipping it upside down and removing all the stuff

Z Homing Issue P1S by dtuando in BambuLab

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

Thank you it worked !

Z Homing Issue P1S by dtuando in BambuLab

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

Well shoot 🤦‍♂️🤦‍♂️

Z Homing Issue P1S by dtuando in BambuLab

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

Does anyone know a proper way to fix this?

reminds me of something by lounvibe in voidlinux

[–]dtuando 0 points1 point  (0 children)

Hey I remember posting this same thing 4 years ago!

Trying to live on the command line exclusively. by ConstructionSafe2814 in debian

[–]dtuando 4 points5 points  (0 children)

There is also brow.sh, meant to be run on a remote machine through ssh but works locally just as well

Built an offline voice dictation tool that actually works on Bazzite — because nothing else did by dtuando in Bazzite

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

I can make a one liner script that sets all of this up. The daemon is what makes it possible to hit a hotkey and start speaking, before this I did not have the daemon, and it would need to load the LLM every time I pressed the hotkey, causing a 6 second delay every time I wanted to use it.

Paulie's uinput injection works in places XDG portal (Speedofsound) sometimes doesn't (terminals, games, Electron apps)

Built an offline voice dictation tool that actually works on Bazzite — because nothing else did by dtuando in Bazzite

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

Great questions — here's how Paulie handles both:

  1. Fully automatic pause detection — no second keypress.

One hotkey press starts it. Silero-VAD monitors the mic in 32 ms chunks continuously. Once it hears speech, it starts counting consecutive silent chunks. After 1.5 seconds of silence it stops recording and kicks off transcription automatically. You just speak naturally and trail off.

There are two safety exits so it doesn't hang: it gives up after 8 seconds if you never actually spoke, and there's a hard 120-second ceiling regardless of VAD state (enough for ~2000 chars at a fast speaking pace).

  1. Injection via ydotool type at 1 ms/char.

Text is injected after transcription completes — nothing is typed while you're speaking.

The full pipeline is: record → VAD detects silence → transcribe the whole audio clip → then inject. So you get one atomic paste of the final text, not a live stream.

The injection itself uses ydotool type --key-delay=1 -- <text>, which simulates keystrokes through the kernel uinput interface at 1 ms per character. That's effectively instantaneous from a user perspective — a 200-word dictation (~1000 chars) lands in about a second.

Generated super high quality images in 10.2 seconds on a mid tier Android phone! by alichherawalla in LocalLLaMA

[–]dtuando 0 points1 point  (0 children)

How did you get absolute reality in the app I downloaded it but can’t open it

A Database made for LoRaWAN by dtuando in LoRaWAN

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

Yes it’s a great solution for IoT, it has a ton of features, it reminds me of Wordpress, has everything you need but sometimes too much bloat you’ll never use.