<?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>nuthinking &#187; development</title>
	<atom:link href="http://nuthinking.com/blog/tags/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://nuthinking.com/blog</link>
	<description>Is not just about Christian Giordano</description>
	<lastBuildDate>Thu, 01 Apr 2010 21:50:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LBi Logger</title>
		<link>http://nuthinking.com/blog/2008/05/11/lbi-logger/</link>
		<comments>http://nuthinking.com/blog/2008/05/11/lbi-logger/#comments</comments>
		<pubDate>Sun, 11 May 2008 19:58:09 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://nuthinking.com/blog/2008/05/11/lbi-logger/</guid>
		<description><![CDATA[This is a very late post, in facts the project I&#8217;m presenting has been developed months ago but, as you probably can see, I&#8217;ve been quite away for blogging recently  
When I used to work in LBi we used intensively Eclipse to develop in ActionScript with FDT plugin. In FDT at that time wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very late post, in facts the project I&#8217;m presenting has been developed months ago but, as you probably can see, I&#8217;ve been quite away for blogging recently <img src='http://nuthinking.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>When I used to work in LBi we used intensively Eclipse to develop in ActionScript with FDT plugin. In FDT at that time wasn&#8217;t possible to debug the application a la Flex, so the main support was still the old trace in the log file. When the application gets bigger, though, the traces increase and gets difficult to differentiate visually one from each other. For this reason I created an Eclipse plugin which permits to log files assigning different styles to the traces, it has been named LBi Logger and it can be downloaded <a title="LBi Logger downloads" href="http://code.google.com/p/lbi-useful-logger/downloads/list">here</a>.</p>
<p><img width="500" height="500" align="bottom" alt="LBi Logger screenshot" src="http://nuthinking.com/blog/wp-content/uploads/2008/logger.png" /></p>
<p>The plugin has been developed mainly during my working hours there and also because it is very branded, I don&#8217;t see so many possibilities for me to develop it further (since I don&#8217;t work anymore for LBi). At least, different people found it already very useful and hopefully it can still be handy for many others.</p>
<p>It&#8217;s an open-source project part of an ambitious initiative at LBI called <a title="LBi Useful website" href="http://useful.lbi.co.uk/">LBi Useful</a> (unfortunately almost all the initial contributors left since then).</p>
<p>The plugin project page is <a title="LBi Logger project page" href="http://code.google.com/p/lbi-useful-logger/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuthinking.com/blog/2008/05/11/lbi-logger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future &#8220;development&#8221;</title>
		<link>http://nuthinking.com/blog/2006/11/14/future-development/</link>
		<comments>http://nuthinking.com/blog/2006/11/14/future-development/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 23:53:47 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://nuthinking.com/blog/2006/11/14/future-development/</guid>
		<description><![CDATA[Recently I had to think a lot about an eventual hardware and software configuration for a personal project &#8211; still on progress. Basically my aim is to provide PCs with a pre-installed software. The software has to be, as usual, visually and interactively compelling. After a bit of research I wanted to share my actual [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had to think a lot about an eventual hardware and software configuration for a personal project &#8211; still on progress. Basically my aim is to provide PCs with a pre-installed software. The software has to be, as usual, visually and interactively compelling. After a bit of research I wanted to share my actual thoughts.</p>
<p>&nbsp;</p>
<p><strong>Operating System</strong></p>
<p>When it&#8217;s about delivering a full solution, the OS is definitely an important part. Not only because the eventual cost of the license, for instance the Windows&#8217; one, but also for the time you will have to spend on setting it up. Linux distributions are getting incredibly complete and <a title="Ubuntu website" href="http://www.ubuntu.com/">Ubuntu</a>, of course, is a good example. To set it up as second boot option on my old laptop was incredibly quick, especially with the 6.10, and having it working was much faster then setting up Windows. The cool things of Linux though, is that you can have LiveCD. In very few words, is <a title="wiki page about how to create a Live Usb Pendrive persistent" href="https://wiki.ubuntu.com/LiveUsbPendrivePersistent?highlight=%28usb%29">theoretically</a> possible to put in a USB key a generic OS and our custom application so that any machine could run our software in few minutes without any need to setup, pretty amazing.</p>
<p>&nbsp;</p>
<p><strong>Development Environment</strong></p>
<p>For this kind of stuff I used to use <a title="Processing website" href="http://processing.org/">Processing</a> + OpenGL, like in <a title="bb-write page" href="http://www.limiteazero.com/bb_write/index.html">bb-write</a>, and so the first tests have been developed with it.<br />
Adding complexity to the application, the performances start struggling. Usually it shouldn&#8217;t be a Processing&#8217;s issue, since it works just as kind of wrapper to OpenGL, but since in the past (link) I <a title="Processing forum thread" href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Suggestions;action=display;num=1141763531;start=0#0">noticed</a> a remarkable decrease of performances between the 92nd revision and the 107th, I can&#8217;t exclude it.<br />
A lower level alternative to create executable could be C++, which I used during the <a title="OpenFrameworks workshop page" href="http://195.178.229.129/electrolobby.org/index.php?n=Main.Workshops">OpenFrameworks workshop</a> I attended at Ars Electronica this year. If I want to stick with Linux though, I should set up an IDE to deploy in Linux and we know how odd is to switch IDE in C++. The compatibility issues that changing a compiler could generate are very painful.</p>
<p>&nbsp;</p>
<p><strong>Programming Language</strong></p>
<p>If I want to be able to switch easily from one OS to another I definitely need a higher level programming language. Two that don&#8217;t use any Virtual Machine, and so could be very tempting for their simplicity in setting up the PC, are <a title="Python website" href="http://www.python.org/">Python</a> and <a title="Ruby website" href="http://www.ruby-lang.org/">Ruby</a>. They are very modern languages comparing to C++ and Java, and their interpreter generates temporary the bytecode so the application can run natively on the machine.<br />
I have been totally shocked about the simplicity on creating a standalone application that use OpenGL with Ruby. In Python instead my attempt has been a bit of a nightmare, too many libraries dependencies and only one incompatibility can increase the pain considerably. It&#8217;s very difficult to say which is better between Python and Ruby, Python has so many libraries and Ruby is getting very popular recently only because of Rails, but the simplicity on deploying gave me a clear example about the quality of the architecture behind.</p>
<p>&nbsp;</p>
<p>So this long post was only to say that at the moment I&#8217;m investigating both on Linux and Ruby, two technologies that seem to have great future.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuthinking.com/blog/2006/11/14/future-development/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
