<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>from __future__ import *</title>
	<link>http://bob.pythonmac.org</link>
	<description>Bob's Rants</description>
	<lastBuildDate>Sat, 03 May 2008 20:49:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>simplejson 1.9</title>
		<description>.. -*- mode: rst -*-

`simplejson`_ is a simple, fast, complete, correct and extensible `JSON`_ (`RFC 4627`_) encoder/decoder for Python 2.3+.  It is pure Python code with no dependencies.

`simplejson`_ 1.9 is a minor update:

* Rewrote test suite with unittest and doctest (no more nosetest dependency)
* Better PEP 7 and PEP ...</description>
		<link>http://bob.pythonmac.org/archives/2008/05/03/simplejson-19/</link>
			</item>
	<item>
		<title>Google App Engine - Changes Everything</title>
		<description>.. -*- mode: rst -*-

I had the privilege last night of going to Google's Campfire One where the Google App Engine was launched, which is basically a service that I've been secretly hoping that Google would release for the past three years. App Engine is going to change everything -- ...</description>
		<link>http://bob.pythonmac.org/archives/2008/04/08/google-app-engine-changes-everything/</link>
			</item>
	<item>
		<title>simplejson 1.8.1</title>
		<description>.. -*- mode: rst -*-

`simplejson`_ is a simple, fast, complete, correct and extensible `JSON`_ (`RFC 4627`_) encoder/decoder for Python 2.3+.  It is pure Python code with no dependencies.

`simplejson`_ 1.8.1 is a major update:

* Optional C extension for accelerating the decoding of JSON strings
* Command line interface for pretty-printing JSON ...</description>
		<link>http://bob.pythonmac.org/archives/2008/03/24/simplejson-181/</link>
			</item>
	<item>
		<title>Cogent = Bad choice</title>
		<description>.. -*- mode: rst -*-

So it seems that I made the wrong decision for our uplink at Mochi Media. We have a gigabit line to Cogent at 365 Main. They've been mostly good so far (and cheap), but their recent `spat with Telia`_ has cut us off to parts of ...</description>
		<link>http://bob.pythonmac.org/archives/2008/03/15/cogent-bad-choice/</link>
			</item>
	<item>
		<title>Exploring Erlang @ C4[1] video</title>
		<description>.. -*- mode: rst -*-

The video of the Exploring Erlang talk I gave at C4[1] last August is up on the interwebs! It only took seven months :)

Video:
    http://rentzsch.com/c4/c41VideosAvailable

Slides and source:
    http://bob.pythonmac.org/archives/2007/08/11/exploring-erlang-c41/  </description>
		<link>http://bob.pythonmac.org/archives/2008/03/08/exploring-erlang-c41-video/</link>
			</item>
	<item>
		<title>Printing floats with Erlang</title>
		<description>.. -*- mode: rst -*-

The float printing options that ship with Erlang all suck. You either don't have sufficient precision, or you have an extremely verbose representation::

    1> io:format("~w ~.18g ~g ~s~n", [0.1234567, 0.1234567, 0.1234567, float_to_list(0.1234567)]).
    0.123457 0.123456700000000003 0.123457 1.23456700000000002548e-01
    2> ...</description>
		<link>http://bob.pythonmac.org/archives/2007/12/17/printing-floats-with-erlang/</link>
			</item>
	<item>
		<title>Using the mochiweb project skeleton</title>
		<description>.. -*- mode: rst -*-

A bit over a week ago we moved a slightly modified version of our project skeleton into the open source `mochiweb`_ repository, which gets you a start shell script, a skeleton application following (most of) the OTP paradigms, a Makefile, and a web server that serves ...</description>
		<link>http://bob.pythonmac.org/archives/2007/12/17/using-the-mochiweb-project-skeleton/</link>
			</item>
	<item>
		<title>mochiweb - another faster web server</title>
		<description>.. -*- mode: rst -*-

`mochiweb`_ is finally well on its way to becoming a proper open source project, thanks to Matthew Dempsky. We've got a `mochiweb project`_ on google code and a `mochiweb group`_ on google groups.

Similarly interesting is that `iserve`_ is now turning into something more useful. iserve and ...</description>
		<link>http://bob.pythonmac.org/archives/2007/11/07/mochiweb-another-faster-web-server/</link>
			</item>
	<item>
		<title>MochiAds.com public launch!</title>
		<description>.. -*- mode: rst -*-

It's hard to believe that almost a year has gone by since we launched the first private beta of `MochiAds`_, but we just relaunched the site last night and the doors are wide open now! Every user of `MochiBot`_ already has an account via our MochiPass ...</description>
		<link>http://bob.pythonmac.org/archives/2007/10/15/mochiadscom-public-launch/</link>
			</item>
	<item>
		<title>Exploring Erlang @ C4[1]</title>
		<description>.. -*- mode: rst -*-

Slides from my Exploring Erlang talk today at `C4[1]`_ are available here: http://undefined.org/c4-1/

Yes, it is definitely `caturday`_.

For those of you interested in learning more about `Erlang`_, I highly recommend buying `Joe Armstrong`_'s `Programming Erlang`_ and/or read his 2003 ph.d thesis, which is kinda similar in content ...</description>
		<link>http://bob.pythonmac.org/archives/2007/08/11/exploring-erlang-c41/</link>
			</item>
</channel>
</rss>
