I love deepwiki for understanding deep code architectures: https://deepwiki.com/
Ask HN: What dev tools do you rely on that nobody talks about?
51–58 of 58 posts
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#52Re: Ask HN: What dev tools do you rely on that nobody talks about?
#53Re: Ask HN: What dev tools do you rely on that nobody talks about?
#54But here we go, Common Lisp for rapid prototyping at my FAANG job, so I'm actually paid to do that!!!
edit: minor typo
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#55Why should I tell if it's supposed to be hidden? :-) But here we go, Common Lisp for rapid prototyping at my FAANG job, so I'm actually paid to do that!!! edit: minor typo
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#56Earlier quoted context omitted.
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?
#57Earlier quoted context omitted.
"feels lighter"? is it or is it not lighter?
Last I checked, and things might have changed, atuin runs a full posgresql database to store and sync the history, while mcfly is lighter, it also has a narrower feature scope.
On the client, it uses sqlite. As of recently, it also keeps an in-memory Nucleo index to make fuzzy searching much faster
Re: Ask HN: What dev tools do you rely on that nobody talks about?
#582. https://github.com/casey/just for more structured scripting.