Categories Uncategorized

Integrating Blockchain secured data with node.js and EbakusNG

EbakusNG* is a next generation blockchain software that, among other things, can be used as a secure drop-in replacement for traditional databases. Suppose you need a secure datastore for your application’s medical records. These are patient’s sensitive data, that need to be verifiably correct and secured across multiple clinics in a hospital and possibly securely […]

Read More
Categories Uncategorized

I made a virtual machine interpreter for embedded devices

Meet picoVM. A fully featured, minimal footprint, VM for embedded devices. Written in pure C for maximum efficiency and portability. Essentially just a single header file and one source file that you can include in your project. The machine supports 8,16 and 32bit integer operations along with floating point numbers. You get this at a 1000 […]

Read More
Categories blockchain

Ouroboros, Casper and other computer science masturbation. It may feel good, but you don’t actually get anything DONE.

[Might want to read this on Medium for better readability: https://medium.com/@harkal/ouroboros-casper-and-other-computer-science-masturbation-d281f7a219f] If you are old enough in the field of software engineering you probably recognise something familiar in the title. It references the words of the creator of Linux in regard to micro-kernel architectures, networked distributed computers and message passing as a core OS functionality. To […]

Read More