diff options
Diffstat (limited to 'content/projects.md')
| -rw-r--r-- | content/projects.md | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/content/projects.md b/content/projects.md index ab56402..67b36e5 100644 --- a/content/projects.md +++ b/content/projects.md @@ -1,14 +1,26 @@ --- title: "Projects" -date: 2022-07-13T21:26:49-05:00 +date: 2025-08-10 --- # A collection of my projects, mostly programming +## [Joplin Web Angler](https://git.marks.kitchen/cgit/joplin-web-angler.git/) - *2025-07* + +A plugin for the Joplin notes app that sends webhooks based on note editing events. I hook this into my tracking/huginn setup to encourage regular journaling. + +## [Journal API](https://git.marks.kitchen/cgit/journal_api.git) - *2024-05* + +A basic REST API service for browsing historic journal entries. I made this with the goal of exploring the journals of Thoreau and Lewis & Clark. + +## [Tracker](https://git.marks.kitchen/cgit/tracker-spa.git/) - *2023-12* + +A combination of services with a webfrontend that I use a daily tracker for reading, hobbies, mood, etc. This evolved out of a couple iterations, but I've used it stably for a few years. I submit a response to this every day, and it's interesting to look back and see times I was stressed, or started new hobbies. + ## [Daily RSS Server](https://git.marks.kitchen/?p=daily_rss_server.git;a=summary) - *2022-02* A server that just hosts an RSS feed. This feed is populated daily with items that change based on the day, such as upcoming holidays, links to newspaper -comics, and fetching journal entries from historical ebooks. +comics, and fetching journal entries from historical ebooks. I've since moved some of this functionality to a combination of RSS bridge and Huginn. ## [wikijscmd](https://git.marks.kitchen/mark/wikijscmd) - *2020-10* @@ -43,6 +55,8 @@ I'll host it here. It has high scores for some games too, and a scoreboard. I am pretty proud of how this website turned out, it is what I wanted to have when I was a kid. +I've been unable to run the server code as of 2025, but I hope to fix this someday. See [/games](the games page) for some selections, or the [source code](https://git.marks.kitchen/cgit/games.git/tree/src). + ## Backdoor Learning on Models of Code - *2020-04* A class project where I studied how to poison training datasets of source |
