<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
<title>Erik&#x27;s Stuff</title><link>http://erik.bagfors.nu/index.html</link><description>General Bullshit</description><dc:language>en</dc:language><dc:creator>erik@bagfors.nu</dc:creator><dc:rights>Copyright 2006 Erik B&#xe5;gfors</dc:rights><dc:date>2008-11-23T17:31:04+01:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<admin:errorReportsTo rdf:resource="mailto:erik@bagfors.nu" /><sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Fri, 24 Apr 2009 15:28:06 +0200</lastBuildDate><item><title>New web.. new info.. new status...</title><dc:creator>erik@bagfors.nu</dc:creator><dc:subject>Erik&#x27;s Home</dc:subject><dc:date>2008-11-23T17:31:04+01:00</dc:date><link>http://erik.bagfors.nu/index_files/98295bf6a51066c26d1149585438a527-30.html#unique-entry-id-30</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/98295bf6a51066c26d1149585438a527-30.html#unique-entry-id-30</guid><content:encoded><![CDATA[see title...]]></content:encoded></item><item><title>bzr-extmerge now moved to launchpad</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2008-03-03T13:17:03+01:00</dc:date><link>http://erik.bagfors.nu/index_files/d2be213120f9f606d48cc4419a04777b-29.html#unique-entry-id-29</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/d2be213120f9f606d48cc4419a04777b-29.html#unique-entry-id-29</guid><content:encoded><![CDATA[See https://launchpad.net/bzr-extmerge]]></content:encoded></item><item><title>New web hotel</title><dc:creator>erik@bagfors.nu</dc:creator><category>Personal</category><dc:date>2007-11-30T17:31:38+01:00</dc:date><link>http://erik.bagfors.nu/index_files/dc2945fa448606a8017eabc1dc1868ea-28.html#unique-entry-id-28</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/dc2945fa448606a8017eabc1dc1868ea-28.html#unique-entry-id-28</guid><content:encoded><![CDATA[We have started to host bagfors.nu at a web hotel (as opposed to someones home internet connection)<br />If you see any problems due to this, let us know.]]></content:encoded></item><item><title>Snake babies</title><dc:creator>erik@bagfors.nu</dc:creator><category>Reptiles</category><dc:date>2007-07-27T13:04:33+02:00</dc:date><link>http://erik.bagfors.nu/index_files/d17c7a23986263eaeb2d78e7e126fcbe-25.html#unique-entry-id-25</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/d17c7a23986263eaeb2d78e7e126fcbe-25.html#unique-entry-id-25</guid><content:encoded><![CDATA[A few weeks ago we had our first clutch of ball python eggs hatch.  Five very nice babies, that seems to do just fine.<br /><br />They have now had their first shed and are ready for eating for the first time.<br /><br /><img class="imageStyle" alt="IMG_2769" src="http://erik.bagfors.nu/index_files//page5_blog_entry25_1.jpg"width="410" height="308"/><img class="imageStyle" alt="IMG_2812" src="http://erik.bagfors.nu/index_files//page5_blog_entry25_2.jpg"width="410" height="308"/>]]></content:encoded></item><item><title>New BZR with tags&#x2c; and cooperation without distributed vcs</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2007-05-01T11:10:54+02:00</dc:date><link>http://erik.bagfors.nu/index_files/cd7871e20a51d57e7140fdf0c23e5975-24.html#unique-entry-id-24</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/cd7871e20a51d57e7140fdf0c23e5975-24.html#unique-entry-id-24</guid><content:encoded><![CDATA[(first blog in a looooong time)<br /><br />In the latest and greatest BZR you can have tags. It's really neat and one of the features I've been waiting for.  I added (with the help of other bzr people, mostly Alexander) the functionality to see the tags in the log output.  That's pretty much the only thing I've done in the opensource world for almost a year :)<br /><br />Now I just want better cherry-pick support and bzr would be the ultimate revision control system :)<br /><br />Regarding distributes vcs'.  <br />Since I've moved to Mac, I've started using <a href="http://www.macromates.com/" rel="self">Textmate</a> as my main text editor. It really can do a lot of great things, and I'm very happy with it.  Even if it's not opensource.  Textmate has many "bundles" and they are opensourced and contained in a <a href="http://macromates.com/svn/Bundles/trunk/" rel="self">svn repository</a>. Since Textmate is very popular and people want it for other platforms, multiple clones has popped up.  One for windows is <a href="http://www.e-texteditor.com/" rel="self">e-texteditor</a>, that's even trying to stay bundle-compatible with textmate (which they have to use cygwin for).  However, they have now started a<a href="http://www.e-texteditor.com/forum/viewtopic.php?t=609" rel="self"> e-plugins google code project/repository</a>.  Here they state that they want to contribute things back to Textmate.<br /><br />This is all good except that they now have two separate svn repositories, where they get no help in merging back and fourth between each other.  If they had chosen a distributed vcs instead, this would be a none-issue.  To get the most compatibility between Mac and Windows, bzr is probably the best choise.  <br /><br />Well, they are just going to have to have fun in trying to get this to work.  It is doable, but you spend much time working with merging, instead of coding.<br />]]></content:encoded></item><item><title>BZR extmerge zip file</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2007-01-17T22:30:30+01:00</dc:date><link>http://erik.bagfors.nu/index_files/c2d7be0fe972d5b360e73a9db8c617a6-23.html#unique-entry-id-23</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/c2d7be0fe972d5b360e73a9db8c617a6-23.html#unique-entry-id-23</guid><content:encoded><![CDATA[<span style="font:12px Trebuchet, Verdana, serif; ">I was asked to put up a zip file of the extmerge plugin so you don't need to branch it.<br /><br />You can find it on the </span><span style="font:12px Trebuchet, Verdana, serif; "><a href="bzr-plugins/extmerge/index.html" rel="self" title="Bazaar ExtMerge">extmerge page</a></span><span style="font:12px Trebuchet, Verdana, serif; ">.</span>]]></content:encoded></item><item><title>Apple IPhone&#x2c; wow</title><dc:creator>erik@bagfors.nu</dc:creator><category>Personal</category><dc:date>2007-01-10T20:35:28+01:00</dc:date><link>http://erik.bagfors.nu/index_files/8fa084aa97f50d8311c663d222cd496d-22.html#unique-entry-id-22</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/8fa084aa97f50d8311c663d222cd496d-22.html#unique-entry-id-22</guid><content:encoded><![CDATA[I want it <strong>NOW</strong>.<br /><br />Apple really shows that they are innovative.  We've seen everything they are doing before, but they just do it with that extra finish.  It looks <strong>great</strong><br /><br /><img class="imageStyle" alt="iphone" src="http://erik.bagfors.nu/index_files//page5_blog_entry22_1.jpg"width="200" height="318"/><br /><span style="font:12px Trebuchet, Verdana, serif; "><em>Bild &copy; Apple Inc.<br /><br /></em></span>You'll find much more information at <a href="http://www.apple.com/" rel="self">apple.com</a> as well as numerous other places around the net<span style="font:12px Trebuchet, Verdana, serif; "><br /></span><span style="font:12px Trebuchet, Verdana, serif; "><br /></span>]]></content:encoded></item><item><title>Losing weight</title><dc:creator>erik@bagfors.nu</dc:creator><category>Personal</category><dc:date>2007-01-08T21:45:30+01:00</dc:date><link>http://erik.bagfors.nu/index_files/losing-weight.html#unique-entry-id-21</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/losing-weight.html#unique-entry-id-21</guid><content:encoded><![CDATA[The top picture is about three years old, and the second one is from my honeymoon in August.... Feels good.<br /><br /><br /><br /><img class="imageStyle" alt="040124_erik_star1" src="http://erik.bagfors.nu/index_files//page5_blog_entry21_1.jpg"width="264" height="327"/><br /><img class="imageStyle" alt="43" src="http://erik.bagfors.nu/index_files//page5_blog_entry21_2.jpg"width="249" height="303"/><br />]]></content:encoded></item><item><title>Weekly Cocoa app challenge</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2007-01-07T19:10:44+01:00</dc:date><link>http://erik.bagfors.nu/index_files/weekly-cocoa-app-challenge.html#unique-entry-id-20</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/weekly-cocoa-app-challenge.html#unique-entry-id-20</guid><content:encoded><![CDATA[Chris Forsythe, one of the developers behind <a href="http://adiumx.com/" rel="self">AdiumX</a>, has started a Weekly Cocoa application challenge.  He's doing a small "stupid" application every week (or soo...) without source-code, and our job is to re-implement it.  Next week, he'll show us the source of last weeks application. This is a perfect way to learn Cocoa development.<br /><br />I've done the first weeks application.  Took about 30 min, but I learnt a lot in the meantime.<br /><br />See more <a href="http://brok3n.org/archivesextreme/2007/01/the_weekly_coco.html" rel="self">here</a>.<br /><br /><br /><br />]]></content:encoded></item><item><title>Nokia N800 Internet Tablet</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2007-01-06T21:39:40+01:00</dc:date><link>http://erik.bagfors.nu/index_files/nokia-n800-internet-tablet.html#unique-entry-id-19</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/nokia-n800-internet-tablet.html#unique-entry-id-19</guid><content:encoded><![CDATA[<a href="http://www.engadget.com/2007/01/05/nokia-n800-internet-tablet-unboxed/" rel="self">The Nokia N800 Internet Tablet.</a><br /><br />A followup to the <a href="http://www.nokia.com/770/" rel="self">Nokia 770</a>.<br />Look <strong>very</strong> sweet.  I just don't have any need for it (but, then again, I had no need for the 770 either, really :) )<br />I really love my 770, and this looks even better.<br /><br />Specs are not released yet, but it has a VGA webcam apparently, and two SD slots, which is much better than the RS-MMC slot that the 770 has.  Very cool, can't wait for the full specs.]]></content:encoded></item><item><title>distributed svn</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2007-01-04T12:49:54+01:00</dc:date><link>http://erik.bagfors.nu/index_files/distributed-svn.html#unique-entry-id-18</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/distributed-svn.html#unique-entry-id-18</guid><content:encoded><![CDATA[So, Gnome finally abandon cvs. It was quite a few years to late in my opinion. The good thing about waiting is that it let the distributed revision control system grow and become more stable/mature.  Yet, when gnome migrated, they choose to go with.... <a href="http://subversion.tigris.org/" rel="self">subversion</a>... Why oh why?  bazaar, git or mercurial would all have been better, and it would have given them the approval they need to take over the world.  We already know they CAN do it.  Personally, I'm a bazaar fan, but both mercurial and git are really good and I think that in the end, any of them are better than subversion.<br /><br />All isn't lost, there are ways to use DSCMs together with subversion.<br /><br /><strong><a href="http://subversion.tigris.org/" rel="self">SVK</a></strong><strong><br /></strong>from the <a href="http://svk.bestpractical.com/" rel="self">svk</a> web page:<strong><br /></strong><em>svk is a decentralized version control system built with the robust </em><em><a href="http://subversion.tigris.org/" rel="self">Subversion</a></em><em> filesystem. It supports repository mirroring, disconnected operation, history-sensitive merging, and integrates with other version control systems, as well as popular visual merge tools.</em><br /><em><br /></em>I tried to use svk about a year ago, with very little success, but I've heard other people using it and being happy with it.<br /><br />svk stores information about merging, etc in svn revision properties, so multiple people using svk can work together.<br /><br /><strong><a href="http://bazaar-vcs.org/BzrForeignBranches/Subversion" rel="self">bzr-svn</a></strong><br />Being a bzr fan, this is my favorite. One really cool thing about it is that it uses the same svn revision properties as svk, so you can use bzr, and someone else working in the same subversion repo, can use svk.  This is really cool.<br /><br />There are some problems with it, however.  Currently, you must always get out the entire history from a svn branch. This takes time, and eats memory.  For really large repositories, this is a show-stopper. I have tried to use it on repositories that have 35000 revisions, and it just doesn't work at all.<br /><br />For smaller repositories, it's great!<br /><br /><strong><a href="http://www.kernel.org/pub/software/scm/git/docs/git-svn.html" rel="self">git-svn</a></strong><strong><br /></strong>I personally haven't tried this one.  It looks really cool, but I cannot find anything about how it stores merges within svn.  From looking at the documentation, it looks like it simply doesn't at all.<br /><br />It looks like git-svn is good only if you are working with it yourself and not in a team with other people.  The other options seams better in that case.  Please correct me if I'm wrong.<br /><br />git-svn allows you to only get parts of a repository, which should mean that it works better on really large repositories, which might not be able to work with bzr-svn.<br /><br /><br />See <a href="http://kubasik.net/blog/2007/01/04/19/" rel="self">this blog</a> for more information on this, and <a href="http://tw.apinc.org/weblog/2007/01/03/subverting-git" rel="self">this blog </a>for more information on git-svn.<br /><br />]]></content:encoded></item><item><title>Software for starving students</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2007-01-04T12:17:37+01:00</dc:date><link>http://erik.bagfors.nu/index_files/software-for.html#unique-entry-id-17</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/software-for.html#unique-entry-id-17</guid><content:encoded><![CDATA[<a href="http://softwarefor.org/" rel="self">Software for starving students</a> is a CD with free software for Mac and Windows.  I think software for starving students is a great effort, but I don't really see the point of the CD since all of them can just be downloaded straight off the net.  Why not just provide a list (which they also do :) )?<br /><br />Personally, I prefer <a href="http://www.opensourcemac.org/" rel="self">opensourcemac.org</a> since it's about opensource software and not just "free" (as in beer) software.  <br /><br />The word "free" can be interpreted in two different way. Free as in "free beer" and free as in "free speech".  With opensource, you get both. This means that you (or anyone else) can modify the source of the application.  If you are not a programmer, the gain from this is that there are many many programmers that might want to solve the same problem as you have, or add the same feature you want. This is a reason that free (speech) software is to prefer over free (beer) software.<br />]]></content:encoded></item><item><title>bzr extmerge</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2007-01-03T13:07:45+01:00</dc:date><link>http://erik.bagfors.nu/index_files/bzr-extmerge.html#unique-entry-id-15</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/bzr-extmerge.html#unique-entry-id-15</guid><content:encoded><![CDATA[I put up a small webpage about my bzr plugin "extmerge". You can find it <a href="bzr-plugins/extmerge/index.html" rel="self" title="Bazaar ExtMerge">here</a>.]]></content:encoded></item><item><title>Happy new year&#x21; (and no Wii yet)</title><dc:creator>erik@bagfors.nu</dc:creator><category>Personal</category><dc:date>2007-01-03T13:00:24+01:00</dc:date><link>http://erik.bagfors.nu/index_files/a4e7913311e4a87a179ff7dad235a3dc-16.html#unique-entry-id-16</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/a4e7913311e4a87a179ff7dad235a3dc-16.html#unique-entry-id-16</guid><content:encoded><![CDATA[You all have a happy new year.<br /><br />We had a small party. Well, it started out small, but soon we had to go to Ikea to buy more plates and glasses, and try to find more chairs because we were so many. We had a good time.<br /><br />I'm still off work until next week.  Feels really good, but I was hoping that I should have my <a href="http://www.wii.com/" rel="self">Wii</a> by now, so I could spend a few days with it until work starts. Unfortunately, it's been delayed until at least the 10th of January.  :(  I can't wait.]]></content:encoded></item><item><title>Including parallels in Leopard </title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2006-12-28T11:47:45+01:00</dc:date><link>http://erik.bagfors.nu/index_files/including-parallels-in-leopard.html#unique-entry-id-14</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/including-parallels-in-leopard.html#unique-entry-id-14</guid><content:encoded><![CDATA[<a href="http://www.applegazette.com/" rel="self">Applegazette</a> has an article named<em> </em><em><a href="http://www.applegazette.com/mac/speculation-5-predictions-for-apple-in-2007/" rel="self">SPECULATION: 5 Predictions for Apple in 2007.</a></em><em> </em>One of the predictions is that Parallels will be included in the next Mac OS release (codename Leopard). This would give Mac users the possibility to run windows applications side-by-side with mac apps.  <br /><br />This <strong>is not a good idea</strong>. <br /><br />The reason this is bad is that this means that application developers can simply just create a windows version and that way have all the Mac users use it.  This will kill some Mac developments and it is one of the reasons OS/2 died.   OS/2 was able to run windows applications very well, so why create a native OS/2 version of your application?<br /><br />Being able to reboot your machine into windows using BootCamp is a different thing.  BootCamp doesn't seamlessly integrate into your Mac desktop like Parallels does.<br /><br />Don't get me wrong, I like what Parallels are doing, but it shouldn't be included in MacOS by default.<br /><br />]]></content:encoded></item><item><title>Ubuntu updates</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2006-12-28T11:19:06+01:00</dc:date><link>http://erik.bagfors.nu/index_files/ubuntu-updates.html#unique-entry-id-13</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/ubuntu-updates.html#unique-entry-id-13</guid><content:encoded><![CDATA[So, there is an article on <a href="http://slashdot.org/" rel="self">SlashDot</a> titled <em><a href="http://ask.slashdot.org/askslashdot/06/12/26/1941219.shtml" rel="self">Is Ubuntu a Serious Desktop Contender?</a></em> There is also a blog about it <a href="http://robitaille.wordpress.com/2006/12/28/so-where-is-the-latest-firefox-update/" rel="self">here</a>.<br /><br />Basically, the whole point of the question is "<em>Can Canonical support 6.06 LTS (Dapper) for 5 years if they cannot immediately update Firefox like Red Hat did?</em>" Well, personally, I don't see that as the most critical thing.  Rather yet, they've had another issue that makes one of the best opensource applications <a href="index_files/installing-linux-software-the-mac-way.html" rel="self" title="Erik's Home:Installing Software on Linux, the Mac way...">unusable on Edgy</a> (6.10). Edgy is newer than Dapper and it took  almost three months for this issue to be fixed.  If Firefox wasn't updated immediately, I can't really see that as the most critical problem.<br /><br />Another interesting thing, In the blog linked above, Daniel writes: "<em>Personally I sidetrack the whole issue by always using the Firefox and Thunderbird from mozilla.org on my Dapper computer, but that method bring some pros and cons." </em> I feel that this is just more proof that we need a <a href="index_files/installing-linux-software-the-mac-way.html" rel="self" title="Erik's Home:Installing Software on Linux, the Mac way...">better way to install software under Linux</a>.<br /><br /><br />]]></content:encoded></item><item><title>Cocotron</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2006-12-25T15:19:38+01:00</dc:date><link>http://erik.bagfors.nu/index_files/30bf2ceaa8ab57e21e25653fcee9ec59-12.html#unique-entry-id-12</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/30bf2ceaa8ab57e21e25653fcee9ec59-12.html#unique-entry-id-12</guid><content:encoded><![CDATA[<a href="http://www.cocotron.org/" rel="self">Cocotron</a> is a MIT X11-licensed implementation of parts of the Cocoa APIs.  It's almost like <a href="http://www.gnustep.org/" rel="self">GnuStep</a> but with a different licence, and code.  Use it to build applications for Windows or Linux based on the Cocoa APIs.<br /><br />This makes it easier to bring Mac programs to windows... Hmm.. more windows programs, is that really what the world needs? <br /><br />]]></content:encoded></item><item><title>Breaking wiimote strap</title><dc:creator>erik@bagfors.nu</dc:creator><category>Games</category><dc:date>2006-12-25T14:03:15+01:00</dc:date><link>http://erik.bagfors.nu/index_files/83119785f41de57caf3bf07361c8759a-10.html#unique-entry-id-10</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/83119785f41de57caf3bf07361c8759a-10.html#unique-entry-id-10</guid><content:encoded><![CDATA[Obviously, <a href="http://davyd.livejournal.com/203261.html" rel="self">they really do break</a>.<br /><br />Find it interesting that people just cannot accept the fact that the wiimote strap is not very good. People get angry and call you a moron if you break it. Just check out the first comment in the link above. I've seen this on multiple blogs. <br /><br />Nintendo has done a good machine, they did mess up on the strap, don't blame the people actually using them, by calling them morons etc.  <br /><br />Amazing....<br /><br /><br />]]></content:encoded></item><item><title>Merry Christmas</title><dc:creator>erik@bagfors.nu</dc:creator><category>Personal</category><dc:date>2006-12-24T10:06:03+01:00</dc:date><link>http://erik.bagfors.nu/index_files/xmas06.html#unique-entry-id-9</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/xmas06.html#unique-entry-id-9</guid><content:encoded><![CDATA[<img class="imageStyle" alt="julkort06" src="http://erik.bagfors.nu/index_files//xmas06.jpg"width="468" height="396"/>]]></content:encoded></item><item><title>Installing Software on Linux&#x2c; the Mac way...</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2006-12-21T20:55:19+01:00</dc:date><link>http://erik.bagfors.nu/index_files/installing-linux-software-the-mac-way.html#unique-entry-id-8</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/installing-linux-software-the-mac-way.html#unique-entry-id-8</guid><content:encoded><![CDATA[For quite some time, I've felt that installing software on linux is ... well..  not without problems.<br /><br />There is a very nice blog about this titled "<em><a href="http://benjamin.smedbergs.us/blog/2006-10-04/is-ubuntu-an-operating-system" rel="self">Is Ubuntu an operating system?</a></em>" I do agree with most of what this blog is saying.<br /><br />In general there are one or several large repositories of pre-packaged software, for your Linux distribution, Ubuntu has theirs, Fedora has theirs, OpenSuse has theirs, etc. Apart from the obvious double work being done by packaging the same application for different distributions, this also gives other problems.<br /><br />One very clear example is a very serious bug that made OpenOffice <a href="https://launchpad.net/distros/ubuntu/+source/openoffice.org/+bug/62432" rel="self">useless under Ubuntu Edgy</a>. This bug was reported Sep 26 and fixed somewhere around Dec 21.  That is a three month waiting for a bug that is so serious that it makes one of the best opensource applications, useless.  Now, if the OpenOffice team was responsible for packaging OpenOffice for Linux, regardless of which distribution you are using, they would be proud of their product, and nobody would have to wait three months.  <br /><br />I'm not saying the Ubuntu team are doing a bad job, in fact, I believe that Ubuntu is the best distribution ever, but it's <strong>a lot</strong> of work packaging the world for all your users, there are bound to take some time to fix some problem.  If the same problem had occurred in the Windows build of OpenOffice, it would have been fixed quickly by the OpenOffice guys themselves and there would be no more problems.<br /><br />Of course, there are lot's of issues with this.  For example, how do you provide binary compatibility between different distributions? How do you install? Debs? RPMS? Mac-like bundles? etc!  But I'm sure these problems could be solved if the different distributions would work together.  Instead, it's quite clear that no such work is going to happen soon.<br /><br />After using a Mac for a while, it's quite clear that being able to go directly to the vendor of the application, as opposed to the vendor of the operating system, has a lot of advantages. For Mac there is even a very nice framework to add auto update functionality to every program, giving you automatic updates without needing a central repository like most Linux distributions need. This is called <a href="http://andymatuschak.org/pages/sparkle" rel="self">Sparkle</a>.<br /><br /><br /><br />]]></content:encoded></item><item><title>Got my Wiimote</title><dc:creator>erik@bagfors.nu</dc:creator><category>Games</category><dc:date>2006-12-19T23:52:04+01:00</dc:date><link>http://erik.bagfors.nu/index_files/3d28aa853aa5cb47975a46adf01d5097-7.html#unique-entry-id-7</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/3d28aa853aa5cb47975a46adf01d5097-7.html#unique-entry-id-7</guid><content:encoded><![CDATA[Today I got my wiimote.  This means that I have the control, and the game (zelda of course), but not the actual wii machine.  The amount of fun I can have with these pieces is very limited :)<br /><br />With <a href="http://isnoop.net/blog/2006/12/07/wiisaber-a-wii-mac-and-lightsaber-sandwich/" rel="self">wiisabre</a> I could actually try out the wiimore, and it does work :)  Since I haven't recieved my wii yet, I don't have any IR transmitters, but using two candles actually works. <br /><br />It's all very fun, can't wait to get the actual Wii....<br /><br />]]></content:encoded></item><item><title>Baby snakes</title><dc:creator>erik@bagfors.nu</dc:creator><category>Reptiles</category><dc:date>2006-12-18T20:35:44+01:00</dc:date><link>http://erik.bagfors.nu/index_files/e91cd17076272b50452261839c313d82-6.html#unique-entry-id-6</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/e91cd17076272b50452261839c313d82-6.html#unique-entry-id-6</guid><content:encoded><![CDATA[Our snakes are mating and mating and mating.  It's going to be so interesting when it's time for the egg-laying. We have two pairs that we are trying to breed right now. The pair below are enjoying themselves all the time.<br /><br />We've tried to get babies on another pair, the last two years, but the interest just hasn't been there from the male. We are trying them this year as well, but I think there is a big chance that we will not get any on them.  The male just doesn't seem to think that the female is that sexy :)<br /><br /><br /><img class="imageStyle" alt="sn_061020" src="http://erik.bagfors.nu/index_files//snake-mate.jpg"width="480" height="360"/>]]></content:encoded></item><item><title>Windows Vista Not a Ripoff of Mac OSX</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2006-12-16T13:37:37+01:00</dc:date><link>http://erik.bagfors.nu/index_files/d521458073ab515721073b02915af715-5.html#unique-entry-id-5</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/d521458073ab515721073b02915af715-5.html#unique-entry-id-5</guid><content:encoded><![CDATA[And here is the <a href="http://video.on.nytimes.com/ifr_main.jsp?nsid=b26f34614:10f8aeb45de:6940&rf=bm&fr_story=d14603c1e23e6ce37920a8134a2e27b1405a4991&st=1166272404116&mp=FLV&cpf=false&fvn=9&fr=121606_073324_26f34614x10f8aeb45dex6941&rdm=668820.3512080109" rel="self">proof</a>.]]></content:encoded></item><item><title>MacHeist</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2006-12-16T01:05:00+01:00</dc:date><link>http://erik.bagfors.nu/index_files/0d926f8949cdb6d09d091bc9539b5d72-4.html#unique-entry-id-4</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/0d926f8949cdb6d09d091bc9539b5d72-4.html#unique-entry-id-4</guid><content:encoded><![CDATA[MacHeist is a great thing. What they have done is that they have contacted lots of developers of none-free software, and made a deal with them, to during a week sell a bundle with a number of different applications, and sell as many licenses as possible.  And they are doing it at a VERY low price.<br /><br />Some people seems to think that <a href="http://gusmueller.com/blog/archives/2006/12/week_of_the_independent_mac_developer.html" rel="self">this is not fair to the developers</a>. It's amazing that some people can't just accept that other people have a different opinion.<br />1) They are getting lots of people to buy software they wouldn't buy. <br />2) They are raising money for charity.<br />3) They are raising awareness of great applications<br />4) They are not forcing anyone to be part of this<br />5) Developers being part of the heist, are saying that they are <a href="http://www.oreillynet.com/mac/blog/2006/12/taking_the_heist.html" rel="self">selling</a> <a href="http://www.realmacsoftware.com/blog/index.php" rel="self">more</a> <a href="http://arstechnica.com/journals/apple.ars/2006/12/13/6275" rel="self">licenses</a> since the heist started (while it's still going on)<br /><br />Personally, I haven't bought a single piece of software privately since 1994 (with the exceptions of games). This is because I have always been running Linux and open source software. The heist gave me an opportunity to get some great software that I don't think I would <strong>ever</strong> have tried otherwise. The heist bundle <strong>is the first software I bought in over 10 years</strong>.  Don't say the heist is bad.<br /><br />Coming from the Linux world, where everything is free and if someone charge for something, you don't use it. This is a big deal.<br /><br /><br /><br />]]></content:encoded></item><item><title>Starting a Blog (and a web page)</title><dc:creator>erik@bagfors.nu</dc:creator><category>Personal</category><dc:date>2006-12-15T02:14:04+01:00</dc:date><link>http://erik.bagfors.nu/index_files/6d554401e7ca553697f66c359523b6cf-3.html#unique-entry-id-3</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/6d554401e7ca553697f66c359523b6cf-3.html#unique-entry-id-3</guid><content:encoded><![CDATA[Since everyone else is starting a blog, I might as well also.  Since I always want to have things on my own server and not run blogger and stuff like that, I simply created a whole site.<br /><br />This was all done with the wonderful application <a href="http://www.realmacsoftware.com/rapidweaver/" rel="self">RapidWeaver</a>, because I'm lazy, I don't particularly like HTML and I'm not very good with layout. Using a simple application like this to create the site, works just fine and gives me time to do other fun things with the computer.  Right now, I'm looking into Cocoa programming and general learning more about the mac.]]></content:encoded></item><item><title>Hp support agan</title><dc:creator>erik@bagfors.nu</dc:creator><category>Computer</category><dc:date>2006-07-27T13:16:10+02:00</dc:date><link>http://erik.bagfors.nu/index_files/7badeec2f909f037763eb1693fb60485-26.html#unique-entry-id-26</link><guid isPermaLink="true">http://erik.bagfors.nu/index_files/7badeec2f909f037763eb1693fb60485-26.html#unique-entry-id-26</guid><content:encoded><![CDATA[I bought a HP scanner/printer/copier in December. This is a quite nice machine and I'm quite happy with it. However, it has had some problems. When I first got it, the drivers for the scanner didn't work under Mac OS. After about two months and many calls to HP support, HP released a new driver that worked. I don't think that had anything to do with the fact that I contacted support, since they knew nothing about it.<br /><br />The other problem is more <em>fun</em>.  With the scanner there is a cd labelled something like "ReadIris 11 for PC and ReadIris 11.5 for Mac".  However, on the cd, there are only windows files, no Mac software.<br /><br />This has been acknowledged by HP support, and I've most likely talked to them 30+ times.  They have at once given me ReadIris 7 over FTP, twice sent if burned on a cd home to me (still version 7), and twice sent me a driver CD instead.<br /><br />I've gotten really tired of calling them, and have mostly given up, but I'm quite amazed over the terrible terrible support they provide.<br /><br />So, after hearing nothing from them for a long time, yesterday I got a call from a guy at HP support asking me if I have received the cd.  Since I was out of the country I asked if they had sent one in the last few days and the answer was "ehh... I don't know".  So I then asked, "well, what cd do you <strong>think</strong> that I wan't".  He was <strong>unable to answer</strong>".  After 7 months, they still <strong>don't know</strong> what cd I'm missing. <br /><br />Amazing.<br /><br />I have the whole story <a href="hp.html" rel="self" title="HP support">here</a> (in swedish)]]></content:encoded></item></channel>
</rss>