Turning web traffic into a Super Computer
21–30 of 45 posts
Re: Turning web traffic into a Super Computer
#22Earlier 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…
>AWS at least already has very cheap ways to get compute time No it does not. AWS and "very cheap" simply don't belong in the same sentence.
Re: Turning web traffic into a Super Computer
#23Earlier 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
#24This is a great direction for a certain class of problems, but to call this a general approach for building a super computer ignores the biggest challenge of all: communication performance. The 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
#25The first big problem is that you can't trust any of the results that you receive from the workers. You can alleviate this somewhat by not accepting job results until they've been replicated by at least several other workers (lowering efficiency of the system), but then you're still vulnerable to sybil attacks.
The second issue was the total lack of privacy for the data and computations.
Re: Turning web traffic into a Super Computer
#26Earlier quoted context omitted.
>AWS at least already has very cheap ways to get compute time No it does not. AWS and "very cheap" simply don't belong in the same sentence.
Compared to what? Useless to compare anything without numbers.
AWS is a premium provider charging premium prices, they've essentially priced themselves as the most expensive provider on the market. It feels insane to describe them as "very cheap".
You might as well be calling a Bugatti Chiron "pretty cheap".
Any datacenter provider will be able to sell you compute time at a fraction of the cost of EC2. Look at OVH for example.
Re: Turning web traffic into a Super Computer
#27Re: Turning web traffic into a Super Computer
#28Something like this could be a way to get finally rid of advertisements, and help finance free services in a novel new way if the CPU isn't over committed. I thought the same around crypto mining... Many people might prefer the resource providing/computation option compared to ads.
Also good luck making it so I don't spend 10 cents of electricity or have my phone die early to give a site <1 cent of value.