Cats (The Musical)

2 minute read Published: 2024-02-25

Cats is a musical that premiered in the early 1980's with Pop music. And it's 1998 DVD recording is free on Youtube. The musical has some symbolic story that mostly serves as glue to connect the musical numbers. There's also a movie but that had some very serious issues which priorised the very minimal story over the music and slaughtered most of the music.

Good bye Writefreely, hello Zola

3 minute read Published: 2024-01-02

Writefreely is a pretty calm and clean blogging software. Pretty much a "here's the editor, I'll take care of the rest." type of software. That's nice and pretty much what I was looking for, coming from Hubzilla. It does RSS/Atom and even ActivityPub and comes with a nice and boring default theme that worked for me.

Whacky Windows

2 minute read Published: 2022-06-22

Microsoft has some strange ideas about filesystem layouts in general and drive letters are strange as well. Specificly Microsoft is unsure about what are valid drive letters. The GUI (explorer) hides all those tricks, meaning they can be used to hide data. They are still accessible, though. They work at least since Windows NT 4 and still work in Windows 10 and will probably continue to work for quite a long time.

Tor-Snowflake on NixOS

2 minute read Published: 2022-03-05

Snowflake is a tool that helps users circumvent censorship when Tor is blocked.

Running a snowflake proxy on NixOS is simple. It is already packaged and just needs to be setup as a service.

I decided to wrap it in a container as well - because I can and NixOS makes it incredibly simple.

Debian packaging tools notepad

1 minute read Published: 2022-02-03

Some snippets of code that I've used or had to use. This post will probably get updated when I find something new.

- name: Finish the installation of broken packages
  changed_when: false
  environment:
    DEBIAN_FRONTEND: noninteractive
  command:
    cmd: dpkg --force-confdef --force-confold --configure -a