Ask HN: What do you do with your Raspberry Pi?
251–260 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#252Re: Ask HN: What do you do with your Raspberry Pi?
#253I have 4 running at home as servers: - an OctoPi server, which allows me to manage my 3d printer remotely. - a VPN - a Plex Server, serving media to my TVs and phone. I just ordered the new 4GB Pi4 to replace this one. I’l probably re-purpose it as an OctoPi-like box for managing a CNC. - a seldom-used retro gaming box, that’s actually been mostly by a hacked Playstation Classic
Re: Ask HN: What do you do with your Raspberry Pi?
#254Earlier quoted context omitted.
FYI - I had to buy a Pi 3B+ to run Unifi Controller, the forum posts said the Zero W didn't have enough juice.
Boo! Might have to reconsider then. I used the Pi Zero W for FullPageOS for a while but performance was absolutely terrible, recently switched it out with the Raspberry Pi 3. The Pi Zero really has an awesome form factor, but many of the projects I come up with either require more performance (i.e. needing a Rasperry Pi 3) or are simply better suited for a microcontroller such an ESP32 or ESP8266.
Re: Ask HN: What do you do with your Raspberry Pi?
#255Re: Ask HN: What do you do with your Raspberry Pi?
#256I've always been of the mind that a 3D printer should never be left physically unattended - even with monitoring (via camera and such), as they can potentially start a fire if something goes wrong (failed print spewing random filament?).
Is this a wrong viewpoint? Are there certain failsafes put into place to make the possibility of a fire non-existent?
I can think of a few failsafes (fire/smoke detector to shut things down, encasing the system inside a fireproof cabinet, perhaps with some kind of instant extinguisher system, filament/jam monitoring sensors) - are they enough?
Re: Ask HN: What do you do with your Raspberry Pi?
#257The coffee machine in our office is controlled by blockchain NFTs and a Raspberry Pi: Once authenticated, an owner of the NFT can select their coffee type on their phone which then signals the Raspberry Pi to make whatever coffee type was selected by jumping the contacts that used to be pressed by the machine's buttons (which have been removed). It's a cool gimmick, fun to show off to visitors, gives us a nice record…
Is it HTCPCP-enabled? Inquiring minds want to know!
Re: Ask HN: What do you do with your Raspberry Pi?
#258Re: Ask HN: What do you do with your Raspberry Pi?
#259Re: Ask HN: What do you do with your Raspberry Pi?
#260A security camera NVR. (Help wanted! I'm developing it here: https://github.com/scottlamb/moonfire-nvr I'm proud of the design but it's still far from a polished system that does everything a reasonable person would expect. Lots of opportunities to extend it if you're looking for a fun Rust + Javascript project.) A Raspberry Pi 2 will run a working setup; the new Raspberry Pi 4 should be a lot more pleasant in terms…
Also great that it’s written in rust
Is there any way to test it without rpi/camera?
If I understand the readme correctly, you store frames individually (as jpegs?) on disk and construct flexible mp4 streams on the fly. Naturally I would have assumed that this would be inefficient so I’m wondering if I got this right, not very familiar with stream/video/codec tech