That is strange.
Jo Miran
- 13 Posts
- 357 Comments
Jo Miran@lemmy.mlto
Linux@lemmy.ml•Finally done with the distro-hop: My return to Fedora
20·7 days agoI have been on this Linux jam since 1996 with a CD copy of Red Hat that came with a magazine (Byte, maybe?). In 2018 I made the jump to Debian based distros specifically because I got tired of the surprises. Now my lab runs LMDE. The only thing more stable and boring is Debian Stable itself.
Like you said, I want to focus on my projects, not have the OS be my project.
Jo Miran@lemmy.mlto
Technology@beehaw.org•What just happened to TheNumbers.com should worry us all
46·15 days ago
In this case, we are a little behind schedule, but working to rapidly catch up.
In the Cyberpunk TTRPG universe, the original internet (known as the Net) collapsed during a catastrophic event called the DataKrash, which occurred on June 3, 2022.
Jo Miran@lemmy.mlto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Handheld gaming consoles that support piracy?English
32·17 days agoPS Vita is probably the best for retro gaming.
Jo Miran@lemmy.mlto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Handheld gaming consoles that support piracy?English
81·17 days agoI’ll raise you the PS Vita
Nice. Could you recreate my mess using it? We all carry bad habits and inneficiencies, so I’m down to learn a cleaner, more efficient way.
find dir1 – find something within directory “dir1”
-type f – specifies that what you are looking fir is a file
-name ‘crunk’ – the file name is ‘crunk’
-exec bash -c – for the results, execute bash command
The command executed is move (mv)
‘mv “$0” “${0/crunk/chunk}”’ {} ; – move from crunk to chunk
User @zeppo@lemmy.world is who mentioned the use of “rename”. Mentioning in order to grab their attention.
My guess is that he was doing a “find . | grep filename”, which is a way to output a list of all occurrences within that directory structure, hence why they mentioned grep.
Let’s see, and please do not execute this “as is” since I am pulling this out of my butt. Assuming directory name is “dir1”, the file to be renamed is “crunk”, and the new name is “chunk”, then… (I assumed bash)
find dir1 -type f -name 'crunk' -exec bash -c 'mv "$0" "${0/crunk/chunk}"' {} \;
Jo Miran@lemmy.mlto
Android@lemdro.id•The Pixel 6 looks like it will miss out on Android's next big kernel upgradeEnglish
1·1 month agoDoesn’t matter. I haven’t tried Graphene yet because I needed to keep the phone for corporate use. Now that it will be obsoleted, I canbtry Graphene, even ifbuts an older build.
Jo Miran@lemmy.mlto
Android@lemdro.id•The Pixel 6 looks like it will miss out on Android's next big kernel upgradeEnglish
14·1 month agoI guess my old 6 Pro is finally making the jump to GrapheneOS.
Jo Miran@lemmy.mlto
Mildly Infuriating@lemmy.world•US Energy Secretary: “I'm thrilled to report that tomorrow morning, on July 4th, we will end subsidies for wind and solar projects”English
1·1 month agoEvery time I get a chance to advance it’s backwards. – “Sea Legs”, Run The Jewels
Jo Miran@lemmy.mlto
Mildly Infuriating@lemmy.world•President Trump's arrival at VersaillesEnglish
201·2 months ago…with no air support…
You have no way of knowing that.
Jo Miran@lemmy.mlto
Mildly Infuriating@lemmy.world•Nvidia CEO: Everybody should use AI. Society has no choice but to change. I used to play in the streets. When cars came along, you obviously can’t play in the streets nowEnglish
5·2 months agoI love my Nvidia Shield and my 1080ti. They are some of the best tech purchases I have ever made. That said…fuck this weirdo.
If you are going to cooy and paste, copy and paste the entire thing.
Enshittification, also known as platform decay, is a process in which two-sided online products and services decline in quality over time. Initially, vendors create high-quality offerings to attract users, then they degrade those offerings to better serve business customers, and finally degrade their services to both users and business customers to maximize short-term profits for shareholders.
Examples:
Academic publishing
Between 2016 and 2022 the turn over and profit margins of academic publishers increased partly due to article processing charges from open access. This has been accompanied by predatory publishers who prioritize profit over scholarly integrity. This Academic enshittification results in a scholarly system that is “overwhelmed by quantity, distorted by profit motives, and is stripped of its purpose of advancing knowledge.”
Amazon
In Doctorow’s original post, he discussed the practices of Amazon. The online retailer began by attracting users with goods sold below cost and (with an Amazon Prime subscription) free shipping. Once its user base was solidified, more sellers began to sell their products through Amazon. Finally, Amazon began to add fees to increase profits. In 2023, over 45% of the sale price of items went to Amazon in the form of various fees. Doctorow described advertisement within Amazon as a payola scheme in which sellers bid against one another for search-ranking preference, and said that the first five pages of a search for “cat beds” were half advertisements.
Dating apps
The market for dating apps has been cited as an example of enshittification due to the conflict between the dating apps’ ostensible goal of matchmaking, and their operators’ desire to convert users to the paid version of the app and retain them as paying users indefinitely by keeping them single, creating a perverse incentive that leads performance to decline over time as efforts at monetization begin to dominate.









I am pretty sure I started with either Halloween or Mother’s Day because Red Hat Linux for Dummies came with Red Hat 2.1 which I am pretty sure came out in 96 or 97. I know Red Hat 6 was released in 1999, because I was neck deep in Y2K work at the time I installed it on my Compaq laptop.