this post was submitted on 28 Sep 2024
659 points (96.1% liked)

Programmer Humor

19282 readers
641 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PoolloverNathan@programming.dev 6 points 1 day ago (2 children)

I can run Neovim on my phone via Termux. I can run Neovim over SSH. I can run Neovim in tmux. That's not possible with VSCode.

[–] Overshoot2648@lemm.ee 1 points 18 hours ago* (last edited 18 hours ago)

I prefer Micro via Terminus

[–] masterspace@lemmy.ca 1 points 1 day ago (1 children)
[–] PoolloverNathan@programming.dev 1 points 1 day ago (1 children)

I have serve-web running as a service, but that only works well on desktop screen layouts — from my experience, it runs terribly on mobile. However, even then, my tab layout isn't synced between devices. My tmux saves all of my open projects, so I could throw my phone in a woodchipper at any moment, pull out my laptop, and be exactly where I left off. Good luck doing that with vscode.

[–] masterspace@lemmy.ca -1 points 16 hours ago* (last edited 16 hours ago)

I have serve-web running as a service, but that only works well on desktop screen layouts — from my experience, it runs terribly on mobile.

Congrats, if you're trying to write software from your phone you should be fired as a software engineer.

Again, it is stupid as fuck for any software developer to use VIM. If you have to telnet into some random bullshit server for whatever reason you're obviously in a different position. But real, good, maintainable software is not written and built by teams insisting on creating learning curves for no reason.