diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-21 10:55:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-21 10:55:25 +0200 |
| commit | 5a76af565ea910512b0418c56437467068821fd6 (patch) | |
| tree | d8ee7610db5f698703d5891eb9b6aabd1f699f14 /gemfeed/2022-06-15-sweating-the-small-stuff.gmi | |
| parent | a30460cc038708e3a01cbe8cf4d90c6572e26784 (diff) | |
| parent | 75655782fe8ad0b8b9b5fd26a6837e8a745b7268 (diff) | |
Merge branch 'content-gemtext' of codeberg.org:snonux/foo.zone into content-gemtext
Diffstat (limited to 'gemfeed/2022-06-15-sweating-the-small-stuff.gmi')
| -rw-r--r-- | gemfeed/2022-06-15-sweating-the-small-stuff.gmi | 41 |
1 files changed, 33 insertions, 8 deletions
diff --git a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi index aba7fa93..1e0c4e8c 100644 --- a/gemfeed/2022-06-15-sweating-the-small-stuff.gmi +++ b/gemfeed/2022-06-15-sweating-the-small-stuff.gmi @@ -2,14 +2,6 @@ > Published at 2022-06-15T08:47:44+01:00; Updated at 2022-06-18 -``` - _ - /_/_ .'''. - =O(_)))) ...' `. - jgs \_\ `. .''' - `..' -``` - This blog post is a bit different from the others. It consists of multiple but smaller projects worth mentioning. I got inspired by Julia Evan's "Tiny programs" blog post and the side projects of The Sephist, so I thought I would also write a blog posts listing a couple of small projects of mine: => https://jvns.ca/blog/2022/03/08/tiny-programs/ Tiny programs @@ -19,6 +11,39 @@ Working on tiny projects is a lot of fun as you don't need to worry about any st But before going through the tiny projects let's take a paragraph for the `1y` anniversary retrospective. +``` + _ + /_/_ .'''. + =O(_)))) ...' `. + jgs \_\ `. .''' + `..' +``` + +## Table of Contents + +* ⇢ Sweating the small stuff - Tiny projects of mine +* ⇢ ⇢ `1y` anniversary +* ⇢ ⇢ Static photo album generator +* ⇢ ⇢ ⇢ The Irregular Ninja +* ⇢ ⇢ Random journal page extractor +* ⇢ ⇢ Global uptime records statistic generator +* ⇢ ⇢ Server configuration management +* ⇢ ⇢ Fancy SSH execution loop +* ⇢ ⇢ A KISS dynamic DNS solution +* ⇢ ⇢ CPU information gatherer for Linux +* ⇢ ⇢ Show differences of two files over the network +* ⇢ ⇢ Delay sending out E-Mails with Mutt +* ⇢ ⇢ Graphical UI for sending text messages +* ⇢ ⇢ IPv6 and IPv4 connectivity testing site +* ⇢ ⇢ List open Jira tickets in the terminal +* ⇢ ⇢ Debian running on "your" Android phone +* ⇢ ⇢ Perl service framework +* ⇢ ⇢ More +* ⇢ ⇢ ⇢ Work time tracker +* ⇢ ⇢ ⇢ Password and document store +* ⇢ ⇢ ⇢ Backup procedure +* ⇢ ⇢ konpeito.media + ## `1y` anniversary It has been one year since I started posting regularly (at least once monthly) on this blog again. It has been a lot of fun (and work) doing so for various reasons: |
