<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Mart Raudsepp - Latest comments on How to speed up maintenance and other Gentoo work?</title>
		<link>http://blogs.gentoo.org/leio?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: How to speed up maintenance and other Gentoo work?</title>
			<pubDate>Fri, 24 Jul 2009 15:00:08 +0000</pubDate>
			<dc:creator>Elite Digital Review [Visitor]</dc:creator>
			<guid isPermaLink="false">c21665@http://blogs.gentoo.org/</guid>
			<description>there's no way I want to go through all those packages and customize them.. it'll take way more time than fixing the issues I came up against.</description>
			<content:encoded><![CDATA[there's no way I want to go through all those packages and customize them.. it'll take way more time than fixing the issues I came up against.]]></content:encoded>
			<link>http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance#c21665</link>
		</item>
				<item>
			<title>In response to: How to speed up maintenance and other Gentoo work?</title>
			<pubDate>Fri, 06 Mar 2009 01:59:13 +0000</pubDate>
			<dc:creator>Shawn [Visitor]</dc:creator>
			<guid isPermaLink="false">c20528@http://blogs.gentoo.org/</guid>
			<description>I found it a bit twilight-zone-ish that you wrote this.. I have been thinking about this over the past few days. Lemme explain why.. I am a long time gentoo fan.. but decided I might be tired of piecing my system together. (long compile times to realize I missed a USE flag and starting over)&lt;br /&gt;
&lt;br /&gt;
So for the past few months, I've been working with Ubuntu and Fedora installations, throwing away my Gentoo install. (It was the only way to be entirely subjective about the others)&lt;br /&gt;
&lt;br /&gt;
I honestly liked ubuntu.. it lasted the longest, until, I tried to upgrade Mono. What a disaster. I think the problem's mainly stemmed from the fact that mono itself, on unbuntu, was built into many pieces and I didn't have the patience to re-create the package using the same pieces. I wanted the whole Enchilada, but all the other provided packages required the pieces.. in the end I decided I wanted my Gentoo system back.&lt;br /&gt;
&lt;br /&gt;
But.. I've been gone for a while and coming back was not as pleasant of an experience I used to have. There are known cylic dependency problems that haven't been resolved for months to start off. (avahi and cup, networkmanager and something else.. i cant remember) Not a big deal.. just disable the use flags, get everything installed and then recompile everything afterwards with the use flags enabled again.. long, but I don't have to babysit it, so ok.&lt;br /&gt;
&lt;br /&gt;
Now everything is installed and I should be able to fire up gnome. X doesn't work. Sigh.. I've used the same config forever. Get past that.&lt;br /&gt;
&lt;br /&gt;
Now X starts and I'm sitting at GDM. Keyboard and mouse don't work. Find out that I should add two new sections to my conf file to tell it where my event (using evdev driver) device are.. or was it the two .fdi files I added.. no idea. but it works..&lt;br /&gt;
&lt;br /&gt;
Now i'm logged in.. try to start up compiz and no window decorations.. eventually, my entire system freezes and I have to hit reset. But, while my system is being brought to a crawl, I notice control-c doesn't work. (or else compiz-manager would've died and I wouldn't have been reduced to hitting reset)&lt;br /&gt;
&lt;br /&gt;
so lets look at the control-c issue.. 'stty -a' intr is ^C.. huh? 24 hours later looking for that solution I decide to install ksh just to see if it's bash.. after emerging ksh93 I 'exec /bin/ksh'.. no luck.. but I log out and log back in.. and control-c starts working in bash.. What? (yes.. I assume it's somewhere in the profile chain.. but it's working. who cares)&lt;br /&gt;
&lt;br /&gt;
anyway.. I digress.. the entire time I'm thinking to myself.. I need to build myself a custom distro where I have no-one to blame, but myself. But I look at all the ebuilds (490 just to emerge gnome) and I'm thinking.. geez.. there's no way I want to go through all those packages and customize them.. it'll take way more time than fixing the issues I came up against.&lt;br /&gt;
&lt;br /&gt;
But that gets me thinking.. why on earth isn't that automated?!? why can't the developers of the application provide enough metadata about their own application that package maintainers can then use.. and hopefully script the creation of new packages. instead of burdening a handful of package managers with coming up with the data for 500+ packages, make 500+ application developers do it once and manage the changes? Shouldn't burden them too much.&lt;br /&gt;
&lt;br /&gt;
another thing I've been thinking about is /etc.. I think this needs a drastic overhaul.. 90% of whats out there is key-value pair, with 1000 different syntax flavors.. (probably grossly exaggerating here.. perhaps 90% of the ones I ever edit) Now.. I'm a DBA by trade and I'm looking at the key-values.. and then I'm looking at fuse.. and I'm thinking.. That's interesting. Why not a database driver configuration system tied into fuse for backward compatibility?? Stop the nonsense of checking diffs against new and old.. but I've added comments so they don't patch cleanly. (change foo = new_value if foo is still the default, regardless of what the rest of the file looks like) this certainly doesn't have to be a sqlite backend either.. perhaps XML is better suited for the non-key/value types?? (oh..and I'm not sure scripts of any sort should be under etc.. that just seems weird.. I've been doing this long enough that it's expected)&lt;br /&gt;
&lt;br /&gt;
Anyway.. this is probably way to long.. sorry for the noise, but I felt compelled to answer 8D&lt;br /&gt;
&lt;br /&gt;</description>
			<content:encoded><![CDATA[I found it a bit twilight-zone-ish that you wrote this.. I have been thinking about this over the past few days. Lemme explain why.. I am a long time gentoo fan.. but decided I might be tired of piecing my system together. (long compile times to realize I missed a USE flag and starting over)<br />
<br />
So for the past few months, I've been working with Ubuntu and Fedora installations, throwing away my Gentoo install. (It was the only way to be entirely subjective about the others)<br />
<br />
I honestly liked ubuntu.. it lasted the longest, until, I tried to upgrade Mono. What a disaster. I think the problem's mainly stemmed from the fact that mono itself, on unbuntu, was built into many pieces and I didn't have the patience to re-create the package using the same pieces. I wanted the whole Enchilada, but all the other provided packages required the pieces.. in the end I decided I wanted my Gentoo system back.<br />
<br />
But.. I've been gone for a while and coming back was not as pleasant of an experience I used to have. There are known cylic dependency problems that haven't been resolved for months to start off. (avahi and cup, networkmanager and something else.. i cant remember) Not a big deal.. just disable the use flags, get everything installed and then recompile everything afterwards with the use flags enabled again.. long, but I don't have to babysit it, so ok.<br />
<br />
Now everything is installed and I should be able to fire up gnome. X doesn't work. Sigh.. I've used the same config forever. Get past that.<br />
<br />
Now X starts and I'm sitting at GDM. Keyboard and mouse don't work. Find out that I should add two new sections to my conf file to tell it where my event (using evdev driver) device are.. or was it the two .fdi files I added.. no idea. but it works..<br />
<br />
Now i'm logged in.. try to start up compiz and no window decorations.. eventually, my entire system freezes and I have to hit reset. But, while my system is being brought to a crawl, I notice control-c doesn't work. (or else compiz-manager would've died and I wouldn't have been reduced to hitting reset)<br />
<br />
so lets look at the control-c issue.. 'stty -a' intr is ^C.. huh? 24 hours later looking for that solution I decide to install ksh just to see if it's bash.. after emerging ksh93 I 'exec /bin/ksh'.. no luck.. but I log out and log back in.. and control-c starts working in bash.. What? (yes.. I assume it's somewhere in the profile chain.. but it's working. who cares)<br />
<br />
anyway.. I digress.. the entire time I'm thinking to myself.. I need to build myself a custom distro where I have no-one to blame, but myself. But I look at all the ebuilds (490 just to emerge gnome) and I'm thinking.. geez.. there's no way I want to go through all those packages and customize them.. it'll take way more time than fixing the issues I came up against.<br />
<br />
But that gets me thinking.. why on earth isn't that automated?!? why can't the developers of the application provide enough metadata about their own application that package maintainers can then use.. and hopefully script the creation of new packages. instead of burdening a handful of package managers with coming up with the data for 500+ packages, make 500+ application developers do it once and manage the changes? Shouldn't burden them too much.<br />
<br />
another thing I've been thinking about is /etc.. I think this needs a drastic overhaul.. 90% of whats out there is key-value pair, with 1000 different syntax flavors.. (probably grossly exaggerating here.. perhaps 90% of the ones I ever edit) Now.. I'm a DBA by trade and I'm looking at the key-values.. and then I'm looking at fuse.. and I'm thinking.. That's interesting. Why not a database driver configuration system tied into fuse for backward compatibility?? Stop the nonsense of checking diffs against new and old.. but I've added comments so they don't patch cleanly. (change foo = new_value if foo is still the default, regardless of what the rest of the file looks like) this certainly doesn't have to be a sqlite backend either.. perhaps XML is better suited for the non-key/value types?? (oh..and I'm not sure scripts of any sort should be under etc.. that just seems weird.. I've been doing this long enough that it's expected)<br />
<br />
Anyway.. this is probably way to long.. sorry for the noise, but I felt compelled to answer 8D<br />
<br />]]></content:encoded>
			<link>http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance#c20528</link>
		</item>
				<item>
			<title>In response to: How to speed up maintenance and other Gentoo work?</title>
			<pubDate>Wed, 04 Mar 2009 20:09:25 +0000</pubDate>
			<dc:creator>Craig [Visitor]</dc:creator>
			<guid isPermaLink="false">c20510@http://blogs.gentoo.org/</guid>
			<description>(Their not There... ugghh / oh and amusingly your comment form won't take my legitimate email address, just some fake info I typed in)</description>
			<content:encoded><![CDATA[(Their not There... ugghh / oh and amusingly your comment form won't take my legitimate email address, just some fake info I typed in)]]></content:encoded>
			<link>http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance#c20510</link>
		</item>
				<item>
			<title>In response to: How to speed up maintenance and other Gentoo work?</title>
			<pubDate>Wed, 04 Mar 2009 20:07:32 +0000</pubDate>
			<dc:creator>Craig [Visitor]</dc:creator>
			<guid isPermaLink="false">c20507@http://blogs.gentoo.org/</guid>
			<description>I'm not a maintainer but I was curious if this approach will yield the expected result?  You could produce some tools but how will you know if it was a valuable exercise.&lt;br /&gt;
&lt;br /&gt;
At the risk of sounding like a corporate drone - good goals are SMART (specific, measurable, attainable, realistic, timed).  Off the top, I'm not sure how you will measure your results.  You are looking for ideas of something to create, but how will you decide if the ideas are worth digging into, or have delivered the expected results.&lt;br /&gt;
&lt;br /&gt;
Would a brief survey to your existing maintainers, to find out what they spend there time on, how much time, and what they are not getting to, not help establish some metrics to move forward with.&lt;br /&gt;
&lt;br /&gt;
Then you can have specific areas to tackle, a basis for more specific questions (is it the tools or other external uncontrollable factors such as their time available) and be able to measure it... even if just with another formal survey.&lt;br /&gt;
&lt;br /&gt;
It's a little more work (although the survey shouldn't feel like more work to the maintainers) and will give your team something to build on year after year.</description>
			<content:encoded><![CDATA[I'm not a maintainer but I was curious if this approach will yield the expected result?  You could produce some tools but how will you know if it was a valuable exercise.<br />
<br />
At the risk of sounding like a corporate drone - good goals are SMART (specific, measurable, attainable, realistic, timed).  Off the top, I'm not sure how you will measure your results.  You are looking for ideas of something to create, but how will you decide if the ideas are worth digging into, or have delivered the expected results.<br />
<br />
Would a brief survey to your existing maintainers, to find out what they spend there time on, how much time, and what they are not getting to, not help establish some metrics to move forward with.<br />
<br />
Then you can have specific areas to tackle, a basis for more specific questions (is it the tools or other external uncontrollable factors such as their time available) and be able to measure it... even if just with another formal survey.<br />
<br />
It's a little more work (although the survey shouldn't feel like more work to the maintainers) and will give your team something to build on year after year.]]></content:encoded>
			<link>http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance#c20507</link>
		</item>
				<item>
			<title>In response to: How to speed up maintenance and other Gentoo work?</title>
			<pubDate>Wed, 04 Mar 2009 06:38:20 +0000</pubDate>
			<dc:creator>Scott Shawcroft [Visitor]</dc:creator>
			<guid isPermaLink="false">c20501@http://blogs.gentoo.org/</guid>
			<description>I'm working on researching the migration from upstream to downstream.  It won't help with bug hunting per se but at least will find version bumps.  It tracks versions of packages in different distributions.  The website is not finished yet but will give a glimpse of what info I've got.</description>
			<content:encoded><![CDATA[I'm working on researching the migration from upstream to downstream.  It won't help with bug hunting per se but at least will find version bumps.  It tracks versions of packages in different distributions.  The website is not finished yet but will give a glimpse of what info I've got.]]></content:encoded>
			<link>http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance#c20501</link>
		</item>
				<item>
			<title>In response to: How to speed up maintenance and other Gentoo work?</title>
			<pubDate>Wed, 04 Mar 2009 05:44:42 +0000</pubDate>
			<dc:creator>Jeremy Olexa [Visitor]</dc:creator>
			<guid isPermaLink="false">c20498@http://blogs.gentoo.org/</guid>
			<description>Steve,&lt;br /&gt;
There is already two bugzie auto-assign projects in the works. They just are a) waiting for bugzilla-3 or b) waiting to be accepted. For this you want to contact robbat2, rbu, or nelchael. All of whom have working prototypes.</description>
			<content:encoded><![CDATA[Steve,<br />
There is already two bugzie auto-assign projects in the works. They just are a) waiting for bugzilla-3 or b) waiting to be accepted. For this you want to contact robbat2, rbu, or nelchael. All of whom have working prototypes.]]></content:encoded>
			<link>http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance#c20498</link>
		</item>
				<item>
			<title>In response to: How to speed up maintenance and other Gentoo work?</title>
			<pubDate>Wed, 04 Mar 2009 04:28:05 +0000</pubDate>
			<dc:creator>Steve Dibb [Visitor]</dc:creator>
			<guid isPermaLink="false">c20495@http://blogs.gentoo.org/</guid>
			<description>One idea I have that I've been kicking around in my head, is a sort of a bug-wrangling helper tool, for those who would like to wrangle bugs.&lt;br /&gt;
&lt;br /&gt;
Basically it would query the open, unassigned bugs, search the subject for keywords that are in ebuilds, and assist them in who it should be assigned to.</description>
			<content:encoded><![CDATA[One idea I have that I've been kicking around in my head, is a sort of a bug-wrangling helper tool, for those who would like to wrangle bugs.<br />
<br />
Basically it would query the open, unassigned bugs, search the subject for keywords that are in ebuilds, and assist them in who it should be assigned to.]]></content:encoded>
			<link>http://blogs.gentoo.org/leio/2009/03/03/how-to-speed-up-maintenance#c20495</link>
		</item>
			</channel>
</rss>
