Ask HN: What's a new developer tool you recently started using?
1–10 of 14 posts
Re: Ask HN: What's a new developer tool you recently started using?
#2https://sourceforge.net/projects/frhed/
On a similar note I also use Notepad2 which hasn't been updated in years, but is a no-BS upgrade from Notepad that also will open just about anything very quickly. I use it more than Notepad++ because of the balance between simplicity and function, and it never gives me popups to update.
Re: Ask HN: What's a new developer tool you recently started using?
#3Re: Ask HN: What's a new developer tool you recently started using?
#4It's kinda silly, but I like "frhed" for Windows. It's a small fast hex editor. I tried more advanced editors but found myself going back to frhed because it opens instantly and never complains, it just opens any file and lets me get to work. https://sourceforge.net/projects/frhed/ On a similar note I also use Notepad2 which hasn't been updated in years, but is a no-BS upgrade from Notepad that also will open just ab…
Re: Ask HN: What's a new developer tool you recently started using?
#5Lima - pretty smooth way to develop on a linux vm on macOS. I connect it via SSH to VS code, and performs quite well on M1/M2 MacBooks.
Re: Ask HN: What's a new developer tool you recently started using?
#6Re: Ask HN: What's a new developer tool you recently started using?
#7I just started using chezmoi, a cross-platform dotfiles manager. Would highly reccommend chezmoi if you're looking for a reliable dotfile manager.
Re: Ask HN: What's a new developer tool you recently started using?
#8Re: Ask HN: What's a new developer tool you recently started using?
#9I just started using chezmoi, a cross-platform dotfiles manager. Would highly reccommend chezmoi if you're looking for a reliable dotfile manager.
How is this better than using git?
Re: Ask HN: What's a new developer tool you recently started using?
#10VMs - Specifically with Parallels Desktop. I'm a bit fed up with MacOS packagers. I prefer having a small VM, where things are at least consistent. And no risks of NPM contaminations.