▄████▄   ▄▄▄      ▄████▄   ▄▄▄       ██▀███   ██▓      ▄████▄  ▒█████
▒██▀ ▀█  ▒████▄   ▒██▀ ▀█  ▒████▄    ▓██ ▒ ██▒▓██▒     ▒██▀ ▀█ ▒██▒  ██▒
▒▓█    ▄ ▒██  ▀█▄ ▒▓█    ▄ ▒██  ▀█▄  ▓██ ░▄█ ▒▒██▒     ▒▓█    ▄▒██░  ██▒
▒▓▓▄ ▄██▒░██▄▄▄▄██▒▓▓▄ ▄██▒░██▄▄▄▄██ ▒██▀▀█▄  ░██░     ▒▓▓▄ ▄██▒██   ██░
▒ ▓███▀ ░ ▓█   ▓██▒ ▓███▀ ░ ▓█   ▓██▒░██▓ ▒██▒░██░ ██▓ ▒ ▓███▀ ░ ████▓▒░
░ ░▒ ▒  ░ ▒▒   ▓▒█░ ░▒ ▒  ░ ▒▒   ▓▒█░░ ▒▓ ░▒▓░░▓   ▒▓▒ ░ ░▒ ▒  ░ ▒░▒░▒░
  ░  ▒     ▒   ▒  ░ ░  ▒     ▒    ▒ ░  ░  ░  ░ ▒    ▒    ░  ▒    ░ ▒ ▒
    

posts

7 posts

2026
linux
Hyprland crashed, tmux lost the socket

When Hyprland restarts, your tmux panes still point to the old socket. And get the annoying message that can't connct to the socket. Fuck my life...

development
Git Workflow

My git workflow, being a terminal user.

git
Managing multiple git identities

How to use multiple git configs for different projects without thinking about it.

random
Click Claude

Some thoughts on Claude Code

2023
development
Creating a Lua Environment in C++

How to embed Lua into a C++ project for runtime scripting and extensibility.

security
Case Study K

A case study on securing Apache against Slowloris attacks using Kubernetes, Istio, Vagrant, and Helm.

security
Slowloris DoS

An overview of Slowloris DoS attacks and how they silently exhaust web server connections.