logoalt Hacker News

bartreadyesterday at 7:47 PM7 repliesview on HN

> look like l33t h4xx0rs even though we're just pressing continue 15 times

I feel seen.

I also think there’s a certain element of reacting against absolutely everything becoming a bloated electron app.

I have no doubt - if it hasn’t already happened - that some apps will unironically embrace the most ridiculous option by shipping as electron apps that implement a TUI layer as their front-end.


Replies

john01davyesterday at 8:19 PM

> I have no doubt - if it hasn’t already happened - that some apps will unironically embrace the most ridiculous option by shipping as electron apps that implement a TUI layer as their front-end.

Claude code is almost there

https://levelup.gitconnected.com/theres-a-react-app-running-...

Suroyesterday at 7:51 PM

Considering the insane memory consumption of claude code running in my terminal, electron was never really the problem, bad software was the culprit all along.

show 2 replies
WD-42yesterday at 9:16 PM

Claude code is react and their desktop app is Electron. But “coding is largely a solved problem”.

ornornoryesterday at 8:42 PM

> shipping as electron apps that implement a TUI layer as their front-end

A significant number of these apps are nodejs apps so it’s not that much of a leap!

show 1 reply
samgranieriyesterday at 10:19 PM

I really wish that 1Password wasn’t an electron app. Or Spotify. (Maybe I should just use Spotify in the browser).

We need to advocate and evangelize for native apps, like RapidApi on macOS and also Tower.

MarsIronPIyesterday at 8:14 PM

Just wait till you hear about the wonders of React + Ink! Now you can have JS bloat in your terminal too!

Jokes aside, I don't understand how devs can bring themselves to ship such inefficient apps.

girvoyesterday at 10:57 PM

Except most of the TUIs I’m seeing are god awful with horrible input latency because they’ve reimplemented everything from scratch in python or whatever. Multiple hundreds of ms per keystroke: it sucks.