this post was submitted on 23 Jul 2026
195 points (88.2% liked)
memes
22098 readers
2584 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No 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
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.Write, sure. But I meant read.
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.If
<title>isn't intended to be human readable, why not use\0instead? Every tag could be 2-3 characters, saving space and increasing machine processing speed.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.