461
None of these (sub.wetshaving.social)
top 50 comments
sorted by: hot top controversial new old
[-] Gronk@aussie.zone 101 points 2 weeks ago

Man this question would sink me because of the misnomer that HTML is a programming language.

[-] Ethalis@jlai.lu 77 points 2 weeks ago

It's basically gambling on the nerdiness of the question's writer. Do they think HTML is a programming language? Do they know that people think it's a programming language and trying to trap them? Do they know it's not a programming language but also know most people would think it is one and so are using the common, loose definition of a programming language in order not to trap people?

My brain would melt

[-] Honytawk@feddit.nl 19 points 2 weeks ago

Mine wouldn't.

It is a quiz, they know what they are talking about if they put the question in. And if they don't, you get to call out the quiz master for being wrong.

[-] jaybone@lemmy.zip 28 points 2 weeks ago

But I’d rather have the million dollars than the satisfaction of calling out the show for being wrong.

[-] fushuan@lemm.ee 8 points 2 weeks ago

I would challenge the question right there and demand an expert counsel to explain why HyperTextMarkupLanguage is classified as a programming language when it's not even Turing complete. It's a markup language. Security would have to drag me, I'd die on the specificity hill.

load more comments (1 replies)
[-] Ephera@lemmy.ml 7 points 2 weeks ago

If the question writer was aware, they would have formulated the question differently. It's just not clear-cut whether HTML is a programming language or not, so you wouldn't be quizzing their knowledge, but rather just whether they hold the same opinion as you. Or whether they meta-gamed correctly. Neither of which make for a fun show...

[-] dejected_warp_core@lemmy.world 57 points 2 weeks ago

I would loudly go on the record for my reasoning that Hypertext Markup Language is not Turing Complete, and therefore fails to be a programming language by the only academic and theoretical definition that matters.

They already are going to award me "lawyer up" money, so I'll come after them for damages later if B is the "right' answer.

[-] itslilith 18 points 2 weeks ago

wrong again! CSS is turing complete, and HTML can include inline CSS, so you can implement a Turing machine in HTML only (without external .js files)

[-] nef@slrpnk.net 21 points 2 weeks ago

It can also include inline JS. HTML alone cannot be turing complete, but HTML+CSS is.

load more comments (6 replies)
[-] chonglibloodsport@lemmy.world 17 points 2 weeks ago

Don’t worry. They interview you before these shows. If you’re at all tech savvy then they would never ask you this question. They want you to be stumped by the question for legitimate reasons, not to loudly protest that you’ve been cheated by a bad question.

load more comments (6 replies)
[-] Guidy@lemmy.world 77 points 2 weeks ago

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

[-] someguy3@lemmy.world 43 points 2 weeks ago

How To Meet Ladies.

[-] lugal@lemmy.dbzer0.com 40 points 2 weeks ago

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 36 points 2 weeks ago

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

[-] jaybone@lemmy.zip 14 points 2 weeks ago

What was Monty Python named after?

[-] Little8Lost@lemmy.world 8 points 2 weeks ago

I think it got inspired by our lord and savior Brian

[-] lime@feddit.nu 7 points 2 weeks ago

his parents i think

[-] iamkindasomeone@feddit.org 5 points 2 weeks ago

Monty Python was named after Monty Python was named after Monty Python was named after..

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

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

[-] Venus_Ziegenfalle@feddit.org 23 points 2 weeks ago* (last edited 2 weeks ago)

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 26 points 2 weeks ago

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.

[-] Kichae@lemmy.ca 19 points 2 weeks ago

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

[-] LiamMayfair@lemmy.sdf.org 9 points 2 weeks ago

snake_case_ftw

load more comments (2 replies)
load more comments (1 replies)
[-] dohpaz42@lemmy.world 31 points 2 weeks ago

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

[-] Buffalox@lemmy.world 9 points 2 weeks ago* (last edited 2 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. 😋

[-] dejected_warp_core@lemmy.world 39 points 2 weeks ago

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 11 points 2 weeks ago

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 28 points 2 weeks ago

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

load more comments (3 replies)
load more comments (1 replies)
[-] selkiesidhe@lemm.ee 38 points 2 weeks ago

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)
[-] Feathercrown@lemmy.world 38 points 2 weeks ago

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

load more comments (2 replies)
[-] absGeekNZ@lemmy.nz 13 points 2 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 8 points 2 weeks ago

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

[-] lugal@lemmy.dbzer0.com 19 points 2 weeks ago

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 2 weeks ago

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)
[-] gofsckyourself@lemmy.world 7 points 2 weeks ago

It looks like this is a photo taken by a potato of a magazine photo that was taken by a potato

[-] flamingo_pinyata@sopuli.xyz 7 points 2 weeks ago
[-] Im_old@lemmy.world 13 points 2 weeks ago

Not really, it's a formatting language.

Yes, I'm fun at parties. In my head 😅

[-] QubaXR@lemmy.world 9 points 2 weeks ago

A "Markup Language" to be precise. HyperText Markup Language.

Yea my parties are the best parties, too.

load more comments (1 replies)
[-] palmtrees2309@lemm.ee 7 points 2 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.

[-] pewgar_seemsimandroid 6 points 2 weeks ago

HTML : Coding Language

there we go, nobody complians about programming languages

[-] Rodneyck@lemm.ee 6 points 2 weeks ago

Phones a friend = no one answers.

load more comments
view more: next ›
this post was submitted on 03 Jun 2025
461 points (100.0% liked)

memes

15612 readers
2642 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