Raspberry Pi 4 Model B Das U-Boot
Setup a Raspberry Pi 4 Model B to boot using Das U-Boot
Setup a Raspberry Pi 4 Model B to boot using Das U-Boot
A short descripton of an excellent printer test image. A link to it is also included because the original website link does not work.
A quick overview of setting up GoatCounter website analytics with Postgresql, NGINX, and LetsEncrypt on Debian 11 (Bullseye).
A simple trick to hide the “Powered by Commento” branding.
Various tips, tricks, and advice for the Canon PRO-1000
These are some of my favorite photos that I’ve taken over the years.
Recently I’ve been trying out Asciidoc as my go-to markup language for text docs.
rust.vim plugin is included with Neovim 0.6.1, but it is buggy. Manually installing rust.vim fixed the bug I was noticing.
This is just a quick reference for anyone setting up Sway on a laptop. By default the brightness control function keys do not work. To get them functioning, there are a couple of not-so-obvious steps required.
Per skarnet.org/software/ s6 is “skarnet.org’s small and secure supervision software suite. Comes with an ultra-fast init replacement, process management tools, an asynchronous locking library, and more.” After a little bit of reading and a lot of tinkering, I was able to assemble an s6 based system and learned a lot about linux userspace initialization in the process.
A chroot is an operation that changes the apparent root directory for the current process and its children. It effectively isolates the current process and its children from anything outside of the new root directory. This can be useful for running or building software in a clean environment with only the required dependencies. The resulting environment is called a chroot jail.
Wayland isn’t mainstream quite yet, but if you want to experiment with it and you prefer tiling window managers, then Sway is the way to go. However, building it on Debian requires a little work.
My first Gentoo install.
I tried the switch to Neovim for a week and was underwhelmed by the differences between it and Vim 8.1, but I love what a little competition has done.
And now for something a little different…
My “sane” vimrc default settings.
Using the default Vim configs in Debian as a starting point for a clean-slate custom vimrc.
AWS S3 combined with CloudFront is a great way to serve a static website, but I found a gotcha that was almost a deal killer for me.
A credentials.PerRPCCredentials implementation for authenticating with a Keycloak server to get an access token and submitting it with every RPC call.
There are a lot of ways to build a simple website, but for the somewhat technically inclined (i.e., you know what CLI and git mean), a static site generator is a compelling option.