diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-30 09:10:05 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-30 09:10:05 +0200 |
| commit | 092cac7da2b40eb334c45b843375e36411adf004 (patch) | |
| tree | 1fd468a1fb5c6c42a883e1a4e92403cd906471c2 | |
| parent | 22bffaa61a89324ff7b042b11a5f9cf2b3440d09 (diff) | |
| download | blog-092cac7da2b40eb334c45b843375e36411adf004.tar.gz | |
Note ideas
| -rw-r--r-- | BACKLOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2,7 +2,7 @@ ## Posts -- My `~/bin` scripts and wrappers. +- My `~/bin` scripts and shell aliases. - OpenBSD hooks: rc.firsttime(8), upgrade.site(8), apmd(8) /etc/apm/suspend, crontab(5) @reboot, etc. - Auto-install Arch Linux on vmm (unstable, at least on Intel hardware). - Checkout recently modified Git branch using fzf (git-co). @@ -29,6 +29,14 @@ - Prevent browsers from requesting a non-existing /favicon.ico. - Bidirectional sync (via untrusted server). - Mount external OpenBSD softraid crypto volume at boot. +- Practical quantum-safe secrets provisioning for NixOS (using Agenix): post-quantum Age host key, encrypted SSH host key, systemd DynamicUser+LoadCredentials+RefreshOnReload +- Efficient/small-scale observability (for self-hosters) using VictoriaMetrics, VictoriaLogs, and Perses on NixOS +- Split tunnel VPN for select services on NixOS (e.g. Miniflux) +- systemd's DynamicUser vs. backup +- NixOS config archive/tarball script +- NixOS configuration revision usage: NixOS config, CLI, pkg diff, pending commits +- (How to) patch a Go submodule/dependency with Nix (e.g. Perses/Echo) +- (How to) build a multi-binary Cabal project with Nix (e.g. Kapho) ## Other content @@ -41,3 +49,4 @@ - Revisit [CSS nesting support](https://caniuse.com/css-nesting). - Add Favicon. - Add [Open Graph](https://ogp.me/) meta data. +- Style feeds: <https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xsl>. |