• @Buttons
    link
    13
    edit-2
    1 year ago

    Still easier than understanding JavaScript’s equality operator

    • Smorty
      link
      fedilink
      21 year ago

      You think you? I felt like Java Script was easy

        • @[email protected]
          link
          fedilink
          61 year ago

          It’s super funny, but if you don’t try to use things as what they are not, the type coercion can’t hurt you.

          But if you make a tradition of trying to add empty objects and numbers…

          The great sin of JavaScript is gracefully (silently) failing when coders do silly things.

        • Smorty
          link
          fedilink
          41 year ago

          Wow this was good. Thanks for sharing this gem.

  • JackbyDev
    link
    91 year ago

    😃 You mean webassembly right?

    😐 You mean webassembly right?

  • meli nasa
    link
    fedilink
    71 year ago

    Can even do frontend now, by using WASM + the .wat format, WebGPU, and Naga so you can transform your SPIR-V code to WGSL! It’s the future!

    • Deebster
      link
      fedilink
      English
      8
      edit-2
      1 year ago

      I was just thinking that this meme must be pre-WASM

      • meli nasa
        link
        fedilink
        English
        51 year ago

        wow, you’re right, that just makes this meme even more visionary!

  • @starman
    link
    31 year ago

    Unless it’s WebAssembly

    • meli nasa
      link
      fedilink
      131 year ago

      well, I guess it depends it depends if you are allowed to link libraries, if not then good luck implementing TLS etc. from scratch :) The modern web really isn’t that simple anymore…

      Reminds me of this cool website where you can see all the complexity involved