Live data from Hacker News

Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas

haystackeditor.com

61–70 of 227 posts

Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas

#61

Congrats on the launch. I've actually been going in a totally separate direction lately, it helps with my focus and ADHD tendencies to jump around and get overwhelmed. 1. One window. 2. Minimal everything. 3. Most importantly, no tree navigation. If I need to jump to a file, I either use recents menu in Intellij or use file markers to jump to it, means I have to remember the filemarker and have intent to go there (I'…

> For large and mature codebases like you mention, I just use LLM to guide me around. How? What do you call large mature codebases? In my experience LLMs already make many mistakes and assumptions just in one file?

continue.dev with anthropic's API key https://docs.continue.dev/how-to-use-continue#ask-questions-...

Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas

#62
Congrats on the release. This looks like an excellent, well implemented in tool. I look forward to trying it out.

It reminds me of a feature I've always wanted, and even built manually a couple times, but never in a shareable way, which is to unravel a code path into a single script or source file.

I've want to be able to set something like a breakpoint and hit an "unravel" button and be left with a single file that shows every action that occurs leading up to that point. Ideally it would be runnable as a single script as well. This is essentially the view a step debugger gives you, but I want to see it all in a single file from start to finish rather than I. Multiple layers referencing multiple files.

Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas

#63

I'm not sure about the AI features but the concept of working with code on a canvas and having some sort of flowchart UI has been a dream of mine for some time. I mainly do data processing and draw lots of flowcharts for communicating pipelines and also for myself. Having a development UI which goes in that direction somewhat would be great for handling unwieldy codebases written by non-CS folk.

Kind of like what BlueJ does with Java?

Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas

#65

I'm not sure about the AI features but the concept of working with code on a canvas and having some sort of flowchart UI has been a dream of mine for some time. I mainly do data processing and draw lots of flowcharts for communicating pipelines and also for myself. Having a development UI which goes in that direction somewhat would be great for handling unwieldy codebases written by non-CS folk.

[deleted]

Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas

#66

I'm not sure about the AI features but the concept of working with code on a canvas and having some sort of flowchart UI has been a dream of mine for some time. I mainly do data processing and draw lots of flowcharts for communicating pipelines and also for myself. Having a development UI which goes in that direction somewhat would be great for handling unwieldy codebases written by non-CS folk.

[flagged]

Re: Show HN: Haystack – an IDE for exploring and editing code on an infinite canvas

#68
post #62

Congrats on the release. This looks like an excellent, well implemented in tool. I look forward to trying it out. It reminds me of a feature I've always wanted, and even built manually a couple times, but never in a shareable way, which is to unravel a code path into a single script or source file. I've want to be able to set something like a breakpoint and hit an "unravel" button and be left with a single file that…

[flagged]
Post reply on HN