My website

11 2026-01-08 16:52:07

+45 -37
+1 -1
justfile
··· 11 11 12 12 # Publish blog 13 13 [group('blogging')] 14 - publish-blog: 14 + publish-site: 15 15 #!/usr/bin/env bash 16 16 set -eu 17 17 cd "$BSSG_DIR"
+44 -36
pages/computering.md
··· 15 15 16 16 These are my daily drivers. 17 17 18 - * [Bash](https://www.gnu.org/software/bash/) 19 - * [Borgbackup](https://www.borgbackup.org/) 20 - * [Borgmatic](https://torsion.org/borgmatic/) 21 - * [Btrfs](https://btrfs.readthedocs.io/en/latest/) 22 - * [CachyOS](https://cachyos.org) 23 - * [Calibre](https://calibre-ebook.com/) 24 - * [Catgirl](https://git.causal.agency/catgirl/about/) 25 - * [Debian stable](https://www.debian.org/) 26 - * [Discord](https://discordapp.com) 27 - * [Firefox](https://www.mozilla.org) 28 - * [FreeBSD](https://www.freebsd.org/) 29 - * [GNOME](https://gnome.org/) 30 - * [Jellyfin](https://jellyfin.org/) 31 - * [Just](https://just.systems) 32 - * [LibreWolf](https://librewolf.net/) 33 - * [Miniflux](https://miniflux.app/) 34 - * [Murena /e/os](https://doc.e.foundation/what-s-e) 35 - * [Murena Workspace](https://murena.com/workspace/) 36 - * [Neovim](https://neovim.io/) 37 - * [Newsboat](https://newsboat.org/) 38 - * [Nextcloud](https://nextcloud.com/) 39 - * [Nushell](https://www.nushell.sh/) 40 - * [OpenBSD](https://openbsdfoundation.org) 41 - * [Signal](https://signal.org/) 42 - * [Tailscale](https://tailscale.com/) 43 - * [Ubuntu](https://ubuntu.com) 44 - * [Vivaldi](https://vivaldi.com) 45 - * [Z shell](https://www.zsh.org/) 46 - * [ZFS](https://openzfs.org/wiki/Main_Page) 47 - * [Zellij](https://zellij.dev/) 48 - * [Zen Browser](https://zen-browser.app/) 49 - * [firewalld](https://firewalld.org/) 50 - * [qBittorrent](https://www.qbittorrent.org/) 51 - * [starship.rs](https://starship.rs/) 18 + [CachyOS](https://cachyos.org) 19 + : My main OS for workstation and gaming. I use the GNOME edition. 20 + 21 + [Catgirl](https://git.causal.agency/catgirl/about/) 22 + : Terminal IRC client. I connect to it via my [tilde.team](https://tilde.team) pubnix account. 23 + 24 + [Debian stable](https://www.debian.org/) 25 + : My go-to server OS. I use it extensively in my homelab and cloud servers. It is currently running on my NAS as well. 26 + 27 + [Just](https://just.systems) 28 + : I love this program. I use it extensively in my daily computering. 29 + 30 + [Miniflux](https://miniflux.app/) 31 + : Self-hosted RSS aggregator. I use the [BSD Cafe](https://miniflux.bsd.cafe) instance. 32 + 33 + [Neovim](https://neovim.io/) 34 + : My main text editor. I use it for almost everything. 35 + 36 + [Newsboat](https://newsboat.org/) 37 + : Terminal RSS feed client. It connects to my Miniflux account on BSD Cafe. 38 + 39 + [Nushell](https://www.nushell.sh/) 40 + : A very useful shell that treats data as objects rather than streams of text. 41 + 42 + [OpenBSD](https://openbsdfoundation.org) 43 + : I rent an [OpenBSD Amsterdam](https://openbsd.amsterdam) virtual machine which hosts my website and blog. 44 + 45 + [Signal](https://signal.org/) 46 + : I don't really use this every day, but my hope is that by being available on it, I would be the change I want to see in the world. Unfortunately, almost nobody I send text messages to is willing to use anything but the default messaging app on their phone. 47 + 48 + [Tailscale](https://tailscale.com/) 49 + : I use this extensively in my homelab. It's nothing short of revolutionary for self-hosters and homelabbers. 50 + 51 + [Vivaldi](https://vivaldi.com) 52 + : My personal opinion is that, in light of Mozilla being terrible lately, and Vivaldi's pledge to be an AI-free browser, Vivaldi is more ethical than Firefox despite its 5% proprietary code base (which can be soundly justified). Vivaldi is open source enough that being AI-free is the deal-maker, in addition to the myriad of neat features it offers. 53 + 54 + [Z shell](https://www.zsh.org/) 55 + : I use zsh as my default shell almost everywhere, but I write scripts mostly in Bash or Python for compatibility and portability reasons. Zsh is the most advanced POSIX-compliant shell, IMO. 56 + 57 + [ZFS](https://openzfs.org/wiki/Main_Page) 58 + : Zettabyte file system, used extensively on my NAS. 59 + 60 + [Zellij](https://zellij.dev/) 61 + : Terminal multiplexer with advanced features. 52 62 53 63 My workstation/gaming rig would only be running either CachyOS or Bazzite. My laptop could run almost anything because I don't use it for any specific purpose. 54 64 55 65 Debian, FreeBSD, OpenBSD, and Ubuntu are only used on homelab machines and VPSs. 56 - 57 - I tend to alternate between between Vivaldi, Firefox, Librewolf, and Zen Browser based on which one I find least annoying at any given moment.