About
Heroic Debugging
- Tales about the Diminishing Returns of Heroic Debugging and more...
Recent Articles:
2021-02-07
programming
pelican
/
css
/
webpack
/
tailwindcss
likethewind - a tiny pelican theme powered by tailwindcss
You are looking at a new theme I am working on for pelican, build on top of tailwindcss. While I don’t think it looks visually stunning (yet, fingers crossed) it does a few things in the background already that I quite like: It builds a tiny css file to …
2021-02-01
sysadmin
Server
/
Docker
/
nginx
gzip and cache all the things
A reminder to enable gzip to improve mobile page speed ranking
2021-01-31
misc
organisational
Is this thing still on?
Wow what a blast to look over the content of this page. But the reality is, nearly everything is outdated - both content and technology wise. I was motivated to dust of the current state of things due to a tweet of mine asking for interest in a writeup about porting …
2017-07-22
sysadmin
Server
/
Docker
Docker quicktips #2
Heyyy just another small set of tricks I picked up over time when working with Docker.
2016-09-01
misc
organisational
/
lets encrypt
/
ssl
Moving to Let’s Encrypt
I just finished incorporating letsencrypt into my hosting setup. A mostly painless process that probably took me less time then renewing my old certificate. As mentioned in my docker quicktips article I use a mix of docker containers to serve my web content. To move to letsencrypt i simply needed …
2016-02-06
programming
erlang
/
wpool
Using wpool and pg2 to build broadcastable worker pools
wpool is my preferred erlang worker pool library. But there is no easy way to broadcast a message to all spawned workers. Or is there? In this article we will have a look at wpool, how to easily replace a single gen_server with a process pool and finally how to …
View all Articles ...