Recorded live on twitch, GET IN https://twitch.tv/ThePrimeagenPost: https://stackoverflow.blog/2020/11/09/modern-ide-vs-vim-emacs/MY MAIN YT CHANNEL: Has wel...
I use hexedit for all my programming, that way I can see my text’s source code. It allows things that are impossible with lesser editors, like differentiate l and 1. Newer versions even provide a “live view” that shows your text’s output right beside its source, updated almost instantly. I don’t personally use it as it consumes a lot of resources but it’s a great help if you’re just starting out.
I dislike magic. Theres so much stuff you never learn if you rely on magic. Like most people got no clue what a csproj file contains. And neither did I. Just a bunch of xml lines grouped seemingly randomly. And sln files are hard (not impossible) to create or modify without that dotnet sln magic (or VS gui).
And despite not being a vim user myself even I had to laugh at how those article authors completely missed the point of vim. 🤣
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
Posts must be relevant to programming, programmers, or computer science.
No NSFW content.
Jokes must be in good taste. No hate speech, bigotry, etc.
That guys voice is like nails on a chalkboard
ed is the only true editor
That’s why I use a vimitor instead.
nano for me, please.
You can’t spell vim without ed and em.
Do you all seriously edit text files directly‽
I use
hexedit
for all my programming, that way I can see my text’s source code. It allows things that are impossible with lesser editors, like differentiate l and 1. Newer versions even provide a “live view” that shows your text’s output right beside its source, updated almost instantly. I don’t personally use it as it consumes a lot of resources but it’s a great help if you’re just starting out.butterflies. I use butterflies.
Meh, there is an Emacs command for that.
I dislike magic. Theres so much stuff you never learn if you rely on magic. Like most people got no clue what a csproj file contains. And neither did I. Just a bunch of xml lines grouped seemingly randomly. And sln files are hard (not impossible) to create or modify without that
dotnet sln
magic (or VS gui).And despite not being a vim user myself even I had to laugh at how those article authors completely missed the point of vim. 🤣
I use the VIM plugin in my IDE. The best of both worlds!
Yup me too.
Emacs was my first, and it will be my last!
Where the helix people at?! 🦀
Neovim
Because most of those IDEs breed a complex GUI and WM. I live in the terminal, I can’t afford using something different to emacs
You can buy better hardware to support a GUI! It’s pretty cheap nowadays
Why many word, few good
deleted by creator
Comedy indeed. Try using a fancy IDE on an embedded system…. Laughs all around. Vim is the right tool.