every programmer I’ve seen who says their code is self documenting writes dogshit code
- 0 posts
- 8 comments
I’m confused at all these comments saying podman is hard to use, I used it a bunch last year and found it a drop in replacement for docker (though I didn’t set it up).
- WormFood@lemmy.worldto
Selfhosted@lemmy.world•Self-hosted music streaming (and me giving up on it)English
2 yearsI’m probably not going to pay $10 a year with additional fees to have my music on a website unless a lot of people are already using it
- WormFood@lemmy.worldto
Programmer Humor@programming.dev•This is my life now, until I finally understand Cmake.
2 yearsthis is fine until you need autotools which is worse than cmake
updating packages in kde neon is like playing russian roulette, it’s worse than pop os in my experience
pointers are fine, but when you learn about the preprocessor and templates and 75% of the STL it goes negative again
c++ templates are such a busted implementation of generics that if I didn’t have context I’d assume they were bad on purpose like malbolge
the biggest causes of bsods and other crashes on windows up to xp were drivers. after xp, Microsoft required drivers for windows to go through their signing and verification program, which was controversial but it did solve the problem
modern windows rarely crashes outright but in my experience it does break in small ways over time, without the user doing anything
in terms of disabling windows components, it’s true that this can break your system, but I would argue this is still Microsoft’s problem. there are many windows competents that are deeply coupled together when they have no reason to be



the problem isn’t electron, the problem is that A) html is the only truly cross platform UI framework and B) that html (and the web stack in general) has way too many features and is way too complex, because Google’s been bolting features onto it for decades.