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
github.com/iamdanielv/u...
Posts by Daniel
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
Check it out:
github.com/iamdanielv/u...
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:
github.com/iamdanielv/u...
#dev #tools #tui
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:
github.com/iamdanielv/u...
#dev #tools #tui
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?
#dev #terminal #TUI #tools
Check it out: github.com/iamdanielv/u...
Ever struggle with modifying the ssh config file? I've recently had to make many changes 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: github.com/iamdanielv/s... #tool #dev #utility #shell #helper
Spaghetti on the left, breaking down into modules, to create lasagna on the right
👓 Do One Thing and Do It Well 👓
Devs: ever struggle between adding features vs. perfecting one use case?
I go modular—LEGO-style 🧱
🔌 Plugins
🔗 Microservices
🖥️ Future MCP?
"From Spaghetti to Lasagna"™️
How do you keep your apps focused and flexible?
#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!
github.com/iamdanielv/o...
#Ollama #OpenWebUI #LLM #learning #SelfHosted
#LocalLLM #AI
I use #RancherDesktop for running #Kubernetes on Windows & Ubuntu. I documented my installation steps on Ubuntu and shared them publicly: github.com/iamdanielv/R... Hope others find it helpful! #DevOps #Containers #Learning
Have fun! That's an awesome Combi
Another approach could be to use something like www.autohotkey.com, but that requires you to install it on the Host OS. If it's on the Keyboard itself it works no matter which machine you connect to.
I wanted a smaller keyboard without losing functionality. I have a layer with a num pad and another for doing code reviews focused on moving around code. I use different colors for different layers / functions etc. It's also nice that it is built into the keyboard instead of the OS.
Have you written any fun / interesting macros for your keyboard? #keyboard #QMK #VIA #programming
I'm really enjoying programming / playing with mechanical Keyboards. I wrote custom firmware for my RK R65, check it out here: github.com/iamdanielv/k... #mechanical #Keyboard #QMK #VIA #programming