paritybit.ca

Files for paritybit.ca.
git clone https://git.jaderune.net/jbauer/paritybit.ca
Log | Files | Refs | README | LICENSE

commit 91891b716b4108282d635588a827f1a06a56f8e9
parent b714a58f795019d352e877144169f59d4700ae88
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Sat, 13 May 2023 23:06:48 -0400

Update projects list

Diffstat:
Mcontent/projects/index.md | 95++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
1 file changed, 65 insertions(+), 30 deletions(-)

diff --git a/content/projects/index.md b/content/projects/index.md @@ -3,52 +3,76 @@ Summary: Projects that I am currently working on or have finished. # [%title] -My projects are hosted on [my Git server](https://git.paritybit.ca) and [my -Gitea server](https://git.jaderune.net/jbauer). I also have the following forge -accounts for collaboration, but not for hosting my own stuff: +My projects are hosted on [my Git server](https://git.paritybit.ca) +(plain interface) and [my Gitea server](https://git.jaderune.net/jbauer) +(more interactive interface). I also have the following forge accounts +for collaboration, but usually not for hosting my own stuff: * [GitHub](https://github.com/JakeMBauer) * [SourceHut](https://sr.ht/~jbauer) * [Codeberg](https://codeberg.org/jbauer) -## Larger Projects +## Primary Projects Things I'm spending the most time on right now: <details> -<summary><a href="https://git.paritybit.ca/browser.py/log.html">browser.py</a> (2023-present) (Python 3)</summary> +<summary><a href="http://git.paritybit.ca/browser.py/log.html">browser.py</a> (2023-present) (Python 3)</summary> <p>Working through the exercises at <a href="//browser.engineering">browser.engineering</a>.</p> </details> +<details> +<summary><a href="http://linuxlads.com">Linux Lads Podcast</a> (2022-present) (Audio)</summary> +<p>I am the editor for the Linux Lads Podcast. They release an episode +roughly once every fortnight and I edit them using a combination of +Audacity and Ardour.</p> +</details> + +<details> +<summary><a href="http://git.paritybit.ca/paritybit.ca/log.html">This Website</a> (2022-present) (Writing)</summary> +<p>I spend a significant amount of time expanding my <a +href="/garden/">personal wiki</a> and writing the occasional blog post. +I enjoy the process of learning something new, trying to distill it down +to its core concepts, and writing reference or tutorial documentation +about it.</p> +</details> + ## Other Active Projects -Projects that I maintain but which don't take up much of my time: +Things that I maintain but which don't take up much of my time: <details> -<summary><a href="https://git.paritybit.ca/sbs/log.html">sbs</a> (2021-present) (POSIX shell)</summary> -<p>My custom static site generator that uses -<a href="https://kristaps.bsd.lv/lowdown/">lowdown(1)</a> and standard shell -utilities to build a website. It supports Markdown files, Atom feed creation, and has a simple configuration.</p> +<summary><a href="http://git.paritybit.ca/sbs/log.html">sbs</a> (2021-present) (POSIX shell)</summary> +<p>My custom static site generator that uses <a +href="https://kristaps.bsd.lv/lowdown/">lowdown(1)</a> and standard +shell utilities to build a website. It supports Markdown files, Atom +feed creation, and has a simple configuration.</p> </details> <details> <summary><a href="https://git.sr.ht/~amolith/fediring.net">Fediring.net</a> (2022-present) (Various)</summary> -<p>I help manage the Fediring webring by responding to tickets and maintaining the ring's integrity.</p> +<p>I help manage the Fediring webring by responding to tickets and +maintaining the ring's integrity.</p> </details> <details> <summary>Vim Colourschemes (2021-present) (VimScript)</summary> -<p>Various colourschemes I made for Vim. The original vim-monochrome was a fork -from <a href="github.com/fxn/vim-monochrome">vim-monochrome by fxn</a> which I -changed to suit my needs. These are the ones I've made so far:</p> +<p>Various colourschemes I made for Vim. The original vim-monochrome was +a fork from <a href="github.com/fxn/vim-monochrome">vim-monochrome by +fxn</a> which I changed to suit my needs. These are the ones I've made +so far:</p> <ul> -<li><a href="https://git.paritybit.ca/vim-monochrome/log.html">vim-monochrome</a> - A monochrome colourscheme in both light and dark styles</li> -<li><a href="https://git.paritybit.ca/vim-dieter-rams/log.html">vim-dieter-rams</a> - A colourscheme based off of a colour palette by Dieter Rams</li> +<li><a +href="http://git.paritybit.ca/vim-monochrome/log.html">vim-monochrome</a> +- A monochrome colourscheme in both light and dark styles</li> +<li><a +href="http://git.paritybit.ca/vim-dieter-rams/log.html">vim-dieter-rams</a> +- A colourscheme based off of a colour palette by Dieter Rams</li> </ul> </details> <details> -<summary><a href="https://git.paritybit.ca/paritybot/log.html">paritybot</a> (2020-present) (Python)</summary> +<summary><a href="http://git.paritybit.ca/paritybot/log.html">paritybot</a> (2020-present) (Python)</summary> <p>An IRC bot I wrote to play around with the IRC protocol.</p> </details> @@ -57,8 +81,10 @@ changed to suit my needs. These are the ones I've made so far:</p> Things I'm no longer working on: <details> -<summary><a href="//git.paritybit.ca/clojurecember/log.html">Clojurecember</a> (2022) (Clojure)</summary> -<p>My attempt to learn at least a little bit of Clojure each day in December, 2022. I ended up building a minimal text editor using the Seesaw GUI framework.</p> +<summary><a href="http://git.paritybit.ca/clojurecember/log.html">Clojurecember</a> (2022) (Clojure)</summary> +<p>My attempt to learn at least a little bit of Clojure each day in +December, 2022. I ended up building a minimal text editor using the +Seesaw GUI framework.</p> </details> <details> @@ -68,22 +94,30 @@ Things I'm no longer working on: <details> <summary><a href="https://github.com/Johann150/Misskey-Extras">Misskey-Extras</a> (2021-2022)</summary> -<p>A collection of extra patches, custom CSS, and more for the Misskey fediverse software. I handed maintainership of this repository off to Johann who is much more active in the Misskey space than I am these days.</p> +<p>A collection of extra patches, custom CSS, and more for the Misskey +fediverse software. I handed maintainership of this repository off to +Johann who is much more active in the Misskey space than I am these +days.</p> </details> <details> -<summary><a href="https://git.paritybit.ca/vim-fastline/log.html">vim-fastline</a> (2020-2022) (VimScript)</summary> -<p>A custom vim statusline born out of a frustration with how big and bloated other statuslines felt.</p> +<summary><a href="http://git.paritybit.ca/vim-fastline/log.html">vim-fastline</a> (2020-2022) (VimScript)</summary> +<p>A custom vim statusline born out of a frustration with how big and +bloated other statuslines felt.</p> </details> <details> -<summary><a href="https://git.paritybit.ca/kontaktdb/log.html">kontaktdb</a> (2020) (Bash)</summary> -<p>A utility that lets you store, retrieve, and edit basic contact information in plain text. This was born out of a dissatisfaction with other contact management solutions that integrated with neomutt.</p> +<summary><a href="http://git.paritybit.ca/kontaktdb/log.html">kontaktdb</a> (2020) (Bash)</summary> +<p>A utility that lets you store, retrieve, and edit basic contact +information in plain text. This was born out of a dissatisfaction with +other contact management solutions that integrated with neomutt.</p> </details> <details> -<summary><a href="https://git.paritybit.ca/usrmnt/log.html">usrmnt</a> (2019) (Bash)</summary> -<p>A small utility to mount, unmount, unlock, etc. your devices from the terminal. This was one of my first shell coding projects, so it's not very good.</p> +<summary><a href="http://git.paritybit.ca/usrmnt/log.html">usrmnt</a> (2019) (Bash)</summary> +<p>A small utility to mount, unmount, unlock, etc. your devices from the +terminal. This was one of my first shell coding projects, so it's not +very good.</p> </details> ## Web-Based Utilities @@ -99,8 +133,9 @@ Little JavaScript-based utilities I made for myself: ## Support -If you like what I do and wish to send a few `$CURRENCY_UNIT`s my way, the -easiest way is via [PayPal](https://paypal.me/paritybit), by using this [Vultr -referral link](https://www.vultr.com/?ref=8575845), or by grabbing me something -on [my Bandcamp wishlist](https://bandcamp.com/jbauer001/wishlist). Thanks! +If you like what I do and wish to send a few `$CURRENCY_UNIT`s my way, +the easiest way is via [PayPal](https://paypal.me/paritybit), by using +this [Vultr referral link](https://www.vultr.com/?ref=8575845), or by +grabbing me something on [my Bandcamp +wishlist](https://bandcamp.com/jbauer001/wishlist). Thanks!