<?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>Nick Carroll &#187; Random</title>
	<atom:link href="http://ca.rroll.net/category/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://ca.rroll.net</link>
	<description>Metabolising caffeine into code</description>
	<lastBuildDate>Thu, 01 Sep 2011 04:18:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fast NTLM authentication proxy with tunneling</title>
		<link>http://ca.rroll.net/2011/09/01/fast-ntlm-authentication-proxy-with-tunneling/</link>
		<comments>http://ca.rroll.net/2011/09/01/fast-ntlm-authentication-proxy-with-tunneling/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 04:18:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=378</guid>
		<description><![CDATA[If you are using Linux behind a corporate firewall that only supports Windows, and the Windows proxy authentication is causing you pain, then I suggest installing and using CNTLM. The problem I was experiencing behind my corporate firewall is that I need to authenticate using the windows domain prepended to my username. It seems that [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Linux behind a corporate firewall that only supports Windows, and the Windows proxy authentication is causing you pain, then I suggest installing and using CNTLM.</p>
<p>The problem I was experiencing behind my corporate firewall is that I need to authenticate using the windows domain prepended to my username.  It seems that you are not able to have a backslash in your username when setting your http_proxy environment variable using the below format.</p>
<p><code>http://username:password@host:port/</code></p>
<p>In other words I was getting strange errors when using the following in my .bash_profile.</p>
<p><code>export http_proxy=http://domain\username:password@host.com/</code>.</p>
<p>You can&#8217;t escape the backslash, nor wrap everything in quotes etc.  The only solution I came across was to use an NTLM authentication proxy such as CNTLM, which is a fast NTLM authentication proxy written in C.  The Ubuntu package is described as follows.</p>
<blockquote><p>Cntlm is a fast and efficient NTLM proxy, with support for TCP/IP tunneling,<br />
authenticated connection caching, ACLs, proper daemon logging and behaviour<br />
and much more. It has up to ten times faster responses than similar NTLM<br />
proxies, while using by orders or magnitude less RAM and CPU. Manual page<br />
contains detailed information.</p></blockquote>
<p>It can be installed using the command, but you&#8217;ll need to do this when you are connected directly to the internet, and thus bypassing your corporate proxy!</p>
<p><code>sudo apt-get install cntlm</code></p>
<p>You will then need to configure CNTLM by modifying the config file at /etc/cntlm.conf.  You&#8217;ll need to specify your windows domain login credentials in the config file.</p>
<p>Once configured, restart CNTLM using the command:</p>
<p><code>sudo /etc/init.d/cntlm restart</code></p>
<p>Once CNTLM has been configured and restarted, you can then update your http_proxy settings to use http://localhost:3128, or whatever port number you used in the CNTLM config file.  By default CNTLM listens on port 3128.  Now you will be able to use apt-get, but this time behind your corporate proxy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2011/09/01/fast-ntlm-authentication-proxy-with-tunneling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting spammers to work</title>
		<link>http://ca.rroll.net/2010/03/18/putting-spammers-to-work/</link>
		<comments>http://ca.rroll.net/2010/03/18/putting-spammers-to-work/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 04:29:06 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=342</guid>
		<description><![CDATA[I am just getting way too many spam comments on my blog lately. Akismet isn&#8217;t doing a good job of identifying these comments as spam as they generally appear to be genuine comments. Except that the author and website are for a specific product or company looking to increase their Google Page Rank. I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I am just getting way too many spam comments on my blog lately.  Akismet isn&#8217;t doing a good job of identifying these comments as spam as they generally appear to be genuine comments.  Except that the author and website are for a specific product or company looking to increase their Google Page Rank.  I don&#8217;t really want to disable the link to a legitimate author&#8217;s website or blog, so I have decided to make the spammers do some work.  I have installed the reCAPTCHA plugin which will make all comment authors type in a couple of words located on a reCAPTCHA image.  This not only limits spam, but <a href="http://googleblog.blogspot.com/2009/09/teaching-computers-to-read-google.html">Google</a> uses reCAPTCHA to help in their effort to digitise books.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2010/03/18/putting-spammers-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last month at ThoughtWorks</title>
		<link>http://ca.rroll.net/2010/01/05/last-month-at-thoughtworks/</link>
		<comments>http://ca.rroll.net/2010/01/05/last-month-at-thoughtworks/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 23:09:49 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[ThoughtWorks]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=225</guid>
		<description><![CDATA[I was sifting through my blog entries during the holidays and came across my post three years ago about my first month at ThoughtWorks. After reading it I felt it needed an update, otherwise I probably wouldn&#8217;t have left the company if the list was still accurate. My last day at ThoughtWorks was 24th December [...]]]></description>
			<content:encoded><![CDATA[<p>I was sifting through my blog entries during the holidays and came across my post three years ago about my <a href="http://ca.rroll.net/2007/03/19/first-month-at-thoughtworks/">first month at ThoughtWorks</a>.  After reading it I felt it needed an update, otherwise I probably wouldn&#8217;t have left the company if the list was still accurate.  My last day at ThoughtWorks was 24th December 2009.</p>
<blockquote><p>
1. Other ThoughtWorkers: I have had the chance to work with some of the most incredible software developers that I have ever met. These guys and gals really know how to thrash a keyboard around when pumping out quality code. It has to be said that working with really talented individuals makes work very enjoyable. Which goes to show that Roy’s social experiment is still going strong after all these years.
</p></blockquote>
<p>The people at ThoughtWorks are certainly a great bunch of people.  I would still rank working with many of the fine folks at ThoughtWorks as one of my best experiences.  However, many of them have since moved on to <a href="http://thoughtquitters.com/">greener pastures</a>.</p>
<blockquote><p>
2. Ruby is such a cool programming language and I am so glad that I am working at a company that has completely embraced it. Ruby has been around in the US and Europe for a while, but it is still relatively new in Australia. I am waiting impatiently for the Aussie tech industry to catch up so that I can finally work on a Ruby project.</p>
<p>Meanwhile I have been ramping up on my Ruby skills, and there is no better place in Australia for learning Ruby. We have some of the best Ruby developers working in Sydney at the new ThoughtWorks Studios, and they open their doors after work each week for us to work on a Ruby project with them.
</p></blockquote>
<p>Sadly, I never got to write a line of Ruby code that made it into production.  It was only ever Java code.  Also, ThoughtWorks Studios is no longer based in Sydney.</p>
<blockquote><p>
3. Agile is certainly an interesting approach to developing software. I have already been thrown head first into a large agile software development project, and I am already hooked on the agile koolaid. Over the weekend our client deployed the first release in time for a public launch of their system. It is the first large scale project that I have worked on, and it was a success right off the bat. The release was completed on-time, on-budget, and with 5 times less defects than any of their previous projects. Being part of a team that produced a result like this certainly made my first month a memorable one.
</p></blockquote>
<p>I am still a strong advocate for Agile software development.  I was never part of a project that failed to deliver, and I am extremely proud of this success.</p>
<blockquote><p>
4. Open Communication: I have been amazed with how open the lines of communication are within the company. In the first two weeks I had met Martin Fowler our lead scientist, coffee with Bruce the Australian MD, and beers with Roy Singham the founder of the company. They all made themselves available to talk about agile, corporate strategy, and whatever the next big thing might be. I thought it was cool to be able to hang out with these guys. There aren’t many companies out there that have corporate leaders that like to hang out with their employees and have a general interest in them.
</p></blockquote>
<p>Communication is not as open as it used to be.</p>
<blockquote><p>
5. Geek Night is just one of many ThoughtWorks events that helps to facilitate knowledge sharing within the company. It is an after work event where developers head back to the ThoughtWorks office for a night of geeking out in front of a computer. We learn a new programming language whilst downing copious amounts of Coke Zero and rice cracker snacks.
</p></blockquote>
<p>Geek Night rarely happens.  I tried my best to inject some life into it with the Functional Programming and Groovy user groups, but the interest just wasn&#8217;t there.</p>
<blockquote><p>
6. Free food: I have put on a couple of kilos since I started work. It has to do with all the lunches and dinners that the company has put on. They keep a fridge stocked with beers, wine, soft drinks and fruit juice. As well as bowls of fruit and cupboards filled with biscuits, chips, and chocolates. Best of all they have a tab going for free coffee at a local cafe!
</p></blockquote>
<p>There is still free food on Fridays.  The coffee tab at the local cafe got replaced with an in-house coffee machine.</p>
<blockquote><p>
7. Consulting Dojo: There is one catch to the free food, on Fridays lunch is provided to attract all the ThoughtWorkers to the office to listen to one of our colleagues present on a consulting related topic. The presentations have been very interesting, and there is always a good turn out. The dojo is another example of knowledge sharing within the company.
</p></blockquote>
<p>The dojos are still around, but in a lighter form.  A couple of presenters are given 5 minutes to present on a topic that ranges from cool stuff that happened on a project to how to use a Mac.</p>
<blockquote><p>
8. Training and book budgets: Each ThoughtWorker is provided with their own personal budget for training and purchasing books. Essentially we are responsible for our own learning and personal development. So we can choose whatever course or conference we want to attend. There is just so much support for our career development.
</p></blockquote>
<p>The training and book budgets are still around.  There was a period when the training budget was reduced, but it is back to where it was.  I only ever got to use my training budget in my first year, after that I found it hard to find time for training as I was always on a project and focused on delivery.  However I made good use of the book budget.  It is something that I will certainly miss.</p>
<blockquote><p>
9. Brand new Dell Latitude D620: It isn’t a Mac, but I have been very impressed with this piece of hardware. I really like the widescreen display, Intel Core Duo processor, and the feel of the keyboard. It also doesn’t get that hot from extended usage. It is the first Dell I’ve used, and I’m very happy with it.
</p></blockquote>
<p>Would you believe that the Macbook Pro is now the default laptop?  It was a sad day when I had to return my new 15 inch Macbook.</p>
<blockquote><p>
10. Mobile phone and home broadband: This is a nice perk, having your company pay for your mobile phone and home broadband bills. I can finally afford ADSL2!
</p></blockquote>
<p>You still get a mobile phone and broadband budget.  So you can sign up for an iPhone when you join.</p>
<p>This will be my last post on ThoughtWorks as I close this chapter of my life.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2010/01/05/last-month-at-thoughtworks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Macbook</title>
		<link>http://ca.rroll.net/2009/09/22/new-macbook/</link>
		<comments>http://ca.rroll.net/2009/09/22/new-macbook/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 01:28:35 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[ThoughtWorks]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=214</guid>
		<description><![CDATA[Hoorah! Just got my new work laptop. It is a brand spanking new 15 inch Macbook pro! Apparently it is the new default laptop for developers at ThoughtWorks Australia.]]></description>
			<content:encoded><![CDATA[<p>Hoorah!  Just got my new work laptop.  It is a brand spanking new 15 inch Macbook pro!  Apparently it is the new default laptop for developers at <a href="http://www.thoughtworks.com.au">ThoughtWorks Australia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2009/09/22/new-macbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IR pen goes commercial</title>
		<link>http://ca.rroll.net/2009/05/23/ir-pen-goes-commercial/</link>
		<comments>http://ca.rroll.net/2009/05/23/ir-pen-goes-commercial/#comments</comments>
		<pubDate>Sat, 23 May 2009 03:58:09 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Wiimote]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=177</guid>
		<description><![CDATA[It had to happen, someone has finally mass produced the IR pen so that you can use your Wiimote as an interactive whiteboard. You can buy an IR pen from http://penteractive.us/ for about $8. I sure hope Johnny Chung Lee is getting a cut of this action. Of course if you want to make your [...]]]></description>
			<content:encoded><![CDATA[<p>It had to happen, someone has finally mass produced the IR pen so that you can use your Wiimote as an interactive whiteboard.  You can buy an IR pen from <a href="http://penteractive.us/">http://penteractive.us/</a> for about $8.  I sure hope <a href="http://johnnylee.net/projects/wii/">Johnny Chung Lee</a> is getting a cut of this action.  Of course if you want to make your own then read my blog posting about <a href="http://ca.rroll.net/2008/05/29/ir-pen-version-2/">making your own IR pen</a>.</p>
<p>Penteractive also sell stands, which makes setting up the Wiimote whiteboard so much easier!  Speaking of which, check out <a href="http://code.google.com/p/ideo-multitouch/">IDEO&#8217;s multitouch system</a> (at code.google.com) which also supports the Wiimote and IR pen interaction.</p>
<p>I am excited about all this because it makes a <a href="http://ca.rroll.net/2008/03/25/wiimote-gestures-with-mingle/">Mingle projected story wall</a> so much easier to setup and interact with.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2009/05/23/ir-pen-goes-commercial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What credit crunch?</title>
		<link>http://ca.rroll.net/2009/01/04/what-credit-crunch/</link>
		<comments>http://ca.rroll.net/2009/01/04/what-credit-crunch/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 00:53:15 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=156</guid>
		<description><![CDATA[Finally got around to my first post for the new year. I gave the credit card a good workout during the holidays, which has left me wondering &#8220;what credit crunch?&#8221;. There were thousands of people out and about buying stuff and &#8220;stimulating the economy&#8221;. You even have the sales assistants at big department stores saying [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got around to my first post for the new year.  I gave the credit card a good workout during the holidays, which has left me wondering &#8220;what credit crunch?&#8221;.  There were thousands of people out and about buying stuff and &#8220;stimulating the economy&#8221;.  You even have the sales assistants at big department stores saying that they have had the busiest Boxing Day sales ever.  I guess the biggest losers out of last year were the bankers, and rightly so.  They have been bad boys and girls, and ought to have received sacks of coal from Santa for Christmas.</p>
<p>I also gave my financial planner the flick.  The downturn in the economy was a blessing in disguise.  Basically it showed me that financial planners are nothing more than glorified sales people.  They know very little more about financial markets than you, except for the financial products that they get big kick backs for from funds managers.  Investing is not complicated nor time consuming if you take the effort to do your own independent learning on financial markets.  I thought I would be too busy to look after my personal finances, so I outsourced it to a financial planner.  That turned out to be the worst mistake I&#8217;ve made, but I&#8217;ve learned from it and moved on.  The first rule of investing should be <strong>never relinquish control of your finances</strong>.  Now I am free to invest in what I like without the millionaire&#8217;s factory taxing me for doing sweet FA.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2009/01/04/what-credit-crunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IR Pen version 2</title>
		<link>http://ca.rroll.net/2008/05/29/ir-pen-version-2/</link>
		<comments>http://ca.rroll.net/2008/05/29/ir-pen-version-2/#comments</comments>
		<pubDate>Thu, 29 May 2008 12:13:20 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Wiimote]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=140</guid>
		<description><![CDATA[My previous attempt at building a simple IR pen did not work as expected. The power source was too weak for the IR LED, and consequently the Wiimote had difficulty detecting the IR light. For my second attempt I purchased an IR LED, some wire, a momentary switch, a 10 Ohm resistor, and a battery [...]]]></description>
			<content:encoded><![CDATA[<p>My previous attempt at building a <a href="http://ca.rroll.net/2008/05/26/simple-ir-pen-for-wiimote-whiteboard/">simple IR pen</a> did not work as expected.  The power source was too weak for the IR LED, and consequently the Wiimote had difficulty detecting the IR light.</p>
<p>For my second attempt I purchased an IR LED, some wire, a momentary switch, a 10 Ohm resistor, and a battery holder for two AA batteries.  I also had a whiteboard marker lying around, which I used to create the casing for the IR pen.</p>
<p><a href="http://www.flickr.com/photos/ncarroll/2533032055/" title="IR Pen by ncarroll, on Flickr"><img src="http://farm4.static.flickr.com/3088/2533032055_ffcea83164.jpg" width="500" height="375" alt="IR Pen" /></a></p>
<p>I wired up the circuit so that the IR LED was in serial with the switch, resistor and battery holder.  I then cut off the nozzle from the whiteboard marker casing.  I needed space to fit the switch, so I cut the cylinder shaped casing in half, and drilled a hole to push the switch through.  I then popped the LED through the nozzle, and wrapped the casing around the circuit.  Everything was then held in place using electrical tape.  It was a prototype, so I didn&#8217;t bother with aesthetics, which the rubber band holding the pen and battery holder together clearly shows.</p>
<p>I am glad to report that this particular IR pen works perfectly with my laptop screen and the Wiimote.  However, I will need to test it out on a projected image from a data projector before officially giving the thumbs up.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2008/05/29/ir-pen-version-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple IR Pen for Wiimote Whiteboard</title>
		<link>http://ca.rroll.net/2008/05/26/simple-ir-pen-for-wiimote-whiteboard/</link>
		<comments>http://ca.rroll.net/2008/05/26/simple-ir-pen-for-wiimote-whiteboard/#comments</comments>
		<pubDate>Mon, 26 May 2008 13:54:57 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Wiimote]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/?p=139</guid>
		<description><![CDATA[My previous foray into using a Wiimote with my laptop led me down the path of building a USB sensor bar so that I can use the Wiimote to control the pointer movements. This approach worked better than expected, but it doesn&#8217;t work so well if you want finer control of your mouse pointer. For [...]]]></description>
			<content:encoded><![CDATA[<p>My previous foray into using a <a href="http://ca.rroll.net/tag/wiimote/">Wiimote with my laptop</a> led me down the path of building a USB sensor bar so that I can use the Wiimote to control the pointer movements.  This approach worked better than expected, but it doesn&#8217;t work so well if you want finer control of your mouse pointer.  For example, when I was demonstrating the Wiimote integration with my laptop I was quite nervous about the demo not working, and this was made apparent by the shaky lines that I was drawing with the Mouse Gestures.  As a result some of the Mouse Gestures did not register.</p>
<p>A better approach would be to do what <a href="http://www.cs.cmu.edu/~johnny/">Johnny Lee</a> did with the Wiimote to create the <a href="http://www.cs.cmu.edu/~johnny/projects/wii/">Wiimote Whiteboard</a>.  Johnny Lee used the Wiimote as an IR camera pointed at a projector screen, and created a pen with an LED which the Wiimote can track.  This approach provides for more accuracy and smoother movements of the pointer.</p>
<p>The barrier of entry to the Wiimote Whiteboard is creating the IR pen.  Johnny Lee suggests wiring up a circuit containing an IR LED, momentary switch, resistor, and power supply, then shoving it into a pen.  If you google &#8220;IR pen&#8221; you will also come up with some complicated solutions.  One guy even tried to cram the circuit into a highlighter casing.</p>
<p><a href="http://www.flickr.com/photos/ncarroll/2523710705/" title="Simple IR Penlight for Wiimote Whiteboard by ncarroll, on Flickr"><img src="http://farm3.static.flickr.com/2135/2523710705_17bc0f33a3.jpg" width="500" height="375" alt="Simple IR Penlight for Wiimote Whiteboard" /></a></p>
<p>My solution is really quite straightforward.  In fact you only need to go to your local electronics store and pick up two items: an LED keyring torch; and an IR LED.  When purchasing an LED keyring torch, make sure that you can easily replace the LED.  I used this <a href="http://jaycar.com.au/productView.asp?ID=ST3048&#038;CATID=&#038;keywords=led+torch&#038;SPECIAL=&#038;form=KEYWORD&#038;ProdCodeOnly=&#038;Keyword1=&#038;Keyword2=&#038;pageNumber=&#038;priceMin=&#038;priceMax=&#038;SUBCATID=">LED keyring torch</a> from Jaycar Electronics.  I then pulled the torch apart, pulled out the LED, and replaced it with an <a href="http://jaycar.com.au/productView.asp?ID=ZD1945&#038;CATID=&#038;keywords=infrared+LED&#038;SPECIAL=&#038;form=KEYWORD&#038;ProdCodeOnly=&#038;Keyword1=&#038;Keyword2=&#038;pageNumber=&#038;priceMin=&#038;priceMax=&#038;SUBCATID=">IR LED</a>.  This solution meant I didn&#8217;t have to do any soldering or fiddling around.  It all fit together into a nice compact form factor that cost me less than $10, and took no longer than 10 minutes to switch the LED.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2008/05/26/simple-ir-pen-for-wiimote-whiteboard/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Top 3 predictions for Macworld Expo</title>
		<link>http://ca.rroll.net/2008/01/13/top-3-predictions-for-macworld-expo/</link>
		<comments>http://ca.rroll.net/2008/01/13/top-3-predictions-for-macworld-expo/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 05:59:45 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[ThoughtWorks]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/2008/01/13/top-3-predictions-for-macworld-expo/</guid>
		<description><![CDATA[This year I figured I will join the masses of crazed Apple fans and add my two cents worth of predictions ahead of next week&#8217;s Macworld Expo. Here are my top 3 predictions for Macworld Expo. One more thing&#8230; This is a no brainer. Steve Jobs will no doubt say these three words followed by [...]]]></description>
			<content:encoded><![CDATA[<p>This year I figured I will join the masses of crazed Apple fans and add my two cents worth of predictions ahead of next week&#8217;s Macworld Expo.  Here are my top 3 predictions for Macworld Expo.</p>
<ul>
<li><strong>One more thing&#8230;</strong>  This is a no brainer.  Steve Jobs will no doubt say these three words followed by announcing some new product line.  I reckon this new product will be a touchscreen tablet.  Essentially a bigger version of the iPod touch, but with a focus on productivity.</li>
<li><strong>3G iPhone:</strong>  With Australia expecting to see an iPhone introduced this year then Apple really needs to release a 3G version of its iPhone so that it can compete in Australia.  I am fairly confident that this will be announced at Macworld.</li>
<li><strong>Macbooks with Solid State Disks:</strong>  The crowd would go nuts if Steve Jobs announces solid state disks across Apple&#8217;s Macbook range.  Given that Sony was first to market with SSD laptops, then it is not unlikely that Apple will follow with their own range of SSD laptops.</li>
</ul>
<p><strong>Update</strong><br />
Looks like only one of the three predictions came true.  The new Macbook Air comes with an optional solid state disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2008/01/13/top-3-predictions-for-macworld-expo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All studied out</title>
		<link>http://ca.rroll.net/2007/11/26/all-studied-out/</link>
		<comments>http://ca.rroll.net/2007/11/26/all-studied-out/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 13:05:13 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://ca.rroll.net/2007/11/26/all-studied-out/</guid>
		<description><![CDATA[Today I sat an exam for a course on Financial Markets and Economics. I had spent my ThoughtWorks training budget on a finance course to increase my domain knowledge. My last three projects have all had something to do with the finance industry, so I thought it would be about time I freshened up on [...]]]></description>
			<content:encoded><![CDATA[<p>Today I sat an exam for a course on Financial Markets and Economics.  I had spent my <a href="http://www.thoughtworks.com">ThoughtWorks</a> training budget on a finance course to increase my domain knowledge.  My last three projects have all had something to do with the finance industry, so I thought it would be about time I freshened up on my understanding of securities, derivatives, debt financing, and monetary and fiscal policies.  The course was quite demanding, especially since I underestimated how much spare time I actually have outside of office hours.  I have therefore decided to ease back on my studies and focus on some chill-out time.  I have accomplished a lot this year and I want to recharge the batteries for what will be a big year next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://ca.rroll.net/2007/11/26/all-studied-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

