<?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>SpaziDigitali</title>
	<atom:link href="http://spazidigitali.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://spazidigitali.com</link>
	<description>Luca Mearelli's Blog</description>
	<lastBuildDate>Sun, 06 Sep 2009 12:15:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>links for 2009-08-01</title>
		<link>http://spazidigitali.com/2009/08/01/links-for-2009-08-01/</link>
		<comments>http://spazidigitali.com/2009/08/01/links-for-2009-08-01/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 17:04:17 +0000</pubDate>
		<dc:creator>fd</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/2009/08/01/links-for-2009-08-01/</guid>
		<description><![CDATA[

Basejumper &#8211; Yet Another Starter Application &#124; McKinney Station
(tags: rails ruby templates)


]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a>Basejumper &#8211; Yet Another Starter Application | McKinney Station</a></div>
<div>(tags: <a>rails</a> <a>ruby</a> <a>templates</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/08/01/links-for-2009-08-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Termtter</title>
		<link>http://spazidigitali.com/2009/03/25/termtter/</link>
		<comments>http://spazidigitali.com/2009/03/25/termtter/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 09:10:21 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=157</guid>
		<description><![CDATA[Yesterday i discovered termtter (thanks to a twit from antirez). From the author&#8217;s description:
Termtter is a twitter client software working on terminal emulators, which is very easy to extend functions
Here is a view of its interface:

Updating your status is as simple as writing u my new status at the program prompt and installing it is [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday i discovered <a href="http://github.com/jugyo/termtter">termtter</a> (thanks to a twit from <a href="http://twitter.com/antirez">antirez</a>). From the author&#8217;s description:</p>
<blockquote><p>Termtter is a twitter client software working on terminal emulators, which is very easy to extend functions</p></blockquote>
<p>Here is a view of its interface:</p>
<p style="text-align: center;"><a href="http://spazidigitali.com/wp-content/uploads/2009/03/termtter1.png"><img class="size-full wp-image-159 aligncenter" title="termtter" src="http://spazidigitali.com/wp-content/uploads/2009/03/termtter1.png" alt="" width="400" height="338" /></a></p>
<p>Updating your status is as simple as writing <code>u my new status</code> at the program prompt and installing it is just a matter of doing a</p>
<pre>sudo gem install termtter</pre>
<p>at the terminal.</p>
<p>Termtter will ask you for your twitter username and password the first time it&#8217;s run, and it will write them to the <code>~/.termtter/config</code> file. It would be a lot better if it used OAuth but being opensource it should be easy to add (albeit being a bit of a challenge being a terminal, client application).</p>
<p>The config file is also the place where you can setup and enable various plugins and extensions, e.g. :</p>
<blockquote><p>You can post the 100th fibonacci number to twitter by (1) uncomment the line &#8220;plugin &#8216;fib&#8217;&#8221; and reboot termtter and (2) type &#8220;fib 100&#8243; on the termtter. http://twitter.com/ujm/status/1330652098 <small>from the readme</small></p></blockquote>
<p>I think that &#8220;<em>very easy to extend</em>&#8221; is an <em>understatement</em> from a rubyist point of view. Writing a plugin is just a matter of creating a ruby file in the <code>~/.termtter/plugins</code> directory. A plugin can contain new command definitions, status view filters and hooks to take actions on different events (e.g. before or after posting an update). There are a lot of examples in there and here is one i wrote:</p>
<p><script src="http://gist.github.com/85369.js"></script></p>
<p>It adds a retwit command (with shortcut RT) which just retwits the given update (takes a single argument, the twit ID to be retwitted).</p>
<p>As you can see it&#8217;s really easy to personalize Termtter to fit one&#8217;s own usage of Twitter and to experiment with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/03/25/termtter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Invisible Applications</title>
		<link>http://spazidigitali.com/2009/03/24/invisible-applications/</link>
		<comments>http://spazidigitali.com/2009/03/24/invisible-applications/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 15:56:42 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[adaptive interfaces]]></category>
		<category><![CDATA[invisible applications]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=154</guid>
		<description><![CDATA[As developers we fight with the desire to build useful new services and applications which can attract many users while at the same time reducing the friction that makes it difficult for our average user to try and keep using our creations.
I started observing how people usually hate learning and using too many different tools [...]]]></description>
			<content:encoded><![CDATA[<p>As developers we fight with the desire to build useful new services and applications which can attract many users while at the same time reducing the friction that makes it difficult for our average user to try and keep using our creations.</p>
<p>I started observing how people usually hate learning and using too many different tools (except possibly for us geeks), this happens because we have limited resources and look for the maximum utility (this happens most at the cross of the business and consumer markets).</p>
<p>Uncertainty also plays a role in forming our decisions as users, where the perceived value of a new application is decreased by the lack of knowledge about how well it can fit the problems that we need to solve.</p>
<p>This has a few consequences: resistance in adopting new tools since it takes a too big effort to learn and <a href="http://www.bricklin.com/tailwagsdog.htm">preference for generic tools</a> since they are perceived as more flexible and adaptable to our needs.</p>
<p>To overcome this we may reduce the visible part of the application to a level where the user stops noticing while making sure the user can easily reach the value we add. In the end it will all be about finding a way to give increasing returns for the same effort.</p>
<p>One way to follow this path is leveraging the tools that people are already using, integrating into or with them thus giving new ways to use those “old” and generic applications to do new things. Our invisible application will integrate within the flow of information that the user is receiving, it will remove modality from the interactions and augment the context around the documents and data that the users already handle to enrich the interaction with the same old services. Also, an important role will be played by allowing deep adaptation of the interface, whether automatically or via manual customization by the user (for the italian readers, look also at <a href="http://www.slideshare.net/lucamascaro/strutture-e-interfacce-adattative">this presentation</a> by Luca Mascaro).</p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/03/24/invisible-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring</title>
		<link>http://spazidigitali.com/2009/03/21/spring/</link>
		<comments>http://spazidigitali.com/2009/03/21/spring/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 06:59:04 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=151</guid>
		<description><![CDATA[
This is the view out of my window now&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://spazidigitali.com/wp-content/uploads/2009/03/dsc_00235.jpg"><img class="alignnone size-full wp-image-150" title="march snow" src="http://spazidigitali.com/wp-content/uploads/2009/03/dsc_00235.jpg" alt="" width="460" height="282" /></a><br />
<small>This is the view out of my window now&#8230;</small></p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/03/21/spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels 4.0 is fast</title>
		<link>http://spazidigitali.com/2009/03/19/parallels-40-is-fast/</link>
		<comments>http://spazidigitali.com/2009/03/19/parallels-40-is-fast/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:37:01 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[parallels]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=148</guid>
		<description><![CDATA[Just when I was losing to the idea of configuring my macbook for dual boot (or even getting a new machine) to be able to use Windows XP with more ease.
I am using Parallels to be able to do testing of the apps I&#8217;m writing on IE (one site I&#8217;m working on has more than [...]]]></description>
			<content:encoded><![CDATA[<p>Just when I was losing to the idea of configuring my macbook for dual boot (or even getting a new machine) to be able to use Windows XP with more ease.</p>
<p>I am using Parallels to be able to do testing of the apps I&#8217;m writing on IE (one site I&#8217;m working on has more than 1/3rd of users still IE6&#8230;) and to be able to recompile and package an old J2EE application using a proprietary framework and builder that works only on Windows :-(</p>
<p>Until upgrading to Parallels 4.0 (which I did yesterday), generating the EAR for said application was taking more than 25 minutes, now it&#8217;s just down to less than 5 minutes! The big improvement seem to be in the (shared) filesystem access but also everything else seems snappier and the VM feels lighter on the system.</p>
<p>Overall a highly recommended upgrade to anyone using the product.</p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/03/19/parallels-40-is-fast/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Controlling an EC2 instance with python</title>
		<link>http://spazidigitali.com/2009/03/17/controlling-an-ec2-instance-with-python/</link>
		<comments>http://spazidigitali.com/2009/03/17/controlling-an-ec2-instance-with-python/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:24:32 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[boto]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=140</guid>
		<description><![CDATA[One of the selling points of EC2 is that it enables elastic provisioning of computing infrastructure; this allows following novel usage patterns where a server is used only for the time required to do some work.
The key to reach this flexibility is the API that gives developers the ability to startup a server, configure it, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the selling points of EC2 is that it enables elastic provisioning of computing infrastructure; this allows following novel usage patterns where a server is used only for the time required to do some work.</p>
<p>The key to reach this flexibility is the API that gives developers the ability to startup a server, configure it, use it and shut it down. There are libraries for many programming languages but I like the way the boto python library makes it really simple do these things (and a lot more).</p>
<p>Here I&#8217;ll show how to use <a href="http://code.google.com/p/boto/">boto</a> to start a server instance then how to send a file to the instance and execute a command on the remote server, and finally I&#8217;ll show how to terminate the instance.<br />
<span id="more-140"></span><br />
To use the boto library you&#8217;ll need to install it locally (on your computer) and to use the EC2 api you&#8217;ll need to import them:</p>
<pre class="brush: python;">
from boto.ec2.connection import EC2Connection
</pre>
<p>As with  other AWS services you&#8217;ll need to pass the access key and the secret access key to the library (in this case when creating a connection). You can get the keys from the Amazon Web Services &#8220;Access Identifiers&#8221; page. It&#8217;s possible to just set two environment variables holding the keys or you can pass them in to the method calls, I&#8217;ll assume for this example that the keys are written inside the script and passed to the methods:</p>
<pre class="brush: python;">
AWS_ACCESS_KEY_ID = 'yourkey'
AWS_SECRET_ACCESS_KEY = 'yoursecret'

conn = EC2Connection(AWS_ACCESS_KEY_ID,
AWS_SECRET_ACCESS_KEY)
</pre>
<p>First step is to make the connection, Once the connection is created we can use the run_instance to start an instance of an EC2 server image. You can think of a server image as a pre-built virtual server that&#8217;s idle waiting to be run. There are public images we can choose from (I&#8217;ll use the base Linux Fedora for this example), but any user can customize a running instance and build a private image from that ready to be used.</p>
<pre class="brush: python;">
reservation = conn.run_instances('ami-5647a33f',
                               instance_type='m1.small',
                               key_name='mykey')

instance = reservation.instances[0]

while not instance.update() == 'running':
  time.sleep(5)
</pre>
<p>the run_instances can take various parameters but only the image is required. Here I&#8217;m passing in also the instance type (in this case the &#8220;Small&#8221; instance type) and a key to use. The key to be used should have been previously generated and/or uploaded to EC2 (e.g. using the AWS Management Console).</p>
<p>The run_instances methods returns a reservation object representing the instance(s) startup request. This also holds the list of instances that are going to be started (we may launch more than one instance in a single run_instances call), in this case (since we are launching just one) we take the first one.</p>
<p>Each instance object has an attribute status which returns its current status, to check for the current status we need to call the update method (which itself returns the current status). When the instance is running it is given a public IP and a public dns name, which we may use to connect.</p>
<p>EC2 has a very flexible shared firewall whose rules and permissions may be manipulated via the API, for instance to enable or disable  connecting via SSH. Different security groups may be defined, to partition our instances into different logical sets e.g. web servers versus backend databases, and each group can be assigned different permissions. All the instances are assigned the &#8216;default&#8217; security group if not otherwise specified.</p>
<p>With a call to the authorize_security_group method we can allow a specific connection for a given group. E.g. with the following call we  allow SSH to any instance in the default group from the specified IP.</p>
<pre class="brush: python;">
conn.authorize_security_group('default',
                ip_protocol='tcp',
                from_port='22',
                to_port='22',
                cidr_ip='%s/32' % our_ip)
</pre>
<p>with the following call we can revoke the SSH permission</p>
<pre class="brush: python;">
conn.revoke_security_group('default',
                ip_protocol='tcp',
                from_port='22',
                to_port='22',
                cidr_ip='%s/32' % our_ip)
</pre>
<p>Once the instance is running and the permissions are setup to allow connecting via ssh, we can connect to it and to run a script on the instance we may simply scp the script and then connect via ssh to run it.</p>
<p>When we are done with the work we can stop use the stop method of the instance object to shut it down:</p>
<pre class="brush: python;">
instance.stop()
</pre>
<p>For a simple, yet complete example here is a script that can be used to run the benchmarks for the <a href="http://code.google.com/p/redis/">redis key-value store</a> on EC2. In the archive, together with the python script there is a shell script which is copied to the server which downloads the redis code, compiles it and runs the benchmarks:</p>
<p><a href="http://spazidigitali.com/wp-content/uploads/2009/03/redis-bench-ec2.zip">redis-bench-ec2.zip</a></p>
<p>That&#8217;s all!</p>
<p><a href="http://spazidigitali.com/wp-content/uploads/2009/03/redis-bench-ec2.zip"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/03/17/controlling-an-ec2-instance-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just installed the SyntaxHighlighter (plus) plugin</title>
		<link>http://spazidigitali.com/2009/03/16/just-installed-the-syntaxhighlighter-plus-plugin/</link>
		<comments>http://spazidigitali.com/2009/03/16/just-installed-the-syntaxhighlighter-plus-plugin/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 18:11:04 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SyntaxHighlighter]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=138</guid>
		<description><![CDATA[Just a test of the SyntaxHighlighter plugin

from datetime import datetime


echo $PATH

]]></description>
			<content:encoded><![CDATA[<p>Just a test of the <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/">SyntaxHighlighter plugin</a></p>
<p><code>
<pre class="brush: python;">from datetime import datetime</pre>
<p></code></p>
<p><code>
<pre class="brush: bash;">echo $PATH</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/03/16/just-installed-the-syntaxhighlighter-plus-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Towards a shared OpenID experience</title>
		<link>http://spazidigitali.com/2009/02/11/towards-a-shared-openid-experience/</link>
		<comments>http://spazidigitali.com/2009/02/11/towards-a-shared-openid-experience/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 08:55:20 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Openweb]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=133</guid>
		<description><![CDATA[Yesterday&#8217;s  OpenID User Experience Summit (hosted by Facebook) has got together a lot of people interested in building a better user experience for OpenID.
If the process succeeds we&#8217;ll be able to have a
world where it won’t matter if you’re on Facebook, MySpace or Microsoft Live &#8211; where Yahoo’s content is read by Friendfeed, and [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday&#8217;s  OpenID User Experience Summit (hosted by Facebook) has got together a lot of people interested in building a better user experience for OpenID.</p>
<p>If the process succeeds we&#8217;ll be able to have a</p>
<blockquote><p><a href="http://blog.broadbandmechanics.com/2009/02/getting-it-right">world where it won’t matter if you’re on Facebook, MySpace or Microsoft Live &#8211; where Yahoo’s content is read by Friendfeed, and your MySpace music preferences are matched with friends in Facebook so that you all can coordinate events on Eventful that you heard about on someone’s TypePad blog and was Twittered about on Seesmic and later indexed and searched by Google</a>.</p></blockquote>
<p>I&#8217;ve been able to follow just a bit of the initial presentations on the UStream but Plaxo&#8217;s <a href="http://therealmccrea.com/2009/02/10/live-blogging-the-openid-design-summit/">John McCrea has a detailed live blogging post</a>, moreover <a href="http://www.slideshare.net/event/openid-design-summit-redux/slideshows">all the presentations are online at slideshare</a> (plus here are the UStream <a href="http://www.ustream.tv/recorded/1141828">recorded</a> <a href="http://www.ustream.tv/recorded/1142085">sessions</a>)</p>
<p>The first thing I find interesting are the results of the Plaxo/Google hybrid OpenID/OAuth experiment. The stunning <a href="http://www.readwriteweb.com/archives/comcast_property_sees_92_success_rate_openid.php">92% rate of click through success</a> shows that the open protocols can be made more effective by implementing a better user experience. Moreover it shows that the users, if given a good enough experience, will not fear to follow a path that&#8217;s different from the antipattern they have been (mis)educated to use.</p>
<p>The Plaxo/Google process is awesome if you think about the amount of interaction that is taking place within those two clicks</p>
<div style="margin-left:10px;">
<ul>
<li>the user is signs up for a new service</li>
<li>the service is veryfies his email address</li>
<li>the user is grants (scoped) access to the service to a set of his own data</li>
<li>the service accesses that data thus importing it and pre-populating the new account</li>
</ul>
</div>
<p>It&#8217;s a win-win as this shows how something may be made at the same time</p>
<div style="margin-left:10px;">
<ul>
<li>safer and more useful for the user (who should not give away his password or let absolute access to his account) and</li>
<li>more effective for the service providers (more reliable user data collection, possibly more user signups)</li>
</ul>
</div>
<p>On the downside of this approach is that it will not be easy to scale this beyond the single provider. I hope it doesn&#8217;t ends up in a proliferation of single-provider buttons (for somthing that may be implemented with the same undelying technology).</p>
<p>This is a treat without cooperation among the interested parties but looking at the meeting and how the big-cos and many of the smaller players are talking to each other there is hope that it will happen for real.</p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/02/11/towards-a-shared-openid-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I don&#8217;t want to hold your identity</title>
		<link>http://spazidigitali.com/2009/02/06/i-dont-want-to-hold-your-identity/</link>
		<comments>http://spazidigitali.com/2009/02/06/i-dont-want-to-hold-your-identity/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:36:58 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Openweb]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=131</guid>
		<description><![CDATA[So&#8230; news of the day (yesterday actually) is that Facebook is getting on board in the OpenID foundation (this is following the annoucement a while back about Paypal doing the same).
Commenters are beginning to recognize that OpenID is actually gaining more momentum than most would have tought and the adoption that many big online services [...]]]></description>
			<content:encoded><![CDATA[<p>So&#8230; news of the day (yesterday actually) is that <a href="http://www.techmeme.com/090205/p108#a090205p108">Facebook is getting on board in the OpenID</a> foundation (this is following the annoucement a while back about Paypal doing the same).<br />
Commenters are beginning to recognize that OpenID is actually gaining more momentum than most would have tought and the adoption that many big online services are showing is helping to build a larger mindshare also among the less geeky users.</p>
<p>One critique that I hear a lot is that the way the bigger players are approaching OpenID, basically turning every one of their accounts into an OpenID for their users is not really helping the open web since <a href="http://news.ycombinator.com/item?id=469130">it&#8217;s like every site giving out an email address everybody can send to but just accepting email from their own email addresses</a>. This is true, but here lies also a <em>great opportunity for the smaller players</em>. If you are a startup you should be happy, as what&#8217;s happening may mean that you can have a lot more potential users with an easier path to try out your service (<em>got a google account? no need to signup!</em>).<br />
Ideally one&#8217;s identity online should not be tied to a specific service, but more likely each user will have one main service which represents his own main &#8220;self&#8221; online. That will be the main service they use online, the one they are spending more time on. It may be a Google account or a Facebook one or a Myspace identity or their wordpress.com hosted blog, but we can be almost sure that it will not be your shiny new little service.</p>
<p>It&#8217;s a great thing that now most of these &#8220;main&#8221; identities have become portable (thanks to OpenID and Facebook Connect) that is usable elsewhere, just being able to tap into the great number of people that will already have one of the hub-provided identities</p>
<p>You should start right now to plan and execute to adopt OpenID as a consumer, adding also Facebook Connect in the mix as long as they are separate (hopefully they&#8217;ll be interoperable in the future).</p>
<p>I don&#8217;t want provide a new identity just to be able to tell who you are, thus I, for sure, will try to do this with the services I&#8217;m working on.</p>
<p>P.S. I specially like this quote from <a href="http://factoryjoe.com/blog/2009/02/04/welcoming-facebook-to-the-openid-foundation/">Chris Messina</a> I read on the <a href="http://www.readwriteweb.com/archives/why_facebook_openid_good.php">ReadWriteWeb</a>:</p>
<blockquote><p>user authentication is like a credit card. You don&#8217;t go to a restaurant because they accept credit cards, you go because they have good food. To take that analogy a step further, it is good that every restaurant lets you pay for your food with any of the major credit card vendors</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/02/06/i-dont-want-to-hold-your-identity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cobol Cloud</title>
		<link>http://spazidigitali.com/2009/01/16/cobol-cloud/</link>
		<comments>http://spazidigitali.com/2009/01/16/cobol-cloud/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 20:07:18 +0000</pubDate>
		<dc:creator>lm</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[ERP]]></category>

		<guid isPermaLink="false">http://spazidigitali.com/?p=129</guid>
		<description><![CDATA[Cloudification of IT services will be a growing trend in the coming months, one (big) step forward in this process is the announce today that Microfocus has released a virtualized mainframe environment which will let enterprises run CICS and IMS code in the cloud
The real breakthrough is that this will enable a whole sector within [...]]]></description>
			<content:encoded><![CDATA[<p><em>Cloudification </em>of IT services will be a growing trend in the coming months, one (big) step forward in this process is the announce today that <a href="http://aws.typepad.com/aws/2009/01/mainframes-in-the-cloud.html">Microfocus has released</a> a virtualized mainframe environment which will let enterprises run CICS and IMS code in the cloud</p>
<p>The real breakthrough is that this will enable a whole sector within our industry to transition to a modern architecture. There are a lot of ISVs which have invested heavily and have a great knowhow in mainframe technologies and those were facing tough times with clients lending towards web services and cloud systems to renew their IT (this is specially true for many small italian software houses working on ERP systems).</p>
<p>With this offering those ISVs will be able to transition current clients to cloud systems and perhaps they will be able to re-engineer and modernize their software one piece at a time as hopefully the Microfocus service will enable new ways to integrate mainframe software and internet services.</p>
]]></content:encoded>
			<wfw:commentRss>http://spazidigitali.com/2009/01/16/cobol-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
