I like how it looks. But the terminal already has excellent diff and commit tools.
I'm curious, what's some user-friendly terminal based tool to say stage only a couple of discontiguous lines from changes in a single file to commit in Git? I think I've tried the git command line "interactive" mode, and is really painful. I find myself going to an IDE, selecting the line and right-clicking + "stage selected ranges" to achieve that.
Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
61–70 of 89 posts
Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
#62Earlier quoted context omitted.
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
#63The 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.
what kind of noob uses debugger from within their IDE?
I’m referring to server-side work when I say to use a debugger in the IDE, not something targeting the browser.
Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
#64The 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.
Woah woah, temper down the assertion my friend! Profiling is a tool meant for processes that relate to performance, or hot spots. Debuggers when integrated well[1], are great tools but compete with print based debugging which is a much more general skill one uses and needs to learn. Let's reserve malpraxis considerations for writing code without any true thought given for security, privacy, accessibility and human ri…
You should absolutely be adding logging, including optional verbose logs, to code. It’s a form of self-documentation and a major convenience during maintenance.
But it doesn’t compete with or replace using a real debugger, which allows you to step through your stack at any point and see potentially many megabytes of state that you literally can’t consume from a text console.
Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
#65Forced dark theme -- please don't punish me for having astigmatism--can't do dark mode
not to mention that light themes produce less eye fatigue and strain. but who cares about that
There is not one singular answer for everybody.
Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
#66I like how it looks. But the terminal already has excellent diff and commit tools.
I'm curious, what's some user-friendly terminal based tool to say stage only a couple of discontiguous lines from changes in a single file to commit in Git? I think I've tried the git command line "interactive" mode, and is really painful. I find myself going to an IDE, selecting the line and right-clicking + "stage selected ranges" to achieve that.
Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
#67Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
#68Earlier quoted context omitted.
> I had Claude code up What's the difference?
The difference is that the resulting software is useless, buggy, unpolished, will only be used by the person who prompted it and only for about three days before they get tired of it, and that nothing was learned.
Re: Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
#69Earlier quoted context omitted.
The difference is that the resulting software is useless, buggy, unpolished, will only be used by the person who prompted it and only for about three days before they get tired of it, and that nothing was learned.
That's what I'm not getting about these kinds of posts. What is the point of sharing this? It's just a bunch of nothing.