Side projects
Linux, self-hosting & side projects
This is the non-research side of things — a small Linux server I run at home, with a status dashboard, some feeds, and a few automations.
The server
fulkrum$ whoami
risk
$ hostname
fulkrum
$ ls ~/services/
startpage home feeds code
$ ./status
running — live at status.fulkrum.eu
$ cat ~/why.txt
it's mostly a hobby — I like my setup to work the way I want
$ exit
What runs on it
servicesstatus
A self-hosted dashboard built with Glance — the front page for everything.
startpage
A clean starting page for the browser, with search and shortcuts.
feeds
An RSS reader that keeps the feeds I follow in one place.
code
A small index of scripts and reference material.
Everything is self-hosted and open source. The dashboard is live here — status.fulkrum.eu →.
Automations
small scriptsMostly small scripts so I don't have to do the same thing twice.
Scheduled jobs, syncing, and little quality-of-life fixes. I'll add write-ups here as I write them.
More to come
a growing pageI'll keep adding things to this page as I work on them.