You can host it on your own machine. Even if you host it via an hosting provider, you can export all your data and your apps to any new servers like an home server for example!
I'm Alexey Malashkevich, one of the Pony ORM authors.
For now Pony ORM runs on CPython only because there is no access to frames in other implementations. "Pure Python" means that you can write queries in term of objects using Python generators.
Pure in this case means that you can use Python syntax in order to query a database. This way a database query looks identical to an iteration over a list of Python objects.
Did a lot of AMOS too when I was in high school. We made a nice platform game with two friends and released it as shareware. Lots of small experiments too, including some attempts at adventure games. :)
Were some companies acquired multiple times the same year, or is there a bug somewhere? (RazorFish is listed 3 times in 2002, DoubleClick and Skype twice in 2005, Getty Images twice in 2008, Sterling Commerce twice in 2009.)
The project has recently moved to Sphinx, and the transition was only completed after branching for 3.2. It looks like the release notes have gotten out of sync and need to be merged, which is a little more work than usual. The link from the homepage points to docs that are always generated from trunk, so it only has old, incomplete notes.
They're meant to differentiate their CPUs, and find a good use for the billions of transistors that their process technology allows them to include in their designs. So the question is, what's better: more cache, more cores (diminishing returns after 4), or a specialized accelerator for 3D, video and generic heavily parallel computations (GPGPU)?