Live data from Hacker News

Ask HN: What is your dev set up like?

news.ycombinator.com

11–20 of 34 posts

Re: Ask HN: What is your dev set up like?

#12
I 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?

#15
I write code using Sublime Text on a Linux computer, with everything to compile C/C++ programs installed, and obviously the powerful Terminal.

Had 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?

#16

I 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.

I tried Claude code with zed and zed will eat memory like crazy (128GB RAM) after long sessions. I gave up on zed after that happening for a month

Re: Ask HN: What is your dev set up like?

#19
I've been coding 100% in Emacs for the past 20+ years, and I don't imagine I'll be changing any time soon.

For "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.

Post reply on HN