this post was submitted on 21 Jun 2025
1193 points (90.8% liked)

Enshittification

2946 readers
16 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
[โ€“] tigeruppercut@lemmy.zip 0 points 3 days ago (1 children)

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.

[โ€“] LainTrain@lemmy.dbzer0.com 2 points 20 minutes ago* (last edited 10 minutes ago)

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.