<?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>Ken&#039;s Code Pit &#187; zito</title>
	<atom:link href="http://ken.ath.cx/kens_code_pit/tag/zito/feed/" rel="self" type="application/rss+xml" />
	<link>http://ken.ath.cx/kens_code_pit</link>
	<description>Spewing code in the wrong direction</description>
	<lastBuildDate>Sun, 27 Dec 2009 19:57:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Booting up my productivity</title>
		<link>http://ken.ath.cx/kens_code_pit/2009/08/10/booting-up-my-productivity/</link>
		<comments>http://ken.ath.cx/kens_code_pit/2009/08/10/booting-up-my-productivity/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 06:56:12 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[GPytage]]></category>
		<category><![CDATA[zito]]></category>

		<guid isPermaLink="false">http://ken.ath.cx/kens_code_pit/?p=246</guid>
		<description><![CDATA[So, I&#8217;ve lately not been blogging or generally doing anything other than being lazy. Now that the next semester of college is starting to ramp up in the near future I&#8217;ve decided to attempt to jump-start my productivity. The first step was updating my machines into a usable environment which meant clobbering portage blockers and [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve lately not been blogging or generally doing anything other than being lazy. Now that the next semester of college is starting to ramp up in the near future I&#8217;ve decided to attempt to jump-start my productivity. The first step was updating my machines into a usable environment which meant clobbering portage blockers and such until I had my world fully updated to the latest ~amd64 and my developer chroot to the latest stable amd64. The latter was a bit more work, with tons of perl blockages and fetch restricted packages on the java side. All in all not too bad, after a series of</p>

<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">emerge -avuD world --keep-going; revdep-rebuild; dispatch-conf</div></div>

<p>the chroot was sane again and ready for developer work. Now I can stop slacking so much and help squish some amd64 bugs. (<em>Also, why isn&#8217;t &#8211;keep-going default? Sigh, maybe I&#8217;ll just alias it along with nice and ionice.</em>)</p>

<p>Besides working on Gentoo I&#8217;ll be ramping development back up on my two pet projects: GPytage and Zito.</p>

<p>GPytage is currently undergoing a near complete rewrite to support recursive folders and file structures under</p>

<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/etc/portage/</div></div>

<p>. Currently reading in all the files and constructing the internal database is functional and so is a basic UI. Saving still needs to be reimplemented among a variety of other things. I plan to eventually redo all of the accelerator shortcuts into something more sane and to recode glade-based dialogs and windows into pure pygtk.</p>

<p>Zito is currently still in development and undergoing Internationalization refactoring. After that is done, some code tidying and perhaps UI changes are due. I&#8217;m still at a loss on how to actually package something like Zito being a java project. I know Ant can do it, but I&#8217;m still not exactly sure how to use Ant in the sense of coding a build and install file for it. Seems quite a pain setting up the XML file for Ant.</p>

<p>On a related note, I can say that I am fairly happy with bzr now. I used to be a large git supporter, but many git commands require extensive knowledge of syntax, flags to pass, and just isn&#8217;t as user friendly. Bzr I&#8217;ve found is very easy to work with and I have not had any problems with it so far. Most of my projects I&#8217;ve converted locally to bzr repositories. In my observation, Bzr knows what &#8220;the right thing to do&#8221; is most of the time and prevents most repository screwups.</p>
]]></content:encoded>
			<wfw:commentRss>http://ken.ath.cx/kens_code_pit/2009/08/10/booting-up-my-productivity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zito: GTK frontend to eix</title>
		<link>http://ken.ath.cx/kens_code_pit/2009/05/06/zito-gtk-frontend-to-eix/</link>
		<comments>http://ken.ath.cx/kens_code_pit/2009/05/06/zito-gtk-frontend-to-eix/#comments</comments>
		<pubDate>Thu, 07 May 2009 00:51:44 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java-gnome]]></category>
		<category><![CDATA[zito]]></category>

		<guid isPermaLink="false">http://ken.ath.cx/kens_code_pit/?p=191</guid>
		<description><![CDATA[Zito is my newest programming project. Zito is a GTK frontend to the popular eix search tool and is written in Java and Java-Gnome. It&#8217;s still in a heavily alpha stage but is coming along nicely. I have a TODO list but it doesn&#8217;t contain anywhere near the amount of things that actually still need [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://launchpad.net/zito">Zito</a> is my newest programming project. Zito is a GTK frontend to the popular eix search tool and is written in Java and <a href="http://java-gnome.sourceforge.net/4.0/">Java-Gnome</a>. It&#8217;s still in a heavily alpha stage but is coming along nicely. I have a <a href="http://bazaar.launchpad.net/~ken69267/zito/mainline/annotate/head%3A/TODO">TODO</a> list but it doesn&#8217;t contain anywhere near the amount of things that actually still need to be done. Basic searching and the presentation of the results is working.</p>

<p>Any recommendations would be appreciated at this point. Also, I suck massively at any kind of graphic design and Zito needs an icon. It would be <em>greatly</em> appreciated if someone contributed an icon. Currently Zito lacks a build system, so I don&#8217;t expect many people to jump on board and test it in its current alpha stage. Also this is the first time I&#8217;ve used launchpad and bzr for a public project, so I&#8217;m still trying to figure everything out.</p>

<p>Here&#8217;s a screenshot of Zito in action:</p>

<div id="attachment_199" class="wp-caption alignnone" style="width: 160px"><a href="http://ken.ath.cx/kens_code_pit/wp-content/uploads/2009/05/zito-alpha.png"><img src="http://ken.ath.cx/kens_code_pit/wp-content/uploads/2009/05/zito-alpha-150x150.png" alt="Zito: GTK frontend to eix" title="Zito Alpha" width="150" height="150" class="size-thumbnail wp-image-199" /></a><p class="wp-caption-text">Zito: GTK frontend to eix</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ken.ath.cx/kens_code_pit/2009/05/06/zito-gtk-frontend-to-eix/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
