Installing OpenJDK 8 on Ubuntu

As part of setting up my new Ubuntu notebook I wanted to have Java 8 as the default JDK. Unfortunatly there’s only OpenJDK 7 available as a pre-built package and help.ubuntu.com suggests building it from scratch. It references a blog post that explains the required steps and it’s actually quite easy. Here’s how: Installing required …

Fixing SMB shares after OSX update

I’m running OpenELEC on a Raspberry Pi and my Macbook Air serves a number of SMB shares for it using SMBUp. Having installed a security update for OSX this evening I noticed that my shares had become unavailable. I tried to start SMBUp in order to get the shares back online only to be presented …

Welcome to donneo.bit

Ever since I’ve read Michael Nielsen’s introduction to Bitcoin a few months back I have been interested in blockchain based technologies. Specifically Namecoin strikes me as a very interesting topic: It’s a decentralized and secure name registration service with its own cryptocurrency (NMC). Namecoin records are stored in a blockchain and neither governments nor corporations …

My summary for Microxchg.io

If you’re interested in software architecture and distributed systems at all you will have noticed the rise of the term Microservices during the last two years of so. It’s an architectural style that suggests building complex systems out of small independent services rather than taking a monolithic approach. Having looked forward to it for quite …