kilko.de/feed
- Decoding Unknown Data with Codable
A friend recently asked me how to decode the following JSON through Swift's Codable type. { "a": 1, "b": "foobar", "option.extra": { "a": 1 }, "option.extra.more": 4 } The problem is that only the first two keys (a and b) are … read more →
- Simulating a scan
Fake a printed, hand-signed and scanned document using imagemagick. Beat the bureucracy.
$ convert input.pdf -colorspace gray \( +clone -blur 0x0.1 \) +swap -compose divide -composite -linear-stretch 5%x0% -rotate 0.5 scan.pdfDocumentation on using
-blurcan be found here.Credits go to tex.stackexchange.com/a/94541
- Server Setup with traefik and docker-compose
In the last post I hinted towards how I used docker-compose to run all the services I need on my server. Since someone asked me to describe it in a little more detail I'll do just that in this post. It would probably also make sense to document it a bit for myself as I know that I'm going to forget … read more →
- Paperless
For the past few years I've been scanning all paper correspondence, be that something I receive via snail-mail, invoices, contracts or whatever else. This has been a huge improvement over not doing so. Before I had troubles finding documents when I needed them and usually had them lying around at ho… read more →
- Chat Statistics
I recently stumbled across yet another statistics from my chat with my girlfriend post on /r/dataisbeautiful so today I wanted to evaluate some simple data myself. Unfortunately I'm quite far from being an actual datascientist (below you'll see some of the first matplotlib plots I've ever made), so … read more →
- Docker Swift Runtime
I recently wrote a small Vapor web app in Swift which I then wanted to deploy on my server inside a docker container. Not having all too much experience with docker my simple Dockerfile looked something like this. FROM swift:4 COPY . . EXPOSE 8080 RUN swift build --configuration release ENTRYPOI… read more →







![Dale Carnegie (duplicate): How To Win Friends & Influence People [Sep 24, 2016] Carnegie, Dale (2016, AMAZING READS)](https://bookwyrm-social.sfo3.digitaloceanspaces.com/images/covers/119a64e5-2671-40fd-a0db-0090632feab6.jpeg)





