TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Decommissioned mobile devices as cheap energy-efficient compute nodes

160 pointsby blacksmytheover 7 years ago

21 comments

pm215over 7 years ago
Interesting idea, but I suspect if you tried it you&#x27;d quickly run into practical limitations. I know people who&#x27;ve tried running build farms with &quot;development board&quot; hardware have found that the stress of 24x7 100% compute hits kernel bugs or overheating issues that &#x27;normal use&#x27; doesn&#x27;t, and I suspect mobile phones would be similar. The pace of phone evolution means you&#x27;d have an ongoing effort to get new kinds of devices into your &#x27;cluster&#x27; (figuring out how to root them, identifying how to network them, rigging up some kind of custom rack-mounting hardware, etc). And there&#x27;d be a bigger turnover of &#x27;replace expired device&#x27; than with fewer newer designed-for-server nodes.<p>The paper also suggests running a hypervisor on these, but I suspect you&#x27;d find that firmware&#x2F;boot rom locks you out of EL2 (hypervisor mode) on most hardware.
评论 #15103785 未加载
评论 #15103038 未加载
评论 #15101633 未加载
feelin_googleyover 7 years ago
My company is working on pocket-sized routers&#x2F;firewalls&#x2F;DNS servers.<p>These sit between the &quot;smartphone&quot; and the untrusted, e.g., public, wifi router, acting as a user-controlled gateway.<p>The user makes a one-time change to the settings on their smartphone to use the user-controlled gateway. This enables blocking ads and other unwanted outgoing connections without having to be physically at home or work, i.e. in a location where the user can &quot;trust&quot; the network.<p>The pocket-sized router runs open source software chosen and installed by the user. Users have a generous choice of operating systems, from Plan9 to BSD to Linux, as they do for the RPi. Baseband is either absent or physically disabled.<p>The main advantage I see to leveraging old &quot;phones&quot; for this is the power supply.<p>While I have seen small form factor routers made for travel, they are generally not rechargeable.
评论 #15103373 未加载
评论 #15101784 未加载
评论 #15107907 未加载
TheAceOfHeartsover 7 years ago
It seems like you&#x27;d encounter so many challenges in taking this path, although I think it&#x27;s awesome that people are seriously looking into this.<p>One point that they article doesn&#x27;t mention is that mobile devices don&#x27;t have ECC RAM. I&#x27;m not very familiarized with the server space, but I thought that was pretty much a standard requirement? e.g. If you&#x27;re providing IaaS, isn&#x27;t the risk of falling prey to rowhammer attacks a serious concern?<p>What I&#x27;d love to see is something similar but for home users. Instead of continuing to push stuff into third-party services, you can hook up a mix of devices to run services and applications from home. Bring back the distributed internet dream! Most home services don&#x27;t need tons of power or high availability. The biggest risk is probably with handling data backups, which you can easily solve by encrypting assets and pushing em up to some cloud provider.
评论 #15102329 未加载
josteinkover 7 years ago
The problem with these devices are that they are often locked down, and even unlocked&#x2F;hacked open getting them to run anything like mainline Linux is hard-ish.
评论 #15100084 未加载
评论 #15099529 未加载
kbensonover 7 years ago
Well, the cost of a raspberry Pi for a home server is actually quite high when compared to using the busted or obsolete phone gathering dust in your drawer.<p>Since there are probably <i>millions</i> of these, why not recycle into cheap servers given the benefits of their low power use (and the possible ability to draw power to charge during cheap periods and run off battery during expensive ones).
评论 #15101951 未加载
评论 #15100880 未加载
heisenbitover 7 years ago
In practice so far new CPUs were much more power efficient than older ones - so much that this approach makes little sense but .... it is worth noting that one of the reasons this <i>might</i> remotely work is on slide 7: Diminishing growth CPU performance &#x2F; end of Moore&#x27;s Law. I&#x27;m fairly optimistic about the 10nm node still providing a power saving boost but in the long run this sort of thinking could interesting.
9t3h4r3o5w1a4w2over 7 years ago
I have at least 4 Android phones that have either a broken screen (but still usable) or are just too old to run a recent version of Android. Anybody knows how can I use them as computers or even servers? how to connect them to the network without using wifi? they obviously don&#x27;t come with a network port.
评论 #15100055 未加载
评论 #15100056 未加载
评论 #15100136 未加载
Pica_soOover 7 years ago
Imagine those on the attic, connected to a internet connection, forming a mesh-net with all houses nearby- and activated if distributed computation power is needed.<p>Converting abundant power into computation.
评论 #15100135 未加载
评论 #15100140 未加载
评论 #15099588 未加载
评论 #15099409 未加载
welderover 7 years ago
Would love to see a community like Rasberry Pi for linux on old phones! Maybe that already exists?
评论 #15101121 未加载
salad77over 7 years ago
Isn&#x27;t this the storyline to HBO&#x27;s Silicon Valley ? Someone took it seriously?
评论 #15105998 未加载
评论 #15100455 未加载
评论 #15099793 未加载
评论 #15104808 未加载
mrmrcolemanover 7 years ago
At a previous company we had a &#x27;farm&#x27; of test phones that we used for testing new versions of software. A large number of those test were &#x27;stress testing&#x27; which would probably be analogous to the sort of load you would have it they were to be treated as a &#x27;datacenter&#x27;.<p>Based on that I&#x27;m pretty sure that the biggest issue with managing the cluster would be the extremely high failure rate.<p>That&#x27;s not to say that this won&#x27;t work because I haven&#x27;t done the maths, but it kid a unique challenge.
druidczover 7 years ago
Skimming through the article, I think it does not include cost of labor. In a developed country, my guess is that the cost to have a human worker collect, clean, setup, connect, etc. all the 84 phones would be actually higher than buying a new server.<p>In third world countries, this could be a different story. I would be happy to send my old phones to Africa to be used at schools.
评论 #15100980 未加载
tpolzerover 7 years ago
Add a factor of two to the material costs, because without ECC, on a large scale you will have errors, so you need to double check every result. Now add some more to their TCO because they don&#x27;t take MTBF into account. Suddenly the numbers do not look good anymore.
ameliusover 7 years ago
How does &quot;FLOP per Joule&quot; compare between such devices and an average desktop PC?
toast0over 7 years ago
I&#x27;m not sure they really did a good comparison here. Cost comparing an 8-socket system with 2 cpus installed buying new vs buying broken phones on ebay isn&#x27;t really fair. If I were going to for cheap compute, I&#x27;d look for used (or otherwise discounted) chromeboxes. No distributed UPS, but small and gigabit ethernet, reasonably current intel processors for good IPC, not terribly large.
评论 #15103404 未加载
tammerover 7 years ago
I saw a talk at my university by a prolific robotics engineer who explained that for small drones designed to work by swarming &amp; collaborating, it is much more cost effective to use old Samsung Galaxy phones as the &quot;brain&quot; of a drone platform rather than integrating standalone CPU&#x27;s. As far as I know they still use this as their primary design strategy.
评论 #15104217 未加载
everheardofcover 7 years ago
I used to make a joke that phones will be the future in datacenters because nobody is designing ARM SoCs for servers and those that do made them perform worse than phones.<p>The paper completely ignores the lack of ECC, hardware reliability and lack of software support. Especially if you consider that the majority of mobile gpus don&#x27;t stupport opencl or don&#x27;t even have drivers available for modern kernels. You will need to support your software for each device type or rewrite your software as an android app. But since developer and sysadmin time is far more valuable you&#x27;re better of just buying an x86 server.
AceJohnny2over 7 years ago
This was a establishing plot point in Rudy Rucker&#x27;s short story Hormiga Canyon, published in Asimov&#x27;s August 2007 issue. He also included the benefit of voice recognition on any node :)<p>You can read it here: <a href="http:&#x2F;&#x2F;www.rudyrucker.com&#x2F;transrealbooks&#x2F;completestories&#x2F;#_Toc53" rel="nofollow">http:&#x2F;&#x2F;www.rudyrucker.com&#x2F;transrealbooks&#x2F;completestories&#x2F;#_T...</a><p>(warning: Rudy&#x27;s stories are... zany)
评论 #15100430 未加载
sengorkover 7 years ago
Energy efficiency relative to the same compute power for newer devices has been a major factor for not using old computers to perform computations. Maybe this principle carries over to low powered mobile devices, certainly some basic economic principles between computations per power consumption prevail at different orders of magnitude.
subwayover 7 years ago
Amazing little blackthrows too. Or so I&#x27;ve heard.<p>You can usually find a rootable phone in Walmart for about $15.
评论 #15105990 未加载
评论 #15100985 未加载
eveningcoffeeover 7 years ago
The question is can you trust these devices?