Earlier quoted context omitted.
AWS at least already has very cheap ways to get compute time if you don’t particularly care about having uniform availability of it in the form of spot instances. The economics of people letting you use their browser doesn’t make sense. The pay is crap and the time when they are browsing is exactly when they would not want their computer doing a bunch of background processing. You’re better off letting people rent ou…
Seti@home has been doing this for years
Turning web traffic into a Super Computer
11–20 of 45 posts
Re: Turning web traffic into a Super Computer
#12The leadership-class super computers have large budgets for network interconnects like Infiniband, because the hardest problems require ultra low-latency, high-throughput RDMA message passing between processes.
Re: Turning web traffic into a Super Computer
#13Earlier quoted context omitted.
AWS at least already has very cheap ways to get compute time if you don’t particularly care about having uniform availability of it in the form of spot instances. The economics of people letting you use their browser doesn’t make sense. The pay is crap and the time when they are browsing is exactly when they would not want their computer doing a bunch of background processing. You’re better off letting people rent ou…
Seti@home has been doing this for years
Re: Turning web traffic into a Super Computer
#14Re: Turning web traffic into a Super Computer
#15Earlier quoted context omitted.
Why should we keep dreaming?
AWS at least already has very cheap ways to get compute time if you don’t particularly care about having uniform availability of it in the form of spot instances. The economics of people letting you use their browser doesn’t make sense. The pay is crap and the time when they are browsing is exactly when they would not want their computer doing a bunch of background processing. You’re better off letting people rent ou…
No it does not. AWS and "very cheap" simply don't belong in the same sentence.
Re: Turning web traffic into a Super Computer
#16opportunity here to create cloud computation platforms where people submit work which gets executed on other people's machines who are getting paid to allow their browser to contribute compute ... eventually price of AWS / google compute engine will drop ... win win
The big problem I see to be solved with p2p computation is trust. In the example, the problem to be solved is "Do any of these strings hash to a known value?" An adversary can accept the job, sleep for a second, and report "Nope" and collect their payment, without ever doing any work. In contrast, I trust that if I run code on AWS, it'll actually run the code I give it. These are solvable problems, but important to t…
Now, there are definitely use cases where you don't care; which would be a cool application for this; but unless we figure out how to do homomorphic computing, this doesn't seem immediately likely to impact cloud computing prices; even if it was cheaper to simply use excess compute capacity (which I'm not convinced it is).
Re: Turning web traffic into a Super Computer
#17Re: Turning web traffic into a Super Computer
#18opportunity here to create cloud computation platforms where people submit work which gets executed on other people's machines who are getting paid to allow their browser to contribute compute ... eventually price of AWS / google compute engine will drop ... win win
The big problem I see to be solved with p2p computation is trust. In the example, the problem to be solved is "Do any of these strings hash to a known value?" An adversary can accept the job, sleep for a second, and report "Nope" and collect their payment, without ever doing any work. In contrast, I trust that if I run code on AWS, it'll actually run the code I give it. These are solvable problems, but important to t…
Re: Turning web traffic into a Super Computer
#19Re: Turning web traffic into a Super Computer
#20This will only work if you can cheaply validate the work performed. Or send it to several distinct visitors and compare results, driving down the likelyhood that the results are bogus.