Slashdot Mirror


$5 Raspberry Pi Zero Compared To Intel's NetBurst CPUs & Newer (phoronix.com)

An anonymous reader writes: Curious about the performance of a Raspberry Pi Zero, Phoronix has published a number of Raspberry Pi 2 + Pi Zero performance benchmarks with paired power consumption data. They found the Pi Zero performed slower than even an Intel Celeron 320 from the NetBurst era, but that the Raspberry Pi 2 was performing between that Celeron and a Pentium 4 "C" 2.8GHz CPU from 2004. While the Raspberry Pis didn't win in raw performance, the performance-per-Watt of the Raspberry Pi 2 was 220x greater than the Pentium Northwood. The Pi Zero had an average power consumption of 2.7 Watts and the Raspberry Pi 2 was at 3.5 Watts; however, compared to newer Broadwell and Skylake processors, Intel's low-end parts delivered greater power efficiency while the Raspberry Pi had the best value.

99 comments

  1. My $2500 macbook can blow it out of the water!!1! by Anonymous Coward · · Score: 0

    Oh look! A list of bigger/more expensive/no GPIO devices that are better than the Pi at all the things the Pi shouldn't be used for.

    I'm not buying a Pi Zero because I don't need a small $5 device with programmable GPIO, but if I did need a small $5 device with a programmable GPIO, I find it highly unlikely I would use a single one of these other things.

  2. The older systems also had more ram and pci by Joe_Dragon · · Score: 2

    The older systems also had more ram and pci / agp / some even had pci-e.

    1. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 2, Funny

      The main advantage of the older systems in my book was that they were available for purchase over 10 years ago. Back then, I couldn't have afforded a 2015 era Raspberry Pi. I don't think anyone could have.

    2. Re:The older systems also had more ram and pci by CastrTroy · · Score: 5, Interesting

      This is my main problem with the Raspberry Pi. It's very well suited to certain tasks. But there are many places where it falls behind even very old technology.

      I had one that I wanted to use as to download my torrents. It turns out that downloading to the SD Card caused the thing to lock up because it was writing data faster than the device could handle it. I was able to get around this problem by writing to a USB stick. It no longer crashed, but there was still a bottleneck writing to disk, which caused the torrents to download significantly slower than they did on my desktop.

      It wasn't even due to bad memory stick or SD card. It was similar SD card and memory sticks that I used on my tablet that allow full speed torrent downloads. But something about the architechture of the Raspberry Pi that caused any kind of extensive writing to the SD or USB to cause a CPU spike every few seconds.

      These tiny ARM computers probably have enough CPU and RAM at this point to run as a desktop. But until they get proper interfaces for hooking up storage and networking, they won't be of much use to anybody.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    3. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 0

      Anybody?

      I use my RPi2 for emulation and it performs amazingly. All but full-speed PSX emulation on such a small, low-power device is great.

      I gave my RPi1 to a friend and he uses it for media on xbmc/kodi. It takes a few seconds to buffer, but otherwise runs great.

      So.... anyone? You're getting ahead of yourself.

    4. Re:The older systems also had more ram and pci by TWX · · Score: 1, Insightful

      This is my main problem with the Raspberry Pi. It's very well suited to certain tasks. But there are many places where it falls behind even very old technology.

      That's my biggest beef with it. It feels like a learning-computer to me, something for a student to use to study very specific aspects of system design. A physical counterpart to Minix. Yet it seems to be touted as something more capable than that.

      What I need in low-end is beyond the capabilities of this device. I'm willing to accept the power consumption penalty of old equipment because I know that the old equipment won't let me down. The Raspberry Pi could be free but if it doesn't do what I need then it is useless to me.

      --
      Do not look into laser with remaining eye.
    5. Re:The older systems also had more ram and pci by thegarbz · · Score: 5, Insightful

      It feels like a learning-computer to me

      Funny you should say that.

    6. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 0

      That's my biggest beef with it.

      What I need in low-end is beyond the capabilities of this device.

      yes indeed every computer that doesn't meet your precise qualities is shit. it doesn't matter whether or not it fits anyone else's use case. you've passed judgement on an object developed not for you

      what a loser

    7. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 2, Insightful

      Why is everyone trying to build a desktop PC out of these things? As a $5 embedded platform they are massively overpowered for all sorts of projects, yet the only thing these articles ever rate it on is PC type tasks.

    8. Re:The older systems also had more ram and pci by Joe_Dragon · · Score: 1

      USB based disk and network have alot of cpu overhead. Also if there only 1 USB bus then that will be come a bottleneck.

      Networking needs to be on the pci-e bus or some other cpu bus and not USB. Also maybe disk as well.

    9. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 0

      > These tiny ARM computers probably have enough CPU and RAM at this point to run as a desktop. But until they get proper interfaces for hooking up storage and networking, they won't be of much use to anybody.

      The RPi2 has more processing power than computers that were used to run Windows 95, 98 and NT3.x (and probably XP as well).

      But why do you think that using them as a desktop PC is the _only_ use for RPi ? Haven't you heard of IoT, does it not occur to you that they are great for building robots, running greenhouses, controlling model railway layouts, and many other things ?

    10. Re:The older systems also had more ram and pci by Rob+Riggs · · Score: 1

      That's my biggest beef with it. It feels like a learning-computer to me, something for a student to use to study very specific aspects of system design. A physical counterpart to Minix. Yet it seems to be touted as something more capable than that.

      -- emphasis mine

      By whom? Certainly not by the Raspberry Pi Foundation. They describe it as a tiny and affordable computer for kids.

      --
      the growth in cynicism and rebellion has not been without cause
    11. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 1

      > then it is useless to me

      That's OK, you are probably useless at the things that RPi is good for.

    12. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 0

      Why is everyone trying to build a desktop PC out of these things? As a $5 embedded platform they are massively overpowered for all sorts of projects, yet the only thing these articles ever rate it on is PC type tasks.

      There's the arduino and similar hardware for many task already. Arduino has superior IO pins compared to the PI, easily programmable, an I2C bus that actually works, etc. And it uses 2 magnitudes less power, which is nice if you want to operate on batteries.

      So, obviously the key selling points of the Pi are the processing power, sd card and hdmi/usb host/ethernet sockets onboard, making it also actually practical simple and possible to use it as a PC. Firefox may be a heavy application but most stuff just works, so it's not that strange. And for lot of server applications it's plenty of power too.

      There's much more stuff on the market than the Pi or Arduino, in all variants, chipsets, and often not even that expensive (sub $100) that let you run anything from assembler to linux. The Pi apparently filled a sweet spot in the market just like arduino. But there's much much much other stuff around any size shape speed specs and feature set you want...

    13. Re:The older systems also had more ram and pci by ShanghaiBill · · Score: 2

      But there are many places where it falls behind

      I know, right? If I am spending a whole $5 on a computer, it shouldn't have any limitations.

    14. Re:The older systems also had more ram and pci by Anonymous Coward · · Score: 0

      Certainly. Everything is useless at sitting in a drawer.

    15. Re:The older systems also had more ram and pci by youngone · · Score: 2

      But until they get proper interfaces for hooking up storage and networking, they won't be of much use to anybody.

      I wouldn't even think of using a Raspberry Pi for storage or networking, that's not what they're for, as you've discovered.

      As a media player plugged into my TV running Kodi, it works really well however. I have another plugged into a monitor displaying a slideshow.

      A desktop or even a laptop is not going to be as good for something like that because they're too big and power hungry.

    16. Re:The older systems also had more ram and pci by hairyfeet · · Score: 1, Insightful

      What you want is a socket AM1, I use them for all kinds of jobs where you want low power but still need decent performance. you can get a Sempron quad for $33 that maxes out at 25w (and this really means max, according to kill-a-watt these things are sub 10w most of the time) and for that, the board, and a couple GB of RAM you can easily get it for less than $100.

      Sure its not as cheap as the Pi but you can do a hell of a lot more with it, they even do 1080P over HDMI quite well for those that want a low power HTPC, hell you can even play games like Counter Strike Global Offensive if you want, so its got more than enough power to be a torrent box. I've sold quite a few to be office PCs,media tanks,you can make great backup/file servers out of 'em, just versatile as hell little chips.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    17. Re:The older systems also had more ram and pci by AmiMoJo · · Score: 1

      To be fair, on a 120Mb (really more like 60-70Mb on a good day with prevailing wind) connection Bittorrent can make even an SSD struggle. Pulling down 10MB/sec of small, random writes and sustaining that for tens of minutes is a pretty heavy load.

      Disk I/O performance is probably the biggest weakness of the Pi. For tasks that are not disk bound though, it can actually do a pretty good job as things like a network server or low power sensor platform. Even as a home file server, using USB drives, if high performance isn't an issue. Streaming videos and stuff like that is fine.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    18. Re:The older systems also had more ram and pci by tibit · · Score: 1

      USB is the proper interface. The driver for the SD card basically sucks.

      --
      A successful API design takes a mixture of software design and pedagogy.
    19. Re:The older systems also had more ram and pci by tibit · · Score: 1

      A lot of CPU overhead? I use USB for realtime industrial communications and what you say is true only with completely braindead implementations (either host hardware or drivers for it). From what I can tell, a lot of Linux USB drivers, for both devices and hosts, are written by people who just don't dig asynchronous, realtime, low-overhead streaming of data. It's entirely a software problem, I'd say. Any reasonable USB host will support either DMA or shared memory, so byte pushing is free.

      --
      A successful API design takes a mixture of software design and pedagogy.
    20. Re:The older systems also had more ram and pci by IndustrialComplex · · Score: 1

      I know, right? If I am spending a whole $5 on a computer, it shouldn't have any limitations.

      That's what I'm trying to figure out here. What exactly were they expecting. This is like buying a scooter and complaining that it fits fewer people than a bus.

      --
      Out of modpoints but really liked a post? 1BDkF6TtmmeZ3yqXbz9yhdYVqRYnwFoXDj
  3. No performance/watt on the x86 side. by RyuuzakiTetsuya · · Score: 1

    While in some benchmarks, the Pi 2 can keep up, it's clear it's overshadowed at times by the P4s.

    What I want to know is, if we have a cluster of Pi 2s that consume the same amount of power as the P4, how different are the results?

    --
    Non impediti ratione cogitationus.
  4. That review is fake! by U2xhc2hkb3QgU3Vja3M · · Score: 0

    The RPiZ is not available online anywhere in the USA or Canada, which means it's not available anywhere else in the multiverse!

    1. Re:That review is fake! by Anonymous Coward · · Score: 0

      I picked up two from my local microcenter for $5 each on black friday.

    2. Re:That review is fake! by U2xhc2hkb3QgU3Vja3M · · Score: 1

      That's not online.

    3. Re:That review is fake! by lowen · · Score: 1

      If you want to pay more than $5 there are several eBay auctions for RPiZ running right now. Yes, Adafruit is out of stock on them, but they're not the only source, again, if you're willing to pay more than $5.

  5. They were hot back then by HideyoshiJP · · Score: 1

    In all fairness, almost everything modern would wipe the floor with the Netburst CPUs in terms of power efficiency, even back then. They were basically slow hotplates, and the Tualatin Pentium IIIs ran circles around the early Pentium 4s. I find it funny that Intel's Core architecture renaissance came from bringing back P6.

    1. Re:They were hot back then by ZorinLynx · · Score: 1

      I look back and wonder what the heck Intel was thinking with NetBurst. Sure, hindsight is 20/20, but how did Intel's product roadmap get THAT messed up?

      And what's crazy is they still sold tons of the things.

    2. Re:They were hot back then by U2xhc2hkb3QgU3Vja3M · · Score: 1

      Wasn't Core derived from Pentium M?

    3. Re:They were hot back then by HideyoshiJP · · Score: 3, Informative

      Yes it was. The Pentium M was derived from the P6 architecture in the Pentium III Tualatin. The Pentium M then evolved into the Core Solo and Duo mobile processors. Everything else went on from there, as far as I know.

    4. Re:They were hot back then by Anonymous Coward · · Score: 5, Informative

      Yup, rough lineage:
      P5: Pentium -> Pentium MMX -> nothing for a long time -> early Atom -> MIC
      P6: PPro -> P-II -> P-III -> Pentium M -> Core/Core2 -> Nehalem/Westmere -> Sandy/Ivy -> Haswell/Broadwell -> Skylake
      P68: Pentium4

    5. Re:They were hot back then by adolf · · Score: 1

      Yup, rough lineage:
      P5: Pentium -> Pentium MMX -> nothing for a long time -> early Atom -> MIC
      P6: PPro -> P-II -> P-III -> Pentium M -> Core/Core2 -> Nehalem/Westmere -> Sandy/Ivy -> Haswell/Broadwell -> Skylake
      P68: Pentium4

      Somebody should sticky this.

    6. Re:They were hot back then by UnknownSoldier · · Score: 1

      Mod +1 informative

    7. Re:They were hot back then by tibit · · Score: 1

      Tualatin Pentium IIIs ran circles around the early Pentium 4s

      Yup, I remember that, and I was quite puzzled by it for a little while. I had a tricked-out dual-socket PIII system that was really hard to beat for a while.

      --
      A successful API design takes a mixture of software design and pedagogy.
  6. for same watts, Pi wins X 220, but pointless by raymorris · · Score: 4, Insightful

    If you had enough Pi boards to use the same amount of electricity as the Pentium 4, the stack of Pis would have 220 times as much computational power.

    One P4 runs a bit faster than a Pi, and uses a LOT more power.

    Of course that fact is probably not of any practical use. There are use cases for which a Pi is the right tool for the job, there are uses for which a typical desktop is the right tool for the job, and there are use cases for which the Arduino is the right tool for the job - and there isn't that much overlap. If you need a lot of computing power, you use a powerful processor, not a bunch of Raspberry Pi boards.

    The power consumption does point out that there is virtually no good use case for a P4 - it's cheaper to buy a newer CPU than to power a P4.

    1. Re:for same watts, Pi wins X 220, but pointless by Kjella · · Score: 1

      Of course that fact is probably not of any practical use. There are use cases for which a Pi is the right tool for the job, there are uses for which a typical desktop is the right tool for the job, and there are use cases for which the Arduino is the right tool for the job - and there isn't that much overlap. If you need a lot of computing power, you use a powerful processor, not a bunch of Raspberry Pi boards.

      Well, a desktop from 2004 was far from useless. I'm thinking more in the direction of the Microsoft Lumia 950 + Display Dock, what's lacking is "universal apps" but you got a big screen (1920x1200 @ 60Hz) + mouse + keyboard, a dual core 1.8GHz ARM w/H.264+HEVC hardware decoding + 3GB RAM + GPU that beats Intel Bay Trail and AMD Mullins. Sure you can't compare it to a high end desktop but it might be more than good enough for many. The same kind of people who didn't need a desktop might in the future not need a laptop either, just a breakout box.

      --
      Live today, because you never know what tomorrow brings
    2. Re:for same watts, Pi wins X 220, but pointless by hey! · · Score: 1

      The whole point of these things is that they're cheap and tiny, which means building them into things easy and practical. That in turn creates a community which swaps ideas and designs for them. If you want to talk pathetic computing power, there's the Arduino; but computational power isn't the point of the thing.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    3. Re:for same watts, Pi wins X 220, but pointless by UnknownSoldier · · Score: 1

      > the stack of Pis would have 220 times as much computational power.

      Is it time for that old /. meme? :-)

      Imagine a beowulf of pi !

  7. From what I have gathered... by Anonymous Coward · · Score: 1

    The Pis use the usb bus for everything, except Video (HDMI/Composite), Audio, GPIO, and maybe the SD port. Ethernet, wifi, etc. use the USB bus, which doesn't respond well to heavy IO loads, whether due to hardware failings of the broadcom soc, design issues with the board, or power limitations of design.

  8. * unless it is rarely powered on by raymorris · · Score: 2

    There is a footnote to my comment that there is virtually no good use for a P4. It might make sense where the machine is a) free and b) rarely powered on. I actually have such a use case; my Christmas light controller is only powered on for a few hours per year. Therefore the power savings of buying something newer may not offset the cost to do so.

    1. Re:* unless it is rarely powered on by perpenso · · Score: 1

      There is a footnote to my comment that there is virtually no good use for a P4.

      Yep too loud for a headless server in the closet. I actually left the even older P2 in the closet when the P4 was retired. Still have the P4 in case I have to test/debug on a 32-bit system. As you say its paid for, its here, why bother setting up a 32-bit VM for testing/debugging? FWIW, I eventually replaced the P2 motherboard with some Intel all-in-one motherboard. Approximately $75, add RAM, passively cooled. I did add a low RPM quiet fan inside the cavernous case (the old P2 box, an Antec case with a quiet power supply) that put a little airflow directly on the motherboard CPU and chipset heatsinks just to be safe.

      I now wonder about replacing these with a Pi plus a NAS device which I have already. SD-card for linux, apps and config. NAS device mounted for the actually data.

    2. Re:* unless it is rarely powered on by Anonymous Coward · · Score: 0

      "There is a footnote to my comment that there is virtually no good use for a P4"

      Except that's totally and utterly wrong.

      I'm sitting here on a HT P4 3.2GHz with 3GB RAM and it works perfectly fine for programming games that run like a dream on newer systems today.

      I made the 2D equivalent to Second Life on a P4.

    3. Re:* unless it is rarely powered on by adolf · · Score: 2

      Just run whatever headless Linux-ey things you need on the NAS box.

      My (inexpensive) Asus router, for example, has many times the RAM, performance, and storage of the first multi-user Linux server I ever hung off of the Internet, at a tiny fraction of the power consumption.

  9. Re:FP -- an ode by Anonymous Coward · · Score: 3, Funny

    Oh, first poster, how great thou art,
    Merrily leading us to a great conversation
    Granting ceaseless discourse and insight
    Sending bits into the net filled with love
    Telling us the true inner thoughts of your soul
    Fighting your way for meaning toward the front of the pack
    Unnamed anonymous hero, I salute you

  10. pi performance.. by Anonymous Coward · · Score: 0

    So...what's new is old again? /shrug

  11. Slashdotted by Anonymous Coward · · Score: 0

    Anyone have a mirror? Site is currently belly up.

    1. Re:Slashdotted by narcc · · Score: 2

      It's running on a Pi Zero.

  12. "Power Efficiency" measurements misleading. by sethstorm · · Score: 0

    They're just a way to make slower chips look better when they really aren't. If it gets the job done faster, what's the real issue?

    I'll take a Netburst P4 over the R.Pi any day just for spite and proper USB implementation.

    --
    Twitter supports and protects racists - by smearing their critics with the "Hate Speech" label.
    1. Re:"Power Efficiency" measurements misleading. by itsdapead · · Score: 4, Informative

      They're just a way to make slower chips look better when they really aren't. If it gets the job done faster, what's the real issue?

      Not every task needs huge computing power. If the Pi gets the job done fast enough while burning less power than the cooling fans in your P4 system, taking up a fraction of the space and only costing ~$60 (by the time you've added a case, PSU and SD card), what's your issue?

      I've got an original Pi running DNS, DHCP for my home network, and a Pi2 hooked to my lounge TV as a media center frontend served by a PC in the spare room (I suspect the Pi chipset was made for set-top-box use - it can decode 1080p mp4 without breaking a sweat) - the Pi 1 struggled a bit with the i/o throughput but the Pi2 handles the necessary with ease. Dedicating a P4 to either of those tasks - or making your toy robot twice as big so it could take the weight of a P4 heatsink - would be ridiculous unless you also needed to supplement your central heating system.

      --
      In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
  13. They let MBAs be in charge. by Anonymous Coward · · Score: 0

    Intel had up until that point kept technical leaders up top and had the marketing guys in lower to middle management where they could make them money, but not muck up the technical decisions too much. Barret and Otellini broke that trait and lead to the intel we have today. Don't forget the Rambus mess than Intel helped incite. It took what, 3 years for Intel to backpedal from the RDRAM mess, provide SDRAM equivalents of the RDRAM chipsets, and then *FINALLY* get competitive with AMD by producing their own DDR chipsets (Which wouldn't have been necessary if they hadn't fucked over all their chipset partners the previous generation by pulling a Microsoft and killing the third party chipset industry.)

  14. Doesnt even touch a Pent 4. by Anonymous Coward · · Score: 0

    What is this article talking about? According to those benchmarks, the Pi2 and Pi Zero barely even touch the celery 2.4 and in the one benchmark, it looks like a Pentium 200 could beat the Pi Zero. Can't say I really expected any different. ARM is not built for performance, it's built for efficiency only. Le sigh.

    1. Re:Doesnt even touch a Pent 4. by Anonymous Coward · · Score: 0

      Actually, even the efficiency is not all that great.
      A 1.33GHz 130nm P3 was ~30W for the CPU, ~45W with chipset and RAM.
      14 years ago.

  15. Still makes a great server by Air-conditioned+cowh · · Score: 1

    I use it in at least one application where I need a simple server that consumes negligible power, has a wired network connection, has no moving parts, read-only FS and for all the above reasons will probably run for years and years without failing.

    I thought about using an old PC or server but the noise, power and space requirements, long-term reliability, cooling requirements and electricity bills are kind of off-putting.

  16. Re: My $2500 macbook can blow it out of the water! by WarJolt · · Score: 5, Insightful

    More importantly the originally raspi is based on a chip that was intended for a different purpose. The bcm2835 was first and foremost a video processor capable of hd video encode and decode.

    The arm(which everyone benchmarks) has a simple role to play in the intended configuration: Run linux, so that you can write simple GUIs and send compressed video data to the videocore. 3d Graphics acceleration was probably and afterthought.

    You're comparing apples and oranges because the raspi community repurposed the chip. The raspi2 arm is a bit better. The biggest advantage now is the price, but this comparison is ridiculous.

  17. WTF are you comparing against NetBursts for? by Glasswire · · Score: 1, Interesting

    "The Pi Zero had an average power consumption of 2.7 Watts and the Raspberry Pi 2 was at 3.5 Watts";
    Ok then compare that with a 3W Intel Atom E3805 if you want a modern performance per watt metric. Guess what the outcome will be?

    1. Re:WTF are you comparing against NetBursts for? by Anonymous Coward · · Score: 1, Insightful

      > Ok then compare that with a 3W Intel Atom E3805

      TDP is a heat dissipation requirement and is _not_ the power draw of the CPU or of a system.

    2. Re:WTF are you comparing against NetBursts for? by Anonymous Coward · · Score: 0

      According to http://cpuboss.com/cpus/Intel-Atom-N2800-vs-Intel-Atom-E3805 , the typical power consumption is 2.44 W.
      But due to my five-minute attention span, I haven't found any max values.

    3. Re:WTF are you comparing against NetBursts for? by Anonymous Coward · · Score: 0

      Congratulations, you have now spent almost as much for a CPU only afa Intel is concerned, what you pay retail for it is another thing, as an entire Pi 2 cost. Just so you can get something Intel-branded which is capable of doing the same tasks the Pi2 is perfectly capable of already. That's BRILLIANT! You must be an Economist by trade!

  18. My take on it. by Anonymous Coward · · Score: 0

    They didn't realize that Mhz increases would get stalled for so long. Prior to this, they had been able to keep cranking up the Mhz for performance increases. So they tried to design for something to help that keep going. Problem was they got stalled for a LONG time at ~3Ghz and had to start working on more work/cycle and multi-threading, etc. Heck, even today, I don't know of a whole lot of end-user CPU's with a clock much faster than ~ 4Ghz (granted, I no longer read up on every little detail of CPU news I can get my hands on like I did years ago.)

  19. Maybe replace the headless linux box in closet by perpenso · · Score: 1

    Why is everyone trying to build a desktop PC out of these things? As a $5 embedded platform they are massively overpowered for all sorts of projects, yet the only thing these articles ever rate it on is PC type tasks.

    Actually they may be competitive against old desktop PCs that have been retired to the closet as headless Linux servers. Read/write the data for the device being provided to a NAS box that has been mounted. Might work for a personal/home server. I'm thinking non-media applications, source code control, documentation wikis, etc. Less power and much quieter than a repurposed desktop. Again, note a NAS box has the data, the sdcard only the operating system and configuration.

    1. Re:Maybe replace the headless linux box in closet by sethstorm · · Score: 1

      Not if the desktop has other I/O channels other than USB. The R.Pi only has USB, and fails hard at trying to handle multiple devices.

      --
      Twitter supports and protects racists - by smearing their critics with the "Hate Speech" label.
    2. Re:Maybe replace the headless linux box in closet by DamonHD · · Score: 2

      I use an RPI as my primary Internet facing server and for other tasks, and matches the performance of a rackful of old Sun equipment. And runs from off-grid solar power, ie orders of magnitude less than those Sun servers:

      http://www.earth.org.uk/off-gr...

      Oh, and I can shove it in a small cupboard, rather than taking a whole room.

      And I run it fanless with entirely solid-state media, so it's quiet.

      So, smaller, quieter and vastly more energy efficient and cheaper and people are WHINING?

      Gah

      Damon

      --
      http://m.earth.org.uk/
    3. Re:Maybe replace the headless linux box in closet by perpenso · · Score: 1

      Not if the desktop has other I/O channels other than USB. The R.Pi only has USB, and fails hard at trying to handle multiple devices.

      The only thing to plug in are ethernet and a USB cable to the uninterruptible power supply. My pis are older and have ethernet, which I understand is implemented via the USB controller.

    4. Re:Maybe replace the headless linux box in closet by sethstorm · · Score: 1

      Using both at once is what causes it to fail.

      --
      Twitter supports and protects racists - by smearing their critics with the "Hate Speech" label.
    5. Re:Maybe replace the headless linux box in closet by perpenso · · Score: 1

      Using both at once is what causes it to fail.

      That is not my experience. I've used a pi running raspbian as an alternative to a linux box with simultaneously active ethernet and USB ports, transferring data to/from both for weeks at a time. Also with a USB based wifi adapter rather than ethernet. The USB devices plugging in had their own power. Some folks have problems by trying to draw too much power from the pi via USB.

  20. memo: chip wars are over by rubycodez · · Score: 1

    the x86-64 won. you can have a low power one, a fast one, a multicored-one, a supercomputer of them. sad since a bit nonlinear architecture but it is what it is.

  21. Raspberry Pi in general by WillRobinson · · Score: 4, Informative

    Have not played with one of these but I have several A and B+ being used daily.

      One is my voip system using Nerd Vittles PIAF http://nerdvittles.com/?p=1015...

    The other does my weather station
    http://weewx.com/

    The other does my BBQ controller
    https://github.com/CapnBry/Hea...

    Sure there are many more uses.
    The new board may save a bit in my new builds will see...

    All running quite fine...

    So yes they have their place, low power, and reliable, no fan.

  22. Intel didn't really "catch up" to AMD ... by Anonymous Coward · · Score: 0

    Intel didn't really "catch up" to AMD. Intel fumbled in the P4 era, this let AMD have a temporary reprieve and get ahead, then Intel resumed its normal position out in front, where they usually are. AMD briefly and temporarily caught up to Intel.

  23. I test all these parts by spire3661 · · Score: 4, Interesting

    Nothing beats the newest Intel NUCs on performance per watt. I have a bunch of raspberry pi 2 boards and a I Pi Zero i was lucky enough to get, and i paid $5 + tax on it retail. When it came time to build a playback-only HTPC, i used a NUC. I paired the NUC5CPYH (braswell?) with 2 GB of RAM and OpenElec on a class 10 SD card. It also comes in a nice casing, wifi and integrated IR receiver all for about $150 retail. I could build up a pi 2 for about half that cost, but it wouldnt be nearly as performant, look as nice, or be as well integrated. The icing on the cake is that USB and the other internal busses are properly implemented (1GB ethernet vs 10/100, USB 3.0 with UASP vs USB 2.0) AND it can run x86-64 Linux and Windows....

    --
    Good-bye
    1. Re:I test all these parts by Anonymous Coward · · Score: 0

      I read that the NUCs need custom drivers for network and video, so they might not work for future operating systems. Do they have custom boards like laptops? I'm just trying to find a fanless, low power PC for general web surfing and watching video.

    2. Re:I test all these parts by Anonymous Coward · · Score: 1

      Fortunately 10 is the final Windows version, so Intel can't cut out the support based on OS version, ever!!

    3. Re:I test all these parts by spire3661 · · Score: 1

      I run regular x86-64 OpenElec 5.95 flawlessly on it. As it is now, i consider it 'done'. If it never gets another update, it will still function as long as the hardware lasts. Bluetooth, wifi, ethernet ir receiver, usb all work immediately after install. Even accepts my USB audio headphones and switches the audio no problem. Ill probably test the upgrade to 6.0 sometime this year just to pick up the 4.x Linux Kernel.

      --
      Good-bye
    4. Re:I test all these parts by nnull · · Score: 3, Informative

      The Intel NUC's do have way better performance and power usage. But, the Raspberry Pi price point makes it pretty damn good as well. Depending what you're doing, making a information display would cost me in excess of $300-$400 using the NUC (You realize you have to buy memory for some of the devices?), vs just under $100 with the PI. Not only that, the PI breaks (Never had one break yet), it's pretty trivial and cheap to get a replacement. So really depends what you need. Both are pretty good.

    5. Re:I test all these parts by AmiMoJo · · Score: 1

      Performance per watt comparisons are only really useful within certain brackets. For example, if you want a solar powered server then an Intel NUC is hopeless, but the RPi works well. It's only useful to compare performance per watt between the Pi and other very low power minimal SoC boards.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  24. Power draw of the Pi Zero by RGRistroph · · Score: 1

    If you are interested in the power consumption of the Pi, you should probably check out this: http://www.midwesternmac.com/b...

  25. electric and AC bill. P4 is a heater, Pi is cheape by raymorris · · Score: 1

    > Well, a desktop from 2004 was far from useless.

    It WAS not useless at the time. In fact, it was sometimes worth paying $100-$1200* per year to power it and run the air conditioning to get rid of the heat it generated.

    Now, you can get similar performance from a $40 machine that uses $1-$10 of electricity. Given the choice of spending $100+ to use a P4 for a year or spending $41 to use a Pi for a year, the P4 loses.

    Further, rent for apartment or office space is about $1/month or so. The P4 takes up $50 / year worth of valuable space.

    * cost of power varies greatly, from a home in Texas to a datacenter in California.

  26. car analogy by OrangeTide · · Score: 1

    Yes a bicycle uses less gasoline than a automobile, and is far more efficient. But a bicycle is not practical in every situation.

    --
    “Common sense is not so common.” — Voltaire
    1. Re:car analogy by Anonymous Coward · · Score: 1

      Yes a bicycle uses less gasoline than a automobile, and is far more efficient. But a bicycle is not practical in every situation.

      But does a bike's rider emit less CO2 than a car?

      Actually, I finally bothered to google that, and yes, it is better. Bike is about 200MPG and walking about 60MPG
      http://physics.ucsd.edu/do-the-math/2011/11/mpg-of-a-human/

      That said, if you stick 4-5 people in a Prius for a long drive, it's better than them all trying to bikes or walk there. Assuming they didn't need the eerrcise int he first place... which is rarely an issue in countries that can afford a Prius.

    2. Re:car analogy by Zero__Kelvin · · Score: 1

      That's a bicycle analogy, actually.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    3. Re:car analogy by OrangeTide · · Score: 1

      Like any good /. car analogy, it's completely inaccurate.

      --
      “Common sense is not so common.” — Voltaire
    4. Re:car analogy by Khashishi · · Score: 1

      If you include the total cost of maintenance and construction, the bikes will come out way ahead.

    5. Re:car analogy by Anonymous Coward · · Score: 0

      If you include the total cost of maintenance and construction, the bikes will come out way ahead.

      Yeah, but then you get into the nutter arguments of roads being free for cars, but bikes needing to be mined and other craziness. I think they'd claim you need to go back "6,000" years of human existence to "produce" the "engine" for that bike too, whereas everyone knows "clean coal" just condenses from Republican convention thoughts in the combustion chamber. My point was to show that even if the car was free/sunk cost, the bipedal engine is more efficient - plus mainly I wanted to spread this link:
      http://physics.ucsd.edu/do-the-math/2011/11/mpg-of-a-human/
      Since it answered questions I had before.

      http://physics.ucsd.edu/do-the-math/2011/11/mpg-of-a-human/
      http://physics.ucsd.edu/do-the-math/2011/11/mpg-of-a-human/
      http://physics.ucsd.edu/do-the-math/2011/11/mpg-of-a-human/

    6. Re:car analogy by Anonymous Coward · · Score: 0

      That's the dumbest thing I've read all day. People, with the possible exception of you, don't run on fossil fuels. Which is kind of the really big problem with cars. People tend to be carbon-dioxide neutral, cars are generally not.

    7. Re:car analogy by Anonymous Coward · · Score: 0

      That's the dumbest thing I've read all day. People, with the possible exception of you, don't run on fossil fuels. Which is kind of the really big problem with cars. People tend to be carbon-dioxide neutral, cars are generally not.

      Try reading more stuff then. Where do you get your food? Because mine tends to get grown by agribusiness, using fossil fuels, shipped to a store, using fossil fuels, refrigerated to preserve freshness, using fossil fuels and then cooked using electricity, produced by fossil fuels. Perhaps you shit in the yard, push seeds into it by hand and then eat the resulting product, 100% organically produced, pesticide and fossil fuel free. I live in the 21st century. Maybe you could read more if you did too.

  27. missing the point - the electric bill means by raymorris · · Score: 1

    Way to miss the entire point twice. Sure, you CAN keep using that P4, on that old motherboard. Depending on where you live and how much you use the AC, and local electricity prices, it's costing you $100-$300 every year to run.

    You could instead pay LESS every year and getter BETTER performance a modern low-power, low cost chip. You're paying more and getting worse performance. You -can- do that. You -can- hit yourself with a hammer too.

  28. Re: My $2500 macbook can blow it out of the water! by Anonymous Coward · · Score: 0

    Raspberry pi is useful in a zombie apocalypse as long as you can find AA batteries. Your MacBook and P4 are useless.

  29. Re: My $2500 macbook can blow it out of the water! by Anonymous Coward · · Score: 0

    Good luck finding one. Supply vs demand is keeping these out of stock everywhere.

  30. SD memory card speeds vary widely by billstewart · · Score: 1

    Somewhere on the Internet(tm) I recently read an article comparing SD memory card speeds with the RPi. They varied by as much as 10x. For the most part, brand-name cards did better, and IIRC, medium-sized cards tended to be faster (small ones are usually cheap, large ones are trading speed for size), but it varied a lot - as long as the card's write speed was fast enough for a typical video-camera to record in real time, that's all the manufacturer cared about, and read speeds have bigger numbers so those are the ones they splash on to the packaging.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
    1. Re:SD memory card speeds vary widely by ebenupton · · Score: 1

      The droids you're looking for:

      http://www.midwesternmac.com/b...

      Quite eye-opening. I generally use the Pi-branded Samsung card, which is middle of the road on this test. Perhaps I should treat myself to an EVO+ for Christmas.

  31. Re:memo: chip wars are over by hvdh · · Score: 1

    Yeah, but when you want low-power, fast, tiny and cheap at the same time, there's not much offered with x86-64.

  32. Re: My $2500 macbook can blow it out of the water! by Anonymous Coward · · Score: 2, Interesting

    My friend used to work at Broadcom, and told the following story:

    Broadcom had a video decoder chip, but there was a lower limit on chip size due to the space needed to connect the terminals. So there was unused silicon; they stuck an ARM core there.

    See also here about how it boots:
    http://raspberrypi.stackexchan...

  33. Re: My $2500 macbook can blow it out of the water! by Anonymous Coward · · Score: 0

    My 20 year old Cray T3E blows both my Pi2 and 2015 MacBook Pro out of the water. Battery life is awful though...

  34. The R-Pi has lots of competitors by TonyJohn · · Score: 1

    There are lots of other computers in the world, small and large. Plenty are faster or cheaper or bluer than the Raspberry-Pi, but almost all miss the point: R-Pi is not about the hardware. It's about the ecosystem - the images you can install, kits you can buy, the tutorials in magazines and on YouTube, the jams, the general buzz around it that makes people (and their focus is kids in particular) interested in playing with it.

    --
    Owl tried to think of something wise to say, but couldn't.
  35. This is a ridiculous yet interesting comparison. by fufufang · · Score: 1

    Raspberry Pi was never designed for heavy workload, this is why this comparison is ridiculous - it is a bit like comparing apple and oranges. However the comparison is still very interesting, as it tells us how far our technology has advanced.

  36. Re: My $2500 macbook can blow it out of the water! by andrewa · · Score: 1

    I have five of them, however they're still attached to the covers of the magazine they came 'free' with... I'm reluctant to remove them, and instead stick them on ebay.

    --
    :(){ :|:& };:
  37. Thanks! by billstewart · · Score: 1

    Yup - that's the one. (And of course I read it just after I'd bought a couple of SD cards for my RPi and other devices :-)

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks