this post was submitted on 03 Jun 2025
471 points (98.2% liked)

memes

15904 readers
2878 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/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] Guidy@lemmy.world 80 points 3 weeks ago (3 children)

It’s right there in the name: it’s a markup language. Hyper Text Markup Language. HTML.

[–] someguy3@lemmy.world 45 points 3 weeks ago (3 children)
load more comments (3 replies)
[–] dohpaz42@lemmy.world 31 points 3 weeks ago (1 children)

There is a difference between “markup language” and “programming language”.

[–] Buffalox@lemmy.world 9 points 3 weeks ago* (last edited 3 weeks ago)

That's the point isn't it? Or did you mean that with a question mark attached?
The only correct answer is D, and it got the least votes. 😋

[–] lugal@lemmy.dbzer0.com 24 points 3 weeks ago (4 children)

That's the etymological fallacy. The name itself doesn't determine the meaning. According to that logic, python isn't a programming language either but a snake

[–] vrek@programming.dev 38 points 3 weeks ago (2 children)

Fun fact python was named after Monty python, not the snake.

[–] jaybone@lemmy.zip 16 points 3 weeks ago (9 children)

What was Monty Python named after?

[–] Little8Lost@lemmy.world 9 points 3 weeks ago

I think it got inspired by our lord and savior Brian

[–] lime@feddit.nu 7 points 3 weeks ago

his parents i think

load more comments (7 replies)
[–] _stranger_@lemmy.world 9 points 3 weeks ago* (last edited 3 weeks ago)

If it walks like a snake and quacks like a snake...

[–] Venus_Ziegenfalle@feddit.org 25 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

The name itself doesn't determine the meaning.

The name in this case is defined by the meaning if you will. Programming languages are used to write programs. A HTML file is much closer to a PDF than to what can be considered a program.

Also fun fact python is named after the comedy group Monty Python rather than the snake.

[–] modeler@lemmy.world 29 points 3 weeks ago (3 children)

Actually, PDF is a turing complete programming language.

PDF is a simplification and wrapper around the computer language PostScript - a PostScript or PDF doc literally runs on the printer or computer and outputs the rasterisation of the thing you want to print.

PostScript is language based around a stack. You can define functions (which may be fully recursive) that run on the stack.

Here's a small example:

/ANGLE {
   newpath
   100 0 moveto
   0 0 lineto
   100 50 lineto
   stroke
} def

10 setlinewidth
0 setlinejoin
100 200 translate
ANGLE

1 setlinejoin
0 70 translate
ANGLE

2 setlinejoin
0 70 translate
ANGLE

As such, PDF that's actually similar to Python, and HTML is closer to something like a JSON or XML document.

Note however that HTML can contain Javscript or WASM programs, but these are embedded rather than features of HTML.

[–] Venus_Ziegenfalle@feddit.org 21 points 3 weeks ago

Consider me outjerked 🎩🤏

load more comments (1 replies)
[–] Kichae@lemmy.ca 19 points 3 weeks ago (3 children)

Ok, but hear me out. Have you seen most Python code?

[–] LiamMayfair@lemmy.sdf.org 9 points 3 weeks ago

snake_case_ftw

load more comments (2 replies)
load more comments (1 replies)
[–] MyNamesTotallyRobert@lemmynsfw.com 44 points 3 weeks ago* (last edited 3 weeks ago) (8 children)

I fucking hate these kinds of questions. D is the CORRECT answer because TECHNICALLY html is a markup language and not a programming language but the average person irl will just call you a dipshit for trying to explain that. If this were a question on a shitty academic exam, its going to be a 50/50 toss up on which will get counted as correct because the Autograder Bot Knows All(TM) but you better not fucking use AI to get your low effort AI-generated homework done quicker because fuck you.

[–] fushuan@lemm.ee 8 points 3 weeks ago

Bro if someone called me a dipshit for a technicality in a contest where money is at stake? They are a dipshit. Being serious about the questions is the point.

load more comments (7 replies)
[–] dejected_warp_core@lemmy.world 41 points 3 weeks ago (2 children)

What really has my brain in a knot is: Does option "D: None of these" include or exclude option D?

This statement is false.

[–] argh_another_username@lemmy.ca 10 points 3 weeks ago (4 children)

That’s why it should be “none of the above”. And if there’s a “all of the above”, it must come right before the “none of the above”.

[–] bstix@feddit.dk 30 points 3 weeks ago

They're not above. One of them is to the left.

load more comments (3 replies)
load more comments (1 replies)
[–] Feathercrown@lemmy.world 39 points 3 weeks ago (2 children)

Ackshually it's a markup language not a programming language Picks D and loses $1 million

load more comments (2 replies)
[–] selkiesidhe@lemm.ee 37 points 3 weeks ago (1 children)

That question just gave me anxiety. That is exactly the type of question I would get. Technically it's not but does the people who wrote that think that? Is it a trap question or a smart question? Omg I gotta not think about this anymore...

load more comments (1 replies)
[–] absGeekNZ@lemmy.nz 13 points 3 weeks ago

Well what the fuck is a machine language?

Is is data transmitted between parties (machines) to convey information? HTML fits this definition.

Do they mean machine code? Because some call machine code "machine language".

Either way the answer is D.

[–] moonlight6205@lemm.ee 9 points 3 weeks ago (1 children)

Can someone clarify what the answer should be and what was the answer on the show?

[–] lugal@lemmy.dbzer0.com 19 points 3 weeks ago (1 children)

There is a running joke that some people falsely consider HTML a programming language which it is not. So it's D. I didn't watch the show but I assume that's it and the joke is that the audience's majority took alien language

[–] modeler@lemmy.world 14 points 3 weeks ago (3 children)

Interestingly C and D are both programming languages. That is, there is a programming languages called C and another, D.

I'll see myself out...

load more comments (3 replies)
[–] palmtrees2309@lemm.ee 7 points 3 weeks ago

Not expected Amitabh Bacchan and Indian who wants to be a Millonaire or Kaun bane ga Crorepati. Lemmy has got me suprised. Also HTML is markup not a programming language.

load more comments
view more: next ›