My favorite was “quti” actually quitting Quake 3.
- 0 Posts
- 10 Comments
I like fixing these digitally.
That’s one cool potato.
cley_faye@lemmy.worldto Programming@programming.dev•AWS deleted my 10-year account and all data without warning15·1 month agoand why you should never trust cloud providers with your only copy of anything
well, yeah. Even the old 3-2-1 backup policy is against that.
cley_faye@lemmy.worldto Mildly Infuriating@lemmy.world•The White House Rose Garden was replaced by pavement English0·1 month agoLet me guess… these were democrat, woke roses?
cley_faye@lemmy.worldto Mildly Infuriating@lemmy.world•nobody in webdev knows what graceful degradation is anymoreEnglish0·1 month agoReact can do SSR, too. The issue is that some sites actually means nothing if not dynamic. It makes sense to have SSR and sprinkle some JS on the client for content delivery, no issue there.
cley_faye@lemmy.worldto Mildly Infuriating@lemmy.world•nobody in webdev knows what graceful degradation is anymoreEnglish0·1 month agoProblem is so many websites are slow for no good reason.
Bad coding is a part of it. “It works on my system, where the server is local and I’m opening the page on my overclocked gamer system”. Bad framework is also a part of it. React, for example, decided that running code is free, and bloated their otherwise very nice system to hell. It’s mildly infuriating moving from a fast, working solution to something that decided to implements basic language features as a subset of the language itself.
Trackers, ads, dozen (if not hundreds) of external resources, are also a big part of it. Running decent request blocking extensions (stuff like ublock origin) adds a lot of work to loading a page, and still makes them seems more reactive because of the sheer amount of blocked resources. It’s night and day.
cley_faye@lemmy.worldto Mildly Infuriating@lemmy.world•nobody in webdev knows what graceful degradation is anymoreEnglish0·1 month agoit’s not a hard concept, people.
Depends. Webapps are a thing, and without JavaScript, there isn’t much to show at all.
Websites that mostly serve static content though? Yeah. Some of them can’t even implement a basic one-line message that asks to turn on JavaScript; just a completely white page, even though the data is there. I blame the multiple “new framework every week” approach. Doubly so for sites that starts loading, actually shows the content, and then it loads some final element that just cover everything up.
cley_faye@lemmy.worldto Programming@programming.dev•Cursed knowledge we have learned as a result of building Immich that we wish we never knew.1·2 months agoBackward compatibility and not seeing the future. Some decisions are taken at one point in time, then a new use case show up, then a new paradigm evolve, then… etc etc.
It’s really the same thing that holds back a lot of languages and libraries. And even when replacement shows up, old habits from devs and old projects maintenance keep all these things well alive too.
Maybe this will move my ISP to provide IPv6.