Re: Most stupid use of RPs from A to Z
I had a friend who for a few years heated his home doing contract work involving image processing of flyover data using a cluster of x86 servers. It was effective because the heat and computing were both needed in the same place.
I'm a Raspberry Pi enthusiast since the first model was released more than 10 years ago. I think the questions are interesting what sort of cloud computing could be done with a cluster of 500 compute modules, how is the network fabric is arranged inside the boiler, what are the failure modes, redundancy and what kind of maintenance is possible.
As an experiment I set up a tiny cluster of 12 Pi computers each with no local storage. They mount their filesystems over iSCSI from an x86 server. It works well, but I have trouble imagining that scaling to 500 devices would result in anything but reliability problems.
On the other hand, maybe some magic is possible with compute modules where one can use more of the PCIe on the SOC for high-speed communications than possible on the standalone Pi. From an engineering perspective it would be interesting to know how much local storage is available inside the boiler and what kind of bandwidth there is in and out of a single node.