RSSAmplifier

Blog

scheatkode's lair

A place where I gather tangled strands of thought to draw something coherent.

scheatkode.comRSS feed ↗16 posts

Latest posts

Hot-wiring the Lisp machine

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.

XKCD-style LaTeX

Hand-drawn TikZ effect

Git (index)

The stupid information manager from hell

Codebase pre-audit analysis

Codebase auditing and health diagnostics using git

Managing container log files

Container log files can grow aut of proportions if left unchecked

Docker (index)

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…

Easing functions

Ease motion into smooth transitions

Property List

Alternating key-value pairs in a flat list, using keywords as keys

Principle of least astonishment

Design systems to match user expectations and avoid surprises

Jakob's law

Users expect new interfaces to function like familiar ones

MSSQL

Getting out of MSSQL shenanigans

Retrieve computer name using nmap

Nmap commands to retrieve a computer name

Locating machines by MAC address

Locating a machine using only its mac address

OSI model

A fairy tale about networking

$DISPLAY when changing users

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…

The difference between su and su -

Something that will bite you at least once in your life