Ripping the guts out of Emacs to build a static site generator that doesn't suck. No external dependencies, no string-templating garbage. Just a 40-year-old Lisp machine masquerading as a text editor, redlining a CPU core to beat modern web-dev at its own game. This is a story of stubborn engineering, a total refusal to compromise, and a slow, deliberate descent into madness.
Docker is a set of products that uses operating system-level virtualization to deliver software in packages called containers. Docker automates the deployment of applications within lightweight containers, enabling them to run consistently across different computing environments. The core software that runs and manages these containers is called Docker Engine. Docker was first released in 2013 and…
There comes an unavoidable time where you're asked to troubleshoot some misbehaving graphical binary on a shared remote server and, being the paranoid sysadmin you are, you won't simply accept another user's credentials. You're also not a pleb, so you won't open Xpra, NoMachine, or what have you. You use the one true way: X11Forwarding . 1 But because X11 is also paranoid, it won't just let you…