<?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>iRant</title>
	<atom:link href="http://blog.jploh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jploh.com</link>
	<description>I rant. I write about tech. I write about myself and my interests. I rant more. Write about tech again for a couple more words. Then rant more.</description>
	<pubDate>Sat, 20 Sep 2008 14:02:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Twittipy 0.2</title>
		<link>http://blog.jploh.com/2008/09/19/twittipy-02/</link>
		<comments>http://blog.jploh.com/2008/09/19/twittipy-02/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 23:14:10 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

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

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

		<category><![CDATA[foo, bar and h4xx1ng]]></category>

		<guid isPermaLink="false">http://blog.jploh.com/?p=857</guid>
		<description><![CDATA[I&#8217;m on a very brief break and hacked on my Twitter notifier for a couple of minutes. To tell you the truth, a couple of bugs have been ironed out a week after I posted the first version. It has been working so well, I didn&#8217;t bother playing around with the code.
Twittipy now prompts for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m on a very brief break and hacked on my Twitter notifier for a couple of minutes. To tell you the truth, a couple of bugs have been ironed out a week after I posted <a href="http://blog.jploh.com/2008/06/27/twittipy-a-pynotify-and-pycurl-experiment/" target="_blank">the first version</a>. It has been working so well, I didn&#8217;t bother playing around with the code.</p>
<p>Twittipy now prompts for your username and password. If you want it to save to the config file, just uncomment some of the lines. I&#8217;m not comfortable with the password saved in a file and I haven&#8217;t thought of a way to encrypt them. By the way, Pidgin saves passwords in plain text too. The login prompt is old code from a wxPython experiment some time ago (and it ain&#8217;t pretty).</p>
<p>After you get authenticated, an icon will appear in your system tray. To exit Twittipy, right-click on the icon.</p>
<p><a href="http://www.jploh.com/pub/2008/q3/twittipy_02.tar.gz" target="_blank">Download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/09/19/twittipy-02/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Install Wine 1.1.4 on Fedora 9 + Google Chrome Comments</title>
		<link>http://blog.jploh.com/2008/09/14/install-wine-114-on-fedora-9-google-chrome-comments/</link>
		<comments>http://blog.jploh.com/2008/09/14/install-wine-114-on-fedora-9-google-chrome-comments/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 10:41:56 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.jploh.com/?p=852</guid>
		<description><![CDATA[I love Wine! No offense to the GIMP folks but I still use Photoshop 7 and when I found out that it now works out of the box with Wine, it gained my trust. Here&#8217;s how to install Wine 1.1.4 on Fedora 9.

Check if you have wine installed.
$ rpm -qa &#124; grep wine
Uninstall the old [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.winehq.com/">Wine</a>! No offense to the GIMP folks but I still use Photoshop 7 and when I found out that it now works out of the box with Wine, it gained my trust. Here&#8217;s how to install Wine 1.1.4 on Fedora 9.</p>
<ol>
<li>Check if you have wine installed.<br />
<code>$ rpm -qa | grep wine</code></li>
<li>Uninstall the old version.<br />
<code>$ sudo yum -y remove wine</code></li>
<li>Download the latest build from <a href="http://koji.fedoraproject.org/koji/">Koji</a>. The following is the i386 build.<br />
<code>$ wget http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-twain-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-capi-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/src/wine-1.1.4-1.fc9.src.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-jack-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-nas-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-core-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-ldap-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-cms-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-cms-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-tools-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-desktop-1.1.4-1.fc9.i386.rpm \<br />
http://koji.fedoraproject.org/packages/wine/1.1.4/1.fc9/i386/wine-esd-1.1.4-1.fc9.i386.rpm</code></li>
<li>Install the RPMs.<br />
<code>$ sudo rpm -Uvh wine-*</code></li>
<li>Confirm installation.<br />
<code>$ rpm -qa | grep wine</code></li>
</ol>
<p>I upgraded to the lastest version of Wine just to get <a href="http://www.google.com/chrome">Google Chrome</a> running on Linux even if I already read that it&#8217;s slow and SSL support is absent. I followed <a href="www.myscienceisbetter.info/2008/09/install-google-chrome-on-linux-using-wine.html">this guide</a>.</p>
<p>I almost got it running but it was really slow (see screenshot below). I also have V8 compiled but when I tried to play around with it, I didn&#8217;t know what to do even with the interactive console.</p>
<p><a href="http://img174.imageshack.us/my.php?image=screenshot4ms2.png" target="_blank"><img src="http://img174.imageshack.us/img174/4812/screenshot4ms2.th.png" border="0" alt="Screenshot" /></a></p>
<p>My invaluable thoughts on Chrome:</p>
<ul>
<li>I think it&#8217;s great that it uses Webkit. Not really sure if it&#8217;s faster than Gecko but at least testing with Webkit is more fun now.</li>
<li>You can drag a tab in and out of the window. That&#8217;s cool but I couldn&#8217;t pin the window to stay on top.</li>
<li>The developer tools are almost as great as those provided by Firefox extensions (i.e. Firebug).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/09/14/install-wine-114-on-fedora-9-google-chrome-comments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Breaking The Silence</title>
		<link>http://blog.jploh.com/2008/09/14/breaking-the-silence/</link>
		<comments>http://blog.jploh.com/2008/09/14/breaking-the-silence/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 08:59:09 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[Techitude]]></category>

		<guid isPermaLink="false">http://blog.jploh.com/?p=851</guid>
		<description><![CDATA[Some people are starting to stalk (not follow) me on Twitter so I&#8217;m thinking of making my updates private. I&#8217;m not a selfish person so I&#8217;ll blog some of my tweets here.
SIPv4 - A commentary on the state of SIP
Philippine Web Design Conference (a WIP)
Sangoma U100 - A USB FXO for Asterisk. I&#8217;m getting one, [...]]]></description>
			<content:encoded><![CDATA[<p>Some people are starting to stalk (not follow) <a href="http://twitter.com/jploh">me on Twitter</a> so I&#8217;m thinking of making my updates private. I&#8217;m not a selfish person so I&#8217;ll blog some of my tweets here.</p>
<p><a href="http://tools.ietf.org/id/draft-kaplan-sip-four-oh-00.txt">SIPv4</a> - A commentary on the state of SIP</p>
<p><a href="http://stellify.net/we-want-a-philippine-web-design-conference-so-were-planning-one/">Philippine Web Design Conference (a WIP)</a></p>
<p><a href="http://wiki.sangoma.com/sangoma-wanpipe-usbfxo">Sangoma U100</a> - A USB FXO for <a href="http://www.asterisk.org/">Asterisk</a>. I&#8217;m getting one, thanks to <a href="http://mark.quitoriano.org/">Mark Q</a>. [<a href="http://twinkle.s3.amazonaws.com/status_918695687.jpg">pic</a>]</p>
<p><a href="http://koji.fedoraproject.org/koji/">Koji</a> - package builder for <a href="http://www.fedoraproject.org/">Fedora</a></p>
<p><a href="http://developer.berlios.de/projects/cairo-dock/">Cairo-Dock</a> - giving in to using this dock so my windows minimize to it only because I can&#8217;t configure my XFCE task list to expand. I want to configure it so that the icons highlight when hovering over the icons. Right now it zooms in.</p>
<p><a href="http://www.amorsoloretro.com/">His Art, Our Heart: The Amorsolo Retrospective</a> - just a plug on what I worked on recently. I&#8217;ve fallen in love with <a href="http://www.mootools.net/">mootools</a> and this is coming from someone who always loathed frameworks.<br />
<strong>Credits:</strong><br />
Art Director: David Guerrero, Dino Cabrera, <a href="http://www.guadakomeda.com/">Guadakomeda</a>, <a href="http://www.empyreanlives.com/">Leah Mababangloob</a><br />
Logo Design: Bixie Reyes, Gino Caoile<br />
Copywriter: Racquel Narciso, Pia Roxas, Maan Agsalud<br />
Accounts: Cels Esguerra, Mads De Guzman, Karen Go<br />
Developers: <a href="http://www.billano.com/">Dennis Billano</a>, JP Loh</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/09/14/breaking-the-silence/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Feed Domo!!</title>
		<link>http://blog.jploh.com/2008/08/11/feed-domo/</link>
		<comments>http://blog.jploh.com/2008/08/11/feed-domo/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 17:30:58 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.jploh.com/?p=850</guid>
		<description><![CDATA[
Kitteh - Domo nom nom by Migs Ambo. That&#8217;s my favorite. Followed by Siopao.
There&#8217;s something with Domo&#8217;s innocent eyes and sharp incisors that captivates me. This is like a sweet little mix of lolcats, comic strips and, err, candy? Brilliant work, Migs!
]]></description>
			<content:encoded><![CDATA[<p><img src="http://img176.imageshack.us/img176/1240/screenshot1nd1.png" alt="Kitteh. Nom nom nom.." /></p>
<p><a href="http://domonomnom.tumblr.com/post/45006578/kitteh-nom-nom-nom" target="_blank">Kitteh</a> - <a href="http://domonomnom.tumblr.com/" target="_blank">Domo nom nom</a> by <a href="http://migsambo.tumblr.com/" target="_blank">Migs Ambo</a>. That&#8217;s my favorite. Followed by <a href="http://domonomnom.tumblr.com/post/44938506/siopao-nom-nom-nom" target="_blank">Siopao</a>.</p>
<p>There&#8217;s something with Domo&#8217;s innocent eyes and sharp incisors that captivates me. This is like a sweet little mix of lolcats, comic strips and, err, candy? Brilliant work, Migs!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/08/11/feed-domo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>dancedroop</title>
		<link>http://blog.jploh.com/2008/07/21/dancedroop/</link>
		<comments>http://blog.jploh.com/2008/07/21/dancedroop/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 09:15:57 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[DLS-Canlubang]]></category>

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

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

		<guid isPermaLink="false">http://blog.jploh.com/?p=849</guid>
		<description><![CDATA[I got tipped that rumors are spreading that I know who Mary Jane (the person behind the dancedroop Multiply account) is. Wow. I am flattered. People think that we, Pat and I, traced the real person behind all the scandalous blog entries.
Unfortunately, I am not like the computer hackers that you would see in the [...]]]></description>
			<content:encoded><![CDATA[<p>I got tipped that rumors are spreading that I know who Mary Jane (the person behind the dancedroop <a href="http://www.multiply.com/" target="_blank">Multiply</a> account) is. Wow. I am flattered. People think that we, Pat and I, traced the real person behind all the scandalous blog entries.</p>
<p>Unfortunately, I am not like the computer hackers that you would see in the movies. During weekdays [and nights], I am nothing but a corporate slave where I am forced to randomly type gibberish on the keyboard.</p>
<p>Weekends are also spent in front of the computer but chatting with friends that I met on the Internet and waiting for content to be cached by Google. I have no real social life and no girlfriend.</p>
<p>I do not crack into servers during my free time. I can&#8217;t. I can&#8217;t because I do not know how. I am not even close to becoming a script kiddie. What more with tracing the person behind the content cached by Google?</p>
<p>I can&#8217;t see the world where Japanese characters stream down like Neo does in The Matrix but if the lights in your room start flickering while you read this, I may have found a way how to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/07/21/dancedroop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mary Jane</title>
		<link>http://blog.jploh.com/2008/07/12/mary-jane/</link>
		<comments>http://blog.jploh.com/2008/07/12/mary-jane/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 07:40:27 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[DLS-Canlubang]]></category>

		<guid isPermaLink="false">http://blog.jploh.com/?p=847</guid>
		<description><![CDATA[Who the hell are you? I want to meet you in person! I&#8217;m your newest fan!!
You resisted the brainwashing waves of the La Sallian force by writing these interesting blog entries. You are not another moist robot produced by the La Sallian enterprise! You stand out among the crowd. Bold. Very bold.
I used to write [...]]]></description>
			<content:encoded><![CDATA[<p>Who the hell are you? I want to meet you in person! I&#8217;m your newest fan!!</p>
<p>You resisted the brainwashing waves of the La Sallian force by writing these interesting blog entries. You are not another moist robot produced by the La Sallian enterprise! You stand out among the crowd. Bold. Very bold.</p>
<p>I used to write my frustrations with DLS-C on this blog, too. Sir Joel gave me wise advise to avoid these kind of things. It&#8217;s a lot of trouble and there are ways to resolve the conflicts that you have. Well, sort of. If you can&#8217;t, just let it slide <i>dahil ang pikon ay talo</i>.</p>
<p>I love the fact that <s>DLS-C students</s> <i>Canlubangers</i> are very proficient in Filipino.</p>
<p>&#8220;The Internet never forgets&#8221;, as Sir Joel always said. I&#8217;m mirroring your <i>obra maestra</i>. Many thanks to Pat for the lead.</p>
<ul>
<li><a href="http://www.jploh.com/pub/2008/q3/dancedroop/LOOKATUS-DiskriminasyonnaKungDiskri.html">Diskriminasyon na Kung Diskriminasyon</a></li>
<li><a href="http://www.jploh.com/pub/2008/q3/dancedroop/LOOKATUS-GahamsaKapangyarihan.html">Gaham sa Kapangyarihan</a></li>
<li><a href="http://www.jploh.com/pub/2008/q3/dancedroop/LOOKATUS-IbaTalagaangUgali.html">Iba Talaga ang Ugali</a></li>
<li><a href="http://www.jploh.com/pub/2008/q3/dancedroop/LOOKATUS-MaliitangPerpektongMundoKu.html">Maliit ang Perpektong Mundo Kung Saan Bilib Sa Kanya Ang Mga Tao</a></li>
<li><a href="http://www.jploh.com/pub/2008/q3/dancedroop/LOOKATUS-NingasKugon.html">Ningas Kugon</a></li>
<li><a href="http://www.jploh.com/pub/2008/q3/dancedroop/LOOKATUS-ParangAsongSunudsunuran.html">Parang Asong Sunudsunuran</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/07/12/mary-jane/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pidgin: Invisible Buddies + Some Thinking</title>
		<link>http://blog.jploh.com/2008/07/11/pidgin-invisible-buddies-some-thinking/</link>
		<comments>http://blog.jploh.com/2008/07/11/pidgin-invisible-buddies-some-thinking/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 04:23:07 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[DLS-Canlubang]]></category>

		<category><![CDATA[Muzak, Art or Film]]></category>

		<category><![CDATA[Open Source]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.jploh.com/?p=846</guid>
		<description><![CDATA[
This is me amused with little things.
On a side-note, I think it&#8217;s about time to get a new laptop. It&#8217;s not that my current laptop needs more juice. It works just fine for my needs and brought me great fortune in the past 4 years from college requirements to enterprise software.
Fedora 7 just reached its [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img524.imageshack.us/img524/3650/imbisibolhw2.png" alt="Pidgin: Invisible Buddies" /></p>
<p>This is me amused with little things.</p>
<p>On a side-note, I think it&#8217;s about time to get a new laptop. It&#8217;s not that my current laptop needs more juice. It works just fine for my needs and brought me great fortune in the past 4 years from college requirements to enterprise software.</p>
<p>Fedora 7 just reached its end of life and I get this OCD that I have outdated software. With the urge to upgrade but no place to backup my files (strange, all of my drives are full), I think a new laptop is the answer.</p>
<p>An extra hard disk would be a lot cheaper but I&#8217;m weighing the extra convenience that I&#8217;ll get with a more modern laptop. For instance, if I had a newer wireless card with 802.11g (yes, my laptop is 802.11b!), I&#8217;ll be using drivers with WPA support and higher transfer rates. With a DVD combo drive (vs a CD-<strong><i>ROM</i></strong> drive), better RAM, graphics card, and processor, makes me convinced that it&#8217;s, err, about time.</p>
<p>I&#8217;ll be getting an HP/Compaq because all of our laptops at home that carry the same brand are still alive. Also, it won&#8217;t be anything fancy. Just a boring normal laptop and it won&#8217;t be a tablet like I wished before. The TX2000 and TX2500 are available locally though.</p>
<p>There will be one busy weekend soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/07/11/pidgin-invisible-buddies-some-thinking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twittipy: A pynotify and pycurl experiment</title>
		<link>http://blog.jploh.com/2008/06/27/twittipy-a-pynotify-and-pycurl-experiment/</link>
		<comments>http://blog.jploh.com/2008/06/27/twittipy-a-pynotify-and-pycurl-experiment/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 06:03:47 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

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

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

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

		<category><![CDATA[foo, bar and h4xx1ng]]></category>

		<guid isPermaLink="false">http://blog.jploh.com/?p=845</guid>
		<description><![CDATA[It&#8217;s been a drag since Twitter IM went down. I had a very brief &#8220;play&#8221; time the other night that gave birth to Twittipy. It&#8217;s a Twitter notifier written in python with pynotify and pycurl.
Running Twittipy

Create a configuration file in your home directory (~/.twittipy)
Set your Twitter username/email and password in the configuration file.
Example:
[general]
username = johnsmith
password [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a drag since Twitter IM went down. I had a very brief &#8220;play&#8221; time the other night that gave birth to Twittipy. It&#8217;s a Twitter notifier written in python with pynotify and <a href="http://pycurl.sourceforge.net/" target="_blank">pycurl</a>.</p>
<h3>Running Twittipy</h3>
<ol>
<li>Create a configuration file in your home directory (<code>~/.twittipy</code>)</li>
<li>Set your Twitter username/email and password in the configuration file.<br />
<strong>Example:</strong><br />
<code>[general]<br />
username = johnsmith<br />
password = unhackable</code></li>
<li>Make Twittipy executable<br />
<code>$ chmod u+x twittipy.py</code></li>
<li>Fire it up!<br />
<code>$ ./twittipy.py &#038;</code></li>
</ol>
<p>Twittipy requires Python 2.5, pycurl and pynotify. If it complains of missing modules, you probably didn&#8217;t meet the requirements.</p>
<h3>Roadmap</h3>
<p>I did some googling and found other stuff to try that could improve Twittipy.</p>
<ul>
<li>Port for other platforms (Windows with pywin32 and KDE via wxPython)</li>
<li>Icon at the notification area or system tray (via wxPython)</li>
<li>Encrypt or obfuscate password in config file and/or if password is not found in the config file, prompt and store in memory.</li>
<li>Make use of the other methods of the <a href="http://twitter.com/help/api" target="_blank">Twitter API</a>.</p>
</ul>
<p><a href="http://www.jploh.com/pub/2008/q3/twittipy.py" target="_blank">Download it here</a>. There are two more options in the config file, <code>update_interval</code> and <code>last_update</code>. The former defaults to 4 minutes and the latter to the current time.</p>
<p>I&#8217;m quite satisfied with it. The notifications of pynotify are less obtrusive than an IM message. There&#8217;s one noticeable quirk where a tweet repeats. We&#8217;ll fix that for the next release.</p>
<p>Comments are welcome and please check out <a href="https://launchpad.net/tweetypy" target="_blank">tweetyPy</a> as well (not mine but also an academic project).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/06/27/twittipy-a-pynotify-and-pycurl-experiment/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finch</title>
		<link>http://blog.jploh.com/2008/06/11/finch/</link>
		<comments>http://blog.jploh.com/2008/06/11/finch/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 06:30:27 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.jploh.com/?p=844</guid>
		<description><![CDATA[Pidgin kept crashing when I tried tunneling through a remote machine. After minutes of googling around, I found Finch, a command-line version of Pidgin! It used to be called Gaim-text. Really cool!

]]></description>
			<content:encoded><![CDATA[<p>Pidgin kept crashing when I tried tunneling through a remote machine. After minutes of googling around, I found Finch, a command-line version of Pidgin! It used to be called Gaim-text. Really cool!</p>
<p><img src="http://img515.imageshack.us/img515/8276/finchuj5.png" alt="Finch" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/06/11/finch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I need a new hard drive for&#8230;</title>
		<link>http://blog.jploh.com/2008/05/25/i-need-a-new-hard-drive-for/</link>
		<comments>http://blog.jploh.com/2008/05/25/i-need-a-new-hard-drive-for/#comments</comments>
		<pubDate>Sun, 25 May 2008 13:50:32 +0000</pubDate>
		<dc:creator>jploh</dc:creator>
		
		<category><![CDATA[Geektraptions]]></category>

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

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

		<guid isPermaLink="false">http://blog.jploh.com/?p=842</guid>
		<description><![CDATA[
a temporary image of my laptop&#8217;s drive (no space but need to clean up with a fresh install)
компютри втора употреба
another storage media for my MP3s (my iPod is acting up)

On a side note, any comments on the &#8220;modern&#8221; Winamp version? I&#8217;m thinking of using its library features. Since my media &#8220;server&#8221; back at home was [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>a temporary image of my laptop&#8217;s drive (no space but need to clean up with a fresh install)</li>
<p><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://kvantservice.com/">компютри втора употреба</a></font></p>
<li>another storage media for my MP3s (my iPod is acting up)</li>
</ul>
<p>On a side note, any comments on the &#8220;modern&#8221; Winamp version? I&#8217;m thinking of using its library features. Since my media &#8220;server&#8221; back at home was decommissioned, I&#8217;ve been having problems with my muzak itches.</p>
<p>Another side note, is there a portable music player out there that has a &ge;60GB flash drive? I might&#8217;ve dropped my iPod too many times. A fancy UI is the least of my concerns.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jploh.com/2008/05/25/i-need-a-new-hard-drive-for/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
