this post was submitted on 21 Jun 2025
1205 points (90.8% liked)
Enshittification
3049 readers
25 users here now
What is enshittification?
The phenomenon of online platforms gradually degrading the quality of their services, often by promoting advertisements and sponsored content, in order to increase profits. (Cory Doctorow, 2022, extracted from Wikitionary) source
The lifecycle of Big Internet
We discuss how predatory big tech platforms live and die by luring people in and then decaying for profit.
Embrace, extend and extinguish
We also discuss how naturally open technologies like the Fediverse can be susceptible to corporate takeovers, rugpulls and subsequent enshittification.
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
And at the same time large sections of them are as tech illiterate as the boomers. There is a huge divide between the ones hacking everything and those that have only ever used an iPad or similar cloud-based devices and don't understand how even basics like folder structures works. And they sit right next to each other at school day after day in the same general classes.
Why would they, though? The average user in today's world doesn't need that knowledge, just as we didn't need the knowledge of how punchcards worked (although I think there are a few Lemmings around here who may actually be old enough to qualify). We needed to know how folders work, because that was the norm during our upbringing, but that's no longer the case.
We didn't stick to our predecessors' methodologies. Neither will our successors. They'll evolve and grow beyond the technology and the norms that we're familiar with, just as we did with the generation before us.
So kids with iphones just download every photo, video, and song they have to one folder and have no way to sort it?
Basically, yeah. Chronological sorting is good enough for most people. As long as you remember when you took the photo, you can find it easily.
Jesus that sounds horrendous. I do the same thing with my phone camera out of laziness, and that's bad enough. I can't imagine every file I have being accessible based on my memory of timeline.
I do this on purpose. I much much prefer chronological sorting and metadata search than actually organising files as long as it's faster and works correctly.
Even with actually manually organized file storage ultimately I just end up with folders more based on chronology than anything else.
The way I see it - the only actually practical reason to have folders is if there is logic applied to the files, like e.g. all files in folder X get mounted as a docker volume in program Y or backed up to server Z etc etc.
Beyond that all I care about is that my files are actually appropriately indexed and accessible quickly on-demand exactly when I want and how I want both at work and at home.
Same way how I don't actually go to /bin/ and list the dir and find the program, I hit Win+D in i3 and just type in what I want to run and get the program.
My one pet peeve though is when devs use this to organise an app's files like a tornado organizes a goddamn county fair, my ~/ is chock-full of random dotfiles and dotfolders of dotfiles without clear purpose or use and the state of C:\Users\whatever is a lovecraftian horror once you had the same general use Windows install for a few years, god forbid making sense of AppData and whatnot. And it gets so much worse with distro standards evolving to conf.d folders rather than one dotfile per program/daemon which just makes it hard to get an accurate full picture of things.
Fucking Kali of all things is such a bitch for adding
splash
to boot prams outside of /etc/default/grub in its goddamn theme script of all places. I use this OS for pentesting practice/learning (and gaming). I do not want fancy boot. I do not want arbitrary, potentially crippling boot options silently added to my grub in files that have no business doing so or really even being a default inclusion no matter how 'pretty' and 'modern' the result. I am trying to learn deobfuscating JS, not my own goddamn configs, not that the latter isn't useful but it feels hostile and anti-human to sacrifice simplicity for elegance.