Ask HN: What dev tools do you rely on that nobody talks about?
11–20 of 58 posts
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#12I’m working on mockaton, which is mainly a filename convention based router.
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#13Re: Ask HN: What dev tools do you rely on that nobody talks about?
#14I'm not a dev by trade, so I did use AI as a power-tool to wrestle with the C++ and Electron parts. It turned into a bit of a rabbit hole—I ended up obsessed with keeping it entirely local/offline (no cloud APIs or telemetry) just to see if I could do things like local OCR in RAM. I ended up building two more tools to help me with making the one tool so it kind of spiraled into a small suite, but the main goal was just a no-frills utility that didn't require a login or a subscription just to crop an image.
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#15Re: Ask HN: What dev tools do you rely on that nobody talks about?
#16[flagged]
`http PUT pie.dev/put X-API-Token:123 name=John`
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#17https://github.com/sharkdp/bat (nice coloured cat replacement)
https://github.com/abiosoft/colima (so I don't need docker desktop)
https://github.com/duckdb/duckdb (performant database that lets you directly query JSON, parquet, csv files with SQL queries and convert one to the other.
https://github.com/eradman/entr (rerun commands automatically when provided files change) (useful for rerunning test commands automatically once you save the file you're editing.
https://github.com/martinvonz/jj and https://github.com/idursun/jjui (Jujutsu VCS, been using it for three months and I really enjoy it)
https://github.com/jesseduffield/lazydocker (managing containers, images, volumes easily)
https://github.com/jesseduffield/lazygit (best tui for git and outside niche git commands, the fastest way to use git.)
https://github.com/jdx/mise (fast asdf, direnv, and task runner replacement) (install pretty much version of tool, language, env vars in a per directory level. (Or global if you want))
https://github.com/ajeetdsouza/zoxide (intelligent cd to move between directories incredibly quickly)
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#18its low latency, can do multiple layers, and its easy to pick out a standard set of colours to draw with.
It lets me make good rhetorical diagrams, and I've also used it for drawing quick mockups to get genai to make webpages
also, Quip as a design document/review tool. Its fantastic having a design review where you get comment threads going along different parts of the requirements and design, that you can then focus on in discussion time. it also lowers the barrier to giving feedback, so newer devs can ask questions without feeling like theyre taking up valuable meeting time
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#19Copies it to your clipboard on osx. I use this a lot.
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#20I love it so much that I pity people that use Bash, Zsh.