this post was submitted on 14 Aug 2023
9 points (100.0% liked)

Programmer Humor

19557 readers
598 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (3 children)

blockchain for state management, TRULY speculative execution.

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

You're responsible for cleaning up all this vomit I made just now.

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

And AI for arithmetic operations. That's so brilliant. I think we have a great idea for startup.

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

I once wrote an interpreter for a subset of the java bytecode in python. The jvm being a stack machine allowed me to store its state in IPFS and reference past states by their hash, i.e. you get a blockchain of execution states. It worked for a hello world program and was slow as fuck.