this post was submitted on 05 May 2025
556 points (98.8% liked)
Microblog Memes
7541 readers
2376 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Depending on you definition of harmless, I'd randomly replace one character every 1000 with an alternative version, newlines from crlf to lf, spaces, even some printable characters have similar options in other languages
If you just replace letters with alternate versions of those letters, with different Unicode, wouldn’t it set off the spell checker?
Oh, that would be fun.
I was thinking more about source code, bash scripts won't run on Unix if you got a crlf and cli editors do not display them differently (by default). Python scripts needed a declaration on top to run with a certain encoding, but the error there is clearer. If you use them as string constants it's also going to just work internally but may break if you compare them with an external value