this post was submitted on 15 Feb 2026
49 points (100.0% liked)

Memes of Production

1567 readers
162 users here now

Seize the Memes of Production

An international (English speaking) socialist Lemmy community free of the “ML” influence of instances like lemmy.ml and lemmygrad. This is a place for undogmatic shitposting and memes from a progressive, anti-capitalist and truly anti-imperialist perspective, regardless of specific ideology.

Rules:
Be a decent person.
No racism, sexism, ableism, homophobia, transphobia, zionism/nazism, and so on.

Other Great Communities:

founded 3 months ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] stoy@lemmy.zip 7 points 2 months ago (2 children)

What's with the equal signs?

[–] theit8514@lemmy.world 20 points 2 months ago (1 children)

It's a product of the format being parsed twice. Each line should be 80 characters with an = at the end, then a carriage return+newline(lf) to continue the line. Somewhere the cr+lf got converted to just an lf and then when reparsed it removed the lf plus the next character, making it still conain the equals but not the next letter of the message.

Here's a better technical explanation if you care: https://youtu.be/SVVnkNZWJhk

[–] stoy@lemmy.zip 6 points 2 months ago

Interesting I do care, I am an IT guy who enjoy understanding why!

[–] jackr@lemmy.dbzer0.com 7 points 2 months ago (1 children)

it is some old formatting getting converted incorrectly I believe, though I don't remember the details

[–] Hexarei@beehaw.org 3 points 2 months ago* (last edited 2 months ago)

Tldr email is an ancient protocol and windows filesystems do funny things with ancient protocols when processed through modern code that doesn't expect it