<?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>Divide and Conquer &#187; Projects</title>
	<atom:link href="http://www.divideandconquer.se/tag/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.divideandconquer.se</link>
	<description>David's Software Development Blog</description>
	<lastBuildDate>Thu, 24 Jun 2010 13:47:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making a demo login with restful_authentication</title>
		<link>http://www.divideandconquer.se/2008/03/04/making-a-demo-login-with-restful_authentication/</link>
		<comments>http://www.divideandconquer.se/2008/03/04/making-a-demo-login-with-restful_authentication/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 08:29:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[The Project]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/03/04/making-a-demo-login-with-restful_authentication/</guid>
		<description><![CDATA[In order for someone to give The Project (Min Packning) a try it was required to register an account and provide a valid e-mail address. This is an obstacle, so I wanted to add a way for people to try the service without registering. It was actually very easy. I created a demo user account, [...]]]></description>
			<content:encoded><![CDATA[<p>In order for someone to give <a href="/the-project/">The Project</a> (<a href="http://www.minpackning.se/" onclick="pageTracker._trackPageview('/outgoing/www.minpackning.se/?referer=');">Min Packning</a>) a try it was required to register an account and provide a valid e-mail address. This is an obstacle, so I wanted to add a way for people to try the service without registering. It was actually very easy. I created a demo user account, added a demo method to SessionsController and added suitable routing. Now visiting <a href="http://www.minpackning.se/demo" onclick="pageTracker._trackPageview('/outgoing/www.minpackning.se/demo?referer=');">www.minpackning.se/demo</a> will give a logged in session as the demo user.</p>
<p>In app/controllers/sessions_controller.rb:</p>
<blockquote>
<pre>  def demo
    params[:login] = 'demologin'
    params[:password] = 'demopassword'
    create
  end</pre>
</blockquote>
<p>In config/routes.rb:</p>
<blockquote>
<pre>  map.demo '/demo', :controller =&gt; 'sessions', :action =&gt; 'demo'</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/03/04/making-a-demo-login-with-restful_authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android SDK m5-rc14 now available</title>
		<link>http://www.divideandconquer.se/2008/02/14/android-sdk-m5-rc14-now-available/</link>
		<comments>http://www.divideandconquer.se/2008/02/14/android-sdk-m5-rc14-now-available/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 05:30:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/02/14/android-sdk-m5-rc14-now-available/</guid>
		<description><![CDATA[Android SDK m5-rc14 now available. I might have planned to give it a try if I didn&#8217;t have updates to The Project (MinPackning.se) to do, two energy drinks to add to Taurin.se and a Softhouse Scrum Master Kit to unbox&#8230; :-)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://feeds.feedburner.com/~r/blogspot/hsDu/~3/234479957/android-sdk-m5-rc14-now-available.html" onclick="pageTracker._trackPageview('/outgoing/feeds.feedburner.com/_r/blogspot/hsDu/_3/234479957/android-sdk-m5-rc14-now-available.html?referer=');">Android SDK m5-rc14 now available</a>. I might have planned to give it a try if I didn&#8217;t have updates to <a href="/the-project">The Project</a> (<a href="http://www.minpackning.se/" onclick="pageTracker._trackPageview('/outgoing/www.minpackning.se/?referer=');">MinPackning.se</a>) to do, two energy drinks to add to <a href="http://www.taurin.se/" onclick="pageTracker._trackPageview('/outgoing/www.taurin.se/?referer=');">Taurin.se</a> and a <a href="http://www.divideandconquer.se/2008/02/01/softhouse-scrum-master-kit/">Softhouse Scrum Master Kit to unbox</a>&#8230; :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/02/14/android-sdk-m5-rc14-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First release of The Project</title>
		<link>http://www.divideandconquer.se/2008/02/11/first-release-of-the-project/</link>
		<comments>http://www.divideandconquer.se/2008/02/11/first-release-of-the-project/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 07:26:09 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[The Project]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/02/11/first-release-of-the-project/</guid>
		<description><![CDATA[I released the first incarnation of The Project yesterday; please visit MinPackning.se! Unfortunately it&#8217;s not so useful if you can&#8217;t read Swedish.
]]></description>
			<content:encoded><![CDATA[<p>I released the first incarnation of <a href="/the-project/">The Project</a> yesterday; please visit <a href="http://www.minpackning.se/" onclick="pageTracker._trackPageview('/outgoing/www.minpackning.se/?referer=');">MinPackning.se</a>! Unfortunately it&#8217;s not so useful if you can&#8217;t read Swedish.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/02/11/first-release-of-the-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MidaSync</title>
		<link>http://www.divideandconquer.se/2008/02/08/midasync/</link>
		<comments>http://www.divideandconquer.se/2008/02/08/midasync/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 15:45:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/02/08/midasync/</guid>
		<description><![CDATA[Today I reinstated a proper web site on the domain for my project MidaSync. Quoting from the single page:
MidaSync is a project, or collection or projects, for seamless     connection between Microsoft Windows Mobile devices and Open Source     operating systems.
Further development of MidaSync is currently postponed indefinitely.
I hope [...]]]></description>
			<content:encoded><![CDATA[<p>Today I reinstated a proper web site on the domain for my project <a href="http://www.midasync.com/" onclick="pageTracker._trackPageview('/outgoing/www.midasync.com/?referer=');">MidaSync</a>. Quoting from the single page:</p>
<blockquote><p>MidaSync is a project, or collection or projects, for seamless     connection between Microsoft Windows Mobile devices and Open Source     operating systems.</p>
<p>Further development of MidaSync is currently postponed indefinitely.</p></blockquote>
<p>I hope to revive it some day, in one way or another, but that will probably not happen for quite a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/02/08/midasync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web design and SimpleSidebar</title>
		<link>http://www.divideandconquer.se/2008/01/26/web-design-and-simplesidebar/</link>
		<comments>http://www.divideandconquer.se/2008/01/26/web-design-and-simplesidebar/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 08:32:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[The Project]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/01/26/web-design-and-simplesidebar/</guid>
		<description><![CDATA[I found a suitable initial web design for The Project at Open Source Web Design.  That&#8217;s a really great site!
Now I&#8217;m learning about layouts in Ruby on Rails. As suggested in the Midnight Oil blog (Beds are burning?) article SimpleSidebar &#8211; If you have sidebars, you need this plugin I now use SimpleSidebar in [...]]]></description>
			<content:encoded><![CDATA[<p>I found a suitable initial web design for <a href="/the-project/">The Project</a> at <a href="http://www.oswd.org/" onclick="pageTracker._trackPageview('/outgoing/www.oswd.org/?referer=');">Open Source Web Design</a>.  That&#8217;s a really great site!</p>
<p>Now I&#8217;m learning about layouts in Ruby on Rails. As suggested in the Midnight Oil blog (Beds are burning?) article <a href="http://blog.aisleten.com/2007/06/03/simplesidebar-if-you-have-sidebars-you-need-this-plugin/" onclick="pageTracker._trackPageview('/outgoing/blog.aisleten.com/2007/06/03/simplesidebar-if-you-have-sidebars-you-need-this-plugin/?referer=');">SimpleSidebar &#8211; If you have sidebars, you need this plugin</a> I now use SimpleSidebar in <a href="/the-project/">The Project</a>. At first it didn&#8217;t work at all, but updating config.plugins in config/environment.rb was an easy solution! :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/01/26/web-design-and-simplesidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project prioritization &#8211; Inspect and Adapt!</title>
		<link>http://www.divideandconquer.se/2008/01/21/project-prioritization-inspect-and-adapt/</link>
		<comments>http://www.divideandconquer.se/2008/01/21/project-prioritization-inspect-and-adapt/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 20:59:39 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/01/21/project-prioritization-inspect-and-adapt/</guid>
		<description><![CDATA[I try to avoid telling myself that I don&#8217;t have time for this or that. The truth is that it comes down to how I prioritize those things. I naturally try to put family and work first, but I also make room for my own projects and ideas. Some projects only take a few hours, [...]]]></description>
			<content:encoded><![CDATA[<p>I try to avoid telling myself that I don&#8217;t have time for this or that. The truth is that it comes down to how I prioritize those things. I naturally try to put family and work first, but I also make room for my own projects and ideas. <a href="/2008/01/13/creating-an-atom-feed-from-a-web-page/">Some projects only take a few hours</a>, others linger for a long time.</p>
<p>For example, I would like to register <a href="/2008/01/07/good-domain-names-are-hard-to-find/">the really neat domain name</a> and aggregate blogs on a certain topic connected to the domain name. I have promised myself (and my visitors!) to make a price database for my <a href="http://www.taurin.se/" onclick="pageTracker._trackPageview('/outgoing/www.taurin.se/?referer=');">energy drink site</a>. I have barely started working on my so called <a href="/2007/12/20/holiday-project/">Holiday Project</a>. I have not finished the support for tags on my site <a href="http://www.folkmun.se/" onclick="pageTracker._trackPageview('/outgoing/www.folkmun.se/?referer=');">Folkmun</a>. I would need to polish my Instant Messaging to RSS system <a href="http://www.esagila.com/" onclick="pageTracker._trackPageview('/outgoing/www.esagila.com/?referer=');">Esagila</a> a bit. There are other projects that are postponed indefinitely. All in all, I really shouldn&#8217;t bother thinking of new projects right now.</p>
<p>This blog is another project. I could have been working on any of the above instead of writing this blog post! It&#8217;s all about what I give priority to, and I&#8217;m not always good at choosing. I probably need to <em>Inspect and Adapt</em>, as done in <a href="http://www.scrumalliance.org/" onclick="pageTracker._trackPageview('/outgoing/www.scrumalliance.org/?referer=');">Scrum</a>. Speaking of Scrum, maybe I should create a product backlog for my projects?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/01/21/project-prioritization-inspect-and-adapt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an Atom feed from a web page</title>
		<link>http://www.divideandconquer.se/2008/01/13/creating-an-atom-feed-from-a-web-page/</link>
		<comments>http://www.divideandconquer.se/2008/01/13/creating-an-atom-feed-from-a-web-page/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 13:18:15 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/01/13/creating-an-atom-feed-from-a-web-page/</guid>
		<description><![CDATA[Most of my time at the computer yesterday was spent working on an unofficial syndication of the broadcast archive for the Swedish radio show P3 Rytm.  It&#8217;s actually quite simple&#8230; :-)

Use curl to download the web page broadcast archive for the show
Use iconv to convert the page to UTF-8
Use tidy to convert HTML to [...]]]></description>
			<content:encoded><![CDATA[<p>Most of my time at the computer yesterday was spent working on an <a href="http://p3rytm.2good.nu/" onclick="pageTracker._trackPageview('/outgoing/p3rytm.2good.nu/?referer=');">unofficial syndication of the broadcast archive</a> for the Swedish radio show <a href="http://www.sr.se/p3/rytm" onclick="pageTracker._trackPageview('/outgoing/www.sr.se/p3/rytm?referer=');">P3 Rytm</a>.  It&#8217;s actually quite simple&#8230; :-)</p>
<ol>
<li>Use curl to download the web page broadcast archive for the show</li>
<li>Use iconv to convert the page to UTF-8</li>
<li>Use <a href="http://tidy.sourceforge.net/" onclick="pageTracker._trackPageview('/outgoing/tidy.sourceforge.net/?referer=');">tidy</a> to convert HTML to XHTML</li>
<li>Use sed to adjust some URLs</li>
<li>Use xsltproc and an XSLT script to transform the relevant parts of the web page to an XML that almost is an Atom feed</li>
<li>Use sed to convert the dates in the XML so they are in the right format. It&#8217;s now <a href="http://feedvalidator.org/check.cgi?url=http%3A//p3rytm.2good.nu/atom.xml" onclick="pageTracker._trackPageview('/outgoing/feedvalidator.org/check.cgi?url=http_3A//p3rytm.2good.nu/atom.xml&amp;referer=');">a proper Atom feed</a>.</li>
</ol>
<p><strong>Update</strong> Of course there are <a href="http://www.masternewmedia.org/news/2006/03/09/how_to_create_a_rss.htm" onclick="pageTracker._trackPageview('/outgoing/www.masternewmedia.org/news/2006/03/09/how_to_create_a_rss.htm?referer=');">several online services to automate this</a>. (Read the comments too.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/01/13/creating-an-atom-feed-from-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good domain names are hard to find</title>
		<link>http://www.divideandconquer.se/2008/01/07/good-domain-names-are-hard-to-find/</link>
		<comments>http://www.divideandconquer.se/2008/01/07/good-domain-names-are-hard-to-find/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 11:37:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/01/07/good-domain-names-are-hard-to-find/</guid>
		<description><![CDATA[As the The Project is a web site, I had to look around quite a while for suitable domain names. Many of my desired names were already taken, but IIRC none of them was actually used for something. Some are probably a case of domain name speculation, some may be registered by people with a [...]]]></description>
			<content:encoded><![CDATA[<p>As the The Project is a web site, I had to look around quite a while for suitable domain names. Many of my desired names were already taken, but IIRC none of them was actually used for something. Some are probably a case of domain name speculation, some may be registered by people with a project idea similar to mine. I found and registered a .se domain but I couldn&#8217;t find a good .com domain available.</p>
<p>Maybe .com and .se domain names are too cheap, so people buy them at a whim? I have another idea for a neat domain name that could contain a useful web site, requiring the .im TLD. The Isle of Man does not sell their domain names cheap! One year is £40, two years £68 — not including VAT! That&#8217;s actually not a <em>lot</em> of money, but when making web sites for fun like I do, you don&#8217;t get much revenue.</p>
<p>I&#8217;ve found two really good competing sites for the original use I intended for the .im domain name. If I get it I need to broaden the scope, but that might not necessarily be a bad thing. Most websites on related topics usually have really lousy web design, so even I could make something better! I have some ideas but when will I have time to realize them?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/01/07/good-domain-names-are-hard-to-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The humble beginnings of The Project</title>
		<link>http://www.divideandconquer.se/2008/01/06/the-humble-beginnings-of-the-project/</link>
		<comments>http://www.divideandconquer.se/2008/01/06/the-humble-beginnings-of-the-project/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 21:31:09 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[The Project]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/01/06/the-humble-beginnings-of-the-project/</guid>
		<description><![CDATA[Yesterday and today I took some time to work on The Project. (Tomorrow I&#8217;m back at work, so much for a holiday project.) I tossed aside requirements on a strictly Swedish interface, so the controller names are in English and I don&#8217;t use Ola Bini&#8217;s Swedish Rails yet. Honestly I haven&#8217;t done any TDD/BDD yet [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday and today I took some time to work on The Project. (Tomorrow I&#8217;m back at work, so much for a <a href="/2007/12/20/holiday-project/">holiday project</a>.) I tossed aside requirements on a strictly Swedish interface, so the controller names are in English and I don&#8217;t use <a href="http://ola-bini.blogspot.com" onclick="pageTracker._trackPageview('/outgoing/ola-bini.blogspot.com?referer=');">Ola Bini</a>&#8217;s <a href="http://opensource.ki.se/swe_rails.html" onclick="pageTracker._trackPageview('/outgoing/opensource.ki.se/swe_rails.html?referer=');">Swedish Rails</a> yet. Honestly I haven&#8217;t done any TDD/BDD yet either. The excuse I tell myself that I only cannot learn everything at the same time.</p>
<p>I lookup things in the <a href="http://pragprog.com/titles/rails2" onclick="pageTracker._trackPageview('/outgoing/pragprog.com/titles/rails2?referer=');">Rails 1.2 book</a> but as I&#8217;m using Rails 2 I&#8217;m browsing the web quite a bit too. One very useful resource I&#8217;ve found so far is <a href="http://www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial" onclick="pageTracker._trackPageview('/outgoing/www.akitaonrails.com/2007/12/12/rolling-with-rails-2-0-the-first-full-tutorial?referer=');">Akita&#8217;s tutorial</a>. So far I have <a href="http://svn.techno-weenie.net/projects/plugins/restful_authentication/" onclick="pageTracker._trackPageview('/outgoing/svn.techno-weenie.net/projects/plugins/restful_authentication/?referer=');">restful_authentication</a> working (from the <a href="http://drnicwilliams.com/2007/06/25/rails-generators-in-rubygems/" onclick="pageTracker._trackPageview('/outgoing/drnicwilliams.com/2007/06/25/rails-generators-in-rubygems/?referer=');">restful_authentication</a><a href="http://drnicwilliams.com/2007/06/25/rails-generators-in-rubygems/" onclick="pageTracker._trackPageview('/outgoing/drnicwilliams.com/2007/06/25/rails-generators-in-rubygems/?referer=');"> gem</a>), a &#8220;welcome&#8221; controller and two domain-specific models. I&#8217;m working on two related controllers.</p>
<p>A few words about using an activation step when registering a new user. I started out with the <a href="http://www.carmelyne.com/2007/8/21/restful_authentication-activation-mailer" onclick="pageTracker._trackPageview('/outgoing/www.carmelyne.com/2007/8/21/restful_authentication-activation-mailer?referer=');">Restful_authentication &amp; Activation</a>   instructions but I thought that having a HOST global variable was really silly so I found the <a href="http://svn.devjavu.com/malaysia-rb/plugins/retardase_inhibitor/" onclick="pageTracker._trackPageview('/outgoing/svn.devjavu.com/malaysia-rb/plugins/retardase_inhibitor/?referer=');">retardase_inhibitor plugin</a> and now I can properly generate URLs in the ActionMailer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/01/06/the-humble-beginnings-of-the-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want to read &#8220;Peopleware&#8221; again</title>
		<link>http://www.divideandconquer.se/2007/12/29/i-want-to-read-peopleware-again/</link>
		<comments>http://www.divideandconquer.se/2007/12/29/i-want-to-read-peopleware-again/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 07:13:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2007/12/29/i-want-to-read-peopleware-again/</guid>
		<description><![CDATA[Bruce Eckel recommends Peopleware — Productive Projects and Teams (by Tom DeMarco and Timothy Lister) in his recent weblog entry The Mythical 5%. When I ordered a bunch of book recently I was thinking of including both The Mythical Man-Month by Frederick Brooks  and Peopleware, but I didn&#8217;t. It is probably a good idea [...]]]></description>
			<content:encoded><![CDATA[<p>Bruce Eckel recommends <em>Peopleware — Productive Projects and Teams</em> (by Tom DeMarco and Timothy Lister) in his recent weblog entry <a href="http://www.artima.com/weblogs/viewpost.jsp?thread=221622" onclick="pageTracker._trackPageview('/outgoing/www.artima.com/weblogs/viewpost.jsp?thread=221622&amp;referer=');">The Mythical 5%</a>. When I <a href="/2007/12/14/books/">ordered a bunch of book recently</a> I was thinking of including both <em>The Mythical Man-Month</em> by Frederick Brooks  and Peopleware, but I didn&#8217;t. It is probably a good idea to read both of them again as I haven&#8217;t read them for five years or so and I&#8217;m trying to be one of those 5% mentioned by Bruce Eckel&#8230;</p>
<p>I have plenty to read anyway though, and yesterday I spent some time on <a href="/2007/12/20/holiday-project/">my latest project</a>. I want to use Rails 2.0 but I keep Googling and reading pages like <a href="http://www.slashdotdash.net/articles/2007/12/03/rails-2-upgrade-notes" onclick="pageTracker._trackPageview('/outgoing/www.slashdotdash.net/articles/2007/12/03/rails-2-upgrade-notes?referer=');">Rails 2 Upgrade Notes</a> a lot when things don&#8217;t work exactly as they did in previous versions. A complicating issue is that the web interface for my project will be in Swedish so I will give my controllers Swedish names, but I want English names in the database so it will either be a kind of mix under the hood or I&#8217;ll use <tt>set_table_name</tt> in the models. I hope that <a href="http://opensource.ki.se/swe_rails.html" onclick="pageTracker._trackPageview('/outgoing/opensource.ki.se/swe_rails.html?referer=');">Swedish Rails</a> can help me out a bit!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2007/12/29/i-want-to-read-peopleware-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
