<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Martin Schaaf's Blog</title>
	<atom:link href="http://infram.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://infram.wordpress.com</link>
	<description>programming languages and surroundings</description>
	<lastBuildDate>Fri, 20 Nov 2009 19:44:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='infram.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c1326df8a34133d328ade8208e97c5b6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Martin Schaaf's Blog</title>
		<link>http://infram.wordpress.com</link>
	</image>
			<item>
		<title>digi images &#8211; mam-foto &#8211; Serie: Stadt-Schatten</title>
		<link>http://infram.wordpress.com/2009/11/20/digi-images-mam-foto-serie-stadt-schatten/</link>
		<comments>http://infram.wordpress.com/2009/11/20/digi-images-mam-foto-serie-stadt-schatten/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:38:23 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[foto]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=837</guid>
		<description><![CDATA[Sehr schöne Fotoserie in Schwarzweiß verschiedenster Häuser in Halle. digi images &#8211; mam-foto &#8211; Serie: Stadt-Schatten
Posted in Misc Tagged: art, foto, photo      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=837&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sehr schöne Fotoserie in Schwarzweiß verschiedenster Häuser in Halle. <a href="http://www.digi-images.de/thumbnail.html?custAlbum=bestByCollection&amp;collectionId=551">digi images &#8211; mam-foto &#8211; Serie: Stadt-Schatten</a></p>
Posted in Misc Tagged: art, foto, photo <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/837/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/837/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/837/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/837/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/837/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/837/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/837/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/837/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/837/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/837/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=837&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/11/20/digi-images-mam-foto-serie-stadt-schatten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>ClassCastException with SQLQuery and setCacheable(true)</title>
		<link>http://infram.wordpress.com/2009/11/17/classcastexception-with-sqlquery-and-setcacheabletrue/</link>
		<comments>http://infram.wordpress.com/2009/11/17/classcastexception-with-sqlquery-and-setcacheabletrue/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 10:54:15 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ClassCastException]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[query cache]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=835</guid>
		<description><![CDATA[Today I had to change a hibernate query constructed with the criteria API to a SQL query. The result looked like:
String sqlQuery = "select count(*) ...";
Session dbSession = getSession();
SQLQuery crit = dbSession.createSQLQuery(sqlQuery);
crit.setCacheable(true);
return (Integer) crit.uniqueResult();
The former query was cached and the new one should be too. But I got the following exception:
 java.lang.ClassCastException: java.math.BigDecimal
at org.hibernate.cache.StandardQueryCache.put(StandardQueryCache.java:83)
The following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=835&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I had to change a hibernate query constructed with the criteria API to a SQL query. The result looked like:</p>
<p><code>String sqlQuery = "select count(*) ...";<br />
Session dbSession = getSession();<br />
SQLQuery crit = dbSession.createSQLQuery(sqlQuery);<br />
crit.setCacheable(true);<br />
return (Integer) crit.uniqueResult();</code></p>
<p>The former query was cached and the new one should be too. But I got the following exception:</p>
<p><code> java.lang.ClassCastException: java.math.BigDecimal<br />
at org.hibernate.cache.StandardQueryCache.put(StandardQueryCache.java:83)</code></p>
<p>The following <a href="https://forum.hibernate.org/viewtopic.php?p=2391020">post from hibernate forum</a> helped me to find a solution. The exception is gone after adding the result as a scalar. And the working query looks like:</p>
<p><code>String sqlQuery = "select count(*) as result ...";<br />
Session dbSession = getSession();<br />
SQLQuery crit = dbSession.createSQLQuery(sqlQuery);<br />
crit.addScalar("result", Hibernate.INTEGER);<br />
crit.setCacheable(true);<br />
return (Integer) crit.uniqueResult();</code></p>
Posted in Programming Tagged: ClassCastException, hibernate, query cache <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/835/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=835&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/11/17/classcastexception-with-sqlquery-and-setcacheabletrue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>Groklaw &#8211; Microsoft Patents Sudo?!! &#8211; Updated 2Xs</title>
		<link>http://infram.wordpress.com/2009/11/12/groklaw-microsoft-patents-sudo-updated-2xs/</link>
		<comments>http://infram.wordpress.com/2009/11/12/groklaw-microsoft-patents-sudo-updated-2xs/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:15:58 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patents]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software patents]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=832</guid>
		<description><![CDATA[Groklaw &#8211; Microsoft Patents Sudo?!! &#8211; Updated 2Xs.
Posted in Programming Tagged: microsoft, patents, software, software patents, sudo      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=832&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.groklaw.net/article.php?story=20091111094923390">Groklaw &#8211; Microsoft Patents Sudo?!! &#8211; Updated 2Xs</a>.</p>
Posted in Programming Tagged: microsoft, patents, software, software patents, sudo <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/832/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=832&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/11/12/groklaw-microsoft-patents-sudo-updated-2xs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>Darvins Illustrierte &#8211; Sonderfond</title>
		<link>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-sonderfond/</link>
		<comments>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-sonderfond/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:12:14 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=830</guid>
		<description><![CDATA[Darvins Illustrierte &#8211; Sonderfond.
Posted in Misc       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=830&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.darvins-illustrierte.de/start.php?d=3124&amp;extra=3123">Darvins Illustrierte &#8211; Sonderfond</a>.</p>
Posted in Misc  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/830/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/830/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/830/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=830&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-sonderfond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>Darvins Illustrierte &#8211; Argumente</title>
		<link>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-4/</link>
		<comments>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-4/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:09:45 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[satire]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=827</guid>
		<description><![CDATA[Darvins Illustrierte &#8211; Argumente.
Posted in Misc Tagged: fun, humor, satire      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=827&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.darvins-illustrierte.de/start.php?d=3128&amp;extra=3127">Darvins Illustrierte &#8211; Argumente</a>.</p>
Posted in Misc Tagged: fun, humor, satire <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/827/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=827&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>Darvins Illustrierte &#8211; Großer Schwanz</title>
		<link>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-groser-schwanz/</link>
		<comments>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-groser-schwanz/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:00:28 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[satire]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=824</guid>
		<description><![CDATA[Darvins Illustrierte &#8211; Großer Schwanz.
Posted in Misc Tagged: fun, humor, satire      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=824&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.darvins-illustrierte.de/start.php?d=3133&amp;extra=3132">Darvins Illustrierte &#8211; Großer Schwanz</a>.</p>
Posted in Misc Tagged: fun, humor, satire <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/824/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=824&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/11/04/darvins-illustrierte-groser-schwanz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>kLAWtext: Abmahnung einzelner Titel aus einem Sampler: für den Abmahner strafbar?</title>
		<link>http://infram.wordpress.com/2009/11/01/klawtext-abmahnung-einzelner-titel-aus-einem-sampler-fur-den-abmahner-strafbar/</link>
		<comments>http://infram.wordpress.com/2009/11/01/klawtext-abmahnung-einzelner-titel-aus-einem-sampler-fur-den-abmahner-strafbar/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:15:39 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=822</guid>
		<description><![CDATA[kLAWtext: Abmahnung einzelner Titel aus einem Sampler: für den Abmahner strafbar?.
Posted in Misc       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=822&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://klawtext.blogspot.com/2009/10/abmahnung-einzelner-titel-aus-einem.html">kLAWtext: Abmahnung einzelner Titel aus einem Sampler: für den Abmahner strafbar?</a>.</p>
Posted in Misc  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/822/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/822/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=822&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/11/01/klawtext-abmahnung-einzelner-titel-aus-einem-sampler-fur-den-abmahner-strafbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>Draw On All Three Brains « UX Crank</title>
		<link>http://infram.wordpress.com/2009/10/28/draw-on-all-three-brains-%c2%ab-ux-crank/</link>
		<comments>http://infram.wordpress.com/2009/10/28/draw-on-all-three-brains-%c2%ab-ux-crank/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:07:21 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=820</guid>
		<description><![CDATA[Draw On All Three Brains « UX Crank
Posted in Misc       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=820&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://dswillis.com/uxcrank/?p=426">Draw On All Three Brains « UX Crank</a></p>
Posted in Misc  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/820/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/820/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/820/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=820&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/10/28/draw-on-all-three-brains-%c2%ab-ux-crank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>Java vs C performance&#8230; again&#8230; &#8211; Azul Systems &#8211; Cliff Click Jr.’s Blog</title>
		<link>http://infram.wordpress.com/2009/09/25/java-vs-c-performance-again-azul-systems-cliff-click-jr-%e2%80%99s-blog/</link>
		<comments>http://infram.wordpress.com/2009/09/25/java-vs-c-performance-again-azul-systems-cliff-click-jr-%e2%80%99s-blog/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:52:09 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java vs C performance]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/?p=818</guid>
		<description><![CDATA[Java vs C performance&#8230; again&#8230; &#8211; Azul Systems &#8211; Cliff Click Jr.’s Blog
Posted in Misc Tagged: c, java, Java vs C performance, performance      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=818&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://blogs.azulsystems.com/cliff/2009/09/java-vs-c-performance-again.html">Java vs C performance&#8230; again&#8230; &#8211; Azul Systems &#8211; Cliff Click Jr.’s Blog</a></p>
Posted in Misc Tagged: c, java, Java vs C performance, performance <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/818/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/818/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/818/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/818/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/818/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/818/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/818/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/818/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/818/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/818/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=818&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/09/25/java-vs-c-performance-again-azul-systems-cliff-click-jr-%e2%80%99s-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
		<item>
		<title>Bundestag bald ohne Geheimdienst-Kontrolle? &#8211; Politik &#8211; Deutschland &#8211; Handelsblatt.com</title>
		<link>http://infram.wordpress.com/2009/09/19/bundestag-bald-ohne-geheimdienst-kontrolle-politik-deutschland-handelsblatt-com/</link>
		<comments>http://infram.wordpress.com/2009/09/19/bundestag-bald-ohne-geheimdienst-kontrolle-politik-deutschland-handelsblatt-com/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:25:53 +0000</pubDate>
		<dc:creator>mascha</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[bundestag]]></category>
		<category><![CDATA[geheimdienst]]></category>
		<category><![CDATA[kontrolle]]></category>

		<guid isPermaLink="false">http://infram.wordpress.com/2009/09/19/bundestag-bald-ohne-geheimdienst-kontrolle-politik-deutschland-handelsblatt-com/</guid>
		<description><![CDATA[Bundestag bald ohne Geheimdienst-Kontrolle? &#8211; Politik &#8211; Deutschland &#8211; Handelsblatt.com
Posted in Misc Tagged: bundestag, geheimdienst, kontrolle      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=816&subd=infram&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.handelsblatt.com/politik/deutschland/bundestag-bald-ohne-geheimdienst-kontrolle;2457684">Bundestag bald ohne Geheimdienst-Kontrolle? &#8211; Politik &#8211; Deutschland &#8211; Handelsblatt.com</a></p>
Posted in Misc Tagged: bundestag, geheimdienst, kontrolle <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/infram.wordpress.com/816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/infram.wordpress.com/816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/infram.wordpress.com/816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/infram.wordpress.com/816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/infram.wordpress.com/816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/infram.wordpress.com/816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/infram.wordpress.com/816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/infram.wordpress.com/816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/infram.wordpress.com/816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/infram.wordpress.com/816/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=infram.wordpress.com&blog=979786&post=816&subd=infram&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://infram.wordpress.com/2009/09/19/bundestag-bald-ohne-geheimdienst-kontrolle-politik-deutschland-handelsblatt-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mascha</media:title>
		</media:content>
	</item>
	</channel>
</rss>