Skip to content

Instantly share code, notes, and snippets.

@sepastian
sepastian / docker_build_debian_archive.md
Created September 19, 2025 13:46
Build Docker images using archived Debian base image

When maintaining code and, successively, building old (10+ years) Dockerfile images, problems may arise because the base image may be based off a Debian distribution, which is no longer available. I.e. /etc/apt/sources.list cointains references, which no longer exist. For example, ruby:2.3 is based off Debian 9 (stretch), as can be seen.

# # cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
@probonopd
probonopd / Wayland.md
Last active October 27, 2025 07:28
Think twice about Wayland. It breaks everything!

Think twice before abandoning X11. Wayland breaks everything!

Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.

Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.

Feature comparison