<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>bryanallott.net</title>
	
	<link>http://bryanallott.net/blog</link>
	<description />
	<pubDate>Thu, 20 Nov 2008 13:13:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/bryanallottnet" type="application/rss+xml" /><feedburner:emailServiceId>1768091</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Deploying Rails</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/459522813/deploying-rails.html</link>
		<comments>http://bryanallott.net/blog/2008/11/deploying-rails.html#comments</comments>
		<pubDate>Thu, 20 Nov 2008 12:39:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=205</guid>
		<description><![CDATA[A while ago, i got addicted to RoR. Life before RoR was&#8230; well. Mundane. Don&#8217;t get me wrong. There was still a lot of exciting stuff going on, but RoR opened up a brave new world and it&#8217;s &#8220;differentness&#8221; added to its appeal. And since then, i&#8217;ve written a fair amount of Rails apps and [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, i got addicted to RoR. Life before RoR was&#8230; well. Mundane. Don&#8217;t get me wrong. There was still a lot of exciting stuff going on, but RoR opened up a brave new world and it&#8217;s &#8220;differentness&#8221; added to its appeal. And since then, i&#8217;ve written a fair amount of Rails apps and a few libraries in Ruby for my own use. And then i tried to deploy a Rails app.</p>
<p>&#8230; ?:o</p>
<p>It was hard. And especially hard since i couldn&#8217;t eat, sleep and breathe the environment; so every opportunity i got to tackle the problem, i had to relearn the same commands. But i got used to it. I read _a lot_. And i managed to actually understand the conversations at one point. A major plus <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In case you&#8217;re wondering what a *normal (or typical?) deployment might look like, <a href="http://blog.innerewut.de/2006/4/21/scaling-rails-with-apache-2-2-mod_proxy_balancer-and-mongrel">take a peek here</a>.</p>
<p>*Normal or typical probably doesn&#8217;t even exist, it&#8217;s just a phrase which suits my goals at the moment.</p>
<p>In any event, there&#8217;s some configuring going on. Examples are <a href="http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/">here</a>, and <a href="http://craiccomputing.blogspot.com/2008/02/mongrel-cluster-on-mac-os-x.html">here</a>, and <a href="http://itsignals.cascadia.com.au/?p=16">here</a>. And there are more.</p>
<p>And despite the seeming &#8220;mission&#8221; related to deploying apps (and why a lot of folk just abandoned the platform altogether), i still believed it would get better. It just had to.</p>
<p>Hello, <a href="http://www.modrails.com/index.html">Phusion Passenger</a>. Phenomenal! And suddenly, the roses are redder, the skies are bluer, the birds sing clearer and the apps deploy smoother. Waaaay smoother. Keep your eye on this one!</p>
<p>Oh. and here&#8217;s more about <a href="http://www.webficient.com/2008/10/16/use-phusion-passenger-for-local-development">using Phusion Passenger in development</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/11/deploying-rails.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/11/deploying-rails.html</feedburner:origLink></item>
		<item>
		<title>J2ME Math</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/456949650/j2me-math.html</link>
		<comments>http://bryanallott.net/blog/2008/11/j2me-math.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 08:42:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[j2me]]></category>

		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=204</guid>
		<description><![CDATA[While developing a financial calculator on the J2ME platform (MIDP2.0, CLDC1.1) i had the need for some &#8220;basic&#8221; math functions like pow() and log(). As it is, there&#8217;s nothing quite like that natively available on the platform which on one hand surprised me; on the other, got me quite excited. I&#8217;d have to implement my [...]]]></description>
			<content:encoded><![CDATA[<p>While developing a financial calculator on the J2ME platform (MIDP2.0, CLDC1.1) i had the need for some &#8220;basic&#8221; math functions like pow() and log(). As it is, there&#8217;s nothing quite like that natively available on the platform which on one hand surprised me; on the other, got me quite excited. I&#8217;d have to implement my own <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Geek.</p>
<p>Now there&#8217;s a lot of discussion online and i&#8217;m not going to repeat all that here about the various math libraries and the reasons why the implementations aren&#8217;t available. What i will link to however, is a <a href="http://today.java.net/pub/a/today/2007/11/06/creating-java-me-math-pow-method.html">friendly, but relatively in-depth review of implementing your own pow() function</a>. Incidentally, this article also implements an &#8220;inline&#8221; function for determining ln(x) in the dissection on using the Taylor series algorithm.</p>
<p>Wikipedia also have a pretty decent discussion on the <a href="en.wikipedia.org/wiki/Logarithm">fundamentals of logarithms</a> which lead to more insight on the implementations discussed above.</p>
<p>So if you plan on doing math on J2ME, plan ahead. You will need to Google for some math libraries, or be prepared to roll your own. I prefer the roll-your-own method unless you need _all_ the features of library X. Keep it trim. And i get to apply some years of text-book learning <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Big plus is you can unit-test it and luckily the laws of math don&#8217;t change too often so once you&#8217;ve written it, porting to other platforms/frameworks/languages in future is straightforward. Where as the entire library you might have linked to is only available on that one platform/language.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/11/j2me-math.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/11/j2me-math.html</feedburner:origLink></item>
		<item>
		<title>CodeIgniter Playground</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/451656024/codeigniter-playground.html</link>
		<comments>http://bryanallott.net/blog/2008/11/codeigniter-playground.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 09:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[codeigniter]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=203</guid>
		<description><![CDATA[After some tinkering with CodeIgniter, i&#8217;ve setup a small playground (which will hopefully grow over time)  to test drive the framework.
I like the framework for it&#8217;s lightness- and you get quite a lot of control without having to rely on helpers to do _everything_. You can learn the helpers as you need to, so [...]]]></description>
			<content:encoded><![CDATA[<p>After some tinkering with <a href="http://www.codeigniter.com/">CodeIgniter</a>, i&#8217;ve setup a small <a href="http://bryanallott.net/play/index.php">playground</a> (which will hopefully grow over time)  to test drive the framework.<br />
I like the framework for it&#8217;s lightness- and you get quite a lot of control without having to rely on helpers to do _everything_. You can learn the helpers as you need to, so getting something up and running is easy enough and requires no massive investment in a proprietary methodology, terminology, apiology or documentology. </p>
<p>As for rhe RoR-ish slant. It is well&#8230; erm&#8230; RoR-ish. But really, nothing beats RoR. CodeIgniter is not bad. Rails still kicks!</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/11/codeigniter-playground.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/11/codeigniter-playground.html</feedburner:origLink></item>
		<item>
		<title>A Dev Environment with Trac+Subversion</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/448252053/a-dev-environment-with-tracsubversion.html</link>
		<comments>http://bryanallott.net/blog/2008/11/a-dev-environment-with-tracsubversion.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 10:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[subversion]]></category>

		<category><![CDATA[trac]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=202</guid>
		<description><![CDATA[Setting up development environments is something you do once in a while- hopefully. And over time, you tweak different areas and add in bits and pieces here and there and it evolves. Nicely. And then you get to do it all over again  But then you got to go back a couple of months/years [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up development environments is something you do once in a while- hopefully. And over time, you tweak different areas and add in bits and pieces here and there and it evolves. Nicely. And then you get to do it all over again <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> But then you got to go back a couple of months/years and look at it all over again. Thank goodness for tutorials! </p>
<p>Incidentally, another good reason to make the effort to document (read blog) that learning, or even just link that learning into your own blog. You never know when you gonna need it again&#8230;</p>
<p><a href="http://www.howtoforge.com/subversion-trac-virtual-hosts-on-ubuntu-server">Setting up Trac and Subversion on Ubuntu</a></p>
<p>This is probably about the most comprehensive and easy to follow guide i&#8217;ve come across so far. It has all the basic necessities to serve as both a refresher and get you up and running quickly. There is one small &#8220;typo&#8221; but you should spot it quickly if you&#8217;ve done this before. It refers to the root web folder for the trac setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/11/a-dev-environment-with-tracsubversion.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/11/a-dev-environment-with-tracsubversion.html</feedburner:origLink></item>
		<item>
		<title>All In One Month</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/444410684/all-in-one-month.html</link>
		<comments>http://bryanallott.net/blog/2008/11/all-in-one-month.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 14:23:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=201</guid>
		<description><![CDATA[What a month! 3 exams, a couple of teeth and a brand new baby boy. If you got kids, you&#8217;ll understand, right?
So if you ever end up having to plan something like this (not that you can always consciously time it so well) then i have a a tip for you&#8230;
Make sure you got a [...]]]></description>
			<content:encoded><![CDATA[<p>What a month! 3 exams, a couple of teeth and a brand new baby boy. If you got kids, you&#8217;ll understand, right?</p>
<p>So if you ever end up having to plan something like this (not that you can always consciously time it so well) then i have a a tip for you&#8230;</p>
<p>Make sure you got a loving, enduring and patient wife backing you up and supporting you all the way. It makes it seem so easy. Thanks, Lolly! You simply rock! Your honorary degree is almost there <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Seriously. Jack was due just after the first exam, Macro Economics. So we figured it&#8217;d be alright &#8216;cos we&#8217;d have two weeks before starting to prep for the next two to settle in. Then Jack decided&#8230; &#8220;Neh. Too warm and cosy in here, thanks. Think i&#8217;ll stay a little while longer.&#8221;</p>
<p>8 days later (over due), little Jack says: &#8220;Hello, world!&#8221; That was one week before my last two exams: Financial Modeling and my major: Applied Mathematics. Oops = MC^2?</p>
<p>Needless to say, we -and i do mean &#8220;we&#8221;- decided to forge on and today, on my last exam, as soon as the invigilator said: &#8220;Pens down. Your time is up.&#8221; a chorus of angels hauled out the trumpets and started singing &#8220;Hallelujah!&#8221;. Shew!</p>
<p>Until next year&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/11/all-in-one-month.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/11/all-in-one-month.html</feedburner:origLink></item>
		<item>
		<title>Put It In the Bond?</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/440306045/put-it-in-the-bond.html</link>
		<comments>http://bryanallott.net/blog/2008/11/put-it-in-the-bond.html#comments</comments>
		<pubDate>Sun, 02 Nov 2008 21:17:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[financing]]></category>

		<category><![CDATA[maths]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=200</guid>
		<description><![CDATA[If you&#8217;re servicing a mortgage at the moment, and you happen to come into some money, the &#8220;best&#8221; advice you&#8217;re probably going to get is: &#8220;put it in your bond&#8221;. Not bad advice, i guess, but i&#8217;m not so sure it&#8217;s the &#8220;best&#8221;. 
**DISCLAIMER: I&#8217;m NOT a financial advisor; am not pretending to be one; [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re servicing a mortgage at the moment, and you happen to come into some money, the &#8220;best&#8221; advice you&#8217;re probably going to get is: &#8220;put it in your bond&#8221;. Not bad advice, i guess, but i&#8217;m not so sure it&#8217;s the &#8220;best&#8221;. </p>
<p>**DISCLAIMER: I&#8217;m NOT a financial advisor; am not pretending to be one; and certainly not qualified to be one. But i can kinda do the numbers, so this looking at it purely from a mathematical perspective.</p>
<p>When it&#8217;s not really the &#8220;best&#8221; advice is when you are servicing other debt, at higher interest rates. Then the numbers say: kill that debt first, and _then_ look at the mortgage. So if you&#8217;re servicing a credit card, overdraft or vehicle finance (which can typically be higher than prime) and your mortgage is sub-prime, service the higher first. </p>
<p>But more personally, i recently faced the opportunity of trading in my vehicle for a newer one (which would have been nice) and i was figuring out what to do with the trade-in amount and work out where it would best pay dividends. On an aside, i&#8217;m of the opinion that buying a vehicle is NOT a financially smart move at all- no matter how you try slice the numbers. You will always lose (and i&#8217;m not referring to collectors&#8217; classics). So look after your car- treat it nice, drive nice, service it regularly so you can leave it in your will. After all, it&#8217;s __just__ a car, right <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So down to the maths&#8230; Note: the numbers have been changed slightly to protect the prudent.<br />
New car: R150k at 15.5% APR over 60 months.<br />
Existing debt: R640k mortgage (±30 months into the schedule) at 14% APR over 20 years.<br />
Trade in on car: R50k. What to do with the R50k? A) Plough it into the bond. B) Use 100% of it as a down payment on new car. A or B, what do you do? The &#8220;best&#8221; advice i received was plough into the bond and save thousands in interest on the bond! Uhuh. That&#8217;s half the truth.</p>
<p>As a down payment on the new car, I reduce the repayments from R3.6K to R2.4K, and end up saving, in effect, R44k in interest over the term. Not bad, not great.<br />
In the bond, i reduce the interest _over the same term_ by R33K. Worse. But not a surprise. And that&#8217;s the important part here: the same term. 60 months. You see, over the remainder term of the mortgage, that advance payment will save you A LOT! But now you&#8217;re comparing a value of money of two different terms: 60 months versus N years on the mortgage, so don&#8217;t be too surprised if you draw bogus conclusions. Afterall, once you&#8217;ve finished paying off the car, you&#8217;re R3.6k deeper in the pocket which you can then plough into the mortgage anyway.</p>
<p>So, on face value, it&#8217;s more favourable, over the same term, to service the vehicle as quick as possible and then see to the lower interest obligations. But there are better options&#8230; which is the other half of the truth: <em>discipline</em>.</p>
<p>Add in some fiscal discipline into the mix, and suddenly your options are wild. For example&#8230;</p>
<p>Put down the down payment on the car, saving an extra R1.2k in repayments each month on the car, but then put the saving into the mortgage over the same term. Suddenly you start to save R64K in interest. Mmmm&#8230; Or&#8230;</p>
<p>And then there&#8217;s this. Which really was the best option (Thanks, A)&#8230;</p>
<p>Take your old car for a shmancy valet at about R200, pretend it&#8217;s new and &#8220;pay for it&#8221; anyway at R3.6k per month. Now you&#8217;re saving close to double your previous best!</p>
<p>The bottom line is; if you&#8217;re in the market for a car and can afford X, but you&#8217;re servicing other debt, service that debt first- forget about the car*. Unless it&#8217;s an absolutely necessity (and looking better than the Jones&#8217; is not a necessity- i checked) you probably don&#8217;t need it.</p>
<p>*Forgetting about the car, probably anywhere in the world, is really hard to do though. In South Africa, households spend a disproportionate amount of their disposable income on vehicle financing, which says a lot about how we feel about our cars. Somehow, cars have so (too) much appeal. So much so that having 4 reliable wheels is just never enough. There&#8217;s always going to be something really &#8220;cool&#8221; about a car that makes you just wanna have it. And the price tag is just irritating. Can you say X-Trail&#8230; or Fortuner? <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/11/put-it-in-the-bond.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/11/put-it-in-the-bond.html</feedburner:origLink></item>
		<item>
		<title>Ubuntu USB</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/437778580/ubuntu-usb.html</link>
		<comments>http://bryanallott.net/blog/2008/10/ubuntu-usb.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 07:37:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=199</guid>
		<description><![CDATA[They have a saying with Ubuntu: &#8220;It Just works&#8221; and freak- it&#8217;s true, especially with the latest release 8.1 (Intrepid Ibex). 
My goal was to install Ubuntu Server edition on a machine that is really, _just_ a server. No shmancy graphics card, no CD-ROM.. wait. No CD-ROM!? How do you install server software onto a [...]]]></description>
			<content:encoded><![CDATA[<p>They have a saying with <a href="http://www.ubuntu.com/">Ubuntu</a>: &#8220;It Just works&#8221; and freak- it&#8217;s true, especially with the <a href="http://www.ubuntu.com/products/GetUbuntu/download">latest release 8.1</a> (Intrepid Ibex). </p>
<p>My goal was to install Ubuntu Server edition on a machine that is really, _just_ a server. No shmancy graphics card, no CD-ROM.. wait. No CD-ROM!? How do you install server software onto a *disconnected machine with no CD-ROM? USB.</p>
<p>Now previously, the ability has always been there, and you had to download this and do that and change this- since you were doing something out of the ordinary (at least that is, back then it was). So they simplified the whole process with Intrepid and made it ordinary.</p>
<p>Sooo.. on a desktop machine (an existing installation of Intrepid) select to create a USB disk; locate/select the server ISO (or CD if you&#8217;ve burned the ISO onto CD already); select the USB device you want to use and the rest is a progress bar.</p>
<p>Now you can boot with the USB device and install the server OS onto the machine of choice. It really does just work.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/10/ubuntu-usb.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/10/ubuntu-usb.html</feedburner:origLink></item>
		<item>
		<title>While The Politicians Dance</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/419188279/while-the-politicians-dance.html</link>
		<comments>http://bryanallott.net/blog/2008/10/while-the-politicians-dance.html#comments</comments>
		<pubDate>Mon, 13 Oct 2008 05:13:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perspective]]></category>

		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=198</guid>
		<description><![CDATA[At home (that&#8217;s SA, not USA; although&#8230;.), the politicians continue their frenzy of politicking. It&#8217;s great for them, i guess. They get to spend all their (paid) time to do what they studied to do (and perhaps the only thing they know how to do?): launch political strategies, talk about each other, spend money, campaign; [...]]]></description>
			<content:encoded><![CDATA[<p>At home (that&#8217;s SA, not USA; although&#8230;.), the politicians continue their frenzy of politicking. It&#8217;s great for them, i guess. They get to spend all their (paid) time to do what they studied to do (and perhaps the only thing they know how to do?): launch political strategies, talk about each other, spend money, campaign; pretty much everything except get down and solve the real problems.</p>
<p>Health, education, safety, housing, food, energy&#8230; these issues are not so important it seems. While all the politicians dance, the &#8220;guy on the street&#8221;, the ones working 8-5, 6-6 or not at all, are the ones bearing the burdens and suffering the patience of a long-awaited non-delivery. We have to be content with watching our money being diverted from the promised land into more airflights, suits, lunches, breakfasts, t-shirts, stickers, petty (and not so petty) court cases&#8230;</p>
<p>Of course, the argument is that these breakfasts and continued (boring) media tantrums are important enough so that the rest of the real work can start happening properly, with the right people in charge. And there&#8217;s truth to that. But the obvious responding question: &#8220;then why is there more politicking than delivery?&#8221; is never really answered. Except to say, well, because it&#8217;s really important to get that sorted so that the right people can start to do the work properly.</p>
<p>The irony is, the right people for the job are the ones who get busy just doing it, regardless. But they would probably never dream of being distracted from getting on with their job and &#8220;run for office&#8221;. &#8216;Cos, well, that&#8217;s all it is: running for an office. Maybe if we gave our politicans cubicles instead, there would be less of them &#8220;running for cubicles&#8221; :p</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/10/while-the-politicians-dance.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/10/while-the-politicians-dance.html</feedburner:origLink></item>
		<item>
		<title>Pending Changes</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/408287382/pending-changes.html</link>
		<comments>http://bryanallott.net/blog/2008/10/pending-changes.html#comments</comments>
		<pubDate>Wed, 01 Oct 2008 14:19:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[bzr]]></category>

		<category><![CDATA[code revision]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[team foundation]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/?p=195</guid>
		<description><![CDATA[One of the great habits now ingrained into my being are doing diffs on code before committing a check in. It&#8217;s a great habit, and worth the extra quick 2 minutes. It&#8217;s also a great time to review your changes and get your head into the right space for your next move. Of course, having [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great habits now ingrained into my being are doing diffs on code before committing a check in. It&#8217;s a great habit, and worth the extra quick 2 minutes. It&#8217;s also a great time to review your changes and get your head into the right space for your next move. Of course, having great tools like Subversion and Tortoise (or even git and bzr) make the job a pleasure. But then you have this&#8230;</p>
<p><a href="http://bryanallott.net/blog/wp-content/uploads/2008/10/sourcecontrol1.png"><img class="aligncenter size-medium wp-image-197" title="sourcecontrol1" src="http://bryanallott.net/blog/wp-content/uploads/2008/10/sourcecontrol1-300x117.png" alt="Pending Changes" width="300" height="117" /></a></p>
<p>(Names have been blanked for privacy reasons)</p>
<p>My pending changes tells me i got a whole bunch of changes to commit but comparing each one tells me they&#8217;re the same. <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> Not exactly conducive to keeping up a good habit, i would say. I actually only had 4 files that really changed, in case you&#8217;re wondering. No amount of refreshing, getting latest version or checking out could give me just the files i want to review before committing. Sigh.</p>
<p>And most people still ask me why i insist on using open source tools to do the job (properly) :p</p>
<p>UPDATE:</p>
<p>I stumbled upon <a href="http://super-derek.blogspot.com/2008/08/10-things-that-i-hate-tfs.html">Derek&#8217;s posting on TFS</a> and it does seem that things which should be simple (and were solved moons ago) are indeed quite difficult with TFS. The &#8220;plus&#8221; side though is <a href="http://www.iansbitsandbobs.blogspot.com/">ian</a> has taken the time out to do something about it: cue <a href="http://www.codeplex.com/lizardtf">LizardTF</a>. Keeping an eye on that while i simply have to use TFS&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/10/pending-changes.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/10/pending-changes.html</feedburner:origLink></item>
		<item>
		<title>Bzr</title>
		<link>http://feeds.feedburner.com/~r/bryanallottnet/~3/388318775/bzr.html</link>
		<comments>http://bryanallott.net/blog/2008/09/bzr.html#comments</comments>
		<pubDate>Wed, 10 Sep 2008 04:41:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[bzr]]></category>

		<guid isPermaLink="false">http://bryanallott.net/blog/2008/09/bzr.html</guid>
		<description><![CDATA[Bzr have just launched their latest version. And while i&#8217;ve used it for development control on my *nix, i&#8217;ve also migrated it&#8217;s use onto Windows. The earlier versions were all very command-liney and so un-windows-like, but in it&#8217;s defence, the good &#8216;ol command line really is pretty fast and efficient for some tasks. Anyhoooo&#8230;.
The latest [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bazaar-vcs.org/">Bzr</a> have just launched their latest version. And while i&#8217;ve used it for development control on my *nix, i&#8217;ve also migrated it&#8217;s use onto Windows. The earlier versions were all very command-liney and so un-windows-like, but in it&#8217;s defence, the good &#8216;ol command line really is pretty fast and efficient for some tasks. Anyhoooo&#8230;.</p>
<p>The latest bzr version for Windows, really has a best-of-both-worlds feel to it. <a href="https://launchpad.net/bzr/+download">Just go get it already</a> <img src='http://bryanallott.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://bryanallott.net/blog/2008/09/bzr.html/feed</wfw:commentRss>
		<feedburner:origLink>http://bryanallott.net/blog/2008/09/bzr.html</feedburner:origLink></item>
	</channel>
</rss>
