<?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>Karol Krizka &#187; Uncategorized</title>
	<atom:link href="http://www.krizka.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krizka.net</link>
	<description>A geek's view of the world...</description>
	<lastBuildDate>Wed, 30 Jun 2010 19:36:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Another Problem With Fingerprints And Linux: SSH and sudo</title>
		<link>http://www.krizka.net/2010/06/20/another-problem-with-fingerprints-and-linux-ssh-and-sudo/</link>
		<comments>http://www.krizka.net/2010/06/20/another-problem-with-fingerprints-and-linux-ssh-and-sudo/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 12:08:51 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/?p=1253</guid>
		<description><![CDATA[A few days ago I&#8217;ve managed to stumble across another problem with using fingerprint authentication on my X61 Tablet. The screenshot below summarizes it the best. If you run any command that asks you for your password over SSH, then it will ask you to swipe your finger. This is a problem because if you are SSH&#8217;ing [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p>A few days ago I&#8217;ve managed to stumble across another problem with using fingerprint authentication on my X61 Tablet. The screenshot below summarizes it the best.</p>
<p><img class="aligncenter size-full wp-image-1256" title="ssh-fingerprint" src="http://www.krizka.net/wp-content/uploads/2010/06/ssh-fingerprint.png" alt="" width="667" height="348" /></p>
<p>If you run any command that asks you for your password over SSH, then it will ask you to swipe your finger. This is a problem because if you are SSH&#8217;ing into your computer, then it most likely means that you are not physically present and so you cannot swipe your finger. The good news is that you don&#8217;t have to swipe your finger to actually login via SSH, so this isn&#8217;t as big of a problem. Only if you plan to use the <em>sudo</em> or <em>su</em> commands.</p>
<p>So what is the solution? I don&#8217;t think there is a good one. I did come up with a proposal for one, but it is not perfect since it doesn&#8217;t even work yet with my driver of choice (<a href="http://www.reactivated.net/fprint/wiki/Main_Page">fprint</a>). The best solution would be for the fingerprint driver to guess if it is being called from a remote machine or local machine, and fail based on that. However that is not possible yet. What I would propose instead is to prompt a user for a fingerprint, allow him to cancel it via a keyboard and then prompt him for a password.</p>
<p>This might not seem like a very good solution, since maybe you want your computer to be very secure and always want a biological identification. Asking for a password then defeats the purpose. If this is what you want, then I suggest you <a href="ftp://ftp.ccc.de/pub/documentation/Fingerabdruck_Hack/fingerabdruck.mpg">watch this video</a>. Fingerprints readers aren&#8217;t very secure and can be bypassed. I think the purpose of having a fingerprint reader is to provide a balance between security and practicality. Swiping a finger is much faster and easier than typing a long password. This is especially true when you are using a tablet and do not have access to a keyboard. And it is relatively secure, since an average person would not probably be able to bypass it. It does require a bit of work and equipment.</p>
<p>Before I begin, I will go over how the fingerprint drivers plug into the standard Linux authentication framework, <a href="http://en.wikipedia.org/wiki/Pluggable_Authentication_Modules">PAM</a>. This background information is not very throughout, since I have just learned it myself this morning. But it should give you enough knowledge to understand why this fingerprint problem is present and maybe to come up with alternate solutions. Please leave a comment if you do.</p>
<p>When a program wants to authenticate a user, it talks to PAM. PAM asks the program for a username and what <em>service</em> to authenticate for. The reason it asks for a service is that different services might have different rules for authentication. The rules for the service are stored in the file <em>/etc/pam.d/service-name</em>, where service-name is the name of the service. This file contains a list of rules, one rule per line. Comments start with the # symbol and are included. Each rule has the following syntax:</p>
<p><code>type control module</code></p>
<p>The <em>type</em> field is the type of the rule. There are different types. For example, the <em>auth</em> type is used to authenticate a user by prompting him for a password. The <em>control</em> field determines what action should be taken if the rule fails or succeeds. For example, a <em>required</em> control means that the rule must succeed for the user to be authenticated. On the other had, a <em>suffiecient</em> control means that if the rule succeed then the user is authenticated and if it fails, then the other rules will be tested. The <em>module</em> field is just a reference to which module will be used to test the rule. The <a href="http://linux.die.net/man/5/pam.d">pam.d manpage</a> contains a list of possible values for the <em>type</em> and <em>control</em> fields.</p>
<p>PAM starts by evaluating the rules in order. If the first rule tells it that the user is authenticated, then it finishes. If the first rule tells it that the user is not authenticated, then it proceeds to the next rule (or finishes) based on the value stored in the <em>control</em> field. A quirk is that a <em>required</em> rule is not always tested. For example, if the first rule is <em>sufficient</em>, then the user is authenticated whether any consequent <em>required</em> rules would fail or succeed.</p>
<p>If you followed <a href="http://www.krizka.net/2008/03/28/how-to-setup-fprint-for-fingerprint-authentication-on-ubuntu/">my tutorial</a> (or one of the many <a href="http://ubuntuforums.org/showthread.php?t=760018">countless</a> <a href="https://wiki.ubuntu.com/ThinkFinger">tutorials</a> <a href="http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader_with_ThinkFinger">on</a> <a href="http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader">the</a> <a href="http://www.krizka.net/2008/01/28/enabling-fingerprint-scanner-on-thinkpad-x61-running-ubuntu/">web</a>) to setup your finger print reader, then you added the following set of lines to the file /etc/pam.d/common-auth. This file is the set of rules that is included in almost every service defined in the same directory.</p>
<p><code>auth sufficient pam_fprint.so<br />auth required pam_unix.so nullok_secure</code></p>
<p>This means that PAM first asks for a fingerprint. If that fails (wrong finger, reader not present or hardware error&#8230;), then the first rule fails. Since the rule is only <em>sufficient</em>, then PAM proceeds to the next rule. The next rule is the rule for standard Unix password authentication. What I would like fprint to do is to fail (causing it to proceed to password prompt) if I hit a certain key. For example according to <a href="http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader#Configuring_pam">the ThinkWiki page, the properiaty bio_api driver already does this with the Ctrl+C key combination</a>. This way I could choose whether to use a fingerprint or proceed with typing in a password.</p>
<p>Of course, some people you use the keyboard more than the fingerprint reader. In that case, you can replace those two lines with the following.</p>
<p><code>auth sufficient pam_unix.so nullok_secure<br />auth required pam_fprint.so</code></p>
<p>This means &#8220;try password first, then fingerprint&#8221;. You can always cause the password prompt to fail by hitting Ctrl+C.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2010/06/20/another-problem-with-fingerprints-and-linux-ssh-and-sudo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GO CANADA GO!</title>
		<link>http://www.krizka.net/2010/02/28/go-canada-go/</link>
		<comments>http://www.krizka.net/2010/02/28/go-canada-go/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 00:14:32 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/?p=1139</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<div style="text-align: center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/uZWxErEbQkY&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/uZWxErEbQkY&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2010/02/28/go-canada-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://www.krizka.net/2009/12/25/merry-christmas-2/</link>
		<comments>http://www.krizka.net/2009/12/25/merry-christmas-2/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:53:28 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/?p=1036</guid>
		<description><![CDATA[Merry Christmas, and an even more merry Boxing Day tomorrow! But most importantly, take some time to remember that today (in Julian Calendar) is the birthday of a man without whom we wouldn&#8217;t have the world as we know it today. [Image Source: Wikipedia]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p><a href="http://www.krizka.net/wp-content/uploads/2009/12/225px-GodfreyKneller-IsaacNewton-1689.jpg"><img class="aligncenter size-full wp-image-1035" title="225px-GodfreyKneller-IsaacNewton-1689" src="http://www.krizka.net/wp-content/uploads/2009/12/225px-GodfreyKneller-IsaacNewton-1689.jpg" alt="" width="225" height="309" /></a></p>
<p>Merry Christmas, and an even more merry Boxing Day tomorrow! But most importantly, take some time to remember that today (in Julian Calendar) is the birthday of a man without whom we wouldn&#8217;t have the world as we know it today.</p>
<p>[Image Source: <a href="http://en.wikipedia.org/wiki/File:GodfreyKneller-IsaacNewton-1689.jpg">Wikipedia</a>]</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2009/12/25/merry-christmas-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Jailbreak iPod Touch to OS 3.0 With Linux And VirtualBox</title>
		<link>http://www.krizka.net/2009/08/25/how-to-jailbreak-ipod-touch-to-os-3-0-with-linux-and-virtualbox/</link>
		<comments>http://www.krizka.net/2009/08/25/how-to-jailbreak-ipod-touch-to-os-3-0-with-linux-and-virtualbox/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:23:11 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/?p=848</guid>
		<description><![CDATA[This is part two of the tutorial on installing iPhone OS 3.0 on an iPod Touch 2G using Linux and VirtualBox. In the previous tutorial, I described how to upgrade the firmware on the iPod using Apple&#8217;s iTunes application. This was a necessary step in jailbreaking the device, so make sure to follow it before [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p>This is part two of the tutorial on installing iPhone OS 3.0 on an iPod Touch 2G using Linux and VirtualBox. In the previous tutorial, I described how to <a href="http://www.krizka.net/2009/07/21/how-to-upgrade-iphoneipod-touch-to-os-3-0-with-linux-and-virtualbox/">upgrade the firmware on the iPod using Apple&#8217;s iTunes application</a>. This was a necessary step in jailbreaking the device, so make sure to follow it before starting this tutorial. I will assume that you did&#8230;</p>
<p>Note that there is also a reason why I did not include the iPhone in the title of this post. iPod Touch is jailbroken using redsn0w, which I understand is different from the application used to jailbreak an iPhone. Since I do not have an iPhone to test with, you are on your own.  So to reiterate, <strong>this tutorial only works with iPod Touch 2G</strong>!</p>
<p><strong>The Guide</strong></p>
<ol>
<li>Upgrade to iPhone OS 3.0</li>
<li>Connect your iPod to your computer via USB.</li>
<li>Fully shut off your iPod. This can be done by <em>holding the power button </em>and waiting until the message &#8220;<em>Slide to power off</em>&#8221; appears. Then slide the slider to turn off the iPod.</li>
<li>Download the latest RedSn0w, for which a link can always be found in the <a href="http://www.ipodtouchfans.com/forums/forumdisplay.php?f=172">iPod Touch Fans forum</a> or downloaded from <a href="http://thepiratebay.org/torrent/4989699/redsn0w-win_0.8.zip">the Pirate Bay</a>. As of writing this post, RedSn0w is at version 0.72</li>
<li>Unpack the downloaded ZIP file on your desktop and go into the extracted folder.</li>
<li><a href="http://www.krizka.net/wp-content/uploads/2009/07/ss13.png"><img class="aligncenter size-full wp-image-857" title="ss1" src="http://www.krizka.net/wp-content/uploads/2009/07/ss13.png" alt="ss1" width="800" height="600" /></a>Double click the redn0w.exe file to start the jailbreaking program.</li>
<li><a href="http://www.krizka.net/wp-content/uploads/2009/07/ss21.png"><img class="aligncenter size-full wp-image-858" title="ss2" src="http://www.krizka.net/wp-content/uploads/2009/07/ss21.png" alt="ss2" width="414" height="441" /></a>Click on the &#8220;Browse&#8221; button and find the 3.0 firmware package. It should be in the folder <em>C:\Users\%USER%\AppData\Roaming\Apple Computer\iTunes\iPod Software Updates </em></li>
<li><a href="http://www.krizka.net/wp-content/uploads/2009/07/ss3.PNG"><img class="aligncenter size-full wp-image-859" title="ss3" src="http://www.krizka.net/wp-content/uploads/2009/07/ss3.PNG" alt="ss3" width="414" height="441" /></a>Wait for RedSn0w to load the package. After it is done, the window should say &#8220;<em>IPSW successfully identified</em>&#8221; and the next button should be enabled.</li>
<li>Click the next button and wait for RedSn0w to download some data and patch the package.</li>
<li><a href="http://www.krizka.net/wp-content/uploads/2009/07/ss4.PNG"><img class="aligncenter size-full wp-image-860" title="ss4" src="http://www.krizka.net/wp-content/uploads/2009/07/ss4.PNG" alt="ss4" width="414" height="441" /></a>In the next page, make sure that <em>Install Cydia </em>is checked and <em>Install Icy </em>is <strong>NOT </strong>checked. Both Cydia and Icy are two very great applications that install jailbroken applications on your iPod, but RedSn0w 0.72 has a bug due to which installing both will result in both of them not working. It is recommended that you only install Cydia and use it to install the latest Icy.</li>
<li>Click next to continue.</li>
<li>Read the text (aka make sure your iPod is turned off and connected) and click next.</li>
<li>In the next page, you will get the instructions on how to put your iPod into DFU mode. Read and follow them. To summarize, you hold the power button for 3 seconds, then without releasing it, press the home button until the iPod screen turns black. Let go of the power button, but keep holding the home button. After you are in DFU mode, RedSn0w will continue.</li>
<li><a href="http://www.krizka.net/wp-content/uploads/2009/07/ss5.PNG"><img class="aligncenter size-full wp-image-861" title="ss5" src="http://www.krizka.net/wp-content/uploads/2009/07/ss5.PNG" alt="ss5" width="414" height="441" /></a>RedSn0w will start the jailbreaking process, but stop at &#8220;<em>Waiting for reboot</em>&#8220;. Don&#8217;t bother waiting, because that message will never change. What you have to do is right click on the USB Devices icon in the lower right corner of the VirtualBox window and click on the entry for your iPod. This will force VirtualBox to unregister the iPod and RedSn0w will automatically proceed with the jailbreak. VirtualBox might print out some error, but you can ignore it.</li>
<li>Wait for a few minutes&#8230;. In the meantime, your iPod will display the message &#8220;Downloading Jailbreak Data&#8230;&#8221;.</li>
<li><a href="http://www.krizka.net/wp-content/uploads/2009/07/ss6.PNG"><img class="aligncenter size-full wp-image-862" title="ss6" src="http://www.krizka.net/wp-content/uploads/2009/07/ss6.PNG" alt="ss6" width="414" height="441" /></a>Hit Finish. The rest of the jailbreak will happen on the iPod and so you can safely unplug the device and turn off VirtualBox.</li>
<li>Enjoy your jailbroken iPod!</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2009/08/25/how-to-jailbreak-ipod-touch-to-os-3-0-with-linux-and-virtualbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lego Indiana Jones</title>
		<link>http://www.krizka.net/2008/05/26/lego-indiana-jones/</link>
		<comments>http://www.krizka.net/2008/05/26/lego-indiana-jones/#comments</comments>
		<pubDate>Tue, 27 May 2008 02:09:12 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/?p=704</guid>
		<description><![CDATA[Well, at least the boulder is made out of lego&#8230;]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p style="text-align: center"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/VFGVzt7c5bY&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VFGVzt7c5bY&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Well, at least the boulder is made out of lego&#8230;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2008/05/26/lego-indiana-jones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Does Popcorn Cost So Much at the Movies?</title>
		<link>http://www.krizka.net/2008/02/25/why-does-popcorn-cost-so-much-at-the-movies/</link>
		<comments>http://www.krizka.net/2008/02/25/why-does-popcorn-cost-so-much-at-the-movies/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 05:35:28 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/2008/02/25/why-does-popcorn-cost-so-much-at-the-movies/</guid>
		<description><![CDATA[A short while ago PhyOrg run a story on the cost of popcorn in movie cinemas and the reason for the high price as given in a study by Wesley Hartmann Ricard Gil. After examining the revenue data of many theaters, they concluded the high concession prices are due to the fact that they allow [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p><img src="http://www.krizka.net/wp-content/uploads/2008/02/untitled.png" alt="untitled.png" /></p>
<p>A short while ago PhyOrg run a story on <a href="http://www.physorg.com/news122917253.html">the cost of popcorn in movie cinemas</a> and the reason for the high price as given in a study by <span name="intelliTxt" id="intelliTXT">Wesley Hartmann </span><span name="intelliTxt" id="intelliTXT">Ricard Gil. After examining the revenue data of many theaters, they concluded the high concession prices are due to the fact that they allow cheaper ticket prices. The logic for it is as follows: since there are many &#8220;diehard moviegoers&#8221;</span> who are willing to pay $5-$10 for a small bag of popcorn no matter what, the theaters can use this profit to &#8220;pay for&#8221; a portion of the ticket of the average person. This means that a wider audience will afford to go see a movie, which in turn results in even more revenue from advertisers and so on.</p>
<p>Seeing this study from the perspective of a consumer, it changes my opinion of the cinemas. Now I know they are not trying to create some kind of a concession monopoly on their premises, but instead they want to allow me to see more movies for a lower price. Since I do not purchase any food in the theatre anyways, I see it as a good thing.</p>
<p>How about you? Would you rather pay $10 for a ticket and $5 for popcorn or $15 for a ticket and a few cents for popcorn?</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2008/02/25/why-does-popcorn-cost-so-much-at-the-movies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>North American PSP Game Releases &#8211; Week Of January 6th</title>
		<link>http://www.krizka.net/2008/01/06/north-american-psp-game-releases-week-of-january-6th/</link>
		<comments>http://www.krizka.net/2008/01/06/north-american-psp-game-releases-week-of-january-6th/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 20:08:55 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/2008/01/06/north-american-psp-game-releases-week-of-january-6th/</guid>
		<description><![CDATA[The winter holiday is over and PSP game developers are starting to get back to work. This week there will be one game released, Harvey Birdman: Attorney at Law. This might be a great game for comic book fans. Also there have also been many more homebrew releases in the last week, which I will [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p>The winter holiday is over and PSP game developers are starting to get back to work. This week there will be one game released, Harvey Birdman: Attorney at Law. This might be a great game for comic book fans. Also there have also been many more homebrew releases in the last week, which I will blog about later.</p>
<p><strong>Harvey Birdman: Attorney at Law</strong><br />
<strong>Release Date:</strong> January 8, 2008<br />
<strong>Genre:</strong> Adventure<br />
Harvey Birdman Attorney at Law is primarily an interactive story that the player participates in, rather than a challenge-based game that needs to be won. Each case is a self-contained story, incorporating the characters, settings, and most importantly, the off-beat humor that Harvey Birdman fans have come to expect.</p>
<p>Over the course of the game, players must guide Harvey through a series of odd and comical cases. In order to prove his client’s innocence, Harvey must explore the scene of the crime, gather evidence, talk with other cartoon characters, occasionally have drinks with opposing council, and of course, tear holes &#8212; no matter how ridiculous &#8212; in the testimony provided by the witnesses for the prosecution.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2008/01/06/north-american-psp-game-releases-week-of-january-6th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Cheap 4GB Memory Stick for PSP</title>
		<link>http://www.krizka.net/2008/01/05/another-cheap-4gb-memory-stick-for-psp/</link>
		<comments>http://www.krizka.net/2008/01/05/another-cheap-4gb-memory-stick-for-psp/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 18:34:16 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[PSP]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/2008/01/05/another-cheap-4gb-memory-stick-for-psp/</guid>
		<description><![CDATA[On Boxing Day I blogged about the saving that Best Buy had on 4GB Sony Pro Duo memory sticks for your PSP. However that deal was only restricted to Canada, so those of you in other countries couldn&#8217;t get it. But not Frys.com has an even better deal, and they ship internationally! For $35 (plus [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p>On Boxing Day I blogged about the <a href="http://www.krizka.net/2007/12/26/cheap-4gb-memory-stick-for-psp/">saving that Best Buy had on 4GB Sony Pro Duo memory sticks for your PSP</a>. However that deal was only restricted to Canada, so those of you in other countries couldn&#8217;t get it. But not Frys.com has an even better deal, and they <a href="http://shop3.outpost.com/template/help/index/FE30/Service3/Assistance/Middle_Topics/A3InternationalShipping">ship internationally</a><!-- IF PRODUCT IS NEW -->! For $35 (plus shipping and other fees), you can get a <a href="http://shop3.outpost.com/product/5211767">4GB PLATINUM II LEXAR Pro Duo Memory Stick</a> that should fit into your PSP.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2008/01/05/another-cheap-4gb-memory-stick-for-psp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Twitter Account</title>
		<link>http://www.krizka.net/2007/12/23/my-twitter-account/</link>
		<comments>http://www.krizka.net/2007/12/23/my-twitter-account/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 08:24:14 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/2007/12/23/my-twitter-account/</guid>
		<description><![CDATA[I finally got a Twitter account! You can find my profile at kkrizka, so add me. I will look for a desktop twitter client tomorrow, but it would be great if there was one with the interface similar to gnome-blog. That way I can just drop down the dialogue, and update my status quickly.]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p>I finally got a Twitter account! You can find my profile at <a href="http://twitter.com/kkrizka">kkrizka</a>, so add me. <img src='http://www.krizka.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I will look for a desktop twitter client tomorrow, but it would be great if there was one with the interface similar to <a href="http://www.gnome.org/~seth/gnome-blog/">gnome-blog</a>. That way I can just drop down the dialogue, and update my status quickly.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2007/12/23/my-twitter-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhythmbox Almost Works With PSP</title>
		<link>http://www.krizka.net/2007/12/23/rhythmbox-almost-works-with-psp/</link>
		<comments>http://www.krizka.net/2007/12/23/rhythmbox-almost-works-with-psp/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 08:13:47 +0000</pubDate>
		<dc:creator>Karol Krizka</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.krizka.net/2007/12/23/rhythmbox-almost-works-with-psp/</guid>
		<description><![CDATA[Earlier today I blogged about how Rhythmbox claims that it supports PlayStation Portables. Well, I got to try it out when I got home, and this is what I found out. After connecting my PSP to the computer via the USB cable, Rhythmbox popped up and in the devices section, I saw a &#8220;Sony PSP [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody">
<p>Earlier today I blogged about <a href="http://www.krizka.net/2007/12/22/rhythmbox/">how Rhythmbox claims that it supports PlayStation Portables</a>. Well, I got to try it out when I got home, and this is what I found out. After connecting my PSP to the computer via the USB cable, Rhythmbox popped up and in the devices section, I saw a &#8220;Sony PSP Media Player&#8221;. The next step was to drag &#038; drop a song onto it and it started transferring it. I though great, and quickly disconnected the PSP. However there were no detected songs.</p>
<p>
Perplexed, I tried to figure out what the problem was. So I connected the PSP back to the computer and started snooping around the memory stick. It turns out that Rhythmbox copied the songs into the folder MUSIC/PSP/MUSIC. But PSP only looks into the MUSIC folder or one more folder in. I am sure that this is only a small typo in the code, and I will investigate further tomorrow morning.</p>
<p>
However I am happy to announce that Rhythmbox automatically transcoded the song into MP3, so I did not have to worry about getting the right file format.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.krizka.net/2007/12/23/rhythmbox-almost-works-with-psp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.111 seconds -->
