<?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/"
	>

<channel>
	<title>asmw.de &#187; Uncategorized</title>
	<atom:link href="http://asmw.de/?feed=rss2&#038;cat=1" rel="self" type="application/rss+xml" />
	<link>http://asmw.de</link>
	<description>...assembling words</description>
	<lastBuildDate>Mon, 16 Aug 2010 20:39:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Green Beret</title>
		<link>http://asmw.de/?p=166</link>
		<comments>http://asmw.de/?p=166#comments</comments>
		<pubDate>Mon, 09 Aug 2010 16:03:23 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=166</guid>
		<description><![CDATA[<p>My cat has one, does yours?
</p>
]]></description>
			<content:encoded><![CDATA[<p>My cat has one, does yours?<br />
<a href="http://asmw.de/wp-uploads/2010/08/mara.jpg"><img src="http://asmw.de/wp-uploads/2010/08/mara-300x224.jpg" alt="" title="mara" width="300" height="224" class="alignnone size-medium wp-image-165" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=166</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Phing Thing</title>
		<link>http://asmw.de/?p=153</link>
		<comments>http://asmw.de/?p=153#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:40:20 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[own_good]]></category>
		<category><![CDATA[phing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[too_smart]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=153</guid>
		<description><![CDATA[<p>Try this in phing:</p>
<p>&#60;?xml version="1.0"?&#62;
&#60;project name="tartest" default="tartest" basedir="."&#62;
&#60;target name="tartest"&#62;
&#60;mkdir dir="tartest"/&#62;
&#60;touch file="tartest/test.txt"/&#62;
&#60;touch file="tartest/test.__txt"/&#62;
&#60;touch file="tartest/test__.txt"/&#62;
&#60;touch file="tartest/test_._txt"/&#62;
&#60;tar destfile="tartest.tar" basedir="tartest" /&#62;
&#60;/target&#62;
&#60;/project&#62;
﻿</p>
<p>I would have expected it to actually DO pack the whole directory.</p>
<p>This works:

...
&#60;tar destfile="tartest.tar"&#62;
&#60;fileset dir="tartest" defaultexcludes="false"&#62;
&#60;include name="**/**" /&#62;
&#60;/fileset&#62;
&#60;/tar&#62;
...</p>
<p>It&#8217;s the same for zip archives.</p>
]]></description>
			<content:encoded><![CDATA[<p>Try this in <a title="Phing, antsy php" href="http://phing.info">phing</a>:</p>
<p><code>&lt;?xml version="1.0"?&gt;<br />
&lt;project name="tartest" default="tartest" basedir="."&gt;<br />
&lt;target name="tartest"&gt;<br />
&lt;mkdir dir="tartest"/&gt;<br />
&lt;touch file="tartest/test.txt"/&gt;<br />
&lt;touch file="tartest/test.__txt"/&gt;<br />
&lt;touch file="tartest/test__.txt"/&gt;<br />
&lt;touch file="tartest/test_._txt"/&gt;<br />
&lt;tar destfile="tartest.tar" basedir="tartest" /&gt;<br />
&lt;/target&gt;<br />
&lt;/project&gt;<br />
﻿</code></p>
<p>I would have expected it to actually DO pack the whole directory.</p>
<p>This works:<br />
<code><br />
...<br />
&lt;tar destfile="tartest.tar"&gt;<br />
&lt;fileset dir="tartest" defaultexcludes="false"&gt;<br />
&lt;include name="**/**" /&gt;<br />
&lt;/fileset&gt;<br />
&lt;/tar&gt;<br />
...</code></p>
<p>It&#8217;s the same for zip archives.</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=153</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>don&#8217;t unclutter dwm</title>
		<link>http://asmw.de/?p=148</link>
		<comments>http://asmw.de/?p=148#comments</comments>
		<pubDate>Tue, 29 Dec 2009 12:36:04 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dwm]]></category>
		<category><![CDATA[unclutter]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=148</guid>
		<description><![CDATA[<p>It doesn&#8217;t like it. Unclutter is a little program which hides your mouse pointer if it idles.</p>
]]></description>
			<content:encoded><![CDATA[<p>It doesn&#8217;t like it. Unclutter is a little program which hides your mouse pointer if it idles.</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vimrc</title>
		<link>http://asmw.de/?p=139</link>
		<comments>http://asmw.de/?p=139#comments</comments>
		<pubDate>Tue, 15 Dec 2009 07:58:56 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nerdcore]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=139</guid>
		<description><![CDATA[<p>I had uploaded my favorite vimrc somewhere, but I forgot where&#8230;</p>
<p>This is mostly for my reference and not the final product: vimrc</p>
]]></description>
			<content:encoded><![CDATA[<p>I had uploaded my favorite vimrc somewhere, but I forgot where&#8230;</p>
<p>This is mostly for my reference and not the final product: <a href="http://asmw.de/wp-uploads/2009/12/vimrc.txt">vimrc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=139</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not a NaN&#8230;</title>
		<link>http://asmw.de/?p=130</link>
		<comments>http://asmw.de/?p=130#comments</comments>
		<pubDate>Tue, 10 Nov 2009 19:12:26 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[NaN]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=130</guid>
		<description><![CDATA[<p>I tried to copy a mysql database with several gigabytes of data and suddenly the receiving end chokes on a &#8216;nan&#8217;.</p>
<p>Nani?</p>
<p>Well apparently earlier versions of mysql supported &#8216;nan&#8217; and &#8216;inf&#8217; as valid float values but newer versions don&#8217;t as they abide by the SQL standard which states:</p>
<p>&#8216;Thou shalt not NaN&#8217;</p>
<p>And thus it&#8217;s in the data [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to copy a mysql database with several gigabytes of data and suddenly the receiving end chokes on a &#8216;nan&#8217;.</p>
<p>Nani?</p>
<p>Well apparently earlier versions of mysql supported &#8216;nan&#8217; and &#8216;inf&#8217; as valid float values but newer versions don&#8217;t as they abide by the SQL standard which states:</p>
<p>&#8216;Thou shalt not NaN&#8217;</p>
<p>And thus it&#8217;s in the data but it won&#8217;t go into the new database.<br />
Suckage ensues&#8230;</p>
<p>So how do you find all those NaNs to make them something useful again?</p>
<p>Magic!</p>
<p><code>SELECT * FROM `table` WHERE `value` > 3e+40</code></p>
<p>If i understood it correctly 3e+40 is larger than maxFloat but NaN wins the comparison. The same can be used to replace all those values with something valid.</p>
<p>Yay!<br />
Go nuts.</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selesai</title>
		<link>http://asmw.de/?p=85</link>
		<comments>http://asmw.de/?p=85#comments</comments>
		<pubDate>Mon, 14 Sep 2009 13:39:36 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[diplom]]></category>
		<category><![CDATA[fertig]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=85</guid>
		<description><![CDATA[<p>The &#8216;get your diploma&#8217; spam is now irrevelant to my interests.</p>
]]></description>
			<content:encoded><![CDATA[<p>The &#8216;get your diploma&#8217; spam is now irrevelant to my interests.</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>golem.de works like a charm</title>
		<link>http://asmw.de/?p=74</link>
		<comments>http://asmw.de/?p=74#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:26:45 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[charm]]></category>
		<category><![CDATA[golem.de]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=74</guid>
		<description><![CDATA[<p>Two things before I get back to learning.</p>
<p>1) I have been enticed by the Nokia N900.
I&#8217;m still not convinced it will deliver the kind of freedom I want,
but it&#8217;s apparently a damn nice toy.</p>
<p>So there I was, ready to be impressed by an article about the N900 on golem.de
when I realized that I could not [...]]]></description>
			<content:encoded><![CDATA[<p>Two things before I get back to learning.</p>
<p>1) I have been enticed by the Nokia N900.<br />
I&#8217;m still not convinced it will deliver the kind of freedom I want,<br />
but it&#8217;s apparently a damn nice toy.</p>
<p>So there I was, ready to be impressed by an article about the N900 on golem.de<br />
when I realized that I could not watch the video.</p>
<p>One thing I _hate_ about the &#8216;Web 2.0&#8242; is the fact that _everyone_ is using Flash video players.<br />
I have a video player on my machine, thank you very much, and it performs much better<br />
than anything a browser-plugin could ever deliver.</p>
<p>So what did I do?</p>
<p>This: <a href="http://userscripts.org/scripts/show/57038">http://userscripts.org/scripts/show/57038</a></p>
<p>2) Most of the things I do with a computer nowadays include a console.<br />
Now blogging is one of them: <a href="http://ljcharm.sourceforge.net/">http://ljcharm.sourceforge.net/</a></p>
<p>UPDATE: I use txt2html &#8211;extract to markup posts</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=74</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8230;aaaand back to learning&#8230;</title>
		<link>http://asmw.de/?p=62</link>
		<comments>http://asmw.de/?p=62#comments</comments>
		<pubDate>Tue, 01 Sep 2009 11:49:26 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=62</guid>
		<description><![CDATA[<p>this is from real hardware&#8230; now back to HL7, DICOM and friends&#8230;</p>
]]></description>
			<content:encoded><![CDATA[<p>this is from real hardware&#8230; now back to HL7, DICOM and friends&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kablog goes antenna</title>
		<link>http://asmw.de/?p=61</link>
		<comments>http://asmw.de/?p=61#comments</comments>
		<pubDate>Tue, 01 Sep 2009 11:36:13 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=61</guid>
		<description><![CDATA[<p>This post was written using kablog from within the SUN WTK emulator. This particular version of kablog was compiled using ant and antenna. Yay. Inserting links is a PITA, so you&#8217;ll have to google ant, antenna and the sun wtk for now  </p>
]]></description>
			<content:encoded><![CDATA[<p>This post was written using kablog from within the <a href="http://java.sun.com/products/sjwtoolkit">SUN WTK</a> emulator. This particular version of <a href="http://sourceforge.net/projects/kablog-j2me/">kablog</a> was compiled using <a href="http://ant.apache.org/">ant</a> and <a href="http://antenna.sourceforge.net">antenna</a>. Yay. <del datetime="2009-09-01T11:36:53+00:00">Inserting links is a PITA, so you&#8217;ll have to google ant, antenna and the sun wtk for now <img src='http://asmw.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </del></p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Tripwire</title>
		<link>http://asmw.de/?p=60</link>
		<comments>http://asmw.de/?p=60#comments</comments>
		<pubDate>Sun, 30 Aug 2009 10:24:00 +0000</pubDate>
		<dc:creator>medha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://asmw.de/?p=60</guid>
		<description><![CDATA[<p>I want a tool for my mobile phone which takes GPS coordinates and alerts me when I get close.</p>
]]></description>
			<content:encoded><![CDATA[<p>I want a tool for my mobile phone which takes GPS coordinates and alerts me when I get close.</p>
]]></content:encoded>
			<wfw:commentRss>http://asmw.de/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
