Automate Awesome CV with xelatex and GitLab CI

A few years ago I stumbled over the outstanding Awesome CV which is written in LaTeX. At that time I had no idea what LaTeX - but customizing the CV to my needs, contributing the Cover Letter and adding the image to the header taught me how it works. ...

January 25, 2018 · 2 min · 341 words · Lars
Streets of Italy

Streets of Italy

In the easter holidays we did a trip through Italy and visited a friend that is currently studying in Milano. I would recommend Rome for sight seeing, Bologna for food and Milano for both. ...

May 30, 2017 · 1 min · 95 words · Lars

Master Thesis: TresorSGX

In my last year at university (2015-2016) I developed a linux kernel module which secures the Linux Crypto API using the Intel Software Guard Extensions. That was not a trivial task because multiple difficulties occured during the design and implementation. In the end the result was pretty solid and I was nominated for the CAST-Förderpreis IT-Sicherheit 2016 in Darmstadt. ...

December 15, 2016 · 7 min · 1461 words · Lars
Nordic Tour

Nordic Tour

This summer we did a tour to north germany and south sweden. By car we traveled through Berlin, Sassnitz, Binz, took the ferry to Trelleborg, drove through Ystad and settled for 4 days in Malmö. ...

August 6, 2016 · 2 min · 396 words · Lars

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

Currently I am developing Linux Kernel modules and normal user-mode applications in parallel. I needed a function which prints the content of a char array to the console, the syslog and the kernel log. ...

April 1, 2016 · 4 min · 682 words · Lars