Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://softwaresweden.com/framtidstanken/wp-rss2.php

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. >
  9.  
  10. <channel>
  11. <title>Erik Starck makes software in Sweden</title>
  12. <atom:link href="http://www.softwaresweden.com/feed/" rel="self" type="application/rss+xml" />
  13. <link>http://www.softwaresweden.com</link>
  14. <description>It&#039;s not just code - Programming is about managing complexities</description>
  15. <lastBuildDate>Wed, 25 Apr 2018 18:10:10 +0000</lastBuildDate>
  16. <language>en-US</language>
  17. <sy:updatePeriod>
  18. hourly </sy:updatePeriod>
  19. <sy:updateFrequency>
  20. 1 </sy:updateFrequency>
  21. <generator>https://wordpress.org/?v=6.2.6</generator>
  22. <item>
  23. <title>Visionary Product Leadership</title>
  24. <link>http://www.softwaresweden.com/2018/04/25/visionary-product-leadership/</link>
  25. <comments>http://www.softwaresweden.com/2018/04/25/visionary-product-leadership/#respond</comments>
  26. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  27. <pubDate>Wed, 25 Apr 2018 18:10:10 +0000</pubDate>
  28. <category><![CDATA[Software]]></category>
  29. <guid isPermaLink="false">http://www.softwaresweden.com/?p=185</guid>
  30.  
  31. <description><![CDATA[What does it take to be a visionary product leader with an entrepreneurial mindset? That is a question I spend most of my time thinking about these days when working for the company I co-founded, Lean Forward.]]></description>
  32. <content:encoded><![CDATA[<p>What does it take to be a visionary product leader with an entrepreneurial mindset? That is a question I spend most of my time thinking about these days when working for the company I co-founded, <a href="https://leanforward.se">Lean Forward</a>. </p>
  33. ]]></content:encoded>
  34. <wfw:commentRss>http://www.softwaresweden.com/2018/04/25/visionary-product-leadership/feed/</wfw:commentRss>
  35. <slash:comments>0</slash:comments>
  36. </item>
  37. <item>
  38. <title>Where to find me</title>
  39. <link>http://www.softwaresweden.com/2015/10/13/where-to-find-me/</link>
  40. <comments>http://www.softwaresweden.com/2015/10/13/where-to-find-me/#respond</comments>
  41. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  42. <pubDate>Tue, 13 Oct 2015 11:15:04 +0000</pubDate>
  43. <category><![CDATA[Software]]></category>
  44. <guid isPermaLink="false">http://www.softwaresweden.com/?p=180</guid>
  45.  
  46. <description><![CDATA[Not writing very much here these days. You&#8217;re better off finding me at Startup Studio or LinkedIn.]]></description>
  47. <content:encoded><![CDATA[<p>Not writing very much here these days. You&#8217;re better off finding me at <a href="http://startupstudio.se">Startup Studio</a> or <a href="https://se.linkedin.com/in/erikstarck">LinkedIn</a>.</p>
  48. ]]></content:encoded>
  49. <wfw:commentRss>http://www.softwaresweden.com/2015/10/13/where-to-find-me/feed/</wfw:commentRss>
  50. <slash:comments>0</slash:comments>
  51. </item>
  52. <item>
  53. <title>HTTP 403 Permission denied due to error &#8220;unable to check htaccess file&#8221;</title>
  54. <link>http://www.softwaresweden.com/2014/10/18/http-403-permission-denied-due-to-error-unable-to-check-htaccess-file/</link>
  55. <comments>http://www.softwaresweden.com/2014/10/18/http-403-permission-denied-due-to-error-unable-to-check-htaccess-file/#respond</comments>
  56. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  57. <pubDate>Sat, 18 Oct 2014 08:42:11 +0000</pubDate>
  58. <category><![CDATA[Software]]></category>
  59. <guid isPermaLink="false">http://www.softwaresweden.com/?p=175</guid>
  60.  
  61. <description><![CDATA[Added some new icons to a site I was building but they refused to load. I got a HTTP/403 (permission denied) error on the files. When I looked in the apache log file I saw the following. [Sat Oct 18 08:56:54 2014] [crit] [client 127.0.0.1] (13)Permission denied: [...]/public/assets/img/icons/social/cuteicons/.htaccess pcfg_openfile: unable to check htaccess file, ensure [&#8230;]]]></description>
  62. <content:encoded><![CDATA[<p>Added some new icons to a site I was building but they refused to load. I got a HTTP/403 (permission denied) error on the files. When I looked in the apache log file I saw the following.</p>
  63. <p><code>[Sat Oct 18 08:56:54 2014] [crit] [client 127.0.0.1] (13)Permission denied: [...]/public/assets/img/icons/social/cuteicons/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</code></p>
  64. <p>The problem was, the only directory with a .htaccess file was the root directory of the website. What was wrong? Well, it turns out the directories the icons were in had the wrong permissions set. I hade copied an unzipped folder directly in to my web site. In order for apache to work properly <em>every</em> directory has to have the execute flag set.</p>
  65. <p>So, after a&#8230;</p>
  66. <p><code>chmod 755 /folder/name</code></p>
  67. <p>&#8230;the icons loaded as they should.</p>
  68. ]]></content:encoded>
  69. <wfw:commentRss>http://www.softwaresweden.com/2014/10/18/http-403-permission-denied-due-to-error-unable-to-check-htaccess-file/feed/</wfw:commentRss>
  70. <slash:comments>0</slash:comments>
  71. </item>
  72. <item>
  73. <title>AngularJS and IE8, directive that compiles HTML</title>
  74. <link>http://www.softwaresweden.com/2013/05/28/angularjs-and-ie8-directive-that-compiles-html/</link>
  75. <comments>http://www.softwaresweden.com/2013/05/28/angularjs-and-ie8-directive-that-compiles-html/#comments</comments>
  76. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  77. <pubDate>Tue, 28 May 2013 14:45:14 +0000</pubDate>
  78. <category><![CDATA[Software]]></category>
  79. <category><![CDATA[AngularJS]]></category>
  80. <category><![CDATA[Javascript]]></category>
  81. <guid isPermaLink="false">http://www.softwaresweden.com/?p=149</guid>
  82.  
  83. <description><![CDATA[I have a directive that loads an article in HTML from a CMS via a REST API and a template file what should be compiled together with the article. element.html(templateLoaded.data); scope.document = theLoadedArticle; $compile(element.contents())(scope); This worked in most browsers except our old &#8220;friend&#8221; Internet Explorer 8. The reason is I have another directive in the [&#8230;]]]></description>
  84. <content:encoded><![CDATA[ <script type="text/javascript"><!--
  85. google_ad_client = "ca-pub-5501226108570922";
  86. /* Software Sweden in post */
  87. google_ad_slot = "4879093618";
  88. google_ad_width = 728;
  89. google_ad_height = 90;
  90. //-->
  91. </script>
  92. <script type="text/javascript"
  93. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  94. </script>
  95. <p>I have a directive that loads an article in HTML from a CMS via a REST API and a template file what should be compiled together with the article.</p>
  96. <p><code><br />
  97. element.html(templateLoaded.data);<br />
  98. scope.document = theLoadedArticle;<br />
  99. $compile(element.contents())(scope);<br />
  100. </code></p>
  101. <p>This worked in most browsers except our old &#8220;friend&#8221; Internet Explorer 8. The reason is I have another directive in the loaded template file and I need to tell the DOM compiler about this (IE8 is cranky about non-html tags).</p>
  102. <p>So, inside the template file I added:</p>
  103. <p><code><br />
  104. &lt;script type="text/javascript"&gt;<br />
  105. //Needed for IE8/9<br />
  106. document.createElement('my-directive');<br />
  107. &lt;/script&gt;<br />
  108. </code></p>
  109. <p>Now it works. It could probably be done outside the template file as well.</p>
  110. <script type="text/javascript"><!--
  111. google_ad_client = "ca-pub-5501226108570922";
  112. /* Software Sweden in post */
  113. google_ad_slot = "4879093618";
  114. google_ad_width = 728;
  115. google_ad_height = 90;
  116. //-->
  117. </script>
  118. <script type="text/javascript"
  119. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  120. </script>
  121. ]]></content:encoded>
  122. <wfw:commentRss>http://www.softwaresweden.com/2013/05/28/angularjs-and-ie8-directive-that-compiles-html/feed/</wfw:commentRss>
  123. <slash:comments>1</slash:comments>
  124. </item>
  125. <item>
  126. <title>WordPress, Drupal or Roll Your Own?</title>
  127. <link>http://www.softwaresweden.com/2013/05/18/wordpress-drupal-or-roll-your-own/</link>
  128. <comments>http://www.softwaresweden.com/2013/05/18/wordpress-drupal-or-roll-your-own/#respond</comments>
  129. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  130. <pubDate>Sat, 18 May 2013 17:38:12 +0000</pubDate>
  131. <category><![CDATA[Software]]></category>
  132. <category><![CDATA[CMS]]></category>
  133. <category><![CDATA[drupal]]></category>
  134. <category><![CDATA[wordpress]]></category>
  135. <guid isPermaLink="false">http://www.softwaresweden.com/?p=146</guid>
  136.  
  137. <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 [&#8230;]]]></description>
  138. <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>
  139. <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>
  140. <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>
  141. <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>
  142. ]]></content:encoded>
  143. <wfw:commentRss>http://www.softwaresweden.com/2013/05/18/wordpress-drupal-or-roll-your-own/feed/</wfw:commentRss>
  144. <slash:comments>0</slash:comments>
  145. </item>
  146. <item>
  147. <title>Subversion (svn) error: &#8220;containing working copy admin area is missing&#8221;</title>
  148. <link>http://www.softwaresweden.com/2013/02/13/subversion-svn-error-containing-working-copy-admin-area-is-missing/</link>
  149. <comments>http://www.softwaresweden.com/2013/02/13/subversion-svn-error-containing-working-copy-admin-area-is-missing/#respond</comments>
  150. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  151. <pubDate>Wed, 13 Feb 2013 15:16:37 +0000</pubDate>
  152. <category><![CDATA[Software]]></category>
  153. <category><![CDATA[CVS]]></category>
  154. <category><![CDATA[subversion]]></category>
  155. <guid isPermaLink="false">http://www.softwaresweden.com/?p=140</guid>
  156.  
  157. <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 [&#8230;]]]></description>
  158. <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>
  159. <p><code>containing working copy admin area is missing</code></p>
  160. <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>
  161. <p><code>svn --force delete _dir_</code></p>
  162. <p>On the directory. </p>
  163. ]]></content:encoded>
  164. <wfw:commentRss>http://www.softwaresweden.com/2013/02/13/subversion-svn-error-containing-working-copy-admin-area-is-missing/feed/</wfw:commentRss>
  165. <slash:comments>0</slash:comments>
  166. </item>
  167. <item>
  168. <title>John Carmack on Software Engineering</title>
  169. <link>http://www.softwaresweden.com/2012/08/27/john-carmack-on-software-engineering/</link>
  170. <comments>http://www.softwaresweden.com/2012/08/27/john-carmack-on-software-engineering/#respond</comments>
  171. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  172. <pubDate>Mon, 27 Aug 2012 09:17:32 +0000</pubDate>
  173. <category><![CDATA[Software]]></category>
  174. <guid isPermaLink="false">http://www.softwaresweden.com/?p=134</guid>
  175.  
  176. <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 [&#8230;]]]></description>
  177. <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>
  178. <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>
  179. <p>The whole post is worth a read.</p>
  180. ]]></content:encoded>
  181. <wfw:commentRss>http://www.softwaresweden.com/2012/08/27/john-carmack-on-software-engineering/feed/</wfw:commentRss>
  182. <slash:comments>0</slash:comments>
  183. </item>
  184. <item>
  185. <title>Drupal 7 Youtube videos as fields in content type</title>
  186. <link>http://www.softwaresweden.com/2011/07/06/drupal-7-youtube-videos-as-fields-in-content-type/</link>
  187. <comments>http://www.softwaresweden.com/2011/07/06/drupal-7-youtube-videos-as-fields-in-content-type/#comments</comments>
  188. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  189. <pubDate>Wed, 06 Jul 2011 20:45:45 +0000</pubDate>
  190. <category><![CDATA[Software]]></category>
  191. <guid isPermaLink="false">http://www.softwaresweden.com/?p=127</guid>
  192.  
  193. <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 [&#8230;]]]></description>
  194. <content:encoded><![CDATA[ <script type="text/javascript"><!--
  195. google_ad_client = "ca-pub-5501226108570922";
  196. /* Software Sweden in post */
  197. google_ad_slot = "4879093618";
  198. google_ad_width = 728;
  199. google_ad_height = 90;
  200. //-->
  201. </script>
  202. <script type="text/javascript"
  203. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  204. </script>
  205. <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 />
  206. 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>
  207. <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>
  208. <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>
  209. <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>
  210. <p><img decoding="async" src="https://img.skitch.com/20110706-xcnujyjmjnmcbuisnnkji8j5m4.jpg" alt="" /></p>
  211. <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>
  212. ]]></content:encoded>
  213. <wfw:commentRss>http://www.softwaresweden.com/2011/07/06/drupal-7-youtube-videos-as-fields-in-content-type/feed/</wfw:commentRss>
  214. <slash:comments>12</slash:comments>
  215. </item>
  216. <item>
  217. <title>Lean Startup Books</title>
  218. <link>http://www.softwaresweden.com/2011/06/01/lean-startup-books/</link>
  219. <comments>http://www.softwaresweden.com/2011/06/01/lean-startup-books/#respond</comments>
  220. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  221. <pubDate>Wed, 01 Jun 2011 09:29:09 +0000</pubDate>
  222. <category><![CDATA[Software]]></category>
  223. <guid isPermaLink="false">http://www.softwaresweden.com/?p=122</guid>
  224.  
  225. <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 [&#8230;]]]></description>
  226. <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 />
  227. 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="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
  228. 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 />
  229. 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>
  230. ]]></content:encoded>
  231. <wfw:commentRss>http://www.softwaresweden.com/2011/06/01/lean-startup-books/feed/</wfw:commentRss>
  232. <slash:comments>0</slash:comments>
  233. </item>
  234. <item>
  235. <title>Programming books</title>
  236. <link>http://www.softwaresweden.com/2011/03/01/programming-books/</link>
  237. <comments>http://www.softwaresweden.com/2011/03/01/programming-books/#comments</comments>
  238. <dc:creator><![CDATA[Erik Starck]]></dc:creator>
  239. <pubDate>Tue, 01 Mar 2011 20:14:07 +0000</pubDate>
  240. <category><![CDATA[Software]]></category>
  241. <guid isPermaLink="false">http://www.softwaresweden.com/?p=119</guid>
  242.  
  243. <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 [&#8230;]]]></description>
  244. <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>
  245. <p>So&#8230; the answer to this question depends a lot on in what stage of programming maturity you are.</p>
  246. <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>
  247. <p>I can definitely say that I was a different programmer after that day. It was like leveling up in an RPG.</p>
  248. <p>It took me a few more years to get object oriented design&#8230;</p>
  249. <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>
  250. <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>
  251. <p>What&#8217;s your favorite programming books?</p>
  252. ]]></content:encoded>
  253. <wfw:commentRss>http://www.softwaresweden.com/2011/03/01/programming-books/feed/</wfw:commentRss>
  254. <slash:comments>1</slash:comments>
  255. </item>
  256. </channel>
  257. </rss>
  258.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//softwaresweden.com/framtidstanken/wp-rss2.php

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda