this post was submitted on 25 Nov 2024
470 points (98.0% liked)

Microblog Memes

8139 readers
2739 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:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
all 15 comments
sorted by: hot top controversial new old
[–] Zoidsberg@lemmy.ca 88 points 6 months ago* (last edited 6 months ago) (2 children)

What happens on the 10th of October?

[–] Steak@lemmy.ca 39 points 6 months ago (1 children)

It becomes the 11th of September!

[–] lud@lemm.ee 6 points 6 months ago

Wow that's crazy!

[–] dutchkimble@lemy.lol 1 points 6 months ago

It’s the monthversary

[–] odium@programming.dev 56 points 6 months ago (3 children)

I don't think anyone who was in a saw situation the previous day will give a fuck about 9/11 unless someone they are close to died in it. statistically super low probability.

[–] Exusia@lemmy.world 22 points 6 months ago

Id say if they were in NYC or near the Pentagon they'd be paranoid to think it was more "games"

[–] ByteOnBikes@slrpnk.net 6 points 6 months ago

"my 9/11 was when I escaped the torture clown."

[–] Sorse@discuss.tchncs.de 34 points 6 months ago* (last edited 6 months ago) (2 children)

For p*ople who don’t get it: the date is September 10 2001

Tap for spoilerthe next day
spoiler Tap for spoiler Bad shit happens :::

[–] jia_tan@lemmy.blahaj.zone 15 points 6 months ago

No way! Did they actually do that?

[–] SatyrSack@feddit.org 11 points 6 months ago (1 children)

Huh. Apparently, when nesting spoilers, you only use one end "tag"

Spoiler 1Test
spoiler Spoiler 2 Test
Spoiler 3Test

Spoiler 1Test
spoiler Spoiler 2 Test
Spoiler 3Test
[–] SatyrSack@feddit.org 7 points 6 months ago (1 children)

@ptz@dubvee.org

FYI Tesseract does not render nested spoilers like Lemmy UI, Thunder, and Voyager do. Tesseract requires an end tag for each start tag. For what it's worth, Jerboa doesn't seem to support nested spoilers either way.

Spoiler 1Test
spoiler Spoiler 2 Test
Spoiler 3Test
::: :::

Spoiler 1Test
spoiler Spoiler 2 Test
Spoiler 3Test
::: :::
[–] ptz@dubvee.org 3 points 6 months ago* (last edited 6 months ago) (1 children)

Thanks. I'll take a look.

Not an issue I would have thought to check since you should always close the tags you open lol 🤷🏻‍♂️

[–] SatyrSack@feddit.org 2 points 6 months ago* (last edited 6 months ago) (1 children)

Right??? I wonder if that is even intentional. That also makes it so you cannot have two child spoilers nested at the same level within the same parent spoiler. Something like this should work, but noooooo, the end tags just don't work like you'd expect:

Spoiler 1Test
spoiler Spoiler 2a Test :::
Spoiler 2bTest
:::

Spoiler 1Test
spoiler Spoiler 2a Test :::
Spoiler 2bTest
:::

EDIT: Tesseract also adds an extra newline above each start tag in the code block above. In the actual comment source, there are no blank lines in the code block.

[–] ptz@dubvee.org 1 points 6 months ago* (last edited 6 months ago)

The newline is actually intentional. I use a different markdown renderer, and it needs it apparently; otherwise, it doesn't detect the closing tag. The Photon dev recommended another markdown library that works well with Svelte (which is why I switched from markdown-it), but I haven't had a chance to look into integrating it.