<?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>nesiumdotcom</title>
	<atom:link href="http://www.nesium.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nesium.com/blog</link>
	<description>Domesticating robots since, well, quite a while</description>
	<pubDate>Sat, 28 Jun 2008 20:25:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Rename files with bash and regular expressions</title>
		<link>http://www.nesium.com/blog/2008/01/30/rename-files-with-bash-and-regular-expressions/</link>
		<comments>http://www.nesium.com/blog/2008/01/30/rename-files-with-bash-and-regular-expressions/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 17:38:26 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[One-Liner]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2008/01/30/rename-files-with-bash-and-regular-expressions/</guid>
		<description><![CDATA[




for i in *.*; do j=`echo $i &#124; sed 's/abc_\(.*\)\.jpg/def_\1.jpg/g'`; mv &#34;$i&#34; &#34;$j&#34;; done




Download this script


this example would rename the files abc_001.jpg, abc_002.jpg, ... to def_001.jpg, def_002.jpg ...
]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2008/01/30/rename-files-with-bash-and-regular-expressions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Convert images to swfs with JSFL</title>
		<link>http://www.nesium.com/blog/2007/12/11/convert-images-to-swfs-with-jsfl/</link>
		<comments>http://www.nesium.com/blog/2007/12/11/convert-images-to-swfs-with-jsfl/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 08:35:45 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/12/11/convert-images-to-swfs-with-jsfl/</guid>
		<description><![CDATA[One of the downsides of SWFMill (probably the only one) is, that it doesn't compress pngs, so things can get big pretty soon. If you need to convert a bunch of images into swfs and need transparency but compression, you can use the following script to achieve that by automating flash.






var version = '1.02';


var allowedFiletypes [...]]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/12/11/convert-images-to-swfs-with-jsfl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>inhale, exhale, vote, buy!</title>
		<link>http://www.nesium.com/blog/2007/09/18/inhale-exhale-vote-buy/</link>
		<comments>http://www.nesium.com/blog/2007/09/18/inhale-exhale-vote-buy/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 14:05:06 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/09/18/inhale-exhale-vote-buy/</guid>
		<description><![CDATA[
Yay! My wife's threadless submission is open for voting! So if you're a threadless user go and vote for her!
]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/09/18/inhale-exhale-vote-buy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash Remoting Tester with JSON Input</title>
		<link>http://www.nesium.com/blog/2007/08/15/flash-remoting-tester-with-json-input/</link>
		<comments>http://www.nesium.com/blog/2007/08/15/flash-remoting-tester-with-json-input/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 21:00:26 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/08/15/flash-remoting-tester-with-json-input/</guid>
		<description><![CDATA[Just a little tool, which may be helpful. A test application for remoting services.


Use it like this:

enter URL and ServiceName
click connect
enter methodname &#038; arguments in JSON file format (wrap all arguments in an array, eg. if you have two parameters a string and a boolean, it would look like this ["hello world", true])
click call
watch the [...]]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/08/15/flash-remoting-tester-with-json-input/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remove .svn files with bash</title>
		<link>http://www.nesium.com/blog/2007/05/27/remove-svn-files-with-bash/</link>
		<comments>http://www.nesium.com/blog/2007/05/27/remove-svn-files-with-bash/#comments</comments>
		<pubDate>Sun, 27 May 2007 13:41:23 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[One-Liner]]></category>

		<category><![CDATA[Real World Problems]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/05/27/remove-svn-files-with-bash/</guid>
		<description><![CDATA[Just a quick reminder, since I always forget this one ...





find . -name .svn -exec rm -rf &#123;&#125; \;




Download this script


]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/05/27/remove-svn-files-with-bash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hamtasc for Intel Macs</title>
		<link>http://www.nesium.com/blog/2007/04/26/hamtasc-for-intel-macs/</link>
		<comments>http://www.nesium.com/blog/2007/04/26/hamtasc-for-intel-macs/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 20:30:58 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

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

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/04/26/hamtasc-for-intel-macs/</guid>
		<description><![CDATA[Download
]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/04/26/hamtasc-for-intel-macs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open unread items from Vienna in your browser</title>
		<link>http://www.nesium.com/blog/2007/03/09/open-unread-items-from-vienna-in-your-browser/</link>
		<comments>http://www.nesium.com/blog/2007/03/09/open-unread-items-from-vienna-in-your-browser/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 20:20:16 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Real World Problems]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/03/09/open-unread-items-from-vienna-in-your-browser/</guid>
		<description><![CDATA[With this script you can open the unread items of a selected feed in Vienna in either Safari (on per tab) or your default browser. Additionally the script will mark all unread items as read in your selected feed.
Open Vienna, select your feed you want to read and run this script. If you're using Safari [...]]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/03/09/open-unread-items-from-vienna-in-your-browser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Update your Wordpress installation via Ant</title>
		<link>http://www.nesium.com/blog/2007/02/20/update-your-wordpress-installation-via-ant/</link>
		<comments>http://www.nesium.com/blog/2007/02/20/update-your-wordpress-installation-via-ant/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 16:35:13 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[Real World Problems]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/02/20/update-your-wordpress-installation-via-ant/</guid>
		<description><![CDATA[After toying a little with Ant I came up with this task ...]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/02/20/update-your-wordpress-installation-via-ant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delete files older than 30 days</title>
		<link>http://www.nesium.com/blog/2007/02/20/delete-files-older-than-30-days/</link>
		<comments>http://www.nesium.com/blog/2007/02/20/delete-files-older-than-30-days/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 23:00:57 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[One-Liner]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/02/20/delete-files-older-than-30-days/</guid>
		<description><![CDATA[This one will keep your temporary directories clean





#!/bin/bash





# deletes only files older than 30 days


find /path/to/tmpfolder/ -type f -mtime +30 &#124; xargs rm




Download this script


it recursively deletes files (not folders) older than 30 days
]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/02/20/delete-files-older-than-30-days/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lieber Blog.</title>
		<link>http://www.nesium.com/blog/2007/01/02/lieber-blog/</link>
		<comments>http://www.nesium.com/blog/2007/01/02/lieber-blog/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 02:54:17 +0000</pubDate>
		<dc:creator>Marc</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.nesium.com/blog/2007/01/02/lieber-blog/</guid>
		<description><![CDATA[Sleepless in Hamburg.

Heute mal was privates: Ich fasse mir gute Vorsätze und möchte meine Arbeitszeit reduzieren, damit sie nicht meine komplette Freizeit auffrisst. Natürlich mit dem Hintergrund, dass sie (die Arbeitszeit) niemals wieder so gering sein wird wie als Angestellter, aber das will ich ja so. Nun ja, alles was ich erstmal tun muss ist, [...]]]></description>
		<wfw:commentRss>http://www.nesium.com/blog/2007/01/02/lieber-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
