Reminder that guns don’t just “go off” and anyone that suggests this should be disregarded as the nincompoop they very clearly are.
Reminder that guns don’t just “go off” and anyone that suggests this should be disregarded as the nincompoop they very clearly are.
You rip them and provide them to a community that will then re-dub them into something fun. Hilarity ensues.
Thankfully I only have to use Windows to play video games. It would be terrible having to use it everyday for work.
Seems like this could be killer for building a multi-Turing Pi rack mount case.
I’m running the mastodon stack in docker via a compose file. It was straight forward. Follow the instructions to the letter and it will work.
I will say that it is in your best interest to have an automated update process happen, either manually (via cron) multiple times a day or have some kind of orchestration layer that manages updating the component images once they are released. Mastodon has had some nasty 0 day bugs that involved account and server takeover that had to be fixed immediately, and you don’t want to lag very far behind in those cases.
Edit:
Docker compose from their repo:
https://github.com/mastodon/mastodon/blob/main/docker-compose.yml
I started working on a hobby project recently to meld the utility of Beets with a music and podcast streaming service, like Subsonic. I’m developing this with a contract-first approach, and so far I’ve gotten most of the podcast management code in place, but I’ve not started working on the frontend outside of integrating a skeleton project into build process. I’ll add a note to look into supporting webdav data sources directly.
I plan on doing another big dev push around Christmas, so hopefully I’ll have an MVP app to show off around that time. The frontend is a basic vite/react base and the backend is Spring Boot with Kotlin. I’ll be looking for some contributors for the mobile app side within the next few months.