<?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>GridPulse &#187; Open Source</title>
	<atom:link href="http://www.gridpulse.com/category/development/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridpulse.com</link>
	<description>as stimulating as black coffee and just as hard to sleep after.</description>
	<lastBuildDate>Fri, 14 May 2010 19:19:38 +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>The uncertain future of GUtil!</title>
		<link>http://www.gridpulse.com/2010/02/22/the-uncertain-future-of-gutil/</link>
		<comments>http://www.gridpulse.com/2010/02/22/the-uncertain-future-of-gutil/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 21:36:10 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[GUtil]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/?p=323</guid>
		<description><![CDATA[I think that it&#8217;s about time for this post so here goes. Brief history GUtil! was born sometime in 2006 and I released the first version (GUtil! 0.4.9.5) on November 3rd 2006, for Firefox 1.5. At first it was something that I used to speed up access to the Google tools that I was using [...]]]></description>
			<content:encoded><![CDATA[<p>I think that it&#8217;s about time for this post so here goes.</p>
<p><b><em>Brief history</em></b><br />
GUtil! was born sometime in 2006 and I released the first version (GUtil! 0.4.9.5) on November 3rd 2006, for Firefox 1.5.</p>
<p>At first it was something that I used to speed up access to the Google tools that I was using so I only had a couple of links. Then somebody asked for it and also asked me to add some more things that he used. So I did. And I published it. And more people wanted it. That is all.</p>
<p><b><em>Current status</em></b><br />
I haven&#8217;t touched the code since July 30, 2009.<b>I&#8217;m not using it anymore.</b> I have restricted my Google usage to Google apps, Picasa and Reader.I don&#8217;t care about anything else, nor do I have the time to care about anything else.</p>
<p>Some statistics:<br />
- GUtil! <b>has been downloaded 240,651 times</b><br />
- GUtil! <b>is part of 198 collections on AMO</b><br />
- GUtil! <b>has 8680 active daily users</b> down from <b>more than 12000</b></p>
<p><b><em>Future</em></b><br />
Well, here comes the bad news.<br />
I&#8217;m not updating it anymore. I don&#8217;t have the time, the patience or the interest to update GUtil! anymore.</p>
<p>If you want to work on it, it&#8217;s always been open so go get the source and have a whack!<br />
<a href="http://code.google.com/p/gutil-firefox-extension/">http://code.google.com/p/gutil-firefox-extension/</a></p>
<p>All the best to whoever wants to continue with GUtil!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2010/02/22/the-uncertain-future-of-gutil/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NanoDI, a small .NET Dependency Injection container</title>
		<link>http://www.gridpulse.com/2009/09/10/nanodi-a-small-net-dependency-injection-container/</link>
		<comments>http://www.gridpulse.com/2009/09/10/nanodi-a-small-net-dependency-injection-container/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 23:50:19 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/?p=244</guid>
		<description><![CDATA[Some time ago I worked on some projects using ASP.NET that were mostly ASPX with some specialized ASHX&#8217;s (c# behind the scenes). The handlers just generated some graphs or exported Excel files, regular code monkey style, no architecture, no plan, just write it fast &#8211; quick dirty hack, quick buck &#8211; and I always thought [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I worked on some projects using ASP.NET that were mostly ASPX with some specialized ASHX&#8217;s (c# behind the scenes).<br />
The handlers just generated some graphs or exported Excel files, regular code monkey style, no architecture, no plan, just write it fast &#8211; quick dirty hack, quick buck &#8211; and I always thought that these guys that accept .NET inferior stuff deserve what they get. </p>
<p>As time flew by, I started to get a taste of what .NET is all about, luring me to the dark side.</p>
<div style="border: 1px solid rgb(204, 204, 204); margin: 7px; padding: 5px; float: right;">
<img src="http://www.gridpulse.com/wp-content/uploads/2009/09/engine1.jpg" alt="engine1" title="engine1" width="216" height="325" class="aligncenter size-full wp-image-252" /></p>
<p><span style="font-size: 8px;">Photo by <a href="http://www.flickr.com/photos/b-tal/428943971/">B-tal</a></span>
</div>
<p>At the beginning I felt like &#8220;this is what evil must taste like&#8221;, but I quickly got accustomed to all the new things and now, I&#8217;m playing with .NET stuff again, mostly C#, trying to level my skills and having a lot of fun in the process. I built things like the quick and dirty <a href="http://www.gridpulse.com/2009/08/13/multi-font-viewer-on-xandertoolscom/" title="Multi font viewer">multi font viewer</a>, buggy and poor, mostly because nobody uses it.</p>
<p>Now, I wanted to start something bigger, and nicer (I won&#8217;t say what) and I felt that I needed to do it the right way, you know, MAINTAINABLE.<br />
I started looking for a DI container and I started with Spring and Pico. I&#8217;m pretty accustomed to pico and I&#8217;ve been using Spring since version 1 so I though I&#8217;d give them a try. Wrong, strange, alien, weird, huge, EVIL. </p>
<p>For what I wanted to do it really seemed this way. How&#8217;s about something that is 10 megs big because spring and dependencies is 7 megs big. And I&#8217;m not even going to use most of it, I just want some plain <a href="http://en.wikipedia.org/wiki/Dependency_injection">dependency injection</a> and maybe some tooling , like fast i18n.</p>
<p><b>Problem solved, evil destroyed</b><br />
I found the solution! Why not have some fun AND learn the inner workings of C# and .Net? Why not build my own?  So I did!</p>
<p><b>NanoDI</b> is a small dependency injection container and tooling for .NET C# projects that are small or that do not need the complexity of bigger IoC solutions.</p>
<p><b>NanoDI</b>&#8216;s goal is to be small, fast and clean.</p>
<p>Links:<br />
<a href="http://www.xandertools.com/nanodi"> Nano Dependency Injection home</a><br />
<a href="https://www.ohloh.net/p/nanodi"> NanoDI Ohloh.net project page</a><br />
<a href="http://code.google.com/p/nanodi/"> NanoDI Google Code project</a></p>
<p>The code is junky by my standards but I&#8217;m slowly refactoring as my c# skills get better. Next week I&#8217;m going to finish scoping and start working on proxies and interceptors. You can help too! </p>
<p>Have a taste, have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2009/09/10/nanodi-a-small-net-dependency-injection-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi Font Viewer on xandertools.com</title>
		<link>http://www.gridpulse.com/2009/08/13/multi-font-viewer-on-xandertoolscom/</link>
		<comments>http://www.gridpulse.com/2009/08/13/multi-font-viewer-on-xandertoolscom/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:04:15 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/?p=217</guid>
		<description><![CDATA[Being a software developer sometimes involves more than just coding. This time it was a logo and a splash screen I did a while ago and I had a problem &#8211; I couldn&#8217;t remember what font I used. Of course, having a lot of fonts installed made it a nightmare. I googled a bit and [...]]]></description>
			<content:encoded><![CDATA[<p>Being a software developer sometimes involves more than just coding.<br />
This time it was a logo and a splash screen I did a while ago and I had a problem &#8211; I couldn&#8217;t remember what font I used.</p>
<p>Of course, having a lot of fonts installed made it a nightmare. </p>
<p><a href="http://twitter.com/gridpulse/status/3271079360"><br />
<img src="http://www.gridpulse.com/wp-content/uploads/2009/08/twittshot.jpg" alt="twittshot" title="twittshot" class="aligncenter size-full wp-image-218" /><br />
</a></p>
<p>I googled a bit and found a lot of shareware that allowed me to view multiple fonts and compare. I didn&#8217;t use any of it. Instead I used a nice piece of software called <a href="http://opcion.sourceforge.net/">Opcion</a>.</p>
<p>It solved my problem, although it acted a little strange plus, it was Java. I can handle it because I&#8217;m a Java developer.. but can anybody else?</p>
<p>After finishing the work I decided I could do something about it. So I did.</p>
<p>It&#8217;s called <b>Multi Font Viewer</b> and it&#8217;s free.</p>
<p>You can download it from: <a href="http://xandertools.com/utilities/multifontviewer">the Multi Font Viewer page at xandertools.com</a>.</p>
<p>If you want to take a look at the code or contribute visit the <a href="http://code.google.com/p/multifontviewer/"> Multi Font Viewer Google Code project</a>.</p>
<p>Best of luck and happy fonting!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2009/08/13/multi-font-viewer-on-xandertoolscom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back to work, for the fun of it</title>
		<link>http://www.gridpulse.com/2008/10/06/back-to-work-for-the-fun-of-it/</link>
		<comments>http://www.gridpulse.com/2008/10/06/back-to-work-for-the-fun-of-it/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 21:58:30 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/2008/10/06/back-to-work-for-the-fun-of-it/</guid>
		<description><![CDATA[&#8220;The supreme accomplishment is to blur the line between work and play.&#8221; &#8211; Arnold Toynbee I&#8217;m back! I&#8217;ve missed work &#8211; just a little &#8211; but don&#8217;t let anybody know. The second day after my leave I had something really interesting to do, which kept me at work until midnight. Finishing successfully gave me the [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;The supreme accomplishment is to blur the line between work and play.&#8221; &#8211; Arnold Toynbee </p>
<p>I&#8217;m back! </p>
<p>I&#8217;ve missed work &#8211; just a little &#8211; but don&#8217;t let anybody know. The second day after my leave I had something really interesting to do, which kept me at work until midnight. Finishing successfully gave me the self esteem boost that I call &#8220;I love my job&#8221;. It&#8217;s one of those rare (rare now, once often) moments that remind me why I became a developer. Enough of that, back to business.</p>
<p>I&#8217;m married now, to a beautiful and fun woman that understands what makes me tick, and that&#8217;s wonderful. We are fixing our future house, which I hope we are going to finish by December which will include my hopefully spacious office (I say hopefully because we are going to share it, as she want gym stuff in it too). I&#8217;m going to use the new office for my fun work (that means work that I don&#8217;t perform at the office, which isn&#8217;t as fun anymore). </p>
<p>This fun work includes rewriting GUtil into something much better which will take full advantage of Firefox 3, working on the XUL data collection application that I&#8217;m going to hopefully finish this year (and which I&#8217;m going to use to catalog my stuff &#8211; 100+ SciFI and business books, currency collection, god knows how many DVD&#8217;s &#8211; so I am actully going to dogfood it) and testing Shredder/TB3.</p>
<p>Speaking about ThunderBird 3, it&#8217;s almost in <a href="https://wiki.mozilla.org/Thunderbird:Thunderbird_3.0a3">Alpha 3</a> now, so <b>we need all the help we can get</b>. If you have a few hours, please join the testing effort and help us make the next version of Thunderbird a smash hit! After you read some <a href="https://wiki.mozilla.org/QA/Thunderbird3/TestInstructions/Alpha3">testing instructions for Alpha 3</a> you can complete a smoketest in a little over an hour and give something back. It&#8217;s that simple.</p>
<p>For the grand finale, I&#8217;m leaving you with another great book. <a href="http://www.amazon.com/Odyssey-Hutch-Jack-McDevitt/dp/044101433X">Odyssey</a> by <a href="http://en.wikipedia.org/wiki/Jack_McDevitt">Jack McDevitt</a> is a great space adventure, in the spirit of <em>The Voyage of the Space Beagle</em>. It&#8217;s not very big and it&#8217;s easy to digest.</p>
<p>I&#8217;m switching to George Martin for this week&#8217;s &#8220;on my way to work reading&#8221;. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2008/10/06/back-to-work-for-the-fun-of-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking forward to eLiberatica 2009</title>
		<link>http://www.gridpulse.com/2008/06/01/looking-forward-to-eliberatica-2009/</link>
		<comments>http://www.gridpulse.com/2008/06/01/looking-forward-to-eliberatica-2009/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 08:10:00 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/2008/06/01/looking-forward-to-eliberatica-2009/</guid>
		<description><![CDATA[eLiberatica 2008 is over, long live eLiberatica. It&#8217;s been a great conference, with wonderful speakers and just as wonderful participants, you really should take a look at the conference website. The eLiberatica 2008 speakers The main topics of the conference have been open source adoption in the enterprise, open source business models and licensing. Conferences [...]]]></description>
			<content:encoded><![CDATA[<p>eLiberatica 2008 is over, long live <a href="http://eliberatica.ro/2008/">eLiberatica</a>.</p>
<p>It&#8217;s been a great conference, with wonderful speakers and just as wonderful participants, you really should take a look at the <a href="http://eliberatica.ro/2008/">conference website</a>.</p>
<div style="border:1px solid #ccc; padding:5px; margin:7px;">
<a href='http://www.gridpulse.com/wp-content/uploads/2008/06/img_0517.JPG' title='eLiberatica 2008 Speakers'><img src='http://www.gridpulse.com/wp-content/uploads/2008/06/img_0517.JPG' alt='eLiberatica 2008 Speakers' width="500" /></a>
</div>
<p><center>The eLiberatica 2008 speakers</center><br/></p>
<p>The main topics of the conference have been open source adoption in the enterprise, open source business models and licensing. Conferences like eLiberatica raise awareness and promote open source in a fun and extremely interactive way. </p>
<p>Oh yeah, Microsoft came, and they were incredibly friendly and sincere and proved the community one more time that they are not evil, they just want to sell stuff in this new world.</p>
<p>For me, the most interesting parts were the presentations made by Mozilla&#8217;s David Ascher, ActiveState&#8217;s Shane Caraveo, Navarik&#8217;s Bill Dobie  and surprisingly the talk given by Constantin Teodorescu, part of the Romanian Ministry of Communications and Information Technology.</p>
<div style="border:1px solid #ccc; padding:5px; margin:7px;text-align:center">
<a href='http://www.gridpulse.com/wp-content/uploads/2008/06/img_0520.JPG' title='img_0520.JPG'><img src='http://www.gridpulse.com/wp-content/uploads/2008/06/img_0520.JPG' alt='img_0520.JPG' /></a>
</div>
<p>I got some new ideas, confirmed some old ones, met some interesting people and generally had a lot of fun.</p>
<p>At the end of the conference, the O&#8217;Reilly rep did something that I extremely liked. They donated all the books that weren&#8217;t sold to the four universities present at the conference, quietly, the kind of thing that makes you respect them even more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2008/06/01/looking-forward-to-eliberatica-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new year, and what Linux means to me</title>
		<link>http://www.gridpulse.com/2008/01/25/the-new-year-and-what-linux-means-to-me/</link>
		<comments>http://www.gridpulse.com/2008/01/25/the-new-year-and-what-linux-means-to-me/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 22:45:59 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/2008/01/25/the-new-year-and-what-linux-means-to-me/</guid>
		<description><![CDATA[I started the new year nicely, although I currently have a nasty flue. My life is the same, I go to work as usual, when I wake up and I come home (as usual) when I finish. Short deadlines and administrative chores cut down on my free time, so I don&#8217;t really have enough time [...]]]></description>
			<content:encoded><![CDATA[<p>I started the new year nicely, although I currently have a nasty flue. My life is the same, I go to work as usual, when I wake up and I come home (as usual) when I finish. Short deadlines and administrative chores cut down on my free time, so I don&#8217;t really have enough time for other things, such as my girlfriend, family, myself and a lot of tiny projects that I would like to work on.</p>
<div style="float:right; border:1px solid #ccc; padding:5px; margin:7px;">
      <img width="200" src='http://www.gridpulse.com/wp-content/uploads/2008/01/10-04_6_2_redhat_logo.jpg' alt='RedHat Logo' />
</div>
<p>This year I decided to completely liberate my home computers. I always had Linux installed, dual booting, since RedHat 5. It&#8217;s taught me a lot of things over the years, especially my Slackware period.<br />
I always like to think that GNU/Linux prepared me for the real IT life, for the long nights of enterprise deployments and roll-outs on Linux and Unix(mostly AIX) platforms and for the long days of Oracle troubleshooting. Most importantly I like to think that Linux taught me how to handle failure, how to resolve things gracefully and especially how to prevent &#8220;evil&#8221; things from happening.</p>
<p>When you first started using something like Linux, especially in the old days, it was all dark magic. It was something miraculous created by highly intelligent creatures that seemed to come from another universe. Imagine a 13 year old boy, getting a PC Magazine (or was it Chip?) CD that had something called Linux on it. I already knew what a BIOS was, I was already accustomed with 3 versions of MS-DOS and two versions of Windows (3.11 and 95) but I thought &#8220;Oh my God, this is so cool! I have to try this!&#8221;. That was the first time I really understood what disk partitioning is and what it really means to loose all your data. It took me a week to install everything back, and almost a month to get RedHat 5 and Windows 95 to dual boot. I especially loved the power I had. The power to  bust everything up and the power to learn how to fix it.</p>
<p>Fast forward to five years later, Windows 2000 and Linux Slackware. I settled on Slackware because it was probably the only distribution that was &#8220;old school&#8221;. I couldn&#8217;t stand the &#8220;evolution&#8221; of RedHat and Mandrake (I think it&#8217;s Mandriva now) configuration and the fact that almost all distributions seemed to bloat. Entire gigabytes of &#8220;miscellaneous stuff&#8221; needed to be installed, spawning 3 to 5 discs. That was just insane. I loved the simplicity of Slackware. It&#8217;s tgz packages, it&#8217;s bare-bone nature, the possibility to install 50 megabytes of core packages and then each package I needed. I usually only needed Disk 1 for core and a few X and shell packages from Disk 2 and I was done. I did my homework on it, I spent hundreds of hours on Freenode&#8217;s IRC servers, talking to all kind of people that I still remember, people that are still there now ( like Zhivago, on ##c, one of the people I looked up to, I still do).</p>
<div style="float:left; border:1px solid #ccc; padding:5px; margin:7px;">
<a href='http://www.gridpulse.com/wp-content/uploads/2008/01/penguin-logo.png' title='Penguin Logo'><img src='http://www.gridpulse.com/wp-content/uploads/2008/01/penguin-logo.png' alt='Penguin Logo' /></a>
</div>
<p>Fast forward to five years later. Not dual booting anymore. I&#8217;m writing this from my Ubuntu laptop, sharing an internet connection (through a ASUS WL-500G Deluxe wireless router running OpenWRT) with my Ubuntu desktop machine.<br />
I think that this is the first time in my life when I can sincerely say that Linux fills all my needs as an operating system, and it&#8217;s not just about Ubuntu (although it is one of the best distributions I had the chance to work with), it&#8217;s about everything it contains that I use. Looking back over the years, I have to admit that Grub is definitely better than LILO, ext3 is definitely better than ext2, vim is better than vi, mc is better than nc (although nc was very good) and some modern GNU/Linux distributions are now better than Windows. </p>
<p>I am not a zealot, not am I a GNU or Linux fanatic, I am a technical guy working in a technical position, writing software that is usually hosted in application servers running on Linux platforms accessed by clients running all flavors of Windows. I must admit that although a lot of people think otherwise, Windows is a stable and pretty strong system, as I do all my development(and other spooky stuff) on a Windows machine, that I never shut down (it barely restarts once every month when some automatic updates really ask for it). Windows was installed sometime in the last months of 2005 and has worked flawless ever since (except for some strange Outlook issues that are out of the scope) so I admit that I trust Windows XP (with emphasis on XP), but not any other version.</p>
<p>In short, GNU/Linux shaped my life as a hacker, shaped my life as a professional and (I&#8217;m not afraid to admit it) shaped my life as an individual, so I want to send a warm greeting to all the people that made it what it is now.</p>
<p>Anyway, that was my Linux story for the new year, and I leave you with a screenshot of my new BluBuntu themed Ubuntu desktop.<br />
<center><br />
<a href='http://www.gridpulse.com/wp-content/uploads/2008/01/screenshot_1.png' title='Desktop screenshot'><img src='http://www.gridpulse.com/wp-content/uploads/2008/01/screenshot_1.thumbnail.png' alt='Desktop screenshot' /></a><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2008/01/25/the-new-year-and-what-linux-means-to-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source car</title>
		<link>http://www.gridpulse.com/2007/10/18/open-source-car/</link>
		<comments>http://www.gridpulse.com/2007/10/18/open-source-car/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 10:15:14 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/2007/10/18/open-source-car/</guid>
		<description><![CDATA[After reading about the open source beer and the open source Cola, I am really surprised (in a pleasant way) to find out that an open source car has been developed that has 0 emissions, using a hydrogen hybrid engine. I hope that all humanity (including the resource hungry corporations) will soon see the need [...]]]></description>
			<content:encoded><![CDATA[<p>After reading about the <a href="http://www.freebeer.org/blog/" title="Open Source Beer" target="_blank">open source beer</a> and the <a href="http://www.wikihow.com/Make-OpenCola" title="Open Source Cola" target="_blank">open source Cola</a>, I am really surprised (in a pleasant way) to find out that an <a href="http://www.autoindetoekomst.nl/website/" title="Open Source Car" target="_blank">open source car</a> has been developed that has 0 emissions, using a hydrogen hybrid engine.</p>
<p>I hope that all humanity (including the resource hungry corporations) will soon see the need for this kind of transportation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2007/10/18/open-source-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>about:what?</title>
		<link>http://www.gridpulse.com/2007/08/21/aboutwhat/</link>
		<comments>http://www.gridpulse.com/2007/08/21/aboutwhat/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 05:43:00 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/2007/08/21/aboutwhat/</guid>
		<description><![CDATA[I was going through Cliff Wootton&#8216;s JavaScript Reference, the wonderful 2625 pages of JavaScript reference published by Wrox and, and at the A index page I see a reference to about:; I considered it odd, as I have used the book as reference for a long time now, but never noticed such a trivial subject. [...]]]></description>
			<content:encoded><![CDATA[<p>I was going through <span style="font-style: italic">Cliff Wootton</span>&#8216;s <span style="font-style: italic">JavaScript Reference</span>, the wonderful 2625 pages of JavaScript reference published by <span style="font-style: italic">Wrox </span>and, and at the <span style="font-weight: bold">A </span>index page I see a reference to <span style="font-weight: bold">about:</span>; I considered it odd, as I have used the book as reference for a long time now, but never noticed such a trivial subject.</p>
<p>Reading about it being treated so seriously got me a little curious. I mean, most people know about <span style="font-weight: bold">about:blank</span>, you know, the <a href="about:blank"><span style="font-style: italic">empty document</span></a>, or about the <a href="about:mozilla" style="font-style: italic">Book of Mozilla</a><span style="font-style: italic"> </span>(only works on Mozilla/Gecko based browsers), or even the complex and very useful Mozilla&#8217;ish <a href="about:config">about:config</a> settings window, but did you know about these SeaMonkey/Firefox ones:</p>
<ul>
<li><a href="about:cache">about:cache</a> &#8211; Disk and Memory cache information</li>
<li><a href="about:">about:</a> &#8211; in page version of the about dialog</li>
<li><a href="about:plugins">about:plugins</a> &#8211; lists all the installed plugins (very useful)</li>
<li> <a href="about:buildconfig">about:buildconfig</a> &#8211; details about the SeaMonkey/Firefox build</li>
<li><a href="about:neterror">about:neterror</a> &#8211; this is my absolute favorite, it displays an error <img src='http://www.gridpulse.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>Mostly i use <span style="font-style: italic">about:config</span> and <span style="font-style: italic">about:cache</span> but the random <span style="font-style: italic">about:neterror</span> coworker prank is always high-rated in my office <img src='http://www.gridpulse.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p><a href="http://www.gridpulse.com/blogger/uploaded_images/prank_error-725716.JPG" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img src="http://www.gridpulse.com/blogger/uploaded_images/prank_error-725711.JPG" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer" border="0" /></a></p>
<p>Read more about <span style="font-weight: bold; font-style: italic">about</span>:<br />
<a href="http://en.wikipedia.org/wiki/About:_URI_scheme">http://en.wikipedia.org/wiki/About:_URI_scheme</a><br />
<a href="http://kb.mozillazine.org/About_protocol_links">http://kb.mozillazine.org/About_protocol_links</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2007/08/21/aboutwhat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ancient anchor &#8211; public domain clipart</title>
		<link>http://www.gridpulse.com/2007/05/10/ancient-anchor-public-domain-clipart/</link>
		<comments>http://www.gridpulse.com/2007/05/10/ancient-anchor-public-domain-clipart/#comments</comments>
		<pubDate>Thu, 10 May 2007 20:21:00 +0000</pubDate>
		<dc:creator>Bogdan</dc:creator>
				<category><![CDATA[Clipart]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.gridpulse.com/2007/05/10/ancient-anchor-public-domain-clipart/</guid>
		<description><![CDATA[As openclipart.org is down, I am going to publish my clipart here. All my clipart is released in the Public Domain, so feel free to use it however you find fit. I will of course upload it to OpenClipart after they fix it . This is an ancient anchor clipart created using Inkscape 0.45, which [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://openclipart.org/" target="_blank">openclipart.org</a> is down, I am going to publish my clipart here.<br />
All my clipart is released in the Public Domain, so feel free to use it however you find fit. I will of course upload it to OpenClipart after they fix it <img src='http://www.gridpulse.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>This is an ancient anchor clipart created using <a href="http://www.inkscape.org/" target="_blank">Inkscape</a> 0.45, which i really recommend as it&#8217;s the best open-source vector graphics editor available on <span style="font-style: italic">Windows.</span><br />
Enough with the blabber, here is the clipart.</p>
<table>
<tr>
<td><center><a href="http://www.gridpulse.com/clipart/2007-05-10-Ancient-anchor.gif" style="border: 0px none " target="_blank"><img src="http://www.gridpulse.com/clipart/2007-05-10-Ancient-anchor.gif" alt="Ancient anchor" width="150" /><br />
</a><br />
<em>Gif version</em></center></td>
<td><center><a href="http://www.gridpulse.com/clipart/2007-05-10-Ancient-anchor.png" style="border: 0px none " target="_blank"><br />
<img src="http://www.gridpulse.com/clipart/2007-05-10-Ancient-anchor.png" alt="Ancient anchor" width="150" /><br />
</a><br />
<em>PNG version</em></center></td>
<td><a href="http://www.gridpulse.com/clipart/2007-05-10-Ancient-anchor.svg" target="_blank"> Download SVG</a></td>
</tr>
</table>
<p>If this helped, have a look at some more <a href="http://www.gridpulse.com/free-clipart/free-anchor-clipart/">free anchor clipart</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridpulse.com/2007/05/10/ancient-anchor-public-domain-clipart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
