-
Even faster rust builds in Gitlab CI
Getting even faster builds out of rust on Gitlab CI
-
k8s Container Linux ignition with rkt and kube-router
Modifying a recently created Container Linux ignition configuration to use rkt and kube-router (instead of containerd and canal).
-
SQLite Is threadsafe, parallel access safe, but I still want to extend it.
Some thoughts on Sqlite's thread safety, parallel access safety, and how I want to extend it
-
Yet another cluster re-install after switching back to Container Linux
Switching back to Container Linux, and using kubeadm + ignition to install Kubernetes.
-
Minimal effort build improvements and a GHC 8.2.2 upgrade
How attempting to speed up my CI builds led to upgrading to GHC 8.2.2 (and eventually speeding up my CI builds)
-
The cure for impostor syndrome is knowing things
Insight into how I avoid impostor syndrome, and a mindset I think could benefit everyone. Pretty much a rant.
-
Dedicated server rescue (RAID + Grub2 issues)
Recovering from a post-update failure on my Arch Server
-
Better k8s monitoring part 3: Adding request tracing with OpenTracing (powered by Jaeger)
Deploying Jaeger to enable tracing support for an application on my kubernetes cluster
-
Switching From kube-lego To cert-manager
Switching from kube-lego to cert-manager (without Helm)
-
Awesome Dev Tool: MailCatcher
MailCatcher: a very straightforward local email testing tool
-
Better k8s Monitoring Part 2: Adding logging management with the EFKK stack
(FluentD + ElasticSearch + Kibana) x Kubernetes
-
Better K8s Monitoring Part 1: Adding Prometheus
Adding better monitoring for applications running in my k8s cluster using Prometheus.
-
Fun with Gitlab CI
Some fun infrastructure-related things you can do with Gitlab CI
-
Using Both Integrated And Discrete Graphics Cards
Setting up Arch Linux to use both integrated (on-board, Intel) and discrete GFX (Radeon) cards.
-
A reliable fix to Docker not keeping it's IPV4 address on Arch
A summary of the problem and fix I experienced with docker0 on arch
-
Adding (naive) email templating to my servant-powered haskell web application
An in-depth look at adding naive email templating to my Haskell web application.
-
Custom registries in JSPM from CI
Hacking my way to a working CI build with JSPM and custom registries
-
Haskell build issues on Arch Linux (tinfo6)
Some notes on issues I was having building haskell projects on Arch Linux
-
Adding a very naive in-memory cache to my Haskell web app
How I added very naive in-memory caching to my haskell webapp