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

Programmer Humor

23563 readers
1835 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 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] symcal@lemmy.world 1 points 2 years ago (1 children)

While we are at it, let's make sure they also run Electron since so many companies use it.

[–] nicoweio@lemmy.world 1 points 2 years ago

All CPUs are Electron-based, if you think about it.

[–] Swedneck@discuss.tchncs.de 1 points 2 years ago (1 children)

blockchain for state management, TRULY speculative execution.

[–] skilltheamps@feddit.de -1 points 2 years 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.