<?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>Ionut Scutaru's Weblog</title>
	<atom:link href="http://iscutaru.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iscutaru.wordpress.com</link>
	<description>Just another Java / Linux technology weblog</description>
	<lastBuildDate>Thu, 30 Jun 2011 07:19:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iscutaru.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ionut Scutaru's Weblog</title>
		<link>http://iscutaru.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iscutaru.wordpress.com/osd.xml" title="Ionut Scutaru&#039;s Weblog" />
	<atom:link rel='hub' href='http://iscutaru.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Dependency Injection in Android</title>
		<link>http://iscutaru.wordpress.com/2010/10/29/dependency-injection-in-android/</link>
		<comments>http://iscutaru.wordpress.com/2010/10/29/dependency-injection-in-android/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 18:41:52 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[roboguice]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/?p=43</guid>
		<description><![CDATA[I&#8217;m a big fan of the Android OS. I like its openness in the same way as I like the openness of Java. Besides, programming in Android has a flavor so close to Java that I cannot be other than sympathetic towards it. Since 2005 I got unit-test infected. Well, I feel I&#8217;m not infected [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=43&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of the Android OS. I like its openness in the same way as I like the openness of Java. Besides, programming in Android has a flavor so close to Java that I cannot be other than sympathetic towards it. </p>
<p>Since 2005 I got unit-test infected. Well, I feel I&#8217;m not infected <em>that bad</em> because I still tend to write the main functionality first. Then I write a test that covers that main functionality and (eventually) fix the errors shown by it. Then I just add test after test until I feel I covered all the functionality required.</p>
<p>Writing tests wouldn&#8217;t be so much fun if Spring was not around. Having those mocks automatically injected for me makes me be more productive when writing tests: I don&#8217;t have to worry to much about the initialization phase since it is taken care for me.</p>
<p>I was wondering these days if I can use DI and unit testing in Android applications as in my usual Java applications. Fortunately I found out that there are two 2 possibilities:</p>
<ol>
<li><a href="http://sourceforge.net/projects/springme/">SpringME</a></li>
<li><a href="http://code.google.com/p/google-guice/wiki/Guice20">Guice without AOP support</a></li>
</ol>
<p>Well.. I&#8217;m happy with all these alternatives but making a choice is not very easy. I would go for SpringME since I already have working experience with Spring. However, it is based on XML files configurations which is kind of old and sometimes cumbersome to work with. On the other hand Guice 2.0 supports annotations and it&#8217;s <em>family</em> to Android, so I expect it to be better maintained in the future. </p>
<p>Both these libraries can be found on Maven repositories, so I cannot differentiate here (I&#8217;m a big fan of Maven). However, there could be another reason to choose Guice. I found a possibly-useful library named <a href="http://code.google.com/p/roboguice/">Roboguice</a> that seems to be made especially for Android and it&#8217;s built on top of Guice itself. Plus it offers some help in terms of unit testing Android. However, it looks like it&#8217;s not maintained very often (at the moment of writing it showed <em>Medium</em> on the Activity) and its documentation is pretty scarce, so I cannot speculate if it can help me or not.</p>
<p>For the moment I&#8217;ll start with Guice no-AOP.. I&#8217;ll post again with my findings so come back if you are interested.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=43&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2010/10/29/dependency-injection-in-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring the AnyDATA ADU-510L modem on Mac OS X</title>
		<link>http://iscutaru.wordpress.com/2009/08/14/configuring-the-anydata-adu-510l-modem-on-mac-os-x/</link>
		<comments>http://iscutaru.wordpress.com/2009/08/14/configuring-the-anydata-adu-510l-modem-on-mac-os-x/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:20:50 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[adu-510L]]></category>
		<category><![CDATA[anydata]]></category>
		<category><![CDATA[ev-do]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[romtelecom]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/?p=19</guid>
		<description><![CDATA[Recently I subscribed to the new VDSL service from Romtelecom for 3 years and, as a bonus, I got the Clicknet Mobile service for free. Romtelecom uses (or at least this is what I got) as modem for this service the following modem model: ADU-510L from AnyDATA. The modem worked as a charm on Windows, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=19&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I subscribed to the new VDSL service from Romtelecom for 3 years and, as a bonus, I got the Clicknet Mobile service for free. Romtelecom uses (or at least this is what I got) as modem for this service the following modem model: ADU-510L from AnyDATA.</p>
<p>The modem worked as a charm on Windows, but on Mac OS X I had a few problems.. The modem was recognized just fine the first time when I inserted it into my computer, but then, the next times, it wasn&#8217;t. I was getting only screens such as:</p>
<p style="text-align:center;"><img class="size-full wp-image-20 aligncenter" title="Disk insertion" src="http://iscutaru.files.wordpress.com/2009/08/picture1.png?w=600" alt="Disk insertion"   /></p>
<p style="text-align:left;">It seems this problem is caused by the zeroconf feature of ADU-510L modem: once it&#8217;s installed, the configuration is removed from the USB device (at least this was the explanation that I found somewhere on the net). Hence, any later attempt to install it won&#8217;t work. (let me know if this is wrong so I can correct it)</p>
<p style="text-align:left;">Then I found a few posts on the internet on how to make this modem work on Linux. The most useful was <a title="this one" href="http://forum.softpedia.com/index.php?showtopic=538610&amp;st=18">this one</a>, in Romanian (thank you!)</p>
<p style="text-align:left;">So.. here are the steps I used to make everything work on my computer.. These steps might not work for you, so use them with caution !</p>
<ul>
<li>I installed libusb using macports:
<ul>
<li>sudo port install libusb</li>
</ul>
</li>
<li>I downloaded the <em>usb_modeswitch</em> from <a title="here" href="http://www.draisberghof.de/usb_modeswitch/">here</a> and I compiled it:
<ul>
<li>I edited the Makefile:
<ul>
<li>I added the following line at the beginning: <span style="color:#808000;"><em>CFLAGS = -I/local/include -I/opt/local/include -L/local/lib -L/opt/local/lib</em></span></li>
<li>I added the $(CFLAGS) in the $(PROG) line below: <em>$(CC) $(CCFLAGS) <span style="color:#808000;">$(CFLAGS)</span> -o $(PROG) $(OBJS)</em></li>
</ul>
</li>
<li>I un-commented the following lines in <em>usb_modeswitch.conf</em>:</li>
</ul>
<p style="padding-left:120px;"><em>DefaultVendor=  0x05c6</em></p>
<p style="padding-left:120px;"><em>DefaultProduct= 0&#215;1000</em></p>
<p style="padding-left:120px;"><em>TargetVendor=   0x16d5</em></p>
<p style="padding-left:120px;"><em>TargetProduct=  0&#215;6502</em></p>
<p style="padding-left:120px;"><em>MessageEndpoint=0&#215;08</em></p>
<p style="padding-left:120px;"><em>MessageContent=&#8221;5553424312345678000000000000061b000000020000000000000000000000&#8243;</em></p>
<ul>
<li>Then I run <em>make &amp;&amp; make install</em> to compile and install it.</li>
</ul>
</li>
<li>I inserted the modem into the computer (I still got the error dialog above).</li>
<li>I executed the following command (this step was inspired by <a title="this post" href="http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?p=204&amp;sid=12f1a1a978340b1e270eeb29d80965cc">this post</a>):
<ul>
<li><em>sudo kextunload -b com.apple.iokit.IOUSBMassStorageClass</em></li>
</ul>
</li>
<li>After this, I run the command <em>sudo usb_modeswitch</em> which, to my surprise, was successful.</li>
<li>Then I went System Preferences -&gt; Network. A dialog let me know that the modem was recognized..</li>
<li>From this moment on, I just followed the docs provided with the Mac drivers.</li>
</ul>
<p>Yippee ! Now I&#8217;m really mobile ! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=19&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2009/08/14/configuring-the-anydata-adu-510l-modem-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>

		<media:content url="http://iscutaru.files.wordpress.com/2009/08/picture1.png" medium="image">
			<media:title type="html">Disk insertion</media:title>
		</media:content>
	</item>
		<item>
		<title>fjar, cygwin and console2</title>
		<link>http://iscutaru.wordpress.com/2008/12/15/fjar-cygwin-and-console2/</link>
		<comments>http://iscutaru.wordpress.com/2008/12/15/fjar-cygwin-and-console2/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 11:08:01 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[console2]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[fjar.sh]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/?p=13</guid>
		<description><![CDATA[I didn&#8217;t write here for a long time &#8211; in part because I left my old job in ITC Networks and I had to get used to my new position in IBM but also because I had to finish my SCEA assignment. So now, since I&#8217;m a certified Sun Certified Enterprise Architect, I can start [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=13&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t write here for a long time &#8211; in part because I left my old job in ITC Networks and I had to get used to my new position in IBM but also because I had to finish my SCEA assignment. So now, since I&#8217;m a certified Sun Certified Enterprise Architect, I can start again to post here..</p>
<p>Due to my recent job change I&#8217;m forced to use Windows XP for a while (one year, I expect). I&#8217;m missing some of the tools from Linux and it&#8217;s stability. However, I started to find alternatives on Windows for most of the Linux tools I used.</p>
<p>One of the tools that helped me very much when developing Java applications on Linux was <a title="fjar.sh" href="http://www.cs.ubc.ca/~bsd/tools/fjar.html" target="_blank">fjar.sh</a>. This script will search for each occurrence of a Java class in a folder (searches the jars present in that folder). This is very useful when you know you need a class but you don&#8217;t know in which jar it is.</p>
<p>So I had to find a way to make this script work on windows as well (you&#8217;ll need to install <a title="Cygwin" href="http://www.cygwin.com/" target="_blank">Cygwin</a> and <a title="Console2" href="https://sourceforge.net/projects/console/" target="_blank">Console2</a> to follow the instructions in this post). Enough <em>talking</em> .. here is is:</p>
<p><strong>1) Console2 changes</strong></p>
<p>Create a tab in Console2 with <em>sh</em> as shell. Make sure you add a &#8220;<em>&#8211;login -i</em>&#8221; after it. This way the bash will read the configuration as if it comes from a login process. This will allow you to specify your environment variables in <em>Cygwin</em> only and not mess with the Windows ones.</p>
<p>For me, the shell command looks like this: <em>D:\cygwin\bin\sh.exe &#8211;login -i</em></p>
<p>The <em>-i</em> above makes the shell interactive (basically this helped me to stop the script once it found the file I need)</p>
<p><strong>2) Changes in Cygwin</strong></p>
<p>Create a sh script file in your Cygwin <em>etc/profile.d</em> folder to contain the following:</p>
<p><em>PATH=/cygdrive/d/cygwin/bin/:$PATH<br />
export PATH<br />
</em><br />
This will ensure that the version of find used by <em>fjar </em>utility is the one from <em>Cygwin</em>, not the one from Windows.</p>
<p><strong>3) Changes in fjar.sh script </strong></p>
<p>One more step now: modify the method <em>doSearch()</em> in <em>fjar.sh</em> utility as follows:</p>
<p>Change the line:<br />
<em>jar tf &#8220;$2&#8243; | grep $grepargs &#8220;$1&#8243; &gt;$tmpfile</em><br />
to:<br />
<em>jar tf `cygpath -m &#8220;$2&#8243;` | grep $grepargs &#8220;$1&#8243; &gt;$tmpfile</em></p>
<p>The change above will send a well-formed path to the jar utility.</p>
<p>Enjoy !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=13&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2008/12/15/fjar-cygwin-and-console2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>
	</item>
		<item>
		<title>fingerprint reader</title>
		<link>http://iscutaru.wordpress.com/2008/06/09/fingerprint-reader/</link>
		<comments>http://iscutaru.wordpress.com/2008/06/09/fingerprint-reader/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 20:14:37 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/?p=10</guid>
		<description><![CDATA[As always, on my birthday I try to buy myself something to make me ecstatic, enthusiastic. At the same time it has to be something that can help me in my daily work. Usually it&#8217;s a device which keeps me busy for a few days while I configure it and find out everything about it. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=10&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As always, on my birthday I try to buy myself something to make me ecstatic, enthusiastic. At the same time it has to be something that can help me in my daily work. Usually it&#8217;s a device which keeps me busy for a few days while I configure it and find out everything about it. I know, I know.. it&#8217;s a toy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So.. this year I decided to buy a fingerprint reader, hoping that it will help me not type my password all the time when I login. However, the only type of fingerprint reader I could find was one from Microsoft.  Fortunately there was no problem with the support on Linux (it seems the fingerprint reader is in fact re-branded from Digital Persona). Of course, before buying it I tried to find out if there is support for this type of fingerprint reader on Linux.</p>
<p>And there is support for it &#8211; <a title="Daniel Drake" href="http://www.reactivated.net/" target="_blank">Daniel Drake</a> did a wonderful job writing the <a href="http://www.reactivated.net/fprint/">driver</a> for it. However, the integration software for this kind of device is not very advanced. I hoped I would only touch the fingerprint reader and the system will let me in. Unfortunately this is not yet possible it seems, so I guess I&#8217;ll have to wait until the support is there.</p>
<p>For the moment though I configured it so when I type &#8220;su -&#8221; it gets activated and I get to login using my fingerprint. But I&#8217;m grateful even for this anyway. Hopefully the support will be better in the future..</p>
<p>PS: I read that this kind of devices is not very secure &#8211; one guy was able to fool the device with a <a title="false print" href="http://www.ccc.de/biometrie/fingerabdruck_kopieren.xml?language=en" target="_blank">false print</a>. So I will use the device only at home then .. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:center;"><a href="http://iscutaru.files.wordpress.com/2008/06/img_1735_11.jpg"><img class="size-thumbnail wp-image-12 aligncenter" style="vertical-align:baseline;" src="http://iscutaru.files.wordpress.com/2008/06/img_1735_11.jpg?w=128&#038;h=96" alt="" width="128" height="96" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iscutaru.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iscutaru.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=10&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2008/06/09/fingerprint-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>

		<media:content url="http://iscutaru.files.wordpress.com/2008/06/img_1735_11.jpg?w=128" medium="image" />
	</item>
		<item>
		<title>Extreme feedback</title>
		<link>http://iscutaru.wordpress.com/2008/04/12/extreme-feedback/</link>
		<comments>http://iscutaru.wordpress.com/2008/04/12/extreme-feedback/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 17:01:28 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lavalamp extreme feedback]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/?p=8</guid>
		<description><![CDATA[In May 2007 I participated in Santa Clara at an Agile training organized by Nortel. I heard then from Mishkin Berteig of other companies who are using extreme feedback for their continuous integration &#8211; a lava lamp that starts to bubble when the automated build fails. I thought at that time I should do something [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=8&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In May 2007 I participated in Santa Clara at an Agile training organized by Nortel. I heard then from <a href="http://www.berteigconsulting.com/archives/2005/01/about_mishkin_b.php">Mishkin Berteig</a> of other companies who are using extreme feedback for their continuous integration &#8211; a lava lamp that starts to bubble when the automated build fails. I thought at that time I should do something like that for my team, so I started to study&#8230;</p>
<p>In September 2007 I finally set up a lava lamp for the project I&#8217;m in.. I followed the <a href="http://www.instructables.com/id/USB-controlled-mini-lava-lamps/" target="_blank">instructions</a> on Instructables site and, except for some small problems, I was able to successfully finish this small agile project. The lamp is working fine now and everybody got accustomed with it; now, when we have a <em>Build failed</em> and the lamp goes on, everybody starts asking who broke it and it gets fixed in no time.</p>
<p>However, currently the lamp behaves like that: it is on when a build is failed and off when all builds passed. This doesn&#8217;t say much of the current status of the build (maybe somebody fixed it and it is currently building).</p>
<p>The solution I&#8217;m thinking about is to create a circuit containing about 15 leds &#8211; 5 leds for each of the following colors: red, yellow and green &#8211; and insert them in a white-transparent globe.</p>
<p>The lava lamp would not be a lava lamp anymore, I know.. but it is still an extreme form of feedback. The behavior would change to this one:</p>
<ul>
<li> Red when one of the builds is failed (and the continuum integration engine doesn&#8217;t run for this specific build)</li>
<li>Yellow if the build was broken previously  but currently there is another build running (so somebody took care of the failed build)</li>
<li>Green if all builds passed.</li>
</ul>
<p>Unfortunately I don&#8217;t have much time left to finish the project. I would like it to look like this one <a href="http://weblogs.java.net/blog/kohsuke/archive/2006/11/diyorb_my_own_e.html">here.</a></p>
<div style="text-align:center;"><a title="img_37690001.jpg" href="http://iscutaru.files.wordpress.com/2008/04/img_37690001.jpg"><img src="http://iscutaru.files.wordpress.com/2008/04/img_37690001.thumbnail.jpg?w=600" alt="img_37690001.jpg" /></a></div>
<p>I&#8217;ll post again when I&#8217;ll finish the project (although I&#8217;m not sure when this will happen cause I&#8217;m preparing for the second SCEA exam ..).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iscutaru.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iscutaru.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=8&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2008/04/12/extreme-feedback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>

		<media:content url="http://iscutaru.files.wordpress.com/2008/04/img_37690001.thumbnail.jpg" medium="image">
			<media:title type="html">img_37690001.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Annoying default keyring password dialog when starting Evolution</title>
		<link>http://iscutaru.wordpress.com/2008/04/03/annoying-default-keyring-password-dialog-when-starting-evolution/</link>
		<comments>http://iscutaru.wordpress.com/2008/04/03/annoying-default-keyring-password-dialog-when-starting-evolution/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 16:35:52 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/2008/04/03/annoying-default-keyring-password-dialog-when-starting-evolution/</guid>
		<description><![CDATA[When I&#8217;m starting Evolution on my recently installed Fedora 8 OS, I&#8217;m being asked for a default keyring password. I ignored it for quite a while, but I&#8217;m fed up now ! I started to look on forums for a solution and I found one here: http://forums.fedoraforum.org/forum/showthread.php?t=172827 This solved my problem so no more annoying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=7&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m starting Evolution on my recently installed Fedora 8 OS, I&#8217;m being asked for a default keyring password. I ignored it for quite a while, but I&#8217;m fed up now !
<p align="left">I started to look on forums for a solution and I found one here:</p>
<p align="left"><a href="http://forums.fedoraforum.org/forum/showthread.php?t=172827" title="http://forums.fedoraforum.org/forum/showthread.php?t=172827">http://forums.fedoraforum.org/forum/showthread.php?t=172827</a></p>
<p align="left">This solved my problem so no more annoying dialogs for me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iscutaru.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iscutaru.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=7&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2008/04/03/annoying-default-keyring-password-dialog-when-starting-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting a bookmark in PDF documents</title>
		<link>http://iscutaru.wordpress.com/2008/03/26/setting-a-bookmark-in-pdf-documents/</link>
		<comments>http://iscutaru.wordpress.com/2008/03/26/setting-a-bookmark-in-pdf-documents/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 11:41:36 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[acrobat]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/2008/03/26/setting-a-bookmark-in-pdf-documents/</guid>
		<description><![CDATA[Since I start reading ebooks I was looking for a possibility to set a bookmark in my books. Is seems to me that this basic functionality should not miss, especially from such an application whose main purpose is to let users read electronic books. Recently my patience got to a limit and I started looking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=4&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since I start reading ebooks I was looking for a possibility to set a bookmark in my books. Is seems to me that this basic functionality should not miss, especially from such an application whose main purpose is to let users read electronic books.</p>
<p align="left">Recently my patience got to a limit and I started looking on the Internet if somebody has any solution for this problem. I found a &#8220;patch&#8221; for the bookmark problem at this page:</p>
<p align="left"><a href="http://www.aldenta.com/2006/09/15/plugin-bookmark-a-page-in-your-pdf/">http://www.aldenta.com/2006/09/15/plugin-bookmark-a-page-in-your-pdf/ </a></p>
<p align="left">You just copy the javascript file found on the site in a specific folder on your computer and you&#8217;ll be able to find the functionality in your Adobe Acrobat !</p>
<p align="left">&nbsp;</p>
<p align="center"><img src="http://iscutaru.files.wordpress.com/2008/03/acrobatbookmark.jpg?w=300&#038;h=190" alt="Bookmark in Acrobat Reader" border="1" height="190" width="300" /></p>
<p align="left">Although the author mentions that he tested it only on Windows and Mac, I successfully installed it on Linux as well.</p>
<div class="bookmark,pdf,documents,acrobat,reader">
<p style="font-size:10px;text-align:right;">Technorati: <a href="http://www.technorati.com/tag/bookmark" rel="tag">bookmark</a> <a href="http://www.technorati.com/tag/pdf" rel="tag">pdf</a> <a href="http://www.technorati.com/tag/documents" rel="tag">documents</a> <a href="http://www.technorati.com/tag/acrobat" rel="tag">acrobat</a> <a href="http://www.technorati.com/tag/reader" rel="tag">reader</a></p>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iscutaru.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iscutaru.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=4&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2008/03/26/setting-a-bookmark-in-pdf-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>

		<media:content url="http://iscutaru.files.wordpress.com/2008/03/acrobatbookmark.jpg" medium="image">
			<media:title type="html">Bookmark in Acrobat Reader</media:title>
		</media:content>
	</item>
		<item>
		<title>First post here</title>
		<link>http://iscutaru.wordpress.com/2008/03/26/first-post-here/</link>
		<comments>http://iscutaru.wordpress.com/2008/03/26/first-post-here/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 10:30:40 +0000</pubDate>
		<dc:creator>iscutaru</dc:creator>
				<category><![CDATA[bleezer]]></category>
		<category><![CDATA[blogger]]></category>

		<guid isPermaLink="false">http://iscutaru.wordpress.com/2008/03/26/test/</guid>
		<description><![CDATA[This is my first post on my blog on WordPress. Hooray ! I&#8217;m using Bleezer to upload my entries &#8211; I usually write my blogs offline and then publish them. I don&#8217;t know why, but it seems safer this way.. I used to have another blog on Blogger.com, but when I started to use Bleezer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=3&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my first post on my blog on WordPress. Hooray !</p>
<p align="left">I&#8217;m using Bleezer to upload my entries &#8211; I usually write my blogs offline and then publish them. I don&#8217;t know why, but it seems safer this way..</p>
<p align="left">I used to have another blog on Blogger.com, but when I started to use Bleezer I found out it cannot upload photos on the Blogger. It has this feature only for WordPress. Since I had only one post on my other blog, I&#8217;ll move it here, to wordpress.</p>
<p align="left">Ok, see you soon !</p>
<p align="left">&nbsp;</p>
<div class="bleezer-powered">
<p style="font-size:10px;text-align:right;"><i>Powered by <a href="http://www.bleezer.com">Bleezer</a></i></p>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/iscutaru.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/iscutaru.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iscutaru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iscutaru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iscutaru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iscutaru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iscutaru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iscutaru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iscutaru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iscutaru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iscutaru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iscutaru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iscutaru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iscutaru.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iscutaru.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iscutaru.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iscutaru.wordpress.com&amp;blog=3280686&amp;post=3&amp;subd=iscutaru&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iscutaru.wordpress.com/2008/03/26/first-post-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea4eda34897827280c4644e8a9dc0153?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iscutaru</media:title>
		</media:content>
	</item>
	</channel>
</rss>
