<?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>Warping it up! &#187; Open_Source</title>
	<atom:link href="http://www.bytefarmers.com/log/tag/open_source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bytefarmers.com/log</link>
	<description>Fini Alring's Glossy Tech Zine</description>
	<lastBuildDate>Fri, 16 Dec 2011 13:42:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>LEGO Open Sources MindStorm NXT</title>
		<link>http://www.bytefarmers.com/log/2006/05/02/lego-open-sources-mindstorm-nxt/</link>
		<comments>http://www.bytefarmers.com/log/2006/05/02/lego-open-sources-mindstorm-nxt/#comments</comments>
		<pubDate>Tue, 02 May 2006 15:16:14 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Droids]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[MINDSTORMS]]></category>
		<category><![CDATA[NXT]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[Robots]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2006/05/02/lego-open-sources-mindstorm-nxt/</guid>
		<description><![CDATA[Hackers, Get Ready! LEGO Group Announces Open Source Firmware, Developer Kits for LEGOÂ® MINDSTORMSÂ® NXT Consumer-directed robotics experience creation to enter â€œNXTâ€ phase with open firmware, Software, Hardware and Bluetooth Developer Kits to launch in August ENFIELD, Conn. (May 1, 2006) â€“ The LEGO Group today announced that for the first time it will release [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong><span class="mainHeader" id="PressContentList__ctl0__ctl0_Label4">Hackers, Get Ready!  LEGO Group Announces Open Source Firmware, Developer Kits for LEGOÂ® MINDSTORMSÂ® NXT</span></strong></p>
<p><span class="mainText" id="PressContentList__ctl0__ctl0_Label3"><strong>Consumer-directed robotics experience creation to enter â€œNXTâ€ phase with open firmware, Software, Hardware and Bluetooth Developer Kits to launch in August</strong></p>
<p>ENFIELD, Conn. (May 1, 2006) â€“ The LEGO Group today announced that for the first time it will release as open source the firmware of the LEGOÂ® MINDSTORMSÂ® microprocessor â€“ the new NXT brick â€“ the core component of its next generation robotics toolset. Additionally, the company announced that it will release Software, Hardware and Bluetooth Developer Kits to its growing global audience of robotics enthusiasts. The firmware code and three developer kits will be available in August 2006 in the â€œExtremeâ€ section of www.mindstorms.com, in conjunction with the retail availability of LEGO MINDSTORMS NXT. </span></p></blockquote>
<ul>
<li><a href="http://mindstorms.lego.com/press/2057/Open%20Source%20Announcement.aspx">LEGO.com MINDSTORMS Press NXT : Open Source Announcement</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2006/05/02/lego-open-sources-mindstorm-nxt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Test: Cantoo WebTest 2.0</title>
		<link>http://www.bytefarmers.com/log/2006/03/22/quick-test-cantoo-webtest-20/</link>
		<comments>http://www.bytefarmers.com/log/2006/03/22/quick-test-cantoo-webtest-20/#comments</comments>
		<pubDate>Wed, 22 Mar 2006 17:00:10 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cantoo]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[suite]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[test_tool]]></category>
		<category><![CDATA[WebTest]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2006/03/22/quick-test-cantoo-webtest-20/</guid>
		<description><![CDATA[I just did a quick test and brief evaluation of Cantoo WebTest &#8211; a free open source tool for automated testing of web applications. I found it pretty good and intuitive, and I think it has a rather mature feature set. Having made a similar test tool myself five years ago (based on IE proprietary [...]]]></description>
			<content:encoded><![CDATA[<p>I just did a quick test and brief evaluation of <a href="http://webtest.canoo.com/webtest/manual/WebTestHome.html">Cantoo WebTest</a> &#8211; a free open source tool for automated testing of web applications. I found it pretty good and intuitive, and I think it has a rather mature feature set. Having made a similar test tool myself five years ago (based on IE proprietary methods) I felt quite at home, and found the xml format delightful. I would have liked some more features to select specific elements, especially support for unnamed elements, preferbly using XPath notation. It produces a nice report describing the test run, this uses xml/xslt so it&#8217;s pretty easy to change into your own report style, or just use the xml report directly from within an application. I am still unsure if the xml format allows for much dynamic in the script, such as if/else etc.. But there is supposedly better support for those things via the Groovy scripting interface, I will be doing more tests in near future as I attempt to build test suits while developing, I will also get to test it&#8217;s include functionality in depth, in order to facilitate fragment re-use.</p>
<ul>
<li><a href="/codepit/xml/CantooWebTest.xml">My first example test script</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2006/03/22/quick-test-cantoo-webtest-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source gaining substantial popularity</title>
		<link>http://www.bytefarmers.com/log/2005/08/17/open-source-gaining-substantial-popularity/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/17/open-source-gaining-substantial-popularity/#comments</comments>
		<pubDate>Tue, 16 Aug 2005 23:17:27 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[landscape]]></category>
		<category><![CDATA[NCC]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/17/open-source-gaining-substantial-popularity/</guid>
		<description><![CDATA[&#8220;IT services provider Atos Origin has predicted a forthcoming change in the software landscape based on the results of a survey it has carried out in conjunction with the UK&#8217;s National Computing Centre. The survey, which was compiled through over 140 web-based questionnaires completed by senior UK IT professionals in May and June, indicated that [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><i>&#8220;IT services provider Atos Origin has predicted a forthcoming change in the software landscape based on the results of a survey it has carried out in conjunction with the UK&#8217;s National Computing Centre. The survey, which was compiled through over 140 web-based questionnaires completed by senior UK IT professionals in May and June, indicated that over 60% believe open source will either increase its presence in certain business areas<br />
or be a fundamental component in core IT systems, <a href="http://www.cbronline.com/article_news.asp?guid=96BD2055-DC6E-4D49-B0CF-50C52AEFFD14">while<br />
73% expect open source to develop within their organizations&#8217; IT strategy over the next five years</a>.&#8221;</i></p></blockquote>
<p><a href="http://it.slashdot.org/article.pl?sid=05/08/15/1154225&#038;tid=117&#038;tid=126&#038;tid=98&#038;tid=218">Slashdot | Atos Origin Predicts Open Source Landscape</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/17/open-source-gaining-substantial-popularity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release: WordPress 1.5.2</title>
		<link>http://www.bytefarmers.com/log/2005/08/14/release-wordpress-152/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/14/release-wordpress-152/#comments</comments>
		<pubDate>Sun, 14 Aug 2005 20:48:28 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/14/release-wordpress-152/</guid>
		<description><![CDATA[WordPress 1.5.2 is out, featuring security fixes, improvements to plugin API as well number of bugfixes. An easy upgrade guide can always be found at the WordPress Codex. WordPress Development Blog &#8211; WordPress 1.5.2]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/download/">WordPress 1.5.2</a> is out, featuring security fixes, improvements to plugin API as well number of <a href="http://trac.wordpress.org/milestone/1.5.2">bugfixes</a>.<br />
An easy <a href="http://codex.wordpress.org/Upgrading_WordPress">upgrade guide</a> can always be found at the <a href="http://codex.wordpress.org/Upgrading_WordPress">WordPress Codex</a>.</p>
<p><a href="http://wordpress.org/development/2005/08/one-five-two/">WordPress Development Blog &#8211; WordPress 1.5.2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/14/release-wordpress-152/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSCON2005: Ruby is hot, Java is cool, C# is neither</title>
		<link>http://www.bytefarmers.com/log/2005/08/10/oscon2005-ruby-is-hot-java-is-cool-c-is-neither/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/10/oscon2005-ruby-is-hot-java-is-cool-c-is-neither/#comments</comments>
		<pubDate>Tue, 09 Aug 2005 22:37:20 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[OSCON]]></category>
		<category><![CDATA[OSCON2005]]></category>
		<category><![CDATA[Portland]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/10/oscon2005-ruby-is-hot-java-is-cool-c-is-neither/</guid>
		<description><![CDATA[Greg Luck writes his impressions of OSCON 2005, in Portland, Oregon, USA. At OSCON 2005 there was a lot of interest in Ruby. Ruby is the hot new? language popularised by Rails. Rails is derived from/inspired by Basecamp. What was more surpising to me, as a Java developer, was the way Java has come in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gregluck.com/blog/">Greg Luck</a> writes his impressions of <a href="http://conferences.oreillynet.com/os2005/">OSCON 2005</a>, in Portland, Oregon, USA.</p>
<blockquote><p>At <a href="http://conferences.oreillynet.com/os2005/">OSCON 2005</a> there was a lot of interest in <a href="http://www.ruby-lang.org/">Ruby</a>. <a href="http://www.ruby-lang.org/">Ruby</a> is the hot new? language popularised by <a href="http://www.rubyonrails.com/">Rails</a>. <a href="http://www.rubyonrails.com/">Rails</a> is derived from/inspired by <a href="http://basecamphq.com/">Basecamp</a>.</p>
<p>What was more surpising to me, as a Java developer, was the way Java has come in from the cold. There were lots and lots of Java sessions. The daily keynotes discussed <a href="http://java.sun.com/">Java</a>. Last year there was little <a href="http://java.sun.com/">Java</a> and the year before that none. Two open source Java stacks, gcj/classpath and Apache Harmony had sessions and generated a lot of excitement. The Apache Geronimo guys announced Geronimo M4 which passes the <a href="http://java.sun.com/j2ee/">J2EE</a> 1.4 TCK, and is open source. Java seems to be front and centre. In many other sessions constant comparisons were made with <a href="http://java.sun.com/">Java</a>. <a href="http://java.sun.com/">Java</a> is the reference language&#8230;</p></blockquote>
<p>Read Greg&#8217;s complete report:<br />
<a href="http://gregluck.com/blog/archives/2005/08/oscon2005_ruby.html">Greg Luck&#8217;s WebLog: OSCON2005: Ruby is hot, Java is cool, C# is neither</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/10/oscon2005-ruby-is-hot-java-is-cool-c-is-neither/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copyfight!!</title>
		<link>http://www.bytefarmers.com/log/2005/08/08/copyfight/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/08/copyfight/#comments</comments>
		<pubDate>Mon, 08 Aug 2005 15:03:51 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[copyfight]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[rights]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/08/copyfight/</guid>
		<description><![CDATA[Still have holliday? Well then, book a flight and attend the Copyfight festival / convention. It&#8217;s in Barcelona, Spain 15/16/17 July 2005. So hurry hurry!! p.s.: I will sadly not attend, since I have postponed hollidays for the not-so-near future. COPYFIGHT]]></description>
			<content:encoded><![CDATA[<p>Still have holliday? Well then, book a flight and attend the Copyfight festival / convention. It&#8217;s in Barcelona, Spain 15/16/17 July 2005. So hurry hurry!!</p>
<p>p.s.: <em>I will sadly not attend, since I have postponed hollidays for the not-so-near future.</em></p>
<p><a href="http://www.elastico.net/copyfight/eng_home.htm">COPYFIGHT</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/08/copyfight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joel: Hiring Good Programmers Matters</title>
		<link>http://www.bytefarmers.com/log/2005/08/04/joel-hiring-good-programmers-matters/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/04/joel-hiring-good-programmers-matters/#comments</comments>
		<pubDate>Thu, 04 Aug 2005 09:57:48 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Hiring]]></category>
		<category><![CDATA[Joel]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[Programmers]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Spolsky]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/04/joel-hiring-good-programmers-matters/</guid>
		<description><![CDATA[I&#8217;m currently reading Joel&#8217;s latest book, so obviously this had to be posted promptly Doctor O writes &#8220;Joel Spolsky (of joelonsoftware fame) has some good points and fun with numbers on the quality of programmers and whether it is more profitable to go with cheap or good programmers. His point is that a good programmer [...]]]></description>
			<content:encoded><![CDATA[<p><em>I&#8217;m currently reading Joel&#8217;s latest book, so obviously this had to be posted promptly <img src='http://www.bytefarmers.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<blockquote><p>Doctor O writes <i>&#8220;Joel Spolsky (of <a href="http://www.joelonsoftware.com/">joelonsoftware</a><br />
fame) has some good points and fun with numbers on the quality of programmers and whether it is more profitable to go with cheap or good programmers. His point is that a <a href="http://www.joelonsoftware.com/articles/HighNotes.html">good programmer will simply create code of a quality that average programmers never can create</a>. An interesting read.&#8221;</i>
</p></blockquote>
<p><a href="http://it.slashdot.org/article.pl?sid=05/08/03/1852217">Slashdot | Hiring Good Programmers Matters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/04/joel-hiring-good-programmers-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Corporation</title>
		<link>http://www.bytefarmers.com/log/2005/08/03/mozilla-corporation/</link>
		<comments>http://www.bytefarmers.com/log/2005/08/03/mozilla-corporation/#comments</comments>
		<pubDate>Wed, 03 Aug 2005 18:10:19 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Corporation]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[MozillaZine]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/2005/08/03/mozilla-corporation/</guid>
		<description><![CDATA[The Mozilla Foundation has announced the creation of the Mozilla Corporation, a wholly-owned subsidiary that will continue the development, distribution and marketing of Mozilla Firefox and Mozilla Thunderbird. Unlike the non-profit Mozilla Foundation, the Mozilla Corporation will be a taxable entity (that is, a for-profit rather than a non-profit) but the Foundation is eager to [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The <a href="http://www.mozilla.org/">Mozilla Foundation</a> has <a href="http://www.mozilla.org/reorganization/">announced</a> the creation of the <a href="http://www.mozilla.com/">Mozilla Corporation</a>, a wholly-owned subsidiary that will continue the development, distribution and marketing of Mozilla Firefox and Mozilla Thunderbird. Unlike the non-profit Mozilla Foundation, the Mozilla Corporation will be a taxable entity (that is, a for-profit rather than a non-profit) but the Foundation is eager to emphasise that it will pursue the same public benefit goals as the Foundation itself and will not be driven purely by revenue goals.</p>
<p>The change will not affect the day-to-day development of Mozilla, with the current system of module owners, drivers, reviewers and super-reviewers staying in place. End-users are unlikely to notice any difference either, though the Mozilla Foundation and the Mozilla Corporation will eventually have separate websites. At the moment, only Firefox and Thunderbird will be developed under the auspices of the <a href="http://www.mozilla.com/">Mozilla Corporation</a>; other projects, such as Camino and SeaMonkey, will continue to be overseen by the <a href="http://www.mozilla.org/">Mozilla Foundation</a>&#8230;</p></blockquote>
<p>Full story:<br />
<a href="http://www.mozillazine.org/talkback.html?article=7085">Mozilla Foundation Announces Creation of Mozilla Corporation &#8211; MozillaZine Talkback</a></p>
<p><a href="http://www.mozilla.org/reorganization/">Mozilla Foundation Reorganization</a> [<a href="http://www.mozilla.org/reorganization/feed.xml">RSS</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/08/03/mozilla-corporation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Year Birthday</title>
		<link>http://www.bytefarmers.com/log/2005/07/28/one-year-birthday/</link>
		<comments>http://www.bytefarmers.com/log/2005/07/28/one-year-birthday/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 22:34:48 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Alring]]></category>
		<category><![CDATA[Birthday]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Codepit]]></category>
		<category><![CDATA[Fini]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[weblog]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/?p=555</guid>
		<description><![CDATA[I just noticed my blog has turned one year old, hurray! Well I guess itâ€™s time to think about the past year, and try to re-think my intentions and goals of the blogâ€¦]]></description>
			<content:encoded><![CDATA[<p>I just noticed my blog has turned one year old, hurray! Well I guess it&#8217;s time to think about the past year, and try to re-think my intentions and goals of the blog&#8230;</p>
<p>Originally the blog was intended to be non-personal, because I wanted to get co-writers to join in. But I decided to keep it personal with the option of spawning new blogs in the future with other people.</p>
<p>I wanted to share the great stuff I find on the net, and after years of hesitating I finally created this blog as a platform for that goal, and as such I have succeded very nice indeed, I love this platform so much that I have almost dropped making my own blogging system, as was the original intention &#8211; <a href="http://www.wordpress.org" title="WordPress - Open Source Blog Platform">WordPress</a> basically works like a dream (can be a bitch to setup, when you go to the more advanced areas) and I am generally amazed and crazed about the technologies that the blogging communities has created or actively promoted (<a href="http://www.technorati.com/">Technorati</a>, <a href="http://www.flickr.com/">Flickr</a>, <a href="http://www.bloglines.com/">BlogLines</a>, <a href="http://www.geourl.org">GeoURL</a>, <a href="http://www.podcast.net/">Podcasting (Audio Blogs)</a>, <a href="http://feeds.feedburner.com/WarpinItUp">FeedBurner</a>, <a href="http://www.creativecommons.org">Creative Commons</a>, <a href="http://www.bytefarmers.com/log/feed/">XML / RDF / RSS</a>,  and tons of other stuff!).</p>
<p>In total there are currently 444 posts by <acronym title="Fini A. Alring">me</acronym>, and 20 comments posted by readers, including my responses (not mentioning the hundreds of comment-spams I recieved while franticly trying to create and configure solid filters), so I&#8217;m guessing people aren&#8217;t too chatty and debateful while reading this blog, either that or nobody is reading it!! haha <img src='http://www.bytefarmers.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Well, the actual fact is that I mostly post other folks posts, mainly from <a href="http://www.slashdot.org">slashdot.org</a> and other sources I visit for news and info about stuff that matters in any way or form. I will try to write more myself, but sometimes I sacrifice it in order to deliver more important news, since as I said before, my goal is to inform about stuff that happens out there, it has never been my goal to be a reporter, I see it more like a messenger of coolness, or info-filter of boredom and info-overload.</p>
<p>I have learned much in the past year, and I feel prepared to bring my log into another year of glory, and urge you all to contribute with comments, questions and what else you come with. I have planned to make a new <a href="http://wordpress.org/extend/themes/">WordPress Theme</a> and ofcourse it will be dark purple with sparkling anim-gif stars all-over!!! ( Coz that&#8217;s what a real theme is about! <img src='http://www.bytefarmers.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) Or maybe it will be mind-blowingly cool in other ways, wait and see, hopefully I will be friendly enough to publish it in the <a href="http://www.bytefarmers.com/log/code/">CodePit</a>.</p>
<p>The existing theme originated from my first edition of this blog running <a href="http://www.sixapart.com/movabletype/">Moveable Type</a>, but I decided to look for a system which was licensed under a true open source, and which was not written in <a href="http://www.perl.org">Perl</a> which I have little experience with. Then I found <a href="http://www.wordpress.org" title="WordPress - Open Source Blog Platform">WordPress</a> and hacked my existing look into it, improving on it as I went along. Finally this spring <a href="http://www.wordpress.org" title="WordPress - Open Source Blog Platform">WordPress 1.5</a> was released which featured a real &#8220;Theme System API&#8221;, which allows you to easily switch the complete look and feel of a <a href="http://www.wordpress.org" title="WordPress - Open Source Blog Platform">WordPress</a> site.</p>
<p>On the personal side, no radical changes this last year. I got a new job at <a href="http://www.valtech.com">Valtech</a> in may, so I&#8217;m back from the mobile Internet business into the good old Desktop Internet business with big screen systems and mozilla/firefox/safari etc. to play/mess around with, working on some large corporate website portals, that I couldn&#8217;t possibly mention here, but it&#8217;s <a href="http://java.sun.com/j2ee/index.jsp">Java Enterprise</a> and <a href="http://www.webstandards.org/about/">Web Standards</a> based so I&#8217;m basically a <a href="http://maps.google.com/maps?q=copenhagen,+denmark&#038;ll=55.696164,12.579346&#038;spn=0.032352,0.081050&#038;t=h&#038;hl=en">happy man on planet earth</a>.</p>
<p>If you actually (omg!) read this far, well congratulations, now post a comment full of ideas and praise! <img src='http://www.bytefarmers.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/07/28/one-year-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inkscape 0.42: Scalable Vector Graphics Editor</title>
		<link>http://www.bytefarmers.com/log/2005/07/27/inkscape/</link>
		<comments>http://www.bytefarmers.com/log/2005/07/27/inkscape/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 21:36:18 +0000</pubDate>
		<dc:creator>Fini Alring</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Inkscape]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Open_Source]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Vector]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.bytefarmers.com/log/?p=554</guid>
		<description><![CDATA[Ok! Why did I not know about Inkscape before today??! It looks amazing and it&#8217;s said that the new version is a major feature update, and although I haven&#8217;t tried it out yet, from the screenshots it&#8217;s pretty easy to see that this tool is also for the big boys, it works with SVG which [...]]]></description>
			<content:encoded><![CDATA[<p>Ok! Why did I not know about <a href="http://www.inkscape.org/">Inkscape</a> before today??! It looks amazing and it&#8217;s said that the new version is a major feature update, and although I haven&#8217;t tried it out yet, from the <a href="http://www.inkscape.org/screenshots/index.php">screenshots</a> it&#8217;s pretty easy to see that this tool is also for the big boys, it works with <a href="http://w3.org/Graphics/SVG/"><acronym title="Scalable Vector Graphics">SVG</acronym></a> which makes even more happy, since I was about to begin some <a href="http://w3.org/Graphics/SVG/"><acronym title="Scalable Vector Graphics">SVG</acronym></a> experimenting anyways soon, and it&#8217;s soo boring to draw complex vector drawings by handcoding, believe you me!!</p>
<p>Here&#8217;s the intro text from the <a href="http://www.inkscape.org/">Inkscape Website</a>:</p>
<blockquote><p><a href="http://www.inkscape.org/">Inkscape</a> is an open source drawing tool with capabilities similar to<br />
Illustrator, Freehand, and CorelDraw that uses the <a href="http://www.w3.org">W3C</a> standard <a href="http://w3.org/Graphics/SVG/">scalable vector graphics</a> format (<acronym title="Scalable Vector Graphics">SVG</acronym>). Some supported SVG features include basic shapes, paths, text, markers, clones, alpha blending, transforms, gradients, and grouping. In addition, Inkscape supports <a href="http://www.creativecommons.org/">Creative Commons</a> meta-data, node-editing, layers, complex path operations, text-on-path, and <acronym title="Scalable Vector Graphics">SVG</acronym> XML editing. It also imports several formats like EPS, Postscript, JPEG, PNG, BMP, and TIFF and exports PNG as well as multiple vector-based formats.</p>
<p>Inkscape&#8217;s main motivation is to provide the Open Source community with a fully W3C compliant XML, <acronym title="Scalable Vector Graphics">SVG</acronym>, and CSS2 drawing tool. Additional planned work includes conversion of the codebase from C/Gtk to C++/Gtkmm, emphasizing a lightweight core with powerful features added through an extension mechanism, and the establishment of a friendly, open, community-oriented development process.</p></blockquote>
<p>* <a href="http://www.inkscape.org/">Inkscape.org &#8211; Draw Freely</a></p>
<p>* <a href="http://slashdot.org/article.pl?sid=05/07/27/0149246&#038;from=rss">Slashdot | Inkscape 0.42: The Ultimate Answer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bytefarmers.com/log/2005/07/27/inkscape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 12/19 queries in 0.010 seconds using disk: basic

Served from: www.bytefarmers.com @ 2012-02-07 12:36:45 -->
