<?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>Software Sweden</title>
	<atom:link href="http://www.softwaresweden.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwaresweden.com</link>
	<description>It&#039;s not just code - Programming is about managing complexities</description>
	<lastBuildDate>Sat, 18 May 2013 17:38:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress, Drupal or Roll Your Own?</title>
		<link>http://www.softwaresweden.com/2013/05/18/wordpress-drupal-or-roll-your-own/</link>
		<comments>http://www.softwaresweden.com/2013/05/18/wordpress-drupal-or-roll-your-own/#comments</comments>
		<pubDate>Sat, 18 May 2013 17:38:12 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=146</guid>
		<description><![CDATA[When should you use existing CMSs as WordPress or Drupal and when should you build one yourself? Of course, building a CMS from scratch would be insane but with emerging technologies and standards such as git (for version control), Markdown (for editing), Neo4J (for metadata) and Solr or ElasticSearch for indexing the data, you can [...]]]></description>
				<content:encoded><![CDATA[<p>When should you use existing CMSs as <a href="http://thefrankfamily.se/drupal-eller-wordpress-eller/">WordPress or Drupal</a> and when should you build one yourself? </p>
<p>Of course, building a CMS from scratch would be insane but with emerging technologies and standards such as <a href="http://git-scm.com/">git </a>(for version control), Markdown (for editing), <a href="http://www.neo4j.org/">Neo4J </a>(for metadata) and Solr or ElasticSearch for indexing the data, you can get extremely far by putting the pieces together yourself.</p>
<p>Add to that the recent rise in popularity of Javascript frameworks such as <a href="http://angularjs.org">AngularJS </a>or Backbone, with which you tend to get a cleaner split between REST-API and UI, and you don&#8217;t even have to render the web pages on a server. Static HTML-files with Javascript are fine.</p>
<p>So maybe the time has come to say goodbye to the web CMS that tries to do everything and say hello to a toolbox of world class, open source and free components that you put together yourself to build a framework?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2013/05/18/wordpress-drupal-or-roll-your-own/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion (svn) error: &#8220;containing working copy admin area is missing&#8221;</title>
		<link>http://www.softwaresweden.com/2013/02/13/subversion-svn-error-containing-working-copy-admin-area-is-missing/</link>
		<comments>http://www.softwaresweden.com/2013/02/13/subversion-svn-error-containing-working-copy-admin-area-is-missing/#comments</comments>
		<pubDate>Wed, 13 Feb 2013 15:16:37 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=140</guid>
		<description><![CDATA[Accidentally tried to add a folder to an svn repository with files that were already added to another svn repo. This caused some confusion for subversion and I got the error message: containing working copy admin area is missing This SO question saved me: The solution is to do: svn --force delete _dir_ On the [...]]]></description>
				<content:encoded><![CDATA[<p>Accidentally tried to add a folder to an svn repository with files that were already added to another svn repo. This caused some confusion for subversion and I got the error message:</p>
<p><code>containing working copy admin area is missing</code></p>
<p><a href="http://stackoverflow.com/questions/1394076/how-to-fix-containing-working-copy-admin-area-is-missing-in-svn">This</a> SO question saved me: The solution is to do:</p>
<p><code>svn --force delete _dir_</code></p>
<p>On the directory. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2013/02/13/subversion-svn-error-containing-working-copy-admin-area-is-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Carmack on Software Engineering</title>
		<link>http://www.softwaresweden.com/2012/08/27/john-carmack-on-software-engineering/</link>
		<comments>http://www.softwaresweden.com/2012/08/27/john-carmack-on-software-engineering/#comments</comments>
		<pubDate>Mon, 27 Aug 2012 09:17:32 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=134</guid>
		<description><![CDATA[A very good read here from game programming legend John Carmack. In real­ity in com­puter sci­ence, just about the only thing that’s really sci­ence is when you’re talk­ing about algo­rithms. And opti­miza­tion is an engi­neer­ing. But those don’t actu­ally occupy that much of the total time spent pro­gram­ming. You know, we have a few pro­gram­mers [...]]]></description>
				<content:encoded><![CDATA[<p>A very good read <a href="https://blogs.uw.edu/ajko/2012/08/22/john-carmack-discusses-the-art-and-science-of-software-engineering/">here</a> from game programming legend John Carmack. </p>
<blockquote><p>In real­ity in com­puter sci­ence, just about the only thing that’s really sci­ence is when you’re talk­ing about algo­rithms. And opti­miza­tion is an engi­neer­ing. But those don’t actu­ally occupy that much of the total time spent pro­gram­ming. You know, we have a few pro­gram­mers that spend a lot of time on opti­miz­ing and some of the select­ing of algo­rithms on there, but 90% of the pro­gram­mers are doing pro­gram­ming work to make things hap­pen. And when I start to look at what’s really hap­pen­ing in all of these, there really is no sci­ence and engi­neer­ing and objec­tiv­ity to most of these tasks. You know, one of the pro­gram­mers actu­ally says that he does a lot of mon­key programming—you know beat­ing on things and mak­ing stuff hap­pen. <strong>And I, you know we like to think that we can be smart engi­neers about this, that there are objec­tive ways to make good soft­ware, but as I’ve been look­ing at this more and more, it’s been strik­ing to me how much that really isn’t the case</strong>.</p></blockquote>
<p>The whole post is worth a read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2012/08/27/john-carmack-on-software-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 Youtube videos as fields in content type</title>
		<link>http://www.softwaresweden.com/2011/07/06/drupal-7-youtube-videos-as-fields-in-content-type/</link>
		<comments>http://www.softwaresweden.com/2011/07/06/drupal-7-youtube-videos-as-fields-in-content-type/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 20:45:45 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=127</guid>
		<description><![CDATA[I have been doing quite a lot of work with Drupal 7 the last couple of months. It has its ups and downs but one thing that it always tries to do is to prevent you from having to write your own code to solve problems. It gets quite annoying then when simple things don&#8217;t [...]]]></description>
				<content:encoded><![CDATA[<p>I have been doing quite a lot of work with Drupal 7 the last couple of months. It has its ups and downs but one thing that it always tries to do is to prevent you from having to write your own code to solve problems.<br />
It gets quite annoying then when simple things don&#8217;t work. In my case I wanted a content type with nothing but a title and a video field that shows Youtube videos that the editor pasted the URL to. That should work, right?</p>
<p>Well, yes, it should, but not without problems. First, I installed the <a href="http://drupal.org/project/media">Media module</a> and then the <a href="http://drupal.org/project/media_youtube">Media:Youtube</a> module. I set up a content type with a field of the type Multimedia Asset.</p>
<p>Then comes the kicker: without doing the following things didn&#8217;t work. The videos didn&#8217;t show up at all. It took me quite some time to figure this out.</p>
<p>At the Manage Display tab I had to first remove the video (make it Hidden) and then add it again so that I could choose a file view mode. See screenshot below.</p>
<p><img src="https://img.skitch.com/20110706-xcnujyjmjnmcbuisnnkji8j5m4.jpg" alt="" /></p>
<p>The display types are defined in Config > File Types > Manage file display. Here I can choose Youtube video and after making sure the content type chooses a file view mode the video was displayed. *phew!*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2011/07/06/drupal-7-youtube-videos-as-fields-in-content-type/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Lean Startup Books</title>
		<link>http://www.softwaresweden.com/2011/06/01/lean-startup-books/</link>
		<comments>http://www.softwaresweden.com/2011/06/01/lean-startup-books/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 09:29:09 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=122</guid>
		<description><![CDATA[Speaking of books, I just set up a new blog focused on books about lean startup. In case you don&#8217;t know, a lean startup is an organization in search of a scalable business model. It is heavily influenced by the agile software movement. (I even wrote a manifesto for it! So far, I&#8217;ve only added [...]]]></description>
				<content:encoded><![CDATA[<p>Speaking of <a href="http://www.softwaresweden.com/2011/03/01/programming-books/">books</a>, I just set up a new blog focused on <a href="http://www.leanstartupbooks.com">books about lean startup</a>.<br />
In case you don&#8217;t know, a <a href="http://en.wikipedia.org/wiki/Lean_Startup">lean startup</a> is an organization in search of a scalable business model. It is heavily influenced by the agile software movement. (I even wrote a <a href="http://www.startupmanifesto.org">manifesto</a> for it! <img src='http://www.softwaresweden.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
So far, I&#8217;ve only added four books but I will add more later and also categorize the books into sections such as software development processes, good living, marketing etc.<br />
These are basically the books I&#8217;m reading myself so I thought I might as well collect it all and put it on a web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2011/06/01/lean-startup-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming books</title>
		<link>http://www.softwaresweden.com/2011/03/01/programming-books/</link>
		<comments>http://www.softwaresweden.com/2011/03/01/programming-books/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 20:14:07 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=119</guid>
		<description><![CDATA[There was a thread on Hacker News about influential books for programmers. I wrote a comment which I might as well rewrite for this blog because it&#8217;s an interesting subject. So&#8230; the answer to this question depends a lot on in what stage of programming maturity you are. The thing is, I remember the exact [...]]]></description>
				<content:encoded><![CDATA[<p>There was a thread on Hacker News about <a href="http://news.ycombinator.com/item?id=2272722">influential books for programmers</a>. I wrote a <a href="http://news.ycombinator.com/item?id=2275055">comment</a> which I might as well rewrite for this blog because it&#8217;s an interesting subject.</p>
<p>So&#8230; the answer to this question depends a lot on in what stage of programming maturity you are.</p>
<p>The thing is, I remember the exact moment I &#8220;got&#8221; what a class in C++ was. It was a true relevation. Even though I had been programming for a few years (on my Commodore 64 and Amiga &#8211; mostly BASIC and some assembler) it wasn&#8217;t until I was 19 that I fully understood the concept of a class.</p>
<p>I can definitely say that I was a different programmer after that day. It was like leveling up in an RPG.</p>
<p>It took me a few more years to get object oriented design&#8230;</p>
<p>Yeah, maybe I&#8217;m a slow learner (although I have seen enough of other people&#8217;s code to conclude that I&#8217;m not alone) but the point is that at different stages of my journey to learn the programming craft I have been open to different ideas and insights.</p>
<p>I don&#8217;t think there&#8217;s one book that alone would have taken me all the way. The right book at the right moment can push you over a cliff of insight but software development is truly a craft of the mind and it takes many years to be really good at. I&#8217;m not there yet. </p>
<p>What&#8217;s your favorite programming books?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2011/03/01/programming-books/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Startups in Sweden</title>
		<link>http://www.softwaresweden.com/2011/02/21/startups-in-sweden/</link>
		<comments>http://www.softwaresweden.com/2011/02/21/startups-in-sweden/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 20:33:00 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=116</guid>
		<description><![CDATA[Following up on my post about working as a developer in Sweden&#8230; there was a question on Quora about hot startups in Sweden and just recently a new reply was posted with a list of a few companies. The entire thread might be worth checking out if you want to work at a cool startup.]]></description>
				<content:encoded><![CDATA[<p>Following up on my post about <a href="http://www.softwaresweden.com/2011/01/09/working-as-a-programmer-in-sweden/">working as a developer in Sweden</a>&#8230; there was a question on Quora about hot startups in Sweden and just recently a new reply was posted with a list of a few companies. The <a href="http://www.quora.com/What-are-the-hot-internet-tech-startups-in-Stockholm-Sweden">entire thread</a> might be worth checking out if you want to work at a cool startup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2011/02/21/startups-in-sweden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working as a programmer in Sweden</title>
		<link>http://www.softwaresweden.com/2011/01/09/working-as-a-programmer-in-sweden/</link>
		<comments>http://www.softwaresweden.com/2011/01/09/working-as-a-programmer-in-sweden/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 11:07:05 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=112</guid>
		<description><![CDATA[This blog ranks quite high on searches related to software in Sweden (gee, I wonder why ) so I sometimes get email from people who&#8217;s interested in moving to Sweden to work as a programmer. I just replied to such an email and thought that the answer might be interesting for others to read as [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://farm3.static.flickr.com/2462/3721750394_c0e98b2c0d_z.jpg"><img src="http://farm3.static.flickr.com/2462/3721750394_c0e98b2c0d_z.jpg" alt="Sweden Software" /></a></p>
<p>This blog ranks quite high on searches related to software in Sweden (gee, I wonder why <img src='http://www.softwaresweden.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) so I sometimes get email from people who&#8217;s interested in moving to Sweden to work as a programmer. </p>
<p>I just replied to such an email and thought that the answer might be interesting for others to read as well, so here you go.</p>
<blockquote><p>Great to hear about your moving plans. Even though the weather here right now makes you dream of warmer places, Sweden is a great place for a career in tech.</p>
<p>The job market for programmers is really good at the moment &#8211; at least in the Stockholm area. I&#8217;m not so sure about the rest of the country but Gothenburg seems to be doing fine as well. The Malmö/Lund area is still suffering from layoffs at the larger companies in the area (Sony Ericsson, Astra Zeneca, Ericsson) but there is a thriving mobile business growing there. They also benefit from having Copenhagen so close. Danish salaries are higher so Swedish programmers are a bargain in Denmark.</p>
<p>In Stockholm there are lots of headquarters, naturally, which means quite a lot of <a href="http://www.softwaresweden.com/2010/04/28/picking-a-programming-language-based-on-personality/">Big Systems written in Java or .Net</a>. This is also where most of the marketing departments are located which means quite a lot of work for web agencies, CMS vendors etc. </p>
<p>In southern Sweden (Malmö/Lund) as I mentioned there is a strong mobile culture with Sony Ericsson at the epicenter. Lots of smaller spinoffs but also competitors or partners that&#8217;s establishing in the area. Sony Ericsson is almost always looking for embedded C-programmers with Android development growing a lot lately.</p>
<p>When it comes to the spoken language that varies a lot. The bigger international companies like Ericsson I&#8217;d say it&#8217;s no problem to speak English. The same goes for smaller firms like web or mobile agencies or startups. Most people in Sweden knows English. It can, however, be a problem once you leave the tech sphere. I currently work for a consultancy business in Stockholm and Swedish is a must for some of our clients. We have clients in the insurance, finance and retail business and they&#8217;re not as international as for example the telecom business.</p></blockquote>
<p>I will probably write more about this subject in the future. Sweden needs more good software developers so please come here! <img src='http://www.softwaresweden.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2011/01/09/working-as-a-programmer-in-sweden/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>nginx and WordPress permalinks in subfolder</title>
		<link>http://www.softwaresweden.com/2010/09/27/nginx-and-wordpress-permalinks-in-subfolder/</link>
		<comments>http://www.softwaresweden.com/2010/09/27/nginx-and-wordpress-permalinks-in-subfolder/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 09:17:25 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=103</guid>
		<description><![CDATA[I&#8217;m playing around with nginx, a light weight http server. One of the first things I tried was to get PHP and WordPress up and running on an Ubuntu 10.4 machine. To do that I followed the following instructions. First I had to get PHP working so I followed these instructions for PHP-fpm. The next [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m playing around with <a href="http://nginx.org/">nginx</a>, a light weight http server. One of the first things I tried was to get PHP and WordPress up and running on an Ubuntu 10.4 machine. To do that I followed the following instructions.</p>
<p>First I had to get PHP working so I followed <a href="http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian">these instructions</a> for <a href="http://php-fpm.org/">PHP-fpm</a>. </p>
<p>The next thing is MySQL and connecting with PHP. This &#8220;just worked&#8221; after installing php5-mysql.</p>
<p>Finally WordPress which also worked fine &#8211; except for permalinks which in the default installation relies on Apache .htaccess redirects. After <a href="http://www.thinkbohemian.com/2010/01/31/pretty-permalinks-with-wordpress-and-nginx/">doing this</a> things sort of worked, but I&#8217;m running WordPress in a subfolder (http://localhost/wordpress) so I had to modify the redirect to look like this:</p>
<p><code><br />
    location / {<br />
&nbsp;        root   /var/www;<br />
&nbsp;          index index.html index.htm index.php;<br />
&nbsp;          if (!-e $request_filename) {<br />
&nbsp;  &nbsp;              rewrite ^.*$ /wordpress/index.php last;<br />
 &nbsp;         }<br />
   }<br />
</code></p>
<p>&#8230;and now it works with any permalink structures.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2010/09/27/nginx-and-wordpress-permalinks-in-subfolder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gotcha with jsTree</title>
		<link>http://www.softwaresweden.com/2010/06/02/gotcha-with-jstree/</link>
		<comments>http://www.softwaresweden.com/2010/06/02/gotcha-with-jstree/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 13:21:29 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.softwaresweden.com/?p=98</guid>
		<description><![CDATA[If you get the javascript error: &#8220;$.vakata.context.cnt.delegate is not a function&#8221; when using jsTree and jQuery you need to upgrade your jQuery to the latest version. I had 1.3.2 and got the error, upgraded to 1.4.2 and it works fine.]]></description>
				<content:encoded><![CDATA[<p>If you get the javascript error: </p>
<blockquote><p>&#8220;$.vakata.context.cnt.delegate is not a function&#8221;</p></blockquote>
<p>when using <a href="http://code.google.com/p/jstree/">jsTree</a> and jQuery you need to upgrade your jQuery to the latest version. I had 1.3.2 and got the error, upgraded to 1.4.2 and it works fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2010/06/02/gotcha-with-jstree/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
