<?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>[Hut] under the [Sky].[Net]</title>
	<atom:link href="http://www.hutsky.cz/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hutsky.cz/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 06 Dec 2011 17:28:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Encrypt partition with dm-crypt</title>
		<link>http://www.hutsky.cz/blog/2011/11/encrypt-partition-with-dm-crypt/</link>
		<comments>http://www.hutsky.cz/blog/2011/11/encrypt-partition-with-dm-crypt/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 20:56:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=594</guid>
		<description><![CDATA[Ever wnated to have your external disk or USB stick encrypted? This is a way to get there on a Debian-based system using dm-crypt and LUKS. First, make sure dm-crypt module is loaded (see if /dev/mapper/ is present), and if not, load the module: modprobe dm-crypt Now you can use cryptsetup to encrypt your device [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/11/encrypt-partition-with-dm-crypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skyrim</title>
		<link>http://www.hutsky.cz/blog/2011/11/skyrim/</link>
		<comments>http://www.hutsky.cz/blog/2011/11/skyrim/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 20:34:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=616</guid>
		<description><![CDATA[My Skyrim assasin career so far]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/11/skyrim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a keyboard layout in LXDE</title>
		<link>http://www.hutsky.cz/blog/2011/11/add-a-keyboard-layout-in-lxde/</link>
		<comments>http://www.hutsky.cz/blog/2011/11/add-a-keyboard-layout-in-lxde/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 22:58:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[LXDE]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=607</guid>
		<description><![CDATA[Adding a secondary keyboard layout in LXDE proved to be tricky]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/11/add-a-keyboard-layout-in-lxde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python os.sytem() and Windows Program Files directory</title>
		<link>http://www.hutsky.cz/blog/2011/04/python-os-sytem-and-windows-program-files-directory/</link>
		<comments>http://www.hutsky.cz/blog/2011/04/python-os-sytem-and-windows-program-files-directory/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 16:11:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=573</guid>
		<description><![CDATA[I ran across a problem when trying to run a program located in &#8220;Program Files&#8221; directory from within a Python application using os.system(). It was obvious that the problem was caused by the space character in the name of the directory. I didn&#8217;t know how to solve the issue as I&#8217;m not proficient in Python [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/04/python-os-sytem-and-windows-program-files-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql &#8211; get names of columns and put them in an array</title>
		<link>http://www.hutsky.cz/blog/2011/03/mysql-get-names-of-columns-and-put-them-in-an-array/</link>
		<comments>http://www.hutsky.cz/blog/2011/03/mysql-get-names-of-columns-and-put-them-in-an-array/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 18:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web-related]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=517</guid>
		<description><![CDATA[Sometimes I need to get all the names of the columns in an sql table, most often to use the names of the columns as names of variables as it&#8217;s easier to use than simple $row[1], $row[2], etc. Let&#8217;s take this WordPress table &#8216;wp_comments&#8217; as an example: Field Type Null Key Default Extra comment_ID bigint(20) [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/03/mysql-get-names-of-columns-and-put-them-in-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4 and IE 9 &#8211; testing Javascript speed</title>
		<link>http://www.hutsky.cz/blog/2011/03/firefox-4-and-ie-9-testing-javascript-speed/</link>
		<comments>http://www.hutsky.cz/blog/2011/03/firefox-4-and-ie-9-testing-javascript-speed/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 19:53:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web-related]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=527</guid>
		<description><![CDATA[comparison of IE 9, FF 4, and Chrome from the Javascript performance point of view]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/03/firefox-4-and-ie-9-testing-javascript-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 6 is out &#8211; testing in Virtualbox</title>
		<link>http://www.hutsky.cz/blog/2011/03/debian-6-is-out-testing-in-virtualbox/</link>
		<comments>http://www.hutsky.cz/blog/2011/03/debian-6-is-out-testing-in-virtualbox/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 13:22:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=495</guid>
		<description><![CDATA[It&#8217;s been a while since Debian 6 got released. Now I found some spare time to check it out. Before I get to installing it on my home server, I decided to have a peek using Virtualbox. At first I encountered a problem while while loading the system after the installation. The startup process would [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2011/03/debian-6-is-out-testing-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag and drop to change position of elements</title>
		<link>http://www.hutsky.cz/blog/2010/06/drag-and-drop-to-change-position-of-elements/</link>
		<comments>http://www.hutsky.cz/blog/2010/06/drag-and-drop-to-change-position-of-elements/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:21:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=345</guid>
		<description><![CDATA[Long time ago, I was trying to figure out how to change position of items in a list. Let&#8217;s say there&#8217;s a list of product in an e-commerce solution and the user wants to choose what items go first and what go last. What I used back then was to create a simple form which [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2010/06/drag-and-drop-to-change-position-of-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Half-life 2: Episode Two</title>
		<link>http://www.hutsky.cz/blog/2010/06/half-life-2-episode-two/</link>
		<comments>http://www.hutsky.cz/blog/2010/06/half-life-2-episode-two/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 15:59:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General thoughts]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=347</guid>
		<description><![CDATA[To my great delight, I discovered that Half-life 2 is now available for something like 10 € nowadays. I know the game is quite old now, but I only played Episode One back then so I couldn&#8217;t resist to learn more about Episode Two. Even though it&#8217;s old, the graphics is still damn good when [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2010/06/half-life-2-episode-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change all tags to lowercase in VIM</title>
		<link>http://www.hutsky.cz/blog/2010/05/change-all-tags-to-lowercase-in-vim/</link>
		<comments>http://www.hutsky.cz/blog/2010/05/change-all-tags-to-lowercase-in-vim/#comments</comments>
		<pubDate>Sun, 30 May 2010 18:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General thoughts]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.hutsky.cz/blog/?p=327</guid>
		<description><![CDATA[Sometimes, you&#8217;ve got a whole chunk of HTML code that needs cleaning up a bit before you can use it. This week I got some materials in .doc format that had to be put on a website. There was so much of it that simple cut and paste was not possible. It would have been [...]]]></description>
		<wfw:commentRss>http://www.hutsky.cz/blog/2010/05/change-all-tags-to-lowercase-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

