Blog.

May 29, 2018

Monitoring temperature, humidity, pressure and air quality

Using the Bosch BME680 sensor on a RaspberryPi, collecting the data with InfluxDB and visualizing it with Grafana.

Jan 27, 2018

Automate build, test and deploy of a static Jekyll site

Over the last months my interest in code integration and deployment increased a lot. As a consequence I tried to automate everything around this site.

Jan 25, 2018

Automate Awesome CV with xelatex and GitLab CI

I was tired of installing the complete LaTeX package - so I automated the LaTeX stuff in GitLab.

May 30, 2017

Streets of Italy

A set of street shots during a trip through Italy.

Dec 15, 2016

Master Thesis: TresorSGX

Securing storage encryption by using Intel SGX enclaves. First attempt for the isolation of OS components with trusted enclaves. Nominated for the CAST-Förderpreis and published at SysTEX'16.

Aug 6, 2016

Nordic Tour

A tour into the north. Berlin, Rügen, Malmö, Ystad, Copenhagen.

Apr 1, 2016

How to print memory as hex to console, syslog, kernellog.

I couldn't find a good implementation of a simple debugging function which prints an array to the console, syslog and the kernel log. So i made one.