this post was submitted on 01 Apr 2026
230 points (97.9% liked)

Programmer Humor

30720 readers
2778 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 2 years ago
MODERATORS
 

All of these issues are from today.

top 50 comments
sorted by: hot top controversial new old
[โ€“] Randelung@lemmy.world 4 points 3 hours ago

Your screenshot failed. Half way through it starts repeating. See the worst tickets in there: "Stopped working".

[โ€“] onlinepersona@programming.dev 9 points 5 hours ago (1 children)

Image gone ๐Ÿค• Did Microslop slopify VSCode?

[โ€“] Dumhuvud@programming.dev 4 points 1 hour ago (1 children)

The image isn't gone, that hosting server just flat out refuses connections from certain IPs. See if this works for you - https://i.imgur.com/ReCjF8k.jpeg. I've heard that Imgur is not accessible in the UK, but Lemmy doesn't let me upload it because it's "too tall".

Did Microslop slopify VSCode?

A long time ago.

Thanks. I had to use a VPN. No idea why it's banning my IP. There can't be too many people in this building using the fediverse.

[โ€“] MonkderVierte@lemmy.zip 2 points 4 hours ago

Kate has a LSP plugin.

[โ€“] Hexarei@beehaw.org 10 points 8 hours ago

Never had this issue with neovim :3

[โ€“] chunes@lemmy.world 5 points 9 hours ago (4 children)

I never once understood why people want to write code in a browser that isn't even the same instance as the one they likely already have open. I can't understand the mindset of a person who wants JavaScript to power the tools they use. Is it because they hate their hardware? Or the environment?

[โ€“] Croquette@sh.itjust.works 3 points 1 hour ago

IDE in general are not that good.

VSCode has a lot of of expansions, enabling a developer to stay in the same environment for any language they code in.

So if you have a multi-language setup, you can do everything in the same IDE.

I work with embedded firmware, and let me tell you that VSCode is miles ahead from manufacturer tools.

I personally don't use VSCode because microcontroller manufacturer tools usually come with a repeatable easy to install environment, so I can easily handoff the projects to my clients.

But if you ship code and don't have to ship the environment, VSCode is a good allrounder that can do pretty much anything.

With that said, use VSCodium instead. At least, it removes the analytics from the IDE.

[โ€“] PieMePlenty@lemmy.world 17 points 6 hours ago

I hate the environment, that's why I use vscode. After a long day outside, rolling coal on my 6x6 and littering out in nature, I come home and relax by turning on vscode and let it idle as I throw old tires in the fireplace. If you hate the environment like I do, use vscode.

What do you use for web development?

[โ€“] Feathercrown@lemmy.world 30 points 7 hours ago* (last edited 7 hours ago)

Because it's a well-made, useful, simple but extensible program? I really don't care if it's "a browser" (it's not, just part of one). And it being not just a tab in my existing browser lets it do critical IDE things like write files and open a terminal (and be easier to find and differentiate from my research, product management, and testing tabs).

[โ€“] moosetwin@lemmy.dbzer0.com 9 points 12 hours ago

showing off your 12k monitor, eh?

[โ€“] ryannathans@aussie.zone 68 points 20 hours ago (1 children)
[โ€“] victorz@lemmy.world 20 points 18 hours ago (4 children)

Helix is nice, speaking of which.

[โ€“] EffortlessGrace@piefed.social 3 points 3 hours ago* (last edited 2 hours ago)

Helix for terminal has been fantastic; I like GUIs so for me Zed is my "S-Tier".

Yes, Zed allows you to turn off the Agentic LLM integration off in settings.json:

{
  "disable_ai": true
}
[โ€“] chicken@lemmy.dbzer0.com 2 points 10 hours ago (2 children)

Doesn't seem like much of a VSCode replacement though since it is terminal based

[โ€“] victorz@lemmy.world 5 points 8 hours ago

I replaced VS Code for me on every way I used it, both at work at at home. Been using it professionally for about two years now. It has LSP support, code actions, local and global symbol jumping, jumping to definition, etc, etc, etc. All I need to be productive without the use of AI. ๐Ÿ‘๐Ÿ‘ (Maybe there's even a way to use AI with it as well, but idgaf about that.)

[โ€“] victorz@lemmy.world 3 points 8 hours ago (1 children)

For the record, TUI applications can definitely do a good job of replacing GUI applications. It is not inherent to the terminal that it can't.

[โ€“] chicken@lemmy.dbzer0.com 2 points 7 hours ago* (last edited 7 hours ago) (2 children)

Feel free to correct me if I'm wrong, but I thought it was inherent to the terminal that you can't position the cursor and select text using the mouse, and also inherent that there are not right-click menus.

If you don't want to use a mouse in your code editor that's a valid preference, but these are very different styles of programs and exist in separate categories. Personally I was using Atom before I was using VSCodium, and I really like most design choices of the latter, it's basically everything I always wanted an IDE to be like. Don't want to stop using the mouse.

[โ€“] victorz@lemmy.world 6 points 6 hours ago* (last edited 6 hours ago)

Helix, just as Kakoune before it, supports multiple cursor selections, even off-screen. ๐Ÿ‘ Mouse selections are also not a problem. NeoVim also has support for mouse selection.

Feel free to try it out! Setting up LSPs requires some setup work, but if you just want to try out the editing paradigm, you can just try to edit a plain text file to get a feel for it.

[โ€“] waldfee@feddit.org 6 points 7 hours ago

Programms can print special codes to position the cursor wherever and they can also enable mouse events. Helix does support selecting with mouse

[โ€“] Arkhive@piefed.blahaj.zone 5 points 14 hours ago* (last edited 14 hours ago) (1 children)

Shout out helix!! Big fan!

[โ€“] victorz@lemmy.world 2 points 8 hours ago

๐Ÿงฌโค๏ธ Yeah!

[โ€“] ryannathans@aussie.zone 0 points 11 hours ago (1 children)

I'll have to check it out, I heard Zed is great too

[โ€“] victorz@lemmy.world 1 points 8 hours ago (1 children)

Zed even has Helix bindings! But I recommend Gram, in that case, which is a fork of Zed with all the AI bullshit ripped out. ๐Ÿ‘๐Ÿ‘Š

[โ€“] ryannathans@aussie.zone 1 points 6 hours ago (1 children)

Yeah but I am using the AI bullshit so that wouldn't be a plus

[โ€“] victorz@lemmy.world 2 points 6 hours ago (1 children)

Oh. Ouch. Then I wish you good luck in finding a better alternative than VS Code! ๐Ÿ––

[โ€“] ryannathans@aussie.zone 2 points 5 hours ago
[โ€“] CaptDust@sh.itjust.works 50 points 19 hours ago

You are ruining the velocity! How are they supposed to tell shareholders they're delivering faster than humans, if they keep getting bogged down with issues!? Everyone, stop opening issues!

[โ€“] icerunner_origin@startrek.website 47 points 19 hours ago (1 children)

I thought that was a CVS receipt

[โ€“] raman_klogius@ani.social 8 points 10 hours ago

VSC and CVS are anagrams of each other after all

[โ€“] goatinspace@feddit.org 17 points 16 hours ago (2 children)
[โ€“] MonkderVierte@lemmy.zip 2 points 4 hours ago

Microslop without connections.

[โ€“] entwine@programming.dev 6 points 12 hours ago (1 children)
[โ€“] lastweakness@lemmy.world 2 points 8 hours ago (1 children)

Practically speaking, why would you pick Gram over Zed? I mean actual advantages

[โ€“] entwine@programming.dev 1 points 13 minutes ago

Zed is on the typical VC tech company path, which we all know can only end in one way: enshitification.

Thats pretty impressive it it was that bad it generated that many reports.

Id only expect to see that in a alpha channel for those excited to try something new.

[โ€“] LiveLM@lemmy.zip 23 points 19 hours ago* (last edited 19 hours ago) (4 children)

You know, It's time I play with VSCodium again.
I used it for a long time but ended up having issues with the SSH plugin and the Python support that forced me to go back to regular VSCode. But that was so long ago they surely fixed it by now...

[โ€“] slazer2au@lemmy.world 29 points 16 hours ago (1 children)

Just be aware MS did the MS thing of not permitting some plugins to work on non vscode installations like the corporate dicks they are.

[โ€“] mizule@lemmy.blahaj.zone 5 points 5 hours ago (1 children)

they do? i always just downloaded the .vsix file and installed manually that way.

i'm fairly certain there's also a patch to enable the marketplace properly on vscodium. i think i used it when i still used arch.

Not all addons allow you to download a vsix though.

[โ€“] Skullgrid@lemmy.world 7 points 19 hours ago (4 children)

what did you use instead, especially for Python?

I asked in a random thread about linux IDEs, thinking there'd be several to the level of VSCode and didn't find anything recommended that was particularly new, and ended up using pulsar for taking notes (it keeps sessions with "unsaved" files somewhere so I just dump stuff into there, manages searches of file contents from certain folders like VS code) and VS Codium for development (it has ctrl+click to find usages/takes to declerations) , but I haven't gotten python integration working on there, and would like to try something new out.

I don't want to use Kate or NeoVim since I want a GUI and integration with "compilers"/interpreters by using buttons and such, but I haven't found anything that doesn't seem like its from the late 90s early 00s, which doesn't work with my shitty eyes and 1080 displays.

[โ€“] mushroommunk@lemmy.today 3 points 18 hours ago

Not who you're asking, but weighing in anyways. I use VSCodium for C# and Python development on Linux. Only extensions I needed was ms-python.python, ms-python.debugpy, and I use ms-python.vscode-python-envs

For c# it's dotrush only.

All works. Step through debugging all works, no issues.

[โ€“] liliumstar@lemmy.dbzer0.com 1 points 15 hours ago

I've been using zed, it has solid python integration and is way faster than vscode (oss or otherwise). I believe python debugging is supported now, but it's not quite as advanced as PyCharm.

load more comments (2 replies)
[โ€“] yamper@piefed.social 4 points 17 hours ago (1 children)

vscodium is pretty compared to the first-party vscode builds. i forget the exact details, i think i was having issues with the dev container plugins not working at all.

i've been using zed.dev with all of the AI features turned off and its been nice. it's probably a matter of time before they enshittify too, but for now i'm enjoying it.

[โ€“] Scrath@lemmy.dbzer0.com 3 points 7 hours ago

Don't ask me how it's named but I believe there was a fork of the project relatively recently in reaction due to some AI stuff they did.

The fork has all AI features scrubbed out

load more comments (1 replies)

The red color in the syntax highlighting is the most annoying for me

[โ€“] victorz@lemmy.world 3 points 18 hours ago

How I can learn???????????

load more comments
view more: next โ€บ