suncomputing
Its a line (around the world) of surplus computers, powered by the excess electicity generated by solar panels during midday. Since its always midday somewhere in the world, you can keep moving the tasks to the next computer in line. Like that you can run stuff (a website for example) only on excess energy.
At a given point in time one node will be the active node (where data is written to), it will send incremental updates to the data to the next node in line, which becomes active at the moment the previous node stops running because the excess electricity runs out.
possible line: australia -> east coast usa -> mexico -> brazil -> senegal -> ethiopia -> india -> australia
Another use of the computers would be doing batch procesing, for example a gitlab runner doing software testing.
stuff
https://sci-hub.ru/https://doi.ieeecomputersociety.org/10.1109/RTCSA.2013.6732208 https://www.cs.sjtu.edu.cn/~lichao/publications/SolarCore_Solar_HPCA-2011-Li.pdf ^ its schedulers for computers connected to solarsystems without battery's it changes the power usage of the computer based on available energy) cause battery's are bad, you loose lots of energy by putting it in and out of the battery, and they have a very short life so if you can use energy when its available, you need much less of it so, with some solar panels, a dc-dc convertor (14-60 -> 12v), some microcontroller that can measure voltages, and a motherboard that only takes a 12v input you could implement something like that then rather then doing the mptt with the battery charger, you would be doing it with your computer
SolarTune: Real-Time Scheduling with Load Tuning for Solar Energy Powered Multicore Systems https://sci-hub.ru/https://doi.ieeecomputersociety.org/10.1109/RTCSA.2013.6732208
SolarCore: Solar Energy Driven Multi-core Architecture Power Management https://www.cs.sjtu.edu.cn/~lichao/publications/SolarCore_Solar_HPCA-2011-Li.pdf