Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
1–10 of 90 posts
Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#2Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#3I'm having a really hard time figuring out what problem this project solves, can anyone explain?
"For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis."
Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#4I'm having a really hard time figuring out what problem this project solves, can anyone explain?
Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#5Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#6I'm having a really hard time figuring out what problem this project solves, can anyone explain?
They say it right in the header: "For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis."
Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#7This is a repost from last year: https://news.ycombinator.com/item?id=13792287
Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#8Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#9I'm having a really hard time figuring out what problem this project solves, can anyone explain?
They say it right in the header: "For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis."
Re: Gokrazy: A pure-Go userland for Raspberry Pi 3 appliances
#10Earlier quoted context omitted.
They say it right in the header: "For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis."
Yep - for home automation style stuff (which the author seems to have built it for - see the showcase section), having a full Linux distro is actually a real pain. I've taken to building my own stuff with the ESP series of microcontrollers, home made PCBs, etc - once it's built - it just keeps chugging along, unlike my original stuff I built atop RaspberryPis with Linux.
But-- there are so many applications for having a full IoT Linux distribution that I can't believe this isn't already a solved problem. I'm imagining an ultra-stable distro that is easy to deploy to a headless machine, handles security updates, handles flaky wi-fi issues, tests the SD card (I've had more than a few burn out on me), and automatically logs to the cloud for easy debugging.
In other words: Why am I still maintaining my RasPis as if they are apache servers from the 1990s?