this post was submitted on 23 Jul 2026
198 points (88.7% liked)

memes

22119 readers
2463 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 

Change my mind.

you are viewing a single comment's thread
view the rest of the comments
[–] ilinamorato@lemmy.world 1 points 1 day ago (1 children)

<title> exists to be human readable.

The text within <title> exists to be human readable, but the tag itself exists so that the browser application knows what to put in the title bar.

Uhh ask any non-tech person to write a markdown file. This simply is not true.

Write, sure. But I meant read.

A header 2 tag (h2) in HTML requires no more training than a header 2 tag (##) in Markdown.

I did mention that that was one of the more bilaterally semantic parts of the language, alongside emphasis and strong tags. But I still think the ## is easier for a regular user to understand.

[–] Fmstrat@lemmy.world 1 points 1 day ago (1 children)

If <title> isn't intended to be human readable, why not use \0 instead? Every tag could be 2-3 characters, saving space and increasing machine processing speed.

[–] ilinamorato@lemmy.world 1 points 21 hours ago

This is the entire argument I'm making. HTML makes compromises that makes it harder for the human to read and also harder (or at least less optimal) for the machine to read. Markdown codifies an existing human-readable format in a way that a machine can handle easily, too.