Ponder.cat
  • Communities
  • heart
  • search
    • Login
    • Sign Up
    • Communities

    • heart
      Support Lemmy
    • search
      Search

    • Login
    • Sign Up
    weird@sub.wetshaving.social to memes@lemmy.world · 19 days ago

    None of these

    sub.wetshaving.social

    message-square
    116
    fedilink
    470

    None of these

    sub.wetshaving.social

    weird@sub.wetshaving.social to memes@lemmy.world · 19 days ago
    message-square
    116
    fedilink
    • Guidy@lemmy.world
      link
      fedilink
      arrow-up
      81
      arrow-down
      1
      ·
      19 days ago

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

      • someguy3@lemmy.world
        link
        fedilink
        arrow-up
        45
        ·
        19 days ago

        How To Meet Ladies.

        • Lemminary@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          18 days ago

          Huge Turd Must Laugh

          Huge Tongue Must Lick

          • CascadianGiraffe@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            18 days ago

            Thanks, now I’m a huge turd

            • Lemminary@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              18 days ago

              Omg, you gave me a great idea. Don’t ask how. Updated it.

      • dohpaz42@lemmy.world
        link
        fedilink
        English
        arrow-up
        32
        arrow-down
        1
        ·
        19 days ago

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

        • Buffalox@lemmy.world
          link
          fedilink
          arrow-up
          9
          ·
          edit-2
          18 days 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
        link
        fedilink
        arrow-up
        42
        arrow-down
        18
        ·
        19 days 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
          link
          fedilink
          English
          arrow-up
          38
          ·
          19 days ago

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

          • jaybone@lemmy.zip
            link
            fedilink
            English
            arrow-up
            16
            ·
            19 days ago

            What was Monty Python named after?

            • Little8Lost@lemmy.world
              link
              fedilink
              English
              arrow-up
              9
              ·
              19 days ago

              I think it got inspired by our lord and savior Brian

            • lime!@feddit.nu
              link
              fedilink
              English
              arrow-up
              7
              ·
              19 days ago

              his parents i think

            • Knock_Knock_Lemmy_In@lemmy.world
              link
              fedilink
              arrow-up
              6
              ·
              19 days ago

              “Monty” was selected (Eric Idle’s idea) as a gently mocking tribute to Field Marshal Lord Montgomery, a British general of World War II; requiring a “slippery-sounding” surname, they settled on “Python”. Flying Circus stuck when the BBC explained it had printed that name in its schedules and was not prepared to amend it.

            • iamkindasomeone@feddit.org
              link
              fedilink
              arrow-up
              5
              ·
              19 days ago

              Monty Python was named after Monty Python was named after Monty Python was named after…

              • edgemaster72@lemmy.world
                link
                fedilink
                English
                arrow-up
                3
                ·
                18 days ago

                Based on this post it seems M. Python is the scientific name for the Ouroboros

                • rigatti@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  3
                  ·
                  18 days ago

                  Then what is M. Bison the scientific name for?

                  • edgemaster72@lemmy.world
                    link
                    fedilink
                    English
                    arrow-up
                    2
                    ·
                    18 days ago

                    Raul Julia, of course

            • Klear@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              19 days ago

              The Red Baron.

            • phantomwise@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              18 days ago

              It’s named after the python language, obviously. Nothing beats recursive referencing.

          • _stranger_@lemmy.world
            link
            fedilink
            arrow-up
            9
            ·
            edit-2
            19 days ago

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

        • Venus_Ziegenfalle@feddit.org
          link
          fedilink
          English
          arrow-up
          25
          ·
          edit-2
          19 days 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
            link
            fedilink
            arrow-up
            29
            ·
            19 days 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.

            • Venus_Ziegenfalle@feddit.org
              link
              fedilink
              English
              arrow-up
              21
              ·
              19 days ago

              Consider me outjerked 🎩🤏

            • squaresinger@lemmy.world
              link
              fedilink
              arrow-up
              7
              ·
              19 days ago

              HTML5 + CSS3 seems to be Turing complete too: https://lemire.me/blog/2011/03/08/breaking-news-htmlcss-is-turing-complete/

              • Fushuan [he/him]@lemm.ee
                link
                fedilink
                arrow-up
                2
                arrow-down
                1
                ·
                edit-2
                18 days ago

                Forgive me if this sounds rude but it’s the best way to explain in my mind, please take it in jest.

                - lemon is sweet.
                + no, lemon is sour.
                - well, Lemmon+sugar is sweet.
                + ???

            • SoleInvictus@lemmy.blahaj.zone
              link
              fedilink
              arrow-up
              3
              ·
              19 days ago

              Well, TIL! Thank you!

        • Kichae@lemmy.ca
          link
          fedilink
          English
          arrow-up
          19
          ·
          19 days ago

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

          • Liam Mayfair@lemmy.sdf.org
            link
            fedilink
            arrow-up
            9
            ·
            19 days ago

            snake_case_ftw

          • lugal@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            4
            ·
            19 days ago

            Point taken

            • Sabin10@lemmy.world
              link
              fedilink
              arrow-up
              7
              ·
              19 days ago

              From Gryffindor and awarded to Slytherin

        • far_university1990@reddthat.com
          link
          fedilink
          arrow-up
          5
          ·
          18 days ago

          Welcome to germany. Many name for new thing just description of thing. Why not more language do that? Very useful.

    memes@lemmy.world

    memes@lemmy.world

    Subscribe from Remote Instance

    Create a post
    You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !memes@lemmy.world

    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

    No 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

    • !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.
    Visibility: Public
    globe

    This community can be federated to other instances and be posted/commented in by their users.

    • 3.47K users / day
    • 8.04K users / week
    • 16.8K users / month
    • 27.4K users / 6 months
    • 1 local subscriber
    • 15.7K subscribers
    • 3.5K Posts
    • 61.6K Comments
    • Modlog
    • mods:
    • Tenthrow@lemmy.world
    • The Picard Maneuver@lemmy.world
      cake
    • The Picard Maneuver@startrek.website
    • UI: unknown version
    • BE: 0.19.8
    • Modlog
    • Instances
    • Docs
    • Code
    • join-lemmy.org