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
19 Comments
Buttons@programming.dev · 13 pts · 3y
Still easier than understanding JavaScript's equality operator
Smorty@discuss.tchncs.de · 2 pts · 3y
You think you? I felt like Java Script was easy
Hexarei@programming.dev · 10 pts · 3y
Sure, it's easy: https://www.destroyallsoftware.com/talks/wat
Mars@beehaw.org · 6 pts · 3y
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@discuss.tchncs.de · 4 pts · 3y
Wow this was good. Thanks for sharing this gem.
JackbyDev@programming.dev · 9 pts · 3y
😃 You mean webassembly right?
😐 You mean webassembly right?
ambystoma@feddit.de · 7 pts · 3y
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@lemmyrs.org · 8 pts · 3y
I was just thinking that this meme must be pre-WASM
ambystoma@feddit.de · 5 pts · 3y
wow, you're right, that just makes this meme even more visionary!
erlingur@programming.dev · 7 pts · 3y
starman@programming.dev · 3 pts · 3y
Unless it's WebAssembly
sexy_peach@feddit.de · 2 pts · 3y
Maybe I'm stupid or arrogant but that doesn't sound too difficult for a simple website?
ambystoma@feddit.de · 13 pts · 3y
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
ambystoma@feddit.de · 3 pts · 3y
damn, I might be wrong, apparently there's Kernel TLS now
msage@programming.dev · 1 pts · 3y
Wow!
Now tell me you can run kernel on the client side, and we're cooking!
themoonisacheese@sh.itjust.works · 2 pts · 3y
Shouldn't be that hard to compile kernel.org/Linux to webassembly.