this post was submitted on 05 Jul 2023
114 points (100.0% liked)

Programmer Humor

418 readers
16 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
 
top 37 comments
sorted by: hot top controversial new old
[–] fuzzy_feeling@programming.dev 28 points 1 year ago (2 children)

vim users: you guys got buttons?

[–] Bardak@lemmy.ca 9 points 1 year ago (2 children)

Hey you get to decide between neovim and vim

[–] potato@lolimbeer.com 7 points 1 year ago

I don’t think that’s much of a choice.

#neovim4life

[–] navigatron 1 points 1 year ago

Fire up neovide and astronvim and baby you got a stew going

[–] SinJab0n@mujico.org 1 points 1 year ago

Those guys aint human, we don't talk about them.

[–] importedreality@programming.dev 28 points 1 year ago (2 children)

Come to neovim and spend countless hours tweaking your configs when you should be working 🙃

[–] sizeoftheuniverse@programming.dev 3 points 1 year ago (1 children)

That was exactly my experience with it.

I was using VIM in the old days, so I already had some memories on now to do basic editing.

And then I've spent a week trying to make NeoVIM a well adjusted IDE for C, Java, JavaScript and go. I've quit after a week, as the results were not satisfactory.

[–] msage@programming.dev 2 points 1 year ago

I just installed CoC with a language server, and it works like a charm.

[–] Hexarei@programming.dev 1 points 1 year ago

Crazy that people seem to think you're serious and that Neovim needs constant tweaking. I built my config nearly 6 months ago and have only edited it to add new keybinds when I think of how something could be faster or easier. Everything else has been pretty stable.

[–] heartlessevil@lemmy.one 23 points 1 year ago (1 children)

I miss when this was vim vs Emacs

[–] psilocybin@discuss.tchncs.de 2 points 1 year ago* (last edited 1 year ago)

Whish side were you on then? The correct side (emacs) or the wrong side (vim)?

[–] angryzor@programming.dev 17 points 1 year ago (2 children)

Still waiting for VSCopium

[–] TechCodecPawx@programming.dev 6 points 1 year ago

I thought you had a typo.. But then I look it up...

https://github.com/TheHolyTachanka/VsCopium

It's real.. But I think it's abandoned..

[–] vox@sopuli.xyz 1 points 1 year ago

i always mistype codium as copium...
so

alias --save copium codium

[–] freakrho@programming.dev 11 points 1 year ago

in linux I use codium and add a symlink from code to codium, that way software that only recognizes code will work with codium (don't know why godot does it) and it works great, on windows I just couldn't make it work so I use code because unity only works with code and I have to use Unity for work also, I enabled the vscode store in codium because there are some extensions I need that aren't on the codium store

[–] Kotsi3P0@lemmy.ml 10 points 1 year ago

You can install most of the extension that aren't included straight up in the Extensions tab, it's just a little inconvenient. And yes I'm using Codium.

[–] dinodroid@programming.dev 8 points 1 year ago* (last edited 1 year ago) (1 children)

Well, choose neovim and customize it the way you want.

I managed to code 100% in nvim after I realized vscode taking almost 5gb storage for caches and the extensions

[–] Kerb@discuss.tchncs.de 5 points 1 year ago (1 children)

Is there even a difference, asside from the telemetry?

[–] TechCodecPawx@programming.dev 14 points 1 year ago (4 children)

VSCodium has limited plugins, but most known ones were available.. Weird logo, some kind of a seaplant?? But I soon dig it..

VSCode has all the plugins, but with Microsoft's Telemetry as expected.. Cool logo..

Truth: I'm using VSCodium, the absence of Telemetry tends to improve it's overall performance.. I'm beginning to like the logo.. Plugins support has improved, all the plugins I used in VSCode, are now available.. All of it..

[–] JackbyDev@programming.dev 7 points 1 year ago

It's basically the same difference between Chrome and Chromium.

[–] axo@feddit.de 2 points 1 year ago

You can add the official microsoft marketplace in a json file and get all the addons :)

[–] argv_minus_one 1 points 1 year ago

It's a codium, a kind of algae.

[–] ivyZorz@vlemmy.net 4 points 1 year ago

This is what I get for daily driving win11 and thinking “wow wsl2 is pretty cool”

[–] DiamondDemon@programming.dev 4 points 1 year ago (3 children)
[–] dukk@programming.dev 10 points 1 year ago

Obvious choice, NeoVim.

Boo this man!!

[–] nothacking@discuss.tchncs.de 4 points 1 year ago* (last edited 1 year ago) (1 children)

Vim, nano, micro, emacs... ffs. Your text editor should not be a shell, a file manager, a compiler, a build system or a dependency manager. Do one thing and do it well, a editor that tries to be everything ultimately becomes an inflexible mess. An integrated system often becomes an interdependent system, where you are stuck with a single build system, version control, compiler, or file manager. When these are separate tools, they are interchangeable, one person can use vim, the other nano, a third gedit. One project can use make, a second ninja or meson.

If a project uses VScode, it basically forces everyone else to use it or forces you to maintain two separate build systems. Another option is to only use external tools, but then VScode just becomes an extremely bloated text editor. On my computer, both vim and emacs, start before I can lift my finger from the enter key. The same can't be said about VScode.

[–] watermelonsushi@lemmy.fmhy.ml 3 points 1 year ago

I'm all for using vim or Emacs or whatever, and I agree that not having a dependency on a specific editing software is a great thing.

But since when did using VSCode enforce the decision on other members of the team? VSC is just going to integrate it's features with whatever build system you are using. It doesn't enforce any particular build tool in any project. You can use NPM, yarn. PNPM, whatever the fuck else lol... Nobody needs to maintain multiple build systems to support VSC because it is also just a text editor, albeit a bloated one. Yes, if you install all the fancy extensions to integrate VSCode with your project, it will be a heavy app, and that's a problem. But if you want your barebones editor, just don't install any extensions? I've been in projects where I'll be using VSC while someone else will be using Vim and that one dude will be using webstorm or something. It works. There is no Microsoft^TM^ build tool lockdown going on.

I know vim is still far less resource intensive than code but outside of very specific use cases, I've never seen any modern computer struggle with running code, especially without the extensions... It's equivalent to opening an extra chrome window, I'm sure most computers can handle that lol.

End of the day the best tool is whatever lets you personally write code faster, and for some of us that happens to be VS Code

[–] DonnerWolfBach@feddit.de 2 points 1 year ago

I use vscodium for most day to day stuff and vscode for trying out/"sandboxing" specific extensions like github copilot.

[–] argv_minus_one 2 points 1 year ago

I'm using Codium, but in the back of my head I wonder what I'll use when Microsoft inevitably pulls the rug…

[–] Marxine@lemmy.ml 2 points 1 year ago

NeoVim, VSCodium and Kate are my picks.

[–] TheElectroness 1 points 1 year ago

There's actually 4 choices because you forgot Code - Insiders and Codium - Insiders (probably not work thinking about). Which yes, have a different set of extensions available.

[–] kool_newt 1 points 1 year ago

Still using Atom for now, waiting for atom-community or something to be useable. I'll stop coding before I let MS force me into their ecosystem.

[–] Lugado 1 points 1 year ago

I use code because it's in Linux and windows, if not I would be using codium

load more comments
view more: next ›