Search
-
Recent Posts
Recent Activity
- RT @rodrigobamboo: Remaining #java language designers have no taste - http://j.mp/dsz1jM < Have to agree.. #WTF 1 day ago
- Great talk with Andy Moore on indie flash game development: http://j.mp/b8rEl3 4 days ago
- "You can't fork a Go program. Sorry." -- Russ Cox #golang 4 days ago
- After working for a while with #bazaar pipelines for stacking branches, I must say they feel great in practice too. http://j.mp/aEWweO 4 days ago
- So Google #Chrome turns 2, and it has indeed pushed the envelope. Chrome is a fantastic browser, and pressed others to do better. 4 days ago
Categories
Archive
- July 2010
- June 2010
- May 2010
- March 2010
- December 2009
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- May 2009
- August 2008
- June 2008
- May 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- August 2007
- June 2007
- May 2007
- March 2007
- November 2006
- August 2006
- July 2006
- February 2006
- October 2005
- September 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- December 2004
- June 2004
- March 2004
- February 2004
- December 2003
- October 2003
- June 2003
Author Archives: Gustavo Niemeyer
MagLev and distributed VMs
Avi Bryant is working on MagLev, a Ruby interpreter, based on Gemstone’s Smalltalk VM, with some very amazing features, like transactioned objects distributed across several VMs: The integrated VMs, cache, and storage conspire to create an illusion that global state … Continue reading
Posted in Ruby
Leave a comment
Improving reading habits
Today, Sunday, on the mailman day, I decided to change my reading habits. You’d certainly laugh if I told you how many mailing lists, blogs, and IRC channels I try to follow (won’t include IM networks here as I don’t … Continue reading
Posted in Other
Leave a comment
Google using Geohash
According to Dave Troy, Google seems to be using the Geohash algorithm: Google is employing the GeoHash algorithm I’ve been pushing to do spatial searching using BigTable. Since database schemes like BigTable don’t support traditional GIS extensions/spatial indexes, GeoHash allows … Continue reading
Posted in Project, Python
7 Comments
dateutil 1.4 is out
Friday I’ve released version 1.4 of dateutil. There are some interesting fixes there, so please upgrade if you have the chance.
Posted in Project, Python
2 Comments
Enhancements on geohash.org
Some improvements to geohash.org were made. Some of them were motivated by a conversation with Rodrigo Stulzer. Support for geocoding addresses (city names, whatever). E.g. http://geohash.org/?q=21 Millbank, London Support for moving the Geohash marker in the embedded map, so that modifying the … Continue reading
Posted in GPS, Project, Python
2 Comments
geohash.org is public!
After about one year writing this service in my spare time, it’s finally out. geohash.org offers short URLs which encode a latitude/longitude pair, so that referencing them in emails, forums, and websites is more convenient. Geohashes offer properties like arbitrary … Continue reading
Posted in Article, GPS, Project, Python
8 Comments
Mocker 0.10 and trivial patch-mocking of existing objects
Mocker 0.10 is out, with a number of improvements! While we’re talking about Mocker, here is another interesting use case, exploring a pretty unique feature it offers. Suppose we want to test that a method hello() on an object will … Continue reading
Posted in Project, Python, Snippet, Test
2 Comments
Partial stubbing of os.path.isfile() with Mocker
One neat feature which Mocker offers is the ability to very easily implement custom behavior on specific functions or methods. Take for instance the case where you want to pretend to some code that a given file exists, but you … Continue reading
Posted in Project, Python, Snippet, Test
Leave a comment
More releases: dateutil 1.3 and nicefloat 1.1
A couple of additional releases tonight: dateutil 1.3, and nicefloat 1.1. They’re both bug fixing releases.
Posted in Project, Python
Leave a comment