Re: : PiCloud - really cool!

2011-05-05 Thread Asdrúbal Iván Suárez Rivera
On May 4, 8:13 pm, James Mills wrote: > If anyone hasn't seen this yet, I encourage you to! > (I stumbled upon it with some random thoughts and Gooogling) > > http://www.picloud.com/ > > Here's a quick test I wrote up that works locally using the simulator > and live (I did run it live): > > #!/us

Re: [OT]: PiCloud - really cool!

2011-05-04 Thread geremy condra
On Wed, May 4, 2011 at 5:29 PM, James Mills wrote: > On Thu, May 5, 2011 at 10:19 AM, geremy condra wrote: >> I was the poster across from them at PyCon two years back. Pretty fun >> to play with, although last I checked it was hard to do true HPC on >> it. > > Why's that ? And what is true HPC (

Re: [OT]: PiCloud - really cool!

2011-05-04 Thread James Mills
On Thu, May 5, 2011 at 10:19 AM, geremy condra wrote: > I was the poster across from them at PyCon two years back. Pretty fun > to play with, although last I checked it was hard to do true HPC on > it. Why's that ? And what is true HPC (High Performance Computing) anyway ? I find the API provided

Re: [OT]: PiCloud - really cool!

2011-05-04 Thread geremy condra
On Wed, May 4, 2011 at 5:13 PM, James Mills wrote: > If anyone hasn't seen this yet, I encourage you to! > (I stumbled upon it with some random thoughts and Gooogling) > > http://www.picloud.com/ > > Here's a quick test I wrote up that works locally using the simulator > and live (I did run it liv

[OT]: PiCloud - really cool!

2011-05-04 Thread James Mills
If anyone hasn't seen this yet, I encourage you to! (I stumbled upon it with some random thoughts and Gooogling) http://www.picloud.com/ Here's a quick test I wrote up that works locally using the simulator and live (I did run it live): #!/usr/bin/env python import cloud def fib(n): a, b,