<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SeySayux's Weblog</title>
	<atom:link href="http://seysayux.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://seysayux.wordpress.com</link>
	<description>#include &#60;tagline.h&#62;</description>
	<lastBuildDate>Sun, 17 Jul 2011 17:15:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='seysayux.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SeySayux's Weblog</title>
		<link>http://seysayux.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://seysayux.wordpress.com/osd.xml" title="SeySayux&#039;s Weblog" />
	<atom:link rel='hub' href='http://seysayux.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Make Java use the GTK look &amp; feel on Linux</title>
		<link>http://seysayux.wordpress.com/2009/01/11/make-java-use-the-gtk-look-feel-on-linux/</link>
		<comments>http://seysayux.wordpress.com/2009/01/11/make-java-use-the-gtk-look-feel-on-linux/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 17:32:16 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[feel]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[gtk look & feel]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java look & feel]]></category>
		<category><![CDATA[linux java look & feel]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[look & feel]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[native java look & feel]]></category>
		<category><![CDATA[native look & feel]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=55</guid>
		<description><![CDATA[Java programs are more and more common these days. And why shouldn&#8217;t they be? It&#8217;s an easy to use language, it&#8217;s cross-platform (or it is supposed to be cross-platform) and has a huge standard class library. Apart from the fact that you need a VM to run them, which slows them down a little (but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=55&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Java programs are more and more common these days. And why shouldn&#8217;t they be? It&#8217;s an easy to use language, it&#8217;s cross-platform (or it is supposed to be cross-platform) and has a huge standard class library. Apart from the fact that you need a VM to run them, which slows them down a little (but this is generally not noticable), and ties them to a propretairy vendor, there&#8217;s no real problem with Java programs&#8230;</p>
<p><span id="more-55"></span>No real problem? Well, there is one big problem: Java programs on Linux look terrible. The default look and feel, &#8220;Metal&#8221;, is very ugly. But it&#8217;s at least cross platform <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . Well, since 1.6.0, (Sun&#8217;s) Java has support for a GTK Look &amp; Feel &#8212; why no Qt? See my article about the GPL &#8212; built into the VM. But it&#8217;s not enabled by default. I&#8217;ve tried running a program with Metal and with GTK Look &amp; Feel, and man, that&#8217;s a huge difference! This is how to enable GTK Look &amp; Feel for all programs.</p>
<p>First, you&#8217;ll have to locate the directory your JVM is residing in. Unless your distribution did some real weird things, it&#8217;s usually either <strong>/usr/lib/jvm/<em>&lt;version&gt;</em></strong> or<strong> /usr/java/<em>[&lt;version&gt;]</em> </strong>. Wherever it might be located, i&#8217;ll use <strong>/usr/lib/jvm/jre-1.6.0_10/</strong> for the examples.</p>
<p>Locate the file named <strong>/usr/lib/jvm/jre-1.6.0_10/lib/swing.properties.</strong> If it doesn&#8217;t exist, create it.</p>
<p>Put the following inside the file:</p>
<p><code>swing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel</code></p>
<p>Save, quit, try running an application and see if it worked <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Screenshots:</strong></p>
<p><strong></p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 520px"><strong><img class="size-full wp-image-58" title="NetBeans Metal" src="http://seysayux.files.wordpress.com/2009/01/netbeans-metal.png?w=510&#038;h=301" alt="NetBeans with Metal L&amp;F" width="510" height="301" /></strong><p class="wp-caption-text">NetBeans with Metal L&amp;F</p></div>
<div id="attachment_57" class="wp-caption aligncenter" style="width: 520px"><strong><img class="size-full wp-image-57" title="NetBeans GTK" src="http://seysayux.files.wordpress.com/2009/01/netbeans-gtk.png?w=510&#038;h=301" alt="NetBeans with GTK L&amp;F" width="510" height="301" /></strong><p class="wp-caption-text">NetBeans with GTK L&amp;F</p></div>
<p></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=55&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2009/01/11/make-java-use-the-gtk-look-feel-on-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>

		<media:content url="http://seysayux.files.wordpress.com/2009/01/netbeans-metal.png" medium="image">
			<media:title type="html">NetBeans Metal</media:title>
		</media:content>

		<media:content url="http://seysayux.files.wordpress.com/2009/01/netbeans-gtk.png" medium="image">
			<media:title type="html">NetBeans GTK</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://seysayux.wordpress.com/2009/01/02/happy-new-year/</link>
		<comments>http://seysayux.wordpress.com/2009/01/02/happy-new-year/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 15:57:41 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Anouncements]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=53</guid>
		<description><![CDATA[I almost forgot this one . Happy new year! So, what&#8217;s happened in the past year? Except for yet another 2 versions of Ubuntu, Steve Jobs getting ill and accidentially declared dead, me getting my Mac, and of course, how could I forget it, the invention of libsylph. Well, apart from that, not too much [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=53&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I almost forgot this one <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Happy new year!</p>
<p>So, what&#8217;s happened in the past year? Except for yet another 2 versions of Ubuntu, Steve Jobs getting ill and accidentially declared dead, me getting my Mac, and of course, how could I forget it, the invention of libsylph. Well, apart from that, not too much happened.</p>
<p>Well, I can only say one thing&#8230; I hope that this time 2009 is the <strong>real </strong>year of the Linux deskop. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Greetz,</p>
<p>- SeySayux</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=53&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2009/01/02/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Software: not so &#8216;Free&#8217; after all?</title>
		<link>http://seysayux.wordpress.com/2009/01/02/free-software-not-so-free-after-all/</link>
		<comments>http://seysayux.wordpress.com/2009/01/02/free-software-not-so-free-after-all/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 13:17:51 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[copyleft]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[free software foundation]]></category>
		<category><![CDATA[fsf]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=42</guid>
		<description><![CDATA[Every decent Linux user has heard of the Free Software Foundation. And they also know the FSF&#8217;s motto: &#8216;get us a girlfriend for Richard Stallman&#8217;. Oops, no, wrong one. &#8216;Make everything GPL.&#8217; Yes, that is it. If we have to believe the FSF, the GPL is the perfect license, and everthing should be GPL&#8217;ed. But, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=42&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Every decent Linux user has heard of the Free Software Foundation. And they also know the FSF&#8217;s motto: &#8216;get us a girlfriend for Richard Stallman&#8217;. Oops, no, wrong one. &#8216;Make everything GPL.&#8217; Yes, that is it. If we have to believe the FSF, the GPL is the perfect license, and everthing should be GPL&#8217;ed. But, this is an utopia. It will never happen that everything will be GPL&#8217;ed. Companies need the money, and they can&#8217;t make money with GPL software. In theory, they can, but in practice, everyone can redistribute the software for free. When you pay for Red Hat, SLES, or another paid Linux distro, you pay for the support, not for the OS itself.</p>
<p><span id="more-42"></span></p>
<p>Back to the point. The FSF has brainwashed most of us with the idea that all our software should be under the GPL. I also prefer free as in speech software myself, but in a non-perfect world &#8212; i.e. perfect according to the FSF &#8212; there is also software that isn&#8217;t under the GPL. Not a problem, you say. It&#8217;s a lot different from a users&#8217; perspective than from a programmers&#8217; perspective. For example, I am a programmer myself, and I program both open-source and closed-source programs.</p>
<p>The main &#8216;problem&#8217; of the GPL is its &#8216;viral&#8217; nature: when you link a GPL library, your program should also be GPL. While this will make the &#8216;perfect world&#8217; come closer, there is still a problem when you want to use a GPL library to design a non-GPL program. Suppose I would want to write a program connecting to a MySQL server, for which there are official drivers, but under the GPL. I either could:</p>
<ul>
<li>Use the official MySQL drivers, and GPL my program &#8212; easy, but undesirable</li>
<li>Write my own MySQL drivers &#8212; difficult, takes a while</li>
<li>Use PostgreSQL &#8212; easy, and their drivers are BSD licensed.</li>
</ul>
<p>So, after thinking a while, I descided to replace MySQL with PostgreSQL. In this particular example, I was using Java with JDBC (a cross-SQL server driver framework), so replacing MySQL with PostgreSQL was only changing one line of code. If I really wanted to use MySQL, I could have bought a license, and no, not a cheap one. But PostgreSQL does the job just as well. And since I&#8217;m now used to PostgreSQL, and have set up a PostgreSQL-server on my development machine, I&#8217;ll be using it for my open source projects as well. Voila, the effects of the GPL!</p>
<p>The next issue is what I call &#8220;Free Software &#8212; freedom, as defined by the FSF&#8221;. When you use the GPL, the FSF descides what is free, and what is not free. Total freedom means: do what the heck you want with this piece of software. In other words: public domain. Freadom means: no restrictions. And the GPL sure has a lot of restrictions, doesn&#8217;t it? The GPL &#8220;freedom&#8221; as defined by the FSF. And their definition isn&#8217;t freedom at all: like I said, there are tons of restrictions. The FSF sure likes the fact that they made the so-called &#8220;4 fundamental freedoms&#8221; and that they can determine what is free, and what not. In fact, they&#8217;re becoming pretty &#8220;good&#8221; at it. &#8220;Good&#8221; in the sense that they have classified a lot of licenses as free and others as non-free. Which brings us to licence-compatibilty: is licence XYZ compatible with the GPL?  In other words: can you use code written under license XYZ in a program under the GPL? Their own documentation license, which is used a lot, for example at Wikipedia, is &#8220;incompatible&#8221; with the GPL. Most of the Creative Commons licenses are &#8220;incompatible&#8221; with the GPL. The APSL, or Apple Public Source License, is &#8220;incompatible&#8221; with the GPL &#8212; while lots of stuff from Apple could be used to improve support of Linux on the Mac platform. But oh, XNU (the Mac kernel) is APSL, and Linux GPL, and therefore you can&#8217;t take code from XNU and adapt it to Linux. Instead they have to rewrite the code from scratch. Sounds dumb? I think that as well.</p>
<p>Another thing is: suppose you&#8217;ve a very large program released under, say, the BSD licence. You add a few lines of code under the GPL (an algorithm of some kind perhaps?). Bam, you can release your entire program under the GPL. Suppose I wrote a &#8220;Hello World&#8221; and released it under the GPL. Would that make everyone obligated to release their &#8220;Hello World&#8221;s and deriatives under the GPL?</p>
<p>Next stop on the list is the part when it comes to for what kind of software the GPL was designed. The GPL, and its sidekick, the LGPL (which I like slightly more, but still has a few flaws IMHO), were designed for general compiled-and-linked languages, such as C and C++. But these days we have stuff like interpreters, virtual machines, inter-process communication, client-server stuff, SSI, etc&#8230; Let&#8217;s take the MySQL example again. MySQL is often used together with PHP. Since PHP is released under the GPL, that&#8217;s not a problem. But, you know, not every PHP script is GPL, while they still do use the MySQL functionality. So, when I write a script in PHP, I can use MySQL without GPL&#8217;ing my script. But using MySQL with Java would require that I GPL my program. So, you can clearly see an ambiguity. The GPL needs to be redefined. Either you allow all linking (which they won&#8217;t) or disallow all linking (which means that every PHP script on the net needs to be GPL&#8217;ed, not something many developers of professional &#8212; read commercial &#8212; PHP sites will do).</p>
<p>I just mentioned inter-process communication. That means that one process can send messages to another process which is configured to recieve and reply on those messages. So, in other words, I&#8217;ll just write a so-called middleware server. The middleware server will connect to MySQL. My program will connect to the middleware server through inter-process communication that is not GPL. I release the middleware server under the GPL, and voila! Everyone can use MySQL without needing to GPL their programs, if they use my middleware server (which can be very simple, or even trivial, by just passing everything it recieves to MySQL, and returing MySQL&#8217;s answer).</p>
<p>In the beginning of the article, I mentioned that the GPL is &#8220;viral&#8221;. In other words: everthing that once was GPL, stays GPL. Even if the FSF decides the GPL is obsolete and create something new (maybe after they read this article? <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ), you can&#8217;t do a lot but still use the GPL. Even if you find a better license, you&#8217;re still stuck to the GPL. I personally recommend that you first release your program under the BSD license, or your own license, before sticking to the GPL.</p>
<p>Yet another point where the GPL restricts us: the Linux kernel. We&#8217;ve all heard about the driver problems, especially when it comes to the nVidia or ATI GPU drivers. The problem is not that they can&#8217;t be redistributed: nVidia allows you to put their driver on the CD if you are making &#8220;any OS derived from the source, such as Linux or BSD&#8221;. I don&#8217;t know for sure what ATI says in their license. The real problem is that the GPL does not allow you to use the driver, since you&#8217;re linking non-GPL code with GPL code. If Linux would be &#8220;de-GPL-ised&#8221;, or a extra exception would be added, it would benefit hardware support a lot. For example, closed-source GPU drivers, APSL code from Apple, etc&#8230;</p>
<p>Sometimes I even consider the GPL a form of DRM. DRM on the source code, that is. It effectively restricts you what you can do with your source code, what parts you can add from a piece of source code, what libraries you can link to, etc. If Richard Stallman ever reads this section (if he didn&#8217;t die from a heart attack yet), I hope that I can find a nuclear bunker <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<p>I hope that this article made it clear that the GPL isn&#8217;t always the best choice for your software, because it isn&#8217;t &#8220;Free&#8221; at all. Unless you want compatiblity (the licence-kind of compatibility, not the software/technical kind) with GPL programs, I discourage you to use the GPL. I haven&#8217;t found a acceptable replacement yet, but we all know Google, don&#8217;t we?</p>
<p>- SeySayux</p>
<p>BTW, this article does NOT fall under the GPL. Instead, I put it under the simple terms:</p>
<blockquote><p>Do whatever you want with this text, as long as</p>
<ol style="text-align:left;">
<li>You don&#8217;t change anything fundamentally, you are allowed to take parts of the text or embed it in another article, as long as it is clear what parts are mine, and you don&#8217;t add stuff I didn&#8217;t say.</li>
<li>You put the following attribution somewhere: <em>© SeySayux, 2008. See <span>http://seysayux.wordpress.com/2008/12/25/<span title="Click to edit this part of the permalink">free-software-not-so-free-after-all</span>/ for the orignial article.<br />
</span></em></li>
<li><span>You agree that I&#8217;m not responsible for anything happening after you place this text somewhere. You should clarify that you aren&#8217;t associated with me in any way, or that my opinion doesn&#8217;t always conform with what you think.</span></li>
<li><span>You <strong>don&#8217;t </strong>release this under the GPL.</span></li>
</ol>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=42&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2009/01/02/free-software-not-so-free-after-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>
	</item>
		<item>
		<title>(nl / Dutch) Mijn eigen intrepretatie van Genesis</title>
		<link>http://seysayux.wordpress.com/2008/12/18/mijn-eigen-intrepretatie-van-genesis/</link>
		<comments>http://seysayux.wordpress.com/2008/12/18/mijn-eigen-intrepretatie-van-genesis/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 19:03:09 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Nederlands]]></category>
		<category><![CDATA[bijbel]]></category>
		<category><![CDATA[dutch]]></category>
		<category><![CDATA[genesis]]></category>
		<category><![CDATA[linus]]></category>
		<category><![CDATA[linus torvalds]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=44</guid>
		<description><![CDATA[De nummers en de tekst komen niet helemaal overeen met het origineel misschien, maar&#8230; enjoy In den beginne was er de Source. En de Source was LINUS, en de Source was met LINUS en de Source was in LINUS. Toen zei LINUS: &#8220;gcc -o vmlinux *.c&#8221;. En er was Linux. En LINUS zag dat het [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=44&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>De nummers en de tekst komen niet helemaal overeen met het origineel misschien, maar&#8230; enjoy <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ol>
<li>In den beginne was er de Source. En de Source was LINUS, en de Source was met LINUS en de Source was in LINUS.</li>
<li>Toen zei LINUS: &#8220;gcc -o vmlinux *.c&#8221;. En er was Linux.</li>
<li>En LINUS zag dat het goed was.</li>
<li>Toen zei LINUS: &#8220;Er zij een splitsing van processen!&#8221;. En zowaar, er was een splitsing van processen.</li>
<li>In het vervolg zou LINUS deze splitsing van processen fork() noemen.</li>
<li>LINUS zag dat de fork() goed was. Hij maarkte onderscheid tussen het splitsen van processen en het uitvoeren van een nieuw proces. LINUS noemde het het uitvoeren vannieuwe processen voortaan exec().</li>
<li>En LINUS zag dat het goed was.</li>
<li>Verder zei LINUS: &#8220;Er kome een opening van bestanden en er komen een sluiting van bestanden.&#8221;</li>
<li>En LINUS noemde de opening van bestanden voortaan open(). En Hij noemde de sluiting van bestanden voortaan close().</li>
<li>LINUS zei: &#8220;Het is niet goed voor bestanden om enkel geopend en gesloten te worden.&#8221;. Daarop zei Hij: &#8220;Er zal uit bestanden gelezen en naar ze geschreven worden, totdat zij het hele bestandssysteem zullen bevolken.&#8221;</li>
<li>LINUS noemde de leesactie read() en de schrijfactie write() en zag dat het goed was.</li>
<li>Toen schiep LINUS de Nerd naar Zijn beeld en gelijkenis.</li>
<li>En LINUS zei tot hem: &#8220;Wees innovatief en vul het hele internet met uw broncodes. Gij zult de read() en de write(), de fork() en de exec(), de open() en de close() tot u onderwerpen.&#8221; En LINUS zag dat het goed was.</li>
<li>Voorts zij LINUS tot de Nerd: &#8220;Gij moogt elke system call gebruiken, van seteuid() tot sleep(), van uname() tot readlink(), maar gij zult geen Apple gebruiken!&#8221;</li>
<li>Doch, LINUS had niet gerekend op de Steve. De Steve sprak tot de Nerd: &#8220;Is het waar dat LINUS u verboden heeft om maar gebruik te maken van enige system calls?&#8221;</li>
<li>De Nerd antwoordde: &#8220;LINUS heeft ons gezegd dat wij eender welke system call mogen gebruiken, maar we zullen geen Apple gebruiken.&#8221;</li>
<li>Waarop de Steve zei: &#8220;Weet gij dan niet, Nerd, dat op het moment dat gij Apple gebruikt, gij gelijk zult staan aan LINUS?&#8221;</li>
<li>En de Nerd probeerde Apple en zag dat de interface zeer intiutief was, en dat enige kennis van de terminal onnodig was.</li>
<li>Later ging LINUS kijken hoe het met de Nerd was. Waarop de Nerd vroeg: &#8220;LINUS, waarom hebben we geen GUI?&#8221;. Waarop LINUS sprak: &#8220;Wie heeft u vertelt dat gij geen GUI hebt?&#8221;</li>
<li>De Nerd zei: &#8220;Het was de Steve, die ons gezegd had om Apple te gebruiken!&#8221;</li>
<li>LINUS sprak: &#8220;Steve, gij zult voor uw zonde de rest van uw leven een kreupele versie van Mac OS X verkopen. Gij zult tot het einde der dagen sukkelen met uw gezondheid, wat spanningen bij uw volgelingen zal opwekken, tot de dag dat gij uw eigen keynotes niet meer kunt geven!&#8221;</li>
<li>Tot de Nerd zei LINUS: &#8220;Omdat gij gezondigd hebt, Nerd, zult gij voortaan dit minderwaardige Windows-systeem gebruiken. Enkel met een hoge opleiding zult gij met moeite Linux kunnen gebruiken. Uw computer zal crashen, gij zult gegevens verliezen en gij zult eindeloos moeten wachten terwijl uw trage computer berekeningen maakt&#8221;.</li>
<li>Vervolgens sloot Linus het datacenter af met een wachtwoord en codeerde het met GPG.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=44&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2008/12/18/mijn-eigen-intrepretatie-van-genesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>
	</item>
		<item>
		<title>Bill Gates vs. Steve Jobs: the game</title>
		<link>http://seysayux.wordpress.com/2008/11/17/bill-gates-vs-steve-jobs-the-game/</link>
		<comments>http://seysayux.wordpress.com/2008/11/17/bill-gates-vs-steve-jobs-the-game/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 16:58:54 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[gates vs jobs]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=40</guid>
		<description><![CDATA[Aah&#8230; I can&#8217;t stop playing this&#8230; Play: mac_vs_pc.swf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=40&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Aah&#8230; I can&#8217;t stop playing this&#8230;</p>
<p><img class="aligncenter" title="Bill Gates VS Steve Jobs" src="http://img293.imageshack.us/img293/3488/billgvsstevejoy9.png" alt="" width="85%" height="85%" /><br />
<strong> Play: <a href="http://i.current.com/swf/pods/supernews/mac_vs_pc.swf">mac_vs_pc.swf</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=40&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2008/11/17/bill-gates-vs-steve-jobs-the-game/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>

		<media:content url="http://img293.imageshack.us/img293/3488/billgvsstevejoy9.png" medium="image">
			<media:title type="html">Bill Gates VS Steve Jobs</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable or disable Compiz with one click</title>
		<link>http://seysayux.wordpress.com/2008/11/09/enable-or-disable-compiz-with-one-click/</link>
		<comments>http://seysayux.wordpress.com/2008/11/09/enable-or-disable-compiz-with-one-click/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 15:35:27 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[3d applications]]></category>
		<category><![CDATA[3d gaming]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[compiz fusion]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=34</guid>
		<description><![CDATA[Every decent Linux user knows what Compiz is: an excuse to put load on the system by giving you windows that look like Steve Ballmer&#8217;s brain out of his skull &#8212; that is, if he had a brain &#8212; and some other fancy effects like turning your desktop into a fishtank-cube and stuff. But anyways, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=34&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Every decent Linux user knows what Compiz is: an excuse to put load on the system by giving you windows that look like Steve Ballmer&#8217;s brain out of his skull &#8212; that is, if he had a brain &#8212; and some other fancy effects like turning your desktop into a fishtank-cube and stuff. But anyways, sometimes this wonderful, indispensable piece of technology makes it hard for us to play the numerous great games Linux has.</p>
<p>Wouldn&#8217;t it be nice to have some kind of button to enable or disable Compiz at will? Just one click to disable it, and launch your game. After you finished playing, just click again, and tadaa! Compiz is back, in full glory?</p>
<p>Well, it&#8217;s not that difficult. Continue reading for an easy guide on how to make a script that does the work for you.</p>
<p><span id="more-34"></span></p>
<p><strong>Part 1</strong></p>
<p>First, gain root permissions and open your favorite text editor, for example:<br />
<code>sudo nano /usr/bin/compizswitch.sh</code><br />
or:</p>
<p><code>su<br />
vi /usr/bin/compizswitch.sh</code></p>
<p>Next, you&#8217;ll need to put the actual script in:</p>
<p><code>#!/bin/bash<br />
if [ `cat $HOME/.compiz-enabled` == "true" ]; then<br />
$DEFAULT_WM --replace &amp;<br />
echo "false" &gt; $HOME/.compiz-enabled<br />
else<br />
compiz --replace &amp;<br />
echo "true" &gt; $HOME/.compiz-enabled<br />
fi</code></p>
<p>Don&#8217;t bother yet wat this script will do, believe me, it will work.</p>
<p>Next, <strong>chmod a+x </strong>this script. You&#8217;ll need to be root for this ( <strong>sudo </strong>or <strong>su</strong> )</p>
<p>When that&#8217;s done, you&#8217;ll need to do some other stuff. Replace nano by your favorite editor:<br />
<code>nano ~/.bash_profile</code><br />
Append this:<br />
<code>export DEFAULT_WM=<em>mydefaultwm</em><br />
echo "<em>true</em>" &gt; ~/.compiz-enabled</code></p>
<p>Replace <em>mydefaultwm </em>with the default Window Manager for your deskop. For Gnome, this is <strong>metacity</strong>, for KDE it&#8217;s <strong>kwin</strong>.</p>
<p>If Compiz isn&#8217;t started automatically after you log in, replace <strong>true </strong>with <strong>false</strong>.</p>
<p>Now test if the script works (maybe you made a mistake, but it could also be that I wrote an error in my script &#8212; please tell me if this is the case). Logout, and login again. At the command prompt, type (without root rights!)<br />
<code>compizswitch.sh</code></p>
<p>Now, compiz would normally be disabled if you had it enabled, or vice versa. Type again:</p>
<p><code>compizswitch.sh</code></p>
<p>Now compiz would be back enabled/disabled.</p>
<p><strong>Part 2: the button</strong></p>
<p>While we have a nice script now, it&#8217;s not a lot easier than just typing kwin &#8211;replace &amp;, compiz &#8211;replace &amp;, or metacity &#8211;replace &amp; in the command prompt. So we&#8217;re gonna make a button to do this.</p>
<p>First, create a starter/shortcut to application on your panel. Please refer to the documentation of your desktop environment on how to do this ( hey, I&#8217;m typing this on Mac OS X, you know <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ).</p>
<p>Next, when you have to specify the path to the executable, type <strong>/usr/bin/compizswitch.sh</strong>.</p>
<p>Give it a good icon, like a compiz logo, or something else you like. Heck, you can even use a penguin, or an Apple logo (  &#8212; if you don&#8217;t see a box or 3 lines, you&#8217;re the best), it doesn&#8217;t matter, your &#8212; actually, my &#8212; script will work anyways. Just make sure you&#8217;ll remember within three months when you finally boot Linux again &#8212; that&#8217;s why people discourage dual-boots (j/k).</p>
<p>Click it. It will work as expected. If not, see if you didn&#8217;t miss a step. If it still doesn&#8217;t work, please give me as much information as possible. I only tested this on KDE 4, so&#8230;</p>
<p>Have a lot of fun with 3d gaming!</p>
<p>- SeySayux</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=34&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2008/11/09/enable-or-disable-compiz-with-one-click/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>
	</item>
		<item>
		<title>Phatch: a free PHoto bATCH program.</title>
		<link>http://seysayux.wordpress.com/2008/11/05/phatch-a-free-photo-batch-program/</link>
		<comments>http://seysayux.wordpress.com/2008/11/05/phatch-a-free-photo-batch-program/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 15:45:38 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[phatch]]></category>
		<category><![CDATA[photo batch]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=29</guid>
		<description><![CDATA[A blog about software is never complete without some screenshots. And, in &#8220;Web 2.0&#8243; style, I need some effects in my screenshots. You know, shadows, watermarks, rounded corners, reflections, that kind of stuff. Since i&#8217;m kinda lazy, I want to have my computer do as much for me as it can. But that was obviously [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=29&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A blog about software is never complete without some screenshots. And, in &#8220;Web 2.0&#8243; style, I need some effects in my screenshots. You know, shadows, watermarks, rounded corners, reflections, that kind of stuff.</p>
<p>Since i&#8217;m kinda lazy, I want to have my computer do as much for me as it can. But that was obviously the main reason why we all bought a computer, or any piece of technology: because they make life easier (unless you use Microsoft products of course *sarcastic grin*). Well, I heard about this Phatch program, and because it was free (as in beer, it is free as in speech as well, but that&#8217;s not the main point I decided to try it), I gave it a twist.</p>
<p><span id="more-29"></span>The program is written in Python. Uh-oh. Python+Mac = trouble with packaging. You don&#8217;t need to be a rocket scientist to know that when it&#8217;s difficult to package something (even more difficult since not everybody owns a Mac), you&#8217;ll probably see yourself without precompiled package. And, like I said above, I&#8217;m of the lazy kind. Well, after reading all the dependancies (and the dependancies&#8217; depandancies, and so on), and having half my Downloads directory stuffed with .tar.gz files (and a .dmg, FYI), I decided to start compiling&#8230; Well, after I tried to install the first program, the installer crashed with an unclear error. You know them: Error. An error has occured. Thank you, Captain Obvious!</p>
<p>Well, I still have this miserable, unknown operating system that only some die-hard nerds use. I&#8217;ve installed it in VirtualBox, so I don&#8217;t need to shut down my glorious Mac OS X (that, and that my glorious Mac OS X screwed up my partition table). I believe it&#8217;s called Ubuntu or something( <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). Well, booted that one, and oh miracle, a precompiled package was available!</p>
<p>Well, so I installed the package and tried it. While it wouldn&#8217;t be bad to have some more features, and that there is not a lot of help available (the names of the options aren&#8217;t very intiutive), and a preview-option would be nice, it&#8217;s still a very good program — better than doing all this stuff by hand (i.e. with The Gimp).</p>
<p>Below are a few screenshots of the program, token from the site itself (did I tell you I&#8217;m kinda lazy?)</p>
<p><strong>Screenshots</strong></p>
<p><img class="aligncenter" src="http://photobatch.wdfiles.com/local--files/start/Screenshot-Phatch3d.jpg" alt="" width="525" height="529" /></p>
<p><strong>Example</strong></p>
<p><strong><a href="http://seysayux.files.wordpress.com/2008/11/schermafdruk1.png"><img class="aligncenter size-full wp-image-31" title="Screenshot Patch" src="http://seysayux.files.wordpress.com/2008/11/schermafdruk1.png?w=510&#038;h=495" alt="Screenshot Patch" width="510" height="495" /></a><br />
</strong></p>
<p><strong>Rating</strong></p>
<p><strong>Ease-of-use: 9</strong><br />
<strong>Translations: 8</strong><br />
<strong>Supported platforms: 6</strong><br />
<strong>Intuitive: 8</strong><br />
<strong>Overall: 8. Recommended</strong></p>
<p><strong>Website</strong></p>
<p><a href="http://photobatch.stani.be/">http://photobatch.stani.be/</a></p>
<p><strong>Direct download link:</strong></p>
<p>0.1.4, Ubuntu Hardy:<a href="http://launchpadlibrarian.net/15095968/phatch_0.1.4.bzr538-0ubuntu1%7E8.04%7Eppa1_all.deb">http://launchpadlibrarian.net/15095968/phatch_0.1.4.bzr538-0ubuntu1%7E8.04%7Eppa1_all.deb</a><br />
0.1.5, source code: <a href="http://sd-2469.dedibox.fr/photobatch/download/package/phatch-0.1.5.tar.gz">http://sd-2469.dedibox.fr/photobatch/download/package/phatch-0.1.5.tar.gz</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=29&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2008/11/05/phatch-a-free-photo-batch-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>

		<media:content url="http://photobatch.wdfiles.com/local--files/start/Screenshot-Phatch3d.jpg" medium="image" />

		<media:content url="http://seysayux.files.wordpress.com/2008/11/schermafdruk1.png" medium="image">
			<media:title type="html">Screenshot Patch</media:title>
		</media:content>
	</item>
		<item>
		<title>System Rebooted.</title>
		<link>http://seysayux.wordpress.com/2008/11/05/system-rebooted/</link>
		<comments>http://seysayux.wordpress.com/2008/11/05/system-rebooted/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:09:34 +0000</pubDate>
		<dc:creator>SeySayux</dc:creator>
				<category><![CDATA[Anouncements]]></category>
		<category><![CDATA[new blog]]></category>

		<guid isPermaLink="false">http://seysayux.wordpress.com/?p=27</guid>
		<description><![CDATA[Well, it looks like this is my new blog. Or, more correctly, my old blog in a new skin. If you&#8217;ve read my blog before, you might have noticed a little change: I started blogging in English, since I want to write for a wider autdience. I&#8217;ll promise to write more articles as well, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=27&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, it looks like this is my new blog. Or, more correctly, my old blog in a new skin. If you&#8217;ve read my blog before, you might have noticed a little change: I started blogging in English, since I want to write for a wider autdience. I&#8217;ll promise to write more articles as well, and give more criticism and review on software I use.</p>
<p>I removed my old articles too, because they were in Dutch, and they were outdated (and people used them to laugh at me because I wrote that Mac OS X doesn&#8217;t have any problems, but that&#8217;s not the point &#8212; Mac OS X still doesn&#8217;t have any problems, but I can blog about Linux, not? <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  j/k ).</p>
<p>Since I&#8217;m quite busy now &#8212; my school work, programming, graphics modelling, etc&#8230; &#8212; I won&#8217;t be able to write a lot of articles. But anyways, expect my first &#8220;real&#8221; article soon.</p>
<p>See you,</p>
<p>- SeySayux</p>
<p><em><br />
</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/seysayux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/seysayux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/seysayux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/seysayux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/seysayux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/seysayux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/seysayux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/seysayux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/seysayux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/seysayux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/seysayux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/seysayux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/seysayux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/seysayux.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seysayux.wordpress.com&amp;blog=3135785&amp;post=27&amp;subd=seysayux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://seysayux.wordpress.com/2008/11/05/system-rebooted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/65019d86fe942b5a31bd4583057126f0?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">SeySayux</media:title>
		</media:content>
	</item>
	</channel>
</rss>
