Ask HN: What are you doing with your Raspberry?
11–20 of 36 posts
Re: Ask HN: What are you doing with your Raspberry?
#12Everything on it except for atuin is running as docker containers. I think either the drive or the usb connector I’m using is kinda flakey. So I try to keep everything as portable as possible. I can backup and move all of the containers elsewhere pretty easily if i have to.
Running a personal cloud like this is great. Tailscale makes the networking part a piece of cake. And a few containers through docker-compose isn’t super hard either.
I think I got lucky getting a pi 4 on release pretty cheap. But the arm64 support is great, and I think some of the containers I’m using only worked because of that. Not sure if the other pis support that or not
Re: Ask HN: What are you doing with your Raspberry?
#13 - Media center
- Transmission seedbox
- Zoneminder (security camera monitoring)
Ones I no longer use: - Pihole
- Grafana dashboard of temperatures of other Pis
I also built an exhaust fan into a drawer so I could keep them all crammed in without overheating. Hence the Grafana dashboard above.A few years ago I built a project that used wifi to count the number of devices in a given area.
You could set up a basic Linux distro on it, put video game emulators on it so they can experience all the old LucasArts classics.
Re: Ask HN: What are you doing with your Raspberry?
#14But eventually we gave into the subscription TV services and so took the CRTs to the recycling center (even though they still worked) and then the raspberry's went back into the drawer.
Re: Ask HN: What are you doing with your Raspberry?
#15As far as "girl" projects...I think maybe it's more of an age thing rather than a gender thing (both boys and girls would dig working with a Pi) - I think the age matters more because there could be a learning curve involved
Re: Ask HN: What are you doing with your Raspberry?
#16They should be moved from archlinuxarm to Raspbian/whatever with v6 support ending last year.
Re: Ask HN: What are you doing with your Raspberry?
#17Re: Ask HN: What are you doing with your Raspberry?
#18I remember seeing some folks use them to create smart mirrors too
Re: Ask HN: What are you doing with your Raspberry?
#19Re: Ask HN: What are you doing with your Raspberry?
#20I have a pi4 that is a small server for random things. Primarily it runs pihole and HomeAssistant, but also runs several other small servers. Vaultwarden for passwords. Atuin for shell history sync. Resilio sync for photo backup. Few other small things but that’s most of it. All of the services are accessible anywhere through tailscale, even if I’m not home. That’s most useful for HomeAssistant and Vaultwarden. All o…