this post was submitted on 23 Jul 2026
197 points (88.6% liked)

memes

22080 readers
2951 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 51 points 3 days ago (3 children)

Markdown...is...plaintext, though?

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

Every programming language is plain text.

[–] ilinamorato@lemmy.world 1 points 22 hours ago (1 children)

Not intended to be easily human-readable though.

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

Sure they are. They're intended to be as easy to read for a human as possible.

[–] ilinamorato@lemmy.world 1 points 9 hours ago (1 children)

No. The primary purpose of programming languages is to be machine-readable first, human-readable second. The primary purpose of both markdown and plaintext is to be equally readable by both humans and machines.

[–] Fmstrat@lemmy.world 1 points 3 hours ago

Assembly, perhaps. But not every other language. Every other language's sole purpose is to be easier than assembly to read by humans, so it can be compiled or translated through an engine into something a machine can read.

Machines do not read Rust. Machines do not read C++. Machines do not read JavaScript. Humans do.

[–] r1ck@sh.itjust.works 5 points 3 days ago (1 children)
[–] Blurntout@lemmy.ca 22 points 3 days ago

Markdown is text that can kick flip

[–] LodeMike@lemmy.today 1 points 2 days ago (1 children)
[–] ilinamorato@lemmy.world 3 points 2 days ago

My only objection to that is that its source code isn't easily human-readable, like Markdown's is. The point of an .md file is that a human and a computer can both parse it just as easily as a native format.