this post was submitted on 13 Nov 2025
715 points (98.2% liked)

Political Memes

9854 readers
2052 users here now

Welcome to politcal memes!

These are our rules:

Be civilJokes are okay, but don’t intentionally harass or disturb any member of our community. Sexism, racism and bigotry are not allowed. Good faith argumentation only. No posts discouraging people to vote or shaming people for voting.

No misinformationDon’t post any intentional misinformation. When asked by mods, provide sources for any claims you make.

Posts should be memesRandom pictures do not qualify as memes. Relevance to politics is required.

No bots, spam or self-promotionFollow instance rules, ask for your bot to be allowed on this community.

No AI generated content.Content posted must not be created by AI with the intent to mimic the style of existing images

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] lmmarsano@lemmynsfw.com 6 points 1 week ago* (last edited 1 week ago) (1 children)

Needs text alternative.Images of text break much that text alternatives do not. Losses due to image of text lacking alternative such as link:

  • usability
    • we can't quote the text without pointless bullshit like retyping it or OCR
    • text search is unavailable
    • the system can't
      • reflow text to varied screen sizes
      • vary presentation (size, contrast)
      • vary modality (audio, braille)
  • accessibility
    • semantic structure (tags for titles, heading levels, sections, paragraphs, lists, emphasis, code, links, accessibility features, etc) is lost
    • some users can't read this due to lack of alt text
    • users can't adapt the text for dyslexia or vision impairments
    • systems can't read the text to them or send it to braille devices
  • web connectivity
    • we have to do failure-prone bullshit to find the original source
    • we can't explore wider context of the original message
  • authenticity: we don't know the image hasn't been tampered
  • searchability: the "text" isn't indexable by search engine in a meaningful way
  • fault tolerance: no text fallback if image breaks.

Contrary to age & humble appearance, text is an advanced technology that provides all these capabilities absent from images.

The indoctrinated MAGA women want to fuck them, though.

[–] JoeBigelow@lemmy.ca 3 points 1 week ago (1 children)

Who wants to fuck a starfish?

[–] lmmarsano@lemmynsfw.com 1 points 1 week ago (1 children)
[–] JoeBigelow@lemmy.ca 2 points 1 week ago (1 children)

The fuck happened to your comment

[–] lmmarsano@lemmynsfw.com 1 points 1 week ago (1 children)
[–] JoeBigelow@lemmy.ca 3 points 1 week ago (1 children)
[–] lmmarsano@lemmynsfw.com 1 points 1 week ago* (last edited 1 week ago) (1 children)

Ah, your lemmy client is garbage: the default & official standard (lemmy-ui) doesn't do that.

[–] Vespair@lemmy.zip 2 points 1 week ago (2 children)

I'm getting the same on Thunder

[–] some_kind_of_guy@lemmy.world 2 points 1 week ago (1 children)

It renders fine for me in boost

[–] lmmarsano@lemmynsfw.com 1 points 1 week ago* (last edited 1 week ago) (1 children)

Also nonstandard & great reason to switch or send a bug report/fix to your nonstandard software's developers.

[–] Vespair@lemmy.zip 1 points 1 week ago* (last edited 1 week ago) (1 children)

https://i.imgur.com/EgiVUXs.png

Desktop, Vivaldi browser, Lemmy.zip; still seeing the weird broken comment.

[–] lmmarsano@lemmynsfw.com 1 points 1 week ago

That is the correct rendering: a details element then a p element. In HTML

<details><summary> Needs text alternative. </summary>
⁝
</details>
<p>The indoctrinated MAGA women want to fuck them, though.</p>

A control for the details element can expand or collapse its content. In what sense is this broken?