An open source campaign management app for TTRPGs. There are a ton out there, that are basically just fancy wikis. I'm working on one in Django for running my old school D&D game i'm starting back up this fall.
In my last week of funemployment before going back to work. I’m working on fun stuff like gardening, designing battle tech terrain in cad and building a web tool for solo roleplaying.
Interesting! Explains that even though I've used a laptop since 1992 to do school work because of my learning disabilities(Dysgraphia, mid-line problems, poor fine motor control) I still prefer to hand write my notes. Even if I never read them I noticed that just the act of doing them helps me remember things. I might not remember the source but I can remember the act of note taking. I've noticed the same thing with reading as well.
I remember going in for a physical Jan 2020 and my doctor talking about lot about the flu. He gave me the pneumonia vaccine and then was like oh there is this other thing but probably nothing to worry about…
Yeah I'm liking how 'simple' it is if you don't want to get super involved. Plus I've got a small woodshop so I can build myself some tools to help the process.
I used to live on beacon st in Brookline. Every year the marathon was a nightmare. Drunk people on my stoop. Trash everywhere. It was wicked cool to see the old timers and charity runners running even after it got dark. Would always give them a big cheer as they came by.
I’d love to be able to use the GitHub integration with a personal account. Currently I use claudesync that works pretty well but I’m figuring it’ll stop working at some point
Mypy/pyright aren’t interpreters. They’re basically just linters that you run against Python code to see any typing issues. I don’t mean that dismissively,they’re great tools.