Live data from Hacker News

Ask HN: What dev tools do you rely on that nobody talks about?

news.ycombinator.com

41–50 of 58 posts

Re: Ask HN: What dev tools do you rely on that nobody talks about?

#46
post #44

CapRover for self hosted PaaS Dozzle for self hosted logs DuckDB was a life savior for some data analysis I needed to do Rollbar for app error alerting - v generous free tier

I use Dokploy instead but the rest are good

Re: Ask HN: What dev tools do you rely on that nobody talks about?

#47

https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r) https://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 p…

You might be interested in: https://github.com/cantino/mcfly - fuzzy shell history (feels lighter than atuin to me, in rust) https://github.com/watchexec/watchexec - rerun on file change, knows about .gitignore/.ignore etc (in rust) https://github.com/jonas/tig - instead of lazygit, mostly for easier git log viewing for me as I use straight git most of the time Otherwise a lot of crossover in what I use too.

"feels lighter"? is it or is it not lighter?

Re: Ask HN: What dev tools do you rely on that nobody talks about?

#48

https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r) https://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 p…

You might be interested in: https://github.com/cantino/mcfly - fuzzy shell history (feels lighter than atuin to me, in rust) https://github.com/watchexec/watchexec - rerun on file change, knows about .gitignore/.ignore etc (in rust) https://github.com/jonas/tig - instead of lazygit, mostly for easier git log viewing for me as I use straight git most of the time Otherwise a lot of crossover in what I use too.

I tried tig first, I think Lazygit is the ideal interface to me for it. I actually don't use it apart from tags now though as I switched to jj and jjui for 2026. I think everyone has their own tool that works for them so it's hard to go wrong with a lot of these tools
Post reply on HN