this post was submitted on 26 Nov 2024
49 points (78.8% liked)
Fediverse
28514 readers
416 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm getting annoyed that every damn thing is turning into a web app now and JS/Chrome is even infecting desktop programs that traditionally were written in a real systems language like C or C++. The technology world feels janky and bloated now, built like a house of cards where one thing is relying on 20 other things, some of them in the cloud, to work right.
Programming these days seems to be more about glueing various services and APIs together to come up with a solution instead of actually coding it.
You're half right. There's a lot of house-of-cards junk (see left-pad) but a lot of it is also using existing frameworks as a foundation instead of reinventing the wheel. Cryptography in particular is one wheel you should not roll yourself.
I mean...
You act like people weren't using Java for serious shit... They still do for whatever reason.