newest tech stack just dropped

noxfriend@beehaw.org to Programmer Humor@programming.dev – 18 points –
10

šŸ˜ƒ You mean webassembly right?

šŸ˜ You mean webassembly right?

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!

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

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

Maybe I'm stupid or arrogant but that doesn't sound too difficult for a simple website?

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

Still easier than understanding JavaScript's equality operator

You think you? I felt like Java Script was easy

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.