[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,

Re: [OT]: PiCloud - really cool!

2011-05-04 Thread geremy condra
On Wed, May 4, 2011 at 5:13 PM, James Mills prolo...@shortcircuit.net.au 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

Re: [OT]: PiCloud - really cool!

2011-05-04 Thread James Mills
On Thu, May 5, 2011 at 10:19 AM, geremy condra debat...@gmail.com 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

Re: [OT]: PiCloud - really cool!

2011-05-04 Thread geremy condra
On Wed, May 4, 2011 at 5:29 PM, James Mills prolo...@shortcircuit.net.au wrote: On Thu, May 5, 2011 at 10:19 AM, geremy condra debat...@gmail.com 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.