Blog
- (01.06.2021) Bash one liner part 1
-
(11.02.2020) Wie ich mit Nginx Umleitungen realisiere und mit Python teste
Ich brauchte fuer meinen Blog eine Moeglichkeit leicht und schnell ganz viele Redirects zu definieren. In diesem Post moechte ich meine Loesung vorstellen.
-
(24.09.2019) Automatischer Export meiner Viessmann Heizung
Ende 2017 haben wir die 40 Jahre alte Oelheizung durch eine neue Anlage von Viessmann ersetzt. Das moderne Geraet stellt viele verschiedene Datenpunkte bereit und ich erklaere wie ich diese auslese und verarbeite.
-
(20.09.2019) Data logging meines SMA Tripower 6.0 Inverters
Mein neuer Inverter bietet eine Vielzahl von Datenpunkten welche ich aktiv mitlogge. Ich erklaere wie ich diese auslese und verabeite.
-
(18.09.2019) Mein vernetztes Haus
Ich möchte in den nächsten Posts erklären welche Daten ich in meinem Haus sammle und wie diese verarbeitet werden.
-
(22.08.2019) Noch mehr Docker Container
Wie versprochen gibt es wieder ein paar Docker Container aus meinem Homelab.
-
(21.08.2019) Fingerprint eines SSH Keys auslesen
Ich musste nachschauen welcher SSH Key auf Github hinterlegt ist. Dort wird aber nur der Fingerprint und nicht der Public Key angezeigt. Folgender Command liefert mir die Antwort.
-
(27.02.2019) Bilder mit exiftool sortieren
Bisher habe ich unsere Fotos von Hand in folgende Ordnerstruktur einsortiert:
Jahr/Monat/Tag/Bildname-Nummer.format
- (27.01.2019) Ich lerne wieder C++
- (17.01.2019) Meine liebsten Docker Container
-
(29.12.2018) Das 6. Gamedev Gathering
Heute habe ich mich komplett auf Blender konzentriert und gelernt damit zu arbeiten.
- (26.11.2018) Ich wurde gekündigt
- (14.11.2018) Anti cheat tricks - Variable offset
-
(08.11.2018) Base Building Example - early prototype
Right now i play alot of Rimworld and wanted to create a small proof of concept of the base building system.
-
(05.11.2018) Ramda - Find duplicates in an array of objects
For my current project i need to verify that a list of transactions doesn't contain any duplicates based on the transaction id.
-
(05.11.2018) Ramda - Validate sequence of numbers
I need to verify that i don't miss any events. So i came up with the concept of a number which needs to increment with every event.
-
(28.10.2018) Fourth gamedev gathering
Some of you may know that a couple of game developers get to gether every month to code games, drink, talk and have a good time.
The 27.10.2018 was one of this days. Again we met at the Toolbox Bodensee a big hackspace here in south germany.
-
(20.10.2018) My first kaitai struct
I created a kaitai struct for .chr files in silver. You can find the code here.
- (10.10.2018) My first window patch
- (09.10.2018) Silver trainier revisited
- (07.10.2018) Found some weird phrases in Silver
- (28.09.2018) My first dll proxy
- (27.09.2018) I called a game function
- (25.09.2018) My first trainer
- (24.09.2018) My first dll injection
- (01.09.2018) How to download your GOG library
- (30.08.2018) How to remove sound distortions in debian
-
(14.08.2018) Start the android emulator from terminal
I needed a way to start my android emulator without opening Android Studio.
First i tried to run the avd with the standard emulator command but that didn't worked.
- (29.06.2018) Turbo Mage - early prototype
- (22.06.2018) Pirates - early prototype
-
(26.03.2018) Split a CSV file
I needed to split a csv with 14k entries in multiple files because the import on one of our servers would crash when i try to import all at once.
- (22.03.2018) Import/Export mysql
- (22.03.2018) Create a ssh tunnel
- (06.10.2017) Recognize trading cards with opencv
- (05.10.2017) Trading bot - learn strategies
- (15.09.2017) Trading bot - early prototype
- (13.09.2017) King Marshmallow - more functions
- (10.08.2017) King Marshmallow - early prototype
-
(08.08.2017) Tetris with löve
A buddy of mine challenged me to create a tetris game. Delivered a couple of hours later.
- (01.05.2017) OpenGL just for fun
- (01.01.2016) Mein neuer Job bei Socialbit GmbH
-
(18.12.2015) GPS tracking with nodejs
On a long drive through germany i wrote a script which tracks your position and speed.
-
(30.08.2015) My first osx app
After i created the html prototype of my watchlist tool i wanted to try out some swift.
-
(26.08.2015) Watchlist prototype
I created a basic prototype of the watchlist app.
- (26.02.2015) GPhoto im Web
- (10.01.2014) Mein erstes Component Entity System in Java