6
AlgoRythm
15h

I've only been using it for one day, but the most striking thing about going from VSCode to Neovim is the performance incrase.

VSCode has some noticeable input lag, but Neovim, even running in wsl2 (AN ENTIRE OPERATING SYSTEM VIRTUALIZED) has none.

That's sort of insane. An ENTIRE OPERATING SYSTEM is less heavy than a single instance of a bloated Electron app.

The absolute state of desktop development in 2024. Yes, VSCode is a fuckin amazing editor. But I can't help but think it's built like resources and performance were never truly a concern beyond "good enough".

Comments
  • 2
    How did you configure autocompletion and what languages do you use?
  • 2
    I'm running vs code in wsl. Switch off most of the autocomplete popups (most of them get in the way anyway) and it's fine (unless you're running on a toaster)...
  • 4
    Up to around seven years ago I was using visual studio, simply because I was taught to write with an IDE and had never really questioned the logic of having to wait half an hour for the damn thing to boot.

    Until one day I finally thought about it for five minutes and realized it was kind of stupid. And so I began working entirely from the terminal, just plain nano, make and gdb. I'm now an obnoxious arch user injecting software communism into his bloodstream on a daily basis. Totally not a cult thing. Hail GNU.
  • 1
    @retoor @atheist It's just the general editing experiencing. There's no frame-losses from loading an autocomplete or whatnot. It's just as if the character takes 2 frames to appear on screen whereas in vim just 1
  • 0
    I started trying neovim and it’s cool but I can’t find a reason to use it yet.
    It makes me feel like a badass I guess.
  • 2
    @AlgoRythm would you get a 360 Hz monitor for coding
  • 0
    @electrineer absofuckinlutely! I already use 144
  • 0
    Every once in a while the Qt Creator editor will freeze up due to some code analysis tools it runs. They are nice most of the time. I just wish it would shut up sometimes.
  • 1
    I upvoted you until you said vscode is an amazing editor
  • 1
    Yes, but VS Code can connect to my postgres db to provide autocomplete that makes me faster than you with your marginal gains.
  • 0
    @kiki https://github.com/supabase-communi...

    vim have lsp support now. They took the best part of vscode and put it in vim. I like to shit on microsoft and UI as much as the last guy but LSPs were actually a good idea.
  • 0
    @Liebranca I used android studio one time to build a camera app and it was perfect, and coincidentally the battery on the test phone I installed it on failed.

    This has happened a few times with these motherfucking "Phone home" IDE's they steel what you're developing and destroy your version.

    I swear I'd break some bones over this.
Add Comment