I gave a Talk about historical vulnerabilities in the automotive space at FuzzCon Europe Automotive Edition 2022. I showed some classical car hacks and exemplified how software testing methodologies such as fuzzing or static analysis could have detected them. You can find the slides and video online. All my publications...
[Read More]
Profile and Optimize C++ Code
Covid-19 Bokeh Dashboard Writeup
I made a little write up for the interactive Covid-19 dashboard I created in Python with Bokeh, Pandas, Numpy etc. The content ranges from the getting the data, preprocessing it with pandas to creating an interactive plots with Bokeh, creating a Rest-Api, and finally hosting it on the internet. You...
[Read More]
Book available
Kicker Manager Game as Constraint Knapsack Problem
I did some quick write up for the Kicker Manager game optimizer. The goal of this popular game in Germany is to select a team of real Bundesliga players with a given budget to yield maximal points. The write up can be found here and the sources are on github....
[Read More]