I wrote a wrapper to format ss output into a clean, color-coded table. It highlights the status (LISTEN/ESTAB), separates local/remote addresses, and proc name w/ PID.
How do you check listening ports on your machine? #linux#net#dev
Check it out:
https://t.co/bk21bpiFmf
I built a git log viewer that lives in a tmux popup. I can browse commits, see diffs in a preview pane, and copy hashes with a single key. It simplifies reviewing history.
How do you explore your git history? CLI or GUI? #git#tmux#devtools
https://t.co/rCPY7w7Nnx
I scripted a fuzzy-finder process killer. Now I hit a hotkey, type a few letters of the process name, and hit Enter. It even shows me a preview of the process details (CPU/Mem) before I pull the trigger.
Check it out and let me know what you think:
https://t.co/hvPDEO0ffU
Remembering virsh commands is hard.
I built a TUI dashboard to view CPU/RAM usage, grab IP addresses, and toggle power states for my VMs. Itโs like a mini-cloud console right in my terminal.
Check it out, what do you think?
https://t.co/FxVFL24pv6
#dev#terminal
Manually editing .env files is error prone
I wrote a TUI to manage env vars. It handles quoting, preserves comments, and lets me import system variables safely.
How do you manage config files?
Check it out:
https://t.co/6HMixLMrUk
#dev#tools#tui#terminal
I've recently had to make many changes to ssh config as I am testing a lot of VMs. I wrote a little tool to help simplify modifying the ssh config file. Check it out and let me know what you think: https://t.co/ZrxxG1x6Gl #tool#dev#utility#shell#helper
๐ Do One Thing and Do It Well ๐
Devs: ever struggle between adding features vs. perfecting one?
I go modularโLEGO-style ๐งฑ
๐ Plugins
๐ Microservices
๐ฅ๏ธ Future MCP?
"From Spaghetti to Lasagna"โข๏ธ
How do you keep your apps focused?
#Dev#CleanCode#Microservices#Learning
Spent weekend playing with LLMs and decided to automate setup, config and management.
Hopefully helps others get local AI environment running in minutes.
Check it out, I'd appreciate feedback or contributions!
https://t.co/8DxXLYPL1i
#Ollama#OpenWebUI#LLM#learning#SelfHosted
@snakkarike Cool! I'm hoping that more people will publish their code so we can all learn from each other. I'm having a lot of fun customizing the KBs.
Hey @MechTechKeys, not sure how far you got on custom RK75 firmware. I've been playing with the R65 for a while and also wanted a custom R75 firmware. The official repo has some problems on LED mapping and no data on some of the pins. https://t.co/sDmph2Q815
@snakkarike Hey @snakkarike, I was able to spend some time this weekend and figured it out. Check it out: https://t.co/sDmph2QFQD
I think everything is working as it should, I am typing this on the R75 - Layers and LEDs are working as expected.
@snakkarike SDK66 gave us the PCB file, download it from: https://t.co/SAz2swgPyX
then upload it to:
https://t.co/f52EpiCHbm
You can then trace the pins for the r65 and maybe they match.
I reached out to SDK66 to see if I can get the PCB for R75, we'll see. ๐