|
|
|
|
|
by josh_p
3 days ago
|
|
- A telegram bot that messages me in the morning and afternoon with a todo list essentially. It’s connected to Google Calendar and a crude memory database (SQLite). The kids wanted me to make it sound like the character Yarnaby from Silksong. - Automated backups of steam saves for when my kids wanted to play the same game on my account and saves get out of sync with steam cloud. The kind of thing I wouldn’t usually bother with myself. - automated script that reruns failed GitHub actions in repositories with flakey tests ‘cause why bother fixing them? It also auto catches up branches with the main branch for the repo. - a YNAB extension for pi (agent harness) to help with entering purchases that need to be split across categories. This is also in the telegram bot so I can use voice-to-text to explain a purchase. - I already had some python scripts to generate pdfs of Magic: The Gathering cards for printing proxies. I had an llm extend it to make some dividers with the set names and symbols on them. Makes organizing them a lot easier in the big card boxes. |
|