What's the plan for future devices? It would be great if some low cost device like this would have a 12-18 month upgrade cycle and create the sort of buzz as an Apple or Samsung device. Moore's law has benefits at $30 too. Maybe release a $99 version every year then make last year's model available at $35. Get Intel involved? They're really working hard to get into low-power devices.
Two million Raspberry Pi sold
41–50 of 119 posts
Re: Two million Raspberry Pi sold
#42Earlier quoted context omitted.
What about the CPU are you waiting for? Higher performance? 64 bit vs 32 bit? And what is the application that is made possible by that you can't do now?
More cores, mostly. I tried using the Raspberry Pi with server software such as Owncloud or calendarserver. It just barely works, but it is still very slow. Like, response times upwards of four seconds. Recent smartphone processors have since about doubled their clock speed and quadrupled the processor count. Even half that would bring response times below a second, which would be much appreciated.
Re: Two million Raspberry Pi sold
#43One of those two million is sat under my desk, collecting dust. I know a few others that are, and, I wonder what percentage of that 2 million are in the same situation? Because you need a few bits and bobs to get your pi working there is a major disincentive to complete and finish whatever that hobby project was to be. Hence the situation with my pi - the wait for bits and bobs, a small bout of illness and the initia…
My RasPi is certainly collecting dust as well, but not for the lack of uses--It is connected to power, ethernet, and an external hard drive. I only ever access it over ssh and never need to touch it. It runs a Time Machine backup server, a calendar/contacts server, and Bittorrent Sync. Really, one of the best buys I made in the last few years! I literally use it every day!
Re: Two million Raspberry Pi sold
#44Earlier quoted context omitted.
Try a Beaglebone Black. Or move up to something like a Boundary Devices unit (Quad-core A9 @ 1Ghz)
Yes, I own a Beaglebone Black. But the operating system and the ecosystem surrounding it is oh so aweful compared to simply-Debian it-just-works Wheezy for the Raspberry Pi. That probably doesn't matter too much if you are building some embedded thing, but I am mostly using my Pi as a web server, and I like that is so easy to set up and configure.
I got Debian Wheezy booting off of the Black in under an hour or so. Sorry to hear you had difficulty getting it to work on yours.
Re: Two million Raspberry Pi sold
#45Earlier quoted context omitted.
My RasPi is certainly collecting dust as well, but not for the lack of uses--It is connected to power, ethernet, and an external hard drive. I only ever access it over ssh and never need to touch it. It runs a Time Machine backup server, a calendar/contacts server, and Bittorrent Sync. Really, one of the best buys I made in the last few years! I literally use it every day!
How's the TM backup treating you? I've set up netatalk too, and had the backup's sparsebundle get corrupted 3 times over the course of half a year leading me to abandon it. Now I just rsync to the NFS fileshare, which is less automatic.
My conclusion is that Time Machine over Wifi is inherently flaky--regardless of whether the Time Machine is running on Apple hardware or not.
Re: Two million Raspberry Pi sold
#46Earlier quoted context omitted.
Yes! I am waiting desperately for a Raspberry Pi with an updated CPU!
Check out the new and old cubieboard. Cheap, dual core, SATA.
Not to be off topic, I have three Pi-B's doing local file storage, media center and on a robot platform. The ecosystem around the Pi is one of the best. A quick search will find someone doing something like your idea.
Re: Two million Raspberry Pi sold
#47Would I notice any performance gain from using a cheap pc over a pi for something like BT sync? The Pi's processor is equivalent to a 300MHz Pentium 2, and that's kinds scary.
Re: Two million Raspberry Pi sold
#48Re: Two million Raspberry Pi sold
#49Earlier quoted context omitted.
What about the CPU are you waiting for? Higher performance? 64 bit vs 32 bit? And what is the application that is made possible by that you can't do now?
More cores, mostly. I tried using the Raspberry Pi with server software such as Owncloud or calendarserver. It just barely works, but it is still very slow. Like, response times upwards of four seconds. Recent smartphone processors have since about doubled their clock speed and quadrupled the processor count. Even half that would bring response times below a second, which would be much appreciated.
I have two odroid U2 that I use for testing distributed and multithreaded code. One odroid core (exynos 4412 @1.7GHz ) is more than 8x as fast as the pi, for some numerical simulation code (ODEs). Storage is eMMC, so should be faster than the class 10 SD card in a Pi. It was very easy to get Linaro set up on them (for headless use, as compute servers). Recommend highly.
I use my two RPi for file serving, backups via rsync and btsync, limited web (one is at a remote location).
There's a utilite pro on order as well, but they are a bit backlogged, as I understand it. I'm looking forward to the 2x Gb eth (odroid is 100Mb) and faster bus and disk speeds.
Re: Two million Raspberry Pi sold
#50I would love to get a Raspberry Pi but I don't know what I would like to do with it. Suggestions?