Thread
Stories related to "Distributed Filesystems: Getting Rid Of Shared Libraries" across the full archive.
Mercury: Hybrid Centralized and Distributed Scheduling in Large Shared Clusters
(research.microsoft.com)
Distributed Off Grid Bank of Waterless Toilets That Power & Credits Own Blockchain
(transitionlinks.org)
Seems relevant to some of the crowd I know is here. I would have used it on e.g. https://lobste.rs/s/clzzho/edelweiss_automatic_storage_reclamation_for_distributed_programming
This works through a gossip protocol for splitting work on node-local queue to other nodes (if local processing capacity is saturated). After nodes run out of work items, a Dijkstra's token ring is initiated to determine termination. Therefore, this is a self-stabilizing algorithm that can be applie...
I had wondered about this in the past - how to actually teach people about distributed systems architecture when you don't have the opportunity to work on a system that generates a ton of traffic.
I am interested to see how they will structure the challenges. I assume they are not going to be sen...
See also https://news.ycombinator.com/item?id=4164991.