<?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>Blog &#187; Uncategorized</title>
	<atom:link href="http://blog.bprog.no/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bprog.no</link>
	<description>Some personal and some technical posts</description>
	<lastBuildDate>Sun, 14 Jun 2009 19:04:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 7 without IE</title>
		<link>http://blog.bprog.no/index.php/2009/06/windows-7-without-ie/</link>
		<comments>http://blog.bprog.no/index.php/2009/06/windows-7-without-ie/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 19:04:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/?p=146</guid>
		<description><![CDATA[That&#8217;s a shame. Internet Explorer is an excellent tool for downloading Firefox!
Read the press release here:
http://www.google.com/hostednews/afp/article/ALeqM5hGWpt2Jl279bg2BaPZz52moEnlnA
]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s a shame. Internet Explorer is an excellent tool for downloading Firefox!</p>
<p>Read the press release here:</p>
<p><a href="http://www.google.com/hostednews/afp/article/ALeqM5hGWpt2Jl279bg2BaPZz52moEnlnA">http://www.google.com/hostednews/afp/article/ALeqM5hGWpt2Jl279bg2BaPZz52moEnlnA</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2009/06/windows-7-without-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid default setting in NetBeans</title>
		<link>http://blog.bprog.no/index.php/2009/05/stupid-default-setting-in-netbeans/</link>
		<comments>http://blog.bprog.no/index.php/2009/05/stupid-default-setting-in-netbeans/#comments</comments>
		<pubDate>Fri, 15 May 2009 23:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/index.php/2009/05/stupid-default-setting-in-netbeans/</guid>
		<description><![CDATA[One thing is that NetBeans wants to expand tabs into spaces, at least thats a hot topic. Although, why the hell would anyone use spaces when the keyboard actually has a dedicated key to produce a nice indentation is beyond me. But why in the name of all that is holy isn&#8217;t line numbering turned [...]]]></description>
			<content:encoded><![CDATA[<p>One thing is that NetBeans wants to expand tabs into spaces, at least thats a hot topic. Although, why the hell would anyone use spaces when the keyboard actually has a dedicated key to produce a nice indentation is beyond me. But why in the name of all that is holy isn&#8217;t line numbering turned on by default?! I know it&#8217;s a minor thing, but it&#8217;s stupid non the less! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2009/05/stupid-default-setting-in-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A first look at Mercurial &#8211; Bye bye Subversion?</title>
		<link>http://blog.bprog.no/index.php/2009/05/a-first-look-at-mercurial-bye-bye-subversion/</link>
		<comments>http://blog.bprog.no/index.php/2009/05/a-first-look-at-mercurial-bye-bye-subversion/#comments</comments>
		<pubDate>Sun, 10 May 2009 00:39:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mercurial SVN]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/?p=123</guid>
		<description><![CDATA[I&#8217;m so sick and tired of Subversion! A couple of days ago our repository server was down which caused the f&#8230; stupid svn client to hang. Not even pressing Ctrl-C would stop it. In the end I had to kill it the hard way. This obviously messed up the svn locks. You should think that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m so sick and tired of Subversion! A couple of days ago our repository server was down which caused the f&#8230; stupid svn client to hang. Not even pressing Ctrl-C would stop it. In the end I had to kill it the hard way. This obviously messed up the svn locks. You should think that they had implemented a timeout and sensible error message by 2009? And don&#8217;t even get me started on all those .svn directories laying around!</p>
<p>Anyway, this finally pushed me to have a look at alternatives. I&#8217;ve been wanting to try out Mercurial for some time now and this pushed me over the edge. My first impression is really good! I obviously have to spend some time getting used to the distributed model, but it seems like it might be worth it. Everything was looking rose red until I figured out that it doesn&#8217;t support tracking of empty folders!? It does make sense when I think about their architecture built up around sha1 sums, but I still think that it&#8217;s strange. I often create a directory structure before I start coding. The workaround seems to be creating empty files inside each folder, which sounds a little annoying to me.</p>
<p>That&#8217;s it for now. Man it felt good to shout and scream a little about Subversion! <img src='http://blog.bprog.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2009/05/a-first-look-at-mercurial-bye-bye-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.7 is looking good!</title>
		<link>http://blog.bprog.no/index.php/2009/05/netbeans-67-is-looking-good/</link>
		<comments>http://blog.bprog.no/index.php/2009/05/netbeans-67-is-looking-good/#comments</comments>
		<pubDate>Fri, 08 May 2009 20:45:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/index.php/2009/05/netbeans-67-is-looking-good/</guid>
		<description><![CDATA[I&#8217;ve been trying out the beta build of NetBeans version 6.7 and it&#8217;s looking very good. The PHP support is becoming very good.
Even Grails support is coming along with support for Grails 1.1. Rumors has it that even debugging is supported now! Nice work!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying out the beta build of NetBeans version 6.7 and it&#8217;s looking very good. The PHP support is becoming very good.</p>
<p>Even Grails support is coming along with support for Grails 1.1. Rumors has it that even debugging is supported now! Nice work!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2009/05/netbeans-67-is-looking-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips! Cheap Gillette razor blades</title>
		<link>http://blog.bprog.no/index.php/2009/01/tips-cheap-gillette-razor-blades/</link>
		<comments>http://blog.bprog.no/index.php/2009/01/tips-cheap-gillette-razor-blades/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 00:28:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/?p=81</guid>
		<description><![CDATA[I don&#8217;t know about other countries, but in Norway you get ripped of when buying razor blades. Imagine my thrill when I found out that Dealextreme.com are selling the same blades (with Chinese packing, but who cares?!) for 1/3 of the price!
Enjoy cheap shaving!  

]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about other countries, but in Norway you get ripped of when buying razor blades. Imagine my thrill when I found out that Dealextreme.com are selling the same blades (with Chinese packing, but who cares?!) for 1/3 of the price!</p>
<p><a href="http://www.dealextreme.com/details.dx/sku.9299">Enjoy cheap shaving! <img src='http://blog.bprog.no/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </a></p>
<p><a href="http://www.dealextreme.com/details.dx/sku.9299"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2009/01/tips-cheap-gillette-razor-blades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webservices in Java EE</title>
		<link>http://blog.bprog.no/index.php/2008/11/webservices-in-java-ee/</link>
		<comments>http://blog.bprog.no/index.php/2008/11/webservices-in-java-ee/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 23:39:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Webservice]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/?p=55</guid>
		<description><![CDATA[I had no idea that webservices were this easy in Java EE! Just smack on two or more annotations. Annotate the stateless session bean with @Webservice and the methods you want to expose with @WebMethod and you got yourself a webservice! That&#8217;s really nice! 
]]></description>
			<content:encoded><![CDATA[<p>I had no idea that webservices were this easy in Java EE! Just smack on two or more annotations. Annotate the stateless session bean with @Webservice and the methods you want to expose with @WebMethod and you got yourself a webservice! That&#8217;s really nice! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2008/11/webservices-in-java-ee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 Intrepid Ibex released!</title>
		<link>http://blog.bprog.no/index.php/2008/10/ubuntu-810-intrepid-ibex-released/</link>
		<comments>http://blog.bprog.no/index.php/2008/10/ubuntu-810-intrepid-ibex-released/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 17:12:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ubuntu Intrepid]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/?p=31</guid>
		<description><![CDATA[Once again it&#8217;s time for my six months upgrade tradition. I&#8217;m really impressed with how much better the Linux user experience has gotten the last two-three years!
Haven&#8217;t tried Linux yet? Give Ubuntu 8.10 a chance!
]]></description>
			<content:encoded><![CDATA[<p>Once again it&#8217;s time for my six months upgrade tradition. I&#8217;m really impressed with how much better the Linux user experience has gotten the last two-three years!</p>
<p>Haven&#8217;t tried Linux yet? Give Ubuntu 8.10 a chance!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2008/10/ubuntu-810-intrepid-ibex-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox + EncFS = Fast and secure synchronization of data</title>
		<link>http://blog.bprog.no/index.php/2008/09/dropbox-encfs-fast-and-secure-synchronization-of-data/</link>
		<comments>http://blog.bprog.no/index.php/2008/09/dropbox-encfs-fast-and-secure-synchronization-of-data/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 21:16:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[EncFS]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://blog.bprog.no/?p=24</guid>
		<description><![CDATA[I&#8217;ve tested the really neat Dropbox project for some days now (www.getdropbox.com). It offers really fast synchronization of data between multiple computers running Windows, Mac and even Linux! The only drawback, it does not support encryption of your precious data.
Recently I stumbled across EncFS (http://www.arg0.net/encfs). EncFS offers an encrypted user-space file system. The only drawback [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tested the really neat Dropbox project for some days now (www.getdropbox.com). It offers really fast synchronization of data between multiple computers running Windows, Mac and even Linux! The only drawback, it does not support encryption of your precious data.</p>
<p>Recently I stumbled across EncFS (http://www.arg0.net/encfs). EncFS offers an encrypted user-space file system. The only drawback is that it only runs on Linux, but hey as good as recent Linux distributions are who needs Windows?</p>
<p>Mini how-to:</p>
<p>Set up Dropbox as instructed on getdropbox.com (really easy). When you&#8217;ve done that create two new folders, one new directory inside your dropbox folder (for example /home/kimble/Dropbox/Encrypted) and another to mount the encrypted filesystem in (for example /home/kimble/EncryptedDropbox).</p>
<p>When those are in place install EncFS. If you&#8217;re running Debian or Ubuntu it&#8217;s as easy as:</p>
<blockquote><p><em><strong>sudo apt-get install encfs</strong></em></p></blockquote>
<p>Then it&#8217;s time to mount your encrypted file system. The first time you run this command EncFS will ask you a few simple questions where one of them is the password you want to protect your files with.</p>
<blockquote><p><em><strong>encfs /home/kimble/Dropbox/Encrypted/ /home/kimble/EncryptedDropbox/</strong></em></p></blockquote>
<p>That&#8217;s it! Now you do the same on your other Linux computers and enjoy both fast and secure file synchronization! The next time you run that command it will just prompt you for the password before mounting the file system into the chosen folder.</p>
<p>Cons: These files will not be accessible through the web interface, not will they be accessible from Windows or Mac (suckers!). ;D</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bprog.no/index.php/2008/09/dropbox-encfs-fast-and-secure-synchronization-of-data/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
