<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Jonas Maurus' maurus.net</title>
	<atom:link href="http://maurus.net/feed/rss2" rel="self" type="application/rss+xml" />
	<link>http://maurus.net</link>
	<description>technology, psychology, life and management</description>
	<pubDate>Wed, 06 Aug 2008 11:22:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>GeoDjango has been merged into Django&#8217;s trunk yesterday</title>
		<link>http://maurus.net/weblog/2008/08/06/geodjango-has-been-merged-into-djangos-trunk-yesterday/</link>
		<comments>http://maurus.net/weblog/2008/08/06/geodjango-has-been-merged-into-djangos-trunk-yesterday/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 11:19:57 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Django]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://maurus.net/?p=721</guid>
		<description><![CDATA[This means that GeoDjango will be part of Django 1.0! This is another great addition to this fabulous framework. It changes and extends Django's ORM so that it supports GIS types in multiple databases. Of course, that primarily means support for OpenGIS types in MySQL and PostgreSQL and querying them via Django's ORM.

Now, if they'd [...]]]></description>
			<content:encoded><![CDATA[<p>This means that <a href="http://geodjango.org/">GeoDjango</a> will be part of Django 1.0! This is another <em>great</em> addition to this fabulous framework. It changes and extends Django's ORM so that it supports <acronym title="Geographic Information System">GIS</acronym> types in multiple databases. Of course, that primarily means support for OpenGIS types in <a href="http://dev.mysql.com/doc/refman/5.0/en/spatial-extensions.html" title="Spatial Extensions">MySQL</a> and <a href="http://postgis.refractions.net/" title="PostGIS">PostgreSQL</a> and querying them via Django's ORM.</p>

<p>Now, if they'd finally land aggregation support, I'd be totally happy with Django 1.0!</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/08/06/geodjango-has-been-merged-into-djangos-trunk-yesterday/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making the iPhone work under XP64</title>
		<link>http://maurus.net/weblog/2008/07/28/making-the-iphone-work-under-xp64/</link>
		<comments>http://maurus.net/weblog/2008/07/28/making-the-iphone-work-under-xp64/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 10:01:49 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://maurus.net/?p=717</guid>
		<description><![CDATA[I've been using 64-bit systems exclusively for a while now (Windows XP x64 for daily work and Windows Vista x64 as my gaming system), but Apple made the braindead decision to let iTunes v7.7's iPhone 64-bit support only run on Windows Vista. Well, unfortunately, all my business data is on Windows XP and there's no [...]]]></description>
			<content:encoded><![CDATA[<p>I've been using 64-bit systems exclusively for a while now (Windows XP x64 for daily work and Windows Vista x64 as my gaming system), but Apple made the braindead decision to let iTunes v7.7's iPhone 64-bit support only run on Windows Vista. Well, unfortunately, all my business data is on Windows XP and there's <em>no way</em> that I'll downgrade to 32-bit and loose support for my 4GB RAM.</p>

<p>Turns out, there's really no technical reason for not having iPhone support on Windows XP 64, unless you have a phobia of editing MSI files with Orca. <a href="http://yukichigai.googlepages.com/iphonex64" title="Making the iPhone work in XP x64 - A guide for lovers">Here's an excellent write-up</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/07/28/making-the-iphone-work-under-xp64/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Berlin</title>
		<link>http://maurus.net/weblog/2008/07/23/700/</link>
		<comments>http://maurus.net/weblog/2008/07/23/700/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 15:55:33 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://maurus.net/?p=700</guid>
		<description><![CDATA[

I wish I could be there :-).]]></description>
			<content:encoded><![CDATA[<p><img src="http://maurus.net/wp-content/uploads/2008/07/poster-213x300.jpg" alt="Poster for Senator Obama's speech in Berlin" title="" /></p>

<p>I wish I could be there :-).</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/07/23/700/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Django: newforms-admin has been merged into trunk</title>
		<link>http://maurus.net/weblog/2008/07/21/django-newforms-admin-has-been-merged-into-trunk/</link>
		<comments>http://maurus.net/weblog/2008/07/21/django-newforms-admin-has-been-merged-into-trunk/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 14:37:36 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Django]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://maurus.net/?p=691</guid>
		<description><![CDATA[Brian Rosner posted this update in the Django users group. This means that Django just made a big step forward!]]></description>
			<content:encoded><![CDATA[<p>Brian Rosner posted <a href="http://groups.google.com/group/django-users/browse_thread/thread/53ace41d27dfa7d9">this update in the Django users group</a>. This means that Django just made a big step forward!</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/07/21/django-newforms-admin-has-been-merged-into-trunk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP gains closures</title>
		<link>http://maurus.net/weblog/2008/07/21/php-gains-closures/</link>
		<comments>http://maurus.net/weblog/2008/07/21/php-gains-closures/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 12:23:13 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://maurus.net/?p=683</guid>
		<description><![CDATA[This PHP RFC contains a proposal for closures, lambda functions and callables in PHP. Looking at the rest of PHP, the syntax seems to be in the same style, with a new reserved word &#34;use&#34;.

The RFC has been accepted and the code is in PHP's trunk. Well, it was about time, right?

Of course, PHP will [...]]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://wiki.php.net/rfc/closures" title="Request for Comments: Lambda functions and closures">PHP RFC</a> contains a proposal for closures, lambda functions and callables in PHP. Looking at the rest of PHP, the syntax seems to be in the same style, with a new reserved word <code>&quot;use&quot;</code>.</p>

<p>The RFC has been accepted and the code is in PHP's trunk. Well, it was about time, right?</p>

<p>Of course, PHP will still helpfully truncate your 64-bit database id columns by converting them into floating point numbers, if you're using a PHP version compiled on a 32-bit system, but of course not on a 64-bit system, because it wouldn't be PHP if it behaved the same on two random computers. But <em>now</em> you will be able to do that with real up-to-date, all-the-hype scripting language style in PHP 6.0 ;-).</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/07/21/php-gains-closures/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updates all around: Ruby, Django, Diablo</title>
		<link>http://maurus.net/weblog/2008/07/02/updates-all-around-ruby-django-diablo/</link>
		<comments>http://maurus.net/weblog/2008/07/02/updates-all-around-ruby-django-diablo/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 10:27:18 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Django]]></category>

		<category><![CDATA[Games]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://maurus.net/?p=682</guid>
		<description><![CDATA[I didn't touch my newsreader in a while and promptly I missed quite a bit of interesting things. Here are the most important:

Django
Large file uploads: Revision 7814 finally lands the patch from ticket 2070 and finally allows Django to handle arbitrarily-sized file-uploads.

Ruby's security vulnerabilities
Man, I'm late to that particular party, but some serious vulnerabilities have [...]]]></description>
			<content:encoded><![CDATA[<p>I didn't touch my newsreader in a while and promptly I missed quite a bit of interesting things. Here are the most important:</p>

<h3>Django</h3>
<p><a href="http://www.djangoproject.com/documentation/upload_handling/">Large file uploads</a>: <a href="http://code.djangoproject.com/changeset/7814">Revision 7814</a> finally lands the patch from <a href="http://code.djangoproject.com/ticket/2070">ticket 2070</a> and finally allows Django to handle arbitrarily-sized file-uploads.</p>

<h3>Ruby's security vulnerabilities</h3>
<p>Man, I'm late to <em>that</em> particular party, but <a href="http://www.matasano.com/log/1070/updates-on-drew-yaos-terrible-ruby-vulnerabilities/" title="Updates on Drew Yao’s Terrible Ruby Vulnerabilities">some serious vulnerabilities</a> have been found in the main Ruby interpreter. Unfortunately it seems that the official maintainers messed up as well and only 3<sup>rd</sup>-party patches are available right now, because <a href="http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/" title="Ruby’s Vulnerability Handling Debacle ">there's no known stable release code in the codebase</a> that a quick patch release could be based off.</p>

<p>I think the most important lesson that can be learned from this, as <a href="http://simonwillison.net/2008/Jul/2/matasano/">Simon Willison points out</a>, is that you need to keep release tags around in your <abbr title="Source Code Management">SCM</abbr> system, but also that you should never blindly trust <em>any</em> part of a system. At least it makes me wonder what surprises lurk in the Java VM or CPython.</p>

<h3>Diablo III</h3>
<p>Has been announced. <a href="http://ars.userfriendly.org/cartoons/?id=20080630">Userfriendly</a> <a href="http://ars.userfriendly.org/cartoons/?id=20080701">pretty</a> <a href="http://ars.userfriendly.org/cartoons/?id=20080702">much</a> hits the nail on the head.</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/07/02/updates-all-around-ruby-django-diablo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript IDEs</title>
		<link>http://maurus.net/weblog/2008/05/23/javascript-ides/</link>
		<comments>http://maurus.net/weblog/2008/05/23/javascript-ides/#comments</comments>
		<pubDate>Fri, 23 May 2008 21:52:08 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://maurus.net/?p=681</guid>
		<description><![CDATA[I just watched a presentation about the impressive JavaScript support in Netbeans 6.1.

I have to say that I'm really impressed with it. There's a project (the Ajax Toolkit Framework) in Eclipse incubation that promises to provide pretty much the same capabilities for Eclipse, but it's not there yet. ActiveState's Komodo has some good support, but [...]]]></description>
			<content:encoded><![CDATA[<p>I just watched <a href="http://java.sun.com/javaone/sf/media_shell.jsp?id=FRdamp267672" title="JavaOne Conference 2008 - General Session 2 - Visual VM, JavaScript and NVidia">a presentation</a> about the <a href="http://www.netbeans.org/download/flash/js/javascript_demo.html">impressive JavaScript support</a> in <a href="http://www.netbeans.org">Netbeans 6.1</a>.</p>

<p>I have to say that I'm really impressed with it. There's a project (<a href="http://www.eclipse.org/atf/">the Ajax Toolkit Framework</a>) in Eclipse incubation that promises to provide pretty much the same capabilities for Eclipse, but it's not there yet. <a href="http://activestate.com/komodo/">ActiveState's Komodo</a> has some good support, but it's not really free (there's a free version without debugging support).</p>

<p>The only problem left now is that Netbeans' is missing a widely advertised Python plug-in, so I don't know if good Python support is available, but if it is, then it would be enough reason to leave Eclipse+Pydev behind. I'll try <a href="http://sourceforge.net/projects/jpydbg">JPyDbg</a> and see if I get anywhere.</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/05/23/javascript-ides/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Global integrity report</title>
		<link>http://maurus.net/weblog/2008/03/20/global-integrity-report/</link>
		<comments>http://maurus.net/weblog/2008/03/20/global-integrity-report/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 03:29:31 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://maurus.net/weblog/2008/03/20/global-integrity-report/</guid>
		<description><![CDATA[If you want to know if your country is corrupt, you look at the global integrity report.

One more reason to support Obama for America: he wants to build a database that lets every citizen, every news outlet and anyone else track every dollar that goes through congress. Well, of course, it probably would miss a [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to know if your country is corrupt, you look at <a href="http://report.globalintegrity.org/">the global integrity report</a>.</p>

<p>One more reason to support Obama for America: he wants to build a database that lets every citizen, every news outlet and anyone else track every dollar that goes through congress. Well, of course, it probably would miss a huge chunk of "secret money", but it would be a step in the right direction.</p>

<p>Germany is currently missing from the report, though.</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/03/20/global-integrity-report/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In other news: Diebold accidentally leaks the results of the 2008 elections</title>
		<link>http://maurus.net/weblog/2008/03/04/in-other-news-diebold-accidentally-leaks-the-results-of-the-2008-elections/</link>
		<comments>http://maurus.net/weblog/2008/03/04/in-other-news-diebold-accidentally-leaks-the-results-of-the-2008-elections/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 11:08:13 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Cutting the crap]]></category>

		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://maurus.net/weblog/2008/03/04/in-other-news-diebold-accidentally-leaks-the-results-of-the-2008-elections/</guid>
		<description><![CDATA[Awwwww... I was so going to enjoy the show and now they've ruined it for me :-(

]]></description>
			<content:encoded><![CDATA[<p>Awwwww... I was so going to enjoy the show and now they've ruined it for me :-(</p>

<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/NF5Kdm4Eu6w"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/NF5Kdm4Eu6w" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/03/04/in-other-news-diebold-accidentally-leaks-the-results-of-the-2008-elections/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Direct access to campaign conference calls</title>
		<link>http://maurus.net/weblog/2008/03/04/when-being-connected-in-the-main-stream-media-helps/</link>
		<comments>http://maurus.net/weblog/2008/03/04/when-being-connected-in-the-main-stream-media-helps/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 09:34:42 +0000</pubDate>
		<dc:creator>jm</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://maurus.net/weblog/2008/03/04/when-being-connected-in-the-main-stream-media-helps/</guid>
		<description><![CDATA[Dave Winer blogged about campaign conference calls a few weeks ago. These give the "real media" people access to the managing teams of the candidates in the presidential race. He put up a recording of a Clinton campaign call.

This is one area where direct access means: having access to a lot of information that falls [...]]]></description>
			<content:encoded><![CDATA[<p>Dave Winer blogged about <a href="http://www.scripting.com/stories/2008/02/12/aPeekBehindTheScreen.html" title="A peek behind the screen">campaign conference calls</a> a few weeks ago. These give the "real media" people access to the managing teams of the candidates in the presidential race. He put up a recording of a Clinton campaign call.</p>

<p>This is one area where direct access means: having access to a lot of information that falls through the cracks, because CNN would never report on it, or the New York Times would never print it. It seems that we have again stumbled upon something that can be <em>disintermediated</em> by the internet. I, for one, would <em>love</em> to hear the spin that the campaigns put on recent events without the additional spin and filters that the main-stream media put on it when they decide what to report. Simply because I</p>

<ul>
  <li><p>care a lot about politics and</p></li>
  <li><p>more importantly: it's an area where in my opinion the media has time and again proven that they don't serve society in any kind of meaningful way besides dumbing down the process</p></li>
</ul>

<p>In particular, listening to the one recording from the Clinton campaign that Dave has put online so far, the key difference is that the campaign perceives the journalists as intelligent people and talk to them like they are. What a <em>huge</em> change to their normal mode of communication that is. I'm anxious to hear the new recordings that Dave put up on Pownce today (no need to check, though, they're private items). He also said that there will be a public RSS feed with enclosures soon, because he found a media partner that will provide the recordings.</p>

<p>I hope! I sincerely hope that something similar can be established in Germany in time for the next elections. I would have loved to have this kind of information back in 2005 when Angela Merkel became chancellor.</p>]]></content:encoded>
			<wfw:commentRss>http://maurus.net/weblog/2008/03/04/when-being-connected-in-the-main-stream-media-helps/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
