<?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>BosIT</title>
	<atom:link href="http://www.bosit.be/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.bosit.be/blog</link>
	<description>Running on the Big Wheel aka Technology, music, life.</description>
	<lastBuildDate>Fri, 04 Jun 2010 16:19:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Is the Java Store dead ?</title>
		<link>http://www.bosit.be/blog/?p=82</link>
		<comments>http://www.bosit.be/blog/?p=82#comments</comments>
		<pubDate>Fri, 04 Jun 2010 16:19:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=82</guid>
		<description><![CDATA[I&#8217;ve been waiting since Devoxx for the Java Store to become available in Belgium.Seemingly zero changes since then Although it might not be the most original idea, it does sound like a natural fit for the java platform on the desktop. Anyone knows if Oracle killed this off or if it died when James Gosling [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D82"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D82&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve been waiting since Devoxx for the <a href="http://store.java.com">Java Store</a> to become available in Belgium.Seemingly zero changes since then <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Although it might not be the most original idea, it does sound like a natural fit for the java platform on the desktop.</p>
<p>Anyone knows if Oracle killed this off or if it died when James Gosling left Oracle ?</p>
<p>I for one am still rooting for this to actually happen. Yes I&#8217;m a dreamer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compiling Spring 3 from SVN on Linux</title>
		<link>http://www.bosit.be/blog/?p=70</link>
		<comments>http://www.bosit.be/blog/?p=70#comments</comments>
		<pubDate>Thu, 12 Nov 2009 01:07:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring3]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=70</guid>
		<description><![CDATA[Mostly so I don&#8217;t forget myself next time Don&#8217;t forget to checkout only the wanted HEAD revision from svn: svn co -r HEAD https://src.springframework.org/svn/spring-framework/trunk spring-framework If you have ant as part of your distro (as is the case in gentoo), download a binary ant distribution and run &#60;your_new_ant_path&#62;/bin/ant instead of the &#8216;default&#8217; ant to prevent [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D70"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D70&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Mostly so I don&#8217;t forget myself next time <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Don&#8217;t forget to checkout only the wanted HEAD revision from svn:</p>
<blockquote><p>svn co -r HEAD https://src.springframework.org/svn/spring-framework/trunk spring-framework</p></blockquote>
<p>If you have ant as part of your distro (as is the case in gentoo), download a binary ant distribution and run &lt;your_new_ant_path&gt;/bin/ant instead of the &#8216;default&#8217; ant to prevent any classpath issues.</p>
<p>Make sure you do</p>
<blockquote><p>export ANT_OPTS=&#8221;-XX:PermSize=128m -XX:MaxPermSize=128m&#8221;</p></blockquote>
<p>If necessary add -Xmx512m or more too.</p>
<p>Enter build-spring-framework and run</p>
<blockquote><p>&lt;your_new_ant_path&gt;/bin/ant</p></blockquote>
<p>to build Spring. In order for Eclipse to be able to find all required jar&#8217;s, you&#8217;re probably best running the resolve ant target in most of the subprojects.</p>
<p>Open import the projects to an Eclipse workspace, set the IVY_CACHE classpath var in Eclipse prefs to spring-framework/ivy-cache</p>
<p>I had a few errors in tests for the oxm bundle failing, but since I don&#8217;t really need them anyways I just removed the src/test source dirs from the oxm project in Eclipse <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It&#8217;s 2 AM so yea, the above is probably pretty messy <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GMail down</title>
		<link>http://www.bosit.be/blog/?p=66</link>
		<comments>http://www.bosit.be/blog/?p=66#comments</comments>
		<pubDate>Tue, 24 Feb 2009 21:47:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[meh]]></category>
		<category><![CDATA[trivia]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=66</guid>
		<description><![CDATA[I was getting 503&#8242;s and now no response at all . Lack of a temporarily down page or something similar leads me to assume this wasn&#8217;t planned upgrade or anything. Of course this can happen to the best of us, but still: ouch!! Me needs my mail PS: maybe it&#8217;s got something to do with [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D66"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D66&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I was getting 503&#8242;s and now no response at all . Lack of a temporarily down page or something similar leads me to assume this wasn&#8217;t planned upgrade or anything.</p>
<p>Of course this can happen to the best of us, but still: ouch!!</p>
<p>Me needs my mail <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>PS: maybe it&#8217;s got something to do with <a href="http://it.slashdot.org/article.pl?sid=09/02/23/1429226">SSLStrip</a>?</p>
<p>+1hrs: still no workies <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' />  fraaakkk</p>
<p>+105mins : it&#8217;s back, I suppose we&#8217;ll never know what happened <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling networking in CentOS 5.2 on my ASUS P6T Deluxe</title>
		<link>http://www.bosit.be/blog/?p=65</link>
		<comments>http://www.bosit.be/blog/?p=65#comments</comments>
		<pubDate>Wed, 18 Feb 2009 19:34:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[88E8056]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[marvell]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[p6t]]></category>
		<category><![CDATA[p6tdeluxe]]></category>
		<category><![CDATA[sky2]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=65</guid>
		<description><![CDATA[Update : below stopped working after upgrading the kernel to version 2.6.18-92.1.22. Trying to find out why Update2 : okay I was too fast probably, seems to be working fine after a reboot The 2 onboard Marvell 88E8056 PCI-E ethernet on my P6T Deluxe weren&#8217;t autodetected by CentOS 5.2. Got this workaround from the CentOS [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D65"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D65&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Update : below stopped working after upgrading the kernel to version 2.6.18-92.1.22. Trying to find out why <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /> </p>
<p>Update2 : okay I was too fast probably, seems to be working fine after a reboot <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The 2 onboard Marvell 88E8056 PCI-E ethernet on my P6T Deluxe weren&#8217;t autodetected by CentOS 5.2.</p>
<p>Got this workaround from the <a href="http://bugs.centos.org/view.php?id=2612">CentOS bugtracker</a> :</p>
<p># modprobe sky2<br />
# echo &#8220;11ab 4364&#8243; &gt; /sys/bus/pci/drivers/sky2/new_id</p>
<p>It works! <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>There&#8217;s a warning of data corruption on Gigabyte boards with this workaround, so better check first and do some more looking if you&#8217;re in that category.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64bit java plugin out in the wild aka Sun Java 6u12 released!</title>
		<link>http://www.bosit.be/blog/?p=64</link>
		<comments>http://www.bosit.be/blog/?p=64#comments</comments>
		<pubDate>Tue, 03 Feb 2009 07:00:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=64</guid>
		<description><![CDATA[Get it hot! As I&#8217;ll probably be waiting for this release to hit the/some Gentoo/Ubuntu repo, I have to say I&#8217;m surprised at the seemingly short interval between the last update releases. Seems 11 was only last week somehow. As my previous Athlon64 and current Intel i7 Core are both 64bit, I do have to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D64"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D64&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://java.sun.com/javase/downloads/index.jsp">Get it hot</a>! <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> As I&#8217;ll probably be waiting for this release to hit the/some Gentoo/Ubuntu repo, I have to say I&#8217;m surprised at the seemingly short interval between the last update releases. Seems 11 was only last week somehow.</p>
<p>As my previous Athlon64 and current Intel i7 Core are both 64bit, I do have to say I&#8217;m anxious to try the long announced java plugin for 64bit platforms. I&#8217;ve been using icedtea 6 on gentoo for a while, but as I need a Sun JVM for professional stuff I&#8217;m glad this update has finally arrived. Curious to see if it lives up to it&#8217;s expectations.</p>
<p>Besides all that, the included improvements seem quite numerous (take a look at the <a href="http://java.sun.com/javase/6/webnotes/6u12.html">release notes</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting your keyboard layout in Linux through X</title>
		<link>http://www.bosit.be/blog/?p=63</link>
		<comments>http://www.bosit.be/blog/?p=63#comments</comments>
		<pubDate>Fri, 23 Jan 2009 05:43:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=63</guid>
		<description><![CDATA[Just a quicky for future reference: setxkbmap -model pc105 -layout be -variant basic Needed this in fluxbox.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D63"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D63&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Just a quicky for future reference:<br />
<code>setxkbmap -model pc105 -layout be -variant basic</code></p>
<p>Needed this in fluxbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=63</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still no Google Chrome for Linux -&gt; byebye Chrome for me</title>
		<link>http://www.bosit.be/blog/?p=62</link>
		<comments>http://www.bosit.be/blog/?p=62#comments</comments>
		<pubDate>Sat, 10 Jan 2009 22:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[suckage]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=62</guid>
		<description><![CDATA[Google, while not doing any evil and supporting open source and all, is really screwing up it&#8217;s browser by simply only providing a decent build for window, even in with it&#8217;s latest 2.0 pre-beta (whatever the hell that might mean, where are the days when an alpha was an alpha build and a beta was [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D62"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D62&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Google, while <a href="http://www.bosit.be/blog/2008/05/19/google-dont-do-no-evil-literally">not doing any evil</a> and supporting open source and all, is really screwing up it&#8217;s browser by simply only providing a decent build for window, even in with it&#8217;s <a href="http://googlesystem.blogspot.com/2009/01/google-chrome-20-pre-beta.html">latest 2.0 pre-beta</a> (whatever the hell that might mean, where are the days when an alpha was an alpha build and a beta was a beta)</p>
<p>We all should have known this would be the case, it&#8217;s a company and in the end, the numbers are against us linux users. Who cares if a substantial part of the tech community runs linux or apple, it&#8217;s a browser for the end user!</p>
<p>This little joyride has gone on long enough, back to firefox, opera and some konqueror for me. Really looking forward to <a href="https://wiki.mozilla.org/Firefox3.1/Features">firefox 3.1</a> by the way, native ogg theora support and omg-faster-than-chrome-javascript!</p>
<p>I should have known that &#8216;comic&#8217; looked too neat for an app targeting linux + not that I could live without my firefox extensions anyways <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So, although I&#8217;ve used and not especially dislike chrome, getting stuck on a single platform browser is the last of my intentions. Uninstalled baby!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=62</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t find the Capabilities prefs pane or Classic Update?</title>
		<link>http://www.bosit.be/blog/?p=60</link>
		<comments>http://www.bosit.be/blog/?p=60#comments</comments>
		<pubDate>Wed, 17 Dec 2008 23:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ganymede]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=60</guid>
		<description><![CDATA[Eclipse 3.4 Ganymede introduces a new UI for software updates. In order for the Help-&#62;Software Updates submenu to show up again: install the Eclipse SDK plugin if needed enable Classic Update in Preferences-&#62;General-&#62;Capabilities Easy as eating &#8230; fries!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D60"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D60&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Eclipse 3.4 Ganymede introduces a new UI for software updates.</p>
<p>In order for the Help-&gt;Software Updates submenu to show up again:</p>
<ol>
<li>install the Eclipse SDK plugin if needed</li>
<li>enable Classic Update in Preferences-&gt;General-&gt;Capabilities</li>
</ol>
<p>Easy as eating &#8230; fries! <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64bit Flash plugin for Linux, finally!</title>
		<link>http://www.bosit.be/blog/?p=56</link>
		<comments>http://www.bosit.be/blog/?p=56#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:20:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=56</guid>
		<description><![CDATA[Pigs seem to be able to fly as Adobe today released a preview 64bit release of it&#8217;s Flash plugin! Are the days of using nspluginwrapper finally over? I suppose we can&#8217;t expect too much of a preview but those days seem to be coming! If now we get a fast 64bit native java runtime (with [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D56"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D56&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Pigs seem to be able to fly as Adobe today released <a href="http://labs.adobe.com/technologies/flashplayer10/">a preview 64bit release of it&#8217;s Flash plugin</a>!</p>
<p>Are the days of using nspluginwrapper finally over? I suppose we can&#8217;t expect too much of a preview but those days seem to be coming!</p>
<p>If now we get a fast 64bit native java runtime (with a working -client option please), I guess the productive life in the 64bit Linux world is finally no more painful than the 32bit world.</p>
<p>Kudos Adobe, this is a step in the right direction!</p>
<p>Now, please also create a Linux version equivalent (or even something better maybe) to Digital Editions and I can actually take advantage of my digital subscribtion to www.standaard.be to read the entire paper digitally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenID &amp; Category RSS feeds in WordPress</title>
		<link>http://www.bosit.be/blog/?p=53</link>
		<comments>http://www.bosit.be/blog/?p=53#comments</comments>
		<pubDate>Sat, 11 Oct 2008 06:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=53</guid>
		<description><![CDATA[For your comfort and my own, I finally made took the (easy) step of OpenID enabling my own WordPress install, basically by just installing the OpenID plugin, along with it&#8217;s only dependency XRDS-Simple. SInce installing in this case boils down to extracting two zip archives to &#60;wp_root&#62;/wp-content/plugins and activating the plugins in the Settings pane, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D53"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D53&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>For your comfort and my own, I finally made took the (easy) step of OpenID enabling my own WordPress install, basically by just installing the <a href="http://wordpress.org/extend/plugins/openid/">OpenID plugin</a>, along with it&#8217;s only dependency <a href="http://wordpress.org/extend/plugins/xrds-simple">XRDS-Simple</a>.</p>
<p>SInce installing in this case boils down to extracting two zip archives to &lt;wp_root&gt;/wp-content/plugins and activating the plugins in the Settings pane, this took about 1 minute. Setting up the OpenID plugin prefs took another minute and enabling libcurl support for php5 (apt-get install php5-curl ; /etc/init.d/apache force-reload) another 30 seconds.</p>
<p>Not bad. As a language, I tend to prefer Java over PHP, but this is about as simple as it gets I which deserves some kudos.</p>
<p>Also, providing category specific feeds is equally simple: just add the cat parameter to your current feed url with the id of the requested category. To see the id of your favorite category, just examine any category URL and copy/paste the cat parameter from there. For example:</p>
<p>my default rss2 feed :<br />
<a href="http://www.bosit.be/blog/?feed=rss2">http://www.bosit.be/blog/?feed=rss2</a><br />
feed only showing posts categorized under &#8216;Java&#8217;:<br />
<a href="http://www.bosit.be/blog/?feed=rss2&amp;cat=6">http://www.bosit.be/blog/?feed=rss2&amp;cat=6</a></p>
<p>Easy as eatin&#8217; pie!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The pain of setting the classpath through the Jar Manifest</title>
		<link>http://www.bosit.be/blog/?p=52</link>
		<comments>http://www.bosit.be/blog/?p=52#comments</comments>
		<pubDate>Thu, 09 Oct 2008 09:48:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fixit]]></category>
		<category><![CDATA[manifestssuck]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=52</guid>
		<description><![CDATA[I&#8217;ll keep this short: jar manifests suck. I just found out a jar wasn&#8217;t loaded as it was supposed to because my manifest classpath entry was 70 chars long (including the first space!). All other lines were 71 chars long, except this one because the entry was finished, so I was missing one space. Netbeans [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D52"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D52&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ll keep this short: jar manifests suck. I just found out a jar wasn&#8217;t loaded as it was supposed to because my manifest classpath entry was 70 chars long (including the first space!). All other lines were 71 chars long, except this one because the entry was finished, so I was missing one space.</p>
<p>Netbeans handles this nicely when I build my app consisting of a number of projects with jar dependencies. Everything ends up ready to run in the dist dir of the main project root. Neat and simple. In Eclipse I seem to overlook the ability to export a Jar with it&#8217;s dependencies&#8217; classpath preconfigured &amp; packaged alongside the project code. I mean, am I *supposed* to do this myself?</p>
<p>I guess I really need to upgrade to using ant or maven and automate these kinds of things &#8230; and I will! Euhm &#8230; soon!</p>
<p>Since this is a clientside project, I&#8217;ll finally make the step and get the right kind of certificate to sign my code and WebStart enable the entire thing. And unless I solve these issues, I&#8217;ll return to netbeans for that purpose, although MyEclipse finally enabled me to stick with Eclipse <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Until I switch to something automated of course <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Tired now. Need sleep.</p>
<p>Nite nite.</p>
<p>PS: I was about to reread but I&#8217;m too tired, so sorry, it&#8217;s probably badly written and ill-structured (or something)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Fixing&#8217; the slow JFileChooser on Windows XP</title>
		<link>http://www.bosit.be/blog/?p=51</link>
		<comments>http://www.bosit.be/blog/?p=51#comments</comments>
		<pubDate>Sat, 27 Sep 2008 07:03:48 +0000</pubDate>
		<dc:creator>jonathan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[jdk6u10]]></category>
		<category><![CDATA[jfilechooser]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[windowsxp]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=51</guid>
		<description><![CDATA[Ever used a Java Swing app on Windows XP that seemed to freeze when you open a JFileChooser dialog? Apparently it&#8217;s caused by calls being made to Windows&#8217; infamous integrated &#8216;compressed folders&#8217; utility when files are recognized as archives. The bad news is that every stable Sun JVM on Windows XP up to today suffers [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D51"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D51&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Ever used a Java Swing app on Windows XP that seemed to freeze when you open a JFileChooser  dialog? <a href="http://forums.sun.com/thread.jspa?threadID=5207221&amp;messageID=9901574">Apparently</a> it&#8217;s caused by calls being made to Windows&#8217; infamous integrated &#8216;compressed folders&#8217; utility when files are recognized as archives.</p>
<p>The bad news is that every stable Sun JVM on Windows XP up to today suffers from this issue.<br />
The good news that the issue has been f <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5050516">fixed in Java 1.6u10b07</a>. Although I don&#8217;t presume to know the entire history of this bug, it seems a little sad to see this one was reported against release 1.4.2.</p>
<p>To fix on java versions predating 6u10b7, the only fix is effectively unregistering the zip folder dll from windows. Since I won&#8217;t quite use 6u10 until it&#8217;s GA and I&#8217;ve been a happy 7zip user on every OS I use for quite some time now I decided to go for the uninstall.</p>
<p>To unregister (and disable &#8216;Compressed Folders&#8217;):<code><br />
regsvr32 /u %windir%\system32\zipfldr.dll</code></p>
<p>If you decide for some reason you can&#8217;t live without it and want to re-enable, execute again from a cmd :<code><br />
regsvr32 zipfldr.dll</code><br />
and you&#8217;ll be sending things to compressed folders before you know it <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thanks Apple, I&#8217;ll wait for Android</title>
		<link>http://www.bosit.be/blog/?p=50</link>
		<comments>http://www.bosit.be/blog/?p=50#comments</comments>
		<pubDate>Thu, 25 Sep 2008 04:52:20 +0000</pubDate>
		<dc:creator>jonathan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[fuckingnda]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=50</guid>
		<description><![CDATA[After reading about Apple putting application rejection notices for their App Store under non-disclosure, I can but conclude I&#8217;ll have to wait for an Android powered phone. If you just take a step back and go over the entire NDA story from the start, it&#8217;s easy to see you don&#8217;t want to be dependent on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D50"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D50&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>After reading about <a href="http://www.osnews.com/story/20321/Apple_Adds_NDA_to_App_Store_Rejection_Notices">Apple putting application rejection notices for their App Store under non-disclosure</a>, I can but conclude I&#8217;ll have to wait for an Android powered phone.<br />
If you just take a step back and go over the entire NDA story from the start, it&#8217;s easy to see you don&#8217;t want to be dependent on these people, let alone use their &#8216;platform&#8217;. It&#8217;s insane. In an era where open source &amp; free software is gaining foot in the marketplace, they&#8217;ve succesfully become on of the biggest antagonists of the &#8216;free culture&#8217;. They&#8217;ve lived up to the old standard set by the &#8216;old&#8217; Microsoft and have actually outdone them in their own field. What they say is true, Apple <strong>is</strong> the new Microsoft.</p>
<p>Congrats Apple, you did it! I&#8217;ve grown up with macs and now you&#8217;ve finally gotten me completely turned down on your iPhone product, despite of all it&#8217;s features and magnificence. I don&#8217;t care anymore. Not as a person, developer, linux user. I was looking forward to the next iteration of the Mac Pro, but I&#8217;ll just have to see what gives by 2009.</p>
<p>Maybe someone should send a note reminding them there&#8217;s people behind these applications they&#8217;re banning for the most ridiculous of reasons. I&#8217;ll create whatever software visions I have for a device that runs what I tell it to run.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restore EJB injection in MyEclipse 6+ after adding ICEFaces support</title>
		<link>http://www.bosit.be/blog/?p=49</link>
		<comments>http://www.bosit.be/blog/?p=49#comments</comments>
		<pubDate>Mon, 22 Sep 2008 03:03:42 +0000</pubDate>
		<dc:creator>jonathan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[icefaces]]></category>
		<category><![CDATA[myeclipse]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=49</guid>
		<description><![CDATA[After some headscratching, I found out why EJB injection into my managed beans for jsf application stopped working after adding ICEFaces Support on the MyEclipse forums. It&#8217;s actually very simple and logical: upon adding ICEFaces support to the EE Web Project, you&#8217;re asked to downgrade to a servlet 2.4 compatible web.xml, which is the cause [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D49"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D49&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>After some headscratching, I found out why EJB injection into my managed beans for jsf application stopped working after adding ICEFaces Support on the <a href="http://www.myeclipseide.com/index.php?name=PNphpBB2&amp;file=viewtopic&amp;t=21400&amp;start=0&amp;postdays=0&amp;postorder=asc&amp;highlight=">MyEclipse forums</a>.</p>
<p>It&#8217;s actually very simple and logical: upon adding ICEFaces support to the EE Web Project, you&#8217;re asked to downgrade to a servlet 2.4 compatible web.xml, which is the cause of the trouble.</p>
<p>To restore the EJB injection, just copy the web-app tag from the renamed original web.xml called web.xml.org which can be found in the WEB-INF dir of the WebRoot dir. In case you deleted it:<code><br />
&lt;web-app xmlns="http://java.sun.com/xml/ns/javaee"<br />
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5"<br />
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee<br />
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"&gt;<br />
</code></p>
<p>Also, make sure the JSF version is set to 1.2 in faces-config.xml, which was the case for me.</p>
<p>My actual versions: MyEclipse 6.5.1 with ICEFaces support 1.7.1 for Eclipse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating MyEclipse 6.5 and IceFaces 1.7.1</title>
		<link>http://www.bosit.be/blog/?p=48</link>
		<comments>http://www.bosit.be/blog/?p=48#comments</comments>
		<pubDate>Fri, 19 Sep 2008 22:27:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[icefaces]]></category>
		<category><![CDATA[myeclipse]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=48</guid>
		<description><![CDATA[I&#8217;ve continued my search after my previous post and got working visual editing support in MyEclipse by: choosing to download MyEclipse as a plugin install on an existing eclipse install, rather than a Pulse driven install (although that might not matter very much, you can enable classic software update support in the Eclipse Preferences under [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D48"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D48&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve continued my search after my <a href="http://www.bosit.be/blog/?p=47">previous post</a> and got working visual editing support in MyEclipse by:</p>
<ul>
<li>choosing to <a href="http://www.myeclipseide.com/modules.php?name=Downloads&amp;file=dl_options">download MyEclipse</a> as a plugin install on an existing eclipse install, rather than a Pulse driven install (although that might not matter very much, you can enable classic software update support in the Eclipse Preferences under General-&gt;Capabilities)</li>
<li>Downloading the <a href="http://www.icefaces.org/main/downloads/os-downloads.iface">ICEFaces plugin for Eclipse</a>, extract, add that dir as a local update site by Help-&gt;Software updates-&gt;Find and install-&gt;New features</li>
<li>Install from that local update site &amp; restart eclipse</li>
<li>Create a new Web Project</li>
<li>Add JSF Capabilities from the MyEclipse menu (do not add facelets)</li>
<li>Add ICEFaces Capabilities again from the MyEclipse menu</li>
<li>Create a new page by New-&gt;JSP (advanced templates)-&gt;ICEFaces JSP</li>
<li>Profit!</li>
</ul>
<p>I have to add that due to current project needs I got this to work in Windows, rather than Linux which I&#8217;ll try as soon as I&#8217;m relieved of this burden <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Also, I still need to use it some more before being able to comment on the experience but so far so good it seems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MyEclipse 6.5 &amp; IceFaces support ?</title>
		<link>http://www.bosit.be/blog/?p=47</link>
		<comments>http://www.bosit.be/blog/?p=47#comments</comments>
		<pubDate>Thu, 18 Sep 2008 18:24:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[icefaces]]></category>
		<category><![CDATA[myeclipse]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=47</guid>
		<description><![CDATA[Does anybody have a working ICEFaces integration in MyEclipse? The latest version of the ICEFaces plugins for MyEclipse is for version 6.0.1 which does not appear to work anymore in MyEclipse 6.5 (The properties view throws Exception &#8216;à volonté&#8217; when I select an ICEFaces Datatable component for example) I&#8217;ve acquired MyEclipse a good month ago [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D47"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D47&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Does anybody have a working ICEFaces integration in MyEclipse? The latest version of the ICEFaces plugins for MyEclipse is for version 6.0.1 which does not appear to work anymore in MyEclipse 6.5 (The properties view throws Exception &#8216;à volonté&#8217; when I select an ICEFaces Datatable component for example)</p>
<p>I&#8217;ve acquired MyEclipse a good month ago and must say I&#8217;m pretty satisfied with my $30 (annual) investment. A lot of these plugins are available by other means, whether they be Eclipse plugins or Netbeans or &#8230; What specifically makes MyEclipse valuable for me is the fact that it&#8217;s all preconfigured for one specific Eclipse runtime, the fact that I can edit Netbeans Matisse GUI forms and hopefully the ICEFaces support <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;ve lost way too much time with handling all the different Eclipse Runtime requirements for plugins over the last few years. It&#8217;s a great platform, but somehow it seems you can&#8217;t do without a number of installed Runtimes. MyEclipse brings this number down to 4: MyEclipse, Lotus Notes, RAD &amp; Lotus Symphony</p>
<p>When I installed on Linux I downloaded the Pulse Platform based installer without paying too much attention. After my initial surprise &amp; scrutiny, I was pretty impressed by it&#8217;s easy of use for managing the plugins for MyEclipse. The process to do this straight from MyEclipse is about as easy as installing an application in Ubuntu using Add/Remove Applications, where the traditional Eclipse update support compares to Synaptic although it might be a little more complex (and powerful).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome Beta released</title>
		<link>http://www.bosit.be/blog/?p=46</link>
		<comments>http://www.bosit.be/blog/?p=46#comments</comments>
		<pubDate>Wed, 03 Sep 2008 06:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=46</guid>
		<description><![CDATA[It really is! If it&#8217;s half as good as the comic it&#8217;s gonna be nice. UPDATE: okay, it is nice. ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D46"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D46&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>It really <a href="http://www.google.com/chrome">is</a>!</p>
<p>If it&#8217;s half as good as <a href="http://blogoscoped.com/google-chrome/">the comic</a> it&#8217;s gonna be nice.</p>
<p>UPDATE: okay, it <strong>is</strong> nice. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WebSphere Portal 6.1 is released!</title>
		<link>http://www.bosit.be/blog/?p=43</link>
		<comments>http://www.bosit.be/blog/?p=43#comments</comments>
		<pubDate>Tue, 01 Jul 2008 17:24:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[portal61]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=43</guid>
		<description><![CDATA[Woohoow, looking very much forward to getting my hands dirty with this one JSR 286, WSRP 2.0, REST services, live text, AJAX proxy, &#8230; , lots of new sweetness. Oh and did I mention the new page loading model is *fast* (no more full page reloads because of portlets!) Check out the top 10 new [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D43"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D43&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Woohoow, looking very much forward to getting my hands dirty with this one <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
JSR 286, WSRP 2.0, REST services, live text, AJAX proxy, &#8230; , lots of new sweetness. Oh and did I mention the new page loading model is *fast* (no more full page reloads because of portlets!)<br />
Check out <a href="http://www-306.ibm.com/software/genservers/portal/topten.html">the top 10 new features at IBM</a><br />
And of course there&#8217;s the updated <a href="http://publib.boulder.ibm.com/infocenter/wpdoc/v6r1m0/index.jsp">Portal Info Center</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New rules for dealing with windows</title>
		<link>http://www.bosit.be/blog/?p=42</link>
		<comments>http://www.bosit.be/blog/?p=42#comments</comments>
		<pubDate>Sat, 28 Jun 2008 19:57:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[angry]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[crapsoft]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[loss]]></category>
		<category><![CDATA[pieceofshit]]></category>
		<category><![CDATA[suckage]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=42</guid>
		<description><![CDATA[So, after having learned my way over the years to &#8216;maintain&#8217; a windows xp, I recently screwed up my windows install for good. Should you care to repeat this, it&#8217;s very simple: - put your pagefile on another partition (not c:\) - reboot to linux - format that partition containing the pagefile TADAAA, you now [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D42"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D42&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>So,<br />
after having learned my way over the years to &#8216;maintain&#8217; a windows xp, I recently screwed up my windows install for good.<br />
Should you care to repeat this, it&#8217;s very simple:<br />
- put your pagefile on another partition (not c:\)<br />
- reboot to linux<br />
- format that partition containing the pagefile<br />
TADAAA, you now have a non working windows system!</p>
<p>But you say, there&#8217;s a few more options:<br />
I&#8217;ve gone through the trouble of finding out about the pagefileconfig command, which is a shitty vbs file and which basically doesn&#8217;t work from safemode since the reboot following the &#8216;successful creation of the pagefile&#8217; ends up in windows hanging after the loadscreen.<br />
So, I thought, I create a new user and try to keep stuff that&#8217;s loading to a minimum, but alas can&#8217;t get into safemode anymore even. Don&#8217;t ask me why. The shitty tools don&#8217;t tell you anything.<br />
For the record, my disk/partition is 100% aok.<br />
God how it&#8217;s a piece of shit OS <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So from now on:<br />
- I&#8217;ll buy no more software/games which don&#8217;t support linux (luckily there&#8217;s id Software, although I&#8217;ll miss Crysis &#038; the Half-Life 2 bundle etc.) The games for windows bullshit was a major turnoff already so I&#8217;ll survive I suppose.<br />
That&#8217;s a pretty short list right?<br />
Basically the only reason I still have one is since I&#8217;m locked in with a few games I spent money on, my mistake. You only develop for windows? Thanks I&#8217;ll pass on your undoubtably great software &#038; great UX</p>
<p>I just think it&#8217;s insane for the record how people say that winxp with sp3 is a decent OS, not to mention vista. Think of me when you&#8217;ll be adding something to the PATH in vista, by modifying a text line in a 200x100px window on your 1920&#215;1200 screen. Or any of the zillion other places where the windows/frames are fixed size. Great job ms, great job! But hey, there&#8217;s the _awesome_ uac to make up for that. Hurray!</p>
<p>I&#8217;m so pissed, the time that&#8217;s gone into that install + the reason why I lost it, it&#8217;s so damn retarded&#8230;<br />
To think that there wouldn&#8217;t have been the slightest issue on a *nix system.<br />
Leaving me to wish you all good luck &#038; enjoy the microsoft innovations!</p>
<p>PS: please game developers, don&#8217;t write for windows only. Everything I have that supports linux runs better than it did on windows. Don&#8217;t get stuck in the DirectX/Windows trap, please!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GPL&#8217;d Java vs. Gosling Emacs</title>
		<link>http://www.bosit.be/blog/?p=41</link>
		<comments>http://www.bosit.be/blog/?p=41#comments</comments>
		<pubDate>Tue, 24 Jun 2008 04:20:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[gosling]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[rms]]></category>
		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=41</guid>
		<description><![CDATA[A nice comment on a slashdot story reporting on made advances in opening up Java taught me a few nice trivias on the history between Richard Stallman and James Gosling in the early days: &#8220;In the early years (1984 to 1988), the GNU Project did not have a single license to cover all its software. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D41"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D41&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>A <a href="http://developers.slashdot.org/comments.pl?sid=591803&amp;cid=23902031">nice comment</a> on a slashdot story reporting on made advances in opening up Java taught me a few nice trivias on the history between Richard Stallman and James Gosling in the early days:</p>
<blockquote><p>&#8220;In the early years (1984 to 1988), the GNU Project did not have a single license to cover all its software. What led Stallman to the creation of this copyleft license was his experience with James Gosling, creator of NeWs and the Java programming language, and UniPress, over Emacs. While Stallman created the first Emacs in 1975, Gosling wrote the first C-based Emacs (Gosling Emacs) running on Unix in 1982. Gosling initally allowed free distribution of the Gosling Emacs source code, which Stallman used in early 1985 in the first version (15.34) of GNU Emacs. Gosling later sold rights to Gosling Emacs to UniPress, and Gosling Emacs became UniPress Emacs. UniPress threatened Stallman to stop distributing the Gosling source code, and Stallman was forced to comply. He later replace these parts with his own code. (Emacs version 16.56). (See the Emacs Timeline) To prevent free code from being proprietarized in this manner in the future, Stallman invented the GPL.&#8221; </p></blockquote>
<p>Nice to see how (as the comment author puts it) &#8216;Richard was right.&#8217;<br/><br />
The rest of the comment ( &amp; story) is equally worth a read. Long live the GPL &amp; Java! &amp; so many others <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nice overview of VMWare config settings</title>
		<link>http://www.bosit.be/blog/?p=40</link>
		<comments>http://www.bosit.be/blog/?p=40#comments</comments>
		<pubDate>Sun, 22 Jun 2008 00:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmx]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=40</guid>
		<description><![CDATA[First of all, the overview This actually helped me resolve running VMWare images on ntfs partitions mounted with ntfs-3g on linux, which generated errors with the default configuration. Once I set added mainMem.useNamedFile = "false" to the .vmx file, I was able to run the images just fine from my ntfs partitions.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D40"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D40&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>First of all,  <a href="http://sanbarrow.com/vmx/vmx-config-ini.html">the overview</a></p>
<p>This actually helped me resolve running VMWare images on ntfs partitions mounted with ntfs-3g on linux, which generated errors with the default configuration. Once I set added</p>
<pre>mainMem.useNamedFile = "false"</pre>
<p>to the .vmx file, I was able to run the images just fine from my ntfs partitions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Symphony just went final &amp; brings Eclipse plugin extensibility to OOo</title>
		<link>http://www.bosit.be/blog/?p=39</link>
		<comments>http://www.bosit.be/blog/?p=39#comments</comments>
		<pubDate>Mon, 02 Jun 2008 03:14:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[symphony]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=39</guid>
		<description><![CDATA[So Lotus Symphony has reached GA, and I have to say seems they&#8217;ve done a great job optimizing it when I compare the performance to the earlier beta releases. The product is freely available to anyone and supported for Linux (SLED/RedHat) and Windows (XP/Vista). What makes this interesting over the standard OpenOffice distribution, is the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D39"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D39&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>So <a href="http://symphony.lotus.com/software/lotus/symphony/home.jspa">Lotus Symphony</a> has reached GA, and I have to say seems they&#8217;ve done a great job optimizing it when I compare the performance to the earlier beta releases. The product is freely available to anyone and supported for Linux (SLED/RedHat) and Windows (XP/Vista).</p>
<p>What makes this interesting over the standard OpenOffice distribution, is the the possibility to write Eclipse plugins to extends Symphony&#8217;s functionality. To get started doing that, <a href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&amp;source=swerplotus-lsymb3&amp;S_PKG=toolkit">just grab the SDK</a> weighing in just over 8mb,  which contains the developer guide and sample plugins along with instructions showing you how to set up your own Eclipse development environment.</p>
<p>Or you could just grab a few of the <a href="http://symphony.lotus.com/software/lotus/symphony/plugins.jspa">contributed plugins </a>available already.</p>
<p>Disclaimer: I&#8217;m an IT Specialist for Lotus at IBM Belgium, mostly focusing on WebSphere Portal &amp; Lotus Workplace Web Content Management</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google don&#8217;t do no evil, literally</title>
		<link>http://www.bosit.be/blog/?p=38</link>
		<comments>http://www.bosit.be/blog/?p=38#comments</comments>
		<pubDate>Tue, 20 May 2008 03:37:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[evil]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=38</guid>
		<description><![CDATA[Actually got this through Slashdot (where else!): Hit Pause On The Evil Button: Google Assists In Arrest Of Indian Man I can see how the companies need to choose to oppose local governments on this, which granted isn&#8217;t a small thing to do, but thinking of why this man was arrested and the role google [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D38"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D38&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Actually got this through <a title="Slashdot" href="http://tech.slashdot.org/tech/08/05/19/148208.shtml">Slashdot </a>(where else!):</p>
<p><a title="Hit Pause On The Evil Button: Google Assists In Arrest Of Indian Man" rel="bookmark" href="http://www.techcrunch.com/2008/05/18/hit-pause-on-the-evil-button-google-assists-in-arrest-of-indian-man/">Hit Pause On The Evil Button: Google Assists In Arrest Of Indian Man</a></p>
<p>I can see how the companies need to choose to oppose local governments on this, which granted isn&#8217;t a small thing to do, but thinking of why this man was arrested and the role google played any understanding has quickly faded away to make place for a combination of disappointment, injustice, all-they-need-is-money and so on.</p>
<p>I suppose google fears being banned from India, a country which obviously has more than a slight interest in keeping google active there.</p>
<p>I wish acts like these would cost a company more than just some bad PR. Then again I&#8217;ve been wishing for the music industry to see the light for years now.</p>
<p>Closing words to google : for shame!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When does one actually take a decision</title>
		<link>http://www.bosit.be/blog/?p=37</link>
		<comments>http://www.bosit.be/blog/?p=37#comments</comments>
		<pubDate>Sun, 04 May 2008 20:44:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[deciding]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=37</guid>
		<description><![CDATA[As I was writing up on my new guitar, it wondered if although (I thought?) I went out yesterday only to get a few guitar related supplies, I had actually already decided I&#8217;d get a new guitar? The question itself is probably a consequence of having watched Malcolm Gladwell’s Blink presentation at SXSW 2005 (mp4) [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D37"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D37&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>As I was <a href="http://www.bosit.be/blog/?p=36" target="_blank">writing up on my new guitar</a>, it wondered if although (I thought?) I went out yesterday only to get a few guitar related supplies, I had actually already decided I&#8217;d get a new guitar?</p>
<p>The question itself is probably a consequence of having watched <a title="Gladwell Blink" href="http://server1.sxsw.com/sxsw2/2005_coverage/malcolm_gladwell.lo.mp4" target="_blank">Malcolm Gladwell’s Blink presentation at SXSW 2005</a> (mp4) which I got to through the great KnowHR post <a href="http://www.knowhr.com/blog/2006/08/21/top-10-best-presentations-ever/">Top 10 best presentations ever</a>, He asks the question when people actually take a difficult decision when the people themselves think they&#8217;re giving it a lot of thought. His research showed that people in that situation very often stick to their first choice, even if a lot of thinking &amp; considering followed after unconsciously making that first choice. By the way don&#8217;t take my word for it, the presentation isn&#8217;t very long and certainly worth a watch (every presentation listed on the knowhr post in fact).</p>
<p>Since I spent a good amount of money yesterday, the thought of unconsciously going with my first thought is &#8230; disconcerting <img src='http://www.bosit.be/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://server1.sxsw.com/sxsw2/2005_coverage/malcolm_gladwell.lo.mp4" length="15316745" type="video/mp4" />
		</item>
		<item>
		<title>Got a new guitar, finally</title>
		<link>http://www.bosit.be/blog/?p=36</link>
		<comments>http://www.bosit.be/blog/?p=36#comments</comments>
		<pubDate>Sun, 04 May 2008 20:22:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[boss]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[yamaha]]></category>

		<guid isPermaLink="false">http://www.bosit.be/blog/?p=36</guid>
		<description><![CDATA[After months of saving up, I finally bought myself a new elektrical guitar, a Yamaha Pacifica v612 : Since I&#8217;d only come to get a Boss Metalzone distortion which I used in combination with the simple reverb, delay, chorus &#38; overdrive (which are available on my Hugh&#38;Kettner transistor amp), I&#8217;ve been wanting a decent wah [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D36"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bosit.be%2Fblog%2F%3Fp%3D36&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>After months of saving up, I finally bought myself a new elektrical guitar,<br />
a Yamaha Pacifica v612 :</p>
<p><img style="border: 0;" src="http://www.bosit.be/blog_media/mi_gitaar.jpg" alt="Yamaha Pacifica 612v" width="400" height="307" /></p>
<p>Since I&#8217;d only come to get a Boss Metalzone distortion which I used in combination with the simple reverb, delay, chorus &amp; overdrive (which are available on my Hugh&amp;Kettner transistor amp), I&#8217;ve been wanting a decent wah pedal and maybe a compressor and something more rock distortion, I got seduced to buying some of that sweetness too.</p>
<p>Once the person in the music shop started demo&#8217;ing the pretty recently release Boss GT-10, I quickly gave up my preference/prejudice towards single elements and bought the only unit they had. An amazing device, with decent audio output capabilities (usb, midi, scart etc). Me happy!</p>
<p><img style="border: 0;" src="http://www.bosit.be/blog_media/gt_10_effects.jpg" alt="Boss GT-10" width="400" height="212" /></p>
<p>It deserves to be added my intention when I left for the musicstore was only to get a new cable, strings and maybe a wah pedal.</p>
<p>On the other hand; before yesterday, my only evolution gearwise since I got my cheap strat knockoff &amp; amp (18yrso back then, 25 now) was the metal distortion pedal, so I figured I owed the investment to myself playing guitar for over 12 yrs.</p>
<p>What a difference a day makes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bosit.be/blog/?feed=rss2&amp;p=36</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
