this post was submitted on 14 Jul 2025
1 points (60.0% liked)

Enshittification

405 readers
1 users here now

Welcome to Enshittification

A community for everyone who misspelt it as enshitification.

"I the onceler felt sad as I watched them all go, but business is business and business must grow, regardless of crummies in tummies you know."

This is your space to document the decay, demise, and destruction of the tech world as we know it. Share stories, articles, and firsthand experiences that capture the ongoing decline of once-celebrated platforms, services, and companies in the late stage capitalist landscape.

From monopolistic corporate shifts to anti-user updates and the relentless pursuit of profit over quality—if it’s broken, bloated, or just plain bad, it belongs here. We’re here to spotlight the moves that make the tech world worse, one piece of enshittification at a time.

Guidelines
🔹 Stay on Topic: Only post content about the decline of tech products, platforms, or companies.
🔹 Quality Content: Give some context when posting links or articles to drive quality discussions.
🔹 Respectful Discussion: Critique companies, crappy tech, and capital, not community members.
🔹 Positive Monday: The first Monday of every month is reserved for positive content only that shows enshittification isn't inevitable.

Join us to expose the changes that ruin the things we once loved and to discuss what comes next in a tech world gone wrong.

founded 9 months ago
MODERATORS
 

cross-posted from: https://slrpnk.net/post/24684125

My fight against enshitification entails hand-delivering paper correspondence by bicycle. I also re-use the windowed envelopes that I receive. When I run out those, I leave the envelope unsealed so the recipient can easily reuse the new envelope.

The recipient generally must use the postal service to reply. And rightly so. Penalizing them with the cost of printing and posting serves as a means to punish them for the enshitified digital path they offer. For me, this approach sufficiently casts my anti-enshitification votes while supporting the postal service that gives refuge from enshitification, without excessive environmental detriment.

The LaTeX scrlttr2 class is useful for using and re-using windowed envelopes. If the envelope is standard, the geometry may be known to the supplied KOMAscript machinery. If not, a few measurements can be given as parameters to align an address in a custom window.

To load the US №9 standard envelope, you would start with:

\documentclass[UScommercial9]{scrlttr2}

or for the French standard:

\documentclass[NF]{scrlttr2}

If you reuse a non-standard windowed envelope, you can put the following in the preamble and tamper with the measurements as needed:

\makeatletter
\setplength{foldmarkhpos}{4.2mm}   % default=3.5mm; distance from paper edge to fold mark; should account for the unprintable area of your printer
\setplength{tfoldmarkvpos}{108mm}  % default=99mm; distance between top fold mark and top paper edge
\setplength{firstheadwidth}{190mm} % default=170mm for NF and \paperwidth for others; width of letterhead
\setplength{firstheadvpos}{10mm}   % default=15mm for NF; distance from top edge to letterhead
\setplength{toaddrvpos}{40mm}      % default=35mm; distance between top of window and top paper edge
\setplength{toaddrhpos}{98mm}      % default=-10mm; distance from the left edge of the paper to the address field (if positive)
\setplength{toaddrindent}{5mm}     % default=10mm; left and right indentation of the address within the to-address box
\setplength{toaddrheight}{40mm}    % default=45mm
\makeatother
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here