you are viewing a single comment's thread
view the rest of the comments
[–] 66 points 3 years ago (4 children)

blockchain for state management, TRULY speculative execution.

  • source
  • hideshow 8 child comments
  • [–] 27 points 3 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments