this post was submitted on 04 Feb 2026
91 points (100.0% liked)

Pop Culture

117 readers
1 users here now

founded 4 months ago
MODERATORS
 

How did he get banned lmao

you are viewing a single comment's thread
view the rest of the comments
[–] SteamedHamberder@hexbear.net 11 points 1 month ago (3 children)
[–] thefunkycomitatus@hexbear.net 16 points 1 month ago (1 children)

It has something to do with the way servers/protocol broke up emails into lines and stored the lines using = as demarcation. Whenever the emails were assembled, the = remained. We had a thread about it yesterday or the day before.

[–] ClathrateG@hexbear.net 8 points 1 month ago* (last edited 1 month ago) (3 children)

Do you have a link to that thread?

Because it often appears in place of 'I's and 'E's as if the emails were printed then re-digitalised with OCR(the top and bottom bars on I and E in certain fonts could trigger certain OCRs algos to read it as =)

It also appears to replace characters rather than being appended like you'd expect with a separation flag(chars in unused unicode spaces are also more likely to be used for that function than something commonly used in text like =), I could be wrong though so I'm interested in seeing the discussion

[–] thefunkycomitatus@hexbear.net 8 points 1 month ago (1 children)

I do not. I just spent about 10 mins trying to find it. It's not in c/technology or c/chapotraphouse, that I can see. Searching "=" or any other relevant key words for posts or comments doesn't bring it up. IDK.

[–] ClathrateG@hexbear.net 4 points 1 month ago* (last edited 1 month ago) (1 children)

No worries, thanks for looking(I assume you also checked your browser history)

[–] thefunkycomitatus@hexbear.net 4 points 1 month ago (1 children)

Maybe it was this I saw (thanks to astronot)

https://www.reddit.com/r/TrueAnon/comments/1quqk6q/this_is_where_all_those_equals_signs_in_the/

Really easy to confuse hexbear with r/trueanon since everyone just reposts from there all the time.

[–] HexReplyBot@hexbear.net 2 points 1 month ago

A Reddit link was detected in your comment. Here are links to the same location on alternative frontends that protect your privacy.

[–] astronot@hexbear.net 6 points 1 month ago

I don't have a link to the thread over here, but this article explains it in depth

[–] ZWQbpkzl@hexbear.net 5 points 1 month ago

Yeah it looks like the digital rot version of copier burn.

[–] NonWonderDog@hexbear.net 12 points 1 month ago* (last edited 1 month ago) (1 children)

In short, emails still use an old ASCII protocol from the 80s, and old servers used unix tools that read pipes line-by-line.
To avoid emails with long lines slowing down the servers, they break long lines before sending them.
Because it's ASCII, they use an ASCII control sequence to mark inserted line breaks.
That sequence is =␍␊.
There's some sequence of screwups in the email export that ended up with last word =␍␊first word getting replaced with last word =irst word instead of last word first word.

[–] ClathrateG@hexbear.net 7 points 1 month ago (1 children)

Thanks for the explanation, what's up with = appearing in the middle of words? does the protocol inserts breaks after a set number of chars, rather in the nearest whitespace to a set number of chars?

[–] hotcouchguy@hexbear.net 9 points 1 month ago* (last edited 1 month ago)

Terrible OCR I believe.
Why emails need OCR is a mystery however