Live data from Hacker News

Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

github.com

41–50 of 89 posts

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#41
post #13

Actual title: I had Claude code up a diff tool in Rust over the weekend My guess is this made it to the front page solely from the Rust boost.

> I had Claude code up What's the difference?

You don't know the difference between "I painted a picture" and "I asked Samantha to paint this picture"?

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#42
post #39

I like how it looks. But the terminal already has excellent diff and commit tools.

Fair enough. I always switch to my IDE for a big branch, actually that's why I never switched VSCode, I liked my original IDEs Git UI. But maybe that's just muscle memory using the same IDE from Java to web over the years.

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#43

Why would you choose to have the ai use a language you don't understand? Isn't this basically admitting you had nothing to do with this project and anyone else could pay an ai to make the same thing easily? Is this something you expect other people to use? Are you planning to maintain this? Are you making a point about ai capabilities? Is this just a joke? I guess I don't really understand the point of posts like thi…

> Isn't this basically admitting you had nothing to do with this project

No. They had nothing to do with the code. The project is not only the code.

> and anyone else could pay an ai to make the same thing easily?

This assumes that the difficult part is typing code, but in reality the most difficult part is to know what to build, specify it, evaluate and iterate on it.

If it were truly as easy as asking an AI once, then everyone would already be shipping successful products daily.

AI just lowers the bar to entry.

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#44
post #13

Earlier quoted context omitted.

> I had Claude code up What's the difference?

You don't know the difference between "I painted a picture" and "I asked Samantha to paint this picture"?

Are companies allowed to make “Show HN” posts?

How is this different than X company saying we build Y, when they literally paid people to do it for them?

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#45
post #43

Why would you choose to have the ai use a language you don't understand? Isn't this basically admitting you had nothing to do with this project and anyone else could pay an ai to make the same thing easily? Is this something you expect other people to use? Are you planning to maintain this? Are you making a point about ai capabilities? Is this just a joke? I guess I don't really understand the point of posts like thi…

> Isn't this basically admitting you had nothing to do with this project No. They had nothing to do with the code. The project is not only the code. > and anyone else could pay an ai to make the same thing easily? This assumes that the difficult part is typing code, but in reality the most difficult part is to know what to build, specify it, evaluate and iterate on it. If it were truly as easy as asking an AI once, t…

> If it were truly as easy as asking an AI once, then everyone would already be shipping successful products daily. AI just lowers the bar to entry.

I could not agree more! I think there's a finite group of people who have a strong software engineering background who really know the rewarding pain and are able to embrace AI in an optimistic way.

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#46

Forced dark theme -- please don't punish me for having astigmatism--can't do dark mode

Haha fair enough, my colleague always says the same! Actually the theme's already separated into a JSON file so this will be trivial.

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#49

bro rly could have just made a custom nvim setup

Hey! I don't think I'd want to do that (maybe you're joking). I'm going to have a lot more control over this, how familiar it is to my current setup and things such as a local history that I can add the hunk diff view to.

Also it's just quite fun.

Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend

#50
post #15
post #4

The primary value of IDEs in the agentic era are: debugging, code review (with good diffing), and management of the agent’s context. I also use mine for browsing databases, but not everyone does that. You seem to have one of those three. I’m not sure what your coding background is, but debuggers/profilers are incredibly useful and important, and it’s essentially malpractice for a developer never to use them.

>but debuggers/profilers are incredibly useful and important, and it’s essentially malpractice for a developer never to use them. Just wait for the moment you need to write code for an embedded platform that doesn't have a debugging mechanism. I've been programming for more than 30 years. Funnily, I used to use debuggers A LOT (in Borland Turbo C++ DOS "IDE" times, Visual Basic, Eclipse, Netbeans, Adobe Flash Builder…

Haha I loved Netbeans, and in college(UK not US) got to the point when I taught actionscript instead of the teacher.
Post reply on HN