this post was submitted on 11 Jul 2026
12 points (92.9% liked)

Programming

27640 readers
196 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] OpenStars@piefed.social 1 points 2 hours ago

Counterpoint: vim isn't quite invisible, yet is the BEST tool πŸ”₯

(which also... yeah pretty much goes mostly invisible)

[–] Kache@lemmy.zip 5 points 5 hours ago (1 children)

the GUIs people build aren’t good enough

Big agree

TUIs are inherently better than GUIs

Perhaps not inherently, but TUI users have much less tolerance for "lag", so TUI apps are built to that expectation. That's often not the case for GUIs.

[–] litchralee@sh.itjust.works 1 points 5 hours ago

TUI users have much less tolerance for "lag"

In a lot of ways, I think software that harkens back to an older era understood the assignment exceptional well: when you're working on a glass TTY attached to a 9600 baud modem via a microwave network to the university computer in the next state over, the latency from the connection itself was pretty bad. So to then have inefficient software that "lags" would be intolerable.

Fast forward to the present day, with broadband and 1 ms latency, it's less of a concern, sure. But good software remains good software, even if the environment has improved. And for some, my work often travels with me aboard the train, where the congested 4G backhaul really makes me appreciate the miserly bandwidth of vim and SSH.

I also find myself reconfiguring systems that only have no editor installed except VI (and sed, lol) due to disk constraints. So while the command set is grossly reduced from vim, they have similar commands and workflows that I can maintain proficiency even in these sparse environments.

"Lowest common denominator" software definitely has its use-cases.

[–] eightys3v3n@lemmy.ca -1 points 6 hours ago

Yeah. I agree.
I wish Sublime had a good AI integration plugin with review edits before making them and chat windows with tabs. I've had to go back to VS Code (well at least I had but the Claude integration is worse than Copilot so I might go back and use the Claude desktop app).
I tried a couple but wasn't happy and the cost of code reviewing it to be allowed to use it at work is too much work to just try them all.