Hacker Newsnew | past | comments | ask | show | jobs | submit | replwoacause's commentslogin

> Especially if those people aren't presently very bright, and are already mad at you for not helping them achieve their unrelated authoritarian goals.

Just more corrupt behavior from the contemptible kakistocracy that's busy running things into the ground and enriching themselves while they're at it.


Sometimes, the enemy of my enemy is my friend.

The driving force behind most presidential votes

Scrum and agile are performative and most 1:1s are a waste of time, they are just a way to stay in people's good graces and keep up appearances.

FTA? Free Trade Agreement?

From The Article

Elon does suck. Objectively.

Yeah, the marketing is cringe and it's a bummer that such a cool and powerful technology attracts such an icky group of enthusiasts. Surely, not all are bad, but man there are lots of goobers who are just AI-pilled hypemen who can't STFU about it.

your usage of lowk adds nothing to your post, but it does reveal your approximate age.

What does it matter?

Probably thought you were going to use it to build a novel bioweapon or something

I'm not nearly that sick.

Not sure what's low key about it but I agree that it's cool

Why the hell does it need to be so complex? People have been making TUIs for decades. Did we need a small game engine to run claude code?

They forgot to add 'make it as simple as possible' in the prompt is one possible cause.

On a more serious note using a react-like lib for TUI in the hope you'll share the codebase with the web version is a more likely explanation. Still not the best idea.


React is not that stupid to re-render in a loop at 60fps and instead waits for changes to happen before re-rendering. It even batches changes and stuff.

You don't need React for reactive TUIs - at all. I can understand chosing React for web, but for a TUI it sounds like a really poor idea. And in practice we can see that the claude code TUI is also poor.

So how much more improvements are there for efficiency in the Claude code base if they are using react for a tui, in the rest of the code?

I also wonder about the wasted cycles and just the environmental damage caused by all these wasted cpu time . (Edited added a comma for clarity)


It doesn’t need to be that complex, but it can be that complex without being slow. Claude Code’s interface is extremely simple. It has tons and tons of headroom to tack on performance overhead without it being noticeable at all. You just have to not do dumb things like redraw the entire UI every time a spinner spins.

"We made our app chew up so many unnecessary resources that we can use even more resources in the future, and no one will notice" is not the strongest engineering idea I've ever heard.

It's like when Bill Gates tried to guess grocery prices. "How much memory does a regular computer have? I don't know, 50 GB? Like a small EC2?"

It may not be slow, but this crazy complexity is probably a hint at why it can't even scroll up without jumping to the beginning of time.

Must have 120 fps for answers arriving in [buffering] 30 seconds.

I can't help but think it's their engineer's and PM's making these decisions, since I know that if you asked Claude to write a TUI there is no world it would recommend whatever the frontend architecture of claude code is.

It is an excellent example of how LLMs let you try new ideas, even if they aren’t necessarily good ones

I love that animation, really cool

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: