<?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>Web Buffet</title>
	<atom:link href="http://alec.scriptkitty.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://alec.scriptkitty.com/blog</link>
	<description>Natterings of an SA</description>
	<pubDate>Sat, 17 May 2008 17:52:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Growing Pains: Part Deux</title>
		<link>http://alec.scriptkitty.com/blog/2008/05/13/growing-pains-part-deux/</link>
		<comments>http://alec.scriptkitty.com/blog/2008/05/13/growing-pains-part-deux/#comments</comments>
		<pubDate>Tue, 13 May 2008 11:04:04 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Essays On Life]]></category>

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

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/?p=65</guid>
		<description><![CDATA[Alon Bl has left the project (the mail hasn&#8217;t hit archives.gentoo.org or I&#8217;d link you).  In his resignation he stated that he had problems with other developers and that was a big part of his leaving.  He talks about a lack of leadership, of goals, and of user experience; of good developers leaving, [...]]]></description>
			<content:encoded><![CDATA[<p>Alon Bl has left the project (the mail hasn&#8217;t hit archives.gentoo.org or I&#8217;d link you).  In his resignation he stated that he had problems with other developers and that was a big part of his leaving.  He talks about a lack of leadership, of goals, and of user experience; of good developers leaving, and many other things.</p>
<p>First off, sorry to see you go Alon and I appreciate the work you did for Gentoo.</p>
<p>I empathize with your views that you expressed in your mail.  These are difficult problems and it is not a quick change to fix them and you (nor I) may not agree with the solution.  I think Gentoo has many goals; however they are poorly expressed and because of that there is no way to essentially &#8216;meet&#8217; them.</p>
<p>The problem we previously had was that &#8216;everyone thought they had a say&#8217; and that appeared to not work.  The council is attempting to modify that view somewhat and it is a slow process.  You can&#8217;t just elect some dictator guy to make arbitrary choices and set arbitrary goals and metrics.  You need a critical mass of folks who are willing to dedicate time to meet those goals.  You must also be willing to accept losses of developers who disagree with this new vision.</p>
<p>I know many developers who left because they thought change was impossible.  I used to think that way.  One of the things that getting a real job has taught me is that changes like these are not impossible, they are just not easy.  You need folks dedicated to actually solving them and not just talking about it.  People to set goals and actually sell them to the community as worthwhile and convince others to work towards them.</p>
<p>Maybe we used to have that calibur of person; maybe we never did; maybe we never will.  But you are correct in one thing.  Someone has to try.  If everyone fears making the necessary changes than Gentoo will stagnate and probably die.</p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2008/05/13/growing-pains-part-deux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More gStats</title>
		<link>http://alec.scriptkitty.com/blog/2008/05/12/more-gstats/</link>
		<comments>http://alec.scriptkitty.com/blog/2008/05/12/more-gstats/#comments</comments>
		<pubDate>Mon, 12 May 2008 11:50:28 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/?p=64</guid>
		<description><![CDATA[I have not worked on gstats in a while and it definately needed some improvements.  I found myself struggling with the UI a lot and after chatting with Graff on irc I decided to drop the webUI entirely and go RESTful.  Ewwww REST&#8230;.
I actually hate REST because all of its supporters claim it [...]]]></description>
			<content:encoded><![CDATA[<p>I have not worked on gstats in a while and it definately needed some improvements.  I found myself struggling with the UI a lot and after chatting with Graff on irc I decided to drop the webUI entirely and go RESTful.  Ewwww REST&#8230;.</p>
<p>I actually hate REST because all of its supporters claim it is &#8216;Teh awesome!&#8217; but so very few can tell me why in any sort of convincing manner.  &#8216;It doesn&#8217;t have all the overhead of SOAP!&#8217;, &#8216;It uses HTTP!&#8217;&#8230;these are not convincing arguments.  Anyway I figured I&#8217;d give it a try.</p>
<p>gStats now has no real webUI.  Most of the data retrieval functionality is written (aka HTTP GET) using old data in the cache so you can do queries like /api/cp/sys-apps/portage and it will return some XML that describes sys-apps/portage&#8217;s installation history.  Also available is /api/arch/x86 which will return some XML describing x86&#8217;s installation info.</p>
<p>I am working on writing POST methods; although I noticed I have a slight issue.  Users have hosts with 100&#8217;s of packages installed.  REST is kind of limiting in this regard; right now I store arches and cps (category/package strings) and via the rest interface you can POST new arch data (not really allowed at this point as it would overwrite old data in my reckoning) and you can POST new cp data (being worked on).  But the cp POST model right now kind of takes a cp as a key; maybe I should drop that requirement.</p>
<p>Currently:<br />
<code><br />
POST /api/cp/sys-apps/newpackage<br />
some XML describing a single cp named sys-apps/newpackage<br />
</code><br />
New Idea:<br />
<code><br />
POST /api/cp<br />
some XML describing multiple CPs<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2008/05/12/more-gstats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bloated Tree, new pkgcore, zd1211rw wireless driver, ratpoison.</title>
		<link>http://alec.scriptkitty.com/blog/2008/05/03/bloated-tree-new-pkgcore-zd1211rw-wireless-driver-ratpoison/</link>
		<comments>http://alec.scriptkitty.com/blog/2008/05/03/bloated-tree-new-pkgcore-zd1211rw-wireless-driver-ratpoison/#comments</comments>
		<pubDate>Sun, 04 May 2008 04:30:12 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/?p=63</guid>
		<description><![CDATA[I moved recently, new place is a house; no real room to run cables all over, has wireless intarwebs.  I bought a usb wireless adapter thingiemabob for my desktop because it needed internet access (for the past few weeks i have been relying on my work laptop, which is not ideal).  It took [...]]]></description>
			<content:encoded><![CDATA[<p>I moved recently, new place is a house; no real room to run cables all over, has wireless intarwebs.  I bought a usb wireless adapter thingiemabob for my desktop because it needed internet access (for the past few weeks i have been relying on my work laptop, which is not ideal).  It took me forever to figure out that my wireless USB adapter is supported by the zd1211rw driver.  After finally locating the serial number and a bit of googling I located the dirver and firmware I needed and got it working.  Horray!</p>
<p>The tree is too big (said while watching emerge &#8211;sync run).  Copying all this data down over wireless sucks and perhaps I will devote a tiny slice of time to making a subtree (of packages I actually need) and not sync the other 12000 packages&#8230;.</p>
<p>Pkgcore-0.4.7 is in gentoo-x86, put there by me because ferringb&#8217;s normal commit monkies were not available and lo&#8217; I still have gentoo-x86 access!</p>
<p>I switched from fluxbox to ratpoison.  I barely use a mouse now! (ok probably a lie, I am using one right now).  However I think it is a plus overall; Yet Another Set of Keybindings is annoying though <img src='http://alec.scriptkitty.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2008/05/03/bloated-tree-new-pkgcore-zd1211rw-wireless-driver-ratpoison/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Actionable Actions</title>
		<link>http://alec.scriptkitty.com/blog/2008/04/28/actionable-actions/</link>
		<comments>http://alec.scriptkitty.com/blog/2008/04/28/actionable-actions/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 20:59:57 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/?p=62</guid>
		<description><![CDATA[philantrop, spb, and rbrown have had their developer rights revoked.
There is little information as to exactly why (certainly there have been past allegation of improper behavior by these developers and repeated complaints to council@gentoo.org).
I have made a formal request to the council for more information regarding this matter.  I think we should strive for [...]]]></description>
			<content:encoded><![CDATA[<p>philantrop, spb, and rbrown have had their developer rights revoked.</p>
<p>There is little information as to exactly why (certainly there have been past allegation of improper behavior by these developers and repeated complaints to council@gentoo.org).</p>
<p>I have made a formal request to the council for more information regarding this matter.  I think we should strive for transparency in matters such as these.  I applaud the decision to act in this case although I hope the council will provide more information about this decision soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2008/04/28/actionable-actions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrades, Updates, Moo</title>
		<link>http://alec.scriptkitty.com/blog/2008/04/09/upgrades-updates-moo/</link>
		<comments>http://alec.scriptkitty.com/blog/2008/04/09/upgrades-updates-moo/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 07:51:00 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[wtf are these for?]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/?p=61</guid>
		<description><![CDATA[Wordpress, now with less security problems! (finally upgraded from old to quasi new).  I&#8217;m sure someone will find another exploit soon (how you can cram so many exploits into blogging software is beyond me).
I really neglect this blog  
That being said; work has been super busy lately.  I hope next quarter I [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress, now with less security problems! (finally upgraded from old to quasi new).  I&#8217;m sure someone will find another exploit soon (how you can cram so many exploits into blogging software is beyond me).</p>
<p>I really neglect this blog <img src='http://alec.scriptkitty.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That being said; work has been super busy lately.  I hope next quarter I have more time to embark on fun life things.  I just got back from a trip to Las Vegas and it was an enjoyable weekend, albeit one with a lot of walking.  During the trip i read the book verison of <a href="http://imdb.com/title/tt0489099/">Jumper</a>.  Lets skip the part where the film was horrible and get to the part where the kid steals millions of dollars from a bank, doesn&#8217;t get caught, and then moves on to spend it in what I can only describe as a &#8216;fairly reckless mannor.&#8217;</p>
<p>My point in bringing this up is not to rob a bank (unless you enjoy jailtime) but that it is&#8230;tempting a bit to live beyond ones means.  My trip to vegas was a fun time and after tallying up the costs&#8230;I wondered how much I could realistically spend doing crazy things like &#8216;going to new york for a weekend and seeing some shows&#8217; or other things like that.  I would have never thought of doing something like that a year ago.</p>
<p>Obviously spending tens of thousands of dollars on silly trips every couple of months is no way to save money and in the long run it is prudent to have a budget and a plan for saving cash.  Right now I am doing ok there but I think as I consider things in the future (3-5 years) I wonder at what I can do to get to that sweet spot faster.  It would be great to not have to stop working (which would be boring I think) but perhaps to not have a &#8216;real job&#8217;.  This thought process of course, being triggered by a co-worker who is taking a year off (yay stock options) to do random crap.  Being that I&#8217;m single, no car payment, no pets&#8230;etc&#8230; now would be the time to do something crazy.</p>
<p>And so I join the millions of Americans who are trying to think up ways to make money <img src='http://alec.scriptkitty.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2008/04/09/upgrades-updates-moo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gentoo Stats Redux</title>
		<link>http://alec.scriptkitty.com/blog/2008/03/13/gentoo-stats-redux/</link>
		<comments>http://alec.scriptkitty.com/blog/2008/03/13/gentoo-stats-redux/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 07:08:26 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/2008/03/13/gentoo-stats-redux/</guid>
		<description><![CDATA[So I wanted stats on who was using what.
I decided to get there.  The gentoo stats code that was previously written is fine but I thought would not suit my needs.
My goals were:
 * Finish in under 14 days.
 * Non-complicated
 * Easy
 * Fast enough
I came up with gstats.
gstats is:
 * a multi-threaded [...]]]></description>
			<content:encoded><![CDATA[<p>So I wanted stats on who was using what.</p>
<p>I decided to get there.  The gentoo stats code that was previously written is fine but I thought would not suit my needs.</p>
<p>My goals were:<br />
 * Finish in under 14 days.<br />
 * Non-complicated<br />
 * Easy<br />
 * Fast enough</p>
<p>I came up with gstats.</p>
<p>gstats is:</p>
<p> * a multi-threaded python webserver (from Paste).<br />
 * that takes in POST requests of ASCII data (Colubrid and Routes)<br />
 * Has a data injection thread that injects uploaded data into the in-memory cache and then serializes the cache to disk.<br />
 * Has some views to view the data in the in-memory cache (Mako Templates)<br />
 * uses the new dev-cpp/gflags <img src='http://alec.scriptkitty.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Currently gstats only supports ARCH and CPV data (so who is using what packages on what arch).<br />
The POST format is ASCII and is still being iterated on.  I plan on running this in a public &#8216;alpha&#8217; in a bit.<br />
The Mako templates need work.</p>
<p>There is no SQL involved.  The disk format is:</p>
<p>uploaded/ - contains files uploaded by clients.<br />
procesesd/ - contains files we have added to the cache.<br />
archived/ - contains files that are old.</p>
<p>The queries are not complex enough to require anything else.  The in-memory cache probably has some nasty memory requirements but is probably OK for now.</p>
<p>If you are a dev you can git clone git.gentoo.org:/var/gitroot/gstats.git</p>
<p>Otherwise you are SOL until I push the code to anongit.gentoo.org, which will happen when I get time.</p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2008/03/13/gentoo-stats-redux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog Wars: The Empire Strikes Back</title>
		<link>http://alec.scriptkitty.com/blog/2008/01/21/blog-wars-the-empire-strikes-back/</link>
		<comments>http://alec.scriptkitty.com/blog/2008/01/21/blog-wars-the-empire-strikes-back/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 06:21:32 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/2008/01/21/blog-wars-the-empire-strikes-back/</guid>
		<description><![CDATA[Daniel offered to take over portions of the Gentoo Foundation and oversee specific aspects of Gentoo development.  I don&#8217;t see how he ever expected a decent answer to his offer; it had a time limit of seven days.  Moreso, it was delivered via a blog, possibly not the best method to notify a [...]]]></description>
			<content:encoded><![CDATA[<p>Daniel <a href="http://blog.funtoo.org/2008/01/here-my-offer.html">offered</a> to take over portions of the Gentoo Foundation and oversee specific aspects of Gentoo development.  I don&#8217;t see how he ever expected a decent answer to his offer; it had a time limit of seven days.  Moreso, it was delivered via a blog, possibly not the best method to notify a set of people in a timely manner (e-mailing <a href="mailto:trustees@gentoo.org">the trustees</a> would be a better alternative; or blogging and posting on <a href="mailto:gentoo-nfp@gentoo.org">gentoo-nfp</a>).  Certainly I can see some reasoning behind a time limit; however seven days is pretty short and some people were on holiday for the new year still and thus were not notified until three days into the proposed time period.</p>
<p>I was going to have a bunch more content; but it will be on www.gentoo.org as soon as I can get some feedback on certain items.  This was going to be a part of that news item but it was deemed too editorial (drawing conclusions about time constrains and motivations) and so I took it out and moved it to my blog where it is appropriate to make editorial comments.</p>
<p>I wish Daniel the best and good luck in his efforts.  He is a great guy and I&#8217;m disappointed that he seems not to want to consider helping Gentoo as a typical trustee or council member; both teams on which he would most likely be most welcome.  He raises valid points about the current state of Gentoo and there are threads on both <a href="http://archives.gentoo.org/gentoo-nfp/">gentoo-nfp</a> and <a href="http://archives.gentoo.org/gentoo-project/">gentoo-project</a> on how to solve them.  For the avid users out there; I&#8217;d like to remind you that the distribution cannot move forward without you and the time you volunteer.  If you wish to help out there is the completely out of date <a href="http://www.gentoo.org/proj/en/devrel/staffing-needs/">staffing needs</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2008/01/21/blog-wars-the-empire-strikes-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>That guy is such an *asshat* (and so are you).</title>
		<link>http://alec.scriptkitty.com/blog/2007/11/04/that-guy-is-such-an-asshat-and-so-are-you/</link>
		<comments>http://alec.scriptkitty.com/blog/2007/11/04/that-guy-is-such-an-asshat-and-so-are-you/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 04:15:25 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/2007/11/04/that-guy-is-such-an-asshat-and-so-are-you/</guid>
		<description><![CDATA[It&#8217;s that shining time of year again where Gentoo Devs stop being sane mature people and start acting like 5 year olds.  It happens every year (sometimes more than once) and it amazes me that people who are normally quite sane and rational beings can throw it all away and throw hissy fits at [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that shining time of year again where Gentoo Devs stop being sane mature people and start acting like 5 year olds.  It happens every year (sometimes more than once) and it amazes me that people who are normally quite sane and rational beings can throw it all away and throw hissy fits at each other.</p>
<p>Here is a hint: Not everyone gets along all the time.  Shit happens, people say mean things, grow a pair (balls for men, I guess breasts for women, who knows*).<br />
That being said, we tend to have to work with people whom we don&#8217;t always hold in the highest esteem.  Dealing with your fellow man (or woman) is an important life skill<br />
and I find it difficult to believe that we have a large faction that just lacks the ability to do so.</p>
<p>Realize then, that some people are just pricks who want to tick you off and are well versed in how to do so.<br />
Realize then, that some people are just hungry for power and are well versed in how to gain and keep it, and also well versed in how to use it against you.<br />
Realize then, that some poeple are quiet fellows, more concerned about their packages within Gentoo than Gentoo itself.  Realize that you should not alienate these people, as they give Gentoo the girth it needs, the wideness of packages, to make it useful to so many.<br />
Realize then, that some people are just trying to help; they could care less about the thing you are arguing endless about, they just want the arguing to end.</p>
<p>Realize then, that you need you deal with all of these people in order for Gentoo to continue.  Trying to get them fired or trying to make them quit does not serve Gentoo.  Gentoo needs its people, skilled people who know what they are doing, have experience in the area, and have served us well in their area in the past.</p>
<p>I don&#8217;t get why everyone&#8217;s personal differences preclude them from being civil, from working together, from acting like mature persons.  It&#8217;s always &#8216;the other guy did it&#8217;, &#8216;it&#8217;s not my fault&#8217;&#8230;etc&#8230;etc..  Seriously man, chill.</p>
<p>* (Breasts must not be hairy)</p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2007/11/04/that-guy-is-such-an-asshat-and-so-are-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Being a Meanie, having high software standards</title>
		<link>http://alec.scriptkitty.com/blog/2007/09/12/being-a-meanie-having-high-software-standards/</link>
		<comments>http://alec.scriptkitty.com/blog/2007/09/12/being-a-meanie-having-high-software-standards/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 10:08:29 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/2007/09/12/being-a-meanie-having-high-software-standards/</guid>
		<description><![CDATA[So I see the bug about packages.gentoo.org continuously gets more people CC&#8217;d and people complain about the service being down.  Luckily a few users have actually realized the reality of the situation: packages.gentoo.org is open source, requires open source components, and requires a freely available copy of the gentoo-x86 tree.  Wow, they can [...]]]></description>
			<content:encoded><![CDATA[<p>So I see the bug about packages.gentoo.org continuously gets more people CC&#8217;d and people complain about the service being down.  Luckily a few users have actually realized the reality of the situation: packages.gentoo.org is open source, requires open source components, and requires a freely available copy of the gentoo-x86 tree.  Wow, they can just host it themselves.</p>
<p>Not that they should, because the code fucking sucks.  Now that is coming from me (and it&#8217;s only meant to be half mean).  It&#8217;s hard to criticize code that works, it runs much of gentoo (certainly portage is a monstrosity that many of you actually use successfully on a daily basis).  I have crazy high software standards.  That being said, I also tend not to write a ton of software, most of it small and single service.  Writing good complex software is a difficult process.  (more accurately, it&#8217;s time consuming, and I have a very small attention window)</p>
<p>That being said, a bundle of cgi scripts in python that barely work isn&#8217;t exactly a shining example of open source or software in general.  But it ran packages.gentoo.org for years and we all (myself included) appreciated its inherit usefulness.  That being said, as I stare at the code in cvs and wonder if I should spend some time on it..my mind keeps latching on to a rewrite.  I really hate patching code that doesn&#8217;t work to be code that barely works.  There is an inherent thing within me that just screams &#8216;rewrite this&#8217;.  But then that has problems too.</p>
<p>You see rewrites have this common thing called feature creep.  You can rewrite p.g.o, make it use html templates perhaps instead of print statements <img src='http://alec.scriptkitty.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Make it use 2 or 3 scripts instead of 18.  Move the db/sql stuff to an abstraction layer (I normally don&#8217;t like abstraction layers, but this app is pretty simple.)  But then I get to thinking&#8230;Hell we can use pylons or django!  We can store more data!  We can use a python -> XSLT bridge to generate output that is similar to the rest of www.g.o!  We can do all kinds of things.  But we probably shouldn&#8217;t.</p>
<p>Most people just want the service back up and they will take a few monkey patched python scripts to do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2007/09/12/being-a-meanie-having-high-software-standards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Code Reviews (Post Commit)</title>
		<link>http://alec.scriptkitty.com/blog/2007/08/15/code-reviews-post-commit/</link>
		<comments>http://alec.scriptkitty.com/blog/2007/08/15/code-reviews-post-commit/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 07:27:58 +0000</pubDate>
		<dc:creator>Alec</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alec.scriptkitty.com/blog/2007/08/15/code-reviews-post-commit/</guid>
		<description><![CDATA[I had a random idea, add (yet another) post-commit hook that sends a request to this &#8216;application&#8217; with the diff.
The application then stores the diff.
Gentoo Users and Developers can critique the diff, offering suggestions on how to improve the code as well as advice
in areas were the code is crap.
This may or may not be [...]]]></description>
			<content:encoded><![CDATA[<p>I had a random idea, add (yet another) post-commit hook that sends a request to this &#8216;application&#8217; with the diff.</p>
<p>The application then stores the diff.</p>
<p>Gentoo Users and Developers can critique the diff, offering suggestions on how to improve the code as well as advice<br />
in areas were the code is crap.</p>
<p>This may or may not be useful.  Certainly non-developers may be miffed by the fact that many developers won&#8217;t ever read their<br />
comments or may never incorporate suggestions into the tree.</p>
<p>However I think it would be an interesting application to write as well as a way for learning developers to get feedback from other<br />
experienced ebuild developers and users.</p>
]]></content:encoded>
			<wfw:commentRss>http://alec.scriptkitty.com/blog/2007/08/15/code-reviews-post-commit/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
