this post was submitted on 11 Sep 2025
971 points (98.0% liked)

Fediverse memes

3206 readers
251 users here now

Memes about the Fediverse.

Rules

General
  1. Be respectful
  2. Post on topic
  3. No bigotry or hate speech
  4. Memes should not be personal attacks towards other users
  5. We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
    • Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
  6. This is not the place to start flamewars between Lemmy, Mbin and Piefed.

Elsewhere in the Fediverse

Other relevant communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Okapi@lemmy.zip 7 points 8 months ago (1 children)
[–] Zagorath@aussie.zone 7 points 8 months ago (1 children)

It's because the backslash is a special character called an "escape" character. The same way you make italics by putting *asterisks* around something, you can use backslashes to tell the system to ignore other special characters and use them literally. In this case, the underscore, which if you had no backslash would cause the face to be italic, becomes "escaped" by the backslash so we see the underscores as normal. But then you don't see the backslash.

So you need to "escape" the backslash itself. Put two backslashes, and you'll see one. ¯\(ツ)¯\\_(ツ)_/¯

But then you're no longer escaping the underscores. So now you've got one backslash, but the face is italic and you don't see any underscores.

So instead, as a final step, add a third backslash. The first backslash escapes the second one, so we see the second one. Then the third escapes the underscore, so we see the underscore. (For a bit of extra security, you can optionally also escape the second underscore. ¯\_(ツ)_/¯ ¯\\\_(ツ)_/¯

¯\_(ツ)_/¯ ¯\\\_(ツ)\_/¯

[–] Okapi@lemmy.zip 3 points 8 months ago

It worked! Thank you for the explanation :)