this post was submitted on 14 Jun 2023
108 points (100.0% liked)

Programmer Humor

19315 readers
527 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
top 16 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 1 year ago* (last edited 1 year ago) (1 children)

Still easier than understanding JavaScript's equality operator

[–] [email protected] 2 points 1 year ago (1 children)

You think you? I felt like Java Script was easy

[–] [email protected] 10 points 1 year ago (2 children)
[–] [email protected] 6 points 1 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.

[–] [email protected] 4 points 1 year ago

Wow this was good. Thanks for sharing this gem.

[–] [email protected] 9 points 1 year ago

😃 You mean webassembly right?

😐 You mean webassembly right?

[–] [email protected] 7 points 1 year ago (2 children)

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!

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] [email protected] 5 points 1 year ago

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

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)
[–] [email protected] 3 points 1 year ago

Unless it's WebAssembly

[–] [email protected] 2 points 1 year ago (1 children)

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

[–] [email protected] 13 points 1 year ago (1 children)

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

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

damn, I might be wrong, apparently there's Kernel TLS now

[–] [email protected] 1 points 1 year ago (1 children)

Wow!

Now tell me you can run kernel on the client side, and we're cooking!

[–] [email protected] 2 points 1 year ago

Shouldn't be that hard to compile kernel.org/Linux to webassembly.

load more comments
view more: next ›