Ask HN: What is your dev set up like?
11–20 of 34 posts
Re: Ask HN: What is your dev set up like?
#12Re: Ask HN: What is your dev set up like?
#13Re: Ask HN: What is your dev set up like?
#14Re: Ask HN: What is your dev set up like?
#15Had to move to Linux because I wanted to make some programs related to network-programming (XDP, libnetfilter_queue), and Linux provides all the tools I need.
I've only used VS Code a few times.
The only thing I lack is a home network setup, to fully test those programs.
Re: Ask HN: What is your dev set up like?
#16I use Claude Code for getting things done, Zed for general IDE viewing of long form documents, and I’m also building my own in-terminal IDE-lite called toast ( https://github.com/paradise-runner/toast still very early development!!) that id like to be able to replace zed with.
Re: Ask HN: What is your dev set up like?
#17- Helix editor (no LSP, no plugins)
- Workmux for Git worktree and tmux automation
- Nushell and iTerm
- Claude Code for code generation
Re: Ask HN: What is your dev set up like?
#18Re: Ask HN: What is your dev set up like?
#19For "AI"? I sometimes paste some code into chatgpt.com and ask for assistance, but I don't have an specific integration setup.
I have LSP setup for python, golang, and some smart configurations for YAML, JSON, etc. I have all my work logs in org-mode.