<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Zio Ivan</title>
    <link>https://ivandemarino.me/posts/</link>
    <description>Recent content in Posts on Zio Ivan</description>
    <generator>Hugo -- 0.157.0</generator>
    <language>en</language>
    <managingEditor>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</managingEditor>
    <webMaster>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</webMaster>
    <copyright>2004-2026 Ivan De Marino. Licensed under CC BY 4.0</copyright>
    <lastBuildDate>Sat, 07 Mar 2026 20:28:00 +0000</lastBuildDate>
    <atom:link href="https://ivandemarino.me/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Digging-up Secrets? You need Spelunk!</title>
      <link>https://ivandemarino.me/posts/you-need-spelunk/</link>
      <pubDate>Sat, 07 Mar 2026 20:28:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/you-need-spelunk/</guid>
      <description>&lt;p&gt;If your Team, Organization or Company is serious about where to keep credentials used by services (or to interact with them), they are likely in &lt;a href=&#34;https://kubernetes.io/docs/concepts/configuration/secret/&#34;&gt;Kubernetes Secrets&lt;/a&gt;, &lt;a href=&#34;https://developer.hashicorp.com/vault/docs/secrets/kv&#34;&gt;Hashicorp Vault&lt;/a&gt;, &lt;a href=&#34;https://cloud.google.com/security/products/secret-manager&#34;&gt;one&lt;/a&gt; &lt;a href=&#34;https://aws.amazon.com/secrets-manager/&#34;&gt;of the various&lt;/a&gt; &lt;a href=&#34;https://azure.microsoft.com/en-us/products/key-vault&#34;&gt;cloud-based&lt;/a&gt; Secrets Managers, &lt;a href=&#34;https://developer.1password.com/&#34;&gt;1Password&lt;/a&gt;, etc. Then, when running locally, they might be in your Environment Variables, in a &lt;code&gt;.env&lt;/code&gt;, in a file or just in plaintext in a script (naughty!).&lt;/p&gt;
&lt;p&gt;This might lead to services and tools written to deal with those different “secret provision scenarios”. Or tricky/brittle local setups.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kafkesc Updates: Docker, __consumer_offsets, byte parsing and Rust</title>
      <link>https://ivandemarino.me/posts/kafkesc-updates/</link>
      <pubDate>Sun, 19 Mar 2023 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/kafkesc-updates/</guid>
      <description>&lt;p&gt;While I haven&amp;rsquo;t taken the time to blog since the &lt;a href=&#34;https://ivandemarino.me/2022/12/announcing-ksunami&#34;&gt;Ksunami announcement&lt;/a&gt;,
I have been ploughing away at various projects inside the &lt;a href=&#34;https://github.com/kafkesc&#34;&gt;Kafkesc&lt;/a&gt; organization,
and also continuing the side-objective of growing my &lt;a href=&#34;https://www.rust-lang.org/&#34;&gt;Rust&lt;/a&gt; skills.&lt;/p&gt;
&lt;p&gt;So, here is a recap of a few things I have released since. And also,
how is it leading to a substantial growth in my &lt;a href=&#34;https://www.rust-lang.org/&#34;&gt;Rust&lt;/a&gt; knowledge.&lt;/p&gt;
&lt;h2 id=&#34;ksunami-gets-an-official-docker-image&#34;&gt;Ksunami gets an official Docker image&lt;/h2&gt;
&lt;p&gt;In an attempt to make adoption easier, I setup &lt;a href=&#34;https://github.com/kafkesc/ksunami-docker&#34;&gt;ksunami-docker&lt;/a&gt; so that running
&lt;code&gt;ksunami&lt;/code&gt; can be ever easier; in Docker, Kubernetes or wherever you
need. For example:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Announcing Ksunami v0.1.x</title>
      <link>https://ivandemarino.me/posts/announcing-ksunami/</link>
      <pubDate>Wed, 14 Dec 2022 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/announcing-ksunami/</guid>
      <description>&lt;p&gt;October this year, while I was in the process of
&lt;a href=&#34;https://www.linkedin.com/feed/update/urn:li:activity:6995482562605236224/&#34;&gt;changing job&lt;/a&gt;,
I started working on an open source project to monitor Kafka &lt;em&gt;consumer lag&lt;/em&gt;.
At &lt;a href=&#34;https://newrelic.com&#34;&gt;New Relic&lt;/a&gt;, a previous gig, we used &lt;strong&gt;a lot of Kafka&lt;/strong&gt;,
and we cared equally about monitoring its usage: there are some
&lt;a href=&#34;https://newrelic.com/blog/best-practices/new-relic-kafkapocalypse&#34;&gt;great articles&lt;/a&gt;
on New Relic own blogs, &lt;a href=&#34;https://newrelic.com/blog/search?s=kafka&#34;&gt;published over the years&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the process, I realised that I needed a way to spin up a Kafka cluster for
development, &lt;em&gt;and&lt;/em&gt; I needed a producer of Kafka records, that was able to behave
in accordance to specific scenarios.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TFZK - A Terraform Provider for Apache ZooKeeper</title>
      <link>https://ivandemarino.me/posts/tfzk/</link>
      <pubDate>Fri, 02 Dec 2022 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tfzk/</guid>
      <description>&lt;h2 id=&#34;gimme-the-tldr&#34;&gt;Gimme the TL;DR&lt;/h2&gt;
&lt;p&gt;A new Terraform provider is available, designed to interact with ZooKeeper ZNodes:
&lt;a href=&#34;https://registry.terraform.io/providers/tfzk/zookeeper/latest&#34;&gt;TFZK&lt;/a&gt;.
The latest stable version is &lt;code&gt;v1.0.3&lt;/code&gt;, and you should give it a go.&lt;/p&gt;
&lt;p&gt;Ah! And &lt;a href=&#34;https://registry.terraform.io/providers/tfzk/zookeeper/latest/docs&#34;&gt;here is the doc&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;ok-i-got-more-time---go-ahead&#34;&gt;OK, I got more time - go ahead!&lt;/h2&gt;
&lt;p&gt;Earlier this year I decided to scratch a long-standing itch: build a
&lt;a href=&#34;https://developer.hashicorp.com/terraform/language/providers&#34;&gt;Terraform Provider&lt;/a&gt;
for &lt;a href=&#34;https://zookeeper.apache.org/&#34;&gt;Apache ZooKeeper&lt;/a&gt;. While there was already
&lt;a href=&#34;https://registry.terraform.io/providers/ContentSquare/zookeeper/latest&#34;&gt;one&lt;/a&gt;,
it came with limitations that created issues in production environments:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ugly, expensive Housing</title>
      <link>https://ivandemarino.me/posts/ugly-expensive-housing/</link>
      <pubDate>Fri, 17 Jul 2015 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ugly-expensive-housing/</guid>
      <description>&lt;p&gt;Yet &lt;a href=&#34;https://ivandemarino.me/2015/07/HTB-means-richer-builders/&#34;&gt;another&lt;/a&gt; take on expensive housing.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not sure I fully agree with the idea that poor aesthetic (actually, &lt;em&gt;ugliness&lt;/em&gt;)
has a dominating role in the pricing bubble. I still believe the the biggest issue
is with political choices, that most probably are driven by lobbist interests.&lt;/p&gt;
&lt;p&gt;Nevertheless this video is an interesting and watch-worth perspective.&lt;/p&gt;
&lt;iframe width=&#34;640&#34; height=&#34;360&#34; src=&#34;https://www.youtube.com/embed/dcbjWGj3jBk?rel=0&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;After watching this video I subscribed to &lt;a href=&#34;https://www.youtube.com/channel/UC7IcJI8PUf5Z3zKxnZvTBog&#34;&gt;&amp;ldquo;The School of Life&amp;rdquo;&lt;/a&gt;
channel. And frankly you should too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Help to Buy means richer Builders</title>
      <link>https://ivandemarino.me/posts/htb-means-richer-builders/</link>
      <pubDate>Fri, 03 Jul 2015 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/htb-means-richer-builders/</guid>
      <description>&lt;p&gt;Britain, you have a problem: house prices in the East/South East have grown
ridiculous. See 2014 house pricing data by the
&lt;a href=&#34;https://webarchive.nationalarchives.gov.uk/ukgwa/20160105200947/http://www.ons.gov.uk/ons/rel/hpi/house-price-index/april-2014/info-hpi-comparison.html&#34;&gt;Office for National Statistics (ONS)&lt;/a&gt; that compares prices with the pre-crisis ones.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Comparison of Regional House Prices Indices BEFORE and AFTER the Financial Crisis (2014)&#34; loading=&#34;lazy&#34; src=&#34;https://ivandemarino.me/images/hpifinal_tcm77-369630.png&#34;&gt;
&lt;em&gt;+31.6!?!?!?!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We all know that UK is very much London centered, and this is reflected in the
graph above. The government doesn&amp;rsquo;t shy away from policy that are openly &amp;ldquo;pro-London&amp;rdquo;
and while there are complaints, as an immigrant since 2007, I can see not much
more than some &amp;ldquo;grumpiness&amp;rdquo; about it. It&amp;rsquo;s like Britons are &lt;em&gt;&amp;ldquo;sort of ok with it&amp;rdquo;&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Phonebooth on Mount Sinai</title>
      <link>https://ivandemarino.me/posts/phonebooth-on-mount-sinai/</link>
      <pubDate>Sun, 23 Feb 2014 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/phonebooth-on-mount-sinai/</guid>
      <description>&lt;p&gt;Moses didn&amp;rsquo;t know what to do any more with those idiots. So he decides to go
out for a wander. The pressure was too much. He knew that, sooner or later,
they will just crash his skull with a stone. He needed a plan. He needed a way
to survive (both him and them!), without ruining it all. Without having to look
the fool he knew he was.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Mount_Sinai_Egypt.jpg/800px-Mount_Sinai_Egypt.jpg&#34;&gt;
&lt;em&gt;Mount Sinai, Egypt&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PhantomJS 1.9.6 vs 1.9.7: what went wrong?</title>
      <link>https://ivandemarino.me/posts/phantomjs_196vs197/</link>
      <pubDate>Tue, 28 Jan 2014 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/phantomjs_196vs197/</guid>
      <description>&lt;p&gt;&lt;em&gt;tl;dr;&lt;/em&gt; Latest &lt;strong&gt;stable&lt;/strong&gt; release of PhantomJS is &lt;strong&gt;1.9.7&lt;/strong&gt;, and you
should probably go and &lt;a href=&#34;http://phantomjs.org/download.html&#34;&gt;download it&lt;/a&gt;.
It contains &lt;a href=&#34;https://github.com/detro/ghostdriver/releases/tag/1.1.0&#34;&gt;GhostDriver 1.1.0 &amp;ldquo;Banquo&amp;rdquo;&lt;/a&gt;,
and that&amp;rsquo;s it.&lt;/p&gt;
&lt;p&gt;1.9.6, released not more than 2 weeks ago (1 week?), was a &lt;em&gt;coordination went wrong&lt;/em&gt;
and I take part of the responsibility for it. Just discard that release.&lt;/p&gt;
&lt;h1 id=&#34;whats-the-long-story&#34;&gt;What&amp;rsquo;s the long story?&lt;/h1&gt;
&lt;p&gt;So, for a few days I was helping with testing and refining the
&lt;a href=&#34;https://github.com/ariya/phantomjs/pull/11535&#34;&gt;new &lt;code&gt;cookiejar&lt;/code&gt; module (#11535)&lt;/a&gt;
for PhantomJS that &lt;a href=&#34;https://github.com/jtrollinson&#34;&gt;Joseph Rollinson (jtrollinson)&lt;/a&gt;
contributed.
I&amp;rsquo;m very interested in this module because it allows to instantiate &lt;strong&gt;multiple
Cookie Jar objects&lt;/strong&gt; instead of having all the WebPage object use the same jar.
Such feature would allow GhostDriver to finally support
&lt;a href=&#34;https://github.com/detro/ghostdriver/issues/170&#34;&gt;Session Isolation (#170)&lt;/a&gt;, a long
overdue feature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GhostDriver 1.1.0: codename &#34;Banquo&#34;</title>
      <link>https://ivandemarino.me/posts/ghostdriver-1-1-0-codename-banquo/</link>
      <pubDate>Fri, 03 Jan 2014 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ghostdriver-1-1-0-codename-banquo/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s long overdue. Last time I have cut a release of GhostDriver
(&lt;a href=&#34;https://github.com/detro/ghostdriver/releases/tag/1.0.4&#34;&gt;1.0.4&lt;/a&gt;)
was&amp;hellip; July 2013.
And &lt;a href=&#34;https://ivandemarino.me/2013/08/10/GhostDriver-1-0-4-blog-migration-and-blogging-too-little/&#34;&gt;blogged about it&lt;/a&gt;
only in August!!!
I gotta take a look at my GitHub commits over the 2013: something tells me that
&lt;em&gt;year-in-commits&lt;/em&gt; nicely overlaps with my eventful 2013.
But let&amp;rsquo;s try to stay on topic.&lt;/p&gt;
&lt;p&gt;So, &lt;a href=&#34;https://github.com/detro/ghostdriver/releases/tag/1.1.0&#34;&gt;GhostDriver 1.1.0&lt;/a&gt;,
codename &lt;em&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Banquo&#34;&gt;&amp;ldquo;Banquo&amp;rdquo;&lt;/a&gt;&lt;/em&gt;.
This time the codename was picked by my wife - fitting, given how important she
has become this year for Leonardo and Me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Oldboy: 10 years later</title>
      <link>https://ivandemarino.me/posts/oldboy-10-years-later/</link>
      <pubDate>Wed, 11 Dec 2013 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/oldboy-10-years-later/</guid>
      <description>&lt;p&gt;It was 10 years ago. A night just like this one. Winter. Everyone in the house
was asleep. Well, Leonardo isn&amp;rsquo;t really sleeping right now but you get the idea.
I was alone in the kitchen. Alone with the TV, an &lt;code&gt;.avi&lt;/code&gt; file and an &lt;code&gt;.srt&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;I had just started watching movies in foreign language and during the week I had
stumbled upon &lt;a href=&#34;http://www.imdb.com/title/tt0364569/&#34;&gt;Old Boy&lt;/a&gt;.
I wasn&amp;rsquo;t really in the mode of staying up late, but something made me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>RESETtling...</title>
      <link>https://ivandemarino.me/posts/resettling/</link>
      <pubDate>Sat, 30 Nov 2013 23:36:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/resettling/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Puff, Pant!&lt;/strong&gt; THAT was not easy! But finally, &amp;ldquo;normality&amp;rdquo; seems not too far
away.&lt;/p&gt;
&lt;p&gt;Many things have happened in the recent months: we got &lt;strong&gt;married&lt;/strong&gt;; I helped my
lovely wife with the &lt;strong&gt;pregnancy&lt;/strong&gt; (well, she did all the hard work); and, on the
7th of November, we have became parents of this &lt;strong&gt;beauty&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Leonardo Antonio DE MARINO-SIMOLA&#34; loading=&#34;lazy&#34; src=&#34;https://ivandemarino.me/images/leo.png&#34;&gt;
Leonardo Antonio DE MARINO-SIMOLA&lt;/p&gt;
&lt;p&gt;Now, we have to slowly learn to live our new life &lt;strong&gt;together&lt;/strong&gt;: while we learn
how to be parents, Leonardo will be learning how to be a baby. What now looks
like a difficult, consuming and intense task (ask me how much we sleep
at night!), will at some point become &amp;ldquo;daily routine&amp;rdquo;.
&lt;em&gt;A sweeter routine with Leo at the center of it all!&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>GhostDriver 1.0.4, blog migration and blogging too little</title>
      <link>https://ivandemarino.me/posts/ghostdriver-1-0-4-blog-migration-and-blogging-too-little/</link>
      <pubDate>Fri, 09 Aug 2013 16:03:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ghostdriver-1-0-4-blog-migration-and-blogging-too-little/</guid>
      <description>&lt;p&gt;Yes, I&amp;rsquo;m not blogging enough.
Yes, it&amp;rsquo;s a shame that the world can&amp;rsquo;t read my terrible English on a more regular basis.
Yes, I&amp;rsquo;m lazy.&lt;/p&gt;
&lt;p&gt;Well, here is a quick update for the few eager souls I have let down.&lt;/p&gt;
&lt;h3 id=&#34;ghostdriver&#34;&gt;GhostDriver&lt;/h3&gt;
&lt;p&gt;I have release &lt;a href=&#34;https://github.com/detro/ghostdriver/releases/tag/1.0.4&#34;&gt;GhostDriver 1.0.4 - &amp;ldquo;Arghan Div&amp;rdquo;&lt;/a&gt;. It should be released in the &lt;a href=&#34;https://github.com/ariya/phantomjs/issues/11452&#34;&gt;upcoming PhantomJS 1.9.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The code has been merged already into &lt;a href=&#34;https://github.com/ariya/phantomjs/commit/73bb56084028e1ee902bfedb8bd0443b337c7578&#34;&gt;PhantomJS master branch&lt;/a&gt; so, if you are really keen on putting your hands on it, just do a &lt;code&gt;./build.sh&lt;/code&gt; of that branch.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I&#39;m off. See you in 2 weeks.</title>
      <link>https://ivandemarino.me/posts/i-m-off-see-you-in-2-weeks/</link>
      <pubDate>Thu, 28 Mar 2013 17:53:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-m-off-see-you-in-2-weeks/</guid>
      <description>&lt;p&gt;This message is for the few souls that care. This is for the few people that maybe are waiting for me to fix/implement stuff on &lt;a href=&#34;https://github.com/detro/ghostdriver&#34;&gt;GhostDriver&lt;/a&gt; or &lt;a href=&#34;https://github.com/ariya/phantomjs&#34;&gt;PhantomJS&lt;/a&gt; (for the latter you have coverage, as the team on that is rich of geniuses - so you won&amp;rsquo;t miss my average-hood).&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m &lt;strong&gt;getting married&lt;/strong&gt; (crazy, right?) and will be mostly off-line. I should be back from the second week of April.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://blog.fashionwindows.com/wp-content/uploads/2010/08/exchanging_rings.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Surely there will be the usual &lt;em&gt;casual-tweet&lt;/em&gt; but nothing major.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GhostDriver 1.0.3 is out!</title>
      <link>https://ivandemarino.me/posts/updated-phantomjs-1-9-0-ghostdriver-1-0-3-is-out/</link>
      <pubDate>Mon, 18 Mar 2013 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/updated-phantomjs-1-9-0-ghostdriver-1-0-3-is-out/</guid>
      <description>&lt;p&gt;After few months of endless nights trying to figure out what I screwed up and where, I&amp;rsquo;m finally happy (enough) to release &lt;strong&gt;GhostDriver 1.0.3&lt;/strong&gt; into the wild.&lt;/p&gt;
&lt;p&gt;This release is an &lt;em&gt;hardening release&lt;/em&gt;: this means that it&amp;rsquo;s focused on bug-fixing and very little new features have been added.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GhostDriver 1.0.3&lt;/strong&gt; &lt;del&gt;will be part of the upcoming &lt;strong&gt;PhantomJS 1.9&lt;/strong&gt; release, do in few days&lt;/del&gt; is now part of &lt;strong&gt;PhantomJS 1.9.0&lt;/strong&gt;, and you can download binaries for various platform from &lt;a href=&#34;https://code.google.com/p/phantomjs/downloads/list&#34;&gt;https://code.google.com/p/phantomjs/downloads/list&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Me @ Selenium Camp 2013</title>
      <link>https://ivandemarino.me/posts/me-selenium-camp-2013/</link>
      <pubDate>Sun, 03 Mar 2013 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/me-selenium-camp-2013/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://seleniumcamp.com/&#34;&gt;Selenium Camp 2013&lt;/a&gt; has been a great experience. Not only I hanged out with great people, but, for the first time in my life, I also got to &lt;em&gt;savour&lt;/em&gt; a little bit of &lt;a href=&#34;http://en.wikipedia.org/wiki/Ukraine&#34;&gt;Ukraine&lt;/a&gt; in &lt;a href=&#34;http://en.wikipedia.org/wiki/Kiev&#34;&gt;Kiev&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;VERY friendly people (really friendly). GREAT food. WELL-ORGANISED conference.&lt;/p&gt;
&lt;p&gt;What else could I ask for?&lt;/p&gt;
&lt;h3 id=&#34;my-talk&#34;&gt;My talk&lt;/h3&gt;
&lt;p&gt;The title of my talk is &lt;strong&gt;Getting Started with GhostDriver (and my experience working on it!)&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;UPDATE: here is the video:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Console&#43;&#43; - enhance your console</title>
      <link>https://ivandemarino.me/posts/console-enhance-your-console/</link>
      <pubDate>Mon, 18 Feb 2013 01:05:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/console-enhance-your-console/</guid>
      <description>&lt;p&gt;I need a logger for &lt;a href=&#34;https://github.com/detro/ghostdriver&#34;&gt;GhostDriver&lt;/a&gt; but I&amp;rsquo;m too lazy to figure out how to use a nice, proper logging library. Plus I&amp;rsquo;m a BIG fun of old-school-debugging: I just substituted all the &lt;code&gt;printf()&lt;/code&gt; calls with &lt;code&gt;console.log&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;So I decide to make every JavaScript developer &lt;em&gt;shiver in disgust&lt;/em&gt; and wrote a small library that enhances the global &lt;code&gt;console&lt;/code&gt; object.&lt;/p&gt;
&lt;p&gt;This tiny library is called &lt;a href=&#34;https://github.com/detro/consoleplusplus&#34;&gt;Console++&lt;/a&gt; and works with &lt;a href=&#34;http://nodejs.org&#34;&gt;NodeJS&lt;/a&gt;, &lt;a href=&#34;http://phantomjs.org&#34;&gt;PhantomJS&lt;/a&gt; and any decent JavaScript runtime.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spin-down your USB HD and make it last longer </title>
      <link>https://ivandemarino.me/posts/spin-down-your-usb-hd-and-make-it-last-longer/</link>
      <pubDate>Sun, 10 Feb 2013 13:27:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/spin-down-your-usb-hd-and-make-it-last-longer/</guid>
      <description>&lt;p&gt;I have built for myself a simple Media Center, based on &lt;a href=&#34;http://www.zotacusa.com/zbox-id41-plus.html&#34;&gt;Zotac ZBOX ID41 Plus&lt;/a&gt;, &lt;a href=&#34;http://wiki.xbmc.org/index.php?title=XBMCbuntu&#34;&gt;XBMC-Live&lt;/a&gt;, &lt;a href=&#34;http://www.transmissionbt.com/&#34;&gt;Transmission&lt;/a&gt;, &lt;a href=&#34;http://flirc.tv/&#34;&gt;Flirc&lt;/a&gt; and other useful stuff. The idea is having a low-energy consumption machine that I control with a remote. And it has to be always on.&lt;/p&gt;
&lt;p&gt;One thing I was concerned about is how to deal with my external HD connected to it: I&amp;rsquo;m of course expecting those to eventually fail if they are always spinning.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.colourbox.com/preview/2111168-646188-read-data-on-hard-disk-with-spinning-hard-disk.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finally, GhostDriver 1.0.0</title>
      <link>https://ivandemarino.me/posts/finally-ghostdriver-1-0-0/</link>
      <pubDate>Mon, 03 Dec 2012 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/finally-ghostdriver-1-0-0/</guid>
      <description>&lt;p&gt;After ~10 months of work, I finally managed to push the ball forward enough to reach &lt;strong&gt;GhostDriver 1.0.0&lt;/strong&gt;.
I won&amp;rsquo;t lie: it does feel great. It always is to see so much effort mutate into an &lt;em&gt;achievement&lt;/em&gt;,
even it is such only for me.&lt;/p&gt;
&lt;p&gt;Before I go any further though, I owe a massive &lt;strong&gt;THANK-YOU&lt;/strong&gt; to the people that through contribution
and / or issue reporting have helped me to build a &lt;em&gt;releasable&lt;/em&gt; 1.0.0. In particular to
&lt;a href=&#34;http://jimevansmusic.blogspot.co.uk/&#34;&gt;Jim Evans&lt;/a&gt;, an awesome guy and a bit of a
mentor for me: you ROCK Jim, and I think that is true, &lt;em&gt;literally!&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>GhostDriver, 90% and priorities</title>
      <link>https://ivandemarino.me/posts/ghostdriver-90-and-priorities/</link>
      <pubDate>Thu, 04 Oct 2012 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ghostdriver-90-and-priorities/</guid>
      <description>&lt;p&gt;Last few weeks have been HECTIC to say the least. Work on &lt;a href=&#34;https://github.com/detro/ghostdriver&#34;&gt;GhostDriver&lt;/a&gt; and &lt;a href=&#34;https://github.com/detro/phantomjs/tree/ghostdriver-dev&#34;&gt;related PhantomJS improvements&lt;/a&gt; has been very intense.&lt;/p&gt;
&lt;p&gt;We just shipped &lt;a href=&#34;http://ariya.ofilabs.com/2012/09/phantomjs-1-7-blazing-star.html&#34;&gt;PhantomJS 1.7&lt;/a&gt;, and work for 1.8 is already started (check out the &lt;code&gt;ghostdriver-dev&lt;/code&gt; branch I linked above).&lt;/p&gt;
&lt;p&gt;GhostDriver has reached almost 90% completion for 1.0, and the code is being &lt;strong&gt;hardened&lt;/strong&gt;, thanks also to the amazing work that &lt;a href=&#34;http://jimevansmusic.blogspot.co.uk/&#34;&gt;Jim Evans&lt;/a&gt; is doing at spotting issues and, a lot of times, providing fixes. GhostDriver is getting better and better thanks to you Jim.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Look mummy, I&#39;m 80% done!</title>
      <link>https://ivandemarino.me/posts/look-mummy-i-m-80-done/</link>
      <pubDate>Wed, 08 Aug 2012 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/look-mummy-i-m-80-done/</guid>
      <description>&lt;p&gt;Let me give you a quick update about &lt;a href=&#34;https://github.com/detro/ghostdriver&#34;&gt;GhostDriver&lt;/a&gt;, the &lt;a href=&#34;http://phantomjs.org/&#34;&gt;PhantomJS&lt;/a&gt; WebDriver implementation.&lt;/p&gt;
&lt;p&gt;Yes, it&amp;rsquo;s &lt;strong&gt;80%&lt;/strong&gt; ready for prime time (bugs aside)!!!&lt;/p&gt;
&lt;p&gt;How did I get from 40% to 80% so quickly? Because I decided that, for version 1.0, the commands that relate to the mobile web driver are out of scope. 1.1 or 1.2 will have them.&lt;/p&gt;
&lt;p&gt;For details, I suggest you check out the &lt;a href=&#34;https://docs.google.com/spreadsheet/ccc?key=0Am63grtxc7bDdGNqX1ZPX2VoZlE2ZHZhd09lNDkzbkE&#34;&gt;spreadsheet I&amp;rsquo;m using to track progress&lt;/a&gt; closely.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BST traversal without stack or recursion (?)</title>
      <link>https://ivandemarino.me/posts/bst-traversal-without-stack-or-recursion/</link>
      <pubDate>Mon, 06 Aug 2012 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bst-traversal-without-stack-or-recursion/</guid>
      <description>&lt;p&gt;&lt;strong&gt;SPOILER&lt;/strong&gt;: &lt;em&gt;this article assumes quite a lot of things about your knowledge of binary trees and data structure. I won&amp;rsquo;t spend much time introducing concepts. Deal with it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Some time ago I had the pleasure to meet with &lt;a href=&#34;http://chrislord.net/blog/&#34;&gt;Chris Lord&lt;/a&gt;, who introduced me to the concept of Binary Tree Traversal without using neither a stack/queue or recursion.&lt;/p&gt;
&lt;p&gt;The list of requirements that such algorithm has to fulfil:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Constant Space: no extra data structure to do the traversal&lt;/li&gt;
&lt;li&gt;Non-destructive: once finished, the tree needs to be exactly how it was before the visit&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sounded &lt;em&gt;crazy&lt;/em&gt; initially, but than I looked into it more deeply and discovered, thanks to some pointers from &lt;a href=&#34;http://twitter.com/lucabox&#34;&gt;Luca Colantonio&lt;/a&gt;, that there is an algorithm &lt;em&gt;in literature&lt;/em&gt; that does just that: &lt;strong&gt;Morris In-Order&lt;/strong&gt; Traversal.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Stupid Olympics</title>
      <link>https://ivandemarino.me/posts/the-stupid-olympics/</link>
      <pubDate>Wed, 01 Aug 2012 09:02:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-stupid-olympics/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m baffled on how stupid the British officials and politicians are. The entire show, is as bad in practice as it looks good on TV.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://cdn.memegenerator.net/instances/400x/24097826.jpg&#34;&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Business &lt;em&gt;starving&lt;/em&gt; for customers in Central London&lt;/li&gt;
&lt;li&gt;No one has tickets: either because are too expensive or because buying tickets was a Olympic sport on it&amp;rsquo;s own&lt;/li&gt;
&lt;li&gt;Empty stations and entire city areas because of TfL &lt;em&gt;end-of-the-world-is-night&lt;/em&gt; emails&lt;/li&gt;
&lt;li&gt;Trains, somehow, still managed to get fucked up and cancelled&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Was all this on purpose?&lt;/p&gt;</description>
    </item>
    <item>
      <title>GhostDriver: a quick update</title>
      <link>https://ivandemarino.me/posts/ghostdriver-a-quick-update/</link>
      <pubDate>Thu, 19 Jul 2012 08:33:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ghostdriver-a-quick-update/</guid>
      <description>&lt;p&gt;For whom might concern.&lt;/p&gt;
&lt;p&gt;Development of &lt;a href=&#34;https://github.com/detro/ghostdriver&#34;&gt;GhostDriver&lt;/a&gt; has been &amp;ldquo;slowed down&amp;rdquo; in the past 2/3 weeks for unforeseen heavy work schedule.&lt;/p&gt;
&lt;p&gt;The project is not dead AT ALL. Actually, important work has been done: I have implemented &lt;strong&gt;support for &lt;code&gt;window.open()&lt;/code&gt; handling&lt;/strong&gt; into the current &lt;a href=&#34;https://github.com/ariya/phantomjs&#34;&gt;PhantomJS&lt;/a&gt; master.&lt;/p&gt;
&lt;p&gt;This new feature in PhantomJS is KEY to unlock a whole set of functionalities that before we couldn&amp;rsquo;t implement in GhostDriver. So, while WebDriver Wire Protocol Commands were not added, a key &lt;em&gt;blocker&lt;/em&gt; has been removed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GhostDriver: almost 50%</title>
      <link>https://ivandemarino.me/posts/ghostdriver-almost-50/</link>
      <pubDate>Tue, 26 Jun 2012 07:53:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ghostdriver-almost-50/</guid>
      <description>&lt;p&gt;This post is long overdue. It&amp;rsquo;s weeks that I HAVE TO write it and
yet couldn&amp;rsquo;t find the time to put it together. Oh well, better late than&amp;hellip;&lt;/p&gt;
&lt;p&gt;Since my talk about
&lt;a href=&#34;http://blog.ivandemarino.me/2012/05/01/Me-the-Selenium-Conference-2012&#34;&gt;GhostDriver at the Selenium Conference 2012&lt;/a&gt;
I have
received lots of interest from the community about
&lt;a href=&#34;https://github.com/detro/ghostdriver/&#34;&gt;GhostDriver&lt;/a&gt;: finally a
&lt;a href=&#34;http://code.google.com/p/selenium/&#34;&gt;WebDriver&lt;/a&gt; for
&lt;a href=&#34;http://phantomjs.org&#34;&gt;PhantomJS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you haven&amp;rsquo;t followed me so far, a quick &lt;em&gt;catch up&lt;/em&gt;: I&amp;rsquo;m working to implement
the &lt;a href=&#34;http://code.google.com/p/selenium/wiki/JsonWireProtocol&#34;&gt;WebDriver WireProtocol&lt;/a&gt;
on the top of PhantomJS, so to leverage our favorite
&lt;strong&gt;headless browser&lt;/strong&gt;. The project is proceeding, even though not as fast
as I would have liked: you can find details about the current status
in the &amp;ldquo;official&amp;rdquo; &lt;a href=&#34;https://github.com/detro/ghostdriver/blob/master/README.md&#34;&gt;README.md&lt;/a&gt;
and/or checking out the
&lt;a href=&#34;https://docs.google.com/spreadsheet/ccc?key=0Am63grtxc7bDdGNqX1ZPX2VoZlE2ZHZhd09lNDkzbkE&#34;&gt;&amp;ldquo;Implemented Commands&amp;rdquo; spreadsheet&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Git rebase: be a mother, not a plastic surgeon</title>
      <link>https://ivandemarino.me/posts/git-rebase-be-a-mother-not-a-plastic-surgeon/</link>
      <pubDate>Sat, 16 Jun 2012 21:12:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/git-rebase-be-a-mother-not-a-plastic-surgeon/</guid>
      <description>&lt;p&gt;Today I&amp;rsquo;m going to share a little tip about the use of Git.&lt;/p&gt;
&lt;p&gt;In contributing to open source projects, it happens sometimes that I have
a long running &lt;code&gt;branch&lt;/code&gt;; something on which I need to work for more than just
few hours. The kind of work that goes on for weeks, sometimes months.&lt;/p&gt;
&lt;p&gt;**UPDATE: ** Matt suggested a &lt;a href=&#34;http://git-scm.com/book/en/Git-Branching-Rebasing&#34;&gt;great doc about rebasing&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Caring mother&#34; loading=&#34;lazy&#34; src=&#34;http://www.desktopocean.com/file/101/480x800/crop/caring-mother.jpg&#34;&gt;
There is lol-cat-picture for every need&lt;/p&gt;
&lt;p&gt;Working on a branch is great: it let&amp;rsquo;s you work on a feature, a fix, an
extension in total isolation, being sure you don&amp;rsquo;t disrupt anyone (and don&amp;rsquo;t
embarrass yourself).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Me @ the Selenium Conference 2012</title>
      <link>https://ivandemarino.me/posts/me-the-selenium-conference-2012/</link>
      <pubDate>Tue, 01 May 2012 14:56:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/me-the-selenium-conference-2012/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s widely spread opinion that at some point of our career we, software people, should start giving speeches and talks. I&amp;rsquo;m firmly convinced that THAT is not for me, and I want to carve my ears out of my head every time I hear my &lt;em&gt;heavily-accented-english&lt;/em&gt;, mixed with my ability to cut words and make the message come across barely understandable.&lt;/p&gt;
&lt;p&gt;But, this presentation was really important to me: I presented my-work-so-far on building a &lt;a href=&#34;http://phantomjs.org&#34;&gt;PhantomJS&lt;/a&gt; WebDriver. I call it &lt;a href=&#34;http://detro.github.com/ghostdriver/&#34;&gt;GhostDriver&lt;/a&gt; (provisional name).&lt;/p&gt;</description>
    </item>
    <item>
      <title>A good memory is better than a sad reality</title>
      <link>https://ivandemarino.me/posts/a-good-memory-is-better-than-a-sad-reality/</link>
      <pubDate>Sun, 29 Apr 2012 22:17:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-good-memory-is-better-than-a-sad-reality/</guid>
      <description>&lt;p&gt;In the past few weeks/months an interesting trend started: game producers want to bring back to life genera that have come and gone.&lt;/p&gt;
&lt;p&gt;The most famous (has been on the tech-news channels for weeks) is &lt;a href=&#34;http://www.kickstarter.com/projects/66710809/double-fine-adventure&#34;&gt;Double Fine Adventure&lt;/a&gt;, the same people that have crafted incredible games that have &lt;strong&gt;colored&lt;/strong&gt; my (our?) past:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Double Fine Productions&lt;/strong&gt;
Founded in 2000 by industry veteran Tim Schafer (Day of the Tentacle, Full Throttle, Grim Fandango), the San Francisco-based company has established itself as a unique creative force with critically-acclaimed titles such as Psychonauts, Brutal Legend, Costume Quest, Stacking, Iron Brigade, Once Upon a Monster, and Double Fine Happy Action Theater.  This year, you&amp;rsquo;ll be given a front-row seat as they revisit Tim&amp;rsquo;s design roots and create a brand-new, downloadable &amp;ldquo;Point-and-Click&amp;rdquo; graphic adventure game for the modern age.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My current stake in PhantomJS</title>
      <link>https://ivandemarino.me/posts/my-current-stake-in-phantomjs/</link>
      <pubDate>Wed, 28 Mar 2012 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-current-stake-in-phantomjs/</guid>
      <description>&lt;p&gt;I have been spending a lot of time on PhantomJS in the last couple of months. But feels like I could have done much more: there are so many interesting issues to work on in the &lt;a href=&#34;http://code.google.com/p/phantomjs/issues/list&#34;&gt;official tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;** Hey, why don&amp;rsquo;t you &lt;a href=&#34;http://code.google.com/p/phantomjs/wiki/ContributionGuide&#34;&gt;give us a hand&lt;/a&gt;? :) **&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;My stake&#34; loading=&#34;lazy&#34; src=&#34;http://farm1.staticflickr.com/103/262840712_aca950e48c_z.jpg?zz=1&#34;&gt;
Some English expressions still puzzle me&amp;hellip;&lt;/p&gt;
&lt;p&gt;Here is where my stake is.&lt;/p&gt;
&lt;h2 id=&#34;repl&#34;&gt;REPL&lt;/h2&gt;
&lt;p&gt;I just finished putting down a new wiki page that explains a bit about the REPL and how it works. &lt;a href=&#34;http://code.google.com/p/phantomjs/wiki/InteractiveModeREPL&#34;&gt;Give it a read&lt;/a&gt; and let me know if you want more clarification.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PhantomJS REPL: it&#39;s ready for a taste</title>
      <link>https://ivandemarino.me/posts/phantomjs-repl-it-s-ready-for-a-taste/</link>
      <pubDate>Mon, 27 Feb 2012 02:00:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/phantomjs-repl-it-s-ready-for-a-taste/</guid>
      <description>&lt;p&gt;After 2 months of on-off working on this, I finally managed to make something I&amp;rsquo;m happy with: a &lt;a href=&#34;http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop&#34;&gt;REPL&lt;/a&gt; for &lt;a href=&#34;http://www.phantomjs.org&#34;&gt;PhantomJS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;http://blog.ivandemarino.me/2011/11/01/REPL-and-HTTP-Mapping-ideas-to-contribute-to-PhantomJS&#34;&gt;last post I wrote about this&lt;/a&gt; was in November 2011 (!!!). But I started putting code together only in Jan 2012. So, overall, from the first commit until today is almost 2 months.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://ubik.cc/MAOW-Firenze-09/images/repl-loop.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;First thing first: &lt;strong&gt;how do you get to try it?&lt;/strong&gt; Well, you can get my fork, switch to the &lt;code&gt;dev-repl&lt;/code&gt; branch and try it out:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web dev: do we need to raise the bar?</title>
      <link>https://ivandemarino.me/posts/web-dev-do-we-need-to-raise-the-bar/</link>
      <pubDate>Tue, 21 Feb 2012 10:16:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/web-dev-do-we-need-to-raise-the-bar/</guid>
      <description>&lt;p&gt;Articles &lt;a href=&#34;http://www.techrepublic.com/blog/australia/the-webkit-prefix-will-ruin-the-mobile-web/669&#34;&gt;like this one&lt;/a&gt; and initiatives like &amp;ldquo;&lt;a href=&#34;http://codepo8.github.com/prefix-the-web/&#34;&gt;pre-fix the Web&lt;/a&gt;&amp;rdquo;, aim to highlight to web-developers how important is to &lt;strong&gt;build a cross-browser web&lt;/strong&gt;. The importance of such a point has been explained in so many places, there is no point in me saying anymore. People  like &lt;a href=&#34;http://nefariousdesigns.co.uk/&#34;&gt;Tim Huegdon&lt;/a&gt; can give you a far better lesson on this.&lt;/p&gt;
&lt;p&gt;But if you are after a &amp;ldquo;&lt;strong&gt;one sentence to blame them all&lt;/strong&gt;&amp;rdquo;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;If you write a website caring only to test it on WebKit based browser (worse, only your iPhone!!!), you are a &lt;strong&gt;MORON&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Rhinoceros likes WebSocket, not leafs</title>
      <link>https://ivandemarino.me/posts/my-rhinoceros-likes-websocket-not-leafs/</link>
      <pubDate>Tue, 14 Feb 2012 02:03:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-rhinoceros-likes-websocket-not-leafs/</guid>
      <description>&lt;p&gt;Last week I started implementing &lt;a href=&#34;http://dev.w3.org/html5/websockets/&#34;&gt;W3C Sockets API&lt;/a&gt; into a Rhino based JavaScript runtime.&lt;/p&gt;
&lt;p&gt;It seems like &lt;em&gt;plumbing&lt;/em&gt; API from one environment to another is one of the activity I do the most. And if you dare doing a joke about my Italian-ness and Super Mario&amp;hellip; you will be pointed in the direction of the door.&lt;/p&gt;
&lt;p&gt;Here I want to share a couple of findings.&lt;/p&gt;
&lt;h2 id=&#34;rhino-is-not-bad-at-all&#34;&gt;Rhino is not bad at all&lt;/h2&gt;
&lt;p&gt;Yes, I said it. And who has worked in the past with me, knows how my opinion are hard to change. But they do sometimes, fortunately.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scope &#39;this&#39;, and scope &#39;that&#39;</title>
      <link>https://ivandemarino.me/posts/scope-this-and-scope-that/</link>
      <pubDate>Sun, 12 Feb 2012 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/scope-this-and-scope-that/</guid>
      <description>&lt;p&gt;As a guy that tries to live his professional life in the middle of the dichotomy &amp;ldquo;C/C++ - JavaScript&amp;rdquo;, I often find myself discussing the discrepancies, differences and implementation details of the &lt;em&gt;latter&lt;/em&gt; (an half-assed prototypal language) using the &lt;em&gt;former&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The other day I was chatting with Luca (@lucabox) about &lt;strong&gt;scope&lt;/strong&gt; in JS, and we were describing the different situations you can end up with&amp;hellip; and how we work our way out of those culprits.&lt;/p&gt;</description>
    </item>
    <item>
      <title>USA: 2 weeks in, another 1 to go</title>
      <link>https://ivandemarino.me/posts/usa-2-weeks-in-another-1-to-go/</link>
      <pubDate>Tue, 31 Jan 2012 15:29:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/usa-2-weeks-in-another-1-to-go/</guid>
      <description>&lt;p&gt;In 2006 I decide that I wanted to leave my home country. I wanted to try hard and make some space for me in the world (well, the tech-world). I was really tired of being paid &lt;em&gt;fuck all&lt;/em&gt;, dealing with a country driven by old-and-hard-to-die politicians, not seeing any foreseeable future in front of me. I made a &lt;strong&gt;decision&lt;/strong&gt;, and I started working towards my leaving (I finishing uni, so this required a bit of planning).&lt;/p&gt;</description>
    </item>
    <item>
      <title>ai-class.com - Wrapping up</title>
      <link>https://ivandemarino.me/posts/ai-class-com-wrapping-up/</link>
      <pubDate>Wed, 04 Jan 2012 01:09:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ai-class-com-wrapping-up/</guid>
      <description>&lt;p&gt;I have been thinking about what to write in this post since the day I took the final exam of the &lt;a href=&#34;http://www.ai-class.com&#34;&gt;Stanford Online AI Class&lt;/a&gt;. I have so many things to say (and still to do), that I have a &lt;em&gt;mess&lt;/em&gt; of mixed thoughts in my head.&lt;/p&gt;
&lt;p&gt;So, I apologise in advance if thoughts will sound a bit random.&lt;/p&gt;
&lt;h2 id=&#34;amazing-experience&#34;&gt;Amazing experience&lt;/h2&gt;
&lt;p&gt;That&amp;rsquo;s what this class has been for me. I have learnt tons of new things, all thanks to the great work of prof. &lt;a href=&#34;http://robots.stanford.edu/&#34;&gt;Thrun&lt;/a&gt; and &lt;a href=&#34;http://norvig.com/&#34;&gt;Norvig&lt;/a&gt;. I digged into the amazing topic of &lt;a href=&#34;http://en.wikipedia.org/wiki/Artificial_intelligence&#34;&gt;Artificial Intelligence&lt;/a&gt;, and now I feel a bit more &amp;ldquo;round&amp;rdquo; as a Computer Scientist.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Crossing the pond</title>
      <link>https://ivandemarino.me/posts/crossing-the-pond/</link>
      <pubDate>Tue, 13 Dec 2011 17:30:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/crossing-the-pond/</guid>
      <description>&lt;p&gt;I borrowed the title from &lt;a href=&#34;http://ariya.ofilabs.com/&#34;&gt;a guy&lt;/a&gt; who kickstarted all of this. &lt;em&gt;Thanks Ariya ;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m leaving &lt;a href=&#34;http://www.betfair.com&#34;&gt;Betfair&lt;/a&gt;. I owe a lot to this company: for a bit longer than a year I have had the pleasure to work with smart, enlightened, knowledgeable people from which I learned loads. Leaving was definitely not an easy choice.&lt;/p&gt;
&lt;p&gt;The only thing didn&amp;rsquo;t happen, is that I didn&amp;rsquo;t become a proper &lt;em&gt;punter&lt;/em&gt;: I just learned that even something sounding &amp;ldquo;boring&amp;rdquo; as betting on sports, can actually be a very big challenge in terms of the technologies involved. Even more, if you try to do it in the &lt;em&gt;Betfair way&lt;/em&gt;: with million of customers, all constantly hammering the servers to make the most out of their money.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ai-class.com - My shared Notebook</title>
      <link>https://ivandemarino.me/posts/ai-class-com-my-shared-notebook/</link>
      <pubDate>Wed, 23 Nov 2011 00:37:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ai-class-com-my-shared-notebook/</guid>
      <description>&lt;p&gt;I decide that is very little point in keep writing posts just to highlight new notes, as I finish to write them. So, I decide to just share with the world &lt;a href=&#34;https://www.evernote.com/pub/detro/aiclass&#34;&gt;all my notes about the ai-class&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You will find them in (sort of) chronological order, and will give also an idea on how I studied so far (as every material I produced is in there).&lt;/p&gt;
&lt;p&gt;About the homework, I&amp;rsquo;ll make sure NOT TO PUBLISH THEM BEFORE the respective deadline: I don&amp;rsquo;t want to break the &lt;a href=&#34;http://ed.stanford.edu/academics/masters-handbook/honor-code&#34;&gt;Stanford Honor Code&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ai-class.com - Notes of Lesson 7, 8, 9 and 10</title>
      <link>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-7-8-9-and-10/</link>
      <pubDate>Fri, 11 Nov 2011 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-7-8-9-and-10/</guid>
      <description>&lt;p&gt;I have been very busy at home and in the weekend, so I&amp;rsquo;m a bit behind with study and sharing my notes.&lt;/p&gt;
&lt;p&gt;I just finished going through the very interesting lesson 9, and I now have to start with lesson 10. I plan to do it on Saturday: tomorrow is a special night! ;-)&lt;/p&gt;
&lt;p&gt;Instead, regarding lesson 8, I just managed to put down the list of topics discussed, but for lack of time I didn&amp;rsquo;t put anything in writing just yet. Will eventually do it (maybe).&lt;/p&gt;</description>
    </item>
    <item>
      <title>REPL and HTTP Mapping: ideas to contribute to PhantomJS</title>
      <link>https://ivandemarino.me/posts/repl-and-http-mapping-ideas-to-contribute-to-phantomjs/</link>
      <pubDate>Tue, 01 Nov 2011 00:11:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/repl-and-http-mapping-ideas-to-contribute-to-phantomjs/</guid>
      <description>&lt;p&gt;Recently, I&amp;rsquo;m donating my spare time to the amazing &lt;a href=&#34;http://www.ai-class.com&#34;&gt;Stanford Online AI Class&lt;/a&gt;, and writing down &lt;a href=&#34;http://blog.ivandemarino.me/tag/notes&#34;&gt;notes&lt;/a&gt; takes time.&lt;/p&gt;
&lt;p&gt;But I&amp;rsquo;m still working, in the spare time of the spare time, on &lt;a href=&#34;http://www.phantomjs.org/&#34;&gt;PhantomJS&lt;/a&gt;. Yes, very slowly, but I&amp;rsquo;m not stall.&lt;/p&gt;
&lt;p&gt;Recently two ideas have come to mind, and it&amp;rsquo;s stuff I&amp;rsquo;d love to see supported by PhantomJS.&lt;/p&gt;
&lt;h2 id=&#34;repl&#34;&gt;REPL&lt;/h2&gt;
&lt;p&gt;From &lt;a href=&#34;http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop&#34;&gt;the Wikipedia article&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;A read–eval–print loop (REPL), also known as an interactive toplevel, is a simple, interactive computer programming environment.
[&amp;hellip;]
In a REPL, the user may enter expressions, which are then evaluated, and the results displayed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ai-class.com - Notes of Lesson 5 and 6</title>
      <link>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-5-and-6/</link>
      <pubDate>Mon, 31 Oct 2011 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-5-and-6/</guid>
      <description>&lt;p&gt;If the &amp;ldquo;mood&amp;rdquo; of the &lt;a href=&#34;http://blog.ivandemarino.me/2011/10/23/ai-class-com---Notes-of-Lesson-3-and-4&#34;&gt;previous lessons&lt;/a&gt; was about Inference, I can only say that the current are about &amp;ldquo;&lt;a href=&#34;http://justinadayswork.files.wordpress.com/2009/10/swirl-stool.jpg?w=380&#34;&gt;smooth&lt;/a&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Smoothing&#34;&gt;ing&lt;/a&gt;&amp;rdquo;, &amp;ldquo;&lt;a href=&#34;http://crayfisher.files.wordpress.com/2011/10/occam.jpg&#34;&gt;occam&amp;rsquo;s&lt;/a&gt; &lt;a href=&#34;http://en.wikipedia.org/wiki/Occam&#39;s_razor&#34;&gt;razor&lt;/a&gt;&amp;rdquo; and &amp;ldquo;&lt;a href=&#34;http://www.autobots.tv/wp-content/uploads/2009/08/transformers-masterpiece.jpg&#34;&gt;perce&lt;/a&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Perceptron&#34;&gt;ptron&lt;/a&gt;&amp;rdquo;. 3 concepts that will remain with you even after having forgotten about all this (check it out below :-P).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://www.evernote.com/shard/s1/sh/333fb301-8d12-4927-87ec-c81cdd42b7d2/240bbab26642f5d49d32c38053e905f6&#34;&gt;My notes of Lesson 5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.evernote.com/shard/s1/sh/892ab4dc-c3a4-4089-b9de-8b3fdbe87d8e/82062527daaba376ac55a404199c2dc6&#34;&gt;My notes of Lesson 6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Enjoy the notes and, again, do Lesson 5, than complete the Homework, than study Lesson 6.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE Sat 05 Nov 2011:&lt;/strong&gt; I just finished putting down the notes of Lesson 6, and you can find the link above.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ai-class.com - Notes of Lesson 3 and 4</title>
      <link>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-3-and-4/</link>
      <pubDate>Sat, 22 Oct 2011 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-3-and-4/</guid>
      <description>&lt;p&gt;This week the &lt;a href=&#34;https://www.ai-class.com/&#34;&gt;ai-class&lt;/a&gt; was about &lt;a href=&#34;en.wikipedia.org/wiki/Probability&#34;&gt;Probability&lt;/a&gt;, &lt;a href=&#34;en.wikipedia.org/wiki/Bayesian_network&#34;&gt;Bayes Networks&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Bayesian_inference&#34;&gt;Inference&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For people like me, that have to find &lt;em&gt;patches of free time&lt;/em&gt; to study this course, there is a good news: you can do &lt;strong&gt;Homeworks 2&lt;/strong&gt; just by studying the first of the 2 lessons. This can help to prioritise your schedule, and study the second lesson (that focuses on the &amp;ldquo;computation&amp;rdquo; over Bayes Networks) with a little bit more peace of mind.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ai-class.com - Notes of Lesson 1 and 2</title>
      <link>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-1-and-2/</link>
      <pubDate>Sat, 15 Oct 2011 23:09:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ai-class-com-notes-of-lesson-1-and-2/</guid>
      <description>&lt;p&gt;Recently the online class &amp;ldquo;&lt;a href=&#34;https://www.ai-class.com/&#34;&gt;Introduction to Artificial Intelligente&lt;/a&gt;&amp;rdquo; has began. &lt;a href=&#34;https://www.ai-class.com/&#34;&gt;Prof. Sebastian Thrun&lt;/a&gt; and &lt;a href=&#34;http://norvig.com/&#34;&gt;Prof. Peter Norvig&lt;/a&gt;, from &lt;a href=&#34;http://www.stanford.edu/&#34;&gt;Stanford University&lt;/a&gt;, are offering it for free. And I&amp;rsquo;m enjoying every minute of it.&lt;/p&gt;
&lt;p&gt;The idea is to trasport to the web &lt;a href=&#34;http://www.stanford.edu/class/cs221/&#34;&gt;the same course that they are teaching in person at Stanford&lt;/a&gt;. Almost simultaneously.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.tumblr.com/photo/1280/11396980511/2/tumblr_lt0ha3ToqC1r22978&#34;&gt;
One of the great notes from &lt;a href=&#34;http://larvecode.tumblr.com/tagged/ai-class&#34;&gt;larvecode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s in my opinion a &lt;strong&gt;great experiment&lt;/strong&gt;: there are &lt;strong&gt;160,000 students&lt;/strong&gt;, and will be interesting to see how it pans out. The two profs are doing their best to &lt;em&gt;&amp;ldquo;leverage the scalability of the web&amp;rdquo;&lt;/em&gt;, instead of trying to retrofit the web into the class. That is smart. And gives them more chances of success.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NodeJS Conf Italy: my notes</title>
      <link>https://ivandemarino.me/posts/nodejs-conf-italy-my-notes/</link>
      <pubDate>Wed, 05 Oct 2011 11:10:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nodejs-conf-italy-my-notes/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m just back from a very good conference. And for once, I can proudly say, it was organized by Italians!
The host were &lt;a href=&#34;http://www.webdebs.org/&#34;&gt;WEBdeBS&lt;/a&gt;, a web company based in lovely Brescia, and the topic was&amp;hellip;
very hot: &lt;a href=&#34;http://nodejs.org/&#34;&gt;Node.JS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.nodejsconf.it/&#34;&gt;Node.JS Conference&lt;/a&gt;
(&lt;a href=&#34;http://twitter.com/nodejsconfit&#34;&gt;@nodejsconfit&lt;/a&gt;) (&lt;a href=&#34;http://joind.in/event/view/792&#34;&gt;on joind.in&lt;/a&gt;) has been hosted in the
&lt;a href=&#34;http://www.centropastoralepaolovi.it/&#34;&gt;Centro Paolo VI&lt;/a&gt;, where talks well complemented by lovely Italian food.
What else can you ask?&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://distillery.s3.amazonaws.com/media/2011/09/26/6269a1d200ba4e48a5ebe76a51627b78_7.jpg&#34;&gt;
A great addition to my collection of &amp;ldquo;hackshirts&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>What does scalability actually means?</title>
      <link>https://ivandemarino.me/posts/what-does-scalability-actually-means/</link>
      <pubDate>Wed, 31 Aug 2011 17:03:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/what-does-scalability-actually-means/</guid>
      <description>&lt;p&gt;I was on the train to &lt;a href=&#34;http://maps.google.co.uk/maps?cx=c&amp;amp;q=portsmouth&amp;amp;um=1&amp;amp;ie=UTF-8&amp;amp;hq=&amp;amp;hnear=0x487442a41814f1e9:0x45b683ea03373b79,Portsmouth&amp;amp;gl=uk&amp;amp;ei=hgNeTpbZFcSOswaqtNmwDw&amp;amp;sa=X&amp;amp;oi=geocode_result&amp;amp;ct=title&amp;amp;resnum=1&amp;amp;ved=0CCcQ8gEwAA&#34;&gt;Portsmouth&lt;/a&gt;, and listening-reading the book &lt;a href=&#34;http://books.google.co.uk/books?id=V1u1f8sv3k8C&#34;&gt;&amp;ldquo;In the Plex&amp;rdquo;&lt;/a&gt;.
In the Part 2 of the book, Chapter 2 if I recall correctly, the author is talking about Google and the Ocean project, what is later on going to be know as &lt;a href=&#34;http://books.google.co.uk/books&#34;&gt;Google Books&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The part that got me thinking is when Page, Brin and Mayer are trying to work out how actually they can scan the physical books, in a &lt;em&gt;scalable manner&lt;/em&gt;. To the Googlers, hiring a lot of human beings and a lot of scanner didn&amp;rsquo;t look like a &lt;em&gt;scalable&lt;/em&gt; solution at all! So they decided to work on their own scanner, using the hardware building expertise that years of Google Data Center made them acquire.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Tote Lounger, by Diatom Studio</title>
      <link>https://ivandemarino.me/posts/the-tote-lounger-by-diatom-studio/</link>
      <pubDate>Fri, 19 Aug 2011 00:09:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-tote-lounger-by-diatom-studio/</guid>
      <description>&lt;p&gt;Today I got a nice surprise in the post at work: my &amp;ldquo;Tote Lounger&amp;rdquo; had arrived. Few months ago I decided to contribute to a &lt;a href=&#34;http://www.kickstarter.com/projects/diatom/sketchchair-furniture-designed-by-you&#34;&gt;Kickstarter Project by 2 friends of mine: SketchChair&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The two guys are Greg and Tiago, and they run Diatom Studio. Here is a quote from &lt;a href=&#34;http://www.kickstarter.com/projects/diatom/sketchchair-furniture-designed-by-you&#34;&gt;their Kickstarter page&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://diatom.cc/sketchchair&#34;&gt;Diatom&lt;/a&gt; is a design studio that is exploring the possibilities of interaction, digital fabrication and computational design. We both graduated from the industrial design program at Victoria University of Wellington, New Zealand.
Greg Saul is a designer, programmer and maker who wants to challenge the roles of the consumer and designer through his work, and was a visiting researcher at the JST ERATO Design UI Project in Tokyo.
Tiago Rorke has spent time teaching and researching all things digital fabrication as a teaching fellow at Victoria University, and much of his work explores the boundaries between the art and design worlds.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Maven, PhantomJS and Jasmine to write your JS Unit Testing</title>
      <link>https://ivandemarino.me/posts/maven-phantomjs-and-jasmine-to-write-your-js-unit-testing/</link>
      <pubDate>Fri, 08 Jul 2011 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/maven-phantomjs-and-jasmine-to-write-your-js-unit-testing/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;http://www.betfair.com&#34;&gt;Betfair&lt;/a&gt; we are building all sort of new things, and one of the aspects on which we are trying to focus more is doing Automated Tests for JavaScript.  Currently, all non-js code in Betfair passes through different kind of Automated (and Human) Testing (from Unit Testing, to Security, to Performance, to Human and Scripted QA), but the JavaScript language, by its very nature, makes it tricky to test in an automated fashion. It&amp;rsquo;s not impossible, just a bit harder than it should.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Libya Hurra - News from the ground</title>
      <link>https://ivandemarino.me/posts/libya-hurra-news-from-the-ground/</link>
      <pubDate>Sun, 05 Jun 2011 12:33:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/libya-hurra-news-from-the-ground/</guid>
      <description>&lt;p&gt;A team of smart, young, tech-savvy Lybians have given life to an amazing little (but already growing) project: &lt;strong&gt;collect, translate and share news from the ground of Libya&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The project is this news/blog: &lt;a href=&#34;http://www.libyahurra.info/&#34;&gt;http://www.libyahurra.info/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Libya Hurra&#34; loading=&#34;lazy&#34; src=&#34;https://lh3.googleusercontent.com/-Xqb2gXJ3QSA/Tet3XWhyzpI/AAAAAAAACOk/LpJF4hSZbv4/s800/libyahurra.png&#34;&gt;
Libya Hurra&lt;/p&gt;
&lt;p&gt;I said smart. They have leveraged something that everyone of us (well, people of the world) have: friends from somewhere else. They asked friends to take on the easy task to translate some articles every day, and send back for publication on the blog. I&amp;rsquo;m giving a hand with the Italian translations every time I can.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Coffee-Shit</title>
      <link>https://ivandemarino.me/posts/coffee-shit/</link>
      <pubDate>Thu, 02 Jun 2011 12:24:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/coffee-shit/</guid>
      <description>&lt;p&gt;I had it. I&amp;rsquo;m sick and tired of this nonsense. People, Devs in the
specific, should pull their head out of their ass right now and act
like adults.&lt;/p&gt;
&lt;p&gt;What am I on about? I&amp;rsquo;m about re-factored, recompiled languages. Stuff like
CoffeShit (yeah, &lt;a href=&#34;http://jashkenas.github.com/coffee-script/&#34;&gt;Coffee-SHIT&lt;/a&gt; - so what?).&lt;/p&gt;
&lt;h2 id=&#34;who-the-fuck-cares&#34;&gt;Who the fuck cares?&lt;/h2&gt;
&lt;p&gt;Come on people, are we really saying that the grammar of a language
makes you a better/smarter/faster developer? &lt;strong&gt;This is BULLSHIT!&lt;/strong&gt; Grammar has nothing to do with the quality of your code or with your
development speed. NOTHING!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thinking out aloud: a JavaScript based console?</title>
      <link>https://ivandemarino.me/posts/thinking-out-aloud-a-javascript-based-console/</link>
      <pubDate>Thu, 05 May 2011 21:45:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/thinking-out-aloud-a-javascript-based-console/</guid>
      <description>&lt;p&gt;In the last month or two &lt;a href=&#34;https://github.com/detro/phantomjs&#34;&gt;I started contributing&lt;/a&gt; to &lt;a href=&#34;http://www.phantomjs.org&#34;&gt;PhantomJS&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;PhantomJS logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.openclipart.org/image/800px/svg_to_png/lemmling_Cartoon_ghost.png&#34;&gt;
PhantomJS logo&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
PhantomJS is an optimal solution for headless testing of web-based applications, site scraping, pages capture, SVG renderer, PDF converter and many other use cases.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;The project is really interesting and we are seeing a steady growth in terms of:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Need to ship your Qt app for Mac? Bundle it up!</title>
      <link>https://ivandemarino.me/posts/need-to-ship-your-qt-app-for-mac-bundle-it-up/</link>
      <pubDate>Wed, 27 Apr 2011 16:51:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/need-to-ship-your-qt-app-for-mac-bundle-it-up/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m contributing some code and GCC-CPU-time to &lt;a href=&#34;https://github.com/ariya/phantomjs&#34;&gt;PhantomJS&lt;/a&gt;. It&amp;rsquo;s a brilliant idea and I hope it will grow, maybe with some help from me as well.&lt;/p&gt;
&lt;p&gt;I have recently spent some time working out how to go from a &amp;ldquo;compiled from source&amp;rdquo; version, to generate a shippable executable. For Mac, in my case.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;a &#34; loading=&#34;lazy&#34; src=&#34;http://i.ehow.co.uk/images/a04/j8/5h/fold-cute-origami-gift-box-800x800.jpg&#34;&gt;
a &amp;lsquo;cute&amp;rsquo; bundle&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll explain how to bundle up your Qt based application, so that you can ship it. PhantomJS will be my reference example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New personal computing, same old self-damaging pattern</title>
      <link>https://ivandemarino.me/posts/new-personal-computing-same-old-self-damaging-pattern/</link>
      <pubDate>Sun, 17 Apr 2011 19:50:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-personal-computing-same-old-self-damaging-pattern/</guid>
      <description>&lt;p&gt;Think about it. We are still paying the consequences of Windows.  The &lt;em&gt;User Interaction&lt;/em&gt; and &lt;em&gt;User Experience&lt;/em&gt; expected by most of the &lt;strong&gt;normal&lt;/strong&gt; people are widely based upon Microsoft Window&amp;rsquo;s own (ehm&amp;hellip;) patterns. The bad &lt;em&gt;design and usability&lt;/em&gt; choices that are at the very base of that software (from version &lt;em&gt;1&lt;/em&gt; up to latest &lt;em&gt;7&lt;/em&gt;), shaped how contemporary users &lt;strong&gt;expect to interact&lt;/strong&gt; with their personal computer. How they should do things. What are the predictable consequences of their actions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>London&#39;s Barclay Cycle Hire: Good, Bad and Evil</title>
      <link>https://ivandemarino.me/posts/london-s-barclay-cycle-hire-good-bad-and-evil/</link>
      <pubDate>Wed, 06 Apr 2011 22:37:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/london-s-barclay-cycle-hire-good-bad-and-evil/</guid>
      <description>&lt;p&gt;Last Sunday my girlfriend, my friend &lt;a href=&#34;http://twitter.com/lucabox&#34;&gt;@lucabox&lt;/a&gt; and I decided have a go at &lt;a href=&#34;http://www.tfl.gov.uk/roadusers/cycling/14808.aspx&#34;&gt;London&amp;rsquo;s Barclays Cycle Hire&lt;/a&gt;. Wanting to enjoy the weather in Hyde Park, we agreed at meeting there: Luca cycled from Tate Modern, we took our bike at &lt;a href=&#34;http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Queen&#39;s+Gate,+Westminster,+London+SW7+2,+UK&amp;amp;aq=&amp;amp;sll=51.501854,-0.175036&amp;amp;sspn=0.002454,0.004442&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=Queen&#39;s+Gate,+Westminster,+London+SW7+2,+United+Kingdom&amp;amp;t=h&amp;amp;z=16&#34;&gt;Hyde Park&amp;rsquo;s Queen&amp;rsquo;s Gate&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Boris and &#34; loading=&#34;lazy&#34; src=&#34;http://www.chapmancentral.co.uk/blog/wp-content/uploads/2010/09/boris-barclays-bike-hire.jpg&#34;&gt;
Boris and &amp;lsquo;it&amp;rsquo;s&amp;rsquo; bikes&lt;/p&gt;
&lt;p&gt;The day was great, and the good weather helped. The experience with those bikes was&amp;hellip; follow me.&lt;/p&gt;
&lt;h2 id=&#34;the-good&#34;&gt;The Good&lt;/h2&gt;
&lt;h3 id=&#34;cheap-to-start&#34;&gt;Cheap to start&lt;/h3&gt;
&lt;p&gt;The price scheme is simple if you are not a member: we paid just £1.00 to access. The &lt;strong&gt;first 30 minutes are free&lt;/strong&gt;, than &lt;strong&gt;£1 for the first hour&lt;/strong&gt;, £4 for 1.5 hours and so growing. Details &lt;a href=&#34;http://www.tfl.gov.uk/roadusers/cycling/14811.aspx&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to handle Proxy PAC configuration with Qt</title>
      <link>https://ivandemarino.me/posts/how-to-handle-proxy-pac-configuration-with-qt/</link>
      <pubDate>Sun, 20 Mar 2011 19:51:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-handle-proxy-pac-configuration-with-qt/</guid>
      <description>&lt;p&gt;This article was originally &lt;a href=&#34;http://blog.orangelabsuk.com/2010/06/03/extract-proxy-configuration-from-a-pac-file-with-qt/&#34;&gt;written on another blog&lt;/a&gt;. That blog was never &lt;em&gt;officially published&lt;/em&gt;, and it will probably never be. It was written on the &lt;strong&gt;3rd of June 2010&lt;/strong&gt;, but is still &amp;ldquo;somewhat important&amp;rdquo; and relevant.&lt;/p&gt;
&lt;p&gt;Since the post was published, &lt;strong&gt;Richard Moore &amp;lt;rich @linux…fpb.site&amp;gt;&lt;/strong&gt; has done &lt;a href=&#34;http://gitorious.org/qt-examples/qt-examples/trees/master/pac-files&#34;&gt;a commit in the Qt examples directory that resamples very closely my code below&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So, I decided to repost it here.&lt;/p&gt;
&lt;h1 id=&#34;qt-and-proxy-configuration&#34;&gt;Qt and Proxy Configuration&lt;/h1&gt;
&lt;p&gt;What’s great of &lt;a href=&#34;http://qt.nokia.com/&#34;&gt;Qt&lt;/a&gt;, is that it comes with a very rich set of libraries to cover almost everything you can think of. As a Qt developer, you should always double check the Documentation first, to see if “it’s already there”, before jumping into coding. It saves tons of time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Can Italy be trusted in building a Nuclear Reactor?</title>
      <link>https://ivandemarino.me/posts/can-italy-be-trusted-in-building-a-nuclear-reactor/</link>
      <pubDate>Wed, 16 Mar 2011 08:19:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/can-italy-be-trusted-in-building-a-nuclear-reactor/</guid>
      <description>&lt;p&gt;Japan is facing one of the worst crisis since &lt;a href=&#34;http://en.wikipedia.org/wiki/World_War_II&#34;&gt;WW2&lt;/a&gt;: An &lt;strong&gt;earthquake&lt;/strong&gt;, a subsequent &lt;strong&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Tsunami&#34;&gt;Tsunami&lt;/a&gt;&lt;/strong&gt; and now, worsts of all, a &lt;strong&gt;nuclear power crisis&lt;/strong&gt;. Thousands died, and millions are now in huge danger. Japan is indeed facing a tragedy.&lt;/p&gt;
&lt;p&gt;The earthquake was not just a strong one: was the 6th in the list of most powerful earthquakes ever registered (i.e. since ~1900) - &lt;strong&gt;an incredible 8.9 Richter&lt;/strong&gt;. And, bear in mind, the &lt;a href=&#34;http://en.wikipedia.org/wiki/Richter_magnitude_scale&#34;&gt;Richter Magnitude Scale&lt;/a&gt; is &lt;strong&gt;logarithmic&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bloggart: a bit more code, a bit less sleep</title>
      <link>https://ivandemarino.me/posts/bloggart-a-bit-more-code-a-bit-less-sleep/</link>
      <pubDate>Fri, 11 Mar 2011 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bloggart-a-bit-more-code-a-bit-less-sleep/</guid>
      <description>&lt;p&gt;Hi. I don&amp;rsquo;t know if you can notice it, but I just did few updates to the CSS of this Blog.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://sleep-deprivation-symptoms.org/wp-content/uploads/Sleep-Deprivation-Symptoms-1.jpg&#34;&gt;
Effects of sleep deprivation (no, I&amp;rsquo;m not THAT tired)&lt;/p&gt;
&lt;p&gt;If you are one of the few a followers of &lt;a href=&#34;https://github.com/detro/bloggart&#34;&gt;my Bloggart fork&lt;/a&gt;, you know what&amp;rsquo;s going on: Page support, changes to the &lt;strong&gt;&amp;ldquo;Squared&amp;rdquo;&lt;/strong&gt; theme and more.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not yet where I want to be, but it&amp;rsquo;s getting closer. While I add small features to Bloggart, I learn its intricacies, and discover some small/medium latent bugs. Stuff that &lt;em&gt;&amp;ldquo;didn&amp;rsquo;t happen because scenario x was never considered&amp;rdquo;&lt;/em&gt;: this is giving me some possibilities to fix and improve.&lt;/p&gt;</description>
    </item>
    <item>
      <title>11/02/2011 - It happened today</title>
      <link>https://ivandemarino.me/posts/11-02-2011-it-happened-today/</link>
      <pubDate>Fri, 11 Feb 2011 23:47:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/11-02-2011-it-happened-today/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m impressed. Today a lot of important things just happened, and I think it&amp;rsquo;s work putting them down.&lt;/p&gt;
&lt;h1 id=&#34;tahrir-square-pushes-hosni-mubarak-down&#34;&gt;Tahrir Square pushes Hosni Mubarak down&lt;/h1&gt;
&lt;p&gt;After what he said yesterday night, I was not expecting this to happen so soon. &lt;a href=&#34;http://www.bbc.co.uk/news/world-middle-east-12433045&#34;&gt;Mubarak stepped down&lt;/a&gt;! In addition of being a great news for all my friends that are directly or indirectly related to Egypt, this is an &lt;strong&gt;INCREDIBLE&lt;/strong&gt; news for something I tagged as &lt;em&gt;&amp;ldquo;lost&amp;rdquo;&lt;/em&gt;: &lt;strong&gt;hope&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Android Honeycomb: is Google shooting itself in the foot?</title>
      <link>https://ivandemarino.me/posts/android-honeycomb-is-google-shooting-itself-in-the-foot/</link>
      <pubDate>Tue, 01 Feb 2011 12:05:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/android-honeycomb-is-google-shooting-itself-in-the-foot/</guid>
      <description>&lt;p&gt;This video is great! Yes, quality wise is quite poor, it looks like the &lt;a href=&#34;http://en.wikipedia.org/wiki/Pixar#Early_history&#34;&gt;first movies from Pixar&lt;/a&gt;. But it&amp;rsquo;s quite amusing and &amp;ldquo;teasing&amp;rdquo;. Take a second to watch it:&lt;/p&gt;
&lt;iframe title=&#34;YouTube video player&#34; class=&#34;youtube-player&#34; type=&#34;text/html&#34; width=&#34;640&#34; height=&#34;390&#34; src=&#34;http://www.youtube.com/embed/quI2I8wLPdc&#34; frameborder=&#34;0&#34; allowFullScreen&gt;&lt;/iframe&gt;
&lt;p&gt;Definitely, Motorola is looking better and better at every new product (&lt;a href=&#34;http://gigaom.com/2010/05/17/droid-does-not-help-motorola-offset-market-share-loss/&#34;&gt;even though their market share is still ridiculously small&lt;/a&gt;). This video, with the whole set of products presented at &lt;a href=&#34;http://www.google.co.uk/search?sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;q=ces+2011+motorola&#34;&gt;CES 2011&lt;/a&gt;, like &lt;a href=&#34;http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile-Phones/Motorola-ATRIX-US-EN&#34;&gt;Atrix 4G&lt;/a&gt; and &lt;a href=&#34;http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Tablets/ci.MOTOROLA-XOOM-US-EN.overview&#34;&gt;Xoom&lt;/a&gt;, is sign that they are ready to fight and fight hard.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Creative Common Attribution Share Alike, Skins and... understanding</title>
      <link>https://ivandemarino.me/posts/creative-common-attribution-share-alike-skins-and-understanding/</link>
      <pubDate>Thu, 27 Jan 2011 23:56:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/creative-common-attribution-share-alike-skins-and-understanding/</guid>
      <description>&lt;p&gt;Something very peculiar is currently going on behind the scene of this blog. &lt;a href=&#34;https://github.com/detro/bloggart&#34;&gt;My fork of bloggart&lt;/a&gt; has been taken and adapted to make a &lt;a href=&#34;http://www.rivermountainhighschool.org/&#34;&gt;new website&lt;/a&gt; dedicated to a TV show, &lt;a href=&#34;http://en.wikipedia.org/wiki/Skins_(TV_series)&#34;&gt;Skins&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://creativecommons.org/licenses/by-sa/3.0/&#34;&gt;&lt;img alt=&#34;Creative Commons License&#34; loading=&#34;lazy&#34; src=&#34;http://www.openprocessing.org/images/creativeCommonsBig.jpg&#34;&gt;&lt;/a&gt;
This work is licensed under a &lt;a href=&#34;http://creativecommons.org/licenses/by-sa/3.0/&#34;&gt;Creative Commons Attribution-ShareAlike 3.0 Unported License&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The work has been commissioned by a not well specified &amp;ldquo;Skins Writer&amp;rdquo; entity to &lt;a href=&#34;http://www.scholistech.com/&#34;&gt;ScholisTech&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;i-dont-like-it&#34;&gt;I don&amp;rsquo;t like it&lt;/h1&gt;
&lt;p&gt;So far, so good. It feels good to know that someone appreciates your work, isn&amp;rsquo;t it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bloggart: what&#39;s coming</title>
      <link>https://ivandemarino.me/posts/bloggart-what-s-coming/</link>
      <pubDate>Mon, 10 Jan 2011 00:45:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bloggart-what-s-coming/</guid>
      <description>&lt;p&gt;Dear Bloggart belovers (like there were any out there&amp;hellip;), this is a quick update on what&amp;rsquo;s happening with &lt;a href=&#34;https://github.com/detro/bloggart&#34;&gt;my Bloggart fork&lt;/a&gt;. Yes, &lt;strong&gt;fork&lt;/strong&gt; - this is now the correct way to calling it.&lt;/p&gt;
&lt;p&gt;Initially I was just touching and modelling the software to my personal needs. Now I&amp;rsquo;m really going in my own direction.&lt;/p&gt;
&lt;p&gt;Anyway, let&amp;rsquo;s stay focused. I was here to tell you about a couple of new things that are coming to Bloggart.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Shortest Christmas Holiday</title>
      <link>https://ivandemarino.me/posts/the-shortest-christmas-holiday/</link>
      <pubDate>Mon, 20 Dec 2010 12:26:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-shortest-christmas-holiday/</guid>
      <description>&lt;p&gt;Here we are, trying to think of a title for this post. A post about what the HELL happened to us in our first attempt to go home for Christmas 2010. The only thing we thought about is &lt;em&gt;&amp;ldquo;The Shortest Christmas Holiday&amp;rdquo;&lt;/em&gt;. You will have to live with that! :)&lt;/p&gt;
&lt;h1 id=&#34;1020---early-arrival-at-terminal-and-great-weather&#34;&gt;10:20 - Early arrival at terminal and great weather&lt;/h1&gt;
&lt;p&gt;Our friend Oz volunteered to bring us to Stansted Airport for our flight to Naples (what a lovely chap!). After 1 hour and 10 minutes, his little Panda brought us safe and sound to Stansted Airport. More than 2 hours in advance.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Minification and Templating for Bloggart</title>
      <link>https://ivandemarino.me/posts/minification-and-templating-for-bloggart/</link>
      <pubDate>Fri, 26 Nov 2010 15:53:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/minification-and-templating-for-bloggart/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m sick home, but I can&amp;rsquo;t just sit in bed. It&amp;rsquo;s not how I work: I need to do something. So, I decided to give some love to Bloggart and put into proper code some features &lt;a href=&#34;http://blog.ivandemarino.me/2010/11/25/Too-busy-to-blog&#34;&gt;I already said&lt;/a&gt; I wanted to add.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.greatescapecars.co.uk/images/library/images/Mini01.JPG&#34;&gt;&lt;/p&gt;
&lt;p&gt;I just committed on &lt;a href=&#34;https://github.com/detro/bloggart/commits/master&#34;&gt;my Bloggart fork&lt;/a&gt; quite a list of things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support for JS and CSS &amp;lsquo;Minification&amp;rsquo; (no obfuscation though)&lt;/li&gt;
&lt;li&gt;Support for JS and CSS &amp;lsquo;Templating&amp;rsquo; (i.e. Being able to use App Engine Djiango Template grammar into JS and CSS files)&lt;/li&gt;
&lt;li&gt;Support for JS and CSS &amp;lsquo;Memcaching&amp;rsquo;&lt;/li&gt;
&lt;li&gt;Show line numbers for &amp;lsquo;&amp;lt;pre&amp;gt;sourcecode&amp;lt;/pre&amp;gt;&amp;rsquo; areas in posts&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Even though this is simple stuff, two of them stand out I think: &lt;strong&gt;Minification and Templating&lt;/strong&gt;. Why? Because even if those are not complex or new, they speed Bloggart up even more! Let me spend a couple of words on it, so that it can be useful for you, even if you are not planning to use Bloggart.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Too busy to blog?</title>
      <link>https://ivandemarino.me/posts/too-busy-to-blog/</link>
      <pubDate>Wed, 24 Nov 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/too-busy-to-blog/</guid>
      <description>&lt;p&gt;I have been thinking about a million posts to write, snippets of code to publish, CompSci problems to discuss.&lt;/p&gt;
&lt;p&gt;But I&amp;rsquo;m just really busy at &lt;a href=&#34;http://www.betfair.com&#34;&gt;work&lt;/a&gt;, and not finding the energy to publish anything worth more than a tweet.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Gioacchino Rossini&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/GiorcesRossini1.jpg/436px-GiorcesRossini1.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;A pint for whoever gets why I putted this here&lt;/p&gt;
&lt;p&gt;Yes, &lt;a href=&#34;http://twitter.com/detronizator&#34;&gt;Twitter&lt;/a&gt;. I do believe now that is what stops me from writing a post: &lt;strong&gt;sometimes thoughts are not worth more than a 140 characters&lt;/strong&gt;. And the very nature of Twitter also pushes me to be as synthetic as possible. With the result that I don&amp;rsquo;t really post anything anymore. :-(&lt;/p&gt;</description>
    </item>
    <item>
      <title>Full Frontal 2010 - My transcript</title>
      <link>https://ivandemarino.me/posts/full-frontal-2010-my-transcript/</link>
      <pubDate>Sun, 14 Nov 2010 22:20:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/full-frontal-2010-my-transcript/</guid>
      <description>&lt;p&gt;Last friday I have attended &lt;a href=&#34;http://2010.full-frontal.org/&#34;&gt;Full Frontal 2010&lt;/a&gt;, a one day JavaScript conference organised by &lt;a href=&#34;http://leftlogic.com/&#34;&gt;Left Logic&lt;/a&gt;. This has been the second time the conference ran: the first was &lt;a href=&#34;http://2009.full-frontal.org/&#34;&gt;last year&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Full Frontal 2010 logo&#34; loading=&#34;lazy&#34; src=&#34;http://lh3.ggpht.com/_-lx7Fx4NBII/TOAlVEu-GjI/AAAAAAAACF0/r92mPI-i7s4/s800/ff2010-logo.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Full Frontal 2010&lt;/p&gt;
&lt;p&gt;It was a very inspiring and stimulating day, with a &lt;strong&gt;very very&lt;/strong&gt; nice &lt;a href=&#34;http://2010.full-frontal.org/schedule&#34;&gt;line of speakers&lt;/a&gt;, all coming from different, but yet connected, areas of the Front End Development scene.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://leftlogic.com&#34;&gt;Left Logic&lt;/a&gt; is run by &lt;a href=&#34;http://remysharp.com/&#34;&gt;Remy Sharp&lt;/a&gt;, that made an very good job, together with his wife (sorry, I don&amp;rsquo;t recall her name right now), to organise, publicise and sell-out all the tickets, &lt;strong&gt;months before the conference&lt;/strong&gt;. I guess next year the only problem for them will be to try to find a bigger venue: &lt;a href=&#34;http://www.picturehouses.co.uk/cinema/Duke_Of_Yorks/&#34;&gt;Duke of York&amp;rsquo;s Picturehouse in Brighton&lt;/a&gt; was a nice and cosy one, but the  absence of decent WiFi connectivity, and the size of the cinema, will probably become a limit as this event gets more and more popular.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;X - Senza Titolo&#34;</title>
      <link>https://ivandemarino.me/posts/x-senza-titolo/</link>
      <pubDate>Tue, 26 Oct 2010 23:07:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/x-senza-titolo/</guid>
      <description>&lt;iframe src=&#34;http://player.vimeo.com/video/16191283&#34; width=&#34;500&#34; height=&#34;281&#34; frameborder=&#34;0&#34;&gt;&lt;/iframe&gt;
&lt;p&gt;&lt;a href=&#34;http://vimeo.com/16191283&#34;&gt;&amp;ldquo;X - Senza Titolo&amp;rdquo; - Il Film&lt;/a&gt; from &lt;a href=&#34;http://vimeo.com/user5058666&#34;&gt;Ivan De Marino&lt;/a&gt; on &lt;a href=&#34;http://vimeo.com&#34;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This video is something we were supposed to put together&amp;hellip; 10 years ago! we were young, stupid, bored and lonely in a country-side city.&lt;/p&gt;
&lt;p&gt;The video is in Italian, unfortunately. But I&amp;rsquo;m sure you can have fun even not understanding the speech. :D&lt;/p&gt;
&lt;p&gt;This is a sort of &amp;ldquo;gift&amp;rdquo; to my friends and&amp;hellip; to young me. Long gone.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;10 anni fa, in una strana, calda, solitaria estate Pomi-Bruscianese, 3 fessi decisero di fare &amp;ldquo;Il Film&amp;rdquo;&amp;hellip; invece eh asci&amp;rsquo; e mettr eh man n&amp;rsquo;cul eh femmn&amp;hellip;
Senza copione, storia, mezzi, ma soprattutto senza TALENTO, questi 3 sfigati si armarono di telecamera, voglia di ridere e altri mezzi di fortuna.
Il risultato è l&amp;rsquo;ABOMINIO INTELLETTUALE a cui avete appena assistito.
Si, la storia si conclude qui: era cominciata senza senso, non vi aspettereste mica che lo acquisti nel durante. No?
E poi questi 3 ormai vivono in 3 parti molto lontane del globo: l&amp;rsquo;unico modo per dar finalmente un senso a tutto questo, sarebbe convincerli a continuar l&amp;rsquo;opra.
Dubitiamo ci sia qualcuno interessato a farglielo fare :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple TV 3.x with Boxee, USB Storage and AFP: a Non-How-To</title>
      <link>https://ivandemarino.me/posts/apple-tv-3-x-with-boxee-usb-storage-and-afp-a-non-how-to/</link>
      <pubDate>Sat, 23 Oct 2010 11:20:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apple-tv-3-x-with-boxee-usb-storage-and-afp-a-non-how-to/</guid>
      <description>&lt;p&gt;Our lounge recently welcomed an &lt;a href=&#34;http://en.wikipedia.org/wiki/Apple_TV#First_generation&#34;&gt;Apple TV first generation&lt;/a&gt;. It&amp;rsquo;s a simple, slick, beautiful piece of hardware. It&amp;rsquo;s Intel-based, has &lt;a href=&#34;http://en.wikipedia.org/wiki/Apple_TV#First_generation&#34;&gt;good hardware specs&lt;/a&gt; and has all the necessary output ports that a modern media center should have. And can do 1080p because is powerful enough: &lt;a href=&#34;http://www.theinquirer.net/inquirer/news/1727694/apple-tv-hd&#34;&gt;the new one can&amp;rsquo;t&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://watchinternetvideoontv.com/images/apple_tv_plus_boxee.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Very self explanatory&lt;/p&gt;
&lt;p&gt;I bought with one aim in mind: &lt;a href=&#34;http://www.boxee.tv/&#34;&gt;Boxee&lt;/a&gt;! This media center project is just super, and I wanted something to run it on. Initially I though about a Mac Mini, but figured out that was too expensive (even a 2nd hand one) to do &lt;em&gt;&amp;ldquo;just&amp;rdquo;&lt;/em&gt; mediacenter.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;So Long, and Thanks for All the Fish&#34;</title>
      <link>https://ivandemarino.me/posts/so-long-and-thanks-for-all-the-fish/</link>
      <pubDate>Thu, 21 Oct 2010 23:55:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/so-long-and-thanks-for-all-the-fish/</guid>
      <description>&lt;p&gt;I have been thinking of writing a post to &amp;ldquo;motivate&amp;rdquo; why this should have happened. My most tweeted rant is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Symbian is dead, long live S60&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But today &lt;a href=&#34;http://conversations.nokia.com/2010/10/21/nokia-focuses-on-qt-to-extend-reach-for-developers-make-mobile-experience-richer-for-users/&#34;&gt;Nokia decided to do it out of the blue&lt;/a&gt; (not really). So now I just have to acknowledge that I&amp;rsquo;m late. :)&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.definitivedowntempo.com/wp-content/uploads/2010/02/dolphins.jpg&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;what-the-heck-am-i-talking-about&#34;&gt;What the heck am I talking about?&lt;/h3&gt;
&lt;p&gt;Yes, I know, my ability to explain myself, sometimes, fails big time. But if you are here, I want to assume that you know who I&amp;rsquo;m and, more or less, &lt;em&gt;where I come from&lt;/em&gt;. If you don&amp;rsquo;t, why the heck are you reading my intellectual blasphemy? Go home!&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Wordpress to Bloggart</title>
      <link>https://ivandemarino.me/posts/from-wordpress-to-bloggart/</link>
      <pubDate>Mon, 11 Oct 2010 22:32:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/from-wordpress-to-bloggart/</guid>
      <description>&lt;p&gt;This post has been in my &amp;ldquo;TODO list&amp;rdquo; long enough. It&amp;rsquo;s time to put it in words.
Let&amp;rsquo;s go!&lt;/p&gt;
&lt;p&gt;As you probably know, &lt;a href=&#34;http://blog.ivandemarino.me/2010/08/30/Hello-World-again&#34;&gt;I decided to give up Wordpress.org&lt;/a&gt;
in favour of &lt;a href=&#34;http://github.com/detro/bloggart&#34;&gt;Bloggart on App Engine&lt;/a&gt;. A great choice so far I must say.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Migration&#34; loading=&#34;lazy&#34; src=&#34;http://farm4.static.flickr.com/3646/3482243965_02d4129590_b.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Migration, a proper one&lt;/em&gt;&lt;/p&gt;
&lt;h3 id=&#34;what-i-wanted-to-achieve&#34;&gt;What I wanted to achieve&lt;/h3&gt;
&lt;p&gt;My aim was to migrate more than 6 years of content (posts &lt;em&gt;and&lt;/em&gt; comments) from my previous blog at &lt;strong&gt;detronizator.org&lt;/strong&gt; into a bloggart installation.
Why bloggart? &lt;a href=&#34;http://blog.notdot.net/&#34;&gt;Nick Johnson&lt;/a&gt;, the original author of Bloggart on Appengine,
wrote &lt;a href=&#34;http://blog.notdot.net/2009/10/Writing-a-blog-system-on-App-Engine&#34;&gt;a series of article&lt;/a&gt;
on how to build a nice, little, smart blogging app on App Engine.
At the same time, work on &lt;a href=&#34;http://www.txty.mobi&#34;&gt;txty.mobi&lt;/a&gt; started to get more and more engaging,
making me a lover (and advocate) of &lt;a href=&#34;code.google.com/appengine/&#34;&gt;Google App Engine&lt;/a&gt;.
Plus, I was interested in &amp;ldquo;starting from scratch&amp;rdquo;: &lt;a href=&#34;http://www.wordpress.org&#34;&gt;Wordpress.org&lt;/a&gt;
is a great project, but I just didn&amp;rsquo;t feel it &lt;em&gt;&amp;ldquo;mine enough&amp;rdquo;&lt;/em&gt;. My blog must feel really &lt;em&gt;mine&lt;/em&gt;:
it&amp;rsquo;s about me after all.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rename Subdirectories in a Tree: the Bash way</title>
      <link>https://ivandemarino.me/posts/rename-subdirectories-in-a-tree-the-bash-way/</link>
      <pubDate>Thu, 30 Sep 2010 15:36:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/rename-subdirectories-in-a-tree-the-bash-way/</guid>
      <description>&lt;p&gt;My granma always used to say every time she was recompiling the &lt;a href=&#34;http://www.kernel.org&#34;&gt;Linux Kernel&lt;/a&gt; of her wash machine:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Bash Scripting is GREAT!
Be sure you learn it.
One day will understand why it can make your life much easier.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And she was right! I&amp;rsquo;m not an &lt;a href=&#34;http://tiswww.case.edu/php/chet/bash/bashtop.html&#34;&gt;Bash&lt;/a&gt; expert, but when I spend that &lt;em&gt;10 minutes&lt;/em&gt; putting together that scripts that _makes that tedious task &lt;em&gt;piece of cake&lt;/em&gt;, the satisfaction is as tick as a Mug of Coffee.&lt;/p&gt;</description>
    </item>
    <item>
      <title>gredirector - &#39;HTTP 301&#39; through App Engine</title>
      <link>https://ivandemarino.me/posts/gredirector-http-301-through-app-engine/</link>
      <pubDate>Wed, 29 Sep 2010 00:00:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gredirector-http-301-through-app-engine/</guid>
      <description>&lt;p&gt;When I decided to &lt;a href=&#34;http://blog.ivandemarino.me/2010/08/30/Hello-World-again&#34;&gt;migrate to this new blog&lt;/a&gt; I was confronted by a very important issue: how do I make sure that the (already modest) traffic going to &lt;code&gt;http://www.detronizator.org/*&lt;/code&gt; would be redirected to this new URL?&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.hellboundbloggers.com/wp-content/uploads/2009/05/301-Redirection.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;301 Redirection&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I started searching and I found &lt;a href=&#34;http://blog.dantup.com/2010/01/generic-redirection-script-for-google-app-engine&#34;&gt;this article by Danny Tuppeny&lt;/a&gt; on how to use a &lt;a href=&#34;http://code.google.com/appengine/&#34;&gt;Google App Engine&lt;/a&gt; application to do the trick.&lt;/p&gt;
&lt;p&gt;So, what I did was to take his code and started putting it in place for me at &lt;a href=&#34;http://redirector.ivandemarino.me&#34;&gt;http://redirector.ivandemarino.me&lt;/a&gt;. But because I&amp;rsquo;m a Software Developer that likes to make elegant stuff, I noticed that quite few things were missing:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mind your own Belief</title>
      <link>https://ivandemarino.me/posts/mind-your-own-belief/</link>
      <pubDate>Wed, 15 Sep 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mind-your-own-belief/</guid>
      <description>&lt;p&gt;&lt;strong&gt;cs&amp;gt;&lt;/strong&gt; Come back to God. You are still on time to get baptised. You can save your childrens: baptise them! God will have mercy of their souls and allow them to the Heaven!&lt;/p&gt;
&lt;p&gt;me&amp;gt; Excuse me, what are you doing?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;cs&amp;gt;&lt;/strong&gt; I&amp;rsquo;m spreading the world of Christ!&lt;/p&gt;
&lt;p&gt;me&amp;gt; Christ?!?! That is great!&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://images4.cpcache.com/product/thank+the+gods+i&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;cs&amp;gt;&lt;/strong&gt; Yes, I know. Thanks.&lt;/p&gt;
&lt;p&gt;me&amp;gt; So, he told you about that?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;cs&amp;gt;&lt;/strong&gt; Who? About what?&lt;/p&gt;
&lt;p&gt;me&amp;gt; Christ. You said you are spreading his word.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Charles: not the Prince, the Proxy</title>
      <link>https://ivandemarino.me/posts/charles-not-the-prince-the-proxy/</link>
      <pubDate>Fri, 10 Sep 2010 09:33:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/charles-not-the-prince-the-proxy/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s around 3 months now that I&amp;rsquo;m spending majority of my time developing for the web. For both Career (my new job at &lt;a href=&#34;http://www.betfair.com&#34;&gt;Betfair&lt;/a&gt;) and Personal (my pet project &lt;a href=&#34;http://www.txty.mobi&#34;&gt;txty.mobi&lt;/a&gt;) reasons.&lt;/p&gt;
&lt;p&gt;And when you do it pretty intensively, with a lot of &lt;a href=&#34;http://en.wikipedia.org/wiki/JSON&#34;&gt;JSON&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/JavaScript&#34;&gt;Javascript&lt;/a&gt; code and what not, you need some tools to &amp;ldquo;ease tasks&amp;rdquo;. Particularly, the ones where you need to simulate a non-browser client or stuff like that.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Charles Proxy logo&#34; loading=&#34;lazy&#34; src=&#34;http://blog.chasebrammer.com/wp-content/uploads/2009/02/logo.jpg&#34; title=&#34;Charles Proxy&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Making Bloggart Sidebar more Flexible</title>
      <link>https://ivandemarino.me/posts/making-bloggart-sidebar-more-flexible/</link>
      <pubDate>Thu, 09 Sep 2010 00:55:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/making-bloggart-sidebar-more-flexible/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://github.com/Arachnid/bloggart&#34;&gt;Bloggart from Nick Johnson&lt;/a&gt; is great. I think I made it clear that I love it (there hasn&amp;rsquo;t been a post so far with a mention about it). But it has some &amp;ldquo;shortcoming&amp;rdquo;: bits that a person like me, coming from &lt;a href=&#34;http://www.wordpress.org&#34;&gt;Wordpress&lt;/a&gt;, always wishes were there. But no worries, we can always tune Bloggart: it&amp;rsquo;s the great part of Open Source after all.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Branching&#34; loading=&#34;lazy&#34; src=&#34;http://farm4.static.flickr.com/3464/3263818786_961f7b7ae4.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Nice Branching Metaphor&lt;/p&gt;
&lt;p&gt;In fact, at &lt;a href=&#34;http://github.com/detro/bloggart&#34;&gt;github.com/detro/bloggart&lt;/a&gt; you can find &lt;strong&gt;my branch&lt;/strong&gt; of Bloggart, where I&amp;rsquo;m gradually pushing the new functionality I want/need.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Job. New Blog. New Life(?)</title>
      <link>https://ivandemarino.me/posts/new-job-new-blog-new-life/</link>
      <pubDate>Wed, 08 Sep 2010 17:33:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-job-new-blog-new-life/</guid>
      <description>&lt;p&gt;A lot is changing in my life. I&amp;rsquo;m getting older, I&amp;rsquo;m getting wiser, I&amp;rsquo;m getting &amp;ldquo;stupider&amp;rdquo; (like it was even possible :-P ).&lt;/p&gt;
&lt;h3 id=&#34;new-job&#34;&gt;New Job&lt;/h3&gt;
&lt;p&gt;Last Friday (&lt;time datetime=&#34;2010-09-03&#34;&gt;3rd of Sep 2010&lt;/time&gt;) I left &lt;a href=&#34;http://www.orange.com/en_EN/group/global_footprint/countries/uk/uk-lab.jsp&#34;&gt;Orange&lt;/a&gt; &lt;a href=&#34;http://orangelabsuk.com/&#34;&gt;Labs UK&lt;/a&gt;. After 2 years and 2 months, my work at this the UK branch of &lt;a href=&#34;http://en.wikipedia.org/wiki/France_T%C3%A9l%C3%A9com&#34;&gt;France Telecom&lt;/a&gt; R&amp;amp;D is over.&lt;/p&gt;
&lt;p&gt;I have been involved in a number of projects with various degrees of commitment: some full time, some to land a hand, some to just criticise and make fun of colleagues (just kidding: it was more like trying to shutdown wasteful project branching and focusing on the good targets :-P ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>F1 2010: Codemaster vs. Real World Rain (Monaco)</title>
      <link>https://ivandemarino.me/posts/f1-2010-codemaster-vs-real-world-rain-monaco/</link>
      <pubDate>Tue, 31 Aug 2010 07:59:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/f1-2010-codemaster-vs-real-world-rain-monaco/</guid>
      <description>&lt;iframe class=&#34;youtube-player&#34; type=&#34;text/html&#34; width=&#34;560&#34; height=&#34;340&#34; src=&#34;http://www.youtube.com/embed/MKRLSLY_CQg&#34; frameborder=&#34;0&#34;&gt;&lt;/iframe&gt;
&lt;p&gt;Just one advice: &lt;strong&gt;watch this thing in HD and prepare to lose you jaw&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hello World, again!</title>
      <link>https://ivandemarino.me/posts/hello-world-again/</link>
      <pubDate>Mon, 30 Aug 2010 23:22:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hello-world-again/</guid>
      <description>&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ &lt;span class=&#34;nb&#34;&gt;echo&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;Hello World!&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This is my first post from a whole new backend. Yes, I&amp;rsquo;m leaving the underperforming and unreliable &lt;a href=&#34;https://www.bluehost.com/&#34;&gt;Bluehost Hosting&lt;/a&gt; for a scalable, distributed, load-balanced, reliable, powerful platform. I&amp;rsquo;m going Google. I&amp;rsquo;m moving to &lt;a href=&#34;http://code.google.com/appengine/&#34;&gt;App Engine&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To make App Engine serve my purpose, I picked a small, cute, interesting project to do the job: &lt;a href=&#34;http://github.com/Arachnid/bloggart&#34;&gt;Bloggart&lt;/a&gt;, made by brilliant &lt;a href=&#34;http://blog.notdot.net/&#34;&gt;Arachnid (Nick Johnson)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The old posts you ask? Yes, I&amp;rsquo;m working on a strategy for that. Most probably will work a bit on Bloggart to welcome my &lt;a href=&#34;http://wordpress.org/&#34;&gt;Wordpress&lt;/a&gt;&amp;rsquo;s data, and use the &lt;a href=&#34;http://code.google.com/appengine/docs/python/tools/uploadingdata.html&#34;&gt;App Engine Bulk Loader&lt;/a&gt;.
Of course, there will be quite few bumps on the way: Bloggart is not Wordpress. I&amp;rsquo;m sure there will be tons of features that will be left out. But Bloggart and App Engine suite my primary purpose: Speeeeeed. In fact, I recommend you take a good look at &lt;a href=&#34;http://blog.notdot.net/2009/10/Writing-a-blog-system-on-App-Engine&#34;&gt;this series of article on Nick&amp;rsquo;s blog&lt;/a&gt; where he goes step-by-step through the development of his project: really cool stuff.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dan Pink on Motivation</title>
      <link>https://ivandemarino.me/posts/dan-pink-on-motivation/</link>
      <pubDate>Sun, 30 May 2010 19:13:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dan-pink-on-motivation/</guid>
      <description>&lt;p&gt;This is a really amazing version of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Daniel_H._Pink&#34;&gt;Daniel H. Pink&lt;/a&gt; speech about Motivation. It all into it&amp;rsquo;s second book, &amp;ldquo;&lt;a href=&#34;http://www.amazon.com/Drive-Surprising-Truth-About-Motivates/dp/1594488843&#34;&gt;Drive: The Surprising Truth About What Motivates Us&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;
&lt;object width=&#34;560&#34; height=&#34;340&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/u6XAPnuFjJc&amp;hl=en_US&amp;fs=1&amp;&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;560&#34; height=&#34;340&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;And, best of all, it&amp;rsquo;s all explained on a white board ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Books that are my Developer Mantra</title>
      <link>https://ivandemarino.me/posts/books-that-are-my-developer-mantra/</link>
      <pubDate>Mon, 03 May 2010 21:24:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/books-that-are-my-developer-mantra/</guid>
      <description>&lt;p&gt;I can&amp;rsquo;t put it any simpler: buy and read those 2 books ASAP.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.anobii.com/books/Getting_Real/9780578012810/01feaf15f140485f41/&#34;&gt;&lt;img alt=&#34;More about Getting Real&#34; loading=&#34;lazy&#34; src=&#34;http://image.anobii.com/anobi/image_book.php?type=4&amp;item_id=01feaf15f140485f41&amp;time=0&#34;&gt;&lt;/a&gt;
&lt;em&gt;Getting Real&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.anobii.com/books/Rework/9780091929787/01e8da5759a31afe90/&#34;&gt;&lt;img alt=&#34;More about Rework&#34; loading=&#34;lazy&#34; src=&#34;http://image.anobii.com/anobi/image_book.php?type=4&amp;item_id=01e8da5759a31afe90&amp;time=1269086536&#34;&gt;&lt;/a&gt;
&lt;em&gt;Rework&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This is proper stuff. This is stuff that translates into words what you, &lt;strong&gt;THE DEVELOPER&lt;/strong&gt;, would like to have in your daily work life.&lt;/p&gt;
&lt;p&gt;And probably the reason for which having a pet project, something where &lt;strong&gt;you set the rules&lt;/strong&gt;, helps remaining sane, and sometimes to dream that, one day, you will be on your own.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Job&#39;s (a bit) wrong</title>
      <link>https://ivandemarino.me/posts/job-s-a-bit-wrong/</link>
      <pubDate>Sun, 02 May 2010 11:30:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/job-s-a-bit-wrong/</guid>
      <description>&lt;p&gt;This is a set of commets to some of the asserts made by &lt;a href=&#34;http://en.wikipedia.org/wiki/Steve_Jobs&#34;&gt;Steve&lt;/a&gt; &lt;a href=&#34;http://www.apple.com/pr/bios/jobs.html&#34;&gt;Jobs&lt;/a&gt; in his &lt;a href=&#34;http://www.apple.com/hotnews/thoughts-on-flash/&#34;&gt;Thoughts on Flash&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Safari has just ~5.5% of web users share&lt;/h3&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;[&amp;hellip;] Apple even creates open standards for the web. For example, Apple began with a small open source project and created WebKit, a complete open-source HTML5 rendering engine that is the heart of the Safari web browser used in all our products. WebKit has been widely adopted. Google uses it for Android’s browser, Palm uses it, Nokia uses it, and RIM (Blackberry) has announced they will use it too. &lt;strong&gt;Almost every smartphone web browser other than Microsoft’s uses WebKit.&lt;/strong&gt; By making its WebKit technology open, Apple has set the standard for mobile web browsers. [&amp;hellip;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Ehm, what about &lt;a href=&#34;https://developer.mozilla.org/en/Gecko&#34;&gt;Netscape Gecko&lt;/a&gt;? It&amp;rsquo;s not just &lt;a href=&#34;http://www.mozilla.com/en-US/firefox/firefox.html&#34;&gt;Firefox&lt;/a&gt; and it&amp;rsquo;s share of web users, &lt;a href=&#34;http://en.wikipedia.org/wiki/Usage_share_of_web_browsers&#34;&gt;much larger than the one of Safari&lt;/a&gt;, but also the fact that the &lt;a href=&#34;http://www.mozilla.org/foundation/&#34;&gt;Mozilla Foundation&lt;/a&gt; is very much involved in building (&lt;a href=&#34;http://www.w3.org/&#34;&gt;W3C&lt;/a&gt;) standards like &lt;em&gt;HTML5 et similia&lt;/em&gt;.
I can see that you used the word &lt;em&gt;&amp;ldquo;Almost&amp;rdquo;&lt;/em&gt;, but that&amp;rsquo;s not a good start: Steve, let&amp;rsquo;s try to be more &lt;strong&gt;fair&lt;/strong&gt; here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Roald Dahl Plass in 360</title>
      <link>https://ivandemarino.me/posts/roald-dahl-plass-in-360/</link>
      <pubDate>Mon, 12 Apr 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/roald-dahl-plass-in-360/</guid>
      <description>&lt;p&gt;This took some patience. Not to take the pictures themselves, but to bear with a group of trip-mates that were either freezing or bored to wait for me to take this 12 pictures -_-&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/detronizator/4515770425/&#34;&gt;&lt;img alt=&#34;Roald Dahl Plass (360º)&#34; loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2756/4515770425_251855b29a.jpg&#34;&gt;&lt;/a&gt;
&lt;em&gt;Roald Dahl Plass&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Do you like it? If so, I have a larger (way larger) version.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Story of Bottled Water</title>
      <link>https://ivandemarino.me/posts/the-story-of-bottled-water/</link>
      <pubDate>Tue, 30 Mar 2010 08:09:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-story-of-bottled-water/</guid>
      <description>&lt;object width=&#34;560&#34; height=&#34;340&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/Se12y9hSOM0&amp;hl=en_US&amp;fs=1&amp;&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;560&#34; height=&#34;340&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Show this to as much peoples as possible. It probably something some informed/smart people already know, but I admit that having someone making a video of it, makes it more &amp;ldquo;rememberable&amp;rdquo;, so more effective on (my) future behaviour.
I&amp;rsquo;m cheese? I&amp;rsquo;m controllable through videos? Possibly, but in this case I&amp;rsquo;m OK with that.&lt;/p&gt;
&lt;p&gt;More at: &lt;a href=&#34;http://www.storyofstuff.org/&#34;&gt;The Story of Stuff&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>3 o&#39;clock javascript</title>
      <link>https://ivandemarino.me/posts/3-o-clock-javascript/</link>
      <pubDate>Sun, 28 Mar 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/3-o-clock-javascript/</guid>
      <description>&lt;p&gt;I was writing some code to react at a &lt;code&gt;textarea.onKeyUp&lt;/code&gt;. I take the size of the current &lt;code&gt;textarea.val().length&lt;/code&gt;, update an element and do some other stuff.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Yawn&#34; loading=&#34;lazy&#34; src=&#34;http://talkpractice.files.wordpress.com/2009/05/yawn.jpg&#34;&gt;
&lt;em&gt;yawn&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The first version of the code looked like:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-javascript&#34; data-lang=&#34;javascript&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nx&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;#message&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;).&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;keyup&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kd&#34;&gt;function&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;e&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;){&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nx&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;#chars_num&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;).&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;html&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;nx&#34;&gt;new_len&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nx&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;#sms_num&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;).&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;html&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Math&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;floor&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;#message&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;).&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;val&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;().&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;length&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;/&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;161&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;});&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Working good, but was clearly slow: every keystroke was &amp;ldquo;giving back the cursor&amp;rdquo; too slowly for a fast typer like me. I went to take a look at &lt;a href=&#34;http://www.twitter.com/&#34;&gt;twitter&lt;/a&gt;, and their text box was WAY FASTER.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why iPhone still ruleZ</title>
      <link>https://ivandemarino.me/posts/why-iphone-still-rulez/</link>
      <pubDate>Wed, 17 Feb 2010 00:37:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/why-iphone-still-rulez/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m going to make a simple point. And because people that know me think I&amp;rsquo;m a &amp;ldquo;unfair-Google-aficionado-that-doesn&amp;rsquo;t-see-how-evil-Google-is&amp;rdquo;, I&amp;rsquo;m going to use Android as &lt;em&gt;victim&lt;/em&gt; here.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;iPhone ruleZ&#34; loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2304/2322337810_6358bae912_d.jpg&#34;&gt;
&lt;em&gt;iPhone ruleZ&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Other OS? I&amp;rsquo;m not even taking into consideration old stuff like &lt;a href=&#34;http://www.symbian.org/&#34;&gt;Symbian&lt;/a&gt;: is just too easy to trash it now-days (Qt is a whole different story though).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Binary Tree Rebuilder</title>
      <link>https://ivandemarino.me/posts/binary-tree-rebuilder/</link>
      <pubDate>Fri, 05 Feb 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/binary-tree-rebuilder/</guid>
      <description>&lt;p&gt;Imagine you have a &lt;a href=&#34;http://en.wikipedia.org/wiki/Binary_tree&#34;&gt;Binary Tree&lt;/a&gt;, with those characteristics:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Nodes do not respect any order relation - In other words: it&#39;s &amp;lt;strong&amp;gt;not&amp;lt;/strong&amp;gt; a [Binary Search Tree](http://en.wikipedia.org/wiki/Binary_search_tree) of any kind

* Every node appears &amp;lt;em&amp;gt;once and only once&amp;lt;/em&amp;gt; within the tree
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img alt=&#34;A nice Binary Tree&#34; loading=&#34;lazy&#34; src=&#34;http://www.drunkmenworkhere.org/bintree/pagerank.png&#34;&gt;
&lt;em&gt;A nice Binary Tree&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Then, your little brother passes by your desk and, to upset you, deletes the tree from your computer memory/HD (yeah, I know, I&amp;rsquo;m pathetic at inventing hypothetical situations :-P ).&lt;/p&gt;
&lt;p&gt;Fortunately though, you previously did a &lt;a href=&#34;http://en.wikipedia.org/wiki/Tree_traversal&#34;&gt;Pre-Order and an In-Order visit of your tree&lt;/a&gt;, and stored the result in an 2 nice array.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can you rebuild the original tree structure out of this 2 array?&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;How are you going to rebuild it?&lt;/h3&gt;
Yes, you can! (Sorry, I couldn&#39;t resist). And it&#39;s quite easy as well. What you have to do, is the following: 
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Take the first element of the PreOrder Array and use it as root of a new tree&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Find the position of this New Node in the InOrder Array, scanning it from &lt;code&gt;0&lt;/code&gt; to &lt;code&gt;n-1&lt;/code&gt; (&lt;code&gt;n&lt;/code&gt; is the number of Nodes)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IF next element in the PreOrder Array is on the left of the New Node in the InOrder array: call RECURSIVELY this procedure, this time taking into account the portion of InOrder array that goes from &lt;code&gt;0&lt;/code&gt; to the &lt;code&gt;position of the New Node in the InOrder Array -1&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;IF next element in the PreOrder Array is on the right of the New Node in the InOrder array: call RECURSIVELY this procedure, this time taking into account the portion of InOrder array that goes from the&lt;code&gt; position of the New Node in the InOrder Array +1&lt;/code&gt; to &lt;code&gt;n-1&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Return the New Node&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By the way, this doesn&amp;rsquo;t work. To fix it we should be more generic, specifying things a little bit better. Things like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Every recursive calls takes into account a portion of the InOrder array; in the case of the first call it&#39;s the entire array

* There is going to be as much recursive calls as the number of elements in the PreOrder array
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Of course, is a tree what we are talking about here: &lt;strong&gt;recursion is a MUST&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Serverless chat to reduce office distance</title>
      <link>https://ivandemarino.me/posts/serverless-chat-to-reduce-office-distance/</link>
      <pubDate>Sun, 31 Jan 2010 18:37:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/serverless-chat-to-reduce-office-distance/</guid>
      <description>&lt;p&gt;This idea comes out for an old university-time idea: to write &lt;strong&gt;a serverless chat application&lt;/strong&gt;. Of course, I&amp;rsquo;m aware of the complications and the problems that using &lt;a href=&#34;http://en.wikipedia.org/wiki/Broadcast_address&#34;&gt;Broadcasting&lt;/a&gt; could create, so this problems would be took in consideration by design.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Office&#34; loading=&#34;lazy&#34; src=&#34;http://hof.povray.org/images/bigthumb/office-13.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;But why now? I was thinking of a way to reduce the &lt;em&gt;&amp;ldquo;office distances&amp;rdquo;&lt;/em&gt;: making easy to connect with a person who works in your own office. I know, it sounds a bit &lt;em&gt;&amp;ldquo;creepy&amp;rdquo;&lt;/em&gt; to depend on an application to do that. After all you could just stand up and go to the colleague&amp;rsquo;s desk. And that&amp;rsquo;s what I&amp;rsquo;d normally do: nothing impossible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPad Simulator in Video and Comments</title>
      <link>https://ivandemarino.me/posts/ipad-simulator-in-video-and-comments/</link>
      <pubDate>Sat, 30 Jan 2010 10:52:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ipad-simulator-in-video-and-comments/</guid>
      <description>&lt;p&gt;I would have just posted it on Twitter, but I have some comments about this video.&lt;/p&gt;
&lt;object width=&#34;640&#34; height=&#34;505&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/-5oqcoZHgPE&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;640&#34; height=&#34;505&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;em&gt;One of the first video of the iPad Simulator&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Watch it in Full screen at 720p: it help &amp;ldquo;feeling&amp;rdquo; the proportions used by Apple in the UI&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It clarify how it does execute iPhone apps: they most probably implement the iPhone API as is: indeed even the Keyboard that you get in an iPhone application is the same (no super large/super cool keyboard of the iPad&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prime Numbers Generator</title>
      <link>https://ivandemarino.me/posts/prime-numbers-generator/</link>
      <pubDate>Sat, 23 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/prime-numbers-generator/</guid>
      <description>&lt;p&gt;I believe I don&amp;rsquo;t have to describe what &lt;a href=&#34;http://en.wikipedia.org/wiki/Prime_number&#34;&gt;primes&lt;/a&gt; are, what are their properties and what not. This post is more a tribute to geek-ness of 2 friends-and-colleagues (&lt;a href=&#34;http://twitter.com/lucabox&#34;&gt;@lucabox&lt;/a&gt;) that have fun thinking of algorithms to solve stupid (or less stupid), and always useless problems ;-) .&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Optimus Prime&#34; loading=&#34;lazy&#34; src=&#34;http://scottthong.files.wordpress.com/2006/08/optimus_prime.jpg&#34;&gt;
Optimus Prime :-P - yeah yeah, a stupid joke&lt;/p&gt;
&lt;h2 id=&#34;briefing&#34;&gt;Briefing&lt;/h2&gt;
&lt;p&gt;This code is based on the assumption that we want to generate very very large primes, so it uses &lt;code&gt;unsigned long long&lt;/code&gt; to store the values, instead of classical &lt;code&gt;unsigned int&lt;/code&gt;. Live with that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Bidirectionally multiplied&#34; array</title>
      <link>https://ivandemarino.me/posts/bidirectionally-multiplied-array/</link>
      <pubDate>Fri, 22 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bidirectionally-multiplied-array/</guid>
      <description>&lt;p&gt;Another small problem before I go to sleep tonight:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;There is an array A[N] of N numbers.
You have to compose an array Output[N] such that Output[i] will be equal
to multiplication of all the elements of A[N] except A[i].
For example Output[0] will be multiplication of A[1] to A[N-1] and Output[1]
will be multiplication of A[0] and from A[2] to A[N-1].
&lt;strong&gt;Solve it without division operator and in O(n).&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Use Backtracking to print all Subsets</title>
      <link>https://ivandemarino.me/posts/use-backtracking-to-print-all-subsets/</link>
      <pubDate>Fri, 22 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/use-backtracking-to-print-all-subsets/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m &amp;ldquo;studying&amp;rdquo; this algorithmic technique: &lt;a href=&#34;http://en.wikipedia.org/wiki/Backtracking&#34;&gt;Backtracking&lt;/a&gt;. This is an algorithmic approach to problem solution that I trust every good Computer Scientist already uses; but taking a &lt;a href=&#34;http://www.algorist.com/&#34;&gt;good theo-practical look&lt;/a&gt; at it is something better.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;A Backtracking Tree&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/2/2c/Depthfirst.png&#34;&gt;
A Backtracking Tree&lt;/p&gt;
&lt;p&gt;I believe you can find enough informations about it online (the 2 links I provided are more than enough), so I&amp;rsquo;ll go straight to the problem.&lt;/p&gt;
&lt;h2 id=&#34;problem-definition&#34;&gt;Problem definition&lt;/h2&gt;
&lt;p&gt;Given an integer &lt;code&gt;n&lt;/code&gt;, and the set &lt;code&gt;S = { 1 &amp;hellip; n }&lt;/code&gt;, calculate (print) all the possible subsets of &lt;code&gt;S&lt;/code&gt;. For example, for &lt;code&gt;n = 1&lt;/code&gt;, all the possible subsets are &lt;code&gt;{ 1 }&lt;/code&gt; and &lt;code&gt;{ }&lt;/code&gt; (empty set). For &lt;code&gt;n = 2&lt;/code&gt;, all the possible subsets are: &lt;code&gt;{ 1 2 } { 1 } { 2 } { }&lt;/code&gt;. In general, for the set made of the first &lt;code&gt;n Integers&lt;/code&gt;, the number of possible subsets is &lt;code&gt;2&lt;sup&gt;n&lt;/sup&gt;&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Money change problem: Greedy vs. Dyn.Pro.</title>
      <link>https://ivandemarino.me/posts/money-change-problem-greedy-vs-dyn-pro/</link>
      <pubDate>Sun, 17 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/money-change-problem-greedy-vs-dyn-pro/</guid>
      <description>&lt;p&gt;This is a classical problem of &lt;a href=&#34;http://en.wikipedia.org/wiki/Computer_science&#34;&gt;Computer Science&lt;/a&gt;: it&amp;rsquo;s used to study both &lt;a href=&#34;http://en.wikipedia.org/wiki/Greedy_algorithm&#34;&gt;Greedy&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Dynamic_programming&#34;&gt;Dynamic Programming&lt;/a&gt; algorithmic techniques.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Coins&#34; loading=&#34;lazy&#34; src=&#34;http://www.freephotosbank.com/photographers/photos1/45/med_53ff4957d796d0ff0a7d3151ec4e4a20.jpg&#34;&gt;
I hate having my pocket full of copper!!! -_-&lt;/p&gt;
&lt;h2 id=&#34;definition&#34;&gt;Definition&lt;/h2&gt;
&lt;p&gt;Given:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A set of &lt;code&gt;n&lt;/code&gt; Denominations &lt;code&gt;D[0&amp;hellip;n-1]&lt;/code&gt; in ascending order, representing a Monetary Coin System&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An money amount &lt;code&gt;A&lt;/code&gt;, as input&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;calculate a solution:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* &amp;lt;strong&amp;gt;&amp;lt;code&amp;gt;S[0...n-1]&amp;lt;/code&amp;gt;&amp;lt;/strong&amp;gt;, with &amp;lt;code&amp;gt;0 &amp;amp;lt;= S[i] &amp;amp;lt;= (A/S[i])&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;0 &amp;amp;lt; i &amp;amp;lt; n-1&amp;lt;/code&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;where:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* &amp;lt;strong&amp;gt;&amp;lt;code&amp;gt;A = Sum&amp;lt;sub&amp;gt;[i=0 -&amp;gt; n-1]&amp;lt;/sub&amp;gt; { D[i] * S[i] }&amp;lt;/code&amp;gt;&amp;lt;/strong&amp;gt;

* &amp;lt;strong&amp;gt;&amp;lt;code&amp;gt;Min{ Sum&amp;lt;sub&amp;gt;[i=0 -&amp;gt; n-1]&amp;lt;/sub&amp;gt; { S[i] } }&amp;lt;/code&amp;gt;&amp;lt;/strong&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;in-other-words&#34;&gt;In other words&lt;/h2&gt;
&lt;p&gt;Find the smallest amount of coins to make the given amount.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Calculate abs(int) without branching</title>
      <link>https://ivandemarino.me/posts/calculate-abs-int-without-branching/</link>
      <pubDate>Wed, 13 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/calculate-abs-int-without-branching/</guid>
      <description>&lt;p&gt;For this you need someone to teach it to you: if you made it yourself, then you are a very good &lt;a href=&#34;http://en.wikipedia.org/wiki/Computer_science&#34;&gt;Comp-Sci&lt;/a&gt;, and you should send your CV to &lt;a href=&#34;http://www.google.co.uk/intl/en/jobs/&#34;&gt;Google&lt;/a&gt; ASAP. ;)&lt;/p&gt;
&lt;h2 id=&#34;without-branching-o_o&#34;&gt;Without branching O_o?&lt;/h2&gt;
&lt;p&gt;Yes, without using any &amp;ldquo;&lt;code&gt;if ( a &amp;lt; 0 )&amp;hellip;&lt;/code&gt;&amp;rdquo;. To do that, you need to refresh how &lt;a href=&#34;http://en.wikipedia.org/wiki/Two&#34;&gt;Two&amp;rsquo;s Complement works&lt;/a&gt;, then come back.&lt;/p&gt;
&lt;p&gt;What we really need to focus on is that, given a &lt;code&gt;signed int A&lt;/code&gt;, the negative of that number is: &lt;code&gt;B = ~A + 1&lt;/code&gt;. BUT, we are trying to calculate the Absolute Value, not the negative. So, something like:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Swap the value of two integers without temporary storage</title>
      <link>https://ivandemarino.me/posts/swap-the-value-of-two-integers-without-temporary-storage/</link>
      <pubDate>Wed, 13 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/swap-the-value-of-two-integers-without-temporary-storage/</guid>
      <description>&lt;p&gt;Someone says this is an old lame trick. I think it&amp;rsquo;s simple and clever use of XOR.&lt;/p&gt;
&lt;h2 id=&#34;howwhy-does-it-work&#34;&gt;How/Why does it work?&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s built around the properties of the &lt;code&gt;XOR ^&lt;/code&gt; operator, who has the following properties:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;A ^ B = B ^ A&lt;/code&gt; (commutative)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;A ^ 0 = A&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;A ^ 1 = ~A&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;A ^ A = 0&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So, you can see how it get&amp;rsquo;s applied here:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-c&#34; data-lang=&#34;c&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;#include&lt;/span&gt; &lt;span class=&#34;cpf&#34;&gt;&amp;lt;stdio .h&amp;gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;main&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;void&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;c1&#34;&gt;// ... populate somehow &amp;#34;a&amp;#34; and &amp;#34;b&amp;#34;...
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nf&#34;&gt;printf&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;a = %d - b = %d&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;^=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// store in &amp;#34;a&amp;#34; the value of &amp;#34;a XOR b&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;^=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// store in &amp;#34;b&amp;#34; the value of &amp;#34;a XOR b XOR b&amp;#34; = &amp;#34;a XOR 0&amp;#34; = &amp;#34;a&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;^=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// store in &amp;#34;a&amp;#34; the velue of &amp;#34;a XOR b XOR a&amp;#34; = &amp;#34;b XOR 0&amp;#34; = &amp;#34;b&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;nf&#34;&gt;printf&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;a = %d - b = %d&lt;/span&gt;&lt;span class=&#34;se&#34;&gt;\n&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;b&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Neat.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pascal&#39;s Triangle generator</title>
      <link>https://ivandemarino.me/posts/pascal-s-triangle-generator/</link>
      <pubDate>Mon, 11 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/pascal-s-triangle-generator/</guid>
      <description>&lt;p&gt;What&amp;rsquo;s &lt;a href=&#34;http://en.wikipedia.org/wiki/Pascal&#34;&gt;Pascal&amp;rsquo;s Triangle&lt;/a&gt;? That&amp;rsquo;s what it is (&lt;a href=&#34;http://en.wikipedia.org/wiki/Pascal&#34;&gt;Wikipedia&lt;/a&gt; has all the theory, if you need).&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Pascal&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Pascal%27s_triangle_5.svg/250px-Pascal%27s_triangle_5.svg.png&#34;&gt;
Pascal&amp;rsquo;s Triangle first 6 rows&lt;/p&gt;
&lt;p&gt;The thing I wrote here is a generator of the &lt;em&gt;n-th row&lt;/em&gt; of the triangle, that doesn&amp;rsquo;t use more then the memory needed to store the solution. Instead of allocating a &lt;em&gt;Triangular Matrix&lt;/em&gt;, and building every row based on the one above, solution is &lt;em&gt;built in place&lt;/em&gt;.&lt;/p&gt;
&lt;h2 id=&#34;how-does-it-work&#34;&gt;How does it work&lt;/h2&gt;
&lt;p&gt;The result is generated &lt;em&gt;&amp;ldquo;filling the row from right to left&amp;rdquo;&lt;/em&gt;. I start initiating the element on the right hand side to &lt;code&gt;&amp;lsquo;1&amp;rsquo;&lt;/code&gt;. Then, I run something like:&lt;/p&gt;</description>
    </item>
    <item>
      <title>String search in O(n &#43; m)</title>
      <link>https://ivandemarino.me/posts/string-search-in-o-n-m/</link>
      <pubDate>Fri, 08 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/string-search-in-o-n-m/</guid>
      <description>&lt;p&gt;Searching a string inside another string is a very easy task. Given a string &lt;code&gt;A&lt;/code&gt; and a string &lt;code&gt;B&lt;/code&gt;, start a loop over &lt;code&gt;A&lt;/code&gt; from left to right and, for every letter, start an internal loop to see if there is a match with the letters of &lt;code&gt;B&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;String&#34; loading=&#34;lazy&#34; src=&#34;http://dm.ncl.ac.uk/peterevans/blog/wp-content/uploads/2009/04/string.jpg&#34;&gt;
A ball of string&lt;/p&gt;
&lt;p&gt;Pseudo code would look something like this:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-c&#34; data-lang=&#34;c&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;function&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;NaiveSearch&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;string&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;s&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mf&#34;&gt;1.&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;n&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;],&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;string&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;sub&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mf&#34;&gt;1.&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;m&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;])&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;i&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;to&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;n&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;m&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;j&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;from&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;to&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;m&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;         &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;s&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;i&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;+&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;j&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;err&#34;&gt;≠&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;sub&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;j&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;            &lt;span class=&#34;n&#34;&gt;jump&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;to&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;next&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;iteration&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;of&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;outer&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;loop&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;      &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;i&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;not&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;found&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Time Complexity? &lt;strong&gt;O(n * m), where &lt;code&gt;n&lt;/code&gt; is the size of &lt;code&gt;A&lt;/code&gt; and &lt;code&gt;m&lt;/code&gt; is the size of &lt;code&gt;B&lt;/code&gt;&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Count bits set in parallel</title>
      <link>https://ivandemarino.me/posts/count-bits-set-in-parallel/</link>
      <pubDate>Thu, 07 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/count-bits-set-in-parallel/</guid>
      <description>&lt;p&gt;This time it&amp;rsquo;s not something I make myself. Indeed, I still can&amp;rsquo;t &amp;ldquo;see&amp;rdquo; it 100%: I got it, but it&amp;rsquo;s a bit complex.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Counting kid&#34; loading=&#34;lazy&#34; src=&#34;http://www.familyhelptree.com/blog/wp-content/uploads/2007/10/counting.jpg&#34;&gt;
A cute little lady counting (bits? ;-) )&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a method to count the number of bits in a number in O(1), in just 5 lines of code. &lt;strong&gt;INHUMAN.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;the-human-solutions&#34;&gt;The &amp;ldquo;human&amp;rdquo; solutions&lt;/h2&gt;
&lt;p&gt;Of course, there are methods that look way more easy and, given that the size of a number in memory is &amp;ldquo;fixed&amp;rdquo;, the O(1) still stands. For example:
&lt;strong&gt;0. Based on the &amp;ldquo;evenness/oddness&amp;rdquo; of the number&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-c&#34; data-lang=&#34;c&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;bits_counter_v0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;!=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;c1&#34;&gt;// If odd, add 1
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+=&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;%&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;==&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;?&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;1. Counting one bit at a time (always the least significant one)&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-c&#34; data-lang=&#34;c&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;bits_counter_v1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;!=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;c1&#34;&gt;// If least-significant bit is 1, add 1
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+=&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;amp;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;?&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;2. Counting 4 bit at a time with max 8 shifts, using an &amp;ldquo;hashmap&amp;rdquo; with precalculated results&lt;/strong&gt;
The fact that it can count the bits in &lt;em&gt;&amp;ldquo;max 8 shifts&amp;rdquo;&lt;/em&gt; has the trade off of the memory used by the hashmap.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;24
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;25
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;26
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;27
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;28
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;29
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;30
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-c&#34; data-lang=&#34;c&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;nf&#34;&gt;bits_counter_v2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;c1&#34;&gt;// &amp;#34;Hashmap&amp;#34; of the values for the least significant 4 bits
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;kt&#34;&gt;unsigned&lt;/span&gt; &lt;span class=&#34;kt&#34;&gt;int&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;int_to_bits_count&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;16&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 0  00
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 1  01
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 2  10
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 3  11
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 4  100
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 5  101
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 6  110
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 7  111
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 8  1000
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 9  1001
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 10 1010
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 11 1011
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;2&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 12 1100
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 13 1101
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;3&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;// 14 1110
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;mi&#34;&gt;4&lt;/span&gt;  &lt;span class=&#34;c1&#34;&gt;// 15 1111
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;};&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;while&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;!=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;0&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;c1&#34;&gt;// Add the bits count of the least significant 4 bits
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;+=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;int_to_bits_count&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;[&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;amp;&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;15&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;];&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;        &lt;span class=&#34;n&#34;&gt;x&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;gt;&amp;gt;=&lt;/span&gt; &lt;span class=&#34;mi&#34;&gt;4&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;    &lt;span class=&#34;k&#34;&gt;return&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;count&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Let&amp;rsquo;s see what some insane people made.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Largest square array of same integers</title>
      <link>https://ivandemarino.me/posts/largest-square-array-of-same-integers/</link>
      <pubDate>Thu, 07 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/largest-square-array-of-same-integers/</guid>
      <description>&lt;p&gt;Tonight it&amp;rsquo;s a challenging one. Or, better, a problem of which is really difficult to find a good solution in &lt;strong&gt;&amp;lt; O(n&lt;sup&gt;3&lt;/sup&gt;)&lt;/strong&gt;. Indeed, it&amp;rsquo;s a question that an ex-colleague was asked during an interview with &lt;a href=&#34;http://www.google.com&#34;&gt;Big-G&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The guy, a part from being a REALLY smart guy, is also very humble, and he doesn&amp;rsquo;t want to be mentioned by name. So, sorry for girls looking for a young, smart, promising young man: you need to find who he is yourself. ;)&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The &#34;Polite&#34; Merge Sort</title>
      <link>https://ivandemarino.me/posts/the-polite-merge-sort/</link>
      <pubDate>Wed, 06 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-polite-merge-sort/</guid>
      <description>&lt;p&gt;Another old-classic problem: the &lt;a href=&#34;http://en.wikipedia.org/wiki/Merge_sort&#34;&gt;Merge Sort&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Merge Sort Algorithm&#34; loading=&#34;lazy&#34; src=&#34;http://www.personal.kent.edu/~rmuhamma/Algorithms/MyAlgorithms/Sorting/Gifs/mergeSort.gif&#34;&gt;
Merge Sort Algorithm&lt;/p&gt;
&lt;h2 id=&#34;the-problem-of-the-classical-implementation&#34;&gt;The problem of the classical implementation&lt;/h2&gt;
&lt;p&gt;The whole algorithm is explained in the wikipedia link above, so I&amp;rsquo;ll focus on the problem here.&lt;/p&gt;
&lt;p&gt;The Merge Sort is an&lt;strong&gt; in-place-sorting-algorithm&lt;/strong&gt; that requires some support memory to do it&amp;rsquo;s calculations. At the &lt;em&gt;&amp;ldquo;merge step&amp;rdquo;&lt;/em&gt;, an amount of memory as large as the current portion of array being merged is allocated to be used as &lt;strong&gt;priority queue&lt;/strong&gt; (again, the why is easy to find on the web).
After this memory is used, normally get&amp;rsquo;s released.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fibonacci&#39;s numbers calculator</title>
      <link>https://ivandemarino.me/posts/fibonacci-s-numbers-calculator/</link>
      <pubDate>Tue, 05 Jan 2010 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fibonacci-s-numbers-calculator/</guid>
      <description>&lt;p&gt;Another simple-but-yet-interesting problem that I found challenging solving is the to &lt;em&gt;Write a Fibonacci&amp;rsquo;s numbers calculator&lt;/em&gt;. It&amp;rsquo;s a REALLY SIMPLE problem, but still can demonstrate how superficial thinking in programming can lead to dramatically bad solutions.&lt;/p&gt;
&lt;h2 id=&#34;whats-a-fibonaccis-number&#34;&gt;What&amp;rsquo;s a Fibonacci&amp;rsquo;s number&lt;/h2&gt;
&lt;p&gt;A &lt;a href=&#34;http://en.wikipedia.org/wiki/Fibonacci_number&#34;&gt;Fibonacci&amp;rsquo;s number&lt;/a&gt; is an integer number generated using the following function:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Assumed that:
&lt;code&gt;f(0) = 0&lt;/code&gt;
&lt;code&gt;f(1) = 1&lt;/code&gt;
for a generic &amp;ldquo;n&amp;rdquo; Integer:
&lt;code&gt;f(n) = f(n-1) + f(n-2)&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;For example, the first 20 Fibonacci&amp;rsquo;s number are:
&lt;code&gt;0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I want it!</title>
      <link>https://ivandemarino.me/posts/i-want-it/</link>
      <pubDate>Mon, 04 Jan 2010 10:33:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-want-it/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.engadget.com/2010/01/02/exclusive-google-nexus-one-hands-on-video-and-first-impressio/&#34;&gt;&lt;img alt=&#34;Google Nexus One given to Engadget&#34; loading=&#34;lazy&#34; src=&#34;http://www.blogcdn.com/www.engadget.com/media/2010/01/eng_nexus_60079-1262492379.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>YouTube &gt;&gt; The Go Programming Language</title>
      <link>https://ivandemarino.me/posts/youtube-the-go-programming-language/</link>
      <pubDate>Sat, 02 Jan 2010 22:13:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/youtube-the-go-programming-language/</guid>
      <description>&lt;p&gt;A video that I need to watch myself (I just managed to watch 25% of it), but I thought was good to post it here: just to remind how good it is to think &amp;ldquo;out of the box&amp;rdquo;. Even in Programming Languages.&lt;/p&gt;
&lt;object width=&#34;560&#34; height=&#34;340&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/rKnDgT73v8s&amp;hl=en_US&amp;fs=1&amp;hd=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;560&#34; height=&#34;340&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Presenter:&lt;/strong&gt; Rob Pike
&lt;strong&gt;Presented on:&lt;/strong&gt; 30th Oct 2009&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major Google binary should be buildable in a few seconds on a single machine. The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles.
For more on Go including FAQs, source code, libraries, and tutorials, please see:&lt;a href=&#34;http://golang.org&#34;&gt;http://golang.org&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Babbo Natale? O_o</title>
      <link>https://ivandemarino.me/posts/babbo-natale-o-o/</link>
      <pubDate>Fri, 18 Dec 2009 18:31:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/babbo-natale-o-o/</guid>
      <description>&lt;p&gt;Todays and yesterday search terms bringing people (very few of them) to my blog.&lt;/p&gt;
&lt;p&gt;Why &amp;ldquo;Babbo Natale&amp;rdquo;? In Italian, &amp;ldquo;Babbo Natale&amp;rdquo; means &amp;ldquo;Santa Claus&amp;rdquo;, btw. I&amp;rsquo;m fat, but not &lt;a href=&#34;http://crazy-frankenstein.com/free-wallpapers-files/christmas-santa-claus-wallpapers/santa-claus-arrived.jpg&#34;&gt;THAT&lt;/a&gt; fat!!!&lt;/p&gt;
&lt;h4&gt;Today&lt;/h4&gt;
![Screen shot 2009-12-18 at 18.24.29](http://www.detronizator.org/wp-content/uploads/2009/12/Screen-shot-2009-12-18-at-18.24.29.png)
&lt;h4&gt;Yesterday&lt;/h4&gt;
![Yesterday Search Terms](http://www.detronizator.org/wp-content/uploads/2009/12/Screen-shot-2009-12-18-at-18.24.37.png)
&lt;p&gt;Weird.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Find the non repeating char in O(n) time and O(1) space - v2</title>
      <link>https://ivandemarino.me/posts/find-the-non-repeating-char-in-o-n-time-and-o-1-space-v2/</link>
      <pubDate>Fri, 18 Dec 2009 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/find-the-non-repeating-char-in-o-n-time-and-o-1-space-v2/</guid>
      <description>&lt;p&gt;My colleague and friend Luca (&lt;a href=&#34;http://twitter.com/lucabox&#34;&gt;@lucabox&lt;/a&gt;) described a better solution to the problem of &lt;em&gt;&amp;quot;&lt;a href=&#34;http://www.detronizator.org/2009/12/13/find-the-non-repeating-char-in-on-time-and-o1-space/&#34;&gt;Finding the first non repearing char in a string in O(n) time and O(1) space&lt;/a&gt;&amp;quot;&lt;/em&gt;. It uses smartly the space, making the solution nicer and slicker.
Or we are just 2 geeks that need to give more attention to their girlfriends :P&lt;/p&gt;
&lt;h2 id=&#34;lucas-solution-description&#34;&gt;Luca&amp;rsquo;s solution description&lt;/h2&gt;
&lt;p&gt;The logic of this solution is based on the usage of an array of unsigned chars.
Every char (assumed to be lowecase) has an associated small byte (1 char = 8 bits), where the bits 0x1 and 0x2 (the 2 least significant) represents, respectively, &amp;ldquo;&lt;em&gt;present once in the input string&lt;/em&gt;&amp;rdquo; and &amp;ldquo;&lt;em&gt;present multiple times in the input string&lt;/em&gt;&amp;rdquo;. After the input is &amp;ldquo;scanned&amp;rdquo; once, and every letter is marked with the correspondent &amp;ldquo;&lt;em&gt;presence bit&lt;/em&gt;&amp;rdquo; (once, multiple or none), it get&amp;rsquo;s scanned a second time to find the first char of the input which has the bit &amp;ldquo;present once&amp;rdquo; set to &amp;ldquo;1&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Find the non repeating char in O(n) time and O(1) space</title>
      <link>https://ivandemarino.me/posts/find-the-non-repeating-char-in-o-n-time-and-o-1-space/</link>
      <pubDate>Sun, 13 Dec 2009 22:09:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/find-the-non-repeating-char-in-o-n-time-and-o-1-space/</guid>
      <description>&lt;p&gt;I would like to post some of the Brain Teaser (mostly algorithmic problems) I&amp;rsquo;m giving to interviewee lately, and of course some that were submitted to me in the past.
But I can&amp;rsquo;t promise I will keep doing it regularly: just that I will try (blogging regularly is hard for me).&lt;/p&gt;
&lt;p&gt;The solution will be at the end of the post, just in case you would like to try to solve it first.
Of course my solution it&amp;rsquo;s MY solution: it could be buggy or non-optimal. In those cases, PLEASE share your view and, better, your alternative solutions.&lt;/p&gt;
&lt;h3&gt;Problem description&lt;/h3&gt;
Determine the first non-repeated character in a word. For example, in abbcaf it should return c. &lt;strong&gt;Do this in [O(n)](http://en.wikipedia.org/wiki/Big_O_notation) time with O(1) space&lt;/strong&gt;.
&lt;h3&gt;Some observation&lt;/h3&gt;
&lt;strong&gt;O(n)&lt;/strong&gt; means that the complexity of time of the algorithm must grow linearly with the input. So, if in this case the input is an &lt;code&gt;array of characters&lt;/code&gt;, &lt;em&gt;an acceptable solution can contain &amp;gt;1 non-nested FOR cycle&lt;/em&gt;.
&lt;p&gt;&lt;strong&gt;O(1)&lt;/strong&gt; means that the complexity of space of the algorithm must be constant, regardlessly of the input.&lt;/p&gt;
&lt;h3&gt;Conditions&lt;/h3&gt;
For simplicity, will assume that:
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;the input is always a lowercase string (enforcing this condition is easy and cheap)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;the input is made made only of the letters of the english alphabet&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Those conditions will then become the &amp;ldquo;base&amp;rdquo; of our solution.&lt;/p&gt;
&lt;p&gt;Of course, you are free to assume more conditions: it&amp;rsquo;s usually a good way to solve problems to start adding conditions that simplify the search of a solution, and then start a process of subtraction to arrive to have as less conditions as possible. It usually works for me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AES explains itself</title>
      <link>https://ivandemarino.me/posts/aes-explains-itself/</link>
      <pubDate>Wed, 23 Sep 2009 15:59:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/aes-explains-itself/</guid>
      <description>&lt;p&gt;This guy, &lt;a href=&#34;http://www.moserware.com/&#34;&gt;Jeff Moser&lt;/a&gt;, is mental!
He made a &lt;a href=&#34;http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html&#34;&gt;loooong comic strip to make AES explain itself&lt;/a&gt;: from a very high level, non technical explanation, deep down to mathematical details.&lt;/p&gt;
&lt;p&gt;Worth a read for sure! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Just added support for Tweetable</title>
      <link>https://ivandemarino.me/posts/just-added-support-for-tweetable/</link>
      <pubDate>Fri, 14 Aug 2009 11:29:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/just-added-support-for-tweetable/</guid>
      <description>&lt;p&gt;What&amp;rsquo;s &lt;a href=&#34;http://www.webmaster-source.com/tweetable-twitter-plugin-wordpress/&#34;&gt;Tweetable&lt;/a&gt;? It&amp;rsquo;s a plugin that integrates Twitter into my blog.&lt;/p&gt;</description>
    </item>
    <item>
      <title>QDetroBro: Experimenting with Qt on S60</title>
      <link>https://ivandemarino.me/posts/qdetrobro-experimenting-with-qt-on-s60/</link>
      <pubDate>Thu, 13 Aug 2009 11:23:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/qdetrobro-experimenting-with-qt-on-s60/</guid>
      <description>&lt;p&gt;The best way to learn a new language or a new framework is to find an idea and implement it. So I&amp;rsquo;m doing for &lt;a href=&#34;http://qt.nokia.com/&#34;&gt;Qt&lt;/a&gt; on &lt;a href=&#34;http://en.wikipedia.org/wiki/S60_(software_platform)&#34;&gt;S60&lt;/a&gt;. So I decided to implement a dummy browser that has some &lt;em&gt;smart/attractive/peculiar/interesting/funny&lt;/em&gt; bits. &lt;strong&gt;QDetroBro&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Because I&amp;rsquo;m lazy to package and attach code, and because is always good the evolution of a project from the ground-up, I decided to post it on &lt;a href=&#34;http://github.com/detronizator/&#34;&gt;my GitHub account&lt;/a&gt;. You can find it at: &lt;a href=&#34;http://github.com/detronizator/QDetroBro/tree/master&#34;&gt;http://github.com/detronizator/QDetroBro/tree/master&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Git-over-SSH through Socks 5 Proxy on Windows</title>
      <link>https://ivandemarino.me/posts/git-over-ssh-through-socks-5-proxy-on-windows/</link>
      <pubDate>Thu, 13 Aug 2009 10:01:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/git-over-ssh-through-socks-5-proxy-on-windows/</guid>
      <description>&lt;p&gt;Because of my work, I use crappy M$ Windows in my office. And we are behind a bidirectional firewall.&lt;/p&gt;
&lt;p&gt;So, how do you do if you need to pull/push code with Git-over-SSH in this scenario? You need a Socks 5 that passes the firewall, and some scripting.&lt;/p&gt;
&lt;p&gt;First, you need to install:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Git on Windows - &lt;a href=&#34;http://code.google.com/p/msysgit/&#34;&gt;http://code.google.com/p/msysgit/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Connect.c - &lt;a href=&#34;http://bent.latency.net/bent/darcs/goto-san-connect-1.85/src/connect.html&#34;&gt;http://bent.latency.net/bent/darcs/goto-san-connect-1.85/src/connect.html&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Then, you need a script that connects to the Socks 5 server. Like:
[sourcecode lang=&amp;lsquo;bash&amp;rsquo;]
#!/bin/sh&lt;/p&gt;</description>
    </item>
    <item>
      <title>Snippet: fix Screen Orientation in a Qt/S60 app</title>
      <link>https://ivandemarino.me/posts/snippet-fix-screen-orientation-in-a-qt-s60-app/</link>
      <pubDate>Tue, 11 Aug 2009 08:58:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/snippet-fix-screen-orientation-in-a-qt-s60-app/</guid>
      <description>&lt;p&gt;I follow the &lt;a href=&#34;mailto:qts60-feedback@trolltech.com&#34;&gt;Qt/S60 Mailing list&lt;/a&gt;, that is turning out to be a very interesting and active ML, and the &lt;a href=&#34;http://labs.trolltech.com/blogs/&#34;&gt;Qt Labs blog&lt;/a&gt;, always full of very good code, written directly by the guys of &lt;a href=&#34;http://www.qtsoftware.com/&#34;&gt;Qt Software&lt;/a&gt;.
I thought could be nice to start to post some of the stuff I&amp;rsquo;m learning.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-c&#34; data-lang=&#34;c&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;#include&lt;/span&gt; &lt;span class=&#34;cpf&#34;&gt;&amp;lt;eikenv.h&amp;gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;#include&lt;/span&gt; &lt;span class=&#34;cpf&#34;&gt;&amp;lt;eikappui.h&amp;gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;#include&lt;/span&gt; &lt;span class=&#34;cpf&#34;&gt;&amp;lt;aknenv.h&amp;gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;cp&#34;&gt;#include&lt;/span&gt; &lt;span class=&#34;cpf&#34;&gt;&amp;lt;aknappui.h&amp;gt;&lt;/span&gt;&lt;span class=&#34;cp&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// ...
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// lock orientation
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;CAknAppUi&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;*&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;appUi&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;static_cast&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;caknappui&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;*&amp;gt;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;CEikonEnv&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;Static&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;AppUi&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;()&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;appUi&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;)&lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;//&amp;lt; Actually, this will always pass. It&amp;#39;s a &amp;#34;static_cast&amp;#34; after all...
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;   &lt;span class=&#34;n&#34;&gt;appUi&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;-&amp;gt;&lt;/span&gt;&lt;span class=&#34;nf&#34;&gt;SetOrientationL&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;CAknAppUi&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;::&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;EAppUiOrientationPortrait&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;);&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;p&#34;&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// ...
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;n&#34;&gt;Today&lt;/span&gt;&lt;span class=&#34;err&#34;&gt;&amp;#39;&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;s&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;source&lt;/span&gt; &lt;span class=&#34;nl&#34;&gt;is&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;[&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Nokia&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;Forum&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;](&lt;/span&gt;&lt;span class=&#34;nl&#34;&gt;http&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;:&lt;/span&gt;&lt;span class=&#34;c1&#34;&gt;//discussion.forum.nokia.com/forum/showthread.php?t=164499).&amp;lt;/caknappui&amp;gt;&amp;lt;/aknappui&amp;gt;&amp;lt;/aknenv&amp;gt;&amp;lt;/eikappui&amp;gt;&amp;lt;/eikenv&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Censured Berlusconi&#39;s pictures published by the El-Pais</title>
      <link>https://ivandemarino.me/posts/censured-berlusconi-s-pictures-published-by-the-el-pais/</link>
      <pubDate>Sun, 05 Jul 2009 18:03:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/censured-berlusconi-s-pictures-published-by-the-el-pais/</guid>
      <description>&lt;p&gt;The video is in Spanish with Italian subtitles, I&amp;rsquo;m sorry.&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://blip.tv/play/AYGOhUiL%2Bx8&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;440&#34; height=&#34;350&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;You can find more content &lt;a href=&#34;http://www.elpais.com/buscar/berlusconi&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What happened in Italy is pure censorship to protect the image of a depraved, sick old man that rules my country in a new &amp;ldquo;media-dictatorship&amp;rdquo; way.
The Italians should know about this.&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&#34;http://blog.neminis.org/altro/la-cuatro-non-e-certo-rete-4/&#34;&gt;blog.neminis.org&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What in the hell is txty.mobi?</title>
      <link>https://ivandemarino.me/posts/what-in-the-hell-is-txty-mobi/</link>
      <pubDate>Sat, 04 Jul 2009 22:51:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/what-in-the-hell-is-txty-mobi/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.txty.mobi/&#34;&gt;http://www.txty.mobi/&lt;/a&gt; - For sure is related to mobile, usability, simplicity and &amp;ldquo;&lt;em&gt;making you able to use what you paid for&lt;/em&gt;&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Intrigued? ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>M$ pukes on itself because of IE8</title>
      <link>https://ivandemarino.me/posts/m-pukes-on-itself-because-of-ie8/</link>
      <pubDate>Sat, 04 Jul 2009 08:24:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/m-pukes-on-itself-because-of-ie8/</guid>
      <description>&lt;p&gt;I mean, you could puke because of &lt;a href=&#34;http://www.microsoft.com/windows/internet-explorer/default.aspx&#34;&gt;IE8&lt;/a&gt; for sure, but to make an ad to support the idea&amp;hellip; :-P&lt;/p&gt;
&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/3HiIHV14A-c&amp;hl=en&amp;fs=1&amp;&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not really sure that this ad is from M$ but, what the hell, it&amp;rsquo;s disgustingly funny! :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Italy: a scandal-proof Country</title>
      <link>https://ivandemarino.me/posts/italy-a-scandal-proof-country/</link>
      <pubDate>Tue, 30 Jun 2009 13:06:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/italy-a-scandal-proof-country/</guid>
      <description>&lt;p&gt;I feel ashamed. &lt;a href=&#34;http://www.guardian.co.uk/&#34;&gt;The Guardian&lt;/a&gt; a week ago released &lt;a href=&#34;http://www.guardian.co.uk/world/2009/jun/23/silvio-berlusconi-escort-girls-scandal&#34;&gt;this article&lt;/a&gt; explaining, in a &amp;ldquo;reasonably informed way&amp;rdquo; why &amp;ldquo;nothing happens after all the scandals in which the &lt;em&gt;Psycho-Nano&lt;/em&gt; is involved&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Psycho-Nano&#34; loading=&#34;lazy&#34; src=&#34;http://static.guim.co.uk/sys-images/Football/Clubs/Club%20Home/2009/1/23/1232728476014/Italys-Prime-Minister-Sil-001.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I say &amp;ldquo;reasonably informed way&amp;rdquo; because, normally, newspapers that are not Italian don&amp;rsquo;t really get what the man is: to understand Berlusconi you need to understand what Italy became today.&lt;/p&gt;
&lt;p&gt;In any case, in this situations, I feel ashamed of being Italian. And doesn&amp;rsquo;t matter &amp;ldquo;that I&amp;rsquo;m not him&amp;rdquo;: I&amp;rsquo;m Italian, Italy is my Country, but it&amp;rsquo;s like seeing a beautiful woman destroying herself with alcohol, unable to understand when she should stop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HTC Hero in UK from Orange</title>
      <link>https://ivandemarino.me/posts/htc-hero-in-uk-from-orange/</link>
      <pubDate>Wed, 24 Jun 2009 20:30:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/htc-hero-in-uk-from-orange/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m with a bit of proudness that I say that in July the &lt;a href=&#34;http://www.htc.com/www/product/hero/overview.html&#34;&gt;HTC Hero&lt;/a&gt;, a new Android-based smart-phone, is going to be launched.&lt;/p&gt;
&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/FKTDSfbcbBU&amp;hl=en&amp;fs=1&amp;&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;HTC Hero - First Look&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For UK, &lt;a href=&#34;http://newsroom.orange.co.uk/2009/06/24/orange-uk-introduces-first-android-handset-to-its-device-portfolio-with-the-introduction-of-the-htc-hero/&#34;&gt;Orange will be the operator to sell it&lt;/a&gt;. &lt;del datetime=&#34;2009-06-24T19:22:15+00:00&#34;&gt;As far as I know, details are not being disclosed yet.&lt;/del&gt;&lt;/p&gt;
&lt;p&gt;HTC has developed this new &lt;a href=&#34;http://en.wikipedia.org/wiki/User_interface&#34;&gt;UI&lt;/a&gt;/&lt;a href=&#34;http://en.wikipedia.org/wiki/User_experience_design&#34;&gt;UX&lt;/a&gt; (&lt;a href=&#34;http://en.wikipedia.org/wiki/User_interface&#34;&gt;User Interface&lt;/a&gt;/&lt;a href=&#34;http://en.wikipedia.org/wiki/User_experience_design&#34;&gt;User eXperience&lt;/a&gt;) on the top of &lt;a href=&#34;http://www.android.com&#34;&gt;Android&lt;/a&gt;, called &amp;ldquo;&lt;strong&gt;HTC Sense&lt;/strong&gt;&amp;rdquo;. Some says, on the top of &lt;a href=&#34;http://www.google.com/search?client=safari&amp;amp;rls=en-us&amp;amp;q=android+donut&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&#34;&gt;Android (2.0 codename &amp;ldquo;Donut&amp;rdquo;)&lt;/a&gt;. I personally don&amp;rsquo;t know if it&amp;rsquo;s true: if it is soon we will have it in the Android branch.
&lt;em&gt;But something tells me that this is going to be ONLY available on Android HTC phones. It&amp;rsquo;s too much of a &amp;ldquo;added value&amp;rdquo; for HTC to give it out to everyone else&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Another most notable thing, this will be the first phone on the market to have full support for &lt;a href=&#34;http://www.adobe.com/products/flashplayer/&#34;&gt;Adobe Flash&lt;/a&gt; (not just &lt;a href=&#34;http://www.adobe.com/products/flashlite/&#34;&gt;Flash Lite&lt;/a&gt; ;) ). &lt;a href=&#34;http://www.adobe.com/devnet/devices/articles/htchero.html&#34;&gt;Adobe announces it here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;More videos about this AMAZING UI after the jump.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linus Torvalds&#39;s DNA is in Binary</title>
      <link>https://ivandemarino.me/posts/linus-torvalds-s-dna-is-in-binary/</link>
      <pubDate>Tue, 16 Jun 2009 21:36:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/linus-torvalds-s-dna-is-in-binary/</guid>
      <description>&lt;p&gt;While &lt;a href=&#34;http://twitter.com&#34;&gt;Twitter&lt;/a&gt; is down (O_o), I decided to put this here: &lt;a href=&#34;http://linustorvaldsfacts.com/english.html&#34;&gt;Linus Torvalds Facts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;LOL! :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enable Tethering on iPhone 3.0</title>
      <link>https://ivandemarino.me/posts/enable-tethering-on-iphone-3-0/</link>
      <pubDate>Mon, 15 Jun 2009 18:46:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/enable-tethering-on-iphone-3-0/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Tethering iPhone 3.0&#34; loading=&#34;lazy&#34; src=&#34;http://images.appleinsider.com/iphone30-tethering1.jpg&#34;&gt;I found &lt;a href=&#34;http://www.iphone-notes.de/mobileconfig/&#34;&gt;this page&lt;/a&gt; that sends you via email the right &amp;ldquo;Profile&amp;rdquo; for iPhone 3.0 to enable tethering.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;No Jailbrake or Unlocking required: it just works.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;After you install the profile, enable Tethering and follow the instructions on the phone.
If you decide to use Bluetooth, after you pair the device with your laptop, just configure it as &amp;ldquo;network port&amp;rdquo; (on Mac it will be almost automagic!).&lt;/p&gt;
&lt;p&gt;Performances are pretty good, I must say.&lt;/p&gt;</description>
    </item>
    <item>
      <title>From Daniele Luttazzi&#39;s &#34;Gym&#34;</title>
      <link>https://ivandemarino.me/posts/from-daniele-luttazzi-s-gym/</link>
      <pubDate>Sun, 14 Jun 2009 10:09:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/from-daniele-luttazzi-s-gym/</guid>
      <description>&lt;p&gt;This morning, while I was reading the &lt;a href=&#34;http://www.danieleluttazzi.it/&#34;&gt;Daniele Luttazzi&amp;rsquo;s blog&lt;/a&gt; and his series of post called &lt;strong&gt;&amp;ldquo;La Palestra&amp;rdquo;&lt;/strong&gt; (&lt;strong&gt;&amp;ldquo;The Gym&amp;rdquo;&lt;/strong&gt; in English), I decided that was worth it to translate some of the best I read.
&amp;ldquo;The Gym&amp;rdquo;? &lt;a href=&#34;http://it.wikipedia.org/wiki/Daniele_Luttazzi&#34;&gt;Luttazzi&lt;/a&gt; publishes satyric jokes on his blog, from a collection of ones that he receives from his fans.
But why? Because I think some of them are good even in English. Italian&amp;rsquo;s latest events are being publicized on international newspapers lately. This makes it possible to get those jokes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wordpress 2.8 1-click upgrade: BOOM!</title>
      <link>https://ivandemarino.me/posts/wordpress-2-8-1-click-upgrade-boom/</link>
      <pubDate>Sat, 13 Jun 2009 10:10:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/wordpress-2-8-1-click-upgrade-boom/</guid>
      <description>&lt;p&gt;1-Click to go from 2.7 to &lt;a href=&#34;http://codex.wordpress.org/Version_2.8&#34;&gt;2.8&lt;/a&gt;: BOOM!!! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Best upgrade for a PC is... a Mac, says PC World</title>
      <link>https://ivandemarino.me/posts/best-upgrade-for-a-pc-is-a-mac-says-pc-world/</link>
      <pubDate>Sat, 13 Jun 2009 09:43:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/best-upgrade-for-a-pc-is-a-mac-says-pc-world/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Best upgrade for a PC is a Mac, says PC World!&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2009/06/best-upgrade-for-a-pc-is-a-mac.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to understand Berlusconi</title>
      <link>https://ivandemarino.me/posts/how-to-understand-berlusconi/</link>
      <pubDate>Fri, 29 May 2009 07:13:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-understand-berlusconi/</guid>
      <description>&lt;p&gt;Last episode of &lt;a href=&#34;http://voglioscendere.ilcannocchiale.it/post/2256756.html&#34;&gt;the latest &amp;ldquo;Passate Parola&amp;rdquo; episode of the great Marco Travaglio&lt;/a&gt;.&lt;/p&gt;
&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/bnRKCeOjzQ0&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;I wish it was in English: it would simplify a lot the life of who would like to understand the &amp;ldquo;Berlusconi&amp;rsquo;s Story&amp;rdquo;.
There are Italian subtitles though: it could be useful for someone that is able to read Italian at lease.&lt;/p&gt;</description>
    </item>
    <item>
      <title>At the Google I/O 2009</title>
      <link>https://ivandemarino.me/posts/at-the-google-i-o-2009/</link>
      <pubDate>Thu, 28 May 2009 03:35:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/at-the-google-i-o-2009/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google I/O 2009&#34; loading=&#34;lazy&#34; src=&#34;http://code.google.com/events/io/images/io2009.png&#34;&gt;Just a quick one.
First day of the &lt;a href=&#34;http://code.google.com/events/io/&#34;&gt;Google I/O 2009&lt;/a&gt; in &lt;a href=&#34;http://en.wikipedia.org/wiki/San_Francisco,_California&#34;&gt;San Francisco (CA)&lt;/a&gt;.
Apart from a lot of informative and interesting topics and breakout sessions (I mainly focused on App Engine and Android), I came back at home full of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Stickers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;T-shirt&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.google.com/googlebooks/chrome/&#34;&gt;Google Chrome comic paperback version&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A brand new &amp;ldquo;Google I/O device&amp;rdquo;, that is a black &lt;a href=&#34;http://www.htc.com/www/product/magic/overview.html&#34;&gt;HTC Magic&lt;/a&gt; sim and firmware unlocked for developers + Android Market with Paid Apps support + Amazon Mp3 store +&amp;hellip;!!!. How much? For FREE, of course!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Improving the developer experience&#34;, Symbian Foundation blog: my comment</title>
      <link>https://ivandemarino.me/posts/improving-the-developer-experience-symbian-foundation-blog-my-comment/</link>
      <pubDate>Mon, 18 May 2009 10:12:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/improving-the-developer-experience-symbian-foundation-blog-my-comment/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://developer.symbian.com/wiki/display/pub/David+Wood&#34;&gt;&lt;img alt=&#34;David Wood&#34; loading=&#34;lazy&#34; src=&#34;http://kernj.cnc.net/DavidWood.jpg&#34;&gt;&lt;/a&gt;&lt;a href=&#34;http://blog.symbian.org/2009/05/16/improving-the-developer-experience/#comment-1715&#34;&gt;I just wrote a comment&lt;/a&gt; to an article I read on the Symbian Foundation blog: &lt;em&gt;&amp;quot;&lt;a href=&#34;http://blog.symbian.org/2009/05/16/improving-the-developer-experience/&#34;&gt;Improving the developer experience&lt;/a&gt;&amp;quot;&lt;/em&gt;, by &lt;a href=&#34;http://developer.symbian.com/wiki/display/pub/David+Wood&#34;&gt;David Wood&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I think it&amp;rsquo;s worth replicating it here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;detronizator Says:
May 18, 2009 at 9:58 AM
@Mark Burton: I had EXACTLY the same experience. It was like jumping back to the “future” of software development and see that IT’S NOT MANDATORY to have to deal with ANCIENT C++ to write software for mobile.
More funny: it’s all based on Open Source/Open Standard technologies, like gdb and qemu!!!
@wtr1: Did you ever see Android running on the Emulator (because that’s what it is: WINSCW is a SIMULATOR)? And Symbian itself? I did when I was there. A guy started working on Symbian for QEMU, achieving to start th OS in a 10th of the time, if not less. Even faster than ANDROID to boot!!!
But at that time people took me as a fool for supporting this guy so strongly…
Seriously: WINSCW is “theoretically” faster but so badly written that it’s actually slower.
@David Wood: I basically agree with you, but to say that “there isn’t such a Symbian controlled by manufacturers”, it’s what I’ll call “more than just a personal and partial opinion”.
The control and the “steering” of THE manufacturer (who said “Nokia?”) was in every step that was taken in Symbian. And that was absolutely “correct”: after all Nokia owned the most of it.
Now you are “step by step” trying to change this. But the problems you are dealing today are heritage of a “not so far past”. And, as you said yourself, “it’s not going to change overnight”.
A last thought: I’m realizing that the most of those posts are focused on discussing the “technical philosophy”, “political moves”, “current market”, “business model” of Symbian but… are we ever actually going to discuss technical and more interesting stuff?
And, bear in mind, this is not a critic to the audience here, neither to the bloggers (who always arise good, important and interesting points): my critic is to make people realize that the problems of this Platform are so “deep in developers soul” and “frustrating for beeing so old complex”, that the main discuss driver is always away from the technical stuff.
For example: what about “common mistakes made by C++ developers and how symbian address and solve them” or “how to build a Client-Server architecture in 5 minutes” or “how to optimize performance of a UI-intensive application” or “how to generate JSON files in your web-based S60 app”… and I could say more.
Developers, at least of my age, want code, snippets, smart patterns and so on…
My 5 cents.
PS Please, bear in mind that WINSCW is a “SIMULATOR”, while QEMU is an “EMULATOR”, like the ARM one that Nokia preferred to QEMU… and we are still waiting here! :P
PPS At least this is the definition you can find on books from Tanenbaum or Sterling.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Typewriter: an Idea just popped into your mind</title>
      <link>https://ivandemarino.me/posts/typewriter-an-idea-just-popped-into-your-mind/</link>
      <pubDate>Sun, 17 May 2009 11:07:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/typewriter-an-idea-just-popped-into-your-mind/</guid>
      <description>&lt;p&gt;From &lt;em&gt;&amp;quot;&lt;a href=&#34;http://www.imdb.com/title/tt0057683/&#34;&gt;Who&amp;rsquo;s Minding the Store&lt;/a&gt;&amp;quot;&lt;/em&gt;, by &lt;a href=&#34;http://en.wikipedia.org/wiki/Jerry_Lewis&#34;&gt;Jerry Lewis&lt;/a&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/a7ySmnxy29Q&amp;hl=en&amp;fs=1&amp;hd=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;From &lt;em&gt;&amp;ldquo;Decameron - La Macchina da Scrivere&amp;rdquo;&lt;/em&gt;, by &lt;a href=&#34;http://it.wikipedia.org/wiki/Daniele_Luttazzi&#34;&gt;Daniele Luttazzi&lt;/a&gt; (&lt;a href=&#34;http://www.danieleluttazzi.it/&#34;&gt;blog&lt;/a&gt;)
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/IdN6yOMQNpI&amp;hl=en&amp;fs=1&amp;hd=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Ciccotti e la Macchina da Scrivere&amp;rdquo;&lt;/em&gt;, by &lt;a href=&#34;http://it-it.facebook.com/people/Tommaso-Ciccotti/1607612005&#34;&gt;Tommaso Ciccotti&lt;/a&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/QDMuQXikFis&amp;hl=en&amp;fs=1&amp;hd=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sounds like a good plan...</title>
      <link>https://ivandemarino.me/posts/sounds-like-a-good-plan/</link>
      <pubDate>Fri, 08 May 2009 22:09:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/sounds-like-a-good-plan/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.whitehouse.gov/blog/09/05/04/Good-Jobs-Here-at-Home/&#34;&gt;Good Jobs Here at Home&lt;/a&gt;&lt;/p&gt;
&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/wsc-npUcuC8&amp;hl=en&amp;fs=1&amp;hd=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.whitehouse.gov/blog/Ending-Bad-Habits/&#34;&gt;Ending Bad Habits&lt;/a&gt;&lt;/p&gt;
&lt;object width=&#34;480&#34; height=&#34;295&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/Vk7x5_uGj_s&amp;hl=en&amp;fs=1&amp;hd=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;480&#34; height=&#34;295&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;I wish I had such a President: I don&amp;rsquo;t know if he is really going to do what he says, but at least he says correct and agreeable things.&lt;/p&gt;</description>
    </item>
    <item>
      <title>«Mom, I want to do Open Source too...»</title>
      <link>https://ivandemarino.me/posts/mom-i-want-to-do-open-source-too/</link>
      <pubDate>Wed, 06 May 2009 11:32:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mom-i-want-to-do-open-source-too/</guid>
      <description>&lt;p&gt;After I received an email, this imaginary story came to my mind:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Kiddo&amp;gt;&lt;/strong&gt;Mom, my friend &lt;em&gt;&lt;a href=&#34;http://developer.android.com/&#34;&gt;G. Android&lt;/a&gt;&lt;/em&gt; came today at school and said &amp;ldquo;he is Open Source and it&amp;rsquo;s cooooool&amp;rdquo;. Not everyone understood in it and ignored him. Then we all got it, and he became very popular. &lt;em&gt;Can I do it too? Pleeeeeease!!!&lt;/em&gt;
&lt;strong&gt;Mom&amp;gt;&lt;/strong&gt;Ok &lt;a href=&#34;http://www.symbian.com/&#34;&gt;S. Symbian&lt;/a&gt;, but don&amp;rsquo;t forget that you need to explain IP, binary compatibility, Active Objects, Descriptors&amp;hellip; and you can&amp;rsquo;t give away all the secrets of your mommy away to those Open Source folks.
&lt;strong&gt;Kiddo&amp;gt;&lt;/strong&gt;But moooom, this is not really&amp;hellip;
&lt;strong&gt;Mom&amp;gt;&lt;/strong&gt;Hey young man! This is my house and I say what you can do and can&amp;rsquo;t do. You do Open Source, but in my way! Nokia way!&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to be on gossip newspapers as well</title>
      <link>https://ivandemarino.me/posts/how-to-be-on-gossip-newspapers-as-well/</link>
      <pubDate>Sun, 03 May 2009 12:45:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-be-on-gossip-newspapers-as-well/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Veronica Lario&#34; loading=&#34;lazy&#34; src=&#34;http://kpm.data.kataweb.it/kpm2x/field/image/kpmimage/2580037&#34;&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Be a &lt;a href=&#34;http://en.wikipedia.org/wiki/Silvio_Berlusconi&#34;&gt;Media-Dictator in a semi-democratic country&lt;/a&gt;. Like &lt;a href=&#34;http://en.wikipedia.org/wiki/Italy&#34;&gt;Italy&lt;/a&gt;, for example&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Act like a stereotyped Italian clown in every International Meeting, pretending you are the one of the politicians that &amp;ldquo;actually do the job&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enjoy yourself with the youngest and stupidest show-girls during your 70, just to confirm, again and again, the shameless stereotype of the &amp;ldquo;Italian playboy&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Have a wife that, after she was &amp;ldquo;seduced&amp;rdquo; by your money and your power when you were younger, making your first marriage fail, now complains for your unfaithfulness and the shame you are bringing to the family&lt;/p&gt;</description>
    </item>
    <item>
      <title>Android Dev Phone 1: Official Updates</title>
      <link>https://ivandemarino.me/posts/android-dev-phone-1-official-updates/</link>
      <pubDate>Sun, 05 Apr 2009 12:15:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/android-dev-phone-1-official-updates/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.livbit.com/article/wp-content/uploads/2008/12/google_android_dev_phone_1.jpg&#34;&gt;For the once of you that tried &lt;em&gt;&amp;ldquo;home made ways&amp;rdquo;&lt;/em&gt; to update their ADP1, like &lt;a href=&#34;http://www.detronizator.org/2009/03/08/andoird-dev-phone-1-to-git-master-and-back/&#34;&gt;my previously published how-to&lt;/a&gt;, this news can be interesting.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://android-developers.blogspot.com/2009/03/developer-news.html&#34;&gt;Google&lt;/a&gt; and &lt;a href=&#34;http://www.htc.com&#34;&gt;HTC&lt;/a&gt; finally managed to push-out an &lt;a href=&#34;http://www.htc.com/www/support/android/adp.html&#34;&gt;official page on the HTC site&lt;/a&gt;, to explain step-by-step how to &lt;strong&gt;update firmware and baseband of the device&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I just did it, having a very pleasant and straightforward experience.
The phone seems to be &lt;strong&gt;way more stable&lt;/strong&gt;, bug-free and the battery lasts for more then 50 seconds ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Theme: The Journalist</title>
      <link>https://ivandemarino.me/posts/new-theme-the-journalist/</link>
      <pubDate>Sun, 29 Mar 2009 23:24:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-theme-the-journalist/</guid>
      <description>&lt;p&gt;Another update for Detronizator.org&amp;rsquo;s theme.
Say hello to &lt;strong&gt;&lt;em&gt;&amp;ldquo;The Journalist&amp;rdquo;&lt;/em&gt;&lt;/strong&gt;, from &lt;a href=&#34;http://lucianmarin.com/page/themes/&#34;&gt;Lucian E. Marin&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Great job Lucian! ;-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ridicolmente Ridicolizzati dal Ridicolo </title>
      <link>https://ivandemarino.me/posts/ridicolmente-ridicolizzati-dal-ridicolo/</link>
      <pubDate>Sun, 29 Mar 2009 22:44:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ridicolmente-ridicolizzati-dal-ridicolo/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Goffredo Mameli&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Goffredo_mameli.jpg/220px-Goffredo_mameli.jpg&#34;&gt;Ridicoli.
Questo siamo.
Un popolo di &lt;strong&gt;RIDICOLI&lt;/strong&gt; che permettono ad un uomo &lt;strong&gt;RIDICOLO&lt;/strong&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Silvio_Berlusconi&#34;&gt;Silvio Berlusconi&lt;/a&gt;, cancrena degli ultimi 20 e piu&amp;rsquo; anni d&amp;rsquo;Italia, senza alcuna vergogna, remora, timore o paura, di fare il bello ed il cattivo tempo. E di &lt;strong&gt;RIDICOLIZZARE&lt;/strong&gt; ogni Valore, Diritto, Legge, Organo Istituzionale.
Il tutto abusando, anzi dire i violentando, stuprando, le parole. Parole come &amp;ldquo;Liberta&amp;rsquo;&amp;rdquo;, &amp;ldquo;Diritto&amp;rdquo;, &amp;ldquo;Stato&amp;rdquo;, &amp;ldquo;DEMOCRAZIA&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;E quindi si arriva a cose orribili e disgustose, come il gesto fatto in chiusura dei &amp;ldquo;lavori&amp;rdquo; del nuovo partito da lui fondato, &lt;a href=&#34;http://it.wikipedia.org/wiki/Il_Popolo_della_Libert%C3%A0&#34;&gt;PdL (Popolo delle Liberta&amp;rsquo;)&lt;/a&gt;, con cui si e&amp;rsquo; letteralmente mangiato tutta la destra italiana.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chrome Experiments</title>
      <link>https://ivandemarino.me/posts/chrome-experiments/</link>
      <pubDate>Sat, 21 Mar 2009 12:16:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/chrome-experiments/</guid>
      <description>&lt;p&gt;WOW!
I mean&amp;hellip; &lt;strong style=&#34;font-size: 150%; &#34;&gt;WOW!&lt;/strong&gt;
Look at what people are doing using the power of HTML5 + a very fast Javascript Engine!&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/aZo-Uv7TZs8&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Those experiments are collected here: &lt;a href=&#34;http://www.chromeexperiments.com/&#34;&gt;Chrome Experiments&lt;/a&gt; (note the subtitle: &amp;ldquo;&lt;em&gt;Not your mother&amp;rsquo;s JavaScript&lt;/em&gt;&amp;rdquo; - LOL).&lt;/p&gt;
&lt;p&gt;Bear in mind: this is &lt;em&gt;not only&lt;/em&gt; because of &lt;a href=&#34;http://www.google.com/chrome/&#34;&gt;Chrome&lt;/a&gt; itself. This is the power of &lt;a href=&#34;http://www.whatwg.org/specs/web-apps/current-work/#the-canvas-element&#34;&gt;HTML5 Canvas element&lt;/a&gt;, plus, of couse, the very (very) fast &lt;a href=&#34;http://code.google.com/p/v8/&#34;&gt;V8 Javascript engine&lt;/a&gt;). And indeed, I ran them on my &lt;a href=&#34;http://www.apple.com/safari/whats-new.html&#34;&gt;Safari 4 beta&lt;/a&gt; without a glitch: the Javascript engine, &lt;a href=&#34;http://webkit.org/blog/214/introducing-squirrelfish-extreme/&#34;&gt;SquirrelFish Extreme (SFX)&lt;/a&gt; is pretty good too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studenthood Nightmare</title>
      <link>https://ivandemarino.me/posts/studenthood-nightmare/</link>
      <pubDate>Sat, 21 Mar 2009 11:21:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/studenthood-nightmare/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://xkcd.com/557/&#34;&gt;&lt;img alt=&#34;Studenthood Nightmare&#34; loading=&#34;lazy&#34; src=&#34;http://imgs.xkcd.com/comics/students.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is &lt;a href=&#34;http://www.detronizator.org/2009/02/15/it-happens-to-me-all-the-time/&#34;&gt;another thing it happens to me as well&lt;/a&gt;!
I don&amp;rsquo;t really know what does it says: probably that some of the studenthood &amp;ldquo;duty&amp;rdquo; left a deep mark on our subconscious, making us imagine realities in which we &amp;ldquo;didn&amp;rsquo;t do our job&amp;rdquo;&amp;hellip; and now we pay the consequences.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Or, simply, that some teachers at school should be reported for &amp;ldquo;mental raping&amp;rdquo;! :-D&lt;/strong&gt;
LOL&lt;/p&gt;</description>
    </item>
    <item>
      <title>Immune a priori</title>
      <link>https://ivandemarino.me/posts/immune-a-priori/</link>
      <pubDate>Mon, 09 Mar 2009 19:45:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/immune-a-priori/</guid>
      <description>&lt;p&gt;Normalmente non quoto Marco Travaglio: lo segue sicuramente piu&amp;rsquo; gente di quanta segua me.
Ma questo video e&amp;rsquo; davvero interessante per &amp;ldquo;capire&amp;rdquo; come mai Berlusca non e&amp;rsquo; mai andato in carcere.&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/zzBUu8nge1Q&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&#34;http://voglioscendere.ilcannocchiale.it/post/2190503.html&#34;&gt;Voglio Scendere&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Android Dev Phone 1: to GIT Master and Back</title>
      <link>https://ivandemarino.me/posts/android-dev-phone-1-to-git-master-and-back/</link>
      <pubDate>Sun, 08 Mar 2009 19:15:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/android-dev-phone-1-to-git-master-and-back/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Android Dev Phone 1&#34; loading=&#34;lazy&#34; src=&#34;http://3.bp.blogspot.com/_X224WPCBE5o/STsl8k5fpKI/AAAAAAAAAis/qYHiU6r9LQI/s400/android-dev-phone-1.jpg&#34;&gt;If you, like me, have a &lt;a href=&#34;http://developer.android.com/guide/developing/device.html#dev-phone-1&#34;&gt;Android Dev Phone 1&lt;/a&gt; (&amp;ldquo;ADP1&amp;rdquo; from now on), you are probably wondering how to take the latest version of the &lt;a href=&#34;http://source.android.com/&#34;&gt;Android Source Code&lt;/a&gt;, the &lt;a href=&#34;http://android.git.kernel.org/&#34;&gt;&amp;ldquo;GIT Master&amp;rdquo;&lt;/a&gt;, compile and put on your device.&lt;/p&gt;
&lt;p&gt;I googled and googled and googled, finding some sparse material. But it&amp;rsquo;s all messed up: sometimes it was incomplete or partial, sometimes it was a matter of formatting/style, it could get very difficult to read. So, this post is my way of making it organic and organized.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s get it started!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dieci</title>
      <link>https://ivandemarino.me/posts/dieci/</link>
      <pubDate>Thu, 05 Mar 2009 12:46:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dieci/</guid>
      <description>&lt;p&gt;Un&amp;rsquo;altra piccola &amp;ldquo;perla&amp;rdquo; che dipinge Napoli come e&amp;rsquo;.
Niente &amp;ldquo;romanzazioni&amp;rdquo; ne &amp;ldquo;stereotipizzazioni&amp;rdquo;: &amp;ldquo;Napule&amp;rdquo; cosi&amp;rsquo; com&amp;rsquo;e&amp;rsquo; per i Napoletani.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.anobii.com/books/01de890006856eb392/&#34;&gt;&lt;img alt=&#34;Image of Dieci&#34; loading=&#34;lazy&#34; src=&#34;http://image.anobii.com/anobi/image_book.php?type=4&amp;item_id=01de890006856eb392&amp;time=0&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tristemente Bello.&lt;/strong&gt;
Bravo &lt;a href=&#34;http://www.anobii.com/contributors/Andrej_Longo/385952/language/11/&#34;&gt;Andrej Longo&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Not Funny!</title>
      <link>https://ivandemarino.me/posts/not-funny/</link>
      <pubDate>Tue, 03 Mar 2009 23:00:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/not-funny/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/Ib0Tll3sGB0&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
LOL!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sentenziato Tizio, si dimette Caio</title>
      <link>https://ivandemarino.me/posts/sentenziato-tizio-si-dimette-caio/</link>
      <pubDate>Tue, 17 Feb 2009 18:36:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/sentenziato-tizio-si-dimette-caio/</guid>
      <description>&lt;p&gt;Semplicemente, un grande e sonoro: &lt;a href=&#34;http://voglioscendere.ilcannocchiale.it/post/2173474.html&#34;&gt;L&lt;/a&gt;O&lt;a href=&#34;http://www.repubblica.it/2009/01/sezioni/politica/elezioni-sardegna/vertice-pd/vertice-pd.html&#34;&gt;L&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-_-&amp;rsquo;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;PS L&amp;rsquo;Italia e&amp;rsquo; sempre piu&amp;rsquo; imbarazzante&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>It happens to me all the time</title>
      <link>https://ivandemarino.me/posts/it-happens-to-me-all-the-time/</link>
      <pubDate>Sun, 15 Feb 2009 00:33:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/it-happens-to-me-all-the-time/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://xkcd.com/541/&#34;&gt;&lt;img alt=&#34;How do you end Parenthetical Statement with Emoticons?&#34; loading=&#34;lazy&#34; src=&#34;http://imgs.xkcd.com/comics/ted_talk.png&#34;&gt;&lt;/a&gt;
&lt;em&gt;How do you end Parenthetical Statement with Emoticons?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;To be honest? I can&amp;rsquo;t work out what&amp;rsquo;s the right thing to do. But I know that I normally do the send option: even if it looks &amp;ldquo;ugly&amp;rdquo; it does follow a logical pattern. The second one is too &amp;ldquo;messy&amp;rdquo; for a control freak like me ;-)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How do you normally solve this dilemma?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Culinary Nationalism</title>
      <link>https://ivandemarino.me/posts/culinary-nationalism/</link>
      <pubDate>Fri, 06 Feb 2009 12:32:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/culinary-nationalism/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Italy&#34; loading=&#34;lazy&#34; src=&#34;http://i170.photobucket.com/albums/u279/dakidj_2008/italian_flag.gif&#34;&gt;Only a country like Italy could do something stupid &lt;a href=&#34;http://italiadallestero.info/archives/3142&#34;&gt;like&lt;/a&gt; &lt;a href=&#34;http://italiadallestero.info/archives/3158&#34;&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In english:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Tuscan city of Lucca has imposed a ban upon foreign eateries in its historic centre, in a move described by critics as racism. The city council voted to deny new licences to bars or restaurants with a ‘non-Italian style of cooking’ within the boundary of the Renaissance walls circling the city centre.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tuscany&amp;rsquo;s centre-left regional government warned against discriminatory measures &amp;ldquo;introducing hidden forms of &amp;lsquo;gastronomic or culinary&amp;rsquo; racism.&amp;rdquo;
&amp;ldquo;The defence of quality is one thing, discrimination is another,&amp;rdquo; said Paolo Cocchi, the regional councillor for commerce.
Lucca&amp;rsquo;s town hall defended the new rules, saying they were meant to safeguard the city&amp;rsquo;s cultural identity and that they were also applicable to sex shops, fast food restaurants and take-away pizza parlours. &amp;ldquo;The ban targets McDonald&amp;rsquo;s as much as kebab restaurants,&amp;rdquo; said a spokesman.
The spokesman also said that the four kebab shops already in the city centre would be allowed to continue operating as normal, while, “as an invitation, not an order&amp;quot;, all foreign restaurants in the city will be encouraged to include at least one typical dish from the region.
CP/The Roman Forum
06 February 2009
Photo:Flickr/IthakaLB, An Italian enjoying typical cuisine&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Latitude on iPhone? Background Process?</title>
      <link>https://ivandemarino.me/posts/google-latitude-on-iphone-background-process/</link>
      <pubDate>Fri, 06 Feb 2009 09:05:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-latitude-on-iphone-background-process/</guid>
      <description>&lt;p&gt;Google just introduced a new service, &lt;a href=&#34;http://www.google.co.uk/latitude/intro.html&#34;&gt;Latitude&lt;/a&gt;.
I will not go in the details of explaining what it does, simply because the official web page is detailed enough, and has a nice/fancy video.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Google Latitude&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2009/02/google-latitude.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;What is relevant for me is the list of phone with which it will work:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Will it work with my phone?&lt;/strong&gt;
Google Latitude is a feature of Google Maps for mobile on these phones:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Android-powered devices, such as the T-Mobile G1 (coming soon)&lt;/li&gt;
&lt;li&gt;&lt;strong style=&#34;font-size: 120%;&#34;&gt;iPhone and iPod touch devices (coming soon)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;most color BlackBerry devices&lt;/li&gt;
&lt;li&gt;most Windows Mobile 5.0+ devices&lt;/li&gt;
&lt;li&gt;most Symbian S60 devices (Nokia smartphones)&lt;/li&gt;
&lt;li&gt;many Java-enabled (J2ME) mobile phones, such as Sony Ericsson devices (coming soon)
This service is free from Google; carrier charges may apply.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Windows 7 in 6 different sauces</title>
      <link>https://ivandemarino.me/posts/windows-7-in-6-different-sauces/</link>
      <pubDate>Thu, 05 Feb 2009 12:59:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/windows-7-in-6-different-sauces/</guid>
      <description>&lt;p&gt;Images and Videos say more than ever here.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://gadgets.boingboing.net/windows7editions.jpg&#34;&gt;&lt;img alt=&#34;Windows 7 editions&#34; loading=&#34;lazy&#34; src=&#34;http://gadgets.boingboing.net/windows7editions.jpg&#34;&gt;&lt;/a&gt;
-&lt;em&gt;-&amp;rsquo; &lt;a href=&#34;http://www.detronizator.org/2007/02/04/windows-vista-vs-macosx-leopard/&#34;&gt;Here it comes again&lt;/a&gt;!!! -&lt;/em&gt;-&#39;&lt;/p&gt;
&lt;p&gt;Steve, please say something:&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/7RsOIdF_DdY&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&#34;http://www.theapplelounge.com/cultura-societa/microsoft/windows-7-sei-versioni-disponibili/&#34;&gt;The Apple Lounge&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working from Home today...</title>
      <link>https://ivandemarino.me/posts/working-from-home-today/</link>
      <pubDate>Mon, 02 Feb 2009 11:38:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/working-from-home-today/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.facebook.com/album.php?aid=16758&amp;amp;l=fa18b&amp;amp;id=1321036994&#34;&gt;&lt;img alt=&#34;O_o&#34; loading=&#34;lazy&#34; src=&#34;http://photos-d.ak.fbcdn.net/photos-ak-snc1/v1977/63/114/1321036994/n1321036994_288539_6139.jpg&#34;&gt;&lt;/a&gt;
White London ;)&lt;/p&gt;
&lt;p&gt;Hopefully I can access my code&amp;hellip; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Perpetual Motion: a practical example</title>
      <link>https://ivandemarino.me/posts/perpetual-motion-a-practical-example/</link>
      <pubDate>Sun, 01 Feb 2009 21:45:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/perpetual-motion-a-practical-example/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ducklings&#34; loading=&#34;lazy&#34; src=&#34;http://imgs.xkcd.com/comics/ducklings.png&#34;&gt;
LOL!!! :)&lt;/p&gt;
&lt;p&gt;See also &lt;a href=&#34;http://en.wikipedia.org/wiki/Perpetual_motion&#34;&gt;Perpetual Motion&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I miei commenti a &#34;Napoli: La Storia&#34;</title>
      <link>https://ivandemarino.me/posts/i-miei-commenti-a-napoli-la-storia/</link>
      <pubDate>Sun, 01 Feb 2009 21:42:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-miei-commenti-a-napoli-la-storia/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Napoli: La Storia&#34; loading=&#34;lazy&#34; src=&#34;http://www.pixel06.org/articoli/wp-content/uploads/2008/10/front-napoli-la-storia-smal.jpg&#34;&gt;Ho visto anche io &lt;a href=&#34;http://blog.neminis.org/napoli/napoli-la-storia/&#34;&gt;il DVD di &amp;ldquo;Napoli: La Storia&amp;rdquo;&lt;/a&gt;, &lt;a href=&#34;http://blog.neminis.org/napoli/napoli-la-storia/&#34;&gt;prestatomi dal mio amico Nemo&lt;/a&gt;.
Non voglio dilungarmi, tanto sono opinioni personali.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Una ragazza con meno brufoli la potevano trovare

* Una ragazza più espressiva la potevano trovare
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Una ragazza con un naso meno &amp;ldquo;largo&amp;rdquo; la potevano trovare&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Ritengo stupido e poco convincente dire che Napoli è quello che è perché si è &amp;ldquo;non evoluta&amp;rdquo; rispetto al resto dell&amp;rsquo;Europa, rimanendo retrograde, ignorante e abbandonata a se stessa dalla Borghesia, i Regnanti e la Chiesa&lt;/p&gt;</description>
    </item>
    <item>
      <title>Yet another Theme</title>
      <link>https://ivandemarino.me/posts/yet-another-theme/</link>
      <pubDate>Sun, 01 Feb 2009 13:23:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/yet-another-theme/</guid>
      <description>&lt;p&gt;Yes, still experimenting with Themes. This one is &amp;ldquo;&lt;a href=&#34;http://templates.arcsin.se/emplode-website-template/&#34;&gt;Emplode&lt;/a&gt;&amp;rdquo;, by &lt;a href=&#34;http://arcsin.se/&#34;&gt;arcsin.se&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A little bit more classic than the previous one. I like it&amp;rsquo;s clean and slick style, but with classic and &amp;ldquo;paper-ish&amp;rdquo; colors.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s see if it last or I change my mind again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Guys, don&#39;t forget St Valentine&#39;s Day</title>
      <link>https://ivandemarino.me/posts/guys-don-t-forget-st-valentine-s-day/</link>
      <pubDate>Sat, 31 Jan 2009 15:42:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/guys-don-t-forget-st-valentine-s-day/</guid>
      <description>&lt;p&gt;Ok, it&amp;rsquo;s a commercial, stupid and useless Day, made because it&amp;rsquo;s difficult to understand that Men and Women are different and care about different things.
But, this video is GREAT!!! ;-)&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/jKOh3PPNvec&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I told you guys!!!</title>
      <link>https://ivandemarino.me/posts/i-told-you-guys/</link>
      <pubDate>Thu, 08 Jan 2009 22:36:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-told-you-guys/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://picasaweb.google.com/lh/photo/g1ZHV3OLa7x-UgchqWxDJA?feat=embedwebsite&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://lh6.ggpht.com/_-lx7Fx4NBII/SWZ9_S_udiI/AAAAAAAABho/US2XY_tTY9U/s400/IMG_0001.PNG&#34;&gt;&lt;/a&gt;
While my iPhone&amp;rsquo;s Weather application was showing this&lt;/p&gt;</description>
    </item>
    <item>
      <title>I don&#39;t hate the Americans neither the Jews</title>
      <link>https://ivandemarino.me/posts/i-don-t-hate-the-americans-neither-the-jews/</link>
      <pubDate>Thu, 08 Jan 2009 00:09:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-don-t-hate-the-americans-neither-the-jews/</guid>
      <description>&lt;p&gt;A dear friend of mine made me think about what I wrote in &lt;a href=&#34;http://www.detronizator.org/2008/12/26/where-exactly/&#34;&gt;this previous post about the Mahmoud Ahmadinejad&amp;rsquo;s Christmas Speech&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;USA Flag&#34; loading=&#34;lazy&#34; src=&#34;http://cullrich.files.wordpress.com/2007/08/american-flag-2a.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m sure that, who follows regularly my blog, knows, or at least has an idea, of what are my Political beliefs. But, just for the sake of being sure that no one gets insulted, I&amp;rsquo;d like to specify few simple facts:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* I don&#39;t hate the American People, I actually like them very much

* One of my oldest, but not doable, desires is to get a Master in USA

* I hate the America&#39;s Politicians and their decisions of the last years

* I think it&#39;s fault of those politicians if the World has now as major fear &amp;quot;Terrorism&amp;quot;: they needed it to make more money out of the status of perpetuals fear

* I don&#39;t  hate Jews and I believe that a big part of the Israeli People are against the War

* I believe that Israeli politicians are nothing but just controlled puppets in the hands of America&#39;s Politicians, who tries to get more and more control over the Middle-East through Israel

* I believe Israel creation is a crime made by the British, despite the world was just going out of a terrible war: the lesson was never really learnt

* I believe Jews that lives in Israel are, for the majority, not involved in the &amp;quot;willing&amp;quot; of doing any war against any race: most probably Muslims and Israeli would live in peace easliy if they were not ruled by criminals

* I do have [hope](http://www.detronizator.org/2008/11/05/while-we-will-be-sleeping/) in [Obama](http://www.detronizator.org/2008/11/05/the-butterfly-effect/): I hope this man can, leap after leap, bring USA to a change
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Hope this clarify my position: the only people that should get upset for what I say are too powerful to care about me&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Curious Case of Benjamin Button</title>
      <link>https://ivandemarino.me/posts/the-curious-case-of-benjamin-button/</link>
      <pubDate>Wed, 07 Jan 2009 21:38:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-curious-case-of-benjamin-button/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;The Curious Case of Benjamin Button&#34; loading=&#34;lazy&#34; src=&#34;http://www.firstshowing.net/img/benjamin-button-booknew.jpg&#34;&gt;I hope &lt;a href=&#34;http://www.imdb.com/title/tt0421715/&#34;&gt;the Movie&lt;/a&gt; is better than &lt;a href=&#34;http://www.anobii.com/books/The_Curious_Case_of_Benjamin_Button/9781416556053/01336c239bf35f6d63/&#34;&gt;the Book&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not a &amp;ldquo;bad book&amp;rdquo; in absolute values: it&amp;rsquo;s bad because it doesn&amp;rsquo;t follow it&amp;rsquo;s own logic.
If you write the story of a man that, on the side of the age goes &lt;strong&gt;from Old to Young&lt;/strong&gt;, and on the side of the body size goes &lt;strong&gt;from Small to Big&lt;/strong&gt;&amp;hellip; don&amp;rsquo;t screw everything because you need to close the book in a &amp;ldquo;strange but appealing way&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Conversion Tables</title>
      <link>https://ivandemarino.me/posts/conversion-tables/</link>
      <pubDate>Mon, 05 Jan 2009 09:39:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/conversion-tables/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://xkcd.com/526/&#34;&gt;&lt;img alt=&#34;Conversion Tables&#34; loading=&#34;lazy&#34; src=&#34;http://imgs.xkcd.com/comics/converting_to_metric.png&#34;&gt;&lt;/a&gt;
&lt;strong&gt;&lt;em&gt;LOL&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The one in Charge -_-&#39;</title>
      <link>https://ivandemarino.me/posts/the-one-in-charge/</link>
      <pubDate>Wed, 31 Dec 2008 12:28:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-one-in-charge/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/rToKEnySb7s&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The man with the funny hat</title>
      <link>https://ivandemarino.me/posts/the-man-with-the-funny-hat/</link>
      <pubDate>Sun, 28 Dec 2008 11:03:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-man-with-the-funny-hat/</guid>
      <description>&lt;p&gt;That&amp;rsquo;s what happens when you found your religion on the fact that [en:Pope|a Man] with a funny Hat is &lt;strong&gt;ELECTED&lt;/strong&gt; &lt;em&gt;&amp;ldquo;The Representation of God and His Willing on Earth&amp;rdquo;&lt;/em&gt;:&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#39;http://www.cbs.com/thunder/swf30can10cbsnews/rcpHolderCbs-3-4x3.swf&#39; FlashVars=&#39;link=http%3A%2F%2Fwww%2Ecbsnews%2Ecom%2Fvideo%2Fwatch%2F%3Fid%3D4686409n%253fsource%3Dsearch%5Fvideo&amp;partner=news&amp;vert=News&amp;autoPlayVid=false&amp;releaseURL=http://release.theplatform.com/content.select?pid=3a9TdWDrLp3TUZgjeZaUpYGprSRjyXmh&amp;name=cbsPlayer&amp;allowScriptAccess=always&amp;wmode=transparent&amp;embedded=y&amp;scale=noscale&amp;rv=n&amp;salign=tl&#39; allowFullScreen=&#39;true&#39; width=&#39;425&#39; height=&#39;324&#39; type=&#39;application/x-shockwave-flash&#39; pluginspage=&#39;http://www.macromedia.com/go/getflashplayer&#39;&gt;&lt;/embed&gt;
&lt;a href=&#34;http://www.cbs.com&#34;&gt;Watch CBS Videos Online&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Where his humanity is? Why he didn&amp;rsquo;t just stop, send away the guards and touched the hands of the &amp;ldquo;so faithful&amp;rdquo; woman? Is this act REALLY the willing of God on Earth?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Where exactly?</title>
      <link>https://ivandemarino.me/posts/where-exactly/</link>
      <pubDate>Fri, 26 Dec 2008 10:40:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/where-exactly/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Mahmoud Ahmadinejad&#34; loading=&#34;lazy&#34; src=&#34;http://www.channel4.com/assets/programmes/images/alternative-christmas-message/series-2008/episode-1/alternative-christmas-message-s2008e1_200x113.jpg&#34;&gt;Yesterday, 25th of December, &lt;strong&gt;President of Iran [en:Mahmoud Ahmadinejad]&lt;/strong&gt; broadcasted from Channel 4 a &lt;em&gt;Christmas Speech&lt;/em&gt; for people of UK.&lt;/p&gt;
&lt;p&gt;Now, I could understand the &amp;ldquo;surprise&amp;rdquo; of receiving a &amp;ldquo;classical&amp;rdquo; Christmas Speech from a President of an Islamic and Middle Eastern country, &lt;a href=&#34;http://uk.youtube.com/theroyalchannel&#34;&gt;while Queen Elisabeth the II was doing the same (Yes! The British Monarchy has an Official Channel on YouTube!)&lt;/a&gt;. But, reading the full transcription and watching the video &lt;strong&gt;I can&amp;rsquo;t see where exactly Ahmadinejad was &amp;ldquo;offensive&amp;rdquo; or expressing his &amp;ldquo;fanatic anti-semitism&amp;rdquo;&lt;/strong&gt;. I mean, we all know what he said during the last years, and how much he would like to send a couple of nuclear bombs on the Israeli army, but there is nothing of that in this message. (By the way, would it be that bad to kick the ass of the IsrAmericans? :-P )&lt;/p&gt;
&lt;p&gt;Particular interesting to read is the article from BBC, &amp;ldquo;&lt;a href=&#34;http://news.bbc.co.uk/1/hi/entertainment/7799652.stm&#34;&gt;Ahmadinejad show &amp;lsquo;causes offence&amp;rsquo;&lt;/a&gt;&amp;rdquo;, where different perspective and comments are reported, mostly from westerns. And the only thing I can see is that no one actually listened of what he said: westerns just assumed that he wants to kill Jews and Christians; while, actually, what he said is quite shareable and agreeable: changing just a couple of words it would easily be the Speech of the Pope!&amp;hellip; Ehm&amp;hellip; Mmm&amp;hellip; Eee&amp;hellip; &lt;strong&gt;Sorry, my mistake: the Pope will never send it&amp;rsquo;s Greetings to Muslims! He will just send some Crusaders!&lt;/strong&gt;
Yes, seriously: it&amp;rsquo;s actually a Positive and Good-Willing message. He just condemned the bullish and expansionisms of &amp;ldquo;some&amp;rdquo; countries, as something that Jesus will stand against, if he was on earth.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not supporting Ahmadinejad here: I&amp;rsquo;m simply highlighting how much our media (all of them) likes to control our perception of things, sometimes passing down to us just a surrogate (a &lt;strong&gt;POISONED SURROGATE&lt;/strong&gt;) of the news.&lt;/p&gt;
&lt;p&gt;From my side, I just congratulate Channel 4 for doing this. Brave, Intelligent, Modern, Really Open-minded.
Full video and transcript (both in english) follows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Involuting Christianity</title>
      <link>https://ivandemarino.me/posts/involuting-christianity/</link>
      <pubDate>Wed, 24 Dec 2008 18:40:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/involuting-christianity/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Pope&#34; loading=&#34;lazy&#34; src=&#34;http://newsimg.bbc.co.uk/media/images/45317000/jpg/_45317957_006598345-1.jpg&#34;&gt;Once, in a very weird and dark nightmare, I read this letter from the Pope:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;My dear Christians,
The World is changing and a wave of new corrupted culture is establishing a new, different, atheist moral.
Please, don&amp;rsquo;t join the World in it&amp;rsquo;s changing. &lt;a href=&#34;http://news.bbc.co.uk/1/hi/world/europe/7796663.stm&#34;&gt;Bear in mind that homosexuality is a Sin and an Abomination&lt;/a&gt;: I&amp;rsquo;m sure God is furious much more because of you loving your homosexual partner, than of the fact that you all are polluting the planet.
So, please, stop bumping each other. Actually, I think would be way better if you were just raping your own sister!
Being in this period of the year, bear in mind to destroy the Pagan beliefs of your kids: &lt;a href=&#34;http://news.bbc.co.uk/nol/ukfs_news/hi/newsid_7790000/newsid_7798400/7798480.stm&#34;&gt;Santa Claus doesn&amp;rsquo;t exists&lt;/a&gt;.
Only Jesus, with it&amp;rsquo;s collection of miracles, and it&amp;rsquo;s conception on the 8th of December and birth on the 25th of the same month, it&amp;rsquo;s real.
Like Adam and Eva.
Sincerely,
your &lt;del datetime=&#34;2008-12-24T18:11:00+00:00&#34;&gt;Cultural and Religious Dictator&lt;/del&gt; Pope&lt;/p&gt;</description>
    </item>
    <item>
      <title>Crisi Mondiale, Riforme Locali</title>
      <link>https://ivandemarino.me/posts/crisi-mondiale-riforme-locali/</link>
      <pubDate>Sat, 20 Dec 2008 10:28:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/crisi-mondiale-riforme-locali/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.economist.com/world/europe/displaystory.cfm?story_id=12780815&#34;&gt;&lt;img alt=&#34;Government gross Public Debt&#34; loading=&#34;lazy&#34; src=&#34;http://media.economist.com/images/20081213/CEU592.gif&#34;&gt;&lt;/a&gt;Sono sceso dall&amp;rsquo;aereo il 16 Dicembre&amp;hellip; e da allora sto monitorando, a modo mio, quello che sta succedendo in questo mio paese natio.&lt;/p&gt;
&lt;h2&gt;Crisi Mondiale&lt;/h2&gt;
A sentire le radio e le TV &#34;maggiori&#34;, l&#39;[it:Italia] e&#39; una specie di oasi felice in mezzo ad un [it:Europa], un [it:Mondo] in piena crisi Economica e Finanziaria.
L&#39;unico sentore della crisi ce lo danno con i commenti (tagliati e riadattati) dei cittadini per strade e centri commericali:
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Spenderò di meno per regali, li farò solo a parenti e amici stretti&amp;hellip; ma il panettone/capretto/pandoro/cibo-usanza non mancherà&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Questo rincuora l&amp;rsquo;Italiano Medio. Gli fa pensare «&lt;em&gt;&amp;hellip; tutto sommato non va così male&amp;hellip;&lt;/em&gt;». E questo diventa il &lt;em&gt;leitmotiv&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Poi però mi ricordo che all&amp;rsquo;aeroporto di [en:Stansted] ho comprato un bel numero speciale dell&amp;rsquo;&lt;a href=&#34;http://www.economist.com/&#34;&gt;Economist&lt;/a&gt;, &lt;a href=&#34;http://www.economistshop.com/asp/bookdetail.asp?book=3209&#34;&gt;&amp;ldquo;The World in 2009&amp;rdquo;&lt;/a&gt;, e leggo. Leggo. Leggo.
Non ci trovo traccia di ottimismo. Ma di sano &amp;ldquo;pessimismo riflessivo&amp;rdquo;. Non ci sono articoli fatalisti. Non ci sono dichiarazioni da fine millennio: solo coscienza che il 2009 non sarà un anno facile, e che i Leader di tutti i paesi devono intervenire ORA sulle economie per rallentare il più possibile la &lt;strong&gt;Spirale Recessica&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Granpa Luigi - Sorbillo&#39;s Pizza</title>
      <link>https://ivandemarino.me/posts/granpa-luigi-sorbillo-s-pizza/</link>
      <pubDate>Fri, 19 Dec 2008 01:27:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/granpa-luigi-sorbillo-s-pizza/</guid>
      <description>&lt;p&gt;Ladies and Gentleman, this is the BEST Pizza I have ever (EVER!) eaten in my whole life!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.accademiadellapizza.it/index.php&#34;&gt;&lt;img alt=&#34;Sorbillo&#34; loading=&#34;lazy&#34; src=&#34;http://www.accademiadellapizza.it/images/header_sorbillo.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This Pizzeria, &lt;a href=&#34;http://www.accademiadellapizza.it/index.php&#34;&gt;Sorbillo&lt;/a&gt;, is a family with a long History of &amp;ldquo;pizzaioli&amp;rdquo;. From fathers to sons, they passed down the knowledge, the secrets of how to make the real &lt;a href=&#34;http://en.wikipedia.org/wiki/Pizza#Pizza_types&#34;&gt;Napolitan Pizza&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Tonight I went there, completely unaware of where I was heading too: and I discovered the best pizza I have ever tried. This pizzeria also won the &lt;strong&gt;Prize of Best Pizza of the World&lt;/strong&gt;! I don&amp;rsquo;t know in which year, but most probably they are still the best.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Android is spreading all around</title>
      <link>https://ivandemarino.me/posts/the-android-is-spreading-all-around/</link>
      <pubDate>Sun, 14 Dec 2008 21:51:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-android-is-spreading-all-around/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Open Android&#34; loading=&#34;lazy&#34; src=&#34;http://source.android.com/_/rsrc/1224547124755/Home/os-bot-launch2.png&#34;&gt;I was sure that is was just a matter of time, before we started to see Android spreading all around into every possible flavour of Mobile (only?) piece of hardware.&lt;/p&gt;
&lt;p&gt;It started when just the first versions of the &lt;a href=&#34;http://code.google.com/intl/und/android/download_list.html&#34;&gt;SDK&lt;/a&gt; were out in the wild: people were &amp;ldquo;just&amp;rdquo; recompiling the kernel, and boom! The magic was happening. That was a demonstration of really good and effective layering: just adapting the kernel to the hosting hardware was making it &lt;em&gt;up and running&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Now, with &lt;a href=&#34;http://source.android.com/&#34;&gt;the source code available to everyone&lt;/a&gt;, the porting festival is becoming even larger, with small-medium company, as well as university guys, porting Android everywhere.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finally! I updated my WordPress installation</title>
      <link>https://ivandemarino.me/posts/finally-i-updated-my-wordpress-installation/</link>
      <pubDate>Sun, 14 Dec 2008 14:17:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/finally-i-updated-my-wordpress-installation/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;WordPress Official logo&#34; loading=&#34;lazy&#34; src=&#34;http://s.wordpress.org/about/images/logos/wplogo-hoz-rgb.png&#34;&gt;Yes, I did it. Finally.
It was on my todo-list since last year and I decided, in this moment of confusion and 100 things to do, to update.&lt;/p&gt;
&lt;p&gt;Why? Because &lt;a href=&#34;http://wordpress.org/development/2008/12/coltrane/&#34;&gt;Wordpress 2.7&lt;/a&gt; was released recently, and I decided that I was &amp;ldquo;late enough&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Codename of this release? &amp;ldquo;Coltrane&amp;rdquo;! Yes, like [en:John Coltrane] ;-) .&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; And this update comes from my iPhone! I can finally use the WordPress app.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Friends</title>
      <link>https://ivandemarino.me/posts/friends/</link>
      <pubDate>Sun, 07 Dec 2008 19:14:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/friends/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://xkcd.com/513/&#34;&gt;&lt;img alt=&#34;Friends&#34; loading=&#34;lazy&#34; src=&#34;http://imgs.xkcd.com/comics/friends.png&#34;&gt;&lt;/a&gt;
Very True!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thinking aloud about my Career</title>
      <link>https://ivandemarino.me/posts/thinking-aloud-about-my-career/</link>
      <pubDate>Sun, 07 Dec 2008 18:54:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/thinking-aloud-about-my-career/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t know exactly how to express what&amp;rsquo;s happening to me. I mean, to be quick, I&amp;rsquo;d say that &amp;ldquo;&lt;em&gt;I&amp;rsquo;m doing well with my Career&lt;/em&gt;&amp;rdquo;. But that&amp;rsquo;s not my point here; and I don&amp;rsquo;t think you really care, do you?
Plus, it&amp;rsquo;d show how little humble I&amp;rsquo;m: not really helpful social and friend wise. ;-)&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Evolution ;)&#34; loading=&#34;lazy&#34; src=&#34;http://www.geocities.com/llhgermany/evolution.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux on iPhone</title>
      <link>https://ivandemarino.me/posts/linux-on-iphone/</link>
      <pubDate>Sun, 30 Nov 2008 14:46:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/linux-on-iphone/</guid>
      <description>&lt;p&gt;Of course, it was a matter of time: we all knew that. But, still, this video is important: a concrete, publicly understandable proof, that Linux is going on the iPhone.&lt;/p&gt;
&lt;object width=&#34;400&#34; height=&#34;533&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://vimeo.com/moogaloop.swf?clip_id=2373142&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00adef&amp;amp;fullscreen=1&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; allowscriptaccess=&#34;always&#34; width=&#34;400&#34; height=&#34;533&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;a href=&#34;http://vimeo.com/2373142&#34;&gt;iPhone Linux Demonstration Video&lt;/a&gt; from &lt;a href=&#34;http://vimeo.com/user983560&#34;&gt;planetbeing&lt;/a&gt; on &lt;a href=&#34;http://vimeo.com&#34;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Probably it will never have a concrete, commercial application (like running Android, as the guys from where I took the video would like ;) ), but it&amp;rsquo;s undoubtedly an important proof of the great flexibility and adaptability of Linux and, in general, of the Open Source Software.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Butterfly Effect</title>
      <link>https://ivandemarino.me/posts/the-butterfly-effect/</link>
      <pubDate>Wed, 05 Nov 2008 14:41:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-butterfly-effect/</guid>
      <description>&lt;p&gt;What just happened will have consequences in the &lt;strong&gt;whole World&lt;/strong&gt;, I&amp;rsquo;m sure of this.
If either for &lt;strong style=&#34;color: blue; &#34;&gt;Good&lt;/strong&gt; or &lt;strong style=&#34;color: red; &#34;&gt;Evil&lt;/strong&gt;, we still don&amp;rsquo;t know. &lt;em&gt;We can just hope&lt;/em&gt;.
But that&amp;rsquo;s the key:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Now there is Space for Hope again!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://news.bbc.co.uk/2/hi/in_depth/americas/2008/vote_usa_2008/default.stm&#34;&gt;&lt;img alt=&#34;Obama and his wife after the Victory&#34; loading=&#34;lazy&#34; src=&#34;http://news.bbc.co.uk/media/images/45176000/jpg/_45176515_466_05_11.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the meantime, I must say, &lt;a href=&#34;http://www.detronizator.org/2008/11/05/while-we-will-be-sleeping/&#34;&gt;I have Very High Expectations&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>While we will be sleeping</title>
      <link>https://ivandemarino.me/posts/while-we-will-be-sleeping/</link>
      <pubDate>Wed, 05 Nov 2008 01:23:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/while-we-will-be-sleeping/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Barack Obama&#34; loading=&#34;lazy&#34; src=&#34;http://www.barackobama.com/images/photo_sets/Barack_Obama/scaled/1365594996_808f43209d_b.jpg&#34;&gt;&lt;/p&gt;
&lt;em&gt;
The most powerful Man in the World
&lt;strong&gt;will be chosen&lt;/strong&gt;.
Our own future
&lt;strong&gt;will be chosen&lt;/strong&gt;.
And we cannot participate to this:
just watch the TV
or sleep over it
and accept the news,
that tomorrow will meet
our sleepy mind.
Good Luck [Obama](http://www.barackobama.com/index.php)!
&lt;/em&gt;</description>
    </item>
    <item>
      <title>BrickBook Unboxing</title>
      <link>https://ivandemarino.me/posts/brickbook-unboxing/</link>
      <pubDate>Thu, 23 Oct 2008 23:12:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/brickbook-unboxing/</guid>
      <description>&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh4.ggpht.com/detronizator/SQD0_TWfWZE/AAAAAAAABfQ/HEHlhDkPhoI/s160-c/BrickBookUnboxing.jpg)](http://picasaweb.google.com/detronizator/BrickBookUnboxing#)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[BrickBook Unboxing](http://picasaweb.google.com/detronizator/BrickBookUnboxing#)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;Simply, the Best laptop I have met. &lt;strong&gt;Ever!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;P.S. Yes, &lt;a href=&#34;http://www.detronizator.org/2008/10/21/wtf/&#34;&gt;I manage to grab one&lt;/a&gt; ;-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>WTF?</title>
      <link>https://ivandemarino.me/posts/wtf/</link>
      <pubDate>Tue, 21 Oct 2008 14:19:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/wtf/</guid>
      <description>&lt;p&gt;Tuesday or Wednesday last week, &lt;a href=&#34;http://www.apple.com/&#34;&gt;Apple&lt;/a&gt;introduces one of the &lt;a href=&#34;http://www.apple.com/macbook/&#34;&gt;Greatest Piece of Art that the world of Technology has ever (EVER!) seen&lt;/a&gt;. This:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.apple.com/macbook/&#34;&gt;&lt;img alt=&#34;The new MacBook&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/euro/macbook/images/graphics-hero20081014.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yesterday, the less than a week after, at &lt;a href=&#34;http://www.apple.com/uk/retail/regentstreet/&#34;&gt;235 Regent&amp;rsquo;s Street&lt;/a&gt; they were Sold-Out!!! The guys there said that &lt;em&gt;«it was sold-out almost the same day it went on the market!!!»&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nerds and Wonks should drive America(?)</title>
      <link>https://ivandemarino.me/posts/nerds-and-wonks-should-drive-america/</link>
      <pubDate>Mon, 20 Oct 2008 09:17:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nerds-and-wonks-should-drive-america/</guid>
      <description>&lt;p&gt;I could start comment this out, but the article itself is interesting enough: I don&amp;rsquo;t need to add my own juice (and, most important, it doesn&amp;rsquo;t need it neither).&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;[&amp;hellip;]
We owe our well-crafted democratic form of government with its cleverly designed system of checks and balances, to a weird bunch of policy, technology, and scientific wonks and nerds such as Benjamin Franklin, Thomas Jefferson, George Washington, and Alexander Hamilton.
These guys and their compatriots were the kind of wonks and nerds, who, when presented with a problem and a complex system to analyze and possibly replicate, threw themselves into learning as much about it as possible. Some were best at policy, and others were best at technology, and some, like Jefferson and Franklin were outstanding contributors to both.
But today - because some of them did not exactly have winning personalities and others had personal morality issues - few would have little chance of getting elected. Which is a shame because not only did they have the desire, education and life experience to deal with  such problems, they also had what Walter Lippmann - a premier political journalist of past decades - called &amp;ldquo;civic virtue.,&amp;rdquo;
[&amp;hellip;]
The wonks and nerds we need to run for political office and take direct control are out there. Some I see working within government advising the politicials, such as engineering nerd and ecomomics wonk Neel Kashkari, the interim assistant secretary in the U.S. Treasury assigned with the responsibilty for managing the financial bailout. Others I meet at the embedded system design, science, and technology meetings I attend and write about.
Many of you are satisfied and busy with the work you trained for. Others may have a complete disdain for politics and politicians. But remember our representative democracy was designed as a &amp;ldquo;goverment OF the people, BY the people and FOR the people.&amp;rdquo;
[&amp;hellip;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nvidia introduces the Tegra</title>
      <link>https://ivandemarino.me/posts/nvidia-introduces-the-tegra/</link>
      <pubDate>Mon, 13 Oct 2008 23:31:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nvidia-introduces-the-tegra/</guid>
      <description>&lt;p&gt;Nvidia today left me wordless! They are jumping in the mobile, smartphone and netbook market in a very &amp;ldquo;noisy&amp;rdquo; way.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Nvidia Tegra&#34; loading=&#34;lazy&#34; src=&#34;http://www.nvidia.com/docs/IO/55203/Badge_Tegra_3D_large.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;The NVIDIA® Tegra™ family of computers-on-a-chip, brings the power of advanced visual computing to a broad range of handheld and mobile platforms—from phones, MP3 players, and portable navigation devices (PNDs) to mobile internet devices (MIDs). NVIDIA Tegra enables intuitive user interfaces and advanced multimedia features, all while delivering longer battery life.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What would happen if the Dollar falls down?</title>
      <link>https://ivandemarino.me/posts/what-would-happen-if-the-dollar-falls-down/</link>
      <pubDate>Fri, 03 Oct 2008 22:13:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/what-would-happen-if-the-dollar-falls-down/</guid>
      <description>&lt;p&gt;I strongly suggest to see this documentary. It will help people understand a lot of things about &amp;ldquo;how&amp;rdquo; things actually works in the [en:World Economy], why we trade Money and&amp;hellip; why &lt;strong&gt;[en:USA] holds in its hands the &lt;em&gt;balls&lt;/em&gt; of the World Economy. Or, doesn&amp;rsquo;t it?&lt;/strong&gt;&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/AuPgdZeAFjA&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
The Day of the Dollar
&lt;em&gt;Roel van Broekhoven&lt;/em&gt;
(Backlight 2005)&lt;/p&gt;
&lt;p&gt;The documentary is in [en:Dutch] with English subtitles.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Franz Kafka is an Idiot</title>
      <link>https://ivandemarino.me/posts/franz-kafka-is-an-idiot/</link>
      <pubDate>Mon, 29 Sep 2008 23:09:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/franz-kafka-is-an-idiot/</guid>
      <description>&lt;p&gt;I just read &amp;ldquo;The Metamorphosis&amp;rdquo;. And I liked it&amp;hellip; until I reached the last page of it.
Where I understood that &lt;strong&gt;Franz Kafka is an Idiot&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;The Metamorphosis - First Edition Cover&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Kafka_Starke_Verwandlung_1915.jpg/378px-Kafka_Starke_Verwandlung_1915.jpg&#34;&gt;
&lt;em&gt;First Edition Cover&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I like of course very much the quality and Franz is, out of any doubt, a great novelist&amp;hellip; but &lt;strong&gt;I totally disagree with the message, the perspective and the conclusion&lt;/strong&gt; of it.&lt;/p&gt;
&lt;p&gt;P.S. I read it with the great &lt;a href=&#34;http://www.lexcycle.com/iphone&#34;&gt;Stanza for iPhone&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ragu&#39;, Gnocchi and Meatballs</title>
      <link>https://ivandemarino.me/posts/ragu-gnocchi-and-meatballs/</link>
      <pubDate>Sun, 28 Sep 2008 01:43:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ragu-gnocchi-and-meatballs/</guid>
      <description>&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh3.ggpht.com/detronizator/SN7OuhiHFvE/AAAAAAAABIs/W51FLbs4tRw/s160-c/RaguGnocchiMeatballsAndMoreMakingOf.jpg)](http://picasaweb.google.com/detronizator/RaguGnocchiMeatballsAndMoreMakingOf#)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[Ragu&amp;#39;, Gnocchi, Meatballs and more: Making of...](http://picasaweb.google.com/detronizator/RaguGnocchiMeatballsAndMoreMakingOf#)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;All fruit of my hard work ;)
Enjoy&amp;hellip; the pictures, while we enjoyed the food! :P&lt;/p&gt;</description>
    </item>
    <item>
      <title>Housemade Music in Oxford Circus</title>
      <link>https://ivandemarino.me/posts/housemade-music-in-oxford-circus/</link>
      <pubDate>Sun, 21 Sep 2008 22:54:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/housemade-music-in-oxford-circus/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/CgM4hXlEhFA&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Housemade Music in Oxford Circus
&lt;strong&gt;Abstract:&lt;/strong&gt; Great, Talented artists, express themselves using just &amp;ldquo;common stuff&amp;rdquo;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I met those guys a week ago at &lt;a href=&#34;http://maps.google.co.uk/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=oxford+circus,+london&amp;amp;sll=53.800651,-4.064941&amp;amp;sspn=7.413158,23.291016&amp;amp;ie=UTF8&amp;amp;ll=51.515326,-0.141771&amp;amp;spn=0.007625,0.022745&amp;amp;t=h&amp;amp;z=16&amp;amp;iwloc=addr&#34;&gt;Oxford Circus&lt;/a&gt;, while I was with my Bro&amp;rsquo;. They are really really good!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Browser Adaptive CSS with AppEngine</title>
      <link>https://ivandemarino.me/posts/browser-adaptive-css-with-appengine/</link>
      <pubDate>Sun, 21 Sep 2008 19:56:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/browser-adaptive-css-with-appengine/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/2008/08/30/google-appengine-resources/&#34;&gt;As I said, I&amp;rsquo;m doing some stuff with Google AppEngine&lt;/a&gt;. And, of course, I&amp;rsquo;m facing the usual problem of Browser Incompatibility:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Browser Incompatibility&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/09/firefox_eating_ie.jpg&#34;&gt;
Browser Incompatibility ;-)&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;=Browser Incompatibilities: the Most Common Problem=
The most common problem for Web Site developers is the fact that every browser treats HTML Tags, CSS and Javascript in it&amp;rsquo;s own way.
This Recipe tries to address one of the problem I faced the most: having a slightly different CSS for every Browser.
=The Usual Solution=
The usual solution is to load every time a different CSS depending on the Browser. But this solution has some side effects:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jesus and Mo</title>
      <link>https://ivandemarino.me/posts/jesus-and-mo/</link>
      <pubDate>Sat, 20 Sep 2008 11:25:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jesus-and-mo/</guid>
      <description>&lt;p&gt;I know I&amp;rsquo;ll now have some problems for posting this, but I can&amp;rsquo;t deny that it is VERY FUNNY!!! It&amp;rsquo;s a blog, with daily comic-strips about a very particular &amp;ldquo;couple&amp;rdquo;: &lt;a href=&#34;http://www.jesusandmo.net/&#34;&gt;Jesus and Mohammed&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The blog is entitled: &lt;a href=&#34;http://www.jesusandmo.net/&#34;&gt;Jesus and Mo&lt;/a&gt;. I was unable to find the name of the author (what a surprise), but I really don&amp;rsquo;t care. Is he American, Saudi, Egyptian, Iraqi, Thai, Chinese or Napolitan? I really don&amp;rsquo;t care, as long as the strips are smart and funny.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Back from the Google Developer Day 2008</title>
      <link>https://ivandemarino.me/posts/back-from-the-google-developer-day-2008/</link>
      <pubDate>Wed, 17 Sep 2008 21:45:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/back-from-the-google-developer-day-2008/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://code.google.com/intl/en_uk/events/developerday/2008/home.html&#34;&gt;That was pretty exciting&lt;/a&gt;. A free, big, enlightening event about the &amp;ldquo;Google Stuff&amp;rdquo;&amp;hellip;
Ok, ok. Who spoke with me here knows that it was NOT so enlightening: most of the knowledge they brought from &lt;strong&gt;USA&lt;/strong&gt; is and was already available on the web. But that&amp;rsquo;s probably not the point. The point is, I believe, to share. Share the culture, the vision and&amp;hellip; the APIs.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Wembley Stadium&#34; loading=&#34;lazy&#34; src=&#34;http://www.contractjournal.com/blogs/construction-video-log/6.jpg&#34;&gt;
The Venue: &lt;a href=&#34;http://www.wembleystadium.com/&#34;&gt;Wembley Stadium&lt;/a&gt;!!!&lt;/p&gt;
&lt;p&gt;I went there for mainly two topics: &lt;a href=&#34;http://code.google.com/android/&#34;&gt;Android&lt;/a&gt; and &lt;a href=&#34;http://code.google.com/appengine/&#34;&gt;AppEngine&lt;/a&gt;. About Android, the presenter, &lt;strong&gt;Mike Jennings&lt;/strong&gt;, was very funny (and you will see him as the second presenter in the video below) and a &amp;ldquo;great character&amp;rdquo;. But his knowledge of the Platform was pretty basic. I believe he sort of Project Manager or something like that.
Plus, in the second part they invited to do a &amp;ldquo;technical talk about the SDK&amp;rdquo; a guy, &lt;strong&gt;Carl-Gustaf Harroch&lt;/strong&gt;. He is developing an application that involves a bit of LBS (Location Based Services) and some Google Maps. Ok nice, but he straggled quite soon with our questions about&amp;hellip; almost everything of the SDK. And, yes, I was quite bastard with my own questions.
Come one: how can you do a talk like that without even knowing &amp;ldquo;enough&amp;rdquo; what is the meaning of the Tags within the &lt;code&gt;AndroidManifest.xml&lt;/code&gt;? He was even quite young and not very confident, and he was unable to introduce the basic concepts before talking about more complex and in deep stuff.
At the end, quite disappointing session, I must say. &lt;a href=&#34;http://www.detronizator.org/2008/04/07/into-the-android/&#34;&gt;Probably, I knew more about it&lt;/a&gt; :-P .&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;The USB freebie ;)&#34; loading=&#34;lazy&#34; src=&#34;http://lh5.ggpht.com/developerday.uk/SNDMzDywPKI/AAAAAAAAAQo/Gge3Oqbz6SM/s400/DSC01900.JPG&#34;&gt;
The USB freebie ;)&lt;/p&gt;
&lt;p&gt;About AppEngine, I went to a &amp;ldquo;CodeLab&amp;rdquo;: a session where you are supposed to code. And I did, focusing more on my own Python code. They were available for help and questions, either about the application they proposed to build, or about your own. &amp;ldquo;In chair&amp;rdquo;, &lt;strong&gt;Mano Marks&lt;/strong&gt;: confident. Probably too confident. But, at the end, he was helpful, even if an answer or two where quite &amp;ldquo;upsetting&amp;rdquo; (I mean: if I ask a question about something you don&amp;rsquo;t know, and I tell you that you are wrong, don&amp;rsquo;t be arrogant and confident; wait and see my proof!!!).&lt;/p&gt;
&lt;p&gt;Now, let&amp;rsquo;s see the Keynote:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Death Star Canteen</title>
      <link>https://ivandemarino.me/posts/death-star-canteen/</link>
      <pubDate>Mon, 15 Sep 2008 14:20:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/death-star-canteen/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/Sv5iEK-IEzw&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Deadly Funny!!!&lt;/p&gt;
&lt;p&gt;[Original Source: &lt;a href=&#34;http://www.azein.com/blog/2008/08/26/star-wars-comedy/&#34;&gt;Zein&amp;rsquo;s Blog&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ferrero Rocher vs Pocket Coffee</title>
      <link>https://ivandemarino.me/posts/ferrero-rocher-vs-pocket-coffee/</link>
      <pubDate>Sat, 13 Sep 2008 23:16:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ferrero-rocher-vs-pocket-coffee/</guid>
      <description>&lt;p&gt;Sono sempre stati tra i miei &amp;ldquo;candies/sweets/cakes&amp;rdquo; preferiti (quando si tratta di cose piccole e veloci) (ovviamente, incomparabili ad un bel &lt;a href=&#34;http://www.pasticceriaazzurro.it/img/baba.jpg&#34;&gt;Baba&amp;rsquo;&lt;/a&gt; ;) ). Il loro concentrato di cioccolata abbinata a Caffe&amp;rsquo; o Nocciola e&amp;rsquo; un &amp;ldquo;Marriage Made in Heaven&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Ma non sono qui per parlarvi di questo. Che sono un chiattone lo sapete gia&amp;rsquo;.
Sono qui per parlare dell&amp;rsquo;&lt;a href=&#34;http://strangelelly.wordpress.com/2008/09/11/gli-uomini-e-le-donne/&#34;&gt;ennesimo parto della mia mente malata circa la &amp;ldquo;Comparazione di Uomo e Donna&amp;rdquo;&lt;/a&gt;.
O meglio, di quello che penso debbano essere Uomo e Donna per far si che le cose funzionino (si vede che ho il cuore nello zucchero? :-P ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>E questo sta ancora in TV?</title>
      <link>https://ivandemarino.me/posts/e-questo-sta-ancora-in-tv/</link>
      <pubDate>Sat, 13 Sep 2008 11:59:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/e-questo-sta-ancora-in-tv/</guid>
      <description>&lt;p&gt;&lt;embed src=&#34;http://blip.tv/play/AczXIIriew&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;480&#34; height=&#34;390&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;Cioe&amp;rsquo;, Saviano riceve la solidarieta&amp;rsquo; dall&amp;rsquo;Ordine dei Giornalisti perche&#39;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[&amp;hellip;]
ha aiutato anche l&amp;rsquo;informazione a capire meglio come la criminalità organizzata corrompa e devasti tante zone d&amp;rsquo;Italia. Dobbiamo a lui, come a Rosaria Capacchione, a Lirio Abbate, a Pino Maniàci, a Nino Amadore e ad altri giornalisti, una fondamentale opera di risveglio della coscienza civile. Le parole di Saviano prendono di mira stavolta anche le aree di contiguità e di compromissione con gli interessi della malavita presenti all&amp;rsquo;interno del giornalismo italiano. La nostra solidarietà - sottolineano -suonerebbe vuota e ipocrita se fingessimo di non averle lette: è del tutto evidente che chi è compromesso o anche solo distratto nei confronti della grande criminalità non ha diritto di cittadinanza nel mondo dell&amp;rsquo;informazione, che si propone invece obiettivi di tutt&amp;rsquo;altro segno, quelli della trasparenza e della denuncia
[&amp;hellip;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Giovanni Allevi - Angelo Ribelle</title>
      <link>https://ivandemarino.me/posts/giovanni-allevi-angelo-ribelle/</link>
      <pubDate>Sat, 13 Sep 2008 10:39:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/giovanni-allevi-angelo-ribelle/</guid>
      <description>&lt;object classid=&#34;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#34; codebase=&#34;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&#34; width=&#34;335&#34; height=&#34;85&#34; id=&#34;divplaylist&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.divshare.com/flash/playlist?myId=5367126-308&#34; width=&#34;335&#34; height=&#34;85&#34; name=&#34;divplaylist&#34; type=&#34;application/x-shockwave-flash&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>LHC is working properly</title>
      <link>https://ivandemarino.me/posts/lhc-is-working-properly/</link>
      <pubDate>Wed, 10 Sep 2008 15:24:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/lhc-is-working-properly/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Today, 10th of September 2008&lt;/strong&gt;, the final, complete, clock and anti-clock wise test of the &lt;a href=&#34;http://lhc2008.web.cern.ch/lhc2008&#34;&gt;Large Hadron Collider&lt;/a&gt; was a major success. The &lt;a href=&#34;http://lhc2008.web.cern.ch/lhc2008/&#34;&gt;LHC&lt;/a&gt;is working and ready to start to &amp;ldquo;crash protons&amp;rdquo;&amp;hellip; and probably &lt;a href=&#34;http://www.detronizator.org/2008/09/06/large-hadron-collider-goes-rap/&#34;&gt;&lt;em&gt;blow up your (our all) mind&lt;/em&gt;&lt;/a&gt; ;) .&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;LHC Cooldown Status&#34; loading=&#34;lazy&#34; src=&#34;http://hcc.web.cern.ch/hcc/file/field_lhc.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;4.5K-1.9K: brrrrrrr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Some interesting links (that are updated on a frequency of 15/30 minutes):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://lhc.web.cern.ch/lhc/Cooldown_status.htm&#34;&gt;LHC Cooldown Status&lt;/a&gt; - It shows the temperatures in the different sectors. While they were testing it was on an average of &lt;strong&gt;1.9k!!! O_o&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Large Hadron Collider goes Rap ;)</title>
      <link>https://ivandemarino.me/posts/large-hadron-collider-goes-rap/</link>
      <pubDate>Sat, 06 Sep 2008 13:48:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/large-hadron-collider-goes-rap/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/j50ZssEojtM&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Some scientists working on the &lt;a href=&#34;http://lhc2008.web.cern.ch/lhc2008/&#34;&gt;LHC&lt;/a&gt; at the &lt;a href=&#34;http://public.web.cern.ch/Public/Welcome.html&#34;&gt;Cern of Geneva&lt;/a&gt; had a cool idea to make people aware of &amp;ldquo;what&amp;rdquo; they are going to do. On the &lt;strong&gt;10th of September&lt;/strong&gt; there will be the First Beam (more info on &lt;a href=&#34;http://public.web.cern.ch/Public/Welcome.html&#34;&gt;the official website/blog&lt;/a&gt;), and I like the way they make sure people understand &lt;strong&gt;it&amp;rsquo;s NOT the end of the World&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;My personal answer to them is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Hey man, this shit is good! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to waste £200M</title>
      <link>https://ivandemarino.me/posts/how-to-waste-200m/</link>
      <pubDate>Fri, 05 Sep 2008 11:23:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-waste-200m/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/uz6amk3P-hY&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;How can I say it without being unpolite with M$?
&amp;hellip;
&lt;strong&gt;I simply can&amp;rsquo;t!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;[Original Source: &lt;a href=&#34;http://www.melablog.it/post/6688/microsoft-ecco-il-primo-spot-seinfeldgates&#34;&gt;melablog.it&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Chrome: Is it the next generation of Browsers?</title>
      <link>https://ivandemarino.me/posts/google-chrome-is-it-the-next-generation-of-browsers/</link>
      <pubDate>Tue, 02 Sep 2008 11:28:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-chrome-is-it-the-next-generation-of-browsers/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google Chrome&#34; loading=&#34;lazy&#34; src=&#34;http://www.google.com/googlebooks/chrome/images/logo_sm.jpg&#34;&gt;
I don&amp;rsquo;t have an answer to this, it&amp;rsquo;s too early (we don&amp;rsquo;t even have a screenshot of it). But I strongly suggest to take a look a the &lt;a href=&#34;http://www.google.com/googlebooks/chrome/&#34;&gt;Google Chrome Comic Book&lt;/a&gt;: a very new, fresh, funny and precise (!!!) way to introduce an incoming software.&lt;/p&gt;
&lt;p&gt;They discuss a lot of different topics:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Problems they wanted to solve

* Performance

* Process Isolation

* Javascript VM and Performance

* Sandboxing

* Phishing and Malware

* UI principles
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Very interesting. And, again, very innovative.&lt;/p&gt;
&lt;p&gt;Ah, the &lt;strong&gt;Rendering Engine&lt;/strong&gt; they chosen is&amp;hellip; &lt;a href=&#34;http://webkit.org&#34;&gt;WebKit&lt;/a&gt; (what a surprise!!! ;-) ) and&amp;hellip; it&amp;rsquo;s fully open source.&lt;/p&gt;
&lt;p&gt;An early leaked screenshot follows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google AppEngine resources</title>
      <link>https://ivandemarino.me/posts/google-appengine-resources/</link>
      <pubDate>Sat, 30 Aug 2008 11:31:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-appengine-resources/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google AppEngine&#34; loading=&#34;lazy&#34; src=&#34;http://code.google.com/appengine/images/appengine_lowres.jpg&#34;&gt;
In the last period I&amp;rsquo;m spending some time working with &lt;a href=&#34;http://appengine.google.com&#34;&gt;Google AppEngine&lt;/a&gt;: if you don&amp;rsquo;t know what is it, be ashamed! :P&lt;/p&gt;
&lt;p&gt;I would like to highlight a couple of interesting resources that can make the life of who works with this &lt;strong&gt;framework&lt;/strong&gt;/&lt;strong&gt;hosting platform&lt;/strong&gt;/&lt;strong&gt;cloud computing system&lt;/strong&gt; easier:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* [Google AppEngine Cookbook](http://appengine-cookbook.appspot.com/) with a lot of good recipe (there are few now, written by the Googlers, but I&#39;m sure it&#39;s gona blow up soon)
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://appgallery.appspot.com/&#34;&gt;The App Gallery&lt;/a&gt;, with a lot of interesting applications already in production phase&lt;/p&gt;</description>
    </item>
    <item>
      <title>Winners of the Android Developer Challenge I</title>
      <link>https://ivandemarino.me/posts/winners-of-the-android-developer-challenge-i/</link>
      <pubDate>Fri, 29 Aug 2008 13:03:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/winners-of-the-android-developer-challenge-i/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://code.google.com/android/images/android_adc.gif&#34;&gt;
Google finally &lt;a href=&#34;http://android-developers.blogspot.com/2008/08/presenting-winners-of-android-developer.html&#34;&gt;announced the winners of the First Round of the Android Developer Challenges&lt;/a&gt;. There are 10 x $275,000 prizes and 10 x $100,000 prizes. &lt;strong&gt;$3,750,000 in prizes!!!&lt;/strong&gt;. Not bad I must say.&lt;/p&gt;
&lt;p&gt;There are some pretty cool apps, with a very clean and nice UI: demonstration of the power and flexibility of the Android Graphical Widgets Framework. Take a look at them in the &lt;a href=&#34;http://code.google.com/android/adc_gallery/&#34;&gt;official gallery&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Congratulations to the Winners!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Android Market: Google is that serious</title>
      <link>https://ivandemarino.me/posts/android-market-google-is-that-serious/</link>
      <pubDate>Thu, 28 Aug 2008 20:50:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/android-market-google-is-that-serious/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Security Question on Android&#34; loading=&#34;lazy&#34; src=&#34;http://www.androidauthority.com/wp-content/gallery/android-market-screen-shots/androidmarket3.png&#34;&gt;
About the news itself, I invite you to spend 2 minutes to read directly from &lt;a href=&#34;http://android-developers.blogspot.com/2008/08/android-market-user-driven-content.html&#34;&gt;the words of Eric Chu&lt;/a&gt; on the official blog.&lt;/p&gt;
&lt;p&gt;Said that, what is not defined yet (just the screenshot you see here) is &lt;strong&gt;Security&lt;/strong&gt;. Better, what exactly they have in mind? Just put on the Market &lt;em&gt;WHATEVER&lt;/em&gt; the developer will come with and leave to the final user the &lt;strong&gt;burden&lt;/strong&gt; of reading, understanding and accepting/rejecting the application. Based on &lt;strong&gt;just&lt;/strong&gt; some words written on a little screen? Words that sounds like &lt;a href=&#34;http://en.wikipedia.org/wiki/C-3PO&#34;&gt;C3PO&lt;/a&gt;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Berserk of Ignorance</title>
      <link>https://ivandemarino.me/posts/the-berserk-of-ignorance/</link>
      <pubDate>Tue, 26 Aug 2008 16:38:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-berserk-of-ignorance/</guid>
      <description>&lt;p&gt;There is &lt;a href=&#34;http://www.ft.com/cms/s/0/b862eb8c-721b-11dd-a44a-0000779fd18c.html?nclick_check=1&#34;&gt;this article&lt;/a&gt; from the Financial Times that I would like to link here but, because it needs a registration (that I strongly support you to do), I quote it here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong style=&#34;font-size: 120%; &#34;&gt;Italian party seeks to block new mosques&lt;/strong&gt;
By &lt;em&gt;Paul Bompard&lt;/em&gt; in &lt;em&gt;Rome&lt;/em&gt;
&lt;strong&gt;Published:&lt;/strong&gt; August 25 2008 02:24 | &lt;strong&gt;Last updated:&lt;/strong&gt; August 25 2008 02:24
Italy’s Northern League, the populist, xenophobic, sometimes separatist movement that is a key component of Silvio Berlusconi’s governing coalition, has proposed new legislation which would effectively halt construction of new Islamic mosques.
The bill, which the League’s chief of deputies Roberto Cota is expected to send to parliament next week, would require regional approval for the building of mosques. It would also require that a local referendum be held, that there be no minaret or loudspeakers calling the faithful to prayer, and sermons must be in Italian, not Arabic.
Chances of this being approved as it stands are slim, since it clashes with a number of constitutional rights and there was no immediate support from either Berlusconi’s Forza Italia party or from the ex-fascist National Alliance.
But there has been cautious support from the small, ultra-Catholic UDC party, and the proposed anti-mosque legislation undoubtedly reflects widespread feeling among Italians that some defence against a rapidly rising Islamic presence is needed. At present, the Muslim population in Italy is estimated at 1m, with 258 registered mosques.
The Northern League, which theoretically favours the secession of northern Italy from the centre and south, won more than 8 per cent of the vote at the April general elections, and has always trumpeted defence of national values of the northern Italian “race” as the natural product of its homeland.
Without giving details, Roberto Maroni, the rightwing interior minister from the League, also said in April that “nomads” – as Italians call the Gypsies, although most do little roaming – who were not Italian citizens and did not meet conditions to stay would be deported to their “countries of origin”.
The League has capitalised on a wave of xenophobia, of fear of crime committed by foreigners, and of preoccupation with illegal immigrants, which did much to help the Berlusconi alliance win the elections.
&lt;a href=&#34;http://www.ft.com/servicestools/help/copyright&#34;&gt;Copyright&lt;/a&gt;The Financial Times Limited 2008&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tiger Woods is Jesus, Really!</title>
      <link>https://ivandemarino.me/posts/tiger-woods-is-jesus-really/</link>
      <pubDate>Sun, 24 Aug 2008 12:29:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tiger-woods-is-jesus-really/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/FZ1st1Vw2kY&amp;hl=en&amp;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;LOL! :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arsenal vs FC Twente</title>
      <link>https://ivandemarino.me/posts/arsenal-vs-fc-twente/</link>
      <pubDate>Sat, 23 Aug 2008 18:09:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/arsenal-vs-fc-twente/</guid>
      <description>&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh5.ggpht.com/detronizator/SLBBwapgEIE/AAAAAAAABGU/IuN2SX1wzjM/s160-c/ArsenalStadiumAndChampionsLeagueTickets.jpg)](http://picasaweb.google.com/detronizator/ArsenalStadiumAndChampionsLeagueTickets)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[Arsenal Stadium and Champions League Tickets](http://picasaweb.google.com/detronizator/ArsenalStadiumAndChampionsLeagueTickets)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;I know is just Twente and that&amp;rsquo;s just a Preliminary of Champions League, but is still the &lt;a href=&#34;http://www.arsenal.com/&#34;&gt;Arsenal&lt;/a&gt; at the &lt;a href=&#34;http://en.wikipedia.org/wiki/Emirates_Stadium&#34;&gt;Emirates Stadium&lt;/a&gt; ;)&lt;/p&gt;
&lt;p&gt;And I&amp;rsquo;ll go there with &lt;strong&gt;Don Fabio&lt;/strong&gt;: not just anyone!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Even the Irish Times...</title>
      <link>https://ivandemarino.me/posts/even-the-irish-times/</link>
      <pubDate>Thu, 21 Aug 2008 14:02:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/even-the-irish-times/</guid>
      <description>&lt;p&gt;&amp;hellip; knows &lt;a href=&#34;http://www.irishtimes.com/newspaper/world/2008/0814/1218477548932.html&#34;&gt;what a knob/dickwad is Bondi&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Dickwad&#34; loading=&#34;lazy&#34; src=&#34;http://robertoscurto.files.wordpress.com/2008/02/sandro-bondi-prega.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I would like to drive your attention to one particular sentence in the end:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip;
Mr Bondi has, however, had nothing to say about the artistic merits of the &amp;ldquo;popular&amp;rdquo; entertainment that passes for serious broadcasting on the TV channels owned by his political master, Mr Berlusconi.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is not the first time I see how strong is the position of international news papers and media against the Quality of our TV: how ugly we look like? :(&lt;/p&gt;</description>
    </item>
    <item>
      <title>I sold my Love</title>
      <link>https://ivandemarino.me/posts/i-sold-my-love/</link>
      <pubDate>Wed, 20 Aug 2008 11:49:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-sold-my-love/</guid>
      <description>&lt;p&gt;No, not &lt;a href=&#34;http://strangelelly.wordpress.com/&#34;&gt;that Love&lt;/a&gt;! That one has no price!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;iPhone 2G sold for £255.00&#34; loading=&#34;lazy&#34; src=&#34;http://i20.ebayimg.com/07/i/001/05/5c/1c88_1.JPG&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&amp;amp;ssPageName=STRK:MESOX:IT&amp;amp;item=290253475775&#34;&gt;This one&lt;/a&gt;. &lt;strong&gt;For £255.00!!!&lt;/strong&gt;
Anyone wonders why? ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dijkstra on Ferragosto</title>
      <link>https://ivandemarino.me/posts/dijkstra-on-ferragosto/</link>
      <pubDate>Fri, 15 Aug 2008 15:27:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dijkstra-on-ferragosto/</guid>
      <description>&lt;p&gt;No, &lt;a href=&#34;http://en.wikipedia.org/wiki/Ferragosto&#34;&gt;Ferragosto&lt;/a&gt; is an Italian Holiday only. Here we are working (quite) hard.
But a break is allowed to everyone, isn&amp;rsquo;t it?&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;E.W.D.&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/d/d9/Edsger_Wybe_Dijkstra.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I found this &amp;ldquo;extract&amp;rdquo; of &lt;a href=&#34;http://www.amazon.com/Selected-Writings-Computing-Perspective-Monographs/dp/0387906525&#34;&gt;Selected Writings on Computing: A Personal Perspective&lt;/a&gt;, by &lt;a href=&#34;http://en.wikipedia.org/wiki/Edsger_Dijkstra&#34;&gt;Edsger W. Dijkstra&lt;/a&gt; (Springer-Verlag, 1982. ISBN 0–387–90652–5).&lt;/p&gt;</description>
    </item>
    <item>
      <title>I like angry techs</title>
      <link>https://ivandemarino.me/posts/i-like-angry-techs/</link>
      <pubDate>Tue, 12 Aug 2008 12:31:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-like-angry-techs/</guid>
      <description>&lt;p&gt;I wrote about Hadoop some time ago (for &amp;ldquo;some reasons&amp;rdquo;) and &lt;a href=&#34;http://www.detronizator.org/2008/04/20/apache-hadoop-on-mac-os-x/&#34;&gt;I did EXACTLY&lt;/a&gt; what &lt;a href=&#34;http://www.theregister.co.uk/2008/08/11/hadoop_dziuba/&#34;&gt;Ted Dziubas says here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.theregister.co.uk/&#34;&gt;&lt;img alt=&#34;The Register&#34; loading=&#34;lazy&#34; src=&#34;http://www.theregister.co.uk/Design/graphics/Reg_default/The_Register_r.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I&amp;rsquo;m not offended at all: he is 100% right! And I strongly suggest to take a look at this article: in the middle of his swearing there is, actually, some good stuff about &amp;ldquo;what is going on in &lt;strong&gt;the Web2.0 Yet Again Exploding Bubble&lt;/strong&gt;!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cinguettio</title>
      <link>https://ivandemarino.me/posts/cinguettio-2/</link>
      <pubDate>Sun, 03 Aug 2008 14:47:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cinguettio-2/</guid>
      <description>&lt;p&gt;Ma che sfaccimm!!!
A 3 giri dalla fine? -_-&lt;/p&gt;</description>
    </item>
    <item>
      <title>Not Dead, Just Busy!</title>
      <link>https://ivandemarino.me/posts/not-dead-just-busy/</link>
      <pubDate>Mon, 28 Jul 2008 10:38:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/not-dead-just-busy/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Busy Icon&#34; loading=&#34;lazy&#34; src=&#34;http://riceball.com/drupal/files/rotatingclock-fast.gif&#34;&gt; No, I&amp;rsquo;m not Dead. I&amp;rsquo;m just &amp;ldquo;very Busy&amp;rdquo; guys ;)
A lot of things are happening at the same time: as soon as I have more time I&amp;rsquo;ll speak about it.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll just make a list of things I would like to speak about&amp;hellip; if I would have time to do so:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;My new Job in &lt;strong&gt;France Telecom R&amp;amp;D UK - Orange Labs&lt;/strong&gt; and my work inside the Source of Webkit (and a bit of Opera)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inferno in London</title>
      <link>https://ivandemarino.me/posts/inferno-in-london/</link>
      <pubDate>Fri, 18 Jul 2008 20:38:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/inferno-in-london/</guid>
      <description>&lt;p&gt;Galeotto fu il &lt;a href=&#34;http://blog.eligiocolutta.info/2008/05/gianfranco-marziano/&#34;&gt;Post&lt;/a&gt; e &lt;a href=&#34;http://strangelelly.wordpress.com/&#34;&gt;Chi&lt;/a&gt; lo lesse ;)&lt;/p&gt;
&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh3.ggpht.com/detronizator/SIDvt0GwJwE/AAAAAAAABCw/7TgyLkKyKrw/s160-c/InfernoInLondon.jpg)](http://picasaweb.google.com/detronizator/InfernoInLondon)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[Inferno in London](http://picasaweb.google.com/detronizator/InfernoInLondon)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;Letto il primo capitolo: promette sorprese interessanti ;) .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Iastemma</title>
      <link>https://ivandemarino.me/posts/iastemma/</link>
      <pubDate>Mon, 14 Jul 2008 22:37:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iastemma/</guid>
      <description>&lt;p&gt;No, il Cinguettio questa volta non basta.
Ho una domanda per tutti gli utilizzatori di [en:Microsoft Windows] che mi seguono::&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;MA COME CAZZO FATE AD USARE QUELLA LOTA DI SISTEMA OPERATIVO?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;ho perso tipo 2 settimane un mese fa a configurarlo per bene in una partizione dedicato&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;ho installato numero 2 giochi ([en:Gears of War] e [en:Race Driver: Grid], due grandissimi giochi) per il puro piacere di dire «Anche io ogni tanto torno bimbio e spendo qualche ora a giocare»&lt;/p&gt;</description>
    </item>
    <item>
      <title>Viva la Vida</title>
      <link>https://ivandemarino.me/posts/viva-la-vida/</link>
      <pubDate>Mon, 14 Jul 2008 00:45:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/viva-la-vida/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Coldplay - Viva la Vida&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/07/coldplay-viva_la_vida.jpg&#34;&gt;
I love this song.
It&amp;rsquo;s just amazing: I loved it even before I read the Lyrics. And, actually, that&amp;rsquo;s the incredible things: no one seems to be &amp;ldquo;sure&amp;rdquo; about what exactly is the mean. Someone says it&amp;rsquo;s &lt;a href=&#34;http://www.coldplaying.com/forum/showthread.php?t=44728&#34;&gt;about Jesus&lt;/a&gt; (quite unlikly from my point of view: to see Jesus in there you need to &amp;ldquo;stretch&amp;rdquo; the meaning). The other, more accredited belief, is that it&amp;rsquo;s &lt;a href=&#34;http://answers.yahoo.com/question/index?qid=20080525133756AACBH9u&#34;&gt;about Napoleon&lt;/a&gt; (the cover of the CD and a lot of what is said in the lyrics is adherent and coherent with this option).&lt;/p&gt;
&lt;p&gt;But, as I said, I loved eat even before I read the full lyrics. It made me feel inspired. And made me think about love, life, my past, my present and my next leap. Probably more because of the great music and instruments than by the lyrics itself.
Well done &lt;a href=&#34;http://en.wikipedia.org/wiki/Coldplay&#34;&gt;Coldplay&lt;/a&gt; ;)&lt;/p&gt;
&lt;p&gt;&amp;hellip; but, wait a minute! On Wikipedia, &lt;a href=&#34;http://en.wikipedia.org/wiki/Viva_la_Vida_(song)&#34;&gt;in the page about this album&lt;/a&gt;, there is this section about &lt;a href=&#34;http://en.wikipedia.org/wiki/Chris_Martin&#34;&gt;Chris Martin&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;[&amp;hellip;]
&lt;a href=&#34;http://en.wikipedia.org/wiki/Q_%28magazine%29&#34;&gt;Q magazine&lt;/a&gt; asked Chris Martin about the line &amp;ldquo;I know &lt;a href=&#34;http://en.wikipedia.org/wiki/Saint_Peter&#34;&gt;Saint Peter&lt;/a&gt; won&amp;rsquo;t call my name&amp;rdquo; sung in &amp;ldquo;Viva la Vida&amp;rdquo;. Martin replied: &amp;ldquo;It&amp;rsquo;s about… You&amp;rsquo;re not on the list. I was a naughty boy. It&amp;rsquo;s always fascinated me that idea of finishing your life and then being analyzed on it. And it&amp;rsquo;s that runs through most religions. That&amp;rsquo;s why people blow up buildings. Because they think they&amp;rsquo;re going to get lots of virgins. I always feel like saying, Just join a band (laughs). That is the most frightening thing you could possibly say to somebody. Eternal damnation. I know about this stuff because I studied it. I was into it all. I know it. It&amp;rsquo;s still mildly terrifying to me. And this is serious.&amp;rdquo;
[&amp;hellip;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;So, looks like they are really into some religious message (or sort of it). Probably, just fascinated by the &amp;ldquo;figure&amp;rdquo; of Jesus himself.&lt;/p&gt;
&lt;p&gt;Anyway, &lt;strong&gt;Enjoy!&lt;/strong&gt; ;-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cinguettio</title>
      <link>https://ivandemarino.me/posts/cinguettio-1/</link>
      <pubDate>Thu, 10 Jul 2008 11:06:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cinguettio-1/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Devo resistere.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In fondo a cosa mi serve il [en:GPS] ed il [en:3G]?
Ad andare piu&amp;rsquo; veloce e piu&amp;rsquo; facilmente (dato che la copertura 3G e&amp;rsquo; di gran lunga superiore a quella 2.5G)?
A poter andare in giro come turista e avere una mappa che mi localizza in maniera ancora piu&amp;rsquo; precisa?&lt;/p&gt;
&lt;p&gt;Il [en:2.5G] e&amp;rsquo; piu&amp;rsquo; che sufficiente per: navigare siti web e, soprattutto, email.
Il locationing basato su Triangolazione basta e avanza con uno che ha un buon senso dell&amp;rsquo;orientamento come me, e permette di imparare anche meglio i luoghi, pur usufruendo della mappa se davvero mi perdo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cinguettio</title>
      <link>https://ivandemarino.me/posts/cinguettio/</link>
      <pubDate>Wed, 09 Jul 2008 10:24:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cinguettio/</guid>
      <description>&lt;p&gt;Ma come si fa a mangiare un formaggio francese, che e&amp;rsquo; la spudorata copia del &lt;a href=&#34;http://www.belpaese.galbani.it/&#34;&gt;Bel Paese&lt;/a&gt; (ma con in piu&amp;rsquo; quel tocco di roba verde ammuffita sopra&amp;hellip; -_- ), e Baguette alle 9 e 30 del mattino?
Io mi tengo il mio caffe&amp;rsquo; ed i cockie che mi sono mangiato prima di scendere&amp;hellip; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cleaning Apple &#34;Classic&#34; Keyboard</title>
      <link>https://ivandemarino.me/posts/cleaning-apple-classic-keyboard/</link>
      <pubDate>Sun, 06 Jul 2008 15:58:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cleaning-apple-classic-keyboard/</guid>
      <description>&lt;p&gt;You know, I&amp;rsquo;m picky when it&amp;rsquo;s about &lt;em&gt;woman&lt;/em&gt; and &lt;em&gt;technology&lt;/em&gt; (and food, but not as much as for the previous). Apple, a while ago now, get rid of the the normal/classical &lt;a href=&#34;http://en.wikipedia.org/wiki/Apple_Keyboard&#34;&gt;keyboard&lt;/a&gt; with big and deep keys (that every proper geek/software engineer loves)&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Apple Classic Keyboard&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_Pro_Keyboard_(open_top).jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&amp;hellip; to replace it with the crap, ultra slim, no-noisy, no-tasty, no-feedback alluminum+plastic keyboard.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Apple New Keyboard&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/b/b3/Apple_wired_thin_keyboard-2007-08-11.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;A shame. A real shame.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Maserati Quattroporte Sport GT S</title>
      <link>https://ivandemarino.me/posts/maserati-quattroporte-sport-gt-s/</link>
      <pubDate>Sun, 06 Jul 2008 15:32:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/maserati-quattroporte-sport-gt-s/</guid>
      <description>&lt;p&gt;I met one of those superior piece of art/technology/sculpture/car around the &lt;a href=&#34;http://en.wikipedia.org/wiki/Tate_Modern&#34;&gt;Tate Modern&lt;/a&gt; (just outside of it): &lt;a href=&#34;http://en.wikipedia.org/wiki/Maserati_Quattroporte&#34;&gt;Maserati Quattroporte&lt;/a&gt; &lt;a href=&#34;http://en.wikipedia.org/wiki/Maserati_Quattroporte#Sport_GTS&#34;&gt;Sport GT S&lt;/a&gt;. I couldn&amp;rsquo;t resist to take some pictures. ;)&lt;/p&gt;
&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh3.ggpht.com/detronizator/SHDKtVuuPyE/AAAAAAAABBQ/um0zy8ZsAVo/s160-c/MaseratiQuattroporteSportGTS.jpg)](http://picasaweb.google.com/detronizator/MaseratiQuattroporteSportGTS)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[Maserati Quattropor&lt;wbr&gt;&lt;/wbr&gt;te Sport GT S](http://picasaweb.google.com/detronizator/MaseratiQuattroporteSportGTS)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
    </item>
    <item>
      <title>333.33</title>
      <link>https://ivandemarino.me/posts/333-33/</link>
      <pubDate>Thu, 03 Jul 2008 23:27:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/333-33/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s not another &lt;a href=&#34;http://www.detronizator.org/2008/06/03/jigsaw/&#34;&gt;jigsaw&lt;/a&gt;, but you will never imagine how incredibly this number popped out O_o .
Free to wonder in the comments! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Politically Incorrect Poetry</title>
      <link>https://ivandemarino.me/posts/politically-incorrect-poetry/</link>
      <pubDate>Wed, 02 Jul 2008 21:23:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/politically-incorrect-poetry/</guid>
      <description>&lt;p&gt;By mistake I missed the first issue of &lt;strong&gt;&lt;em&gt;&amp;ldquo;10 Politically Incorrect Poetry&amp;rdquo;&lt;/em&gt;&lt;/strong&gt; (a semantic translation of &lt;strong&gt;&lt;em&gt;&amp;ldquo;10 Poesie Incivili&amp;rdquo;&lt;/em&gt;&lt;/strong&gt;) from &lt;a href=&#34;http://en.wikipedia.org/wiki/Andrea_Camilleri&#34;&gt;Andrea Camilleri&lt;/a&gt; (&lt;a href=&#34;http://it.wikipedia.org/wiki/Andrea_Camilleri&#34;&gt;Wiki in Italian&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;A masterpiece. Published by &lt;a href=&#34;http://temi.repubblica.it/micromega-online/&#34;&gt;MicroMega&lt;/a&gt;, the &lt;a href=&#34;http://temi.repubblica.it/micromega-online/camilleri-legge-camilleri-dieci-poesie-incivili-video/&#34;&gt;first issue&lt;/a&gt; contained 10 poetry, &lt;a href=&#34;http://temi.repubblica.it/micromega-online/camilleri-legge-cinque-nuove-poesie-incivili-video/&#34;&gt;the second&lt;/a&gt; 5 (and sounds like there will be others&amp;hellip;).&lt;/p&gt;
&lt;p&gt;They are all about &lt;a href=&#34;http://en.wikipedia.org/wiki/Silvio_Berlusconi&#34;&gt;Berlusconi&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Gianfranco_Fini&#34;&gt;Fini&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Umberto_Bossi&#34;&gt;Bossi&lt;/a&gt; and the &amp;ldquo;Gentle-Opposition&amp;rdquo; of the &lt;a href=&#34;http://static.wikipedia.org/new/wikipedia/en/articles/d/e/m/Democratic_Party_(Italy)_a617.html&#34;&gt;Italian Democratic Party&lt;/a&gt;.
The only problem: they are in Italian, sorry! But we talk about a &amp;ldquo;Master&amp;rdquo;, so a try it&amp;rsquo;s worth it.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/3aB0736vcfs&amp;hl=en&amp;color1=0x2b405b&amp;color2=0x6b8ab6&#34; type=&#34;application/x-shockwave-flash&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; 10 Politically Incorrect Poetry&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Boring in the City</title>
      <link>https://ivandemarino.me/posts/boring-in-the-city/</link>
      <pubDate>Fri, 27 Jun 2008 08:28:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/boring-in-the-city/</guid>
      <description>&lt;p&gt;I watched 3 minutes of Sex and the City (the Movie) and&amp;hellip; I want to cut my throat an close myself in jail to avoid to have to suffer so much in life&amp;hellip; again.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;HOW THE FUCK WOMAN WATCH THIS IMMENSE, BREATH-TAKING, OVERSIZED, HORRIFYING AMOUNT OF CRAP?!?!?!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In 3 minutes there was only few concepts:
We, as woman, are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Stupid&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Always looking for the right rich Man to pay for us all the stupid exaggeration we love&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-10/</link>
      <pubDate>Wed, 25 Jun 2008 12:49:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-10/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Beijing 2008&#34; loading=&#34;lazy&#34; src=&#34;http://img351.rockyou.com/imagehost/9/9357/9357356/9357356_73cfccae1206853787_m.jpg&#34;&gt;
&lt;em&gt;No Comment.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-4/</link>
      <pubDate>Mon, 23 Jun 2008 14:22:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-4/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/wp-content/uploads/2008/06/teamwork.jpg&#34;&gt;&lt;img alt=&#34;Teamwork&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/06/teamwork.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cooliris releases PicLens 1.7</title>
      <link>https://ivandemarino.me/posts/cooliris-releases-piclens-1-7/</link>
      <pubDate>Thu, 19 Jun 2008 00:26:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cooliris-releases-piclens-1-7/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;PicLens&#34; loading=&#34;lazy&#34; src=&#34;http://cooliris.com/site/images/previews-piclens-icon.gif&#34;&gt;
I have already highlighted &lt;a href=&#34;http://www.detronizator.org/2008/02/06/piclens-pictures-in-a-cool-way/&#34;&gt;in the past&lt;/a&gt; this project. Now I&amp;rsquo;m delighted to report that version &lt;strong&gt;1.7 is out&lt;/strong&gt;, and&amp;hellip; it&amp;rsquo;s a great one!!!&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;We are thrilled to announce the launch of PicLens Version 1.7 with three exciting additions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Shop Amazon&amp;ndash; The 3D Wall transformed image search. Now PicLens launches online shopping into the 21st century. Browse and buy seamlessly just like window shopping!&lt;/li&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Discover&amp;ndash; MSNBC, ESPN, movie trailers…Get the latest news, photos, and video feeds.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Highlander di Alluminio</title>
      <link>https://ivandemarino.me/posts/highlander-di-alluminio/</link>
      <pubDate>Tue, 17 Jun 2008 10:16:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/highlander-di-alluminio/</guid>
      <description>&lt;p&gt;Coca di fianco al mio MBP.
Una mano agitata di troppo (e&amp;rsquo; la mia natura, non ci posso fare niente).
Una superficie di alluminio e plastica metallizzata&amp;hellip; ricoperta interamente di friccicante coca.
Spegnimento istantaneo automatico (ancora non so perche&amp;rsquo;, ma dalla velocita&amp;rsquo; e l&amp;rsquo;immediatezza assumo sia presente un sensore water-proof).
1299 pound che salutano con la manina, insieme ad una quantita&amp;rsquo; infinita di dati dal valore inestimabile.&lt;/p&gt;
&lt;p&gt;Iastemme di tutti i tipi. Richiesta di aiuto (prima in Italiano, poi in Inglese).
3 disperati che tentano di asciugare per salvare il salvabile.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fonejacker</title>
      <link>https://ivandemarino.me/posts/fonejacker/</link>
      <pubDate>Mon, 16 Jun 2008 00:20:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fonejacker/</guid>
      <description>&lt;p&gt;This was one of the few tv programs I liked when I arrived in UK (of course, just after &lt;a href=&#34;http://news.bbc.co.uk/&#34;&gt;BBC News&lt;/a&gt; ;-) ): some of the accents that the Fonejacker does were (and some still are) quite difficult, but&amp;hellip; it&amp;rsquo;s super funny anyway.&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/R_gQ6d8fmFk&amp;hl=en&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
F**k off!!!&lt;/p&gt;
&lt;p&gt;Official web site: &lt;a href=&#34;http://www.fonejacker.tv/&#34;&gt;www.fonejacker.tv&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A new, even bigger City</title>
      <link>https://ivandemarino.me/posts/a-new-even-bigger-city/</link>
      <pubDate>Sun, 15 Jun 2008 11:35:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-new-even-bigger-city/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Symbian Software Ltd. logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.symbian.com/images/logos/symbian.png&#34;&gt; After a year and a couple of months I&amp;rsquo;m going to leave &lt;a href=&#34;http://www.symbian.com/about/contact/london/london.html&#34;&gt;Symbian Software Ltd. (London)&lt;/a&gt;. It has been a very good experience as my first job in [en:UK]: a way to grow mainly, first as a [en:Man], then as a [en:Software Engineer]&amp;hellip; and then professionally in general.&lt;/p&gt;
&lt;p&gt;A lot of interesting, inspiring, intelligent people (and a lot of NOT), that showed me &amp;ldquo;their way&amp;rdquo;: I took where it was worth it, not where it wasn&amp;rsquo;t&amp;hellip; and left where I was able to.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nokia should Learn, not Teach</title>
      <link>https://ivandemarino.me/posts/nokia-should-learn-not-teach/</link>
      <pubDate>Sun, 15 Jun 2008 03:06:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nokia-should-learn-not-teach/</guid>
      <description>&lt;p&gt;From &lt;a href=&#34;http://linux.slashdot.org/article.pl?sid=08/06/13/123206&#34;&gt;Slashdot&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Nokia Urges Linux Developers To Be Cool With DRM&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
[superglaze](mailto:superglaze@hotmail.com) writes in to note that according to Nokia&#39;s software chief, its plans for open source include getting developers to [accept things like DRM, commercial IP rights, and SIM locks](http://www.businessweek.com/globalbiz/content/jun2008/gb20080612_288518.htm?chan=top+news_top+news+index_global+business).
&gt; «[[Ari] Jaaksi](http://jaaksi.blogspot.com/) admitted that concepts like these &#34;go against the open-source philosophy,&#34; but said they were necessary components of the current mobile industry.
&#34;Why do we need closed vehicles? We do,&#34; he said.
&#34;Some of these things harm the industry but they&#39;re here [as things stand]. These are touchy, emotional issues, but this dialogue is very much needed. As an industry, we plan to use open-source technologies, but we are not yet ready to play by the rules; but this needs to work the other way round too.&#34;»
&lt;/blockquote&gt;
&lt;p&gt;So, &lt;a href=&#34;http://www.nokia.com&#34;&gt;Nokia&lt;/a&gt; wants to EAT using the knowledge and the software that the Open Source Community created&amp;hellip; and, at the same time, change it&amp;rsquo;s culture and impose concepts that are COMPLETELY against the Open Source &amp;ldquo;philosophy&amp;rdquo; itself. Interesting&amp;hellip;
Instead of learning of the quality of what the Open Source community is capable of doing using a development model built around &lt;strong&gt;&amp;ldquo;equality and quality&amp;rdquo;&lt;/strong&gt;, they want to teach/impose? And to who? To the &lt;a href=&#34;http://trolltech.com/&#34;&gt;Trolltech&lt;/a&gt; employee? They are free to do so&amp;hellip; but this does not mean that the rest of the Community will change its mind.
&lt;a href=&#34;http://trolltech.com/products/qt&#34;&gt;QT&lt;/a&gt;? There is &lt;a href=&#34;http://www.kde.org/whatiskde/kdefreeqtfoundation.php&#34;&gt;KDE that has a foundation to protect it&lt;/a&gt; PLUS there is always &lt;strong&gt;the Fork option&lt;/strong&gt; ;-) .
Think about &lt;a href=&#34;http://www.xfree86.org/&#34;&gt;XFree86&lt;/a&gt; and &lt;a href=&#34;http://www.x.org/wiki/&#34;&gt;X.org&lt;/a&gt;: nowdays they lost all the users&amp;hellip; because of the stupid decision of changing the license.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google I/O 2008 - Keynote</title>
      <link>https://ivandemarino.me/posts/google-i-o-2008-keynote/</link>
      <pubDate>Mon, 09 Jun 2008 16:18:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-i-o-2008-keynote/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;344&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/vk1HvP7NO5w&amp;hl=en&amp;color1=0x2b405b&amp;color2=0x6b8ab6&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;344&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Keynote for Google I/O 2008: Client, Connectivity, and the Cloud.
&lt;strong&gt;Abstract:&lt;/strong&gt; Featuring Vic Gundotra, Allen Hurff (MySpace), Steve Horowitz, Kevin Gibbs, Mark Lucovsky, Bruce Johnson, David Glazer, Nat Brown (iLike).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I&amp;rsquo;m at minute 23 and it looks very very interesting and relevant (for every developer in any field).&lt;/p&gt;
&lt;p&gt;So, sit tight, grab a coke/beer/cigarette/juice/whatever-you-like and&amp;hellip; listen carefully.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Worse than being unable to Sleep...</title>
      <link>https://ivandemarino.me/posts/worse-than-being-unable-to-sleep/</link>
      <pubDate>Sun, 08 Jun 2008 10:29:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/worse-than-being-unable-to-sleep/</guid>
      <description>&lt;p&gt;&amp;hellip; is being woke up at 8:32 on Sunday Morning, after you went to sleep around 02:30.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Wake Up!!!&#34; loading=&#34;lazy&#34; src=&#34;http://i201.photobucket.com/albums/aa252/travellingted/pictute_penguin_bear_dumb.jpg&#34;&gt;
&lt;em&gt;Wake Up! Now!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And not just woke up &amp;ldquo;politely&amp;rdquo;: your flatmate comes back at home and turn on his &lt;strong&gt;super-laudly-hard-techno-rock-massive-disruptive music&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I leave at you to imagine the rest.&lt;/p&gt;
&lt;p&gt;Ah, by the way: just attached to his room, in the flat next to us, there a very Old-Style-Super-Polite English Couple. -_-&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jigsaw 04</title>
      <link>https://ivandemarino.me/posts/jigsaw-04/</link>
      <pubDate>Wed, 04 Jun 2008 23:28:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jigsaw-04/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;phtt://ttlaarnse.gglooe.mco/tlsaantre_t&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Sono esterrefatto. Avete lo spirito di osservazione di un Iguana Argentina Estinta.
Dove sono Il Bradipo o &lt;a href=&#34;http://blog.neminis.org&#34;&gt;Nemo&lt;/a&gt; (lo so dove e&amp;rsquo;, don&amp;rsquo;t worry) o Il Biondo. Insomma, gli intelligenti?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jigsaw 03</title>
      <link>https://ivandemarino.me/posts/jigsaw-03/</link>
      <pubDate>Wed, 04 Jun 2008 17:30:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jigsaw-03/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;اعجاب مدى التعقيد هي القيام 02 (01) لك!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;PS Tra poco, pure chi non capisce l&amp;rsquo;Italiano risolve questo Enigma.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jigsaw 02</title>
      <link>https://ivandemarino.me/posts/jigsaw-02/</link>
      <pubDate>Tue, 03 Jun 2008 21:42:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jigsaw-02/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/06/improve-contrast.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jigsaw</title>
      <link>https://ivandemarino.me/posts/jigsaw/</link>
      <pubDate>Tue, 03 Jun 2008 20:31:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jigsaw/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Jigsaw 01&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/06/2sixshiro-3fourshiro.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Questo puzzle è per i miei amiconi Italiani. Se me lo risolvete al primo colpo bene. Se no, proseguo con gli indizzi.
I commenti sono il luogo dove depositare la Vostra Comprensione.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sirjy vs. Ivan</title>
      <link>https://ivandemarino.me/posts/sirjy-vs-ivan/</link>
      <pubDate>Tue, 03 Jun 2008 00:00:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/sirjy-vs-ivan/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/tjXIRMFvd2Q&amp;hl=en&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;I was going to sleep&amp;hellip; but I couldn&amp;rsquo;t resist. So I woke up and I edited this little perl: the demonstration that I&amp;rsquo;m an Idiot! :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox 3 Download Day 2008</title>
      <link>https://ivandemarino.me/posts/firefox-3-download-day-2008/</link>
      <pubDate>Mon, 02 Jun 2008 14:00:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/firefox-3-download-day-2008/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.spreadfirefox.com/node&amp;amp;id=0&amp;amp;t=264&#34;&gt;&lt;img alt=&#34;Download Day&#34; loading=&#34;lazy&#34; src=&#34;http://www.spreadfirefox.com/files/images/affiliates_banners/dday_badge_fox.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Come on guys, Join the Download Day of the BEST Web Browser ever made. ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Do I have an (ugly) Alter-Ego?</title>
      <link>https://ivandemarino.me/posts/do-i-have-an-ugly-alter-ego/</link>
      <pubDate>Mon, 02 Jun 2008 12:03:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/do-i-have-an-ugly-alter-ego/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/mikele/2516340707/in/set-72157605219163777/&#34;&gt;&lt;img alt=&#34;Me in Malta? O_o&#34; loading=&#34;lazy&#34; src=&#34;http://farm3.static.flickr.com/2274/2516340707_e0de91f822.jpg&#34;&gt;&lt;/a&gt;
&lt;em&gt;Me in Malta? O_o&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;A couple of frieds of mine, Michele and Imma, &lt;a href=&#34;http://www.flickr.com/photos/mikele/sets/72157605219163777/&#34;&gt;went to Malta&lt;/a&gt; and found this man&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Italian Man who went to Malta</title>
      <link>https://ivandemarino.me/posts/the-italian-man-who-went-to-malta/</link>
      <pubDate>Sun, 01 Jun 2008 02:10:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-italian-man-who-went-to-malta/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/m1TnzCiUSI0&amp;hl=en&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; The Italian Man who went to Malta
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>La Rimonta del Cornuto</title>
      <link>https://ivandemarino.me/posts/la-rimonta-del-cornuto/</link>
      <pubDate>Tue, 27 May 2008 12:47:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-rimonta-del-cornuto/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;La Rimonta del Cornuto&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/05/rimonta_del_cornuto.jpg&#34;&gt;
&lt;em&gt;La Rimonta del Cornuto&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Qui ci sta bene questo:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/S58DxcrQAzU&amp;hl=en&amp;color1=0x234900&amp;color2=0x4e9e00&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Dalla Parte Del Toro
&lt;strong&gt;Artisti:&lt;/strong&gt; Caparezza
&lt;strong&gt;Year:&lt;/strong&gt; 2006&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Via &lt;a href=&#34;http://www.repubblica.it/2006/05/gallerie/esteri/toro-rivincita/1.html&#34;&gt;Repubblica.it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Fox in Boundary Row, London</title>
      <link>https://ivandemarino.me/posts/a-fox-in-boundary-row-london/</link>
      <pubDate>Sun, 18 May 2008 23:01:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-fox-in-boundary-row-london/</guid>
      <description>&lt;p&gt;I was on my way to the office (yes, on Sunday: I have stuff to do ;) ), when I see something that doesn&amp;rsquo;t look correct or &amp;ldquo;in the right place&amp;rdquo;. A &lt;strong&gt;Fox&lt;/strong&gt; in the middle of &lt;a href=&#34;http://maps.google.co.uk/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=boundary+row,+london&amp;amp;sll=53.800651,-4.064941&amp;amp;sspn=7.283179,24.082031&amp;amp;ie=UTF8&amp;amp;z=16&amp;amp;iwloc=addr&#34;&gt;Boundary Row&lt;/a&gt;!!!&lt;/p&gt;
&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh6.ggpht.com/detronizator/SDCgpPE2BfE/AAAAAAAAA80/DRR4vtnWpwQ/s160-c/AFoxInBoundaryRowO_o.jpg)](http://picasaweb.google.com/detronizator/AFoxInBoundaryRowO_o)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[A Fox in Boundary Row O_o](http://picasaweb.google.com/detronizator/AFoxInBoundaryRowO_o)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;I don&amp;rsquo;t know, probably was bringing to my desk &lt;a href=&#34;http://www.mozilla.com/en-US/firefox/all-beta.html&#34;&gt;Firefox 3 RC1&lt;/a&gt; ;)
Yes yes, I know: &lt;a href=&#34;http://www.mozilla.org/firefox/&#34;&gt;Firefox&lt;/a&gt; is not a [en:Fox], but a &lt;a href=&#34;http://en.wikipedia.org/wiki/Red_Panda&#34;&gt;Red Panda&lt;/a&gt;!!!.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Debian on my NSLU2: The Revenge of the Swirl</title>
      <link>https://ivandemarino.me/posts/debian-on-my-nslu2-the-revenge-of-the-swirl/</link>
      <pubDate>Sat, 17 May 2008 21:57:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/debian-on-my-nslu2-the-revenge-of-the-swirl/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/2008/05/11/unslung-on-my-nslu2/&#34;&gt;After some playing&lt;/a&gt; with &lt;a href=&#34;http://www.nslu2-linux.org/wiki/Unslung/HomePage&#34;&gt;Unslung&lt;/a&gt; on my &lt;a href=&#34;http://www.google.com/search?hl=en&amp;amp;q=linksys+nslu2&amp;amp;btnG=Google+Search&amp;amp;meta=&#34;&gt;Linksys NSLU2&lt;/a&gt;, I realize it was a &amp;ldquo;very limited solution&amp;rdquo; for our needs. We need to share 4 (sometimes 5) NTFS (or others) volumes, where everyone of them is 500GB: this is too much even for the modified firmware of Unslung, unable to read the full directory trees (and the contained files) of my massive movie&amp;rsquo;s collection.&lt;/p&gt;
&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh6.ggpht.com/detronizator/SC9F6fE2BaE/AAAAAAAAA8I/oz-Ujfnmj9g/s160-c/TheDebianNSLU2SReign.jpg)](http://picasaweb.google.com/detronizator/TheDebianNSLU2SReign)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[The Debian/NSL&lt;wbr&gt;&lt;/wbr&gt;U2&amp;#39;s Reign](http://picasaweb.google.com/detronizator/TheDebianNSLU2SReign)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;So, I came back to the &lt;a href=&#34;http://www.nslu2-linux.org/wiki/Debian/HomePage&#34;&gt;Debian/NSLU2&lt;/a&gt; solution. This time, with all the intention to make it work.
It&amp;rsquo;s quite pointless to report here all the things I did to make it work in the way I want/need. I&amp;rsquo;ll just write down the most important bits:&lt;/p&gt;</description>
    </item>
    <item>
      <title>London Open Source Jam - 15th May 2008</title>
      <link>https://ivandemarino.me/posts/london-open-source-jam-15th-may-2008/</link>
      <pubDate>Sat, 17 May 2008 13:15:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/london-open-source-jam-15th-may-2008/</guid>
      <description>&lt;p&gt;This time the main topic was about &amp;ldquo;&lt;strong&gt;Developer Productivity&lt;/strong&gt;&amp;rdquo;. It was one of the most funny I have ever attended: a couple of speaker were just &amp;ldquo;crazy&amp;rdquo; (but in a good way)! ;)&lt;/p&gt;
&lt;p&gt;If interested in knowing more, here is a transcript of the event: &lt;a href=&#34;http://docs.google.com/Doc?id=dm58hwb_5f93zjrcd&#34;&gt;http://docs.google.com/Doc?id=dm58hwb_5f93zjrcd&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Real Pizza</title>
      <link>https://ivandemarino.me/posts/the-real-pizza/</link>
      <pubDate>Thu, 15 May 2008 13:34:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-real-pizza/</guid>
      <description>&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh6.ggpht.com/detronizator/SCwqTPE2BRE/AAAAAAAAA7g/_4oKjzalDD8/s160-c/TheRealPizza.jpg)](http://picasaweb.google.com/detronizator/TheRealPizza)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[The Real Pizza](http://picasaweb.google.com/detronizator/TheRealPizza)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
    </item>
    <item>
      <title>Devolvere il 5 per Mille alla Ricerca sulla Fibrosi Cistica</title>
      <link>https://ivandemarino.me/posts/devolvere-il-5-per-mille-alla-ricerca-sulla-fibrosi-cistica/</link>
      <pubDate>Wed, 14 May 2008 19:35:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/devolvere-il-5-per-mille-alla-ricerca-sulla-fibrosi-cistica/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.fibrosicisticalazio.it/&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.fibrosicisticalazio.it/immagini/viso.jpg&#34;&gt;&lt;/a&gt;
Faccio volentieri eco &lt;a href=&#34;http://strangelelly.wordpress.com&#34;&gt;al mio amore&lt;/a&gt; su &lt;a href=&#34;http://strangelelly.wordpress.com/2008/05/14/cose-la-fibrosi-cistica/&#34;&gt;questa questione così delicata ed importante&lt;/a&gt;.
Se fate la dichiarazione dei redditi, sostenete la ricerca contro la malattia genetica PIU&amp;rsquo; diffusa nel nostro paese, donandole il &lt;a href=&#34;http://www.fibrosicisticalazio.it/comunicazioni/cinquepermille.html&#34;&gt;5 per mille&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unslung on my NSLU2</title>
      <link>https://ivandemarino.me/posts/unslung-on-my-nslu2/</link>
      <pubDate>Sun, 11 May 2008 11:32:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/unslung-on-my-nslu2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Linksys (Cisco) NSLU2&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Linksys_NSLU2.jpeg/219px-Linksys_NSLU2.jpeg&#34;&gt;
Motivated by my friend KM &lt;a href=&#34;http://lattecaglioesale.wordpress.com/2007/11/17/la-lumachina/&#34;&gt;here (sorry, Italian link)&lt;/a&gt;, I decided to buy a &lt;a href=&#34;http://www.google.com/search?hl=en&amp;amp;q=linksys+nslu2&amp;amp;btnG=Google+Search&amp;amp;meta=&#34;&gt;Linksys NSLU2&lt;/a&gt;, a Micro-[en:NAS] based on [en:Linux].
&lt;a href=&#34;http://www.linksys.com&#34;&gt;Linksys&lt;/a&gt; (owned by &lt;a href=&#34;http://www.cisco.com&#34;&gt;Cisco&lt;/a&gt;) released since day one the source code of the tuned &lt;a href=&#34;http://www.kernel.org&#34;&gt;Linux Kernel&lt;/a&gt;, instantly allowing the Open Source community to hack this device in a million of ways.&lt;/p&gt;
&lt;p&gt;My requirements are very simple: I need to share something like 6 external HD using either &lt;a href=&#34;http://en.wikipedia.org/wiki/Samba_(software)&#34;&gt;Samba&lt;/a&gt; or FTP+HTTP.&lt;/p&gt;
&lt;p&gt;I first tried to use the &amp;ldquo;out-of-the-box&amp;rdquo; NSLU2 with the latest firmware, but it&amp;rsquo;s unable to manage more than 2 disks (on an HUB, it just see the first HDD attached).
I then decided to use &lt;a href=&#34;http://www.nslu2-linux.org/wiki/Debian/HomePage&#34;&gt;Debian/NSLU2&lt;/a&gt;, a very rich distribution for [en:ARM] that is just amazing. The only problem? It seems too much for an hardware like NSLU2, plus, after a normal &lt;code&gt;apt-get dist-upgrade&lt;/code&gt; something related with [en:SELinux] and &lt;a href=&#34;http://vsftpd.beasts.org/&#34;&gt;vsftpd&lt;/a&gt; happened and I didn&amp;rsquo;t managed to put it all back to work. I should have disabled selinux passing the parameter &lt;code&gt;selinux = 0&lt;/code&gt; to the Kernel at boot time but&amp;hellip; there is no &amp;ldquo;easily modifiable&amp;rdquo; [en:Bootloader] to pass parameters to the kernel at boot time (at least, as far as I know). I suppose that I should modify the kernel, recompile and then re-flash it. Too much for something I want to finish in max 2 days. And the NSLU2 is slow. Very slow. It took something like 12 hours to make the full installation of Debian and flash re-flash the firmware.
Besides, for what I need to do, it&amp;rsquo;s not worth it to do all this.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Training Path #6 - 28 Apr 2008</title>
      <link>https://ivandemarino.me/posts/training-path-6-28-apr-2008/</link>
      <pubDate>Tue, 29 Apr 2008 23:06:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/training-path-6-28-apr-2008/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.walkjogrun.net/routes/route_list.cfm?rid=9C2FD32F-0888-C0D9-5571A878CF59CE0D&#34;&gt;&lt;img alt=&#34;Training Path #6 - 28 Apr 2008&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/04/trainingpath_6-20080428.jpg&#34;&gt;&lt;/a&gt;
&lt;strong&gt;2.2 miles ~= 3.54 kms&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This time I was running with Luca: we pushed a bit the speed&amp;hellip; but we practically died at the end of Blackfriars Bridge: still good, but next time I need to slow down to last more.
Wish me good luck. I will run on the &lt;a href=&#34;http://www.jpmorganchasecc.com/&#34;&gt;JP Morgan Chase Corporate Challenge&lt;/a&gt; on July ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Training Path #5</title>
      <link>https://ivandemarino.me/posts/training-path-5/</link>
      <pubDate>Sat, 26 Apr 2008 15:11:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/training-path-5/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.walkjogrun.net/routes/route_list.cfm?rid=68035083-FAA5-B0CA-8AAFD8A83F747EDB&#34;&gt;&lt;img alt=&#34;Training Path #5 - 26 Apr 2008&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/04/trainingpath_5-20080426.jpg&#34;&gt;&lt;/a&gt;
&lt;strong&gt;2.05 miles ~= 3.3 kms&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Today I took it a bit easy: John was with me and he has a problem with his knee, so we decided to do only 2 miles to start.
Very beautiful day: looks like full summer, with a very strong sun smiling to us.
We passed through a big festival/party/something in South Bank: a lot of people enjoying ice creams, watching shows and other stuff for kids. I tried to google for it, but I didn&amp;rsquo;t manage to know what&amp;rsquo;s going on up there.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Restraining Order</title>
      <link>https://ivandemarino.me/posts/restraining-order/</link>
      <pubDate>Fri, 25 Apr 2008 18:04:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/restraining-order/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://xkcd.com/415/&#34;&gt;&lt;img alt=&#34;Restraining Order - xkcd&#34; loading=&#34;lazy&#34; src=&#34;http://imgs.xkcd.com/comics/restraining_order.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Training Path #4</title>
      <link>https://ivandemarino.me/posts/training-path-4/</link>
      <pubDate>Thu, 24 Apr 2008 21:46:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/training-path-4/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Training Path #4 - 24 Apr 2008&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/04/trainingpath_4-20080424.jpg&#34;&gt;
&lt;strong&gt;2.79 miles ~= 4.49 kms&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Almost to &lt;strong&gt;3 miles&lt;/strong&gt;. On Monday we will see if I can do that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>La prima Nanata</title>
      <link>https://ivandemarino.me/posts/la-prima-nanata/</link>
      <pubDate>Tue, 22 Apr 2008 08:40:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-prima-nanata/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;AirFrance - Alitalia&#34; loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2008/04/dirette/sezioni/economia/alitalia/22-aprile/ansa_12776230_25220.jpg&#34;&gt;
No, non è il convincere la Lega che ha il ministero della &amp;ldquo;Sicurezza&amp;rdquo; e degli &amp;ldquo;Interni&amp;rdquo; la prima Nanata: quella è solo politica nel frattempo di calmierare e comprare Bossi&amp;amp;Co.
Non è nemmeno mimare il fucile sulla giornalista russa che fa la domanda scomoda (e personale) a Putin: quello è il suo normale spirito da goliardico maschilista italiota. Ignorando, tra l&amp;rsquo;altro, che Putin davvero li uccide i giornalisti scomodi O_o&lt;/p&gt;</description>
    </item>
    <item>
      <title>Personalize your $PS1</title>
      <link>https://ivandemarino.me/posts/personalize-your-ps1/</link>
      <pubDate>Mon, 21 Apr 2008 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/personalize-your-ps1/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://4.bp.blogspot.com/_Zfnd5XZP80Y/S8S8ZPTdVvI/AAAAAAAABg8/dfnIlEXmDJM/s1600/Picture+2.png&#34;&gt;
Fancy $PS1 setting&lt;/p&gt;
&lt;p&gt;The code to make the &lt;a href=&#34;http://www.gnu.org/software/bash/&#34;&gt;Bash&lt;/a&gt; prompt looks like mine is (&lt;code&gt;~/.bashrc&lt;/code&gt;):&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;case&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$TERM&lt;/span&gt; in
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	xterm*&lt;span class=&#34;p&#34;&gt;|&lt;/span&gt;rxvt*&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;nv&#34;&gt;TITLEBAR&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;\[\033]0;\u@\h:\w\007\]&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;p&#34;&gt;;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;	*&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;nv&#34;&gt;TITLEBAR&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;		&lt;span class=&#34;p&#34;&gt;;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;esac&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nv&#34;&gt;PS1&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;TITLEBAR&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;\n\[\033[0;0m\][\033[0;32m\]time: \
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;\[\033[0m\]\[\033[1;31m\]\t\[\033[0m\]\[\033[0;0m\]]-\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;[\[\033[0m\]\[\033[0;32m\]host: \[\033[0m\]\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;\[\033[1;31m\]\h\[\033[0m\]\[\033[0;0m\]]-\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;[\[\033[0m\]\[\033[0;32m\]user: \[\033[0m\]\[\033[1;31m\]\u\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;\[\033[0m\]\[\033[0;0m\]]-[\[\033[0m\]\[\033[0;32m\]bash: \
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;\[\033[0m\]\[\033[1;31m\]\v\[\033[0;0m\]]\n\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;\[\033[0;0m\][\[\033[0;32m\]cwd: \[\033[0m\]\[\033[1;31m\]\w\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;s2&#34;&gt;\[\033[0m\]\[\033[0;0m\]]# &amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Thanks to &lt;a href=&#34;http://www.gilesorr.com/bashprompt/howto/&#34;&gt;Bash Prompt HOWTO&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache Hadoop on Mac OS X</title>
      <link>https://ivandemarino.me/posts/apache-hadoop-on-mac-os-x/</link>
      <pubDate>Sun, 20 Apr 2008 23:04:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apache-hadoop-on-mac-os-x/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Hadoop&#34; loading=&#34;lazy&#34; src=&#34;http://hadoop.apache.org/images/hadoop-logo.jpg&#34;&gt;
For some reasons I started to play with &lt;a href=&#34;http://hadoop.apache.org/core/&#34;&gt;Apache Hadoop (Core)&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hadoop is a software platform that lets one easily write and run applications that process vast amounts of data.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Here&amp;rsquo;s what makes Hadoop especially useful:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Scalable:&lt;/strong&gt; Hadoop can reliably store and process petabytes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Economical&lt;/strong&gt;: It distributes the data and processing across clusters of commonly available computers. These clusters can number into the thousands of nodes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Efficient:&lt;/strong&gt; By distributing the data, Hadoop can process it in parallel on the nodes where the data is located. This makes it extremely rapid.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reliable&lt;/strong&gt;: Hadoop automatically maintains multiple copies of data and automatically redeploys computing tasks based on failures.
Hadoop implements &lt;a href=&#34;http://wiki.apache.org/hadoop/HadoopMapReduce&#34;&gt;MapReduce&lt;/a&gt;, using the&lt;a href=&#34;http://hadoop.apache.org/core/docs/current/hdfs_design.html&#34;&gt;Hadoop Distributed File System (HDFS)&lt;/a&gt;. MapReduce divides applications into many small blocks of work. HDFS creates multiple replicas of data blocks for reliability, placing them on compute nodes around the cluster. MapReduce can then process the data where it is located.
Hadoop has been demonstrated on clusters with 2000 nodes. The current design target is 10,000 node clusters.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I followed the &lt;a href=&#34;http://hadoop.apache.org/core/docs/current/quickstart.html&#34;&gt;Quickstart&lt;/a&gt; guide and I can confirm that it works on [en:Mac OS X] too, but I managed only to make it run in &amp;ldquo;&lt;a href=&#34;http://hadoop.apache.org/core/docs/current/quickstart.html#Standalone+Operation&#34;&gt;standalone&lt;/a&gt;&amp;rdquo; mode: usefull for first-stage development and debugging.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Lars and the Real Girl</title>
      <link>https://ivandemarino.me/posts/lars-and-the-real-girl/</link>
      <pubDate>Sat, 19 Apr 2008 10:28:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/lars-and-the-real-girl/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.larsandtherealgirl-themovie.com/&#34;&gt;&lt;img alt=&#34;Lars and The Real Girl&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/d/db/Lars_real_girl.jpg&#34;&gt;&lt;/a&gt;
Yesterday, waiting for &lt;a href=&#34;http://en.wikipedia.org/wiki/Morpheus_%28mythology%29&#34;&gt;Morfeus&lt;/a&gt; (&lt;a href=&#34;http://en.wikipedia.org/wiki/Morpheus_%28mythology%29&#34;&gt;the God&lt;/a&gt;, not &lt;a href=&#34;http://en.wikipedia.org/wiki/Morpheus_%28The_Matrix%29&#34;&gt;the Blue-Pill-Red-Pill Freak&lt;/a&gt;) to catch me and bring me to sleep. I had this movie in my beloved &lt;a href=&#34;http://www.detronizator.org/tag/iphone/&#34;&gt;iPhone&lt;/a&gt;, &amp;ldquo;&lt;a href=&#34;http://www.larsandtherealgirl-themovie.com/&#34;&gt;Lars and the Real Girl&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s pure gold. A movie about a guy, Lars (&lt;a href=&#34;http://www.imdb.com/name/nm0331516/&#34;&gt;Ryan Gosling&lt;/a&gt;), who has a very strange mental disease, that needs a Girlfriend but is unable to catch-and-kiss the classical Next-Door-Girl (&lt;a href=&#34;http://www.imdb.com/name/nm0307726/&#34;&gt;Kelli Garner&lt;/a&gt;) that loves him&amp;hellip; also if she is aware of his sickness.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-9/</link>
      <pubDate>Fri, 18 Apr 2008 17:06:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-9/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;373&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/i1M-IafCor4&amp;hl=en&amp;border=1&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;373&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; Bill Gates: the last day at Microsoft.
&lt;/blockquote&gt;
&lt;p&gt;I know that probably this is OLD, but&amp;hellip; this is really funny! I have to say that [en:Bill Gates] surprised me for being so ironic about himself, his money and his power!
I still don&amp;rsquo;t like you Bill, but at least you are better than big-fat-idiot-[en:Steve Ballmer].&lt;/p&gt;</description>
    </item>
    <item>
      <title>How Google works</title>
      <link>https://ivandemarino.me/posts/how-google-works/</link>
      <pubDate>Thu, 17 Apr 2008 22:47:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-google-works/</guid>
      <description>&lt;p&gt;I was looking for info about [en:MapReduce] and I thought that would have been a good idea to take a look at the Tech Talks published by Google. Here we go.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?docId=741403180270990805&amp;hl=en&#34; flashvars=&#34;&#34;&gt;&lt;/embed&gt;
&lt;strong&gt;Title:&lt;/strong&gt; 2007 Seattle Conference on Scalability: MapReduce Used on Large Geographic Data Sets
&lt;strong&gt;Location:&lt;/strong&gt; Google Tech Talks June 23, 2007
&lt;strong&gt;Speaker:&lt;/strong&gt; Barry Brumitt, Google Inc.
&lt;strong&gt;Abstract:&lt;/strong&gt; MapReduce is a programming model and library designed to simplify distributed processing of huge datasets on large clusters of computers. This is achieved by providing a general mechanism which largely relieves the programmer from having to handle challenging distributed computing problems such as data distribution, process coordination, fault tolerance, and scaling. While working on Google maps, I&amp;rsquo;ve used MapReduce extensively to process and transform datasets which describe the earth&amp;rsquo;s geography. In this talk, I&amp;rsquo;ll introduce MapReduce, demonstrating its broad applicability through example problems ranging from basic data transformation to complex graph processing, all the in the context of geographic data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Innovation lesson from Pixar</title>
      <link>https://ivandemarino.me/posts/innovation-lesson-from-pixar/</link>
      <pubDate>Thu, 17 Apr 2008 20:36:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/innovation-lesson-from-pixar/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Brad Bird&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/e/e6/Bradbird.jpg&#34;&gt;
Innovation is one of the major topics that all the Big companies speaks all the time about: how, what, when&amp;hellip; Innovation?&lt;/p&gt;
&lt;p&gt;When the reality is of a little/medium size company, Innovation is easy: you don&amp;rsquo;t need to convince, motivate, move people. Teams with &amp;ldquo;Innovation in mind&amp;rdquo; just pop out from the ground&amp;hellip; and a good manager just need to feed and support them.
But when it comes to big companies, with budgets of millions, with Customers that are even bigger&amp;hellip; it&amp;rsquo;s like trying to move an Elephant using one man and a cord. Mission Impossible.&lt;/p&gt;
&lt;p&gt;But.
There are brave companies. Companies that plays the game smart. And those company lead Innovation. &lt;a href=&#34;http://www.apple.com&#34;&gt;Apple&lt;/a&gt;? Yes, please!
This article is indirectly about Apple: it&amp;rsquo;s about &lt;a href=&#34;http://www.pixar.com&#34;&gt;Pixar&lt;/a&gt;. It&amp;rsquo;s an interview to the Director of a different great movies in Pixar that brought &amp;ldquo;Innovation where looked impossible&amp;rdquo;: &lt;a href=&#34;http://en.wikipedia.org/wiki/Brad_Bird&#34;&gt;Phillip Bradley Bird (aka Brad Bird)&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Logo</title>
      <link>https://ivandemarino.me/posts/new-logo/</link>
      <pubDate>Thu, 17 Apr 2008 20:04:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-logo/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;New Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/04/newlogo.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;My iPhone is now more &amp;ldquo;mine&amp;rdquo; ;)
I&amp;rsquo;ll proudly show you as soon as we meet.&lt;/p&gt;
&lt;p&gt;What? Ah, yeah. Thanks to &lt;a href=&#34;http://wikee.iphwn.org/news:pwnage1dot1_announcement&#34;&gt;PwnageTool&lt;/a&gt; from the GREAT &lt;a href=&#34;http://wikee.iphwn.org/&#34;&gt;DevTeam&lt;/a&gt;! Carry on guys!&lt;/p&gt;
&lt;p&gt;PS Yes, I&amp;rsquo;ll use it also with my &lt;a href=&#34;http://www.wind.it&#34;&gt;Wind&lt;/a&gt; SIM ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>In Italia il crimine paga e potrebbe farti eleggere</title>
      <link>https://ivandemarino.me/posts/in-italia-il-crimine-paga-e-potrebbe-farti-eleggere/</link>
      <pubDate>Sun, 13 Apr 2008 11:50:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/in-italia-il-crimine-paga-e-potrebbe-farti-eleggere/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Il Papa Silvio&#34; loading=&#34;lazy&#34; src=&#34;http://www.latimes.com/media/photo/2008-04/37805522.jpg&#34;&gt;
&lt;em&gt;Dopo che la Chiesa l&amp;rsquo;ha ammonito per essersi elevato al rango di &amp;ldquo;Salvatore&amp;rdquo;, si e&amp;rsquo; auto proclamato Papa: potra&amp;rsquo; &amp;lsquo;si farsi &amp;ldquo;Encicliche ad Personam&amp;rdquo; per permettere al Papa di rappresentare ufficialmente la reincarnazione di Cristo.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;[&amp;hellip;]
A beautiful, romantic country of olive-dappled landscapes and cobblestoned piazzas famed for its food, fashion and bella figura, Italy is today a land awash in corruption, economic decay, political ennui, rampant impunity and a fast-declining standard of living. Inflation is among the highest in Western Europe, growth the lowest. Record numbers of people report feeling poorer than ever.
[&amp;hellip;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>La figuraccia finale</title>
      <link>https://ivandemarino.me/posts/la-figuraccia-finale/</link>
      <pubDate>Sat, 12 Apr 2008 16:19:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-figuraccia-finale/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/ZRYGIutTe-0&amp;hl=en&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; Matrix (11/04/2008) L&#39;appello di Silvio Berlusconi
&lt;/blockquote&gt;
&lt;p&gt;Un mandrillo fino alla fine: lui che la TV italiana l&amp;rsquo;ha praticamente creata (a modo suo), e&amp;rsquo; caduto sullo sgambetto di un suo stipendiato. Che bella figuraccia finale.&lt;/p&gt;</description>
    </item>
    <item>
      <title>First Official iPhone SDK Interface Builder Tutorial</title>
      <link>https://ivandemarino.me/posts/first-official-iphone-sdk-interface-builder-tutorial/</link>
      <pubDate>Wed, 09 Apr 2008 23:08:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/first-official-iphone-sdk-interface-builder-tutorial/</guid>
      <description>&lt;p&gt;I received this letter from Apple this morning:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;iPhone SDK - new release&#34; loading=&#34;lazy&#34; src=&#34;http://www.macdailynews.com/gfx/article_gfx/080327_iphone_sdk_beta2.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Log in to the iPhone Dev Center and download the third beta version of the iPhone SDK.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Make sure to take advantage of all the development resources available to you in the &lt;a href=&#34;http://developer.apple.com/iphone/&#34;&gt;iPhone Dev Center&lt;/a&gt;, including updated documentation such as the iPhone OS Programming Guide, &lt;a href=&#34;http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhone101/Articles/chapter_1000_section_1.html&#34;&gt;a new tutorial&lt;/a&gt; for creating iPhone applications using Interface Builder, and the latest release notes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bonino: altra occasione persa</title>
      <link>https://ivandemarino.me/posts/bonino-altra-occasione-persa/</link>
      <pubDate>Wed, 09 Apr 2008 16:54:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bonino-altra-occasione-persa/</guid>
      <description>&lt;p&gt;Interessato a seguire ancora un pochino &lt;a href=&#34;http://blog.neminis.org/politica/rete-4-ci-costa-un-botto-di-soldi/&#34;&gt;la vicenda di Rete 4 e della MAXI MULTA che la Corte di Giustizia Europea&lt;/a&gt; ci fara&amp;rsquo; pagare, ho letto questo post di [it:Travaglio |Marco_Travaglio] (dal blog Voglio Scendere, su cui scrivono anche &lt;a href=&#34;http://it.wikiquote.org/wiki/Pino_Corrias&#34;&gt;Pino Corrias&lt;/a&gt; e &lt;a href=&#34;http://it.wikipedia.org/wiki/Peter_Gomez&#34;&gt;Peter Gomez&lt;/a&gt;): &lt;a href=&#34;http://voglioscendere.ilcannocchiale.it/post/1857795.html&#34;&gt;Europa 7: vieni avanti decretino&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Quello che mi va pero&amp;rsquo; di riportarvi e&amp;rsquo; la Lettera che &lt;a href=&#34;http://it.wikipedia.org/wiki/Emma_Bonino&#34;&gt;Emma Bonino&lt;/a&gt; scrive all&amp;rsquo;&lt;a href=&#34;http://www.unita.it&#34;&gt;Unita&amp;rsquo;&lt;/a&gt; come risposta, e la contro risposta di Travaglio:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;La lettera di Emma Bonino e la mia replica
Pubblico la lettera che Emma Bonino ha scritto al direttore de l&amp;rsquo;Unità in seguito alla pubblicazione dell&amp;rsquo;&lt;a href=&#34;http://voglioscendere.ilcannocchiale.it/post/1857811.html&#34;&gt;Uliwood party di ieri sul caso Europa7&lt;/a&gt;, e a seguire la mia replica.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Into the Android</title>
      <link>https://ivandemarino.me/posts/into-the-android/</link>
      <pubDate>Mon, 07 Apr 2008 22:21:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/into-the-android/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Android logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2008/04/android-logo.gif&#34;&gt;
Last 2/3 months I used a bit of my free time studying &lt;a href=&#34;http://code.google.com/android/&#34;&gt;Android&lt;/a&gt; the so called &amp;ldquo;Google OS&amp;rdquo;, that is the result of the &lt;a href=&#34;http://www.openhandsetalliance.com/&#34;&gt;Open Handset Alliance&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In this relatively short amount of time I had the possibility to collect information from the official sources, as well as from very interesting and active forums (like &lt;a href=&#34;http://www.anddev.org/&#34;&gt;this one&lt;/a&gt; and &lt;a href=&#34;http://www.modmygphone.com/forums/&#34;&gt;this one&lt;/a&gt;). I had also the possibility to meet other experts during the &lt;strong&gt;Android Code Day&lt;/strong&gt; event (&lt;a href=&#34;http://blog.airsource.co.uk/index.php/2008/02/07/android-code-day/&#34;&gt;here&lt;/a&gt; a summary what we did there). It was a very good place to ask important business related questions: I should say that the Google Developer Advocate &lt;strong&gt;Jason Chen&lt;/strong&gt; was very keen to answer my tricky questions ;-) .&lt;/p&gt;
&lt;p&gt;Spending other words on this here is quite pointless: half of the web speaks about it (while the other half speaks about &lt;a href=&#34;http://www.apple.com/iphone/&#34;&gt;iPhone&lt;/a&gt; ;) ). But I would like to share part of the result of this study:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* A Presentation: &amp;quot;Into the Android&amp;quot; [[PDF](http://downloads.detronizator.org/intotheandroid/Into the Android.pdf) | [HTML+Flash](http://downloads.detronizator.org/intotheandroid/Into the Android.html)]

* Video #1: MWC - Android running on different ARM-based devices [[mp4](http://downloads.detronizator.org/intotheandroid/MWC - Android running on different ARM-based devices.mp4)]

* Video #2: MWC - Android running on E2831 [[mp4](http://downloads.detronizator.org/intotheandroid/MWC - Android running on E2831.mp4)]

* Source code of the Application I developed for study (actually, is just the [Tutorial](http://code.google.com/android/intro/tutorial.html) that comes with the [SDK](http://code.google.com/android/download.html) with much more internal documentation ;) ): [VSNotepad.tar.gz](http://downloads.detronizator.org/intotheandroid/VSNotepad.tar.gz).
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The presentation explains different details of the Development process using the code of this application as an example.&lt;/p&gt;
&lt;p&gt;The video are also on Youtube and embedded here after the jump.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Guagliu&#39;... (La password e&#39; uno dei miei nick piu&#39; famosi)</title>
      <link>https://ivandemarino.me/posts/guagliu-la-password-e-uno-dei-miei-nick-piu-famosi/</link>
      <pubDate>Mon, 07 Apr 2008 20:26:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/guagliu-la-password-e-uno-dei-miei-nick-piu-famosi/</guid>
      <description>&lt;p&gt;Questo messaggio e&amp;rsquo; per informarvi che alla fine del mese scendo. I dettagli del mio &lt;em&gt;e-ticket&lt;/em&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;hr&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;your-itinerary&#34;&gt;YOUR ITINERARY&lt;/h2&gt;
&lt;p&gt;British Airways booking reference: &lt;strong&gt;C&amp;rsquo;ho cazz! Arresc ca cocc strunz s&amp;rsquo;appresent all&amp;rsquo;aereoport o&amp;rsquo;post me giust p&amp;rsquo;m&amp;rsquo; fa nu scfregg!!! :P&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Passenger(s):        MR IVAN DEMARINO
Flight number:       BA2608
From:                Gatwick (London) Terminal N
To:                  Naples (Italy)
Depart:              30 Apr 2008 17:45
Arrive:              30 Apr 2008 21:25
Class:               Euro Traveller
Operated by:         British Airways
Booking status:      Confirmed
Flight number:       BA2609
From:                Naples (Italy)
To:                  Gatwick (London)
Depart:              6 May 2008 22:10
Arrive:              6 May 2008 23:45
Class:               Euro Traveller
Operated by:         British Airways
Booking status:      Confirmed&lt;/p&gt;</description>
    </item>
    <item>
      <title>Morpherage</title>
      <link>https://ivandemarino.me/posts/morpherage/</link>
      <pubDate>Sat, 05 Apr 2008 19:35:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/morpherage/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/xYg7hCd8Dt0&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; Morpherage
&lt;/blockquote&gt;
&lt;p&gt;PS This video was done using &lt;a href=&#34;http://www.apple.com/ilife/imovie/&#34;&gt;iMovie&lt;/a&gt; in&amp;hellip; 20 minutes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dove sono (Politicamente)?</title>
      <link>https://ivandemarino.me/posts/dove-sono-politicamente/</link>
      <pubDate>Wed, 02 Apr 2008 23:44:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dove-sono-politicamente/</guid>
      <description>&lt;p&gt;Lo so, non posso votare. Ma dopo &lt;a href=&#34;http://blog.neminis.org/politica/dove-sono/&#34;&gt;Nemo&lt;/a&gt; e mio fratello, ho deciso di perdere &amp;lsquo;sti 10 minuti e fare &lt;a href=&#34;http://www.voisietequi.it/risposte_utente.html&#34;&gt;&amp;lsquo;sto tes&lt;/a&gt;t.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.voisietequi.it/iosonoqui/08ca8a3d.html&#34;&gt;&lt;img alt=&#34;Io sono qui! (Elezioni Aprile 2008)&#34; loading=&#34;lazy&#34; src=&#34;http://www.voisietequi.it/images/grafici_utente/20080402/08ca8a3d.png&#34;&gt;&lt;/a&gt;
&lt;em&gt;Io sono qui! (Elezioni Aprile 2008)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Per ulteriori dettagli, potete cliccare sull&amp;rsquo;immagine o &lt;a href=&#34;http://www.voisietequi.it/iosonoqui/08ca8a3d.html&#34;&gt;qui&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Loop Rebooting iPhone: how to fix it</title>
      <link>https://ivandemarino.me/posts/loop-rebooting-iphone-how-to-fix-it/</link>
      <pubDate>Wed, 02 Apr 2008 23:04:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/loop-rebooting-iphone-how-to-fix-it/</guid>
      <description>&lt;p&gt;I was playing with my &lt;a href=&#34;http://www.ziphone.org/&#34;&gt;Jailbroken&lt;/a&gt; &lt;a href=&#34;http://www.apple.com/iphone/&#34;&gt;iPhone&lt;/a&gt; when I decided to install &lt;a href=&#34;http://www.openssh.org/&#34;&gt;OpenSSH&lt;/a&gt; and login. 1 minute after I discovered there is a password I should use to login:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;for user &lt;code&gt;root&lt;/code&gt; is &lt;code&gt;alpine&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;del&gt;for user &lt;code&gt;mobile&lt;/code&gt; is &lt;code&gt;dottie&lt;/code&gt;&lt;/del&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After I connected to my loved iPhone trough SSH (don&amp;rsquo;t be impatient: it takes a minute or two for it&amp;rsquo;s ARM cpu to generate the Keys), I changed straightaway the password for both the above named users (using just &lt;code&gt;passwd&lt;/code&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Best 1st of April&#39;s Pranks... EVER!</title>
      <link>https://ivandemarino.me/posts/the-best-1st-of-april-s-pranks-ever/</link>
      <pubDate>Tue, 01 Apr 2008 14:52:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-best-1st-of-april-s-pranks-ever/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/PmSdy_9blB4&amp;hl=en&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Virgle : The Adventure Of Many Lifetimes.&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://googleblog.blogspot.com/2008/04/announcing-project-virgle.html&#34;&gt;http://googleblog.blogspot.com/2008/04/announcing-project-virgle.html&lt;/a&gt;
&lt;a href=&#34;http://www.google.com/virgle/index.html&#34;&gt;http://www.google.com/virgle/index.html&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Nokia E61i for Sale on eBay</title>
      <link>https://ivandemarino.me/posts/nokia-e61i-for-sale-on-ebay/</link>
      <pubDate>Wed, 12 Mar 2008 22:57:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nokia-e61i-for-sale-on-ebay/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Nokia E61i for Sale&#34; loading=&#34;lazy&#34; src=&#34;http://i16.ebayimg.com/03/i/000/e1/24/134f_1.JPG&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&amp;amp;item=290214059367&#34;&gt;Here the link&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Le avventure di Giggig</title>
      <link>https://ivandemarino.me/posts/le-avventure-di-giggig/</link>
      <pubDate>Mon, 10 Mar 2008 22:54:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/le-avventure-di-giggig/</guid>
      <description>&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?docId=-4339393072627386774&amp;hl=en-GB&#34; flashvars=&#34;&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;Non ho resistito&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Understanding the Linux Kernel</title>
      <link>https://ivandemarino.me/posts/understanding-the-linux-kernel/</link>
      <pubDate>Sun, 09 Mar 2008 04:17:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/understanding-the-linux-kernel/</guid>
      <description>&lt;p&gt;Finally. I can feed myself with all the cool details of the coolest project that human being has ever done. At least, in the [en:Computer Science] world. ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cinguettio</title>
      <link>https://ivandemarino.me/posts/cinguettio-4/</link>
      <pubDate>Thu, 06 Mar 2008 12:26:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cinguettio-4/</guid>
      <description>&lt;p&gt;Champions League:
&lt;a href=&#34;http://it.wikipedia.org/wiki/AC_Milan&#34;&gt;AC Milan&lt;/a&gt; fuori dalla competizione.
&lt;a href=&#34;http://it.wikipedia.org/wiki/AS_Roma&#34;&gt;AS Roma&lt;/a&gt; butta fuori il Real.&lt;/p&gt;
&lt;p&gt;Serie A:
Il &lt;a href=&#34;http://it.wikipedia.org/wiki/Ssc_napoli&#34;&gt;SSC Napoli&lt;/a&gt; batte l&amp;rsquo;&lt;a href=&#34;http://it.wikipedia.org/wiki/Internazionale_Football_Club&#34;&gt;Internazionale FC Milano&lt;/a&gt; prima in classifica.&lt;/p&gt;
&lt;p&gt;Cosa devo aspettarmi ora? Trovare a terra un Milione di Pound? :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>E poteva finire anche due, tre a zero.</title>
      <link>https://ivandemarino.me/posts/e-poteva-finire-anche-due-tre-a-zero/</link>
      <pubDate>Mon, 03 Mar 2008 10:33:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/e-poteva-finire-anche-due-tre-a-zero/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Zalayeta&#34; loading=&#34;lazy&#34; src=&#34;http://www.sscnapoli.it/UserFiles/Image/imgnews/080302_napoli-inter-esultanza-zalayeta-3_news.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Napoli - Napoli milionaria. Il miracolo a Milano trasmigra e si materializza al San Paolo. Gli azzurri abbattono il Colosso Inter. Il Mostro a tre  teste che fa tremare il mondo  viene steso dal graffio della Pantera: Marcelo Zalayeta. &lt;strong&gt;Finisce 1-0. E poteva finire anche due, tre a zero. Niente da dire. Un dominio.&lt;/strong&gt; Con uno splendido corredo di sofferenza gladiatoria, pathos aristotelico, orgoglio napoletano. Il San Paolo dei record, dei sessantamila cuori, butta giù di converso un altro primato strepitoso: l&amp;rsquo;Inter non perdeva in campionato dall&amp;rsquo;Aprile 2007. Fatto. La notte dei lunghi coltelli si apre prestissimo con un delizioso pallonetto di Zalagolche fa salire al cielo il canto degli angeli. E&amp;rsquo; il colpo che vale la partita ma prima della fine c&amp;rsquo;è un oceano da attraversare. Gli azzurri sfiorano il gol più volte, Julio Cesar para un rigore proprio al Panterone. Insomma son quelle avversità che fanno pensare alla beffa. Ma il Napoli di stasera è più forte di ogni sortilegio, abbarbicato fideisticamente alla magia della favola di Davide e Golia. Il sipario si chiude con la canzone dell&amp;rsquo;amore: oje vita oje vita mia. Scene così non si vedevano dai tempi impronunciabili di Re Diego. &lt;strong&gt;Questa è Napoli milionaria signori. La Storia è ancora azzurra.&lt;/strong&gt; A gentile richiesta&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mini One vs Fiat 500</title>
      <link>https://ivandemarino.me/posts/mini-one-vs-fiat-500/</link>
      <pubDate>Thu, 28 Feb 2008 21:32:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mini-one-vs-fiat-500/</guid>
      <description>&lt;p&gt;We all know who is the best ;)&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://lh5.google.com/detronizator/R8ccHzvmBDI/AAAAAAAAAqg/R3EhBm3EapY/s800/NewFiat500vsMINI1.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cinguettio</title>
      <link>https://ivandemarino.me/posts/cinguettio-5/</link>
      <pubDate>Thu, 28 Feb 2008 17:09:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cinguettio-5/</guid>
      <description>&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;
Grazie alle &amp;ldquo;magie&amp;rdquo; (ehm, &amp;ldquo;magagne&amp;rdquo;? ;) ) di cui e&amp;rsquo; capace C++, il miracolo e&amp;rsquo; avvenuto (e, giuro, l&amp;rsquo;Elefante non ha subito alcun danno; anzi!).&lt;/p&gt;
&lt;hr /&gt;
Fare il &#34;Forward-Porting&#34; di questa [en:API] e&#39; come far entrare un [it:Elefante] in una [it:Fiat_Cinquecento|Cinquecento].</description>
    </item>
    <item>
      <title>The Morph Concept</title>
      <link>https://ivandemarino.me/posts/the-morph-concept/</link>
      <pubDate>Wed, 27 Feb 2008 13:10:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-morph-concept/</guid>
      <description>&lt;p&gt;An impressive video from the &lt;a href=&#34;http://en.wikipedia.org/wiki/Nokia&#34;&gt;Nokia&lt;/a&gt; &lt;a href=&#34;http://research.nokia.com/&#34;&gt;Research Center&lt;/a&gt;: it shows a concept technology called &amp;ldquo;Morph&amp;rdquo; based on the usage of &lt;a href=&#34;http://en.wikipedia.org/wiki/Nanotechnology&#34;&gt;NanoTechnology&lt;/a&gt; for mobile devices (I feel that continue to call them &amp;ldquo;phones&amp;rdquo; is becoming very reductive).&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Nokia - The Morph Concept&#34; loading=&#34;lazy&#34; src=&#34;http://nds3.nokia.com/pressphotos/public/global/corporate/rd/02_Morph_Open_Operating_lowres.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m sorry I can&amp;rsquo;t embed the video in this post: you can find it &lt;a href=&#34;http://www.nokia.com/A4879144&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Laico: Pubblicità Regresso</title>
      <link>https://ivandemarino.me/posts/laico-pubblicit-regresso/</link>
      <pubDate>Tue, 26 Feb 2008 18:56:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/laico-pubblicit-regresso/</guid>
      <description>&lt;p&gt;Il mio amico &lt;strong&gt;SbatMan &lt;/strong&gt;mi ha segnalato questo video che volentieri mi sento di menzionare sulle &amp;ldquo;pagine&amp;rdquo; del mio Blog, anche per rimanere nel tema della critica contro la Chiesa sollevato dal &lt;a href=&#34;http://strangelelly.wordpress.com/2008/02/24/i-dieci-comandamenti-di-faber/&#34;&gt;mio tesoro&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ah, dimenticavo. Il video è ad alto tasso satirico! ;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;373&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/05VwqAlExp4&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;373&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Titolo:&lt;/strong&gt; Laico - Se lo conosci, lo Eviti. Se non lo conosci, è meglio.
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Cinguettio</title>
      <link>https://ivandemarino.me/posts/cinguettio-3/</link>
      <pubDate>Thu, 21 Feb 2008 11:52:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cinguettio-3/</guid>
      <description>&lt;p&gt;C&amp;rsquo;e&amp;rsquo; un &lt;del datetime=&#34;2008-02-21T10:56:55+00:00&#34;&gt;coglione&lt;/del&gt; collega che lavora con me che si chiama:&lt;/p&gt;
&lt;p&gt;&lt;strong style=&#34;font-size: 130%;&#34;&gt;Capa &amp;lsquo;ianc!!!&lt;/strong&gt;
ovvero
&lt;strong style=&#34;font-size: 110%;&#34;&gt;Whitehead&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Come sarà mio figlio?</title>
      <link>https://ivandemarino.me/posts/come-sar-mio-figlio/</link>
      <pubDate>Tue, 19 Feb 2008 16:48:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/come-sar-mio-figlio/</guid>
      <description>&lt;blockquote&gt;
&lt;object classid=&#34;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#34; codebase=&#34;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&#34; width=&#34;335&#34; height=&#34;85&#34; id=&#34;divplaylist&#34;&gt;
&gt; &lt;embed src=&#34;http://www.divshare.com/flash/playlist?myId=3828971-12f&#34; width=&#34;335&#34; height=&#34;85&#34; name=&#34;divplaylist&#34; type=&#34;application/x-shockwave-flash&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Titolo:&lt;/strong&gt; Generazione Zero (with Ghost Track)
&lt;strong&gt;Artista:&lt;/strong&gt; J Ax
&lt;strong&gt;Album:&lt;/strong&gt; Di Sana Pianta
&lt;/blockquote&gt;
&lt;p&gt;Se ascoltate bene fino alla fine, &lt;a href=&#34;http://it.wikipedia.org/wiki/J_Ax&#34;&gt;J Ax&lt;/a&gt; vi dice come sarà mio figlio! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Con un giorno di ritardo...</title>
      <link>https://ivandemarino.me/posts/con-un-giorno-di-ritardo/</link>
      <pubDate>Fri, 15 Feb 2008 16:57:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/con-un-giorno-di-ritardo/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/qyyKNpEoqUM&amp;rel=1&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Sei Sicura
&lt;strong&gt;Author:&lt;/strong&gt; J-Ax
&lt;strong&gt;Album:&lt;/strong&gt; Di Sana Pianta
&lt;strong&gt;Anno:&lt;/strong&gt; 2006&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Mission Accomplished </title>
      <link>https://ivandemarino.me/posts/mission-accomplished/</link>
      <pubDate>Fri, 15 Feb 2008 00:10:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mission-accomplished/</guid>
      <description>&lt;p&gt;Migration to &lt;a href=&#34;http://www.bluehost.com/&#34;&gt;BlueHost&lt;/a&gt; done. I just lost all my [en:Page Rank] O_o&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;BlueHost Logo&#34; loading=&#34;lazy&#34; src=&#34;http://hosting.piry.net/bh/logo.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t understand why, but the &lt;ins datetime=&#34;2008-02-14T23:04:05+00:00&#34;&gt;only&lt;/ins&gt; time interval without service was yesterday night: how is it possible?&lt;/p&gt;
&lt;p&gt;Anyway, now we are on a new Hosting Service: soon also the [en:DNS] will be migrated accordingly ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-18/</link>
      <pubDate>Sun, 10 Feb 2008 03:31:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-18/</guid>
      <description>&lt;p&gt;Today I have 2 personal albums to show. Be ready to Laugh! ;)&lt;/p&gt;
&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh6.google.com/detronizator/R65bxqTScWE/AAAAAAAAAkA/S2gYmSr-cgM/s160-c/RelocationDayFromAllSaintsToSouthwark.jpg)](http://picasaweb.google.com/detronizator/RelocationDayFromAllSaintsToSouthwark)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[Relocation Day: from All Saints to Southwark](http://picasaweb.google.com/detronizator/RelocationDayFromAllSaintsToSouthwark)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;table style=&#34;width:194px;&#34;&gt;&lt;tr&gt;&lt;td align=&#34;center&#34; style=&#34;height:194px;background:url(http://picasaweb.google.com/f/img/transparent_album_background.gif) no-repeat left&#34;&gt;[![](http://lh6.google.com/detronizator/R65cUqTScnE/AAAAAAAAAl4/p-rW3XuCHn4/s160-c/SortingOutMyNewRoomIn17WindmillHouse.jpg)](http://picasaweb.google.com/detronizator/SortingOutMyNewRoomIn17WindmillHouse)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&#34;text-align:center;font-family:arial,sans-serif;font-size:11px&#34;&gt;[Sorting out my new Room in 17 Windmill House](http://picasaweb.google.com/detronizator/SortingOutMyNewRoomIn17WindmillHouse)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;Yes, in all of them the main &amp;ldquo;subject&amp;rdquo; is &lt;a href=&#34;http://sbetelmal.blogspot.com/&#34;&gt;Serage&lt;/a&gt; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>PicLens: Pictures in a Cool Way</title>
      <link>https://ivandemarino.me/posts/piclens-pictures-in-a-cool-way/</link>
      <pubDate>Wed, 06 Feb 2008 12:05:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/piclens-pictures-in-a-cool-way/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Cooliris PicLens&#34; loading=&#34;lazy&#34; src=&#34;http://www.cooliris.com/site/images/home-piclens-icon.png&#34;&gt;
Normally I don&amp;rsquo;t spend time suggesting Add-ons/Plugins for &lt;a href=&#34;http://www.mozilla.org/firefox/&#34;&gt;Firefox&lt;/a&gt; or other stuff like that, but this is GREAT!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.piclens.com&#34;&gt;Cooliris PicLens&lt;/a&gt; (&lt;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/5579&#34;&gt;here the Firefox Add-on Page&lt;/a&gt;), available on Windows &amp;amp; Mac; working with [en:Internet Explorer|IE], Firefox and [en:http://en.wikipedia.org/wiki/Safari_(web_browser)|Safari] (too!!!).&lt;/p&gt;
&lt;p&gt;Just install it, then go on any &lt;a href=&#34;http://www.flickr.com&#34;&gt;Flickr&lt;/a&gt;, &lt;a href=&#34;http://picasa.google.com/&#34;&gt;Picasa&lt;/a&gt;, &lt;a href=&#34;http://www.facebook.com/&#34;&gt;Facebook&lt;/a&gt;, wathever service that expose an [en:RSS] feed of pictures and&amp;hellip; click on the PicLens icon (in Firefox will be in the upper right corner after the installation).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proud of my Bro&#39;</title>
      <link>https://ivandemarino.me/posts/proud-of-my-bro/</link>
      <pubDate>Tue, 29 Jan 2008 18:26:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/proud-of-my-bro/</guid>
      <description>&lt;p&gt;Ieri sono stato ricoperto di Orgoglio.
E&amp;rsquo; un grande. Lui si che lo e&amp;rsquo;.
Ricordo quando da piccolo, nella mia mente, lui era sempre debole. Lui era quello da difendere.
Ma allo stesso tempo quello di cui &amp;ldquo;dovevo dissimulare la difesa&amp;rdquo;: lui e&amp;rsquo; sempre stato orgoglioso (ma penso che sia una cosa di famiglia ;-) ).
&lt;em&gt;E pensare che mi guardava come un Modello da imitare e fronteggiare allo stesso tempo.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symbian OS explained by Andrew Tanenbaum</title>
      <link>https://ivandemarino.me/posts/symbian-os-explained-by-andrew-tanenbaum/</link>
      <pubDate>Wed, 23 Jan 2008 17:51:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/symbian-os-explained-by-andrew-tanenbaum/</guid>
      <description>&lt;p&gt;[en:Andrew Tanenbaum] recently released the 3rd edition of &lt;a href=&#34;http://www.pearsoned.co.uk/Student/detail.asp?item=100000000277564&#34;&gt;Modern Operating Systems&lt;/a&gt;, and there is a brand new chapter about [en:Symbian OS].&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Andrew Tanenbaum&#34; loading=&#34;lazy&#34; src=&#34;http://redvip.homelinux.net/varios/www.wbglinks.net/pages/watchmen/pictures/pics03/tanenbaum1.jpg&#34;&gt;
&lt;em&gt;Prof. Andrew Tanenbaum - Sexy, isn&amp;rsquo;t it? ;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I think that this is a reflection of the importance that &lt;a href=&#34;http://www.symbian.com/&#34;&gt;Symbian&lt;/a&gt; OS has at present. This also means that more people will probably learn about Symbian OS as part of their university courses.
Thanks for the interest &lt;a href=&#34;http://www.cs.vu.nl/~ast/&#34;&gt;Andy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll buy it (or borrow from our library) very soon ;-) .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting C&#43;&#43; Threads Right</title>
      <link>https://ivandemarino.me/posts/getting-c-threads-right/</link>
      <pubDate>Mon, 21 Jan 2008 16:46:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/getting-c-threads-right/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Hans Boehm&#34; loading=&#34;lazy&#34; src=&#34;http://www.hpl.hp.com/personal/Hans_Boehm/Hans_Boehm.jpg&#34;&gt;&lt;a href=&#34;http://www.hpl.hp.com/personal/Hans_Boehm/&#34;&gt;Hans Boehm&lt;/a&gt; has given a very interesting lecture on &amp;ldquo;Getting C++ Threads Right&amp;rdquo; at Google last month.  The lecture is available in video format from &lt;a href=&#34;http://www.youtube.com/watch?v=mrvAqvtWYb4&#34;&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;ABSTRACT&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The advent of multicore processors has generated profound debate on the merits of writing parallel programs with threads and locks. Nonetheless, for many application domains, this remains the standard paradigm for writing parallel programs, and at the moment, there is no apparent universal replacement. And it is the focus of this talk.
Somewhat surprisingly, there are a number of often subtle, but generally fixable, industry-wide problems with current approaches to threads programming. We&amp;rsquo;ll focus on probably the most widely used environments, consisting of C or C++ with a standard threads library. Problems span the spectrum from system libraries through language implementations through supporting hardware. They get in the way both in that they often make it difficult to write 100% reliable multi-threaded software, and in that they confuse even the basics of the programming model, thus making it hard to teach. A surprising number of &amp;ldquo;experts&amp;rdquo; do not understand the basic rules. Arguably, these problems really need to be addressed to even allow a meaningful comparison to other parallel programming approaches.
Since solutions to these problems generally require a coordinated industry effort, we helped to persuade the C++ standards committee to address them by pursuing a coherent approach to threads in the next C++ standard. The talk will outline some of the proposed solutions, and give an update on this effort.
Speaker: Hans Boehm
Hans Boehm is a member of the advanced architecture group at HP Labs. He has worked on many aspects of programming language design and implementation, including garbage collection and concurrency, and he was HP&amp;rsquo;s representative to the effort to redesign Java&amp;rsquo;s memory model. He is a past Chair of ACM SIGPLAN, and is an ACM Distinguished Scientist.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;The slides for the lecture are available from: &lt;a href=&#34;http://www.hpl.hp.com/personal/Hans_Boehm/misc_slides/c++threads.pdf&#34;&gt;http://www.hpl.hp.com/personal/Hans_Boehm/misc_slides/c++threads.pdf&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-8/</link>
      <pubDate>Fri, 18 Jan 2008 17:38:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-8/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://weblogs.java.net/blog/chet/archive/2008/01/crystal_methodo.html&#34;&gt;&lt;img alt=&#34;Figure 1: Comprehensible, and therefore wrong, software process.&#34; loading=&#34;lazy&#34; src=&#34;http://weblogs.java.net/blog/chet/images/Process1.gif&#34;&gt;&lt;/a&gt;
&lt;em&gt;&lt;strong&gt;Figure 1:&lt;/strong&gt; Comprehensible, and therefore wrong, software process.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://weblogs.java.net/blog/chet/archive/2008/01/crystal_methodo.html&#34;&gt;&lt;img alt=&#34;Figure 2: More complicated, and therefore better, software process.&#34; loading=&#34;lazy&#34; src=&#34;http://weblogs.java.net/blog/chet/images/Process2.gif&#34;&gt;&lt;/a&gt;
&lt;em&gt;&lt;strong&gt;Figure 2:&lt;/strong&gt; More complicated, and therefore better, software process.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://weblogs.java.net/blog/chet/archive/2008/01/crystal_methodo.html&#34;&gt;&lt;img alt=&#34;Figure 3: Simplified Software Process (SSP) model. Pretty dumb. Incredibly popular.&#34; loading=&#34;lazy&#34; src=&#34;http://weblogs.java.net/blog/chet/images/Process3.gif&#34;&gt;&lt;/a&gt;
&lt;em&gt;&lt;strong&gt;Figure 3:&lt;/strong&gt; Simplified Software Process (SSP) model. Pretty dumb. Incredibly popular.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>We live in a Geek World...</title>
      <link>https://ivandemarino.me/posts/we-live-in-a-geek-world/</link>
      <pubDate>Fri, 18 Jan 2008 11:04:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/we-live-in-a-geek-world/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Geek Inside&#34; loading=&#34;lazy&#34; src=&#34;http://www.jemjabella.co.uk/about/tshirts/geekinside.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&amp;hellip; or, at least, I do! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>One day you are here, the other...</title>
      <link>https://ivandemarino.me/posts/one-day-you-are-here-the-other/</link>
      <pubDate>Wed, 16 Jan 2008 17:07:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/one-day-you-are-here-the-other/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s incredible.
She was here around with us, working with us. Managing the career of people. Of Software Engineer like me.
English: controlled, polite but sociable and engaged and enthusiast in her job.&lt;/p&gt;
&lt;p&gt;Vomiting. Strong Vomiting.
Anyone assumed was just a Virus of the Flue a little bit stronger than usual.&lt;/p&gt;
&lt;p&gt;My Engineering Manager&amp;rsquo;s email of yesterday:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;What Suzanne thought was the sickness and vomiting bug actually turned out
to be a small brain haemorrhage when she went to A&amp;amp;E last Wednesday night.
Martin, Suzanne&amp;rsquo;s husband, called on Thursday to let me know what was
happening and indicated at that time that Suzanne would require an
operation.
On talking to him yesterday it transpired that Suzanne has had a subsequent
haemorrhage on Sunday night&amp;hellip;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-19/</link>
      <pubDate>Fri, 11 Jan 2008 17:01:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-19/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://xkcd.com/369/&#34;&gt;&lt;img alt=&#34;Dangers&#34; loading=&#34;lazy&#34; src=&#34;http://imgs.xkcd.com/comics/dangers.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-16/</link>
      <pubDate>Sat, 05 Jan 2008 13:31:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-16/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://picasaweb.google.com/detronizator/Blog/photo#5151967238957950850&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://lh5.google.com/detronizator/R3926FSJ54I/AAAAAAAAAdc/IR2uYQjU5ho/s800/Holy%20Bible-Warning.jpg&#34;&gt;&lt;/a&gt;
&lt;em&gt;The Holy Bible: The Right Advise ;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href=&#34;http://blog.neminis.org/&#34;&gt;Nemo&lt;/a&gt; for the link!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Before... and After</title>
      <link>https://ivandemarino.me/posts/before-and-after/</link>
      <pubDate>Tue, 01 Jan 2008 16:44:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/before-and-after/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Marriage&#34; loading=&#34;lazy&#34; src=&#34;http://www.grandhotel.cesenatico.fo.it/gallery/matrimonio1a.jpg&#34;&gt;
This comes from my friend Nino aka Sensei aka NinoSoft aka Benedetto. First, in Italian:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;PRIMA DELLE NOZZE&lt;/strong&gt;
lei: Ciao Bernardo!
lui: finalmente! da quanto tempo aspettavo questo momento!
lei: vuoi che vada via?
lui: NO! Come ti viene in mente? Solo a pensarci, rabbrividisco!
lei: Mi ami?
lui: Certamente! a tutte le ore del giorno e della notte!
lei: Mi hai mai tradito?
lui: NO! MAI! perchÈ me lo chiedi?
lei: vuoi baciarmi?
lui: Si, ogni volta che ne ho l&amp;rsquo;occasione!
lei: Saresti mai capace di picchiarmi?
lui: Sei impazzita? Lo sai come sono io!
lei: Posso fidarmi di te?
lui: Si!
lei: Tesoro &amp;hellip;
&lt;strong&gt;7 anni DOPO LE NOZZE&lt;/strong&gt;
basta leggere il testo dal basso in alto&amp;hellip; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Said by...</title>
      <link>https://ivandemarino.me/posts/said-by/</link>
      <pubDate>Sat, 29 Dec 2007 14:36:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/said-by/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip;
Stavo per partire, dovevo andare da mio cugino a Milano. È strano come con chiunque parli, qualunque sia l&amp;rsquo;argomento, appena dici che stai per andartene via ricevi auguri, complimenti e giudizi entusiasti: «È così che si fa. Fai benissimo, lo farei anch&amp;rsquo;io».
Non devi aggiungere dettagli, specificare cosa andrai a fare. Qualunque sia il motivo, sarà migliore di quelli che troverai per continuare a vivere in queste zone.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>La Favola &#34;Illuminata&#34; delle Feste Natalizie</title>
      <link>https://ivandemarino.me/posts/la-favola-illuminata-delle-feste-natalizie/</link>
      <pubDate>Thu, 27 Dec 2007 13:31:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-favola-illuminata-delle-feste-natalizie/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Pino Nicotri&#34; loading=&#34;lazy&#34; src=&#34;http://nicotri.blogautore.espresso.repubblica.it/files/2006/11/nicotri.jpg&#34;&gt;
&lt;a href=&#34;http://blog.neminis.org/&#34;&gt;Nemo&lt;/a&gt; mi segnala tramite IM ed io propongo molto felicemente il link a &lt;a href=&#34;http://nicotri.blogautore.espresso.repubblica.it/2007/12/27/la-favola-del-natale-e-i-due-pesi-e-due-misure-tra-domenica-e-venerdi/&#34;&gt;questo interessante articolo&lt;/a&gt; di &lt;a href=&#34;http://nicotri.blogautore.espresso.repubblica.it/chi-sono/&#34;&gt;Pino Nicotri&lt;/a&gt; dal &lt;a href=&#34;http://nicotri.blogautore.espresso.repubblica.it/&#34;&gt;suo Blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ecco un &amp;ldquo;antipasto&amp;rdquo; per invogliarvi alla interessante lettura:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ora che l’abboffata consumistica natalizia è passata, o quasi, vale la pena ricordare che il Natale, inteso come nascita verginale di un Dio destinato a salvare l’umanità, ha almeno 5.000 anni. Nel mondo mediterraneo e del Vicino e Medio Oriente si contano a decine gli dei nati da una vergine e in una grotta, uccisi per amore del genere umano e per esso resuscitati. Il mito di Apollo/Dioniso è forse il più bello, crocifisso anche lui. Tutte queste divinità, compreso Gesù, nascono ovviamente in una grotta per il semplice motivo che questa rappresenta evidentemente l’utero femminile: per l’esattezza, l’utero della Madre Terra, divinità primigenia che nel mondo Mediterraneo benché sdradicata col ferro e col sangue è sopravvissuta – o risorta? – in una infinità di simboli. La Chiesa usa dire che il cristianesimo è l’unica religione “rivelata”, cioè portata, annunciata e spiegata da Dio in persona, in questa caso nella fattispecie di Gesù, ma è un falso clamoroso anche questo. Basti pensare che il Dio degli etruschi nasce – già adulto – dal solco tracciato da un aratro di un contadino dell’Etruria e subito “rivela” i segreti della religione da lui annunciata, porta cioè anche lui in suo vangelo (parola che, appunto, non significa altro che “annuncio”). Da notare che il solco tracciato dall’aratro nella terra – e che si chiama “ara” perché viene fatto con l’aratro – è chiaramente l’allegoria della vagina femminile. Se Gesù nasce bambino da un vergine e in una grotta, assai più saggiamente il Dio etrusco nasce da un’ara e già adulto, evitando così l’amarezza di una Madonna che – ufficialmente – non godrà mai le gioie del sesso e l’umiliazione di un Giuseppe padre putativo, cioè non carnale, con tutto ciò che di assurdo, misogino, maschilista e castrante questo comporta nella religione ed educazione cristiana, cattolica in particolare.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Said by...</title>
      <link>https://ivandemarino.me/posts/said-by-3/</link>
      <pubDate>Tue, 25 Dec 2007 16:27:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/said-by-3/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;[About Christmas]&amp;hellip;
Please take the time to rest when the work is done.
Remember, the difference between humans and computers is that our uptime is a function of our downtime.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Jonathan Schwartz&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/2/2b/Jonathan_Schwartz.jpg&#34;&gt;
President and CEO of &lt;a href=&#34;http://en.wikipedia.org/wiki/Sun_Microsystems&#34;&gt;Sun Microsystems&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sono &#34;Entrambi&#34; corretti ;)</title>
      <link>https://ivandemarino.me/posts/sono-entrambi-corretti/</link>
      <pubDate>Mon, 24 Dec 2007 02:00:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/sono-entrambi-corretti/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;ins&gt;Lemma&lt;/ins&gt;: entrambi&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;ins&gt;Sillabazione/Fonetica&lt;/ins&gt;: [en-tràm-bi]&lt;/li&gt;
&lt;li&gt;&lt;ins&gt;Etimologia&lt;/ins&gt;: Dal lat. i°nter a°mbos &amp;lsquo;fra tutti e due&amp;rsquo;&lt;/li&gt;
&lt;li&gt;&lt;ins&gt;Definizione&lt;/ins&gt;: ant. entrambo o intrambo o intrambi, &lt;strong&gt;pron. m. pl. [f. entrambe] tutti e due&lt;/strong&gt;, ambedue: sono partiti entrambi || Usato anche come agg. , seguito dall&amp;rsquo;art. determ.: entrambi i lati.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Yin Yang&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/autoblog/yin_yang_vw.jpg&#34;&gt;
&lt;em&gt;Yin Yang: [en:VW] Style&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;altro giorno con &lt;a href=&#34;http://blog.neminis.org/&#34;&gt;Vincenzo&lt;/a&gt; si discuteva su &amp;ldquo;entrambi vs. entrambe&amp;rdquo; e io non riuscivo ancora bene a farmene una ragione. Ho quindi cercato sul garzanti ed il risultato e&amp;rsquo; riportato sopra.
La conclusione: maschile (o misto) &amp;ldquo;entrambi&amp;rdquo;, femminile &amp;ldquo;entrambe&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Presepe di Natale 2007</title>
      <link>https://ivandemarino.me/posts/presepe-di-natale-2007/</link>
      <pubDate>Sun, 23 Dec 2007 13:29:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/presepe-di-natale-2007/</guid>
      <description>&lt;p&gt;&lt;embed type=&#34;application/x-shockwave-flash&#34; src=&#34;http://picasaweb.google.com/s/c/bin/slideshow.swf&#34; width=&#34;400&#34; height=&#34;267&#34; flashvars=&#34;host=picasaweb.google.com&amp;captions=1&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fdetronizator%2Falbumid%2F5147142130963703409%3Fkind%3Dphoto%26alt%3Drss&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;Siccome sembra che qui &lt;a href=&#34;http://secretum.neminis.org/natale.html&#34;&gt;tutti&lt;/a&gt; &lt;a href=&#34;http://sbarbaroblog.blogspot.com/2007/12/odissea-ragali.html&#34;&gt;si&lt;/a&gt; siano fatti prendere dall&amp;rsquo;Amore Natalizio, eccovi il mio contributo: ormai a casa mia non sono piu&amp;rsquo; io a fare il presepe, ma i miei fratelli. Adriano per la precisione (Marcello e&amp;rsquo; troppo sfaticato&amp;hellip;).&lt;/p&gt;
&lt;p&gt;Angurie a Tutti! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>InterLeccazione Telefonica: Sacca&#39; e berlusca</title>
      <link>https://ivandemarino.me/posts/interleccazione-telefonica-sacca-e-berlusca/</link>
      <pubDate>Thu, 20 Dec 2007 19:46:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/interleccazione-telefonica-sacca-e-berlusca/</guid>
      <description>&lt;object classid=&#34;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#34; codebase=&#34;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&#34; width=&#34;335&#34; height=&#34;85&#34; id=&#34;divplaylist&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.divshare.com/flash/playlist?myId=3178940-7a8&#34; width=&#34;335&#34; height=&#34;85&#34; name=&#34;divplaylist&#34; type=&#34;application/x-shockwave-flash&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Agostino Sacca&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/tvblog/agostinosacc_01.jpg&#34;&gt;
&lt;a href=&#34;http://espresso.repubblica.it/dettaglio/Pronto-Silvio-sono-Sacca/1917587&#34;&gt;La trascrizione su L&amp;rsquo;Espresso&lt;/a&gt;.
&amp;hellip;
Ma penso che sia meglio riportarla anche qui giusto per fregare chi cerchera&amp;rsquo; di farla scomparire dal sito web.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Pronto Silvio, sono Saccà
Il testo e l’audio della conversazione tra il manager Rai e il Cavaliere: “Lei è amato nel paese, glielo dico senza piangeria”. Dai giochi in azienda, alla fissa di Bossi per il Barbarossa fino alle scritture per le attrici: “Sto cercando di avere la maggioranza in Senato”&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prelude du Fornication</title>
      <link>https://ivandemarino.me/posts/prelude-du-fornication/</link>
      <pubDate>Wed, 12 Dec 2007 15:04:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/prelude-du-fornication/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/wp-content/uploads/2007/12/image001.gif&#34;&gt;&lt;img alt=&#34;Prelude du Fornication&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/12/image001.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Hero</title>
      <link>https://ivandemarino.me/posts/my-hero/</link>
      <pubDate>Sat, 01 Dec 2007 13:57:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-hero/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Espresso&#34; loading=&#34;lazy&#34; src=&#34;http://www.thealarmclock.com/euro/images/espresso.jpg&#34;&gt;
&lt;em&gt;My Hero: Classic Italian Espresso&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;My Hero is Black,
with a Brown hat and
Penetrating smell.
My Hero is Strong,
when I feel that he is around
my mind suddenly turn on like a light bulb.
My Hero is Italian,
because is the only place where his taste is Strong Enough for Me.
My Hero helps me everyday:
without him no jobs would be easy enough.
My Hero is a Man,
because the Woman is the Sugar.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Advices of a Jerk</title>
      <link>https://ivandemarino.me/posts/advices-of-a-jerk/</link>
      <pubDate>Fri, 30 Nov 2007 15:46:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/advices-of-a-jerk/</guid>
      <description>&lt;object classid=&#34;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#34; codebase=&#34;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&#34; width=&#34;335&#34; height=&#34;85&#34; id=&#34;divplaylist&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.divshare.com/flash/playlist?myId=2947638-f0b&#34; width=&#34;335&#34; height=&#34;85&#34; name=&#34;divplaylist&#34; type=&#34;application/x-shockwave-flash&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Advices of a Jerk&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I have as much qualities as deficiencies,
I would miss virtues.
But an Older Brother is not every time right,
just Older.
And I know how to badger you about everything,
it is clear I should stop,
but for your unluckiness
I have no sons and I have to bring to you Advices of a Jerk.
&lt;em&gt;If they say to stand up, sit down
and when they sit down, stand up.
Do not believe only in what you can see
Pursuit you dreams as long as you believe they are true.&lt;/em&gt;
And, suddenly, everyone will be your friend
They will say to love you for what you are
but they will want only to have a piece of what you have.
But
&lt;strong&gt;There will be Mom forever.
She has younger eyes than us.
With here you&amp;rsquo;ll have precious days,
stay with her as much as you can.&lt;/strong&gt;
Don&amp;rsquo;t care if models or salesgirls,
or some girls will make fun of you.
Look after them as Princesses,
you will be a King.
&lt;em&gt;If they say to stand up, sit down
and when they sit down, stand up.
Do not believe only in what you can see
Pursuit you dreams as long as you believe in them.&lt;/em&gt;
They will insult you yelling, so You laugh.
They will close your mough, so You write.
If they will hit you and they will impose you prohibitions
You mock them and sing their secrets.
You have my determination to make every mistake
before to learn from them.
But sometimes it&amp;rsquo;s not worthed the price,
as when you were playing in the courtyard
and was my duty to look after you&amp;hellip;
or at least try to.
You will do as you wish.
You will follow your idea.
Let&amp;rsquo;s do a turn around the buoy,
also if there is high tide.
It&amp;rsquo;s a vice of our family,
like this Advices of a Jerk.
&lt;em&gt;If they say to stand up, sit down
and when they sit down, stand up.
Do not believe only in what you can see
Pursuit you dreams as long as you make them true.&lt;/em&gt;
And then, when the party is over
everyone will go away.
You will finally realize that what is still their is enough
and, yeah, that&amp;rsquo;s your home.
They will insult you yelling, so You laugh.
They will close your mough, so You write.
If they will hit you and they will impose you prohibitions
You mock them and sing their secrets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPhone americano gratis? Prova a prenderlo!</title>
      <link>https://ivandemarino.me/posts/iphone-americano-gratis-prova-a-prenderlo/</link>
      <pubDate>Tue, 27 Nov 2007 14:17:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iphone-americano-gratis-prova-a-prenderlo/</guid>
      <description>&lt;p&gt;Su consiglio del mio amico Nemo, prendo subito parte a questa simpatica quanto semplice iniziativa: i ragazzi di &lt;a href=&#34;http://www.theapplelounge.com/&#34;&gt;TheAppleLounge&lt;/a&gt;regalano un &lt;a href=&#34;http://www.theapplelounge.com/iphone/the-apple-lounge-regala-un-iphone/&#34;&gt;iPhone&lt;/a&gt; ad estrazione.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.theapplelounge.com/iphone/the-apple-lounge-regala-un-iphone/&#34;&gt;&lt;img alt=&#34;TheAppleLounge contest&#34; loading=&#34;lazy&#34; src=&#34;http://www.theapplelounge.com/wp-content/uploads/2007/11/6e0de96e0da3029c.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Le regole per partecipare&amp;hellip; &lt;a href=&#34;http://www.theapplelounge.com/iphone/the-apple-lounge-regala-un-iphone/&#34;&gt;le trovate sul loro blog&lt;/a&gt; ;)&lt;/p&gt;
&lt;p&gt;Perche&amp;rsquo; non partecipare? (&amp;hellip; per non diminuire ancora ulteriormente le possibilita&amp;rsquo; di vittoria, stupido!!! -_- )&lt;/p&gt;</description>
    </item>
    <item>
      <title>HTML 5: I still love the Web</title>
      <link>https://ivandemarino.me/posts/html-5-i-still-love-the-web/</link>
      <pubDate>Thu, 22 Nov 2007 19:56:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/html-5-i-still-love-the-web/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;HTML&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/thumb/8/84/HTML.svg/275px-HTML.svg.png&#34;&gt;
Who knows me better, knows that I love the [en:WWW|Web]. So, I was seeking for info about the next generation of web.&lt;/p&gt;
&lt;p&gt;What I mean with &amp;ldquo;next generation&amp;rdquo;? I mean &amp;ldquo;what we can expect to see in the future&amp;rdquo;.
And the best place, is to go were people (with good skills) go and start to discuss and brainstorm about this stuff.&lt;/p&gt;
&lt;p&gt;I found a very interesting pre-RFC: &lt;a href=&#34;http://www.whatwg.org/specs/web-apps/current-work/multipage/&#34;&gt;HTML 5 Working Draft&lt;/a&gt;.
All the amazing and cool stuff are coming are there and is pointless for me to report them (just one: &lt;strong&gt;Client-Side Persistency!!!&lt;/strong&gt; COOOOL!). But it&amp;rsquo;s interesting to see WHO is working on this. I mean, who is ALREADY thinking about what we will have in the &amp;ldquo;next World Wide Web&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What I hate the most?</title>
      <link>https://ivandemarino.me/posts/what-i-hate-the-most/</link>
      <pubDate>Thu, 22 Nov 2007 11:34:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/what-i-hate-the-most/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Edit 2007-11-23:&lt;/strong&gt; Is it normal that my guy that sit on my right is cutting is nails? -_-&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;When a &amp;ldquo;person&amp;rdquo; makes a lot of &lt;strong&gt;unpleasant noise&lt;/strong&gt; sipping his/her drink. Almost everytime it happens with hot drinks.
When a &amp;ldquo;person&amp;rdquo; produce a lot of &lt;strong&gt;strange sounds&lt;/strong&gt; with his/her mouth chewing.
When a &amp;ldquo;person&amp;rdquo; &lt;strong&gt;fart and/or burp&lt;/strong&gt; in public without begging for pardon.
&amp;hellip; In general, I hate who is not &lt;strong&gt;well-mannered&lt;/strong&gt;. At least, in public and/or in a place where not everyone is a close friend.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Uccidi tua moglie, fai prima!</title>
      <link>https://ivandemarino.me/posts/uccidi-tua-moglie-fai-prima/</link>
      <pubDate>Mon, 19 Nov 2007 18:05:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/uccidi-tua-moglie-fai-prima/</guid>
      <description>&lt;p&gt;Interessante analisi sulla [it:Giustizia] di [it:Marco_Travaglio|Travaglio] ad [it:Anno Zero].&lt;/p&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/Ed4osHA0i1k&amp;rel=1&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; Marco Travaglio - Giustizia Italiana
&lt;strong&gt;Abstract:&lt;/strong&gt; Marco Travaglio parla di giustizia ad AnnoZero
&lt;/blockquote&gt;
&lt;p&gt;PS Prima che lo diciate, lo so che e&amp;rsquo; OLD&amp;hellip; ma mi faceva piacere &lt;strong&gt;farvi fare due risate sulla giustizia italiana&lt;/strong&gt;&amp;hellip; -_-&lt;/p&gt;</description>
    </item>
    <item>
      <title>Don&#39;t get bored to death or the Queen will sue you!</title>
      <link>https://ivandemarino.me/posts/don-t-get-bored-to-death-or-the-queen-will-sue-you/</link>
      <pubDate>Fri, 09 Nov 2007 19:52:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/don-t-get-bored-to-death-or-the-queen-will-sue-you/</guid>
      <description>&lt;p&gt;Sounds impossible? Depends on WHERE you get bored. Please, do do it in the [en:House of Parliament].&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[en:LONDON] (AFP) - [en:Queen Elizabeth II]&amp;rsquo;s speech in the [en:British Parliament] Tuesday may have been routine but at least nobody got bored to death. That would have been against the law.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dying in parliament is an offence and is also by far the most absurd law in [en:Britain], according to a survey of nearly 4,000 people by a television channel showing a legal drama series.
And though the lords were clad in their red and white ermine cloaks and ambassadors from around the world wore colourful national costumes, at least nobody turned up in a suit of armour. Illegal.
Other rules deemed utterly stupid included one that permits a pregnant woman to urinate in a policeman&amp;rsquo;s hat and murdering bow-and-arrow-carrying Scotsmen within the city walls of York, northern England.
A law stating that in [en:Liverpool], only a clerk in a tropical fish store is allowed to be publicly topless, was also ridiculous, said a poll of 3,931 people for UKTV Gold television out Tuesday.
Nearly half of those surveyed admitted to breaking the ban on eating mince pies on Christmas Day, which dates back to the 17th century and was originally designed to outlaw gluttony during the rule of the Puritan [en:Oliver Crowmell].
The laws and other regulations were culled from published research into ancient legislation that has never been repealed although subsequent statutes have rendered them obsolete.
Respondents were given a shortlist and asked to vote.
Most ridiculous British law:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Guinness Domino ads</title>
      <link>https://ivandemarino.me/posts/guinness-domino-ads/</link>
      <pubDate>Fri, 09 Nov 2007 17:50:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/guinness-domino-ads/</guid>
      <description>&lt;p&gt;After a lot of unmotivated comments (for the quality of the Movie itself) about &lt;a href=&#34;http://www.detronizator.org/2006/08/20/domino-harvey-storia-vera/&#34;&gt;my post about Domino Harvey&lt;/a&gt;, I finally have another Domino to talk about.&lt;/p&gt;
&lt;p&gt;This is an ads going on in the UK TV. It&amp;rsquo;s from &lt;a href=&#34;http://en.wikipedia.org/wiki/Guinness&#34;&gt;Guinness&lt;/a&gt;, one of the most strong-tasty (I say &amp;ldquo;not very much good tasty&amp;rdquo;), beer that you can find in any pub here.
But the advert is very very good ;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/oiZuTkAk2js&amp;rel=1&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; Guinness Tipping Point Domino advert
&lt;strong&gt;Abstract:&lt;/strong&gt; New Guinness Advert - only previously available to those who solved the puzzles on the Guinness website!&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Miei Pensieri Fissi</title>
      <link>https://ivandemarino.me/posts/i-miei-pensieri-fissi/</link>
      <pubDate>Thu, 08 Nov 2007 15:02:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-miei-pensieri-fissi/</guid>
      <description>&lt;p&gt;Sono loro. Sono sempre e solo loro.
Patrizia, Fabio, Lorena, &lt;strong&gt;Adriano&lt;/strong&gt; e &lt;strong&gt;Marcello&lt;/strong&gt;.
Perche&amp;rsquo; in grassetto gli ultimi due? Perche&amp;rsquo; sono certo che loro sono quelli che soffrono piu&amp;rsquo; di tutti la mia mancanza. Loro sono i miei piccoli (ma non diteglielo che si arrabbiano, ormai sono degli ometti!!! :) ) fratelli-un-poco-figli.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/wp-content/uploads/2007/11/adriano.jpg&#34;&gt;&lt;img alt=&#34;Adriano&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/11/adriano.jpg&#34;&gt;&lt;/a&gt;
&lt;em&gt;Adriano: Le femmine non mancano, anche perche&amp;rsquo; ha cominciato a capire come gestire il suo fascino esagerato! ;)&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>La Vita Sessuale dell&#39;Elettrone</title>
      <link>https://ivandemarino.me/posts/la-vita-sessuale-dell-elettrone/</link>
      <pubDate>Fri, 26 Oct 2007 13:13:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-vita-sessuale-dell-elettrone/</guid>
      <description>&lt;p&gt;Una piccola pausa ci vuole. E ci vuole una di quelle &amp;ldquo;in italiano&amp;rdquo;. Dove l&amp;rsquo;ironia risulta più semplice &amp;ldquo;da coniare e da comprendere&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://it.wikipedia.org/wiki/Elettrone&#34;&gt;&lt;img alt=&#34;Elettrone&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/c/cf/HAtomOrbitals.png&#34;&gt;&lt;/a&gt;
&lt;em&gt;Elettrone&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Con piacere quindi vi propongo la seguente &amp;ldquo;storiella&amp;rdquo;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;LA VITA SESSUALE DELL&amp;rsquo;ELETTRONE ©&lt;/strong&gt;
by &lt;em&gt;keroppi&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Una notte, sentendosi molto caricato, Mister Farad decise di invitare Miss Amp - un&amp;rsquo;amica del gruppo elettrogeno con cui era spesso in contatto - a fare un giro sul suo ciclotrone.
Attratto dalla curva caratteristica di Miss Amp, Mr Farad passò subito a uno stato di eccitazione: la condusse nei pressi di un flusso di corrente che scorreva in mezzo a un campo magnetico e tutto galvanizzato le disse: &amp;ldquo;Qui saremo isolati e non ci saranno interferenze.&amp;rdquo;
&amp;ldquo;Ah! Sei un invertitore!&amp;rdquo; gridò Miss Amp scandalizzata.
&amp;ldquo;Mi hai calamitato. Ogni volta che ti vedo ho degli implusi di tensione: sento che tra noi c&amp;rsquo;è un flusso di corrente continua,&amp;rdquo; le disse Mr Farad per diminuire la sua suscettanza.
&amp;ldquo;Ma tu mi comunichi una carica negativa!&amp;rdquo; protestò miss Amp, che voleva temporizzare.
&amp;ldquo;Andiamo&amp;hellip; non opporre riluttanza, &amp;quot; disse Mr Farad.
&amp;ldquo;E allora mostrami il tuo potenziale!&amp;rdquo; ribattè Miss Amp.
A quel punto Mr Farad non ebbe bisogno di raddrizzatori: dopo averla presa e messa a terra, abbassò la sua resistenza, e si inserì in parallelo.(*)
&amp;ldquo;Quando hai il megaciclo?&amp;rdquo; le chiese.
&amp;ldquo;Non temere: uso la spira,&amp;rdquo; disse lei.
La frequenza delle vibrazioni aumentò. Miss Amp ebbe degli effluvi. L&amp;rsquo;intensità raggiunse il massimo. Non vi furono ritardi di fase.
&amp;ldquo;Ohm&amp;hellip; ohm&amp;hellip; &amp;quot; gemette Miss Amp andando in corto circuito.
Mr Farad ebbe una disrupzione e Miss Amp fu satura. L&amp;rsquo;eccesso di calore li aveva scaricati, e vi fu una caduta di tensione.
&amp;ldquo;Siamo una termocoppia perfetta,&amp;rdquo; disse Mr Farad.
Continuarono a scambiarsi i flussi per tutta la notte, provando differenti connessioni.
Miss Amp si applicò anche un oscillatore sul solenoide: &amp;ldquo;Lo uso spesso quando pratico l&amp;rsquo;autoinduzione,&amp;rdquo; spiegò.
Continuarono finché la barra magnetica di Mr Farad non perse la sua forza ettromotrice.
&amp;ldquo;La prossima volta faremo un triodo,&amp;rdquo; disse Miss Amp, che era tarata.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Giorni Dispari</title>
      <link>https://ivandemarino.me/posts/giorni-dispari/</link>
      <pubDate>Tue, 23 Oct 2007 15:09:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/giorni-dispari/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;355&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/hqqarkC3CRk&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;355&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; Giorni Dispari (Divenire Tour2007)
&lt;strong&gt;Author:&lt;/strong&gt; Ludovico Einaudi
&lt;/blockquote&gt;
&lt;p&gt;The piano is a &amp;ldquo;frightening&amp;rdquo; instrument for me. I have a lot of walls. I have thousands of bricks making these walls. I have my castle that helps me to fight against all the bad things. But the piano is like an earthquake that destroy everything around. And it leaves me alone with my self.
A terrible comparison between the exterior me and the interior me.
Two sides of the same person, that can&amp;rsquo;t live together in the same place: at least one must die. Or disappear.&lt;/p&gt;</description>
    </item>
    <item>
      <title>101 days in the Big City</title>
      <link>https://ivandemarino.me/posts/101-days-in-the-big-city/</link>
      <pubDate>Tue, 23 Oct 2007 10:58:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/101-days-in-the-big-city/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Taipei 101&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/0/00/101.portrait.altonthompson.jpg&#34;&gt;
&lt;em&gt;&lt;strong&gt;Taipei 101&lt;/strong&gt;: The tallest building in the world since 2004&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This is my 101 days. Writing a post on the 100 (&lt;a href=&#34;http://www.detronizator.org/2007/07/31/50-days-in-the-big-city/&#34;&gt;50&lt;/a&gt; * 2) was just too obvious ;)&lt;/p&gt;
&lt;p&gt;A lot of things are changed, and a lot are still changing. My life is stable like an Elephant on the point of a needle.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;http://www.symbian.com/&#34;&gt;Big City&lt;/a&gt; has giving a lot to my &amp;ldquo;maturation process&amp;rdquo; as Software Engineer, but &lt;em&gt;it&amp;rsquo;s not just gold because it sparkle&lt;/em&gt;, is it? &lt;strong&gt;But it worth it&lt;/strong&gt;. We come out of University thinking &amp;ldquo;we deserve the best&amp;rdquo;, but we don&amp;rsquo;t. At least, &lt;strong&gt;we don&amp;rsquo;t yet&lt;/strong&gt;. I&amp;rsquo;m figuring out, every day much more clearly, that University is just a gym, and whatever we did there, it is just not enough for the business world.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stroustrup: an overview about C&#43;&#43;0x</title>
      <link>https://ivandemarino.me/posts/stroustrup-an-overview-about-c-0x/</link>
      <pubDate>Mon, 22 Oct 2007 13:00:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/stroustrup-an-overview-about-c-0x/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Dr. B. Stroustrup&#34; loading=&#34;lazy&#34; src=&#34;http://www.technologyreview.com/files/8740/0107Q_A_1b.tif.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A good programming language is far more than a simple collection of features. My ideal is to provide a set of facilities that smoothly work together to support design and programming styles of a generality beyond my imagination. Here, I briefly outline rules of thumb (guidelines, principles) that are being applied in the design of [en:C++0x]. Then, I present the state of the standards process (we are aiming for C++09) and give examples of a few of the proposals such as concepts, generalized initialization, being considered in the ISO [en:C++] standards committee. Since there are far more proposals than could be presented in an hour, I&amp;rsquo;ll take questions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-30/</link>
      <pubDate>Fri, 05 Oct 2007 14:37:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-30/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;366&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/vt4X7zFfv4k&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;366&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; Comedy Football
&lt;strong&gt;Comment:&lt;/strong&gt; ROTFL!!!
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>House 04x01</title>
      <link>https://ivandemarino.me/posts/house-04x01/</link>
      <pubDate>Wed, 03 Oct 2007 00:49:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/house-04x01/</guid>
      <description>&lt;p&gt;English: Beautiful!!!&lt;/p&gt;
&lt;p&gt;Napoletano: Ruoss!!! Nu capaton allucinant!!!&lt;/p&gt;
&lt;p&gt;American: Cooooool!!!&lt;/p&gt;
&lt;p&gt;Italiano: La prima puntata della quarta serie dimostra da subito che gli autori hanno ancora diverse frecce al loro arco. E sono pronti a scagliarle al momento più opportuno. In particolare, un paio di elementi sono stati solamente accennati, senza entrare troppo nei dettagli. Questo suggerisce tutta una serie di possibili risvolti, e regala al telespettatore la sensazione di stare assistendo all&amp;rsquo;inizio di un&amp;rsquo;altra grande annata per House M.D..&lt;/p&gt;</description>
    </item>
    <item>
      <title>585 consecutive minutes among Heroes</title>
      <link>https://ivandemarino.me/posts/585-consecutive-minutes-among-heroes/</link>
      <pubDate>Sun, 30 Sep 2007 18:23:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/585-consecutive-minutes-among-heroes/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 2007-10-02:&lt;/strong&gt;
I just discovered that [en:NBC] has released, during all the Heroes series, graphic novels that &amp;ldquo;complete&amp;rdquo; the Heroes story. More details [en:List_of_Heroes_graphic_novels|here].&lt;/p&gt;
&lt;p&gt;Good stuff NBC!!!&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;WOW. I&amp;rsquo;m addicted. Another time.&lt;/p&gt;
&lt;p&gt;On June 200&lt;strong&gt;7&lt;/strong&gt; my friend Nemo wrote a post about his new addiction, [en:Heroes_(TV series)|Heroes], a brand new american TV Serial:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Heroes is an American science fiction drama television series, created by Tim Kring, which premiered on NBC on September 25, 2006. The show tells the story of several people who &amp;ldquo;thought they were like everyone else&amp;hellip; until they realized they have incredible abilities&amp;rdquo; such as telepathy, time travel, flight and spontaneous regeneration. These people soon realize they have a role in preventing a catastrophe and saving mankind. The series emulates the writing style of American comic books with short, multi-episode story arcs that build upon a larger, more encompassing arc. Kring said &amp;ldquo;we have talked about where the show goes up to five seasons.&amp;rdquo;
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>English Humor</title>
      <link>https://ivandemarino.me/posts/english-humor/</link>
      <pubDate>Sun, 30 Sep 2007 00:25:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/english-humor/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;There was once a man who had 2 horses, but he couldn&amp;rsquo;t tell them apart.
So he cut the tail off one, but it didn&amp;rsquo;t work, because it grew again.
So he cut the mane off one, but it didn&amp;rsquo;t work, because it grew again.
Then he misured them, and he found that the black hourse was 4cm shorter than the white horse.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;-_-&lt;/p&gt;
&lt;p&gt;P.S. This &amp;ldquo;joke&amp;rdquo; was used (in an interesting teaching way) during my first lesson for the &lt;a href=&#34;http://en.wikipedia.org/wiki/English_language_learning_and_teaching&#34;&gt;ESOL L1&lt;/a&gt; course in the [en:Southwark College], just started today.
P.P.S. I know: it&amp;rsquo;s a shame to have a course in Saturday, at 9:30, when you are supposed to sleep. But, what can I do?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stephen Fry has opened a Blog</title>
      <link>https://ivandemarino.me/posts/stephen-fry-has-opened-a-blog/</link>
      <pubDate>Sun, 30 Sep 2007 00:18:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/stephen-fry-has-opened-a-blog/</guid>
      <description>&lt;p&gt;From [en:Stephen_Fry|Wikipedia]:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Stephen John Fry (born 24 August 1957) is an English comedian, writer, actor, novelist, filmmaker and television personality. The former comedy collaborator of [en:Hugh Laurie], he is also the host of the television panel game [en:QI].&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I like this man. I discovered him thanks to &lt;a href=&#34;http://www.detronizator.org/search/laurie&#34;&gt;Laurie&lt;/a&gt;, and reading and watching him I discovered that he is great on his own.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Fry and FryPhone&#34; loading=&#34;lazy&#34; src=&#34;http://www.stephenfry.com/blog/wp-content/uploads/2007/09/untitled-6.jpg&#34;&gt;
&lt;em&gt;Fry and his FryPhone (is not my idea: is him)&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il potere da sempre alla testa</title>
      <link>https://ivandemarino.me/posts/il-potere-da-sempre-alla-testa/</link>
      <pubDate>Sat, 29 Sep 2007 23:43:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-potere-da-sempre-alla-testa/</guid>
      <description>&lt;p&gt;Uno dei rapporti di forza a cui ogni uomo dovrebbe sempre stare attento è quello tra il potere che ha ed il potere che può gestire. La bilancia dovrebbe pendere SEMPRE dal secondo: questo ci rende ancora &amp;ldquo;uomini buoni&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Ma la storia è da sempre scritta da chi col potere si è prima &amp;ldquo;dissetato&amp;rdquo;, e poi &amp;ldquo;&lt;a href=&#34;http://www.beppegrillo.it/2007/09/il_capro_espiat.html&#34;&gt;ubriacato&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Vincenzo Conciatori - Il Potere&#34; loading=&#34;lazy&#34; src=&#34;http://www.modulazioni.it/immagini/Autori/vincenzo%20conciatori_Il%20Potere.jpg&#34;&gt;
&lt;em&gt;Vincenzo Conciatori - Il Potere&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Caro mio Grillo, ha ragione &lt;a href=&#34;http://www.danieleluttazzi.it/node/312&#34;&gt;Daniele Luttazzi a mandarti a Cagare&lt;/a&gt;. Questo non cancella il messaggio veicolato dal V-Day e tutto quello che è seguito. Ma aiuta ad aggiungerne uno nuovo, che tante persone hanno DA SUBITO cercato di sottolineare:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simpsonized Detro</title>
      <link>https://ivandemarino.me/posts/simpsonized-detro/</link>
      <pubDate>Sat, 22 Sep 2007 22:14:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/simpsonized-detro/</guid>
      <description>&lt;p&gt;My friend Manu, after she has &lt;a href=&#34;http://www.simpsonizeme.com/&#34;&gt;Simpsonized&lt;/a&gt; &lt;a href=&#34;http://blog.neminis.org/&#34;&gt;her boyfriend&lt;/a&gt; &lt;a href=&#34;http://secretum.neminis.org/siamo-la-coppia-piu-bella-del-web.html&#34;&gt;and her self&lt;/a&gt;, she wasted her time Simpsonizing Me! :)&lt;/p&gt;
&lt;p&gt;Here is the result:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Simpsonized Detro&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/09/simpsonized-detro.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Yeah, &lt;a href=&#34;http://www.detronizator.org/2007/09/15/jigsaw-autopsy/&#34;&gt;I have the face of a Serial Killer&lt;/a&gt;, haven&amp;rsquo;t I? Or&amp;hellip; just of a &amp;ldquo;pesc eh nicolò&amp;rdquo; (sorry, I can&amp;rsquo;t translate it)!&lt;/p&gt;</description>
    </item>
    <item>
      <title>JigSaw autopsy</title>
      <link>https://ivandemarino.me/posts/jigsaw-autopsy/</link>
      <pubDate>Sat, 15 Sep 2007 18:21:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jigsaw-autopsy/</guid>
      <description>&lt;p&gt;Saw 4 is on is way. And who LOVE this series knows that will be very very&amp;hellip; very difficult to make something better than the previous movies. But this clip, with the autopsy of JigSaw, is just PERFECT!!!
Everything as usual: &lt;strong&gt;unexpected and bleeding&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Probably&amp;hellip; a little bit of spoilering&amp;hellip; or not? I think not! Take a look and let me know.&lt;/p&gt;
&lt;p&gt;By the way, I putted it after &amp;ldquo;continue&amp;hellip;&amp;rdquo; because the images very horrifying (I&amp;rsquo;d say &amp;ldquo;amazing&amp;rdquo;, but someone will think I&amp;rsquo;m a Serial Killer ;-) ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Clive Owen shakes Madonna</title>
      <link>https://ivandemarino.me/posts/clive-owen-shakes-madonna/</link>
      <pubDate>Sat, 15 Sep 2007 18:14:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/clive-owen-shakes-madonna/</guid>
      <description>&lt;p&gt;This short movie is not very &amp;ldquo;about&amp;rdquo; [en:BMW], but no one will forget it!!!&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;353&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/srrbvNNUKrA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;353&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; BMW M5 with Madonna
&lt;strong&gt;Abstract:&lt;/strong&gt; BMW M5 commercial with Madonna very funny and sweet ass car.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.cineblog.it/post/7122/madonna-e-clive-owen-per-bmw&#34;&gt;cine|blog.it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My iPod Video 30GB on eBay</title>
      <link>https://ivandemarino.me/posts/my-ipod-video-30gb-on-ebay/</link>
      <pubDate>Wed, 12 Sep 2007 22:18:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-ipod-video-30gb-on-ebay/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 2007-09-14:&lt;/strong&gt;
&lt;a href=&#34;http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&amp;amp;rd=1&amp;amp;item=290160762876&amp;amp;ssPageName=STRK:MESE:IT&amp;amp;ih=019&#34;&gt;I re-listed it on eBay&lt;/a&gt; because they contacted me and said that I&amp;rsquo;ll receive my money for the 2 auction back. As usual, eBay has a great Customer Care (or, at least, this is my present and past experience about that).&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Update 2007-09-12:&lt;/strong&gt; I sold it twice. Twice was a spoof/fake. :(&lt;/p&gt;
&lt;p&gt;A fake account on &lt;a href=&#34;http://www.ebay.co.uk&#34;&gt;eBay&lt;/a&gt; bought it with the option &amp;ldquo;Buy Now&amp;rdquo;. Then he asked to me to send the product in Africa (Nigeria) and asked to me to pay with PayPal. In the beginning I thought it was strange&amp;hellip; but with the money, I would sell also in Nicaragua.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-7/</link>
      <pubDate>Wed, 12 Sep 2007 22:09:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-7/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://lwn.net/Articles/248891/&#34;&gt;&lt;img alt=&#34;Kernel Summit 2007&#34; loading=&#34;lazy&#34; src=&#34;http://lwn.net/images/conf/lce2007/ks-annot.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just a bunch of geniuses (that make one of the best things in the world of [en:Information Technology]) ;) . This picture was taken during the last &lt;a href=&#34;http://lwn.net/Articles/KernelSummit2007/&#34;&gt;Kernel Summit 2007&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://pollycoke.wordpress.com/2007/09/12/facce-da-kernel/&#34;&gt;PollyCoke&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-13/</link>
      <pubDate>Wed, 12 Sep 2007 21:51:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-13/</guid>
      <description>&lt;p&gt;I posted &lt;a href=&#34;http://www.detronizator.org/2006/11/10/video-of-the-day-13/&#34;&gt;a lot of time ago a promotional-candid-camera from Shell+Ferrari&lt;/a&gt;. The main character was the &lt;strong&gt;Great&lt;/strong&gt; [en:Michael Schumacher].&lt;/p&gt;
&lt;p&gt;Today I received an email from:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Steven Field
Online Advocacy
Edelman
Washington, DC&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;He says he work with Edelman doing online public relationship for [en:Shell_Oil_Company|Shell]. And that Shell has done other candid camera, this time with [en:Felipe Massa].&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;353&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/W2G73fpxPYY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;353&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;strong&gt;Title:&lt;/strong&gt; Felipe Massa: Shell Station Video Star
&lt;strong&gt;Abstract:&lt;/strong&gt; Shell Formula One driver Felipe Massa surprises some patrons filing up at a Shell station.
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>HiEuro 0.2</title>
      <link>https://ivandemarino.me/posts/hieuro-0-2/</link>
      <pubDate>Sun, 09 Sep 2007 11:43:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hieuro-0-2/</guid>
      <description>&lt;p&gt;Here we are. 0.2.
0.2 of nothing but a &amp;ldquo;&lt;em&gt;divertissment&lt;/em&gt;&amp;rdquo; which help me to learn better and better the Cocoa Framework, and discover all the magic stuff it does.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;HiEuro screenshot - version 0.2&#34; loading=&#34;lazy&#34; src=&#34;http://lh3.google.com/detronizator/RuPJaobNCuI/AAAAAAAAAXY/mlFSaV7afIM/s400/HiEuro-0.2%20Screenshot.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;The release notes is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;dl&gt;
&lt;dt&gt;0.2 (2007-09-09)&lt;/dt&gt;
&lt;dd&gt;
* Support for Italian, Spanish, French and German (Thanks to [Manu](http://secretum.neminis.org/)).
&gt; * New &#34;Preferences&#34; panel to set the &#34;Default Currency&#34; to convert from/to and the &#34;Default Currency Ammount&#34; to set at the application startup (Thanks to the [Alhandra&#39;s](http://alhandra.wordpress.com/) suggestion).
&gt; * Remove a Bug in the &#34;German Mark&#34; definition (I wrote &#34;Deutsche Mark&#34; in the English version :P )
&gt; &lt;/dd&gt;&lt;/dl&gt;
&lt;/blockquote&gt;
&lt;p&gt;One important aspect I learnt is how to &lt;a href=&#34;http://developer.apple.com/cocoa/cocoabindings.html&#34;&gt;bind Preferences to the User Defaults&lt;/a&gt; (the Cocoa default preferences system). Pratically, the one that generates, for every app, a file &lt;code&gt;.plist&lt;/code&gt; in your &lt;code&gt;~/Library/Preferences&lt;/code&gt; directory. Unix-Style joined with Apple-Style.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-26/</link>
      <pubDate>Sun, 09 Sep 2007 00:14:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-26/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 10th of Sep 2007:&lt;/strong&gt; The name of the Restaurant is &lt;a href=&#34;http://maps.google.co.uk/maps?f=l&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=grilli&amp;amp;near=40+goodge+street,+london&amp;amp;ie=UTF8&amp;amp;ei=oAzlRvo1h7DYAvzalaEF&amp;amp;cd=1&amp;amp;reviews=1&amp;amp;cid=51519572,-135477,16630107017113269457&amp;amp;action=open&amp;amp;om=1&amp;amp;ll=51.521635,-0.13499&amp;amp;spn=0.004753,0.010257&amp;amp;z=17&#34;&gt;&amp;ldquo;Sig. Grilli - Ristorante Pizzeria&amp;rdquo; in 40 Goodge Street, London W1&lt;/a&gt;. I wrote a review about it in Italian ;)&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;It was parked in &lt;a href=&#34;http://maps.google.co.uk/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=tottenham+court+road,+london&amp;amp;sll=54.162434,-3.647461&amp;amp;sspn=12.290357,29.882813&amp;amp;ie=UTF8&amp;amp;ll=51.518651,-0.132147&amp;amp;spn=0.003185,0.007296&amp;amp;z=17&amp;amp;om=1&#34;&gt;Tottenham Court Road&lt;/a&gt;. We were just out of an Italian Restaurant (£25.00 each&amp;hellip; for a beef steak and House&amp;rsquo;s Red Wine!!!)&amp;hellip; when I saw it:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Type 2&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/09/vw-type-2-1.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s beautiful, isn&amp;rsquo;t it? The mythic [en:Volkswagen] [en:VW_Type_2|Type 2 (aka Transporter)]!!!&lt;/p&gt;
&lt;p&gt;Another one follow.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HiEuro 0.1</title>
      <link>https://ivandemarino.me/posts/hieuro-0-1/</link>
      <pubDate>Mon, 03 Sep 2007 23:37:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hieuro-0-1/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;1000 Slovenian Tolar&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/09/1000-slovenian-tolar.jpg&#34;&gt;
First release, first problem.&lt;/p&gt;
&lt;p&gt;After a lot of research about the standard [en:ISO 4217] (the one that define the “3 letter name” for every currency in the world) and all the symbols of European currencies, I miss one: the [en:Slovenian Tolar].&lt;/p&gt;
&lt;p&gt;If someone is able to find it out and, ideally, to give me the relative [en:Unicode_Symbols|Unicode] it will be very appreciated.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Also&lt;/strong&gt;, I&amp;rsquo;m looking for someone able to translate the name of the different currencies (13) in, at least, French, German and Spanish. Other languages are welcome too. &lt;a href=&#34;http://secretum.neminis.org&#34;&gt;Manu&lt;/a&gt;, this call is to you ;) .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Let&#39;s start experimenting new flavours</title>
      <link>https://ivandemarino.me/posts/let-s-start-experimenting-new-flavours/</link>
      <pubDate>Mon, 03 Sep 2007 23:32:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/let-s-start-experimenting-new-flavours/</guid>
      <description>&lt;p&gt;I started. What? My &amp;ldquo;&lt;em&gt;project&lt;/em&gt;&amp;rdquo; of learn how to write (serious) apps for Mac OS X. Using &lt;a href=&#34;http://developer.apple.com/cocoa/&#34;&gt;Cocoa&lt;/a&gt;. Details on the &amp;ldquo;official&amp;rdquo; page: &lt;a href=&#34;http://www.detronizator.org/outputs/experiments-with-cocoa/&#34;&gt;Experiments with Cocoa&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Cocoa Butter&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/09/buttercocoadeo.jpg&#34;&gt;
&lt;em&gt;Cocoa Butter&amp;hellip;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;What&amp;rsquo;s the first &amp;ldquo;experiment&amp;rdquo;? &lt;a href=&#34;http://www.detronizator.org/outputs/experiments-with-cocoa/hieuro/&#34;&gt;HiEuro&lt;/a&gt;!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Desktop on (My) Mac</title>
      <link>https://ivandemarino.me/posts/google-desktop-on-my-mac/</link>
      <pubDate>Sat, 01 Sep 2007 15:38:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-desktop-on-my-mac/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google Desktop&#34; loading=&#34;lazy&#34; src=&#34;http://desktop.google.com/images/logo3.gif&#34;&gt;
I tried it from the first release, but I was disappointed because of the &amp;ldquo;heavyness&amp;rdquo; of the indexing process: all my apps seems to be like &amp;ldquo;yawning&amp;rdquo; at every interaction I did.&lt;/p&gt;
&lt;p&gt;But because I like &lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt; (&lt;strong&gt;yes, I said! I like it!&lt;/strong&gt;) I thought &amp;ldquo;why don&amp;rsquo;t give to it another chance?&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;I read a post on the &lt;a href=&#34;http://googlemac.blogspot.com/2007/08/google-desktop-for-mac-in-9-more.html&#34;&gt;Official Google Mac Blog&lt;/a&gt; about the latest release (1.1.0.520 (8/31/2007)) and I simply installed it (not a classical &lt;a href=&#34;http://s.sudre.free.fr/Stuff/PackageMaker_Howto.html&#34;&gt;Mac OS X installer&lt;/a&gt;, but we can forgive this&amp;hellip;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>I love Mountain Bikes</title>
      <link>https://ivandemarino.me/posts/i-love-mountain-bikes/</link>
      <pubDate>Thu, 30 Aug 2007 21:11:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-love-mountain-bikes/</guid>
      <description>&lt;p&gt;I went inside the store (&lt;a href=&#34;http://www.halfords.com/&#34;&gt;www.halfords.com&lt;/a&gt;) to choose a Town&amp;amp;Trial Bike (also known as &lt;a href=&#34;http://en.wikipedia.org/wiki/Touring_bicycle&#34;&gt;Touring Byke&lt;/a&gt;): just because I have to go around &amp;ldquo;a city&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;But when I saw her I forgot about any &amp;ldquo;stupid-little-tiny-weels-bike&amp;rdquo; and just loved her at first sight!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.halfords.com/webapp/wcs/stores/servlet/product_storeId_10001_catalogId_10151_productId_258347_langId_-1_CarSelectorCatalogId__CarSelectorGroupId__varient__categoryId_82395_crumb_33980-33957-82393_parentcategoryrn_82395#&#34;&gt;&lt;img alt=&#34;Apollo FS.26 SE Mens 20&#34; loading=&#34;lazy&#34; src=&#34;http://washford.scene7.com/is/image/Washford/400-918508?$prod$&#34;&gt;&lt;/a&gt;
&lt;em&gt;Apollo FS.26 SE Mens 20&amp;quot; Full Suspension Mountain Bike&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll go to bring her with me on Sunday: we will go around London just for fun.
I hope we will stay together forever.
And that she will like my weight.
And&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Una serata nel 1600...</title>
      <link>https://ivandemarino.me/posts/una-serata-nel-1600/</link>
      <pubDate>Thu, 30 Aug 2007 13:34:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/una-serata-nel-1600/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://martinlittle.com/gallery/2003/latest/large/33SI0061.jpg&#34;&gt;
Tra le tante opportunità che offre la città di Londra, resto sempre più affascinata dalla cultura e dall&amp;rsquo;importanza che questo popolo riserva ai suoi &amp;ldquo;personaggi&amp;rdquo;, a coloro che legano il nome dell&amp;rsquo;Inghilterra alla propria fama, portandolo in tutto il mondo&amp;hellip; uno di questi è [en:William Shakespeare].&lt;/p&gt;
&lt;p&gt;Ebbene sulle rive del Tamigi, nel Bankside, si trova il teatro aperto nel 1997, dedicato al lavoro del novellista, nel quale vengono rappresentate le sue opere da diverse compagnie! Ma per ulteriori informazioni vi consiglio di dare un&amp;rsquo;occhiata al sito ufficiale dello &lt;a href=&#34;http://www.shakespeares-globe.org/information/abouttheglobe/&#34;&gt;Shakespeare&amp;rsquo;s Globe&lt;/a&gt;, che di sicuro riconoscerete in questo &lt;a href=&#34;http://www.youtube.com/watch?v=BrC4Wr-mEEc&amp;amp;mode=related&amp;amp;search=&#34;&gt;filmato&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Better Samba File Sharing in Leopard</title>
      <link>https://ivandemarino.me/posts/better-samba-file-sharing-in-leopard/</link>
      <pubDate>Wed, 29 Aug 2007 11:19:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/better-samba-file-sharing-in-leopard/</guid>
      <description>&lt;p&gt;I know: &lt;a href=&#34;http://us3.samba.org/samba/&#34;&gt;Samba&lt;/a&gt; is Open Source and you can ALREADY do it by hand (on Tiger too) but it&amp;rsquo;s quite easier if you have a panel to set up it quicker.&lt;/p&gt;
&lt;p&gt;Take a look at this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.thinksecret.com/archives/leopard9a527/image/system-preferences014.jpg&#34;&gt;&lt;img alt=&#34;Leopard File Sharing Panel&#34; loading=&#34;lazy&#34; src=&#34;http://www.thinksecret.com/archives/leopard9a527/image/system-preferences014.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.thinksecret.com/archives/leopard9a527/index.html&#34;&gt;Here is a complete gallery of screen-shots&lt;/a&gt; of the latest build of &lt;a href=&#34;http://www.apple.com/macosx/leopard/&#34;&gt;Leopard&lt;/a&gt;: &lt;strong&gt;9A527&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/4231/nuove-immagini-di-leopard&#34;&gt;mela|blog.it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu Gutsy Gibbon 7.10 - New Features</title>
      <link>https://ivandemarino.me/posts/ubuntu-gutsy-gibbon-7-10-new-features/</link>
      <pubDate>Mon, 27 Aug 2007 21:47:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ubuntu-gutsy-gibbon-7-10-new-features/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.geekosophical.net/wp-content/uploads/2007/04/gibbon.png&#34;&gt;&lt;img alt=&#34;Gibbon&#34; loading=&#34;lazy&#34; src=&#34;http://www.geekosophical.net/wp-content/uploads/2007/04/gibbon.png&#34;&gt;&lt;/a&gt;
Straightaway from &lt;a href=&#34;http://osnews.com/story.php/18517/Ubuntu-Gutsy-Gibbon-7.10-New-Features/&#34;&gt;OSNews.com&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This article will &lt;a href=&#34;http://lunapark6.com/ubuntu-gutsy-gibbon-710-new-features.html&#34;&gt;briefly discuss the new features found within Gutsy Gibbon&lt;/a&gt; and hopefully give you a better idea of what to expect when the final version of Gutsy Gibbons is released in October. Some of the more notable new features are a Graphical Configuration tool for X, improvements in plug-in handling for Mozilla Firefox, revamped printing system with PDF printing by default, fast user switching, new desktop search (Tracker) application and the new AppArmor security framework.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Domani si torna in UK</title>
      <link>https://ivandemarino.me/posts/domani-si-torna-in-uk/</link>
      <pubDate>Mon, 27 Aug 2007 01:02:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/domani-si-torna-in-uk/</guid>
      <description>&lt;p&gt;Ma &lt;a href=&#34;http://it.wikipedia.org/wiki/Brusciano&#34;&gt;qui da me&lt;/a&gt; &lt;a href=&#34;http://it.wikipedia.org/wiki/Festa_dei_Gigli&#34;&gt;non ne vogliono sapere di dormire&lt;/a&gt; ;)&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Immagine tratta dalla Festa dei Gigli di Nola&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/9/94/Gigli4.jpg&#34;&gt;
&lt;em style=&#34;font-size: 80%; &#34;&gt;&amp;ldquo;Sant&amp;rsquo;Antò, hè fatto sta buono &amp;lsquo;o figliu mio. Nun &amp;lsquo;me dj&amp;rsquo; niente .. .. .. nunn&amp;rsquo;aggia potuto fa &amp;lsquo;a testiera a &amp;lsquo;o Bambiniello. Sulo chesto aggia potuto&amp;rdquo;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Facendo niente&amp;hellip; ha fatto anche troppo per i miei gusti ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Grace si Laurea</title>
      <link>https://ivandemarino.me/posts/grace-si-laurea/</link>
      <pubDate>Wed, 22 Aug 2007 01:00:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/grace-si-laurea/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Tesi di Laurea di Grace&#34; loading=&#34;lazy&#34; src=&#34;http://farm1.static.flickr.com/250/517654041_f607b0e4f8.jpg&#34;&gt;
Ho dovuto attendere un bel &lt;a href=&#34;http://blog.neminis.org/vi-odio-un-po.html&#34;&gt;pò&lt;/a&gt; ma alla fine ce l&amp;rsquo;ho fatta: ho finalmente potuto condividere (anche se solo in foto ed immagini) la gioia della &lt;a href=&#34;http://secretum.neminis.org/ive-got-it-108110.html&#34;&gt;Laurea di Grace&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Alla fine si tratta di momenti, di attimi della vita di altre persone in cui &amp;ldquo;o ci sei, o non ci sei&amp;rdquo;. E, mancandoci, capisci bene l&amp;rsquo;importanza di tale differenza. L&amp;rsquo;importanza di essere lontano e distante fisicamente: condizione che implica, con il tempo, una distanza anche &amp;ldquo;mentale&amp;rdquo;. Non perché lo si voglia realmente, ma perché, &amp;ldquo;semplicemente&amp;rdquo;, la vita scorre, il tempo passa, le cose accadono&amp;hellip; e tu sei dove sei. Tu sei chi sei. Tu sei CON chi sei.&lt;/p&gt;</description>
    </item>
    <item>
      <title>H.264 conquers Flash</title>
      <link>https://ivandemarino.me/posts/h-264-conquers-flash/</link>
      <pubDate>Wed, 22 Aug 2007 00:08:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/h-264-conquers-flash/</guid>
      <description>&lt;p&gt;Adobe has released a &lt;a href=&#34;http://www.adobe.com/aboutadobe/pressroom/pressreleases/200708/082107FlashPlayer.html&#34;&gt;beta version&lt;/a&gt; of an update for &lt;a href=&#34;http://labs.adobe.com/technologies/flashplayer9/&#34;&gt;Flash 9&lt;/a&gt;. Codename &amp;ldquo;&lt;em&gt;Moviestar&lt;/em&gt;&amp;rdquo;. It comes with a very important features: support fo [en:H.264].&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;This update includes new features, enhancements and bug fixes for Windows, Macintosh, and Linux versions of Flash Player 9, including:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Support for H.264 video and HE-AAC audio codecs (new Aug. 21).&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Multi-core support for vector rendering.&lt;/li&gt;
&lt;li&gt;Full screen mode with hardware scaling.&lt;/li&gt;
&lt;li&gt;Flash Player cache for common platform components, such as the Flex framework.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Come on, &lt;a href=&#34;http://labs.adobe.com/downloads/flashplayer9.html&#34;&gt;let&amp;rsquo;s download it&lt;/a&gt;!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Update sul Bimbo abbandonato in Piemonte</title>
      <link>https://ivandemarino.me/posts/update-sul-bimbo-abbandonato-in-piemonte/</link>
      <pubDate>Wed, 15 Aug 2007 09:59:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/update-sul-bimbo-abbandonato-in-piemonte/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Giorgio&#34; loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2007/08/sezioni/cronaca/bimbo-abbandonato/filmato/ansa_10987599_36250.jpg&#34;&gt;
Gli hanno gia&amp;rsquo; dato un nome, Giorgio. Io gli avrei dato un nome meno &amp;ldquo;pesante&amp;rdquo; ma&amp;hellip; fatto sta che, almeno per ora, si chiama cosi&#39;.&lt;/p&gt;
&lt;p&gt;Si lo so, la solita storia di buonismo in cui tutti fanno a gara per coccolare la povera vittima innocente. Ma, tant&amp;rsquo;e&amp;rsquo;&amp;hellip; a me sta faccina con gli occhioni chiusi, la faccina e le braccine pacciotte mi fa un effetto &amp;ldquo;viscerale&amp;rdquo;, mi fa &amp;ldquo;una cosa allo stomaco&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iSync and SonyEricsson Symbian/UIQ 3.0 finally speaking</title>
      <link>https://ivandemarino.me/posts/isync-and-sonyericsson-symbian-uiq-3-0-finally-speaking/</link>
      <pubDate>Tue, 14 Aug 2007 21:53:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/isync-and-sonyericsson-symbian-uiq-3-0-finally-speaking/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;W950i&#34; loading=&#34;lazy&#34; src=&#34;http://www.elite-electronix.com/images/2489-W950i.jpg&#34;&gt;
Thanks God, now I can [en:iSync]!!!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/2007/07/08/risposta-ad-ossblogit/&#34;&gt;As someone probably remember&lt;/a&gt;, I switched from an [en:Nokia E70] to a [en:Sony Ericsson W950i].&lt;/p&gt;
&lt;p&gt;In the beginning, it was not possible to synchronize my [en:iBook] with my new smarth-phone because of a &amp;ldquo;strange&amp;rdquo; implementation of the [en:SyncML] protocol on Sony Ericsson/UIQ 3.0 phones.&lt;/p&gt;
&lt;p&gt;A lot of people has tried to figure out how to do it (&lt;a href=&#34;http://www.google.com/&#34;&gt;Google&lt;/a&gt; for it), failing! But now [en:Sony_Ericsson] has finally released the relative plugins:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chi lo dovesse riconoscere, chiami il 112</title>
      <link>https://ivandemarino.me/posts/chi-lo-dovesse-riconoscere-chiami-il-112/</link>
      <pubDate>Tue, 14 Aug 2007 16:35:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/chi-lo-dovesse-riconoscere-chiami-il-112/</guid>
      <description>&lt;p&gt;&lt;object classid=&#34;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#34; codebase=&#34;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&#34; width=&#34;500&#34; height=&#34;410&#34; class=&#34;strPlayer&#34; id=&#34;flashplayerObj&#34; align=&#34;middle&#34;&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;embed src=&amp;quot;swf/player.swf&amp;quot; quality=&amp;quot;high&amp;quot; bgcolor=&amp;quot;#FFFFFF&amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;410&amp;quot; class=&amp;quot;class=&amp;quot;strPlayer&amp;quot;&amp;quot; name=&amp;quot;flashplayerObj&amp;quot; align=&amp;quot;middle&amp;quot; wmode=&amp;quot;transparent&amp;quot; allowScriptAccess=&amp;quot;sameDomain&amp;quot; allowFullScreen=&amp;quot;true&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; pluginspage=&amp;quot;http://www.macromedia.com/go/getflashplayer&amp;quot; flashvars=&amp;quot;autostart=false&amp;amp;strip=0&amp;amp;logo=1&amp;amp;repeat=false&amp;amp;image=&amp;amp;file=repubblicatv/file/2007/bambino.flv&amp;amp;videoTitle=Il bimbo abbandonato&amp;amp;fsType=fl&amp;quot; /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/object&gt;
&lt;p&gt;&lt;strong&gt;In Italiano&lt;/strong&gt;: Da &lt;a href=&#34;http://www.repubblica.it/2007/08/sezioni/cronaca/bimbo-abbandonato/filmato/filmato.html&#34;&gt;Repubblica.it&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;TORINO - La Procura di Torino hanno autorizzato la diffusione di un filmato con il volto del bambino abbandonato nell&amp;rsquo;ipermercato Carrefour di Nichelino. Il piccolo sta bene ma è trattenuto all&amp;rsquo;ospedale di Santa Croce a Moncalieri, ma non parla e non risponde alle domande in nessuna lingua. Chi riconosce il bambino può chiamare iL 112 dei carabinieri o lo stesso ospedale.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The more you Hide, The more I want to See!</title>
      <link>https://ivandemarino.me/posts/the-more-you-hide-the-more-i-want-to-see/</link>
      <pubDate>Sun, 12 Aug 2007 21:46:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-more-you-hide-the-more-i-want-to-see/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Update 14th August 2007:&lt;/strong&gt; Look at this!!! &lt;a href=&#34;http://news.worldofapple.com/archives/2007/08/14/first-native-iphone-game-lights-off/&#34;&gt;The first NATIVE GAME for iPhone&lt;/a&gt;! Before that Apple itself release any game for it 8-O !!!&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;img alt=&#34;Installer.app for iPhone&#34; loading=&#34;lazy&#34; src=&#34;http://www.blogsmithmedia.com/www.tuaw.com/media/2007/08/iphoneinstallerapp.jpg&#34;&gt;
It&amp;rsquo;s true: [en:iPhone] is based on [en:Mac_OS_X|Mac OSX] and it is quite similar to it. Apple, from the beginning, has chosen to close it, avoiding to release any [en:SDK] or stuff like that.&lt;/p&gt;
&lt;p&gt;Theoretically, the only thing a developer can do is to work on a Web 2.0/Ajax web app. That is not so bad, but&amp;hellip; not enough. At least, for hackers that &amp;ldquo;likes to know more and more&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Dead Spinal Cord</title>
      <link>https://ivandemarino.me/posts/the-dead-spinal-cord/</link>
      <pubDate>Sat, 11 Aug 2007 23:08:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-dead-spinal-cord/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/55yCQOioTyY&amp;rel=1&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Bella Ciao&lt;/strong&gt;
Singers: &lt;strong&gt;Modena City Ramblers&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;p&gt;A friend of mine, &lt;a href=&#34;http://sbetelmal.blogspot.com/&#34;&gt;one that I&amp;rsquo;d have never expected something like that&lt;/a&gt;, has sent to me this email:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;I heard this song by mistake and i loved the music
if you have time and if it is not ball breaking i want to ask you to translate it for me
[&amp;hellip;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;And then I replied:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;You choosen probably the &amp;ldquo;spinal cord&amp;rdquo; of the Italy.
The FORGOTTEN spinal cord.
What has joined us against Fascists + Nazists during the Second World War.
The origin is not sure, but it comes from the Partigians, people in the middle-north of Italy that has fightened (and death) for the Freedom against Mussolini and his stupid idea of joining Nazists.
Today, in every young knows it&amp;hellip; but only very old man REALLY UNDERSTAND what it means. Not because of the words (they are few and simple) but because of the &amp;ldquo;carried message&amp;rdquo;, the &amp;ldquo;payload&amp;rdquo; of this song.
Anyway, you can find a lot of translations here: &lt;a href=&#34;http://en.wikipedia.org/wiki/Bella_ciao&#34;&gt;http://en.wikipedia.org/wiki/Bella_ciao&lt;/a&gt;
Thanks for remembering me the &amp;ldquo;good part&amp;rdquo; of my beautiful country.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bejeweled for Free</title>
      <link>https://ivandemarino.me/posts/bejeweled-for-free/</link>
      <pubDate>Tue, 31 Jul 2007 13:45:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bejeweled-for-free/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Bejeweled&#34; loading=&#34;lazy&#34; src=&#34;http://www.blogsmithmedia.com/www.tuaw.com/media/2007/07/bejeweled073007.jpg&#34;&gt;
&lt;a href=&#34;http://static.popcap.com/iphone/&#34;&gt;This version of Bejeweled&lt;/a&gt; is available for free as Ajax implementation. And it is a good way to waste your work-time ;) .
Originally thinked to run on [en:iPhone], it is quite good also on [en:Firefox] (I haven&amp;rsquo;t tried on [en:Internet_Explorer|IE]).&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;p&gt;&amp;hellip;
&amp;hellip;
&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What?&lt;/strong&gt; Sorry, if you, like me until this morning, don&amp;rsquo;t know &lt;em&gt;what the hell&lt;/em&gt; is this game, here is a piece of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Bejeweled&#34;&gt;dedicated Wikipedia page&lt;/a&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>50 days in the Big City</title>
      <link>https://ivandemarino.me/posts/50-days-in-the-big-city/</link>
      <pubDate>Tue, 31 Jul 2007 11:33:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/50-days-in-the-big-city/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;50&#34; loading=&#34;lazy&#34; src=&#34;http://farm2.static.flickr.com/1267/638419889_34b6d917b1_m.jpg&#34;&gt;
When I began this &lt;a href=&#34;http://www.detronizator.org/2007/02/14/im-in/&#34;&gt;new&lt;/a&gt;&lt;a href=&#34;http://www.detronizator.org/2007/02/22/symbian-contracts-packagebox/&#34;&gt;experience&lt;/a&gt;, during the BootCamp, a Teacher/Employee of &lt;a href=&#34;http://www.symbian.com/&#34;&gt;Symbian&lt;/a&gt;, L.Simpson (yep, &amp;ldquo;Simpson&amp;rdquo; :-D ) said:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Wellcome to the Big City!!!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He was referring to the amount of code [en:Symbian OS] is made of. But I think it can be applied to everything here. The feeling of being part of something big.&lt;/p&gt;
&lt;p&gt;It is &lt;strong&gt;Frightful&lt;/strong&gt;&amp;hellip; but Fascinating and Stimulanting too.&lt;/p&gt;
&lt;p&gt;Actually, I&amp;rsquo;m (and I&amp;rsquo;ll be for a lot) &amp;ldquo;no one&amp;rdquo; here&amp;hellip; but I see a lot of &lt;strong&gt;young guys like me&lt;/strong&gt; doing important things. And this is the most stimulating thing: &lt;em&gt;I Could!&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PySync Google Group</title>
      <link>https://ivandemarino.me/posts/pysync-google-group/</link>
      <pubDate>Tue, 31 Jul 2007 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/pysync-google-group/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Python Royale&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Python_royal_35.JPG/600px-Python_royal_35.JPG&#34;&gt;
Hi Guys.
I&amp;rsquo;m part of a very little &lt;a href=&#34;http://groups.google.com/&#34;&gt;Gooooogle Group&lt;/a&gt; (only 5 members) discussing about an interesting project, &lt;a href=&#34;http://groups.google.com/group/pysync&#34;&gt;PySync&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll not go in details (everything is in the &lt;strong&gt;&amp;ldquo;3&amp;rdquo;&lt;/strong&gt; discussions inside the group), but some interesting ideas are &amp;ldquo;popping-out&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Share if you have something to.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The first Lady of Scat and the King of Saxophone</title>
      <link>https://ivandemarino.me/posts/the-first-lady-of-scat-and-the-king-of-saxophone/</link>
      <pubDate>Tue, 24 Jul 2007 23:41:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-first-lady-of-scat-and-the-king-of-saxophone/</guid>
      <description>&lt;p&gt;Much time ago, I have brought a &lt;a href=&#34;http://centrostudi.sienajazz.it/polillo.html&#34;&gt;Arrigo Polillo&lt;/a&gt;&amp;rsquo;s book, &amp;ldquo;Jazz&amp;rdquo;, considered the Bible of jazz music&lt;em&gt; &lt;/em&gt;(Arrigo Polillo, Jazz, Oscar Mondadori, Milano 1997)!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;La migliore storia del jazz in italiano, metodologicamente non aggiornata, ma insuperabile per capacità divulgativa e qualità di scrittura!&amp;rdquo; &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Non ho ancora finito il libro (anche perchè è composto da circa 1000 pagine), ma non potevo perdermi la biografia di due degli artisti che, secondo me, hanno segnato la storia della musica afroamericana del secolo scorso:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;http://it.wikipedia.org/wiki/Ella_Fitzgerald&#34;&gt;ELLA FITZGERALD&lt;/a&gt; E &lt;a href=&#34;http://it.wikipedia.org/wiki/John_Coltrane&#34;&gt;JOHN COLTRANE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google London Open Source Jam</title>
      <link>https://ivandemarino.me/posts/google-london-open-source-jam/</link>
      <pubDate>Fri, 20 Jul 2007 11:13:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-london-open-source-jam/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Edit:&lt;/strong&gt; Added a &lt;a href=&#34;http://groups.google.com/group/pysync&#34;&gt;link&lt;/a&gt;to the Google Group of the project of &lt;strong&gt;Mal &lt;/strong&gt;about the sync-stuff. It&amp;rsquo;s name is &lt;a href=&#34;http://groups.google.com/group/pysync&#34;&gt;PySync&lt;/a&gt;.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Yesterday I went with a collegue (thank you &lt;a href=&#34;http://sbetelmal.blogspot.com/&#34;&gt;Serage&lt;/a&gt;, particularly for the pictures ;) ) to this event that the Google&amp;rsquo;s London Office sort twice (or more?) a year. &lt;a href=&#34;http://osjam.truemesh.com/&#34;&gt;Google London Open Source Jam&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I went for one main reason and other two minors (and&amp;hellip; I didn&amp;rsquo;t know that the &lt;em&gt;most important was another one ;)&lt;/em&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The Topic&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;To take a look to the &lt;a href=&#34;http://maps.google.co.uk/maps?f=q&amp;amp;hl=en&amp;amp;q=sw1w+9tq&amp;amp;ie=UTF8&amp;amp;cd=1&amp;amp;mpnum=0&amp;amp;ll=51.494851,-0.146685&amp;amp;spn=0.009806,0.020084&amp;amp;z=16&amp;amp;iwloc=addr&amp;amp;om=1&#34;&gt;Google Office in London&lt;/a&gt; (very very close to &lt;a href=&#34;http://maps.google.co.uk/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Victoria+Station,+Westminster,+London+SW1V,+United+Kingdom&amp;amp;sll=51.494851,-0.146685&amp;amp;sspn=0.009806,0.020084&amp;amp;ie=UTF8&amp;amp;cd=1&amp;amp;mpnum=0&amp;amp;ll=51.495305,-0.144517&amp;amp;spn=0.009806,0.020084&amp;amp;z=16&amp;amp;iwloc=addr&amp;amp;om=1&#34;&gt;Victoria Station&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Free Food (very nice pizza ;) )&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;(What&amp;rsquo;s the &amp;ldquo;main one&amp;rdquo; is up to you&amp;hellip; :-D ).&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;h3&gt;The Topic&lt;/h3&gt;
&lt;/blockquote&gt;
&lt;p&gt;This time, our topic of interest is Mobile.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Linux on phones&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;JavaME vs JavaSE vs .NET CF vs Native&lt;/li&gt;
&lt;li&gt;Browser technologies: AJAX and Flash&lt;/li&gt;
&lt;li&gt;Building native apps that port to multiple architectures&lt;/li&gt;
&lt;li&gt;Open platforms (e.g. &lt;em&gt;OpenMoko&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Cross platform testing&lt;/li&gt;
&lt;li&gt;Making the most of mobile hardware (camera, voice, bluetooth, GPS, etc)&lt;/li&gt;
&lt;li&gt;Phone bling&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Quanto fa 100 - 5?</title>
      <link>https://ivandemarino.me/posts/quanto-fa-100-5/</link>
      <pubDate>Thu, 19 Jul 2007 10:04:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/quanto-fa-100-5/</guid>
      <description>&lt;p&gt;&lt;strong&gt;95kg&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;;) I know I know&amp;hellip; I&amp;rsquo;m going crazy ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Diamo voce a Piero Ricca</title>
      <link>https://ivandemarino.me/posts/diamo-voce-a-piero-ricca/</link>
      <pubDate>Wed, 18 Jul 2007 13:46:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/diamo-voce-a-piero-ricca/</guid>
      <description>&lt;p&gt;E&amp;rsquo; vergognoso e deplorevole, quindi va data la massima esposizione possibile a questa cosa.&lt;/p&gt;
&lt;p&gt;Dal &lt;a href=&#34;http://dambra.wordpress.com/2007/07/17/i-due-post-censurati/&#34;&gt;blog di Andrea D&amp;rsquo;Ambra&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Riprendo l’appello lanciato da cronachedamileto.blogspot.com, che invita i bloggers a difendere la libertà di espressione contro la censura del blog di Piero Ricca, reo di aver contestato Emilio Fede, ripubblicando i due post censurati e invito tutti i bloggers a fare lo stesso.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Qui trovate i due post riportati interamente. Il primo:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Emilio Fede&lt;/strong&gt;
(April 17, 2007 on 1:35 pm)
Anche Emilio Fede annuncia querela. Ieri sera l’ho incrociato insieme ad alcuni amici al circolo della stampa di Milano. L’occasione era un “incontro con il direttore” organizzato dal Giorno. Sul marciapiede gli abbiamo posto la questione delle frequenze abusivamente occupate da Rete 4. Lui ha risposto con un tentativo di sarcasmo, dicendo che per quel motivo s’era dimesso il giorno stesso. Poi mi ha dato dell’imbecille. A quel punto il mio amico Paolino “Napalm” non ha trattenuto lo sdegno ed è iniziata un’animata discussione. Abbiamo ampiamente criticato la cialtroneria e il servilismo del personaggio, la sua incompatibilità con le regole minime del giornalismo. Tinto e inceronato, Fede era protetto da quattro guardaspalle, tra i quali il gestore di un locale di lap dance. Simulava reazioni fisiche, sgranava i dentoni finti a mo’ di sfottò. Ha cercato di impedirmi di filmare. Poi mi ha sputato addosso dall’alto di una rampa di scale. Nuovo parapiglia. Sono stato impietoso: ho accennato alle meteorine a pagamento, ai debiti da gioco, al cerone che colava, alla tintura di capelli da anziano gagà. Ai reali interessi e allla pagliacceria anche fisica, insomma, di personaggetti portati in alto dalla miseria dei tempi. Nel parapiglia ho più volte evocato Enzo Biagi, cacciato come un “criminale” da un ducetto che ha definito il suo dipendente Fede “un baluardo della libertà di informazione”. Il baluardo ha fatto chiamare la polizia ed è rimasto lì in attesa, sempre attorniato dai guardiani. Mentre lo criticavo, provava ad avvicinarsi alla ricerca della rissa, e ogni tanto lanciava qualche velata minaccia: voglio sapere chi siete, ce la vedremo in privato. Certe amicizie si fanno valere nel momento del bisogno. Tutto il circolo della stampa, nell’androne, assisteva allo spettacolo. A un certo punto è arrivata la gendarmeria, con ampio schieramento: carabinieri e polizia, quattro o cinque pattuglie. Hanno identificato noi e non lui, come pure ho richiesto. I potentucoli e i loro servi meritano sempre un occhio di riguardo dalla forza pubblica. Abbiamo filmato tutto e ora sentiremo il nostro pool di avvocati prima di mettere il nastro on line. Durante la conferenza, il lele mora del giornalismo è tornato sul tema, dicendo che in fondo avevamo rappresentato un diversivo, che eravamo dei centri sociali, che parlavamo sotto effetto di droghe, che dalle contestazioni al terrorismo il passo è breve, che meritavamo 500 euro, che venivamo da qualche antro e passavamo le notti sotto i ponti. Cose così. Poi ha annunciato querela, pur senza farsi illusioni sulla libertà di giudizio delle toghe rosse. L’attendo con serenità, anzi la esigo. Sarebbe la seconda: dopo la denuncia del padrone, quella del servo. Mi piacerebbe ribadire in un’aula di giustizia che queste cosiddette “contestazioni” non sono altro che sanzioni reputazionali, non immediatamente comprensibili e tanto più necessarie in un ambiente senza etica.
&lt;a href=&#34;http://qn.quotidiano.net/2007/04/17/6279-emilio_fede_aggredito.shtml&#34;&gt;Qui trovate una tendenziosa cronachetta del Quotidiano Nazionale&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Ed il secondo:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Emilio Fede/lo sputo&lt;/strong&gt;
(April 28, 2007 on 12:24 pm)
Il guardaspalle e occasionale portavoce di Emilio Fede si chiama Leo Peschiera. Gestore di locali di lap dance e altro. Il vero protagonista della piazzata al circolo della stampa è lui. Si distingue per una sublime e involontaria comicità. E poi ha il fisico giusto, con tanto di rasatura laterale.
Siamo tutti in attesa della querela annunciata dal direttore del tg4. Per lui non siamo altro che “mascalzoni”, come ha detto in tv. In piazza tuttavia ha promesso di difendere il suo onore in privato, “senza carabinieri né polizia”.
Ecco un nostro video dell’incontro, dove si nota, oltre alla velata minaccia, anche la risposta alla nostra domanda iniziale (sulle frequenze abusive di Rete 4) e il successivo sputo dalle scale. Defilate e immancabili le giovani accompagnatrici.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Il resto del post riporta materiale video in proposito.&lt;/p&gt;</description>
    </item>
    <item>
      <title>V. Day</title>
      <link>https://ivandemarino.me/posts/v-day/</link>
      <pubDate>Tue, 17 Jul 2007 23:07:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/v-day/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.beppegrillo.it/vaffanculoday/index.php?id=vday&#34;&gt;&lt;img alt=&#34;Iscriviti al Vaffanculo Day&#34; loading=&#34;lazy&#34; src=&#34;http://www.beppegrillo.it/vaffanculoday/immagini/banner_vday.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ogni commento è superfluo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The only Eye that I miss</title>
      <link>https://ivandemarino.me/posts/the-only-eye-that-i-miss/</link>
      <pubDate>Tue, 17 Jul 2007 10:31:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-only-eye-that-i-miss/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Lelly Eye&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/07/lelly-eye.jpg&#34;&gt;
&lt;strong&gt;&lt;em&gt;I hope you&amp;rsquo;ll better soon my Love.&lt;/em&gt;&lt;/strong&gt;
&lt;strong&gt;Your Eye&lt;/strong&gt; is the only [en:London_Eye|Eye] that I miss [en:London|here].&lt;/p&gt;</description>
    </item>
    <item>
      <title>Detro@Last.FM</title>
      <link>https://ivandemarino.me/posts/detro-last-fm/</link>
      <pubDate>Mon, 16 Jul 2007 20:04:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detro-last-fm/</guid>
      <description>&lt;p&gt;I already knew this service&amp;hellip; but only now I&amp;rsquo;m becoming addicted!!! There is nothing better during the working day.&lt;/p&gt;
&lt;p&gt;Simply. Smart. Nice. Fast. And&amp;hellip; it Work!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.last.fm/user/detro/?chartstyle=iPodWhite&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://imagegen.last.fm/iPodWhite/recenttracks/10/detro.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can follow &lt;a href=&#34;http://www.last.fm/user/detro/&#34;&gt;me on Last.FM&lt;/a&gt; using the &amp;ldquo;widget&amp;rdquo; on the right (look at the sidebar).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hide-a-Pod</title>
      <link>https://ivandemarino.me/posts/hide-a-pod/</link>
      <pubDate>Sun, 15 Jul 2007 21:48:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hide-a-pod/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Hide-a-Pod&#34; loading=&#34;lazy&#34; src=&#34;http://www.theappleblog.com/wp-content/uploads/zuneipodcase-20070714-184355.jpg&#34;&gt;
[en:London] is one of the best place&amp;hellip; if you want to steal an iPod: as average, &lt;strong&gt;every&lt;/strong&gt; train in the tube has 10 iPods inside. And other 5 are inside any bus.&lt;/p&gt;
&lt;p&gt;But, because of this, the number of pod-snatching is very very high, and you can see in every station (particularly in Camden Town ;)) ads suggesting to &amp;ldquo;take care of your belongings&amp;rdquo;, a lot of them dedicated to the [en:iPod|Pod] of [en:Steve_Jobs|Jobs].&lt;/p&gt;
&lt;p&gt;But now, there is a solution: and it comes from the smallest (LOL) competitor of iPod: [en:Zune|The MS Zune]!!! It is called &lt;a href=&#34;http://hideapod.com/&#34;&gt;Hide-a-Pod&lt;/a&gt;!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-20/</link>
      <pubDate>Fri, 13 Jul 2007 21:56:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-20/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/E3CRE9kFRvo&amp;rel=0&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;United 300&lt;/strong&gt;
Abstract: &lt;strong&gt;2007 MTV MOVIE AWARD Winner! First ever Best Spoof award, handed out by Samuel L. Jackson himself - Watch as 300 Spartans stand their ground against German Hijackerrs..&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Dear KM, this is for you ;-) .&lt;/p&gt;
&lt;p&gt;ps From the loading of the page of YouTube to the real moment I found it I spent&amp;hellip; less than 5 seconds -_- .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Said by...</title>
      <link>https://ivandemarino.me/posts/said-by-1/</link>
      <pubDate>Fri, 13 Jul 2007 14:45:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/said-by-1/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Non prendermi sul serio. Io non scherzo mai!
Don&amp;rsquo;t take me seriously. I never joke!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/&#34;&gt;Me&lt;/a&gt;. ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-21/</link>
      <pubDate>Tue, 10 Jul 2007 11:40:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-21/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.zooomr.com/photos/detronizator/2661267/&#34;&gt;&lt;img alt=&#34;SPARTA&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/2661267_32c5cae415.jpg&#34;&gt;&lt;/a&gt;
&lt;strong&gt;&lt;em&gt;This is SPARTAAAAAA!!!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intervista Scritta a Luttazzi</title>
      <link>https://ivandemarino.me/posts/intervista-scritta-a-luttazzi/</link>
      <pubDate>Sun, 08 Jul 2007 19:26:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/intervista-scritta-a-luttazzi/</guid>
      <description>&lt;p&gt;La trovate &lt;a href=&#34;http://www.danieleluttazzi.it/?q=node/303&#34;&gt;sul sito del suddetto&lt;/a&gt;. Con fin&amp;rsquo;anche i tagli operati dai giornalisti per &amp;ldquo;esigenze di spazio&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Daniele Luttazzi&#34; loading=&#34;lazy&#34; src=&#34;http://www.danieleluttazzi.it/files/luttazzi_a_terra.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Sempre un grande &lt;a href=&#34;http://www.danieleluttazzi.it/&#34;&gt;Daniele&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Risposta ad OSS|Blog.it</title>
      <link>https://ivandemarino.me/posts/risposta-ad-oss-blog-it/</link>
      <pubDate>Sun, 08 Jul 2007 17:52:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risposta-ad-oss-blog-it/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Nigel Clifford&#34; loading=&#34;lazy&#34; src=&#34;http://www.symbian.com/images/rx/imagesets/7034_lg.jpg&#34;&gt;
Ieri sono passato, come di consueto, su &lt;a href=&#34;http://www.ossblog.it/post/2827/linux-symbian-mobile-enterprise&#34;&gt;OSS|Blog.it&lt;/a&gt; e cosa ci trovo? Un brevissimo articolo su alcuni commenti che &lt;a href=&#34;http://www.symbian.com/about/overview/management/management.html&#34;&gt;Nigel Clifford&lt;/a&gt;, CEO di &lt;a href=&#34;http://www.symbian.com/&#34;&gt;Symbian&lt;/a&gt;, ha fatto su Linux e sul mercato degli smartphone con i piedi palmati.&lt;/p&gt;
&lt;p&gt;Ho provato ad inserire la mia risposta sul relativo post&amp;hellip; ma niente. Dice che sto spammando. Quindi&amp;hellip; provvedo a farlo da qui.&lt;/p&gt;
&lt;p&gt;Allora.
Prima di essere assunto da Symbian, quando iniziai a studiarne la tecnologia e il Sistema Operativo, mi domandai come diavolo facevano a vendere una cosa così: Niente Eccezioni (Leave), niente (o quasi) thread (Active Objects), niente POSIX (almeno fino a quando mi hanno assunto, che è coinciso con il rilascio di P.I.P.S.), e&amp;hellip; niente STL (ma staremo a vedere ancora per quanto ;) ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Freakin Brothers</title>
      <link>https://ivandemarino.me/posts/freakin-brothers/</link>
      <pubDate>Sun, 08 Jul 2007 12:44:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/freakin-brothers/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt; 
&gt;&gt; &lt;embed src=&#34;http://www.youtube.com/v/xNfsQq5ynfU&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt; &lt;/embed&gt; &lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;Freakin Brothers&lt;/strong&gt;
Abstract: &lt;strong&gt;LOL!!! :D &lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Said by...</title>
      <link>https://ivandemarino.me/posts/said-by-2/</link>
      <pubDate>Sat, 07 Jul 2007 19:45:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/said-by-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;O. Henry&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/5/55/William_Sydney_Porter.jpg/180px-William_Sydney_Porter.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Life is made up of sobs,
sniffless, and smiles,
with sniffles predominating.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/O._Henry&#34;&gt;O. Henry&lt;/a&gt; (also known as &lt;a href=&#34;http://en.wikipedia.org/wiki/William_Sydney_Porter&#34;&gt;William Sydney Porter&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cosa considerate valore?</title>
      <link>https://ivandemarino.me/posts/cosa-considerate-valore/</link>
      <pubDate>Sun, 01 Jul 2007 18:04:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cosa-considerate-valore/</guid>
      <description>&lt;p&gt;Riporto una poesia di uno scrittore napoletano che ammiro, Erri De Luca.&lt;/p&gt;
&lt;p&gt;Io come lui, vi espongo (ovviamente non in ordine d&amp;rsquo;importanza!!) cosa per me è degno di essere considerato come un Valore&amp;hellip;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;&lt;a href=&#34;http://www.youtube.com/watch?v=03k9su2y58E&#34;&gt;Considero                valore&lt;/a&gt;
di &lt;a href=&#34;http://it.wikipedia.org/wiki/Erri_De_Luca&#34;&gt;Erri De Luca&lt;/a&gt;&lt;/font&gt;
&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;&amp;ldquo;Considero                valore ogni forma di vita, la neve, la fragola, la mosca.&lt;/font&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore il regno minerale, l&amp;rsquo;assemblea delle stelle.&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore il vino finché dura un pasto, un sorriso involontario,                la stanchezza di chi non si è risparmiato, due vecchi che                si amano.&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore quello che domani non varrà più niente e quello                che oggi vale ancora poco.&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore tutte le ferite.&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore risparmiare acqua, riparare un paio di scarpe, tacere in                tempo, accorrere a un grido, chiedere permesso prima di sedersi,
&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;provare gratitudine senza ricordarsi di che. &lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore sapere in una stanza dov&amp;rsquo;è il nord, qual è                il nome del vento che sta asciugando il bucato.&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore il viaggio del vagabondo, la clausura della monaca, la pazienza                del condannato, qualunque colpa sia.&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Considero                valore l&amp;rsquo;uso del verbo amare e l&amp;rsquo;ipotesi che esista un creatore..&lt;/font&gt;&lt;/em&gt;
&lt;em&gt;&lt;font face=&#34;Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;            &lt;/font&gt;&lt;/em&gt;&lt;em&gt;&lt;font face=&#34;Verdana, Arial, Helvetica, sans-serif&#34; size=&#34;2&#34;&gt;Molti                di questi valori non ho conosciuto.&amp;quot;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-29/</link>
      <pubDate>Fri, 29 Jun 2007 10:02:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-29/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/0dykGRGzzVA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; Title: &lt;strong&gt;Star Wars Lightsaber Duel&lt;/strong&gt;
Abstract: &lt;strong&gt;One of the best Star Wars fan film vidoes here&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;p&gt;Finally, something very very &amp;ldquo;&lt;em&gt;realistic&lt;/em&gt;&amp;rdquo; about [en:Lightsaber] :D .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wooden-Made Binary Adding Machine</title>
      <link>https://ivandemarino.me/posts/wooden-made-binary-adding-machine/</link>
      <pubDate>Fri, 29 Jun 2007 10:00:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/wooden-made-binary-adding-machine/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/GcDshWmhF4A&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;Some math-and-woodcraft savant has built a binary adding machine made of wood and powered by falling marbles. If I’d had this during my University Boolean Math class, I would have grasped binary (and logic) a lot faster. ;)&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;official website&amp;rdquo;: &lt;a href=&#34;http://woodgears.ca/marbleadd/index.html&#34;&gt;Binary marble adding machine&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://programming.reddit.com/info/20cyr/comments&#34;&gt;Reddit&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>07/07/07</title>
      <link>https://ivandemarino.me/posts/07-07-07/</link>
      <pubDate>Sun, 24 Jun 2007 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/07-07-07/</guid>
      <description>&lt;p&gt;Di date del genere, specie negli ultimi anni, se ne possono ricordare molte&amp;hellip;.Di solito la popolazione mondiale, ed in particolare quella indiana,  fa di tutto per legare una ricorrenza della propria vita a tali giorni &amp;ldquo;particolari&amp;rdquo; (quest&amp;rsquo;anno saranno moltissimi i &lt;a href=&#34;http://notizie.alice.it/notizie/search/index.html?filter=foglia&amp;amp;nsid=12756381&amp;amp;mod=foglia&#34;&gt;matrimoni che si celebreranno a Nuova Delhi&lt;/a&gt;)!!!!&lt;/p&gt;
&lt;p&gt;Restando in ambito indiano, la mia ammirazione per una città in particolare, [it:Agra_(India)|Agra], e per il suo monumentale &lt;a href=&#34;http://it.wikipedia.org/wiki/Taj_Mahal&#34;&gt;Taj Mahal&lt;/a&gt;, il più fiabesco pegno d&amp;rsquo;amore mai donato, il sogno di marmo uscito da uno dei racconti de &amp;ldquo;Le mille e una notte&amp;rdquo; , mi hanno condotta alla scoperta di una, seppur non vitale ma almeno rilevante, notizia!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>JPound su Java Italian Portal</title>
      <link>https://ivandemarino.me/posts/jpound-su-java-italian-portal/</link>
      <pubDate>Fri, 22 Jun 2007 16:03:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jpound-su-java-italian-portal/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Java Italian Portal&#34; loading=&#34;lazy&#34; src=&#34;http://www.javaportal.it/portal/images/jippi.gif&#34;&gt;
Dopo tanto tempo, un post in Italiano.
Sono qui solo per segnalarvi che &lt;a href=&#34;http://www.detronizator.org/outputs/jpound/&#34;&gt;la mia Tesi su &amp;ldquo;Asterisk e JPound&amp;rdquo;&lt;/a&gt; (per qualche oscuro motivo a me ignoto ;) ) e&amp;rsquo; stata &lt;a href=&#34;http://www.javaportal.it/rw/19651/13381/25858/39970/editorial.html&#34;&gt;pubblicata su&lt;/a&gt;  &lt;a href=&#34;http://www.javaportal.it/&#34;&gt;Java Italian Portal&lt;/a&gt; tra i Tutorial (???).&lt;/p&gt;
&lt;p&gt;Spero che qualcuno possa trovarla utile a fini didattici, dato che non ho potuto continuare il suo sviluppo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPhone Main Features</title>
      <link>https://ivandemarino.me/posts/iphone-main-features/</link>
      <pubDate>Thu, 21 Jun 2007 11:15:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iphone-main-features/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;iPhone Main Features&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/2472699_b885b22587_o.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Simply LOL!!! :D &lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Me on Facebook</title>
      <link>https://ivandemarino.me/posts/me-on-facebook/</link>
      <pubDate>Mon, 18 Jun 2007 20:11:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/me-on-facebook/</guid>
      <description>&lt;p&gt;No, I have not a &lt;a href=&#34;http://www.facebook.com/&#34;&gt;Facebook&lt;/a&gt; account. It&amp;rsquo;s just a friend of mine, &lt;a href=&#34;http://www.facebook.com/album.php?aid=2707&amp;amp;l=d0761&amp;amp;id=516458055&#34;&gt;Vidula&lt;/a&gt;, that has putted pictures of us (Lennart, Sebastian, Serage, Vidula and me).&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://photos-034.ak.facebook.com/ip002/v99/90/117/516458055/n516458055_68034_9053.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;How ugly I&amp;rsquo;m? :(&lt;/p&gt;</description>
    </item>
    <item>
      <title>Where the Hell is ZFS?</title>
      <link>https://ivandemarino.me/posts/where-the-hell-is-zfs/</link>
      <pubDate>Tue, 12 Jun 2007 09:53:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/where-the-hell-is-zfs/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Leopard&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/home/2007/images/macosxleopard20070611.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ok, the features of &lt;a href=&#34;http://www.apple.com/macosx/leopard/&#34;&gt;Leo&lt;/a&gt; are not so &amp;ldquo;special&amp;rdquo; and &amp;ldquo;amazing&amp;rdquo; and &amp;ldquo;incredible&amp;rdquo;, but I suppose that, until October, &lt;a href=&#34;http://www.apple.com/&#34;&gt;Apple&lt;/a&gt;wants to still hide some secrets.&lt;/p&gt;
&lt;p&gt;But, &lt;strong&gt;WHERE THE HELL IS ZFS???&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-22/</link>
      <pubDate>Thu, 07 Jun 2007 10:49:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-22/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/JIApJMzGzDQ&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Unity in VMware Fusion for Mac OS X&lt;/strong&gt;
Abstract: &lt;strong&gt;Demonstration of VMware Fusion&#39;s upcoming Unity feature which allows users to interact with Windows applications on Mac OS X as if they were Mac applications.&lt;/strong&gt;
Source: [TUAW](http://www.tuaw.com/2007/06/06/vmware-fusion-unity/).
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>S. Jobs is gonna kill J. Schwartz</title>
      <link>https://ivandemarino.me/posts/s-jobs-is-gonna-kill-j-schwartz/</link>
      <pubDate>Thu, 07 Jun 2007 10:46:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/s-jobs-is-gonna-kill-j-schwartz/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Jonathan Schwartz&#34; loading=&#34;lazy&#34; src=&#34;http://www.neuronaltraining.net/Blog/uploaded_images/Jonathan%20Schwartz.jpg&#34;&gt;
The information comes directly form &lt;a href=&#34;http://blogs.sun.com/jonathan/&#34;&gt;Jonathan Schwartz, Sun Microsystems CEO&lt;/a&gt;.
I &lt;del datetime=&#34;2007-06-07T09:37:36+00:00&#34;&gt;hope&lt;/del&gt; am &lt;strong&gt;sure&lt;/strong&gt; [en:Steve_Jobs|Steve] will &lt;del datetime=&#34;2007-06-07T09:37:36+00:00&#34;&gt;not&lt;/del&gt; be &lt;strong&gt;angry&lt;/strong&gt; for this: the &lt;a href=&#34;http://developer.apple.com/wwdc/&#34;&gt;WWDC&lt;/a&gt;is the next week&amp;hellip; and [en:Jonathan_Schwartz|Schwartz] &lt;a href=&#34;http://www.macrumors.com/2007/06/06/zfs-to-become-default-file-system-in-leopard/&#34;&gt;has revealed&lt;/a&gt; one of the &lt;strong&gt;BIGGEST FEATURES&lt;/strong&gt;!!!&lt;/p&gt;
&lt;p&gt;Anyway, &lt;strong&gt;GREAT NEWS&lt;/strong&gt;! Leopard is gonna be the &lt;strong&gt;BEST&lt;/strong&gt; [en:Operating_System|OS] for Desktops in the World.&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&#34;http://www.tuaw.com/2007/06/06/zfs-to-be-the-default-file-system-in-leopard/&#34;&gt;TUAW&lt;/a&gt; and &lt;a href=&#34;http://www.macrumors.com/2007/06/06/zfs-to-become-default-file-system-in-leopard/&#34;&gt;Mac Rumors&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit&lt;/strong&gt;: Thanks &lt;strong&gt;alhandra&lt;/strong&gt; for the hint about &amp;ldquo;hungry&amp;rdquo; and &amp;ldquo;angry&amp;rdquo; :P .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Is like give a A Glass of Ice Water in the Hell</title>
      <link>https://ivandemarino.me/posts/is-like-give-a-a-glass-of-ice-water-in-the-hell/</link>
      <pubDate>Thu, 31 May 2007 13:58:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/is-like-give-a-a-glass-of-ice-water-in-the-hell/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m looking these 2 videos about the Chat between [en:Steve_Jobs|S. Jobs] and [en:Bill_Gates|B. Gates] at &lt;a href=&#34;http://d.wsj.com/schedule/index.html&#34;&gt;All Things Digital 2007&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Actually I finished this:&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://services.brightcove.com/services/viewer/federated_f8/452319854&#34; bgcolor=&#34;#FFFFFF&#34; flashVars=&#34;videoId=933742971&amp;playerId=452319854&amp;viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&amp;servicesURL=http://services.brightcove.com/services&amp;cdnURL=http://admin.brightcove.com&amp;domain=embed&amp;autoStart=false&amp;&#34; base=&#34;http://admin.brightcove.com&#34; name=&#34;flashObj&#34; width=&#34;486&#34; height=&#34;412&#34; seamlesstabbing=&#34;false&#34; type=&#34;application/x-shockwave-flash&#34; swLiveConnect=&#34;true&#34; pluginspage=&#34;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;And on my way to see the most interesting one:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Good Luck Grace</title>
      <link>https://ivandemarino.me/posts/good-luck-grace/</link>
      <pubDate>Sun, 27 May 2007 23:23:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/good-luck-grace/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Università Orientale - Naples&#34; loading=&#34;lazy&#34; src=&#34;http://www.danpiz.net/napoli/images/Logo_Orientale.gif&#34;&gt;
A friend of mine (one of the Best&amp;rsquo;s ;)) will do the &lt;strong&gt;Final Exam&lt;/strong&gt;&amp;hellip; just &lt;strong&gt;Tomorrow&lt;/strong&gt; (28th of May 2007)!
I&amp;rsquo;m now in London and the exam will be &lt;a href=&#34;http://maps.google.it/maps?f=q&amp;amp;hl=it&amp;amp;q=via+Chiatamone+61,+Napoli&amp;amp;sll=40.830502,14.246049&amp;amp;sspn=0.007793,0.016308&amp;amp;ie=UTF8&amp;amp;ll=40.83094,14.245577&amp;amp;spn=0.007793,0.016308&amp;amp;z=16&amp;amp;iwloc=addr&amp;amp;om=1&#34;&gt;in Naples&lt;/a&gt;, so&amp;hellip; I&amp;rsquo;ll not be present :( .&lt;/p&gt;
&lt;p&gt;But my Soul, my Friendship and my Heart will be there&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong style=&#34;font-size: 150%; &#34;&gt;Good Luck Grace&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;P.S.: &lt;strong&gt;Ti voglio un Mondo di Bene!!!&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Resume/CV updated!</title>
      <link>https://ivandemarino.me/posts/resume-cv-updated-2/</link>
      <pubDate>Sun, 27 May 2007 14:53:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/resume-cv-updated-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;ASD - Accredited Symbian Developer logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/05/asd-logo.png&#34;&gt;
&lt;strong&gt;In English:&lt;/strong&gt; At my &lt;a href=&#34;http://www.detronizator.org/bio/resume/&#34;&gt;Resume Page&lt;/a&gt; you can find an updated version of my CV (New Symbian Employement and ASD Certification).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In Italiano:&lt;/strong&gt; Alla mia &lt;a href=&#34;http://www.detronizator.org/bio/resume/&#34;&gt;Pagina Resume&lt;/a&gt; potete trovare la versione aggiornata del mio CV (Nuovo impiego in Symbian e Certificazione ASD).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Who wants to work in Symbian?</title>
      <link>https://ivandemarino.me/posts/who-wants-to-work-in-symbian/</link>
      <pubDate>Wed, 23 May 2007 17:30:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/who-wants-to-work-in-symbian/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Symbian Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.symbian.com/images/logos/symbian.gif&#34;&gt;
Guys, it&amp;rsquo;s time.
If someone want to apply, as Graduate or (better) as Professional&amp;hellip; it is a pleasure for me to do.
Actually I&amp;rsquo;m thinking about:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Alexa&lt;/li&gt;
&lt;li&gt;Faucho&lt;/li&gt;
&lt;li&gt;Ugo&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Other good candidates, but that I think not interested are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SbatMan&lt;/li&gt;
&lt;li&gt;Biondo&lt;/li&gt;
&lt;li&gt;Eligio&lt;/li&gt;
&lt;li&gt;Nemo&lt;/li&gt;
&lt;li&gt;Ayor&lt;/li&gt;
&lt;li&gt;Luke&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But, if someone wants to apply, let me know.
Go on &lt;a href=&#34;http://www.symbian.com/about/careers/index.html&#34;&gt;http://www.symbian.com/about/careers/index.html&lt;/a&gt; for more details and vacancies. The Graduate program is the same I did&amp;hellip; and can be a good idea for you too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Champagne, the Name of a strage Wine</title>
      <link>https://ivandemarino.me/posts/champagne-the-name-of-a-strage-wine/</link>
      <pubDate>Tue, 22 May 2007 23:13:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/champagne-the-name-of-a-strage-wine/</guid>
      <description>&lt;p&gt;Almost 5 weeks ago a collegues (and now friend) of mine was wondering about the name of &amp;ldquo;Champagne&amp;rdquo;:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://upload.wikimedia.org/wikipedia/commons/3/39/Champagne.jpg&#34;&gt;&lt;img alt=&#34;Champagne&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/3/39/Champagne.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip;
Wines from the Champagne region were already known before medieval times. Churches owned vineyards, and monks produced wine for use in the sacrament of Eucharist. French kings were traditionally anointed in Reims. Champagne wine flowed as part of coronation festivities.
Kings appreciated the still, light, and crisp wine, and offered it as an homage to other monarchs in Europe. In the 17th century, still wines of Champagne were the chosen wines for celebration in European countries. The English were the biggest consumers of Champagne wines, and drank a lot of sparkling wines.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-4/</link>
      <pubDate>Tue, 15 May 2007 13:40:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-4/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/3GJOVPjhXMY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Star Wars kid Drunken Jedi&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/GRiJVMASwjI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Star Wars Kid Matrix&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;p&gt;Very very Funny!!! ;)&lt;/p&gt;
&lt;p&gt;On &lt;a href=&#34;http://youtube.com/&#34;&gt;YouTube&lt;/a&gt;is available the &amp;ldquo;making-of&amp;rdquo; also.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Beating Heart disease All Together</title>
      <link>https://ivandemarino.me/posts/beating-heart-disease-all-together/</link>
      <pubDate>Sun, 13 May 2007 22:00:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/beating-heart-disease-all-together/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s the name of a &lt;a href=&#34;http://www.bhf.org.uk/news_and_campaigning/our_campaigns/30_a_day_campaign.aspx&#34;&gt;very funny (and smart) campain of the &amp;ldquo;British Heart Foundation&amp;rdquo;&lt;/a&gt;, that wants to help any &amp;ldquo;over 50&amp;rdquo; (but why not also &amp;ldquo;under 50&amp;rdquo; ;-) ) to take &amp;ldquo;30 Minuts everyday&amp;rdquo; to do&amp;hellip; something good for their hearts.&lt;/p&gt;
&lt;p&gt;The [en:British_Heart_Foundation|B.H.F.] has make a lot of funny ads (there are a lot of them everywhere here in London). My favourite? The answer could not be more obvious.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Room in Acton House</title>
      <link>https://ivandemarino.me/posts/my-room-in-acton-house/</link>
      <pubDate>Sun, 29 Apr 2007 23:46:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-room-in-acton-house/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://beta.zooomr.com/smartsets/detronizator/14151&#34;&gt;Here&lt;/a&gt; is a SmartSet on Zooomr. Do you like it? ;)&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;My Bath&amp;hellip;&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/1034611_f0fe300a2b.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I have &lt;a href=&#34;http://maps.google.co.uk/maps?f=q&amp;amp;hl=en&amp;amp;q=253,+horn+lane&amp;amp;sll=53.098145,-2.443696&amp;amp;sspn=6.533077,16.699219&amp;amp;layer=&amp;amp;ie=UTF8&amp;amp;z=16&amp;amp;om=1&amp;amp;iwloc=addr&#34;&gt;GeoTagged them too&lt;/a&gt; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>A little piece of bits</title>
      <link>https://ivandemarino.me/posts/a-little-piece-of-bits/</link>
      <pubDate>Wed, 25 Apr 2007 01:00:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-little-piece-of-bits/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;WiFi Thief&#34; loading=&#34;lazy&#34; src=&#34;http://www.wifieducationbureau.org/atrisk.jpg&#34;&gt;
I don&amp;rsquo;t know HOW but&amp;hellip; I&amp;rsquo;m online. Someone, for my luckyness, doesn&amp;rsquo;t know the meaning of the words like &amp;ldquo;Security&amp;rdquo;, &amp;ldquo;Privacy&amp;rdquo;, &amp;ldquo;Protection&amp;rdquo;, &amp;ldquo;Encryption&amp;rdquo;, &amp;ldquo;Authorization&amp;rdquo;, &amp;ldquo;Identification&amp;rdquo;&amp;hellip;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not a post, it&amp;rsquo;s only to say that &amp;ldquo;I&amp;rsquo;m not dead&amp;rdquo;: I have only little problems.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;I&amp;rsquo;m now a London Citizen (I live at the 253 of Horn Lane, near North Acton Tube Station)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I&amp;rsquo;m a Graduate of the &lt;a href=&#34;http://www.symbian.com/&#34;&gt;Symbian&lt;/a&gt; BootCamp codename &amp;ldquo;Donatello&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Matrix Consulting sta cercando Te!</title>
      <link>https://ivandemarino.me/posts/matrix-consulting-sta-cercando-te/</link>
      <pubDate>Fri, 13 Apr 2007 11:11:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/matrix-consulting-sta-cercando-te/</guid>
      <description>&lt;p&gt;Matrix Consulting (&lt;a href=&#34;http://www.matrixconsulting.it&#34;&gt;www.matrixconsulting.it&lt;/a&gt;) cerca grafici e programmatori per creare un team affiatato per espandersi nel mondo del multimedia (siti, presentazioni, videogiochi, spot).&lt;/p&gt;
&lt;p&gt;Gradita esperienza web e conoscenza dei principali linguaggi di programmazione (Java, C++, ActionScript, ASP, PHP, ecc&amp;hellip;). Per i grafici è necessaria un&amp;rsquo;infarinatura di grafica vettoriale.&lt;/p&gt;
&lt;p&gt;Cerchiamo personale di tutti i livelli di esperienza sia tirocinanti che professionisti.&lt;/p&gt;
&lt;p&gt;Se sei interessato, Manda il curriculum ad &lt;a href=&#34;mailto:antonio.clemente@matrixconsulting.it&#34;&gt;antonio.clemente@matrixconsulting.it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ring or Fart?</title>
      <link>https://ivandemarino.me/posts/ring-or-fart/</link>
      <pubDate>Fri, 06 Apr 2007 22:44:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ring-or-fart/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/noxjjLBtf0Q&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title:&lt;/strong&gt; TootTone
&lt;storng&gt;Abstract: Turns the fart into mobilephone ringtones, very useful.
&lt;/storng&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Thanks to Lelly for the suggestion.
ROTFL!!! :D  :D  :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Detronizator now on WordPress 2.1.3</title>
      <link>https://ivandemarino.me/posts/detronizator-now-on-wordpress-2-1-3/</link>
      <pubDate>Tue, 03 Apr 2007 14:33:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detronizator-now-on-wordpress-2-1-3/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;WP logo&#34; loading=&#34;lazy&#34; src=&#34;http://wordpress.org/style/header-logo.png&#34;&gt;
Post of April the 3rd, 2007 (today) taken by the WordPress.org official blog:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;WordPress 2.1.3 and 2.0.10&lt;/strong&gt;
By &lt;a href=&#34;http://photomatt.net/&#34;&gt;Matt&lt;/a&gt;. Filed under &lt;em&gt;Security&lt;/em&gt;, &lt;em&gt;Releases&lt;/em&gt;.
We have a security update release now available for both the 2.1 and 2.0 branches of WordPress &lt;a href=&#34;http://wordpress.org/download/&#34;&gt;now available for immediate download&lt;/a&gt;. This update is highly recommend for all users of both branches.
These releases include fixes for several publicly known minor XSS issues, one major XML-RPC issue, and a proactive full sweep of the WordPress codebase to protect against future problems. Many thanks to &lt;a href=&#34;http://www.notsosecure.com/&#34;&gt;Sumit Siddharth&lt;/a&gt; and &lt;a href=&#34;http://www.buayacorp.com/&#34;&gt;Alex Concha&lt;/a&gt; for their help with reporting issues in this release.
As an update to &lt;a href=&#34;http://wordpress.org/development/2007/03/upgrade-212/&#34;&gt;the systems issue we had last month&lt;/a&gt;, we have taken dozens of additional precautions with the servers and systems that run WordPress.org and they appear to be working well, despite hundreds of hack attempts after we publicly disclosed there had been a problem. We are also now aggressively monitoring all downloads for any changes or modifications, and we are confident the same type of problem won’t happen again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DRM-Free Music on iTunes: it&#39;s official!</title>
      <link>https://ivandemarino.me/posts/drm-free-music-on-itunes-it-s-official/</link>
      <pubDate>Mon, 02 Apr 2007 22:37:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/drm-free-music-on-itunes-it-s-official/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;EMI logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.blogsmithmedia.com/www.tuaw.com/media/2007/04/emilogo.png&#34;&gt;
Every (almost) web site is say the same thing: today is a big day for the freedom (of the music and the customers). &lt;a href=&#34;http://www.detronizator.org/2007/02/07/drm-and-jobs/&#34;&gt;The Jobs&amp;rsquo;s tought is now reality&lt;/a&gt;.
[en:EMI] (in the person of the CEO, Eric Nicoli) and [en:Steve_Jobs|Jobs], in a live blogging on &lt;a href=&#34;http://www.engadget.com/2007/04/02/steve-jobs-and-emi-present-an-exciting-new-digital-offering/&#34;&gt;Engadget&lt;/a&gt;, announce that, starting on May 2007, &lt;strong&gt;&lt;a href=&#34;http://www.apple.com/itunes/&#34;&gt;iTunes&lt;/a&gt; (and, probably, any other EMI music reseller) will sell music without any DRM&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Details can be found on:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Laurie is also a novel author</title>
      <link>https://ivandemarino.me/posts/laurie-is-also-a-novel-author/</link>
      <pubDate>Mon, 02 Apr 2007 16:37:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/laurie-is-also-a-novel-author/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;The Gun Seller&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/5/55/Laurie-the_gun_seller-1-.jpg&#34;&gt;
Thanks to &lt;a href=&#34;http://www.tvblog.it/post/4882/hugh-laurie-lo-scrittore&#34;&gt;tv|blog&lt;/a&gt; I have disclosed that [en:Hugh Laurie] is ALSO a novel author. On 1996, Hugh has written [en:The Gun Seller]:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Gun Seller (1996) is Hugh Laurie&amp;rsquo;s first, and to date only, novel. It concerns former Scots Guards officer Thomas Lang and his reluctant involvement in a conspiracy involving international arms dealers, terrorists, the CIA, the MOD, beautiful women and fast motorcycles. &lt;strong&gt;Wary of becoming another &amp;ldquo;celebrity author&amp;rdquo;, Laurie initially submitted his manuscript pseudonymously, only revealing his identity after it had been accepted for publication and was persuaded by his publicist to publish the book under his real name for the sake of publicity.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>What&#39;s your side?</title>
      <link>https://ivandemarino.me/posts/what-s-your-side/</link>
      <pubDate>Thu, 29 Mar 2007 22:24:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/what-s-your-side/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://static.blogo.it/cineblog/1395550xOPTIMUS.jpg&#34;&gt;&lt;img alt=&#34;Optimus&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/cineblog/1395550xOPTIMUS.jpg&#34;&gt;&lt;/a&gt;&lt;a href=&#34;http://static.blogo.it/cineblog/1394550xMEGATRON.jpg&#34;&gt;&lt;img alt=&#34;Megatron&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/cineblog/1394550xMEGATRON.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My side? [en:Optimus Prime] (also known as [en:Optimus Primal]), of course!&lt;/p&gt;</description>
    </item>
    <item>
      <title>I SuperEroi</title>
      <link>https://ivandemarino.me/posts/i-supereroi/</link>
      <pubDate>Tue, 27 Mar 2007 18:51:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-supereroi/</guid>
      <description>&lt;p&gt;Con piacere segnalo un &lt;a href=&#34;http://alhandra.wordpress.com/2007/03/27/riusciranno-i-nostri-eroi-nellimpresa/&#34;&gt;bellissimo &amp;ldquo;sunto ragionato&amp;rdquo; di Alhandra&lt;/a&gt; sul [it:Berlusconi|Nano di Arcore].&lt;/p&gt;
&lt;p&gt;Riporto il mio commento sul suo blog:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Applaudo.
Un sunto “veloce” ma per nulla “superficiale”.
Sono cose che, personalmente, ho letto e straletto… ma non fa mai male ripassarsele. Per ricordare. Per “non smettere di sapere”.
Ed in particolare, concordo con l’ultima frase: «… finchè l’expremier avrà potere non ci potrà mai essere giustizia!!!»&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>IRon</title>
      <link>https://ivandemarino.me/posts/iron/</link>
      <pubDate>Tue, 27 Mar 2007 15:54:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iron/</guid>
      <description>&lt;p&gt;Ok, it&amp;rsquo;s an horrible game of words (Just say if you understand it). But I have to post these photos! :D
&lt;img alt=&#34;iRon 01&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/869470_026753b957.jpg&#34;&gt;
&lt;img alt=&#34;iRon 02&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/869476_4462b4b54d.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/2007/03/26/iron-a-shirt/&#34;&gt;I&amp;rsquo;m ironing&lt;/a&gt; a lot of things (I left only 2 shirt&amp;hellip; for tomorrow). It&amp;rsquo;s the demonstration that &amp;ldquo;The Man does not need The Woman!&amp;rdquo; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>300 volte Sparta</title>
      <link>https://ivandemarino.me/posts/300-volte-sparta/</link>
      <pubDate>Mon, 26 Mar 2007 23:06:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/300-volte-sparta/</guid>
      <description>&lt;p&gt;Magnifico! Stupendo! Quasi Inarrivabile!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Kick of Leonida&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/f/ff/This.Is.Sparta_GN.to.film.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Cast&lt;/strong&gt;: Gerard Butler, Lena Headey, David Wenham, Dominic West, Vincent Regan, Rodrigo Santoro, Andrew Tiernan, Andrew Pleavin
&lt;strong&gt;Regia&lt;/strong&gt;: Zack Snyder
&lt;strong&gt;Sceneggiatura&lt;/strong&gt;: Zack Snyder, Michael Gordon
&lt;strong&gt;Durata&lt;/strong&gt;: 01:57:00
&lt;strong&gt;Data di uscita&lt;/strong&gt;: Venerdì 23 Marzo 2007
&lt;strong&gt;Generi&lt;/strong&gt;: Drammatico, Storico, Guerra
&lt;strong&gt;Distribuito da&lt;/strong&gt;: WARNER BROS. ITALIA&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Non si poteva fare di meglio con lo stupendo fumetto di [en:Frank_Miller|Miller].
Una fotografia senza uguali, un ritmo che definirei &amp;ldquo;SPARTANO&amp;rdquo;, una carica emotiva tale&amp;hellip; da farti sentire parte della LOTTA di questi 300 valorosi contro l&amp;rsquo;irriverente avanzata Persiana.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Iron a Shirt</title>
      <link>https://ivandemarino.me/posts/iron-a-shirt/</link>
      <pubDate>Mon, 26 Mar 2007 12:03:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iron-a-shirt/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m going away. And I have to learn &amp;ldquo;how to iron&amp;rdquo;. And, as anyone knows, the hardest thing to iron are the Shirts.&lt;/p&gt;
&lt;p&gt;So, this is the first experiment: what do you think? ;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://beta.zooomr.com/photos/detronizator/861648/&#34;&gt;&lt;img alt=&#34;First Shirt ironed by Me-1&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/861648_55655f52e0_m.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://beta.zooomr.com/photos/detronizator/861645/&#34;&gt;&lt;img alt=&#34;First Shirt ironed by Me-2&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/861645_42df482c90_m.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Zooomr RSS Plugin</title>
      <link>https://ivandemarino.me/posts/new-zooomr-rss-plugin/</link>
      <pubDate>Sun, 25 Mar 2007 16:08:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-zooomr-rss-plugin/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ladybirds on the Etna&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/847323_1810b71026_t.jpg&#34;&gt;
I continue to follow &lt;a href=&#34;http://blog.neminis.org/&#34;&gt;Neminis&lt;/a&gt; about the HDR. And also about &amp;ldquo;the way to publish images&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;I have installed the &lt;a href=&#34;http://inmyplace.info/2006/09/02/my-zooomrrss-plugin-a-first-release/&#34;&gt;Zooomr RSS Plugin&lt;/a&gt; by &lt;a href=&#34;http://inmyplace.info/about-me/&#34;&gt;Hans&lt;/a&gt;. It&amp;rsquo;s now on your right side.&lt;/p&gt;
&lt;p&gt;Hi say hello with &lt;a href=&#34;http://beta.zooomr.com/photos/detronizator/847323&#34;&gt;a lot of beautifull Ladybirds from the Etna&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-28/</link>
      <pubDate>Sun, 25 Mar 2007 14:10:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-28/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/GnmKDlw9IwI&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; &lt;strong&gt;Title: Cubo Rubik con ojos cerrados
&lt;/strong&gt;&lt;strong&gt;Abstract:&lt;/strong&gt; Un chico que monta el cubo de Rubik con los ojos cerrados.
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s very amazing! And&amp;hellip; It would be the same also with the eyes opened!!! O_O&lt;/p&gt;
&lt;p&gt;Thanks to MadMonkey for the suggestion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ai romani piace l&#39;Amatriciana...</title>
      <link>https://ivandemarino.me/posts/ai-romani-piace-l-amatriciana/</link>
      <pubDate>Fri, 23 Mar 2007 17:22:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ai-romani-piace-l-amatriciana/</guid>
      <description>&lt;p&gt;&amp;hellip; ma anche la Mela.
E l&amp;rsquo;hanno scoperto anche a [en:Cupertino]. Ed infatti l&amp;rsquo;Apple Store è ormai in prossima apertura. Come avrete letto su un altro milione di blog italiani (e non).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.apple.com/it/retail/romaest/week/20070401.html&#34;&gt;Qui&lt;/a&gt; trovate la pagina ufficiale di Apple che descive l&amp;rsquo;evento.&lt;/p&gt;
&lt;p&gt;Ci vorrei andare anche io, magari per una delle 1000 magliette commemorative e per firmare il coupon per il concorso. Ma&amp;hellip; chi è disponibile? Chi viene con me?&lt;/p&gt;
&lt;p&gt;Volete vedere la maglietta? O magari il suo package?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Help me with the final Baggage</title>
      <link>https://ivandemarino.me/posts/help-me-with-the-final-baggage/</link>
      <pubDate>Thu, 22 Mar 2007 16:39:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/help-me-with-the-final-baggage/</guid>
      <description>&lt;p&gt;Hi.
Can you help me?&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m writing down a list of things that I have to bring with me for my &amp;ldquo;final move&amp;rdquo; in UK. I need an help: &lt;strong&gt;what do you&amp;rsquo;d put in your baggage for a light-move to another country?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Obviously, you can exclude everything that you&amp;rsquo;d bring for a normal &amp;ldquo;travel with return&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Every help will be appreciated! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>HDR experiments...</title>
      <link>https://ivandemarino.me/posts/hdr-experiments/</link>
      <pubDate>Thu, 22 Mar 2007 15:40:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hdr-experiments/</guid>
      <description>&lt;p&gt;Because I can&amp;rsquo;t resist to try to understand&amp;hellip; when &lt;a href=&#34;http://blog.neminis.org/esperimenti-di-fotografia.html&#34;&gt;my great friend&lt;/a&gt; try something ;) .&lt;/p&gt;
&lt;p&gt;Here you can see the original version of two images:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://beta.zooomr.com/photos/detronizator/842237/&#34;&gt;&lt;img alt=&#34;Apple Store - Regent&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/842237_9df74d1023_m.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;London - Regent&amp;rsquo;s Street - &lt;strong&gt;Apple Store&lt;/strong&gt; (made by me during my second trip at London for the &lt;a href=&#34;http://www.detronizator.org/2007/02/14/im-in/&#34;&gt;Assesment Day of Symbian&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://beta.zooomr.com/photos/detronizator/842230/&#34;&gt;&lt;img alt=&#34;Gulls&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/842230_b855d6c958_m.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Gulls (by National Geographics)&lt;/p&gt;
&lt;p&gt;And, after the jump, the [en:HDR]ed version.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Speed up Mail.app</title>
      <link>https://ivandemarino.me/posts/speed-up-mail-app/</link>
      <pubDate>Mon, 05 Mar 2007 12:06:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/speed-up-mail-app/</guid>
      <description>&lt;h1 id=&#34;vacuum&#34;&gt;&lt;img alt=&#34;Mail.app icon&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/macosx/features/mail/images/indextop20050412.jpg&#34;&gt;
+
&lt;img alt=&#34;SQLite logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.sqlite.org/sqlite.gif&#34;&gt;
+
&lt;code&gt;vacuum&lt;/code&gt;&lt;/h1&gt;
&lt;p&gt;BRRRRRUUUUUUUUUMMMMM!&lt;/p&gt;
&lt;p&gt;Anyone that use Mail.app (the &amp;ldquo;official&amp;rdquo; mail client on [en:Mac OS X]) knows that the greater mailboxes become, the slower Mail.app goes. I don&amp;rsquo;t know how many email I have, but the oldest is from the 2002 (I have cutted older because they became useless).&lt;/p&gt;
&lt;p&gt;Today, I found an interesting link on &lt;a href=&#34;http://www.tuaw.com/2007/03/01/speed-up-your-mail-app/&#34;&gt;TUAW&lt;/a&gt;: &lt;a href=&#34;http://www.hawkwings.net/2007/03/01/a-faster-way-to-speed-up-mailapp/&#34;&gt;A faster way to speed up Mail.app&lt;/a&gt; on &lt;a href=&#34;http://www.hawkwings.net/2007/03/01/a-faster-way-to-speed-up-mailapp/&#34;&gt;Hawk Wings&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Starting from that tips, I have expanded it to &lt;code&gt;vacuum&lt;/code&gt; every table in the &lt;a href=&#34;http://www.sqlite.org/&#34;&gt;SQLite3&lt;/a&gt; database used from Mail.app to index our emails.&lt;/p&gt;
&lt;p&gt;Continue to see the mini-howto.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fusion Beta 2 available</title>
      <link>https://ivandemarino.me/posts/fusion-beta-2-available/</link>
      <pubDate>Mon, 05 Mar 2007 11:37:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fusion-beta-2-available/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;VMWare logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.vmware.com/img/logo_top.gif&#34;&gt;
Today, after &lt;a href=&#34;http://blog.neminis.org/fin-dove-riesci-a-contare.html#comment-8911&#34;&gt;finishing&lt;/a&gt; of the &lt;a href=&#34;http://0.xmau.com/&#34;&gt;URL-game&lt;/a&gt; of &lt;a href=&#34;http://xmau.com&#34;&gt;xmau&lt;/a&gt; (I have jumped the 42 because&amp;hellip; I don&amp;rsquo;t know how to make &lt;a href=&#34;http://www.google.it/search?q=answer+to+life+the+universe+and+everything&#34;&gt;THE QUESTION&lt;/a&gt;: I have found the credits casually! ;) ), I have decided to come back to life.&lt;/p&gt;
&lt;p&gt;And, on &lt;a href=&#34;http://www.tuaw.com/2007/03/02/vmware-fusion-beta-2-with-experimental-3d-graphics/&#34;&gt;TUAW&lt;/a&gt;, I found this: &lt;a href=&#34;http://www.vmware.com&#34;&gt;VMWare&lt;/a&gt; release the beta 2 of &lt;a href=&#34;http://www.vmware.com/products/beta/fusion/&#34;&gt;Fusion, the [en:Mac_OS_X|MacOSX] version of VMWare Virtualization System&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The biggest news is the availability of the native 3D-Support of DirectX for virtualized [en:Windows] installations.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.vmware.com/products/beta/fusion/releasenotes_fusion.html&#34;&gt;Here the Release Notes&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-7/</link>
      <pubDate>Sun, 04 Mar 2007 16:23:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-7/</guid>
      <description>&lt;p&gt;&lt;embed src=&#34;http://services.brightcove.com/services/viewer/federated_f8/348520164&#34; bgcolor=&#34;#FFFFFF&#34; flashVars=&#34;videoId=372186399&amp;playerId=348520164&amp;viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&amp;servicesURL=http://services.brightcove.com/services&amp;cdnURL=http://admin.brightcove.com&amp;domain=embed&amp;autoStart=false&amp;&#34; base=&#34;http://admin.brightcove.com&#34; name=&#34;flashObj&#34; width=&#34;486&#34; height=&#34;412&#34; seamlesstabbing=&#34;false&#34; type=&#34;application/x-shockwave-flash&#34; swLiveConnect=&#34;true&#34; pluginspage=&#34;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title&lt;/strong&gt;: 300 - Italian Trailer&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I&amp;rsquo;m waiting for the [en:Sin_City|next big movie] from the Graphic Novel of the [en:Frank_Miller_(comics)|SUPER FRANK MILLER]!&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenSolaris free Starter Kit</title>
      <link>https://ivandemarino.me/posts/opensolaris-free-starter-kit/</link>
      <pubDate>Fri, 02 Mar 2007 16:42:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/opensolaris-free-starter-kit/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;OpenSolaris StarterKit&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/778363_06ab1923cd_m.jpg&#34;&gt;
On &lt;a href=&#34;http://get.opensolaris.org/&#34;&gt;http://get.opensolaris.org/&lt;/a&gt; you can book a free OpenSolaris Starter Kit. It&amp;rsquo;s a good occasion to try the features of this SUPER-[en:Operating_System|OS] and familiarize with it.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;It&amp;rsquo;s free! Inside you&amp;rsquo;ll find tutorials, documentation, and two DVDs filled with useful software. Get started using OpenSolaris technology — right on your laptop or home PC.
This kit will help you learn about the OpenSolaris source code and the community. On the DVDs, you&amp;rsquo;ll find:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Silk - Seta</title>
      <link>https://ivandemarino.me/posts/silk-seta/</link>
      <pubDate>Thu, 01 Mar 2007 12:36:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/silk-seta/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Silk&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/cineblog/keira_silk.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Wandering&amp;rdquo; on &lt;a href=&#34;http://www.cineblog.it/post/4435/il-trailer-di-silk-seta-di-baricco&#34;&gt;Cine|blog&lt;/a&gt; I have found something special and unexpecteed: &lt;a href=&#34;en:Silk_(film)&#34;&gt;the cinematographic transposition&lt;/a&gt; &lt;a href=&#34;http://www.imdb.com/title/tt0494834/&#34;&gt;of Silk&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Silk is a novel by Italian writer [Alessandro Baricco](en:Alessandro Baricco). It was translated into English in 1997 by Guido Waldman. A new English translation by Ann Goldstein was published in 2006.&lt;/p&gt;
&lt;p&gt;Lelly has lent it to me two months ago: I have read it in few ours!!! A beautiful history of love and passion, &lt;em&gt;written without written words&lt;/em&gt;: everything is a gesture, an intuition, a reference to something &lt;em&gt;thinkable but not expressible&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>World Time Clock</title>
      <link>https://ivandemarino.me/posts/world-time-clock/</link>
      <pubDate>Thu, 01 Mar 2007 11:29:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/world-time-clock/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;World Time Clock&#34; loading=&#34;lazy&#34; src=&#34;http://www.junro.com/waals/waals_images/waals_bk01_300.jpg&#34;&gt;
The description from &lt;a href=&#34;http://www.momastore.org/museum/moma/ProductDisplay_World%20Time%20Clock_10451_10001_12266_-1_11536_11538_null__6J115&#34;&gt;MoMA Store&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;This barrel-shaped desk clock has 12 sides, each with the name of two major cities. Altogether, the 24 cities represent the 24 Global Time Zones. To find the local time in another time zone, simply roll the clock so the city representing that time zone is on top. A great gift for business travelers and globetrotters.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Author of this interesting gadget is &lt;a href=&#34;http://www.charlottevanderwaals.nl/&#34;&gt;Charlotte van der Waals&lt;/a&gt;, [en:Dutch] Industrial Designer. And, she seems to be very &amp;ldquo;clock addicted&amp;rdquo;, looking at &lt;a href=&#34;http://www.junro.com/waals/waals.html&#34;&gt;another gallery of products from her&lt;/a&gt;: in particular, it seems that she loves to make &amp;ldquo;world universal clocks&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Make Mac Icons</title>
      <link>https://ivandemarino.me/posts/how-to-make-mac-icons/</link>
      <pubDate>Mon, 26 Feb 2007 22:45:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-make-mac-icons/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Icon Zoom&#34; loading=&#34;lazy&#34; src=&#34;http://www.macinstruct.com/new/images/columns/icon1.jpg&#34;&gt;
Are you curious about &amp;ldquo;&lt;a href=&#34;http://www.macinstruct.com/node/59&#34;&gt;how to make icons for Mac&lt;/a&gt;&amp;rdquo;?
I&amp;rsquo;m.
And &lt;a href=&#34;http://www.tuaw.com/2007/02/26/how-to-make-mac-icons/&#34;&gt;TUAW have something for someone interested in the same thing&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A few weeks ago, Matthew Cone showed us how Macinstruct’s beautiful icons, courtesy of the talented Gary Gehiere, came to be (&lt;a href=&#34;http://www.macinstruct.com/node/40)&#34;&gt;http://www.macinstruct.com/node/40)&lt;/a&gt;. In that article, you were shown the beginning stages of icon design – how the meaning of an idea is distilled down to a few carefully placed pixels. The end result, of course, is seen here - on Macinstruct - in the icons scattered throughout the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Italia.it: la blogosfera italiana insorge</title>
      <link>https://ivandemarino.me/posts/italia-it-la-blogosfera-italiana-insorge/</link>
      <pubDate>Sun, 25 Feb 2007 01:22:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/italia-it-la-blogosfera-italiana-insorge/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Italia.it - Logo da 100.000€&#34; loading=&#34;lazy&#34; src=&#34;http://staging.aiap.it/imgcache/e07d7898bdfe97a435296201046fd2fb.png&#34;&gt;
Sta uscendo fuori di tutto.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blog.neminis.org/&#34;&gt;Nemo&lt;/a&gt; sta facendo la sua analisi personale, raccogliendo &lt;a href=&#34;http://blog.neminis.org/il-portale-italiait-testimonianze.html&#34;&gt;testimonianze&lt;/a&gt; e scoprendo &lt;a href=&#34;http://blog.neminis.org/il-portale-italiait-note-tecniche.html&#34;&gt;problemi e malfunzionamenti&lt;/a&gt; (che diavolo, pure il &lt;a href=&#34;http://blog.neminis.org/il-portale-italiait-meteo-fasullo.html&#34;&gt;meteo fasullo(!!!)&lt;/a&gt;). Oltre che &lt;a href=&#34;http://blog.neminis.org/il-portale-italiait-la-fotografia.html&#34;&gt;sprechi&lt;/a&gt; &lt;a href=&#34;http://blog.neminis.org/il-portale-italiait-il-logo.html&#34;&gt;ingiustificati&lt;/a&gt; (ma questa forse è l&amp;rsquo;unica cosa chiara da subito).&lt;/p&gt;
&lt;p&gt;E&amp;rsquo; stato aperto un blog in quattro e quattrotto (grazie a &lt;a href=&#34;http://wordpress.com&#34;&gt;wordpress.com&lt;/a&gt;) che si è posto come obiettivo quello analizzare per bene &lt;a href=&#34;http://www.detronizator.org/2007/02/23/italiait-cms-da-45-milioni-di-euro/&#34;&gt;italia.it&lt;/a&gt;: &lt;a href=&#34;http://scandaloitaliano.wordpress.com/&#34;&gt;http://scandaloitaliano.wordpress.com/ (ti.ailati.www)&lt;/a&gt;. E stanno davvero lavorando bene, raccogliendo testimonianze (verificandole) e informazioni di ogni genere. I post sono così tanti e così dettagliati, che non vale la pena citarli singolarmente, ma solo rimandarvi all&amp;rsquo;intero blog. Una chicca però ve la voglio segnalare: la &amp;ldquo;&lt;a href=&#34;http://scandaloitaliano.wordpress.com/galleria-immagini/&#34;&gt;Galleria Immagini&lt;/a&gt;&amp;rdquo;. Davvero fortissima e in costante aggiornamento: ci si sta sbizzarrendo a trasformare il logo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-32/</link>
      <pubDate>Fri, 23 Feb 2007 11:29:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-32/</guid>
      <description>&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt;&gt; &lt;embed src=&#34;http://www.youtube.com/v/hYMRepK_aqw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title&lt;/strong&gt;: When Graphic Artists Get Bored
&lt;strong&gt;Abstract&lt;/strong&gt;: Amazing display of animal pictures changed into weird and wonderful things. PLEASE NOTE: I did not create these videos! I received them in an email and created the clip for them. I understand that they were made at Worth1000.
&lt;strong&gt;Music&lt;/strong&gt;: Blue Man Group&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.bluevolvox.net/2007/02/divertirsi-con-photoshop&#34;&gt;BlueVolvox&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>italia.it: CMS da 45 Milioni di Euro</title>
      <link>https://ivandemarino.me/posts/italia-it-cms-da-45-milioni-di-euro/</link>
      <pubDate>Fri, 23 Feb 2007 11:10:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/italia-it-cms-da-45-milioni-di-euro/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Italia.it: il Logo&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/756997_72bd63d418_m.jpg&#34;&gt;
No, non sto scherzando affatto. &lt;a href=&#34;http://www.italia.it&#34;&gt;http://www.italia.it&lt;/a&gt;. Potete constatare da soli: poco più&amp;hellip; ma che dico&amp;hellip; MOLTO MENO DI UN [en:CMS]! Ad un prezzo davvero concorrenziale:&lt;/p&gt;
&lt;p&gt;45.000.000 €!!!&lt;/p&gt;
&lt;p&gt;Ma, c&amp;rsquo;è anche la beffa: andate su &lt;a href=&#34;http://www.italia.it:80/wps/portal/!ut/p/kcxml/04_Sj9SPykssy0xPLMnMz0vM0Y_QjzKLN4j3MgLJgFjGpvqRqCKOcIEgfW99X4_83FT9AP2C3NCIckdHRQA5fiw7/delta/base64xml/L0lDU0lKQ1RPN29na21BISEvb0VvUUFBSVFnakZJQUFRaENFSVFqR0VBLzRKRmlDbzBlaDFpY29uUVZHaGQtc0lRIS83XzBfMUw2LzE!?PC_7_0_1L6_WCM_CONTEXT=/wps/wcm/connect/Portale+del+Turismo/Note+legali/&#34;&gt;&amp;ldquo;Home &amp;gt; Note legali&amp;rdquo;&lt;/a&gt; (vi invito a notare il kilometrico indirizzo &lt;code&gt;http&lt;/code&gt; che caratterizza le pagine interne: un lavoro davvero ben fatto direi; sai il [en:crawler] di &lt;a href=&#34;http://www.google.com&#34;&gt;Google&lt;/a&gt; che divertimento&amp;hellip;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;[&amp;hellip;]
Innovazione Italia non sottopone i contenuti pubblicati a verifiche di qualità, veridicità, completezza, aggiornamento, curandone esclusivamente l’eventuale rielaborazione grafica e/o tecnica a fini di uniformità dell’aspetto del Sito, nonché di omogenea fruibilità dello stesso. Innovazione Italia non sottopone i contenuti pubblicati a verifiche di qualità, veridicità, completezza, aggiornamento, curandone esclusivamente l’eventuale rielaborazione grafica e/o tecnica a fini di uniformità dell’aspetto del Sito, nonché di omogenea fruibilità dello stesso. Innovazione Italia, pertanto, non assume alcuna responsabilità in ordine alla veridicità, attendibilità, accuratezza, completezza e aggiornamento delle informazioni contenute nel Sito, venendo queste ultime pubblicate così come esse sono rese disponibili per l’inserimento nel Sito stesso. Innovazione Italia non sottopone i contenuti pubblicati a verifiche di qualità, veridicità, completezza, aggiornamento, curandone esclusivamente l’eventuale rielaborazione grafica e/o tecnica a fini di uniformità dell’aspetto del Sito, nonché di omogenea fruibilità dello stesso. Innovazione Italia, pertanto, non assume alcuna responsabilità in ordine alla veridicità, attendibilità, accuratezza, completezza e aggiornamento delle informazioni contenute nel Sito, venendo queste ultime pubblicate così come esse sono rese disponibili per l’inserimento nel Sito stesso.
&lt;strong&gt;Sui contenuti possono essere apposte misure tecnologiche di protezione ai sensi dell’art. 102 quater della legge 22 aprile 1941, n. 633.&lt;/strong&gt;
[&amp;hellip;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Ma giusto per rindere un pò in più: notate la frase evidenziate a quale legge fa riferimento. ;) Ma vi pare che una legge del &amp;ldquo;1941&amp;rdquo; può regolare le &amp;ldquo;misure tecnologiche di protezione&amp;rdquo;? Cose da pazzi!
E non è finita&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symbian Contract&#39;s Package/Box</title>
      <link>https://ivandemarino.me/posts/symbian-contract-s-package-box/</link>
      <pubDate>Thu, 22 Feb 2007 23:48:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/symbian-contract-s-package-box/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://beta.zooomr.com/smartsets/detronizator/10666&#34;&gt;&lt;img alt=&#34;Symbian Contract&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/755161_4bbd60b964.jpg&#34;&gt;&lt;/a&gt;
When I have seen it, the first thing I have thinked was:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;WOW!
My new [en:MacBook Pro]!!! 8O&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Instead, it is the package of &lt;a href=&#34;http://www.detronizator.org/2007/02/14/im-in/&#34;&gt;my &lt;strong&gt;new contract&lt;/strong&gt; with&lt;/a&gt; &lt;a href=&#34;http://www.symbian.com/&#34;&gt;Symbian&lt;/a&gt; as [en:Graduate] [en:Software Engineer]. On &lt;a href=&#34;http://www.detronizator.org/2007/02/22/my-photo-on-zooomr/&#34;&gt;Zooomr&lt;/a&gt; &lt;a href=&#34;http://beta.zooomr.com/smartsets/detronizator/10666&#34;&gt;a complete SmartSet&lt;/a&gt; (aka &amp;ldquo;Dynamic Gallery&amp;rdquo;)!&lt;/p&gt;
&lt;p&gt;What&amp;rsquo;s next?&lt;/p&gt;</description>
    </item>
    <item>
      <title>My photo on Zooomr</title>
      <link>https://ivandemarino.me/posts/my-photo-on-zooomr/</link>
      <pubDate>Thu, 22 Feb 2007 00:17:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-photo-on-zooomr/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://beta.zooomr.com/photos/detronizator/752609/&#34;&gt;&lt;img alt=&#34;20070214-me&#34; loading=&#34;lazy&#34; src=&#34;http://static.zooomr.com/images/752609_ddee0ba964_m.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It is to get a free pro account ;) . &lt;a href=&#34;http://blog.zooomr.com/2006/07/20/more-love-for-bloggers-25gb-free-pro-accounts/&#34;&gt;Do you want one too?&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Secondo me ci siamo</title>
      <link>https://ivandemarino.me/posts/secondo-me-ci-siamo/</link>
      <pubDate>Wed, 21 Feb 2007 18:53:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/secondo-me-ci-siamo/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Urlo/Paura&#34; loading=&#34;lazy&#34; src=&#34;http://www.benessere.com/psicologia/images/urlo.jpg&#34;&gt;
Sta per tornare.&lt;/p&gt;
&lt;p&gt;Stavolta non credo che ce la facciamo.&lt;/p&gt;
&lt;p&gt;Ma ce lo meritiamo&amp;hellip; quindi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pirates doesn&#39;t want Vista</title>
      <link>https://ivandemarino.me/posts/pirates-doesn-t-want-vista/</link>
      <pubDate>Wed, 21 Feb 2007 15:06:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/pirates-doesn-t-want-vista/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Balmer vs. Pirates (that doesn&#34; loading=&#34;lazy&#34; src=&#34;http://www.geekculture.com/joyoftech/joyimages/927.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;In my opinion, Balmer is yelling because NO-ONE LIKES VISTA, PIRATES TOO!!! :D
Instead, &lt;strong&gt;everyone&lt;/strong&gt; is waiting &lt;del datetime=&#34;2007-02-21T14:03:55+00:00&#34;&gt;for steal&lt;/del&gt; Leopard!!! ;)&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://gustomela.blogsome.com/2007/02/21/steeeve-laltro/&#34;&gt;Gustomela&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Julian Beever</title>
      <link>https://ivandemarino.me/posts/julian-beever/</link>
      <pubDate>Wed, 21 Feb 2007 11:12:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/julian-beever/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;In English&lt;/em&gt;&lt;/strong&gt;:
Great! Insanelly Great!&lt;/p&gt;
&lt;p&gt;Modern Art has new ways and means to express itself with no doubt. Probably, the [en:Computer] it&amp;rsquo;s the biggest change we has: most of all for the Architecture. But, in the third millennium, people that can leave us without words still exists: people capable to make a Work of Art&amp;hellip; from a draw with crayon on a pavement.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://users.skynet.be/J.Beever/index.html&#34;&gt;Julian Beever&lt;/a&gt; is great: it&amp;rsquo;s useless to define his Art and his inspiration&amp;hellip; his fancy&amp;hellip; his liking&amp;hellip; his faculty of abstraction&amp;hellip;
To &amp;ldquo;define&amp;rdquo; his Art in the right way, the &lt;strong&gt;only&lt;/strong&gt; way is to show you a lot of photos from his gallery.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;In Italiano&lt;/em&gt;&lt;/strong&gt;:
Grande! Veramente Grande!&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;arte moderna ha indubbiamente nuovi mezzi e modi per esprimersi. Il computer è forse il più grande cambiamento che si è avuto: soprattutto per l&amp;rsquo;Architettura. Ma nel terzo millennio esistono ancora persone capace di lasciarci senza parole: capaci di rendere un &amp;ldquo;semplice&amp;rdquo; disegno fatto con gessetti sul marciapiede&amp;hellip; un&amp;rsquo;Opera d&amp;rsquo;Arte Grandiosa!!!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://users.skynet.be/J.Beever/index.html&#34;&gt;Julian Beever&lt;/a&gt; è un grande: non serve definire la sua opera ed il suo estro&amp;hellip; e la sua fantasia&amp;hellip; e il suo talento&amp;hellip; e la sua capacità di astrazione&amp;hellip; e&amp;hellip;
Per &amp;ldquo;definirne&amp;rdquo; bene l&amp;rsquo;arte, l&amp;rsquo;unica strada è mostrarvi qualche foto dalla sua galleria di opere.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Queen&#34; loading=&#34;lazy&#34; src=&#34;http://users.skynet.be/J.Beever/images/queen.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ne volete altre? / Do you want more?&lt;/p&gt;</description>
    </item>
    <item>
      <title>MS: «Was DES cracked? Really?»</title>
      <link>https://ivandemarino.me/posts/ms-was-des-cracked-really/</link>
      <pubDate>Wed, 21 Feb 2007 10:43:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ms-was-des-cracked-really/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;cracker&amp;hellip; ;)&#34; loading=&#34;lazy&#34; src=&#34;http://www.cepolina.com/freephoto/f/other.food/cracker.snack.bread.jpg&#34;&gt;
Yeasterday &lt;a href=&#34;http://blog.neminis.org/&#34;&gt;Nemo&lt;/a&gt; and I have found a post on &lt;a href=&#34;http://www.ossblog.it/post/2033/ophcrack-vista-password-cracking&#34;&gt;OSSBlog&lt;/a&gt; about the new release of &lt;a href=&#34;http://ophcrack.sourceforge.net/&#34;&gt;ophcrack 2.3.4&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Ophcrack is a Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a GTK+ Graphical User Interface and runs on [en:Windows], [en:Mac OS X] (Intel CPU) as well as on [en:Linux].&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the last release, ophcrack supports [en:Windows Vista|Vista]. Mmmm&amp;hellip; sounds strange.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Carbon Copy Cloner meets Intel</title>
      <link>https://ivandemarino.me/posts/carbon-copy-cloner-meets-intel/</link>
      <pubDate>Wed, 21 Feb 2007 10:25:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/carbon-copy-cloner-meets-intel/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Carbon Copy Cloner&#34; loading=&#34;lazy&#34; src=&#34;http://www.bombich.com/software/images/ccchead.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;Yeah: today is time for &lt;a href=&#34;http://www.detronizator.org/...&#34;&gt;meetings&lt;/a&gt; :D !!!&lt;/p&gt;
&lt;p&gt;By &lt;a href=&#34;http://www.tuaw.com/2007/02/19/carbon-copy-cloner-3-0-beta-newly-built-and-universal/&#34;&gt;TUAW&lt;/a&gt; a news that anyone (like me? &lt;a href=&#34;http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html&#34;&gt;without money?&lt;/a&gt;) was waiting for: &lt;a href=&#34;http://www.bombich.com/software/ccc.html&#34;&gt;CCC aka Carbon Copy Cloner&lt;/a&gt; is [en:Universal Binary].&lt;/p&gt;
&lt;p&gt;This means that now it runs on [en:MacIntel] too. But, what&amp;rsquo;s new in &lt;a href=&#34;http://www.bombich.com/software/docs/CCCHelp/top/whatsnew.html&#34;&gt;this beta release&lt;/a&gt;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>XCode meets Mono</title>
      <link>https://ivandemarino.me/posts/xcode-meets-mono/</link>
      <pubDate>Wed, 21 Feb 2007 10:15:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/xcode-meets-mono/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Photo of a Mono&#34; loading=&#34;lazy&#34; src=&#34;http://akvis.com/img/examples/chameleon/chimpanzee-and-mask/chimpanzee-image.jpg&#34;&gt;
And&amp;hellip; seems to be a nice meeting. ;)
After a lot of development, the comunity surrounding the project realeases &lt;a href=&#34;http://www.go-mono.com/archive/1.2.3.1/&#34;&gt;last stable version 1.2.3.1&lt;/a&gt; of &lt;a href=&#34;http://www.mono-project.com/&#34;&gt;Mono&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What about [en:Mac_OS_X|Mac OS X]? &lt;a href=&#34;http://www.mono-project.com/Mono:OSX&#34;&gt;Here&lt;/a&gt; is a &lt;a href=&#34;http://www.mono-project.com/Mono:OSX&#34;&gt;dedicated page on the official wiki of Mono&lt;/a&gt;. And, in particular, I&amp;rsquo;m happy to highlight a &lt;a href=&#34;http://mono-project.com/CSharpPlugin&#34;&gt;tutorial/howto about XCode and Mono integration&lt;/a&gt;: &lt;a href=&#34;http://mono-project.com/CSharpPlugin&#34;&gt;CSharpPlugin&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I know that [en:Mono_(software)|Mono] is the open-source implementation of [en:.NET_Framework|.Net] (started by [en:Novell]), and that I hate [en:Microsoft|M$], but&amp;hellip; I can&amp;rsquo;t hate a framework. It&amp;rsquo;s like to hate the [en:Plutonium] because we make the [en:Atomic_Bomb] with it! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Anche le Pulci hanno la Tosse</title>
      <link>https://ivandemarino.me/posts/anche-le-pulci-hanno-la-tosse/</link>
      <pubDate>Tue, 20 Feb 2007 20:08:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/anche-le-pulci-hanno-la-tosse/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;LOL&#34; loading=&#34;lazy&#34; src=&#34;http://photos1.blogger.com/x/blogger2/4927/867221979476217/220/z/423173/gse_multipart29981.jpg&#34;&gt;O, nella versione originale in Napoletano:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Pur eh Pullece tenn &amp;lsquo;a Toss&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Questo post è un &lt;strong&gt;VOLUTO E CERCATO&lt;/strong&gt; sfottò che da il benvenuto ad un nuovo blog di un amico mio e &lt;a href=&#34;http://blog.neminis.org/un-nuovo-blog.html&#34;&gt;di Nemo&lt;/a&gt;: &lt;a href=&#34;http://faucho.blogspot.com/&#34;&gt;Fauchone (aka Faucho aka Tato&amp;hellip;)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Sono certo che apprezzerai ;) . E che tutta la comunità anche lo farà: ha qualcosa da dire e lo dice anche in una maniera davvero divertente. Quindi, &lt;a href=&#34;feed://faucho.blogspot.com/feeds/posts/default&#34;&gt;&lt;em&gt;Stay tuned on it&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Boicottare la Carne Cremonini</title>
      <link>https://ivandemarino.me/posts/boicottare-la-carne-cremonini/</link>
      <pubDate>Tue, 20 Feb 2007 00:23:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/boicottare-la-carne-cremonini/</guid>
      <description>&lt;p&gt;Non aggiungo altro al &lt;a href=&#34;http://blog.neminis.org/boicottate-la-carne-cremonini.html&#34;&gt;post di Nemo&lt;/a&gt;: leggetelo con giudizio ed attenzione.&lt;/p&gt;
&lt;p&gt;Resterete sorpresi (è ancora possibile) da un&amp;rsquo;altra &amp;ldquo;storia Italiana&amp;rdquo;. Una storia dove, come al solito, la fanno da padrone interesse personale, danni ai cittadini&amp;hellip; e processi &amp;ldquo;boicottati&amp;rdquo; dai nostri portentosi media (ah, si è salvato solo Report&amp;hellip;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Learn Cocoa: a new howto</title>
      <link>https://ivandemarino.me/posts/learn-cocoa-a-new-howto/</link>
      <pubDate>Mon, 19 Feb 2007 10:24:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/learn-cocoa-a-new-howto/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://cocoadevcentral.com/images/articles/000093/learncocoa2-layeredcode.png&#34;&gt;
&lt;a href=&#34;http://www.tuaw.com/2007/02/18/learn-cocoa-part-ii/&#34;&gt;TUAW&lt;/a&gt; today highlights this new Tutorial about Cocoa: &lt;a href=&#34;http://cocoadevcentral.com/d/learn_cocoa/&#34;&gt;Learn Cocoa&lt;/a&gt; (&lt;a href=&#34;http://cocoadevcentral.com/d/learn_cocoa_two/&#34;&gt;part II&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Some people on TUAW say that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; there wasn&amp;rsquo;t actually any coding involved&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But it was about the &lt;a href=&#34;http://cocoadevcentral.com/d/learn_cocoa/&#34;&gt;first part&lt;/a&gt;, that is &amp;ldquo;introductive&amp;rdquo;. In &lt;a href=&#34;http://cocoadevcentral.com/d/learn_cocoa_two/&#34;&gt;this second part&lt;/a&gt; seems that things are changing. I haven&amp;rsquo;t readed yet to give a valutation; but I&amp;rsquo;ll do&amp;hellip; I promise.&lt;/p&gt;
&lt;p&gt;Stay tuned.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-6/</link>
      <pubDate>Mon, 19 Feb 2007 10:07:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-6/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Which one do you prefer?&#34; loading=&#34;lazy&#34; src=&#34;http://farm1.static.flickr.com/123/396045285_36aabac059.jpg?v=0&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ROTFL&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.entregeeks.net/en/2007/02/18/different-flavors-of-the-os/&#34;&gt;EntreGeeks&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ci è sfuggita una sottigliezza...</title>
      <link>https://ivandemarino.me/posts/ci-sfuggita-una-sottigliezza/</link>
      <pubDate>Sat, 17 Feb 2007 12:49:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ci-sfuggita-una-sottigliezza/</guid>
      <description>&lt;p&gt;&amp;hellip; che però è più che fondamentale.
Quando siamo stati alla &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/2007/02/13/e-la-chiamano-giornata-di-informazione-tecnologica/&#34;&gt;Giornata di Informazione Tecnologica&lt;/a&gt;&amp;rdquo; ci siamo fatti &amp;ldquo;fregare&amp;rdquo; dalle parole degli Evangelist Microsoft circa una sottigliezza a dir poco SCONCERTANTE.&lt;/p&gt;
&lt;p&gt;Su [en:Windows_Vista|Windows Vista] non si possono installare programmi SE NON come Admin. Questo vuol dire che non si può installare nulla, nemmeno il [en:Mame] o l&amp;rsquo;emulatore della [en:Playstation|Play]. Con ovvie restrizioni all&amp;rsquo;usabilità (nonchè alla liberta) degli utenti.
E&amp;rsquo; ovvio che, che so, il [it:driver] della [it:Scheda Video] vada installato con permessi &amp;ldquo;elevati&amp;rdquo;: ma lo stesso non vale se voglio giocare a &lt;a href=&#34;http://aluminumangel.org/attack/&#34;&gt;CrackAttack&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ci hanno fregato con la storia della retrocompatibilità e della sandbox: su Vista, infatti, i programmi che tentano di scrivere nel registro o in file/directory di sistema vengono &amp;ldquo;fregati&amp;rdquo; a livello di API, redirigendo il loro output su una sandbox contenuta nella cartella utente. Molto bello. Ma ci devi arrivare ad installare ;)&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;UAC&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/9/93/UAC_File_Operation.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ma questo cosa comporterà (secondo me)? Che TUTTI si faranno account amministratore e useranno SOLO QUELLO, perché è naturale che non si vorrà essere infastiditi continuamente. Questo avrà la naturale conseguenza di eliminare ogni traccia della filosofia &amp;ldquo;l&amp;rsquo;account di Admin lo si usa solo se necessario&amp;rdquo;. E quindi di tutta l&amp;rsquo;architettura &amp;ldquo;SICURA&amp;rdquo; di questo (s)Vista.
E, a testimonianza di questo, gli stessi Evangelist lì presenti avevano TUTTI disabilitato la funzione di &amp;ldquo;chieder loro se continuare o meno quando un programma richiede di eseguire operazioni potenzialmente pericolose&amp;rdquo;: se nemmeno loro sopportano questi messaggi&amp;hellip; figurarsi l&amp;rsquo;utente.&lt;/p&gt;
&lt;p&gt;Seguono altre fonti.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I&#39;m looking for a Flatmate</title>
      <link>https://ivandemarino.me/posts/i-m-looking-for-a-flatmate/</link>
      <pubDate>Sat, 17 Feb 2007 12:13:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-m-looking-for-a-flatmate/</guid>
      <description>&lt;p&gt;Hi.
This post is for any Londoner that is looking for a flatmate or a lodger&amp;hellip; and that waste their time on my weblog ;) .&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m looking for a &lt;strong&gt;long-term&lt;/strong&gt; accomodation in [en:London]: a studio or a flat (also shared with max 3/4 people). I&amp;rsquo;m looking for something furnished, with 1 or 2 bathroom (for a better sharing), kitcken with all amenities, washer, fridge and so on. Better if renewed.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;d like to be contacted by email for now, because I&amp;rsquo;m still in Italy. A view of the Accomodation could be sorted in March: I&amp;rsquo;ll come for few (3/5) days for a briefing for my new job. It could be a good occasion. My schedule (to be confirmed) is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* 11th - available in the evening

* 12th - available starting from 5/6 o&#39;clock pm

* 13th - available starting from 5/6 o&#39;clock pm

* 14th - available starting from 5/6 o&#39;clock pm

* 15th - available all day

* 16th - available all day

* 17th - available but under departure
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Details on me follows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contagiousness of Yawning</title>
      <link>https://ivandemarino.me/posts/contagiousness-of-yawning/</link>
      <pubDate>Thu, 15 Feb 2007 18:28:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/contagiousness-of-yawning/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Yawning Cat&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/c/ce/Catyawn.jpg/180px-Catyawn.jpg&#34;&gt;
Lelly have rised my curiosity about &amp;ldquo;why the yawn is so contagious?&amp;rdquo;. And, obviously, Wikipedia has the answer:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Contagiousness&lt;/strong&gt;
The yawn reflex is often described as contagious: if one person yawns, this will cause another person to &amp;ldquo;sympathetically&amp;rdquo; yawn. The proximate cause for contagious yawning may lie with mirror neurons, i.e. neurons in the frontal cortex of certain vertebrates, which upon being exposed to a stimulus from conspecific (same species) and occasionally interspecific organisms, activates the same regions in the brain. Mirror neurons have been proposed as a driving force for imitation which lies at the root of much human learning, e.g. language acquisition. Yawning may be an offshoot of the same imitative impulse. At a distal level (in terms of evolutionary advantage), yawning might be a herd instinct. Other theories suggest that the yawn serves to synchronize mood behavior among gregarious animals, similar to the howling of the wolf pack during a full moon. It signals tiredness to other members of the group in order to synchronize sleeping patterns and periods of activity. It can serve as a warning in displaying large, canine teeth. This phenomenon has been observed among various primates. The threat gesture is a way of maintaining order in the primates&amp;rsquo; social structure. The contagion of yawning is interspecific, for example a human yawning in front of a pet dog can incite the dog to yawn as well. Oddly, sometimes sympathetic yawning may be caused by simply looking at a picture of a person or animal yawning, or even seeing the word yawn.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I&#39;m IN!</title>
      <link>https://ivandemarino.me/posts/i-m-in/</link>
      <pubDate>Wed, 14 Feb 2007 16:43:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-m-in/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Symbian&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/02/symbian.png&#34;&gt;
Less than 30 minutes ago I have received &lt;strong&gt;THE&lt;/strong&gt; call from G. A. from &lt;a href=&#34;http://www.symbian.com/&#34;&gt;Symbian Ltd.&lt;/a&gt; Human Resources. I was waiting this call until the last 22nd of January, the day I came back from [en:London] after the Assessment Day of Symbian.&lt;/p&gt;
&lt;p&gt;Few details:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Position: Software Engineer in London Office

* Starting date: 2nd week of April

* Salary: ENOUGH ( ;) ) x Year + 2 retouch during the first 2 years

* Type: Permanent Contract
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I&amp;rsquo;ll go in London for a &amp;ldquo;briefing&amp;rdquo; on [en:C++] in the second week of March: I don&amp;rsquo;t need the briefing so much, I&amp;rsquo;m not so young with C++&amp;hellip; but it&amp;rsquo;s a very good chance to exercise my english. ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>FeedBurned!</title>
      <link>https://ivandemarino.me/posts/feedburned/</link>
      <pubDate>Wed, 14 Feb 2007 16:04:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/feedburned/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.feedburner.com/&#34;&gt;&lt;img alt=&#34;FeedBurner logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.feedburner.com/fb/i/flamocon_175h.gif&#34;&gt;&lt;/a&gt;
Because of the numerous requests ( :P ) I have registered &lt;a href=&#34;http://www.detronizator.org&#34;&gt;my weblog&lt;/a&gt; on &lt;a href=&#34;feed://feeds.feedburner.com/Detronizatororg&#34;&gt;FeedBurner&lt;/a&gt;. &lt;a href=&#34;feed://feeds.feedburner.com/CommentsForDetronizatororg&#34;&gt;Last comments too&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Subscribe quickly: I have activated a plenty of features of &lt;a href=&#34;http://www.feedburner.com/&#34;&gt;FeedBurner&lt;/a&gt;. I didn&amp;rsquo;t know how rich it is.&lt;/p&gt;
&lt;p&gt;Ah: to integrate FeedBurner in my &lt;a href=&#34;http://www.wordpress.org/&#34;&gt;Wordpress&lt;/a&gt; more easly, I have used the [WP FeedBurner Plugin from OrderedList.com](FeedBurner Plugin).&lt;/p&gt;</description>
    </item>
    <item>
      <title>E la chiamano &#34;Giornata di Informazione Tecnologica&#34;...</title>
      <link>https://ivandemarino.me/posts/e-la-chiamano-giornata-di-informazione-tecnologica/</link>
      <pubDate>Tue, 13 Feb 2007 23:51:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/e-la-chiamano-giornata-di-informazione-tecnologica/</guid>
      <description>&lt;p&gt;Oggi ho partecipato alla &amp;ldquo;&lt;strong&gt;Giornata di Informazione Tecnologica&lt;/strong&gt;&amp;rdquo; organizzata dal &lt;a href=&#34;http://www.csi.unina.it/&#34;&gt;Centro di Ateneo per i Sistemi Informativi (C.S.I.)&lt;/a&gt; della &amp;ldquo;&lt;a href=&#34;http://www.unina.it&#34;&gt;Federico II&lt;/a&gt;&amp;rdquo;. In questa giornata &lt;a href=&#34;http://www.microsoft.com/italy/&#34;&gt;Microsoft Italia&lt;/a&gt; ci ha deliziato con un programma di tutto rispetto:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;[en:.NET_Framework_3.0|.Net Framework 3.0]&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[en:Windows_Presentation_Foundation|Windows Presentation Foundation]&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;[en:Office_2007|Office System 2007]&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Microsoft [en:SQL_Server_2005|SQL Server 2005]&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;[en:Windows Vista]&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Dopo questa intera giornata di auto-fustigazione (resistere dal picchiare fisicamente i [en:Developer_and_Platform_Evangelism|Microsoft IT Pro Evangelist] è davvero una ardua prova&amp;hellip;), solo in uno modo posso esprimere quello che vorrei dire a tutta la società di Gates: &lt;a href=&#34;http://downloads.detronizator.org/Cosa_penso_di_Vista.mp3&#34;&gt;ECCOLO QUI&lt;/a&gt;!&lt;/p&gt;</description>
    </item>
    <item>
      <title>My new PGP Public Key</title>
      <link>https://ivandemarino.me/posts/my-new-pgp-public-key/</link>
      <pubDate>Tue, 13 Feb 2007 20:47:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-new-pgp-public-key/</guid>
      <description>&lt;p&gt;Not so important: I have updated my PGP Public Key. Please, update it if interested.
It&amp;rsquo;s downloadable from my &lt;a href=&#34;http://www.detronizator.org/bio/&#34;&gt;Bio-page http://www.detronizator.org/bio/&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dynamic Google Page Rank for Detronizator.org</title>
      <link>https://ivandemarino.me/posts/dynamic-google-page-rank-for-detronizator-org/</link>
      <pubDate>Mon, 12 Feb 2007 18:32:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dynamic-google-page-rank-for-detronizator-org/</guid>
      <description>&lt;p&gt;Today is a great day ( :P ): I have added Google Page Rank calculation on the sidebar (→) of my weblog. It&amp;rsquo;s possible thanks to the [en:PHP] class &amp;ldquo;&lt;a href=&#34;http://www.phpclasses.org/browse/package/2682.html&#34;&gt;Google Page Rank Checker&lt;/a&gt;&amp;rdquo; by &lt;a href=&#34;http://www.phpclasses.org/browse/author/56578.html&#34;&gt;Emre Odabas&lt;/a&gt;, hosted on PHPClasses (the most important &lt;strong&gt;source-of-code-and-snippets&lt;/strong&gt; for PHP Developers).&lt;/p&gt;
&lt;p&gt;The class calculates &amp;ldquo;only&amp;rdquo; the integer value (between 1 and 10): the graphic representation is by me.&lt;/p&gt;
&lt;p&gt;Actual Page Rank? &lt;strong&gt;5!!!&lt;/strong&gt; O_o&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I love UK? A Bit of Blair and Fry</title>
      <link>https://ivandemarino.me/posts/why-i-love-uk-a-bit-of-blair-and-fry/</link>
      <pubDate>Mon, 12 Feb 2007 16:07:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/why-i-love-uk-a-bit-of-blair-and-fry/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;A bit of Blair and Fry&#34; loading=&#34;lazy&#34; src=&#34;http://www.number-10.gov.uk/files/images/PM%20fry%20high%20res%20200.jpg&#34;&gt;
Few days ago I had changed the subtitle of my [en:weblog]&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Consider yourself Perfectible makes you Perfect!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s not about me&amp;hellip; or, better, it&amp;rsquo;s not ONLY about me. It&amp;rsquo;s about EVERYTHING. About Countries too. What it means? Follow me&amp;hellip;&lt;/p&gt;
&lt;p&gt;Today I have listened (and &lt;a href=&#34;http://www.pm.gov.uk/output/Page10934.asp&#34;&gt;readed&lt;/a&gt;) this podcast entitled &amp;ldquo;&lt;a href=&#34;http://www.pm.gov.uk/output/Page10617.asp&#34;&gt;PM (Prime Minister) and Stephen Fry reflect on modern Britishness&lt;/a&gt;&amp;rdquo;: it&amp;rsquo;s the newest podcast from the website of &lt;a href=&#34;http://www.pm.gov.uk/output/page1.asp&#34;&gt;10, Downing Street&lt;/a&gt;. I have discovered it also, after &lt;a href=&#34;http://www.detronizator.org/2006/12/27/why-i-love-uk-a-not-so-serious-monarchy/&#34;&gt;the one about the Queen&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Google Masterplan</title>
      <link>https://ivandemarino.me/posts/the-google-masterplan/</link>
      <pubDate>Sun, 11 Feb 2007 15:27:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-google-masterplan/</guid>
      <description>&lt;p&gt;The video, for first:&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/9zKXCQpUnMg&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;The official site of this &amp;ldquo;project&amp;rdquo; is: &lt;a href=&#34;http://masterplanthemovie.com/&#34;&gt;http://masterplanthemovie.com/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Personally, I think only few of these &amp;ldquo;considerations&amp;rdquo; are sharable: they should give the source of assertations like &amp;ldquo;&lt;strong&gt;Google and CIA collaboration&lt;/strong&gt;&amp;rdquo; and &amp;ldquo;&lt;strong&gt;Google genetic research&lt;/strong&gt;&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;But, in terms of quality of the video, IT IS AMAZING: an incomparable level of ideas, post-production and super-graphic!!!&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it/post/3402/the-google-master-plan&#34;&gt;DownloadBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DRM and Jobs</title>
      <link>https://ivandemarino.me/posts/drm-and-jobs/</link>
      <pubDate>Wed, 07 Feb 2007 12:36:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/drm-and-jobs/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Jobs&#34; loading=&#34;lazy&#34; src=&#34;http://www.1000bit.net/storia/images/apple/steve_jobs1.jpg&#34;&gt;
[en:Steve_Jobs|Jobs] has published a long article about [en:DRM|DRM (Digital Right Management)], [en:FairPlay] and Music: &amp;ldquo;&lt;a href=&#34;http://www.apple.com/hotnews/thoughtsonmusic/&#34;&gt;Thoughts on Music&lt;/a&gt;&amp;rdquo;. It&amp;rsquo;s the official answer of Apple to the dispute (and &lt;a href=&#34;http://www.out-law.com/page-7691&#34;&gt;lawsuit&lt;/a&gt;) borned in [en:Norway] against the DRM system of the [en:Cupertino]&amp;rsquo;s Company, and that is rising in other countries also.&lt;/p&gt;
&lt;p&gt;S. Jobs explains three possible way to face up the problem of DRM and, in particular, the &amp;ldquo;desire&amp;rdquo; of customers to buy DRM-free music. Summarizing:&lt;/p&gt;</description>
    </item>
    <item>
      <title>The BEST Apple Ad</title>
      <link>https://ivandemarino.me/posts/the-best-apple-ad/</link>
      <pubDate>Tue, 06 Feb 2007 18:12:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-best-apple-ad/</guid>
      <description>&lt;p&gt;Absolutelly the BEST! No Way!&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/6nn-ttdcXvQ&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;:D  :D  :D  :D  :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Happy Birthday - 2007</title>
      <link>https://ivandemarino.me/posts/happy-birthday-2007/</link>
      <pubDate>Tue, 06 Feb 2007 10:15:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/happy-birthday-2007/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Neonato&#34; loading=&#34;lazy&#34; src=&#34;http://www.ucm.es/info/genetica/grupod/Genetica%20evolutiva/Especiacion/NEONATO.JPG&#34;&gt;&lt;/p&gt;
&lt;p&gt;In risposta al &lt;a href=&#34;http://blog.neminis.org/buon-compleanno-edizione-2007.html&#34;&gt;mio amico Nemo&lt;/a&gt;, questo post è un auto-augurio di Buon Compleanno.
Mentre io sono in procinto di &lt;del datetime=&#34;2007-02-06T09:07:49+00:00&#34;&gt;levarmi dai Coglioni&lt;/del&gt; partire per &lt;a href=&#34;http://www.symbian.com/&#34;&gt;un nuovo Lavoro in terra Britannika&lt;/a&gt;, lui ha iniziato da qualche settimana gli studi per la Tesi. Poi magari, &lt;del datetime=&#34;2007-02-06T09:07:49+00:00&#34;&gt;se non si caca troppo sotto dell&amp;rsquo;aereo&lt;/del&gt; se ha i soldi, mi viene pure a trovare :P&lt;/p&gt;
&lt;p&gt;Ah, per chi non fosse informato: anche io faccio [it:25]. Sono più grande di lui di circa 1 ora.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I want one of it... DESPERATELY!</title>
      <link>https://ivandemarino.me/posts/i-want-one-of-it-desperately/</link>
      <pubDate>Mon, 05 Feb 2007 11:17:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-want-one-of-it-desperately/</guid>
      <description>&lt;p&gt;First, the video from &lt;a href=&#34;http://www.bbc.co.uk/topgear/&#34;&gt;TopGear&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/bgfTG1wCHtg&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Top Gear - [The Carver](http://www.carver-worldwide.com/)&lt;/strong&gt;
Abstract: &lt;strong&gt;The carver is perhaps the greatest gadget and coolest less then 4 wheel vehical on the planet. &lt;/strong&gt;&lt;strong&gt;Vanderbrink&lt;/strong&gt; (no way to find out this brand over the Internet) is the brand if you want to look it up. They are available in the US but are classified as a motorcycle which means you need a helmet. and thats just wrong.
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s INSANELY GREAT! Like a motocycle, but a car. Like a car, but a motocycle. It&amp;rsquo;s also beauty and tiny (easy to park). I want one of it!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows NEEDS Updates!</title>
      <link>https://ivandemarino.me/posts/windows-needs-updates/</link>
      <pubDate>Mon, 05 Feb 2007 10:10:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/windows-needs-updates/</guid>
      <description>&lt;p&gt;If you don&amp;rsquo;t trust me, stay in alert at least. And, if you are so brave, TRY this at home with a &amp;ldquo;non -updated&amp;rdquo; Windows ;)&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/eFdm4PxRWd4&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it/post/3326/non-sbagliate-a-digitare-google&#34;&gt;DownloadBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows Vista vs MacOSX Leopard</title>
      <link>https://ivandemarino.me/posts/windows-vista-vs-macosx-leopard/</link>
      <pubDate>Sun, 04 Feb 2007 14:52:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/windows-vista-vs-macosx-leopard/</guid>
      <description>&lt;p&gt;It doesn&amp;rsquo;t need words.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Vista Versions&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/02/vista_versions.jpg&#34;&gt;
VS.
&lt;img alt=&#34;Leopard Versions&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2007/02/leopard_versions.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.gadgetblog.it/post/3194/le-versioni-di-microsoft-e-apple-a-confronto&#34;&gt;GadgetBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Laurea ad Honorem per Roberto</title>
      <link>https://ivandemarino.me/posts/laurea-ad-honorem-per-roberto/</link>
      <pubDate>Sat, 03 Feb 2007 16:52:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/laurea-ad-honorem-per-roberto/</guid>
      <description>&lt;p&gt;Leggo su CineBlog che Roberto Benigni, il Grande Benigni, è stato insignito di una [it:Laurea ad Honorem]:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Al nostro caro Roberto Benigni, è stata insignita una laurea ad honorem presso l&amp;rsquo;Universita&amp;rsquo; Cattolica di Lovanio, Belgio. Benigni, in un clima di forte ilarità (per altro immaginabile) ha commentato:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;lsquo;Vorrei mostrarvi il mio cuore che mi batte molto forte. Vi amo e vi prometto che morire sara&amp;rsquo; l&amp;rsquo;ultima cosa che faro&amp;rsquo; nella vita!&amp;rsquo;.
&lt;/em&gt;&lt;/strong&gt;
La laurea sarebbe stata a lui insignita per &amp;lsquo;per i suoi alti meriti cinematografici e per il suo impegno nella diffusione della poesia e della Divina Commedia in particolare&amp;rsquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Virtualization? Why not?</title>
      <link>https://ivandemarino.me/posts/virtualization-why-not/</link>
      <pubDate>Fri, 02 Feb 2007 10:44:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/virtualization-why-not/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Virtualization&#34; loading=&#34;lazy&#34; src=&#34;http://www.geekday.com/images/virtualization.jpg&#34;&gt;
&amp;hellip; because the [en:Microsoft|M$&amp;rsquo;s] mormons think to squeeze money from consumers also from this. I&amp;rsquo;m reading on &lt;a href=&#34;http://www.tuaw.com/2007/02/01/vista-eula-forbids-virtualization/&#34;&gt;TUAW&lt;/a&gt; that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; This means that if you want to run Vista on Parallels, and want to keep within the terms of the EULA, you&amp;rsquo;ll need to buy either the Business or Ultimate versions, whose [en:EULA]s allow for virtualized use&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;M$ wants to control also the &amp;ldquo;environment&amp;rdquo; where Vista runs, not only what runs INSIDE Vista. Does it sound like&amp;hellip; [en:Mafia]? Where is our freedom to install the buyed system ANYWHERE WE WANT TO?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Le Scuse Mediatiche</title>
      <link>https://ivandemarino.me/posts/le-scuse-mediatiche/</link>
      <pubDate>Thu, 01 Feb 2007 08:51:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/le-scuse-mediatiche/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Veronica e il nano&#34; loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2007/01/sezioni/politica/lettera-veronica/lettera-veronica/dire_9670818_10200.jpg&#34;&gt;
Oggi mi do anche io al Gossip. E&amp;rsquo; riuscito almeno in questo.
Ma me lo spiegate come sia possibile che una [it:Veronica_Lario|donna] che non ha mai proferito parola, improvvisamente, &lt;a href=&#34;http://www.repubblica.it/2007/01/sezioni/politica/lettera-veronica/lettera-veronica/lettera-veronica.html&#34;&gt;esplode&lt;/a&gt;?  E lo fa anche interpellando direttamente le testate giornalistiche? Senza distinzione di colore?&lt;/p&gt;
&lt;p&gt;Onestamente, come immaginerà chi mi conosce, ci leggo una stramba e malriuscita mossa mediatica per attirare l&amp;rsquo;attenzione sul Silvio &amp;ldquo;uomo&amp;rdquo;. Molto simile a &lt;a href=&#34;http://www.detronizator.org/2006/11/26/quasi/&#34;&gt;quella del malanno in diretta&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il Dildo Cromato</title>
      <link>https://ivandemarino.me/posts/il-dildo-cromato/</link>
      <pubDate>Wed, 31 Jan 2007 17:31:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-dildo-cromato/</guid>
      <description>&lt;p&gt;Lo so, potrà sembrare quasi volgare come definizione, ma&amp;hellip; quello è. Vista è questo. Una nuova interfaccia grafica strafica sul&amp;hellip; nulla. Niente di davvero nuovo. Nessuna rivoluzione. Solo tanti calcoli affaticanti per la nostra scheda 3D, che non regalano DAVVERO nulla di utile a livello di [it:Usabilità] ([it:Microsoft|M$] davvero non sa cosa sia&amp;hellip;).&lt;/p&gt;
&lt;p&gt;Mi fa piacere segnalarvi un articolo che ho trovato su &lt;a href=&#34;http://it.theinquirer.net/2007/01/ecco_vista_cinque_anni_di_atte.html&#34;&gt;Inquier (versione Italiana)&lt;/a&gt;. Ecco un estratto:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Prendete 10 persone e fate loro provare Vista; nessuno, oltre la rutilante facciata, sarà capace di trovare altro che un bell&amp;rsquo;aspetto.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il VERO fattore WOW!!!</title>
      <link>https://ivandemarino.me/posts/il-vero-fattore-wow/</link>
      <pubDate>Wed, 31 Jan 2007 09:13:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-vero-fattore-wow/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://pollycoke.wordpress.com/2007/01/30/gli-sviluppatori-del-kernel-fanno-la-proposta-indecente/&#34;&gt;Pollycoke&lt;/a&gt;, che sta ormai acquistando una certa notorietà in tutta la comunità Italiana (ma non solo), ci parla di una proposta SCONVOLGENTE (in positivo) fatta dalla comunità degli sviluppatori del Kernel ai produttori di hardware:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[…] the Linux kernel community is offering all companies free Linux driver developmentAll that is needed is some kind of specification that describes how your device works, or the email address of an engineer that is willing to answer questions every once in a while. […] In return, you will receive a complete and working Linux driver that is added to the main Linux kernel source tree&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pick a Color, Please!</title>
      <link>https://ivandemarino.me/posts/pick-a-color-please/</link>
      <pubDate>Wed, 31 Jan 2007 09:02:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/pick-a-color-please/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;iPod Shuffle 2G Colors&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/home/2007/images/ipodshuffle20070130.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Yesterday Apple launched a new set of colors for the &lt;a href=&#34;http://www.apple.com/ipodshuffle/&#34;&gt;iPod Shuffle&lt;/a&gt;: &lt;strong&gt;Pink, Orange, Green (alien), Azure and, obviously, the classic Silver&lt;/strong&gt;. In my opinion is the right move to &amp;ldquo;recharge&amp;rdquo; the interest for this device (if it would have need ever).&lt;/p&gt;
&lt;p&gt;It would be a good idea for Saint Valentine (if you have a so heavy wallet ;) ).&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/3211/arrivano-gli-shuffle-colorati&#34;&gt;Melablog&lt;/a&gt;.
A beauty photographic-set for an &lt;strong&gt;Orange one&lt;/strong&gt; is on &lt;a href=&#34;http://www.appleinsider.com/article.php?id=2455&#34;&gt;AppleInsider&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Switch to OpenDNS</title>
      <link>https://ivandemarino.me/posts/switch-to-opendns/</link>
      <pubDate>Tue, 30 Jan 2007 18:55:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/switch-to-opendns/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.opendns.com/share/&#34;&gt;&lt;img alt=&#34;Use OpenDNS&#34; loading=&#34;lazy&#34; src=&#34;http://images.opendns.com/buttons/use_opendns_155x52.gif&#34;&gt;&lt;/a&gt; &lt;a href=&#34;http://www.opendns.com/&#34;&gt;OpenDNS&lt;/a&gt;. A &lt;strong&gt;Safer&lt;/strong&gt;, &lt;strong&gt;Faster&lt;/strong&gt; and &lt;strong&gt;Smarter&lt;/strong&gt; DNS network, open to any user: you only need to change your DNS configuration to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;208.67.222.222&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;208.67.220.220&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you need other info, take a look at &lt;a href=&#34;http://www.opendns.com/faq/&#34;&gt;the FAQ page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I experienced a speed improvement in name resolution and the &lt;strong&gt;anti-phishing system&lt;/strong&gt; works great and transparently. It&amp;rsquo;s a very good initiative.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SpotlightFS: example of MacFUSE usage</title>
      <link>https://ivandemarino.me/posts/spotlightfs-example-of-macfuse-usage/</link>
      <pubDate>Tue, 30 Jan 2007 16:45:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/spotlightfs-example-of-macfuse-usage/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;SpotlightFS&#34; loading=&#34;lazy&#34; src=&#34;http://photos1.blogger.com/x/blogger/813/3778/320/669304/Picture%202.jpg&#34;&gt;
I check the &lt;a href=&#34;http://googlemac.blogspot.com/&#34;&gt;Official Google MacBlog&lt;/a&gt; regularly and, yeasterday, I read something interest on it:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SPOTLIGHTFS&#34;&gt;SpotlightFS&lt;/a&gt; is a &lt;a href=&#34;http://code.google.com/p/macfuse/&#34;&gt;MacFUSE&lt;/a&gt; file system that creates true smart folders, where the folders&amp;rsquo; contents are &lt;strong&gt;dynamically generated&lt;/strong&gt; by querying Spotlight. This differs from Finder&amp;rsquo;s version of smart folders, which are really plist files with a &amp;ldquo;.savedSearch&amp;rdquo; file extension. &lt;strong&gt;Since SpotlightFS smart folders are true folders, they can be used from anywhere—including the command line!&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;SpotlightFS is not very complicated, and it&amp;rsquo;s a good example of what can quickly and easily be done using MacFUSE. Please check out SpotlightFS and the other cool stuff on the newly updated MacFUSE project site.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Solved! Rubik vs. Detro 0-1</title>
      <link>https://ivandemarino.me/posts/solved-rubik-vs-detro-0-1/</link>
      <pubDate>Tue, 30 Jan 2007 13:40:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/solved-rubik-vs-detro-0-1/</guid>
      <description>&lt;p&gt;When I was in [en:London] for the first time, I buyed a [en:Rubik&amp;rsquo;s Cube] (I have never found it near my home). &lt;del&gt;Yeasterday&lt;/del&gt; Yesterday, &lt;del&gt;saying&lt;/del&gt; seeing &amp;ldquo;&lt;a href=&#34;http://secretum.neminis.org/the-pursuit-of-happiness.html&#34;&gt;The Pursuit of Happ&lt;strong&gt;Y&lt;/strong&gt;ness&lt;/a&gt;&amp;rdquo; (a very good work of the italian &lt;del&gt;directory&lt;/del&gt; director [en:Gabriele_Muccino|Muccino]&amp;hellip; and a GREAT [en:Will_Smith|Will Smith]), the curiosity growed-up: the Rubik Cube was on my desk.&lt;/p&gt;
&lt;p&gt;After the movie, I started to look for help and howto for this game: the best I found is by &lt;a href=&#34;http://spazioinwind.libero.it/gaetzum/Cubo_di_Rubik/introduzione.htm&#34;&gt;Gaetano Zumbo&lt;/a&gt; (thank you very much). It&amp;rsquo;s in italian, but it contains a lot of example, techniques, tips and 3d animation in [en:Java3D].&lt;/p&gt;
&lt;p&gt;Another method for the resolution of this &amp;ldquo;brain teaser&amp;rdquo;, take a look at &lt;a href=&#34;http://www.rubiksillusions.com/ita/soluzione_cubo_di_rubik_metodo_di_lars_petrus/1&#34;&gt;RubikIllusions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://picasaweb.google.com/detronizator/RubikSCubeSolved20070130&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://lh6.google.com/image/detronizator/Rb86trqFw2E/AAAAAAAAAVM/78f_qTahJms/s160-c/RubikSCubeSolved20070130.jpg&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;http://picasaweb.google.com/detronizator/RubikSCubeSolved20070130&#34;&gt;
Rubik&#39;s Cube solved - 2007-01-30
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Continue for the video.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I&#39;d like to buy Vista...</title>
      <link>https://ivandemarino.me/posts/i-d-like-to-buy-vista/</link>
      <pubDate>Sun, 28 Jan 2007 13:30:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-d-like-to-buy-vista/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.joyoftech.com/joyoftech/joyarchives/915.html&#34;&gt;&lt;img alt=&#34;I&#34; loading=&#34;lazy&#34; src=&#34;http://www.joyoftech.com/joyoftech/joyimages/915.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;LOL!
Aren&amp;rsquo;t you confused about the hundreds&amp;hellip; thousands kinds, versions, upgrades of [en:Windows_Vista|Vista]? Really [en:Microsoft|M$] thinks that users doesn&amp;rsquo;t have nothing better to do that read a brochure full of useless and incomprehensible differences?&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.tuaw.com/2007/01/27/how-to-buy-vista-joy-of-tech-style/&#34;&gt;TUAW&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dicono che già se ne son viste...</title>
      <link>https://ivandemarino.me/posts/dicono-che-gi-se-ne-son-viste/</link>
      <pubDate>Sun, 28 Jan 2007 12:58:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dicono-che-gi-se-ne-son-viste/</guid>
      <description>&lt;p&gt;&amp;hellip; di schermate BLUE su [en:Windows_Vista|Vista].&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Vista Blue&#34; loading=&#34;lazy&#34; src=&#34;http://it.theinquirer.net/Vista_DX10_BSOD.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Io non mi baserei su una immagine e su &lt;a href=&#34;http://it.theinquirer.net/2007/01/ecco_la_schermata_blu_di_vista.html&#34;&gt;un articolo che non contiene riferimenti attendibili&lt;/a&gt;&amp;hellip; ma &amp;hellip; a ridere&amp;hellip; già RIDO!!! :D :D :D&lt;/p&gt;
&lt;p&gt;P.S. Prossimamente ci presenteremo a un seminario di presentazione di Vista con i nostri adorati Macchini Portatilini: vi faremo sapere le reazioni.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Uh Nemo, guarda: anche io ceeee l&amp;rsquo;ho questo effetto&amp;hellip;
ah Nemo, anche questo&amp;hellip;
Uh, che ridere&amp;hellip; il mio non richiede un cluster per girare: &amp;ldquo;it&amp;rsquo;s just on my iBook 1Ghz&amp;rdquo;!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Questa me la sono persa...</title>
      <link>https://ivandemarino.me/posts/questa-me-la-sono-persa/</link>
      <pubDate>Sun, 28 Jan 2007 12:52:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/questa-me-la-sono-persa/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Berlusconi abdica&amp;hellip; ma anche no.&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/casinifini.jpg&#34;&gt;
Il [it:Silvio_Berlusconi|CaiNano] che abdica: peccato. Non m&amp;rsquo;ha dato manco il tempo di ascoltarlo, che già ha fatto marcia indietro.&lt;/p&gt;
&lt;p&gt;Mi fa piacere segnalarvi un articolo &amp;ldquo;semi-serio&amp;rdquo; sull&amp;rsquo;Unità circa questa vicenda, e vi ci rimando quotando una frase finale, presa da D&amp;rsquo;Alema:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;«Berlusconi ha un metro tutto suo di valutare le leggi, innanzitutto sulla base dei suoi interessi, mentre invece il politico dovrebbe preoccuparsi prima degli interessi del paese»&lt;/p&gt;</description>
    </item>
    <item>
      <title>Density is Everything!</title>
      <link>https://ivandemarino.me/posts/density-is-everything/</link>
      <pubDate>Sat, 27 Jan 2007 17:56:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/density-is-everything/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Persistenza della Memoria - Salvador Dalì&#34; loading=&#34;lazy&#34; src=&#34;http://www.babelearte.net/resize.asp?path=pulcheriadata/quadri/locandadelpittore/BabeleArte-381-1520-01.jpg&amp;width=400&#34;&gt;
No, stavolta risparmio il mio inglese a chi davvero non riesce a digerirne la malforme qualità (ogni riferimento a persone, cose, animali e libellule è puramente &lt;a href=&#34;http://blog.neminis.org/&#34;&gt;VOLUTO&lt;/a&gt;!!! :P ).&lt;/p&gt;
&lt;p&gt;Ma, torniamo alla notizia:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Secondo la famosa rivista scientifica &lt;a href=&#34;http://www.nature.com/&#34;&gt;Nature&lt;/a&gt;, il &lt;a href=&#34;http://www.caltech.edu/&#34;&gt;Caltech (California Institute of Technology)&lt;/a&gt; e l’&lt;a href=&#34;http://www.ucla.edu/&#34;&gt;UCLA (Università della California, Los Angeles)&lt;/a&gt; hanno creato quella che pensano essere la scheda di memoria più densa al mondo.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;La memoria è da &lt;strong&gt;160 kilobit&lt;/strong&gt; e ha una &lt;strong&gt;densità di 100gigabit per centimetro quadrato&lt;/strong&gt;.
James Heath, professore di chimica del Caltech, che ha condotto la ricerca, ha detto che ci vorrà parecchio prima che la tecnologia finisca in un notebook. Heath pensa che Intel si interesserà a questo tipo di tecnologia intorno al [it:2020] (ndDetro: Peccato&amp;hellip;) .
I produttori si stanno chiedendo come estendere la miniaturizzazione dei circuiti oltre il [it:2013] visto che non sono riusciti veramente a trovare un modo di vincere la [it:Legge_di_Moore|Legge di Moore].&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Mmmm, facciamo 2 conti: Se per 100[it:gigabit] c&amp;rsquo;è bisogno di una scheda da 1[it:cm], vuol dire che in questa scheda ci stanno 100gigabit/8 [it:GigaByte] = 12,5GB. Per poter realizzare un disco, che so, dei classici 80GB per Notebook&amp;hellip; basta una superficie di&amp;hellip; &lt;strong&gt;6,4cm!!! Fenomenale!&lt;/strong&gt; 8O&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPhone Ring Tone</title>
      <link>https://ivandemarino.me/posts/iphone-ring-tone/</link>
      <pubDate>Sat, 27 Jan 2007 12:38:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iphone-ring-tone/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Keynote&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/home/2007/images/promomacworldkeynote20070109.jpg&#34;&gt;
During &lt;a href=&#34;http://www.apple.com/quicktime/qtv/mwsf07/&#34;&gt;the last MacWorld&lt;/a&gt;, [en:Steve_Jobs|Jobs] presented the &lt;a href=&#34;http://www.apple.com/iphone/&#34;&gt;iPhone&lt;/a&gt;. I have nothing else to say about (the ENTIRE WORLD have already said enough): I have to share something &lt;em&gt;interest&lt;/em&gt; only: the [iPhone Ring Tone](&lt;a href=&#34;http://downloads.detronizator.org/iPhone&#34;&gt;http://downloads.detronizator.org/iPhone&lt;/a&gt; Ring.mp3.bz2).&lt;/p&gt;
&lt;p&gt;Now, My [en:N70] sounds VERY GOOD! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Teoria dell&#39;Informazione: appunti di Nemo</title>
      <link>https://ivandemarino.me/posts/teoria-dell-informazione-appunti-di-nemo/</link>
      <pubDate>Sat, 27 Jan 2007 01:13:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/teoria-dell-informazione-appunti-di-nemo/</guid>
      <description>&lt;p&gt;Il mio amico Nemo, &lt;a href=&#34;http://blog.neminis.org/zero.html&#34;&gt;che ha appena finito il suo ultimo esame&lt;/a&gt;, [en:Information_theory|Teoria dell&amp;rsquo;Informazione], &lt;a href=&#34;http://blog.neminis.org/teoria-dellinformazione.html&#34;&gt;ne ha resi disponibili gli appunti da lui stesi&lt;/a&gt;: un &lt;a href=&#34;http://www.neminis.org/stuff/uniworks/appunti-teoinfo.pdf&#34;&gt;PDF&lt;/a&gt; che, per il fatto che è scritto in [en:LyX], è anche piacevole alla lettura, oltre che importante per l&amp;rsquo;argomento trattato.&lt;/p&gt;
&lt;p&gt;Un grazie da tutti gli studenti (ma non solo) credo gli sia dovuto ;) .&lt;/p&gt;</description>
    </item>
    <item>
      <title>New theme for Detronizator.org: FreshApple</title>
      <link>https://ivandemarino.me/posts/new-theme-for-detronizator-org-freshapple/</link>
      <pubDate>Fri, 26 Jan 2007 20:56:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-theme-for-detronizator-org-freshapple/</guid>
      <description>&lt;p&gt;After only 2 days of intense work/playing (&amp;hellip;) with the [en:Theme (computing)|theme] &lt;a href=&#34;http://www.ilemoned.com/wordpress/wptheme-fresh/&#34;&gt;Fresh by iLEMONed&lt;/a&gt;, I completed my new theme, &lt;strong&gt;FreshApple&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;What do you think about it? ;)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt; Besides, I have updated &lt;a href=&#34;http://wordpress.org/development/2007/01/ella-21/&#34;&gt;Wordpress to 2.1&lt;/a&gt;. Speed improvement and few new features. Nothing else.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stimulating Brain</title>
      <link>https://ivandemarino.me/posts/stimulating-brain/</link>
      <pubDate>Thu, 25 Jan 2007 12:24:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/stimulating-brain/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;In English&amp;hellip;&lt;/em&gt;&lt;/strong&gt;
Download blog (where guys have ever nothing to do ;) ) they have &lt;a href=&#34;http://anabubula.com/node/26&#34;&gt;&lt;del datetime=&#34;2007-01-25T16:26:32+00:00&#34;&gt;founded&lt;/del&gt; found* the blog of this dude&lt;/a&gt;, Stefanos Karagos, who have done a study about cerebral waves and their &amp;ldquo;syntony&amp;rdquo; with external sounds. Founding on this principle, he have composed an experimental audio file: a set of sounds which, based on our elevated frequency (don&amp;rsquo;t worry, no ultra-sounds!), stimulate our brain like a Cup of Coffè.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Docvert: Convert MsDocs into... anything!</title>
      <link>https://ivandemarino.me/posts/docvert-convert-msdocs-into-anything/</link>
      <pubDate>Wed, 24 Jan 2007 15:03:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/docvert-convert-msdocs-into-anything/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Docvert logo&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/ossblog/docvert.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This &lt;a href=&#34;http://en.wikipedia.org/wiki/Web_Services&#34;&gt;web service&lt;/a&gt; software takes multiple word processor files (typically .doc) and converts them to &lt;a href=&#34;http://en.wikipedia.org/wiki/OpenDocument&#34;&gt;OpenDocument&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/HTML&#34;&gt;HTML&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Web Service receives .doc file and converts it to a Oasis OpenDocument 1.0 which can then be converted to HTML, RSS, or any XML format.
The resulting OpenDocument is then optionally converted to HTML or any XML. This is done with &lt;a href=&#34;http://holloway.co.nz/docvert/faq.html#xml-pipelines&#34;&gt;XML Pipelines&lt;/a&gt;, an approach that supports XSLT, breaking up content over headings or sections, and saving those results to multiple files (e.g., chapter1.html, chapter2.html…).
The result is returned in a .zip file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Multi-Touch experiment... grows-up!</title>
      <link>https://ivandemarino.me/posts/multi-touch-experiment-grows-up/</link>
      <pubDate>Wed, 24 Jan 2007 14:50:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/multi-touch-experiment-grows-up/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/2006/02/11/multi-touch-interaction-experiment/&#34;&gt;This&lt;/a&gt; project (see the video) is insanelly evolving and GROWING! Comments would be useless and never enough&amp;hellip;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.gadgetblog.it/post/3128/interfaccia-%e2%80%9cminority-report%e2%80%9d&#34;&gt;GadgetBlog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The video follows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu Studio is coming...</title>
      <link>https://ivandemarino.me/posts/ubuntu-studio-is-coming/</link>
      <pubDate>Wed, 24 Jan 2007 14:41:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ubuntu-studio-is-coming/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://ubuntustudio.org/&#34;&gt;&lt;img alt=&#34;Ubuntu Studio&#34; loading=&#34;lazy&#34; src=&#34;http://ubuntustudio.org/logo.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a new Ubuntu-based distro: it is a &amp;ldquo;pro-target&amp;rdquo; &lt;a href=&#34;http://www.ubuntulinux.org/&#34;&gt;Ubuntu&lt;/a&gt;, designed for:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* photographers

* printers

* audio editors
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&amp;hellip; and so on.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Coming this April&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ubuntu Studio. A multimedia creation derivative of Ubuntu.
Ubuntu Studio is aimed at the linux audio, video and graphic enthusiast as well as professional.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ossblog.it/post/1862/annunciata-ubuntu-studio&#34;&gt;OSSBLog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>M. Spencer present AsteriskNOW</title>
      <link>https://ivandemarino.me/posts/m-spencer-present-asterisknow/</link>
      <pubDate>Wed, 17 Jan 2007 12:30:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/m-spencer-present-asterisknow/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/ONOxNJquatk&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Mark_Spencer&#34;&gt;Mark Spencer&lt;/a&gt;, developer of many &lt;a href=&#34;http://en.wikipedia.org/wiki/Open_Source&#34;&gt;Open Source&lt;/a&gt; projects like &lt;a href=&#34;http://gaim.sourceforge.net/&#34;&gt;Gaim&lt;/a&gt; and, obviously, &lt;a href=&#34;http://www.asterisk.org/&#34;&gt;Asterisk&lt;/a&gt;, and founder of &lt;a href=&#34;http://www.digium.com/&#34;&gt;Digium&lt;/a&gt;, shows us how much simple is to start a PBX with &lt;a href=&#34;http://www.asterisknow.org/&#34;&gt;AsteriskNOW&lt;/a&gt;!.&lt;/p&gt;
&lt;p&gt;I spoke about &lt;a href=&#34;http://www.detronizator.org/2007/01/04/asterisk-now/&#34;&gt;AsteriskNOW here&lt;/a&gt;, at the time of its presentation.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ossblog.it/post/1827/mark-spencer-presenta-asterisknow&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-6/</link>
      <pubDate>Wed, 17 Jan 2007 11:46:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-6/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/nice6NYb_WA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;3D morphable model face animation&lt;/strong&gt;
&lt;strong&gt;by Volker Blantz&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;p&gt;This demo, if real, shows a new and fantastic system to make 3d model of our faces. With only one photo, the system can extract our face-structure, in a simple and powerfull way.
Obviously, applications are infinites.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.gamesblog.it/post/2526/tom-hanks-in-3d&#34;&gt;Gamesblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-11/</link>
      <pubDate>Sun, 14 Jan 2007 19:19:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-11/</guid>
      <description>&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt;&gt; &lt;embed src=&#34;http://www.youtube.com/v/7Kd-beTSdkQ&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; 
&lt;blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;&lt;a href=&#34;http://www.nbc.com/Saturday_Night_Live/&#34;&gt;SNL&lt;/a&gt; - Steve Jobs iPhone&lt;/strong&gt;
Abstract: &lt;strong&gt;Steve Jobs shows the Apple iPhone on SNL Jan 13, 2007&lt;/strong&gt; ;)&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Ecco svelato il Segreto!</title>
      <link>https://ivandemarino.me/posts/ecco-svelato-il-segreto/</link>
      <pubDate>Sun, 14 Jan 2007 19:04:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ecco-svelato-il-segreto/</guid>
      <description>&lt;p&gt;Tutte le Donne si sono sempre chieste come si fa a catalizzare l&amp;rsquo;attenzione di un Uomo quando è tutto preso dalle &amp;ldquo;sue faccende&amp;rdquo;: l&amp;rsquo;esempio più classico è l&amp;rsquo;Informatico. Noi siamo una razza speciale, che oltre a proiettarsi fuori dal mondo con la mente, entriamo anche in un altro universo (Internet) dove sguazziamo e ci muoviamo molto più agevolmente che nella vita reale (;) ok ok, parlo per me&amp;hellip; i soliti maschietti con il problema dell&amp;rsquo;invidia del pene&amp;hellip;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I love UK? Intelligence about Transports</title>
      <link>https://ivandemarino.me/posts/why-i-love-uk-intelligence-about-transports/</link>
      <pubDate>Fri, 12 Jan 2007 09:21:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/why-i-love-uk-intelligence-about-transports/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.highways.gov.uk/knowledge/images/bus_lane.jpg&#34;&gt;
In &lt;strong&gt;England&lt;/strong&gt;, in &lt;strong&gt;Bristol&lt;/strong&gt; and &lt;strong&gt;Leeds&lt;/strong&gt; Town, an experiment is underway: normal Cars can take the &lt;strong&gt;bus and taxi fast lane&lt;/strong&gt; if it carry one or more passengers. It&amp;rsquo;s called &amp;ldquo;car pooling&amp;rdquo; and it aims to grow-up the ratio people/car.&lt;/p&gt;
&lt;p&gt;Probably this experiment will fail because a great number of families are &amp;ldquo;&lt;em&gt;nuclear&lt;/em&gt;&amp;rdquo;, with one, two or, at maximum, three components. But, at this real moment, the Halls of the two cities speak about a sensible trip-time reduction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPhone: Apple reinvents Mobility</title>
      <link>https://ivandemarino.me/posts/iphone-apple-reinvents-mobility/</link>
      <pubDate>Tue, 09 Jan 2007 21:04:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iphone-apple-reinvents-mobility/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;iPhone&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/home/2007/images/iphonelockscreen20070109.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I think its so useless to spend any kind of word.
&lt;a href=&#34;http://www.apple.com/iphone/&#34;&gt;Go to the (very busy) official iPhone presentation page&lt;/a&gt;&amp;hellip; and wait for June (or October if you are in Europe&amp;hellip; or 2008 for the rest of the world).&lt;/p&gt;
&lt;p&gt;Gorgeous!!! O_o&lt;/p&gt;</description>
    </item>
    <item>
      <title>Testing DashBlog</title>
      <link>https://ivandemarino.me/posts/testing-dashblog/</link>
      <pubDate>Mon, 08 Jan 2007 15:43:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/testing-dashblog/</guid>
      <description>&lt;p&gt;This post is made using &lt;a href=&#34;http://dashblog.theonelab.com/&#34;&gt;DashBlog&lt;/a&gt;, a widget for Dashboard (MacOSX)&lt;/p&gt;</description>
    </item>
    <item>
      <title>La Morte del Volontariato</title>
      <link>https://ivandemarino.me/posts/la-morte-del-volontariato/</link>
      <pubDate>Sun, 07 Jan 2007 18:30:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-morte-del-volontariato/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Quel che più conta però, è che la SiSE (Siciliana Servizi Emergenza, n.d. Detro) è una Spa, cioè una macchina economica, a tutti gli effetti creata da un ente che per statuto dovrebbe essere «disinteressato». Ad oggi due interrogazioni parlamentari - Verdi e Rifondazione comunista - hanno chiesto chiarimenti sull&amp;rsquo;ente e sui rischi di «privatizzazione» di una attività pubblica, che - parole di Emilio Pomo, presidente delle Pubbliche assistenze siciliane - è &lt;ins datetime=&#34;2007-01-07T17:25:28+00:00&#34;&gt;&lt;strong&gt;«la morte del volontariato»&lt;/strong&gt;&lt;/ins&gt;. Nel frattempo la Sise ha ottenuto la convenzione anche per l&amp;rsquo;anno prossimo e nel 2005 ha fondato una seconda società, la Sissa Srl, con cui approntare altri servizi socio-sanitari. «Io non avrei fatto una Spa - dice Barra - ma distinguiamo il merito dal metodo: c&amp;rsquo;è un servizio che prima non c&amp;rsquo;era, che si occupa del malato e ha dato lavoro».&lt;/p&gt;</description>
    </item>
    <item>
      <title>Asterisk NOW</title>
      <link>https://ivandemarino.me/posts/asterisk-now/</link>
      <pubDate>Thu, 04 Jan 2007 11:07:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/asterisk-now/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;AstriskNow logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.asterisknow.org/files/asterisknow_logo.png&#34;&gt;
A new distro-based version of &lt;a href=&#34;http://www.asterisk.org&#34;&gt;Asterisk&lt;/a&gt;, with the aim of make a smart-setup of an Astrisk PBX Server easy and quick.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Asterisk® in 30 minutes or less. The most popular open source PBX software, Asterisk®, can now be easily configured with a graphical interface. AsteriskNOW™ is an open source Software Appliance; a customized Linux distribution that includes Asterisk®, the Asterisk GUI, and all other software needed for an Asterisk® system.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dashcode public beta released</title>
      <link>https://ivandemarino.me/posts/dashcode-public-beta-released/</link>
      <pubDate>Thu, 04 Jan 2007 10:42:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dashcode-public-beta-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Dashcode&#34; loading=&#34;lazy&#34; src=&#34;http://developer.apple.com/tools/images/dashcodeicon.jpg&#34;&gt;
If you have an &lt;a href=&#34;http://developer.apple.com&#34;&gt;ADC (Apple Developer Connection)&lt;/a&gt; account and you are interested in Widget&amp;rsquo;s Development, probably you&amp;rsquo;ll consider interesting to know that &lt;a href=&#34;http://developer.apple.com/tools/dashcode/index.html&#34;&gt;Apple have released the beta of Dashcode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Personally, I&amp;rsquo;m not a Dashboard lover. I have disabled it few days after Tiger Installation: it &lt;em&gt;wolf down&lt;/em&gt; much too much memory&amp;hellip; and, if I need a &amp;ldquo;small-service-app&amp;rdquo;, I use an equivalent web-page or normal-app.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/3032/beta-pubblica-per-dashcode&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Coma Profondo</title>
      <link>https://ivandemarino.me/posts/coma-profondo/</link>
      <pubDate>Thu, 04 Jan 2007 10:34:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/coma-profondo/</guid>
      <description>&lt;p&gt;Stimando &lt;a href=&#34;http://www.marcotravaglio.it&#34;&gt;Marco Travaglio&lt;/a&gt;, non posso che riportare pedestremente un articolo che a sua volta è stato ribattuto sul sito &lt;a href=&#34;http://vivamarcotravaglio.splinder.com/post/10413842/Comma+profondo&#34;&gt;&amp;ldquo;Viva Marco Travaglio&amp;rdquo;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;articolo tratta in maniera sarcastica la norma circa la &lt;strong&gt;prescrizione di fatto per i reati contabili&lt;/strong&gt;. Trattata anche da Nemo &lt;a href=&#34;http://blog.neminis.org/come-la-giri-e-come-la-rivolti.html&#34;&gt;qui&lt;/a&gt; e &lt;a href=&#34;http://blog.neminis.org/la-norma-infiltrata-e-stata-eliminata.html&#34;&gt;qui&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Per stanare il furbetto che ha infilato il comma salvaladri nella Finanziaria, il sistema meno efficace è quello di spaventarlo con denunce alla Procura della Repubblica, come propone Di Pietro, o con indagini interne a tappeto, come suggerisce Prodi. Molto meglio usare la legge sui pentiti, promettendogli l&amp;rsquo;immunità in cambio della piena confessione. Così rassicurato, il furbetto salterà fuori, farà i nomi dei complici e dei mandanti. Ma, prima di lasciarlo andare, bisognerà strappargli un&amp;rsquo;ultima promessa: quella di dedicarsi per tutto il 2007 a ripetere la furbata infilando di soppiatto nelle leggi più insospettabili una serie di commi copiati dal programma dell&amp;rsquo;Unione, facendoli approvare dagli ignari colleghi parlamentari. Solo di nascosto, infatti, possiamo sperare che vengano cancellate le leggi vergogna, delle quali né Prodi né i teorici dell&amp;rsquo;arrapante &amp;ldquo;fase 2&amp;rdquo; né gli strateghi dell&amp;rsquo;appassionante Partito democratico né la formidabile &amp;ldquo;sinistra radicale&amp;rdquo; parlano più da mesi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Come evitare i Memory Leaks in C&#43;&#43;</title>
      <link>https://ivandemarino.me/posts/come-evitare-i-memory-leaks-in-c/</link>
      <pubDate>Thu, 04 Jan 2007 10:24:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/come-evitare-i-memory-leaks-in-c/</guid>
      <description>&lt;p&gt;Per chi non conoscesse la definizione di &lt;a href=&#34;http://en.wikipedia.org/wiki/Memory_Leaks&#34;&gt;Memory Leaks&lt;/a&gt;&amp;hellip; non vale la pena andare oltre ;)
A chi invece la conosce, consiglio di dare una lettura (anche veloce) al &lt;a href=&#34;http://programminghacks.wordpress.com/2006/12/30/memory-leak-in-c/&#34;&gt;post pubblicato su Programming Languages Hacks&lt;/a&gt;. Davvero interessante, semplice ed istruttivo: cose che si potrebbero dedurre da uno studio attento del concetto di Memoria e Processi unito alla programmazione C/C++&amp;hellip; ma una ripassata non fa mai male ;).&lt;/p&gt;
&lt;p&gt;Un ringraziamento all&amp;rsquo;Autore, &lt;strong&gt;ricibald&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Italian Serial Awards 2007</title>
      <link>https://ivandemarino.me/posts/italian-serial-awards-2007/</link>
      <pubDate>Tue, 02 Jan 2007 19:45:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/italian-serial-awards-2007/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.serialit.com/isa/index.htm&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.serialit.com/isa/images/banner01.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Votate!&lt;/p&gt;
&lt;p&gt;Ovviamente, per me vincono su tutte (nell&amp;rsquo;ordine):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;House M.D.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Gray&amp;rsquo;s Anatomy&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lost&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mi piacciono così tanto che le seguo in lingua originale in sincrono con gli USA (ho detto tutto ;) ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>... Just the Beginning!</title>
      <link>https://ivandemarino.me/posts/just-the-beginning/</link>
      <pubDate>Tue, 02 Jan 2007 12:09:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/just-the-beginning/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://images.apple.com/home/2007/images/welcome2007_20070101.jpg&#34;&gt;&lt;img alt=&#34;Just the Beginning&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/home/2007/images/welcome2007_20070101.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;;)&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://gustomela.blogsome.com/2007/01/02/the-first-30-years-were-just-the-beginning/&#34;&gt;Gustomela&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Year, Old Stories</title>
      <link>https://ivandemarino.me/posts/new-year-old-stories/</link>
      <pubDate>Mon, 01 Jan 2007 14:47:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-year-old-stories/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Cracked&amp;hellip;&#34; loading=&#34;lazy&#34; src=&#34;http://www.ttgnet.com/images/cracked-dvd.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;No, It&amp;rsquo;s not a post on politics or demagogy: it&amp;rsquo;s about foolishness!!!
&lt;a href=&#34;http://en.wikipedia.org/wiki/HD_DVD&#34;&gt;HD-DVD&lt;/a&gt;, one of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Blu-ray_Disc&#34;&gt;2 &amp;ldquo;standards&amp;rdquo;&lt;/a&gt; of the future of Home-Movie (and Digital Video Storage in general), seems to be cracked&amp;hellip; already.&lt;/p&gt;
&lt;p&gt;An anonymous cracker, called &lt;strong&gt;muslix64&lt;/strong&gt;, have published a post on &lt;a href=&#34;http://forum.doom9.org/showthread.php?t=119871&#34;&gt;Doom9&lt;/a&gt; about a very little Java program that is capable of Rip &lt;a href=&#34;http://en.wikipedia.org/wiki/AACS&#34;&gt;AACS&lt;/a&gt;-Encrypted video from an HD-DVD.&lt;/p&gt;
&lt;p&gt;More info on a page of Wikipedia dedicated to this program, &lt;a href=&#34;http://en.wikipedia.org/wiki/BackupHDDVD&#34;&gt;BackupHDDVD&lt;/a&gt;.
Source, &lt;a href=&#34;http://it.theinquirer.net/2006/12/decrittato_il_sistema_aacs.html&#34;&gt;The Inquier IT&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I&#39;m a Lantern?!?!?!? O_o</title>
      <link>https://ivandemarino.me/posts/i-m-a-lantern-o-o/</link>
      <pubDate>Sat, 30 Dec 2006 17:21:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-m-a-lantern-o-o/</guid>
      <description>&lt;p&gt;Following the &lt;a href=&#34;http://blog.neminis.org/scroprite-il-supereroe-che-e-in-voi.html&#34;&gt;example of my friend Nemo&lt;/a&gt;, I have done the &amp;ldquo;&lt;a href=&#34;http://www.thesuperheroquiz.com/&#34;&gt;Superhero Test&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Your results:
&lt;b&gt;You are &lt;font SIZE=6&gt;Green Lantern&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Green Lantern&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=95/&gt;&lt;/td&gt;&lt;td&gt; 95%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Batman&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=85/&gt;&lt;/td&gt;&lt;td&gt; 85%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Superman&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=80/&gt;&lt;/td&gt;&lt;td&gt; 80%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Iron Man&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=70/&gt;&lt;/td&gt;&lt;td&gt; 70%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hulk&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=60/&gt;&lt;/td&gt;&lt;td&gt; 60%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Supergirl&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=55/&gt;&lt;/td&gt;&lt;td&gt; 55%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Spider-Man&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=50/&gt;&lt;/td&gt;&lt;td&gt; 50%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Robin&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=42/&gt;&lt;/td&gt;&lt;td&gt; 42%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Wonder Woman&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=35/&gt;&lt;/td&gt;&lt;td&gt; 35%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Catwoman&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=35/&gt;&lt;/td&gt;&lt;td&gt; 35%&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;The Flash&lt;/td&gt;
&lt;td&gt;&lt;hr ALIGN=LEFT NOSHADE SIZE=4 WIDTH=30/&gt;&lt;/td&gt;&lt;td&gt; 30%&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;
&lt;td&gt;Hot-headed.  You have strong 
will power and a good imagination.
&gt; ![](http://www.thesuperheroquiz.com/pics/lantern2.jpg)&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;[Click here to take the Superhero Personality Test](http://www.thesuperheroquiz.com/)
&lt;/blockquote&gt;
&lt;p&gt;Wikipedia has &lt;a href=&#34;http://en.wikipedia.org/wiki/Green_Lantern&#34;&gt;an answer for anything&lt;/a&gt;, as usual! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMWARE 6.0 Beta Released</title>
      <link>https://ivandemarino.me/posts/vmware-6-0-beta-released/</link>
      <pubDate>Sat, 30 Dec 2006 14:19:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/vmware-6-0-beta-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;VMWARE logo&#34; loading=&#34;lazy&#34; src=&#34;http://h18000.www1.hp.com/products/servers/software/vmware/images/vmware-prodshot.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;http://www.vmware.com&#34;&gt;most known Virtualization System&lt;/a&gt; is under heavy development, and many interesting features will be in the final version. The most interesting? Integration with the &lt;a href=&#34;http://www.eclipse.org&#34;&gt;Eclipse IDE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have only a doubt: what about &lt;a href=&#34;http://www.detronizator.org/2006/12/22/vmware-fusion-beta-released/&#34;&gt;Fusion&lt;/a&gt;? Will be a different project or it&amp;rsquo;s only the beta name for VMWARE for MacOSX? Will they be merged?&lt;/p&gt;
&lt;p&gt;Release Notes on&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-9/</link>
      <pubDate>Sat, 30 Dec 2006 12:58:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-9/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Dodge Viper SRT-10&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/autoblog/dodge_viper_srt_10_01.jpg&#34;&gt;
Title: &lt;strong&gt;Dodge Viper SRT-10&lt;/strong&gt;
Abstract: &lt;strong&gt;The new version of my favourite car in the world (yes, I prefer it more than any Ferrari), will be updated with 600 HP (horse power) and a Torque Power of 760Nm. A MONSTER!!! :D&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;On continue, other beautiful images.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I love UK? A not so serious Monarchy</title>
      <link>https://ivandemarino.me/posts/why-i-love-uk-a-not-so-serious-monarchy/</link>
      <pubDate>Wed, 27 Dec 2006 20:14:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/why-i-love-uk-a-not-so-serious-monarchy/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Queen Elizabeth II Podcast&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/melablog/reginaelisabettapodcast.jpg&#34;&gt;
The &lt;a href=&#34;http://en.wikipedia.org/wiki/Elizabeth_II_of_the_United_Kingdom&#34;&gt;Queen&lt;/a&gt; have started to make a series of &lt;a href=&#34;http://www.royal.gov.uk/output/Page5323.asp&#34;&gt;Podcast about her Speeches&lt;/a&gt;. This service is offered by the &lt;a href=&#34;http://www.royal.gov.uk/output/page3759.asp&#34;&gt;British Monarchy Media Center&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not so important, but this is a sing of the young of this Monarchy, with a big, rich and important story, but the ability to reorder and resync itself respect the changeing world.&lt;/p&gt;
&lt;p&gt;Every English person does not see the Queen as a &lt;a href=&#34;http://en.wikipedia.org/wiki/Political_power&#34;&gt;Power&lt;/a&gt;, but as a Symbol. A &lt;a href=&#34;http://en.wikipedia.org/wiki/Symbol&#34;&gt;Symbol&lt;/a&gt; of the &lt;a href=&#34;http://en.wikipedia.org/wiki/History&#34;&gt;History&lt;/a&gt;, the &lt;a href=&#34;http://en.wikipedia.org/wiki/Tradition&#34;&gt;Tradition&lt;/a&gt;, the &lt;a href=&#34;http://en.wikipedia.org/wiki/Importance&#34;&gt;Importance&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I love UK? Transports and Related Services</title>
      <link>https://ivandemarino.me/posts/why-i-love-uk-transports-and-related-services/</link>
      <pubDate>Wed, 27 Dec 2006 19:57:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/why-i-love-uk-transports-and-related-services/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Transport of London&#34; loading=&#34;lazy&#34; src=&#34;http://www.tfl.gov.uk/templates/tfl/images/header-logo.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;Take a look here: the &lt;a href=&#34;http://www.tfl.gov.uk/tfl/&#34;&gt;Transport of London website&lt;/a&gt;. Well organized, rich, usefull. Every information users needs, also with other services like RSS News about &amp;ldquo;delays&amp;rdquo;, &amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Tube&#34;&gt;tube&lt;/a&gt; enhancements&amp;rdquo;, &amp;ldquo;contest and festive related informations and suggestions&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Besides, Transport system itself is powerfull, effective and &amp;ldquo;right&amp;rdquo;: English people speaks about a &amp;ldquo;not enought services, so poor transport system&amp;rdquo;. They are accustomed to something richer than me. And than every &amp;ldquo;Napoletane&amp;rdquo; people.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I love UK?</title>
      <link>https://ivandemarino.me/posts/why-i-love-uk/</link>
      <pubDate>Wed, 27 Dec 2006 19:47:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/why-i-love-uk/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;UK&#34; loading=&#34;lazy&#34; src=&#34;http://maps.bzzt.net/users-uk-ie.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not easy to explain&amp;hellip; and I can&amp;rsquo;t synthetize my motivations in a couple of words. Hence, I think it&amp;rsquo;s a good idea to list, in a new series of post, the single facts one bye one.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m from &lt;a href=&#34;http://en.wikipedia.org/wiki/Italy&#34;&gt;Italy&lt;/a&gt; and the needs of &lt;a href=&#34;http://en.wikipedia.org/wiki/Service&#34;&gt;service&lt;/a&gt; and a bit of civilization is the main matter for me. I&amp;rsquo;m trying to change my life. I&amp;rsquo;m trying to come to live in the oldest &amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Monarchy&#34;&gt;Monarchy&lt;/a&gt;&amp;rdquo; in the world.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-24/</link>
      <pubDate>Mon, 25 Dec 2006 14:13:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-24/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Babbo Natale per i più Cattivi&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/12/babbo_natale.jpg&#34;&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Quest&amp;rsquo;immagine si commenta da sola: è dedicata a tutti quelli che sono stati DAVVERO CATTIVI!!! :D :D :D&lt;/p&gt;
&lt;p&gt;Un grazie particolare a Sharketto per avermela passata ;) .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Se non giochi, non fare le regole!</title>
      <link>https://ivandemarino.me/posts/se-non-giochi-non-fare-le-regole/</link>
      <pubDate>Mon, 25 Dec 2006 13:53:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/se-non-giochi-non-fare-le-regole/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;San Pietro&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Pope-peter_pprubens.jpg/250px-Pope-peter_pprubens.jpg&#34;&gt;
Questa frase GENIALE quanto OVVIA e SEMPLICE non è mia ma di &lt;a href=&#34;http://www.danieleluttazzi.it/&#34;&gt;Luttazzi&lt;/a&gt;: che la pronunciò durante uno dei suoi spettacoli. Ed è quella che mi è venuta in mente quando ieri ho sentito e poi oggi ho letto le parole del &lt;a href=&#34;http://it.wikipedia.org/wiki/Benedetto_XVI&#34;&gt;Papa&lt;/a&gt; in &lt;a href=&#34;http://it.wikipedia.org/wiki/Basilica_di_San_Pietro_in_Vaticano&#34;&gt;quel di San Pietro&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Prendo ad esempio l&amp;rsquo;&lt;a href=&#34;http://www.repubblica.it/2006/12/sezioni/esteri/benedettoxvi-11/papa-urbietorbi/papa-urbietorbi.html&#34;&gt;articolo su Repubblica&lt;/a&gt;, ma andrebbe bene uno qualsiasi dei giornali banalmente-filo-cristiani della nostra martoriata penisola.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Dal fondo di questa
umanità gaudente e disperata si leva un&amp;rsquo;invocazione straziante di aiuto&amp;rdquo;. E&amp;rsquo; questa la risposta di Benedetto XVI alla domanda se &amp;ldquo;ha ancora valore e significato un &amp;lsquo;Salvatore&amp;rsquo; per l&amp;rsquo;uomo del terzo millennio&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get the most out of ZSH</title>
      <link>https://ivandemarino.me/posts/get-the-most-out-of-zsh/</link>
      <pubDate>Sun, 24 Dec 2006 11:29:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/get-the-most-out-of-zsh/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;IBM logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.ibm.com/i/v14/t/ibm-logo.gif&#34;&gt;
Taking a walk for &lt;a href=&#34;http://www.ossblog.it/post/1681/zsh-senza-limiti&#34;&gt;one of my preferred blogs&lt;/a&gt; I found an &lt;a href=&#34;http://www-128.ibm.com/developerworks/aix/library/au-satzsh.html?ca=dnw-745&#34;&gt;interesting article from IBM DeveloperWorks: &amp;ldquo;Get the most out of zsh&amp;rdquo;&lt;/a&gt;.
I did&amp;rsquo;t know this shell until now and, reading the article, I was convinced to give it a try.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;icebook# sudo apt-get install zsh&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Take a look at it. Is the Bash era over?&lt;/p&gt;
&lt;p&gt;Looking for direct links?
&lt;a href=&#34;http://www.zsh.org/&#34;&gt;Official homepage of the ZSH&lt;/a&gt;.
&lt;a href=&#34;http://zsh.sunsite.dk/&#34;&gt;An interesting mirror on SunSite&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Auguri!</title>
      <link>https://ivandemarino.me/posts/auguri/</link>
      <pubDate>Sun, 24 Dec 2006 11:06:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/auguri/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Auguri 2006&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/12/auguri-2006_thumb.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>System Rescue CD v0.3.0 released</title>
      <link>https://ivandemarino.me/posts/system-rescue-cd-v0-3-0-released/</link>
      <pubDate>Fri, 22 Dec 2006 19:34:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/system-rescue-cd-v0-3-0-released/</guid>
      <description>&lt;p&gt;Main changes:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;0.3.0) 2006-12-20:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Updated the kernel to Linux-2.6.18.5 with Reiser4&lt;/li&gt;
&lt;li&gt;Added xorg graphical environment with WindowMaker&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Added gparted-0.3.3 to replace qtparted&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Added ntfs3g-beta-20061212 (full NTFS Read/Write)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Added graphical editors (gvim, leafpad)&lt;/li&gt;
&lt;li&gt;Added graphical web browsers (firefox-2.0 and dillo)&lt;/li&gt;
&lt;li&gt;Updated the file-system tools (parted, e2fsprogs, xfsprogs, &amp;hellip;)&lt;/li&gt;
&lt;li&gt;Updated the system (glibc, clamav, &amp;hellip;)&lt;/li&gt;
&lt;li&gt;Updated the bootdisks&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I used it a couple of times to fix my linux-box and, in general, my pc. It&amp;rsquo;s the &lt;em&gt;swift knife&lt;/em&gt; of every good admin. The only &amp;ldquo;fault&amp;rdquo; of it? The project is growing only on x86: PPC is sucking.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Machintosh può farvi più Felici!</title>
      <link>https://ivandemarino.me/posts/machintosh-pu-farvi-pi-felici/</link>
      <pubDate>Fri, 22 Dec 2006 19:22:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/machintosh-pu-farvi-pi-felici/</guid>
      <description>&lt;p&gt;Recita così il finale di questo spot che &lt;a href=&#34;http://www.melablog.it/post/3003/pubblicita-depoca&#34;&gt;MelaBlog&lt;/a&gt; ha pescato su &lt;a href=&#34;http://www.spot80.it/&#34;&gt;www.spot80.it&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?docId=689936452658475727&amp;hl=it&#34; flashvars=&#34;&#34;&gt; &lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;Personalmente, le immagini potevano anche essere &amp;ldquo;buone&amp;rdquo; ma il messaggio, così come viene passato, è davvero scadente e quasi banale. Ma forse il mio palato ormai è assuefatto quasi alla moderna pubblicità, dove i giochi dei &amp;ldquo;doppi sensi&amp;rdquo;, del &amp;ldquo;non detto&amp;rdquo;, del &amp;ldquo;sussurrato&amp;rdquo;, della &amp;ldquo;seduzione intellettiva&amp;rdquo;&amp;hellip; la fanno da padrone.&lt;/p&gt;
&lt;p&gt;Però, il messaggio è comunque VERO: il Mio &lt;a href=&#34;http://it.wikipedia.org/wiki/iBook&#34;&gt;iBook&lt;/a&gt;, il primo Mac, mi ha fatto DAVVERO PIU&amp;rsquo; FELICE. ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>VMWare Fusion Beta Released</title>
      <link>https://ivandemarino.me/posts/vmware-fusion-beta-released/</link>
      <pubDate>Fri, 22 Dec 2006 19:12:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/vmware-fusion-beta-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;VMWare Fusion Beta Released&#34; loading=&#34;lazy&#34; src=&#34;http://www.vmware.com/img/mac_hero_v03.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;From the &lt;a href=&#34;http://www.vmware.com/products/beta/fusion/&#34;&gt;official announcement page&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;VMware Virtualization for Mac Beta Program&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;What is VMware&amp;rsquo;s virtualization product for Mac?
The new VMware desktop product for the Mac, codenamed Fusion, allows Intel-based Macs to run x86 operating systems, such as Windows, Linux, NetWare and Solaris, in virtual machines at the same time as Mac OS X. It is built on VMware&amp;rsquo;s rock-solid and advanced desktop virtualization platform that is used by over four million users today.
With Fusion, you can run traditional PC applications on your Mac: if you need to run PC applications, you can now do so by leveraging the power of virtual machine technology.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I still haven&amp;rsquo;t a MacIntel ( :( ) but I&amp;rsquo;m so happy about it: I saw &lt;a href=&#34;http://www.parallels.com/en/products/desktop/&#34;&gt;Parallels Desktop&lt;/a&gt; in action and&amp;hellip; I was not really enthusiast about it. I know &lt;a href=&#34;http://www.vmware.com/&#34;&gt;VMWare&lt;/a&gt; and its quality level: the bigger and the stronger player in the battle for virtuallization it&amp;rsquo;s on its way.&lt;/p&gt;
&lt;p&gt;Other details about Fusion (I suspect it will not be the final name of this product ;) ), on&lt;/p&gt;</description>
    </item>
    <item>
      <title>Month of Apple Bugs: another Fake?</title>
      <link>https://ivandemarino.me/posts/month-of-apple-bugs-another-fake/</link>
      <pubDate>Fri, 22 Dec 2006 19:03:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/month-of-apple-bugs-another-fake/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Bug&#34; loading=&#34;lazy&#34; src=&#34;http://www.ent.iastate.edu/images/hemiptera/stinkbug/brown_stink_bug_adult.jpg&#34;&gt;My friend V.V. (thank you, dear V.) sent to me this link: &lt;a href=&#34;http://blog.washingtonpost.com/securityfix/2006/12/january_2007_month_of_apple_bu.html&#34;&gt;Coming in January: &amp;ldquo;Month of Apple Bugs&amp;rdquo;&lt;/a&gt;. This &amp;ldquo;article&amp;rdquo; speaks about an &amp;ldquo;hypothetical&amp;rdquo; developer, called &amp;ldquo;LMH&amp;rdquo;, who will start, in January 2007, an entire month dedicated to &amp;ldquo;searching for MacOSX bugs&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Mmmm&amp;hellip;.
Ok, I love MacOSX, and I love every Unix System too (&lt;strong&gt;Linux Rulez!!! ;) &lt;/strong&gt;) but&amp;hellip; I think that: this &amp;ldquo;announcement of power&amp;rdquo; has only 2 possible whys:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Articolo su VoIP, NAT e STUN</title>
      <link>https://ivandemarino.me/posts/articolo-su-voip-nat-e-stun/</link>
      <pubDate>Sun, 17 Dec 2006 18:56:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/articolo-su-voip-nat-e-stun/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;STUN ;)&#34; loading=&#34;lazy&#34; src=&#34;http://www.rotten.com/library/culture/stun-guns/sg_hiro.jpg&#34;&gt; Per chi non sa niente di queste cose, sembrerà quasi che io abbia ingoiato un boccone e mi stia strozzando. Per tutti questi &amp;ldquo;soggetti&amp;rdquo;, consiglio di non andar oltre ;) .
Chi invece ha capito almeno 1 dei 3 acronimi, allora consiglio di seguire il mio consiglio e andarsi a leggere &lt;a href=&#34;http://www.zarrelli.org/blog/index.php/2006/12/15/voip-e-nat-il-protocollo-stun-parte-prima/&#34;&gt;questo interessantissimo articolo/monologo sul blog di CRISIS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Un estratto:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tempo fa mi sono state sottoposte alcune domande riguardanti il VoIP, soprattutto come utilizzarlo in presenza di firewall e NAT che possono rendere impossibile la comunicazione a voce su IP. Dalla semplice risposta che mi ero proposto di scrivere, ne è scaturito qualcosa di un po’ più articolato, che prende di petto alcuni dei problemi nei quali incorrono gli utilizzatori del VoIP, tentando di dare una semplice spiegazione teorica. Il testo è diviso in due differenti parti, per dare al lettore il tempo di assimilare i contenuti in maniera graduale. L’inizio riprende alcune domande che mi sono state poste, per poi passare a un approfondimento teorico.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-16/</link>
      <pubDate>Sat, 16 Dec 2006 15:58:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-16/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/MDNuq94Zg_8&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;NYT: Did Microsoft rip-off Apple Mac OS X in Windows Vista?&lt;/strong&gt;
Abstract: &lt;strong&gt;Vista and Mac OSX are NOT the same thing at all!!!&lt;/strong&gt;
;)
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-15/</link>
      <pubDate>Fri, 15 Dec 2006 16:44:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-15/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/2F9eCSav9x0&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Live Free or DIE HARD (aka DIE HARD 4)&lt;/strong&gt;
Characters: &lt;strong&gt;Bruce Willis and Justin Long (the &#34;mac guy&#34; of the Apple &#34;get a mac&#34; advertisements)&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-24/</link>
      <pubDate>Wed, 13 Dec 2006 14:37:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-24/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;embed width=&#39;450&#39; height=&#39;405&#39; src=&#39;http://www.gameklip.com/e/v?vg=t_granturismo_vision_e35_press&#39;&gt;&lt;/embed&gt;
Title: &lt;strong&gt;Vision Gran Turismo&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-26/</link>
      <pubDate>Tue, 12 Dec 2006 19:27:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-26/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.foxfilm.at/trailer/simpsonstrailerII.wmv&#34;&gt;&lt;img alt=&#34;The Simpsons Movie&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/cineblog/simpsonthemovie_01_01.jpg&#34;&gt;&lt;/a&gt;
Title: &lt;strong&gt;The Simpsons Movie - Trailer number 2&lt;/strong&gt;
Abstract: &lt;strong&gt;Any other words&amp;hellip; are useless!!! :D :D :D&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>My iceBook and I</title>
      <link>https://ivandemarino.me/posts/my-icebook-and-i/</link>
      <pubDate>Sun, 10 Dec 2006 13:05:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-icebook-and-i/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://picasaweb.google.com/detronizator/MyIceBookAndI&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://lh6.google.com/image/detronizator/RXvua-pkC7E/AAAAAAAAAUQ/gYSHA7pW-kg/s160-c/MyIceBookAndI.jpg&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;http://picasaweb.google.com/detronizator/MyIceBookAndI&#34;&gt;
My iceBook and I
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A &lt;a href=&#34;http://picasaweb.google.com/&#34;&gt;PicasaWeb&lt;/a&gt; test&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-21/</link>
      <pubDate>Sat, 09 Dec 2006 18:29:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-21/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/wZm52UrkDpA&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;300 - The Trailer&lt;/strong&gt;
Abstract: &lt;strong&gt;Based on Frank Miller&#39;s graphic novel, &#34;300&#34; concerns the 480 B.C. Battle of Thermopylae, where the King of Sparta led his army against the advancing Persians; the battle is said to have inspired all of Greece to band together against the Persians, and helped usher in the world&#39;s first democracy.&lt;/strong&gt;
&gt; Directed by: &lt;strong&gt;Zack Snyder&lt;/strong&gt;
Other info: &lt;strong&gt;[IMDb](http://imdb.com/title/tt0416449/)&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>The Pathetic Scaramella</title>
      <link>https://ivandemarino.me/posts/the-pathetic-scaramella/</link>
      <pubDate>Sat, 09 Dec 2006 10:57:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-pathetic-scaramella/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Vladimir Bukovskij&#34; loading=&#34;lazy&#34; src=&#34;http://www.spirali.com/images/author/72.gif&#34;&gt;
&lt;a href=&#34;http://www.repubblica.it/2006/12/sezioni/esteri/spia-avvelenata-3/spia-avvelenata-3/spia-avvelenata-3.html&#34;&gt;Su Repubblica&lt;/a&gt; una intervista davvero &amp;ldquo;esilarante&amp;rdquo; a &lt;strong&gt;Vladimir Bukovskij&lt;/strong&gt;, 64 anni, scrittore, è un nome e un&amp;rsquo;esperienza molto importante nella storia della dissidenza sovietica. Da ragazzo, paga le sue idee con il lager e l&amp;rsquo;ospedale psichiatrico fino a quando, nel 1976, la sua vita e la sua libertà vengono barattate con la vita e la libertà del comunista cileno Luis Corvalan, consegnato a Mosca dalle prigioni di Pinochet. Da allora Bukovskij vive in Inghilterra, dove non ha mai smesso di essere punto di riferimento della comunità dei rifugiati, degli esuli, degli ex ufficiali del &lt;strong&gt;Kgb&lt;/strong&gt; come Alekander &lt;em&gt;Litvinenko&lt;/em&gt; e Oleg &lt;em&gt;Gordievskij&lt;/em&gt;, ai quali è stato ed è legato da una sincera amicizia. E Come Gordievskij e Litvinenko, anche Bukovskij è finito nel cono di attenzione della commissione &lt;strong&gt;Mitrokhin&lt;/strong&gt; e del lavoro ossessivo e storto di Mario &lt;em&gt;Scaramella&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Ora, si potrebbe obiettare che quest&amp;rsquo;uomo è chiaramente schierato: ma, a uno che ha &amp;lsquo;sto passato, difficilmente lo vedo interessato a &amp;ldquo;screditare&amp;rdquo; Scaramella&amp;amp;Co. &amp;hellip; perché &lt;ins datetime=&#34;2006-12-09T10:19:35+00:00&#34;&gt;così gli hanno detto di fare&lt;/ins&gt;.&lt;/p&gt;
&lt;p&gt;Poi, ovviamente, tutto è possibile.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Leopard Technology Series for Developers</title>
      <link>https://ivandemarino.me/posts/leopard-technology-series-for-developers/</link>
      <pubDate>Sat, 09 Dec 2006 09:47:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/leopard-technology-series-for-developers/</guid>
      <description>&lt;p&gt;Today Apple release a new &amp;ldquo;Technology Series&amp;rdquo; about Leopard. And I think to show you it&amp;hellip; on my blog.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Leopard Technology Series&#34; loading=&#34;lazy&#34; src=&#34;http://developer.apple.com/leopard/overview/images/article_header.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;The list of articles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://developer.apple.com/leopard/overview/&#34;&gt;Leopard Technology Overview&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  		* [Leopard Developer Tools Overview](http://developer.apple.com/leopard/overview/tools.html)

  		* [Leopard Developer Application Technology Overview](http://developer.apple.com/leopard/overview/apptech.html)
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>[ebay&#43;sell] MS Wireless Notebook Laser Mouse 6000</title>
      <link>https://ivandemarino.me/posts/ebay-sell-ms-wireless-notebook-laser-mouse-6000/</link>
      <pubDate>Fri, 08 Dec 2006 23:44:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ebay-sell-ms-wireless-notebook-laser-mouse-6000/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;My Mouse&#34; loading=&#34;lazy&#34; src=&#34;http://i11.ebayimg.com/04/i/000/7d/b5/045f_1.JPG&#34;&gt;&lt;/p&gt;
&lt;p&gt;Are you interested in &lt;a href=&#34;http://cgi.ebay.it/ws/eBayISAPI.dll?ViewItem&amp;amp;item=290060122753&#34;&gt;it&lt;/a&gt;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-1/</link>
      <pubDate>Thu, 07 Dec 2006 10:35:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-1/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/4kNsjdoeyro&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Firefox Ad&lt;/strong&gt;
Abstract: &lt;strong&gt;The nicest Firefox Advertisement ;)&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>PowerUp your Apache .htaccess</title>
      <link>https://ivandemarino.me/posts/powerup-your-apache-htaccess/</link>
      <pubDate>Wed, 06 Dec 2006 17:17:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/powerup-your-apache-htaccess/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.askapache.com/2006/htaccess/htaccesselite-ultimate-htaccess-article.html&#34;&gt;Here&lt;/a&gt; is a collection of &amp;ldquo;code snippets&amp;rdquo; about the &lt;code&gt;.htaccess&lt;/code&gt; file of Apache.
Take a look: it&amp;rsquo;s full of usefull things.&lt;/p&gt;
&lt;p&gt;It remembers to me about a very little howto (in italian) that help to make &lt;a href=&#34;http://www.detronizator.org/outputs/howtos/siti-web-multipli-senza-vhosts/&#34;&gt;multiple web-sites on the same machine&amp;hellip; without virtual-hosts&lt;/a&gt;: a very little and poor self-production.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PostgreSQL 8.2 released</title>
      <link>https://ivandemarino.me/posts/postgresql-8-2-released/</link>
      <pubDate>Wed, 06 Dec 2006 17:07:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/postgresql-8-2-released/</guid>
      <description>&lt;p&gt;The BEST Open-Souce RDBMS (not only for me), becomes better than itself.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;5 December 2006, Washington DC (LISA Conference)&lt;/strong&gt;: The PostgreSQL Global Development Group today announces the release of version 8.2 of the PostgreSQL object-relational database management system. This 14th public release adds features, maturity, and performance requested by business users, delivering manageability comparable to leading enterprise database systems. Version 8.2 is expected to drive even more migrations toward PostgreSQL.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-35/</link>
      <pubDate>Wed, 29 Nov 2006 09:49:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-35/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/XncGAGdqv9E&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;SpaceNavigator Demo on Google Earth&lt;/strong&gt;
Abstract: &lt;strong&gt;Created by 3dConnexion (Logitech), SpaceNavigator, is a mouse that allow to navigate on 3d axis from the most common applications (like GEarth).
The most important news? It cost ONLY 59,00$!!!&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Quasi...</title>
      <link>https://ivandemarino.me/posts/quasi/</link>
      <pubDate>Sun, 26 Nov 2006 17:27:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/quasi/</guid>
      <description>&lt;p&gt;&amp;hellip; Peccato, c&amp;rsquo;ero &lt;a href=&#34;http://www.repubblica.it/2006/11/sezioni/politica/cdl-3/berlusconi-montecatini/berlusconi-montecatini.html&#34;&gt;quasi&lt;/a&gt;! ;)&lt;/p&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/R5AloU3g85o&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;La prossima volta mi impegnerò di più!!!&lt;/p&gt;
&lt;p&gt;Ho comunque una perplessità: &lt;strong&gt;Il medico era già lì? Un genio previdente? Sapevano che sarebbe successo?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Ah, per quelli di voi che non mi conoscono (dubito) e che penseranno &amp;ldquo;male&amp;rdquo; delle mie parole, rispondo solo una cosa: &lt;strong&gt;«Se non sperate nella sua scomparsa, come in quella di altre figure oscure e terribili del nostro paese, non avete ancora ben compreso la misura dei danni che hanno fatto e continuano a fare alla nostra amata penisola!!!»&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Page on Detronizator.org</title>
      <link>https://ivandemarino.me/posts/new-page-on-detronizator-org/</link>
      <pubDate>Wed, 22 Nov 2006 13:59:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-page-on-detronizator-org/</guid>
      <description>&lt;p&gt;&lt;strong&gt;English:&lt;/strong&gt; Today I have added a new page to my site: &lt;a href=&#34;http://www.detronizator.org/outputs/publications-and-self-productions/&#34;&gt;Publications and Self-Productions&lt;/a&gt;. In this page I&amp;rsquo;ll list my (few) publications and every self-producted documents/papers/articles/pdfs.&lt;/p&gt;
&lt;p&gt;Take a look, if interested ;) .&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Italiano:&lt;/strong&gt; Oggi ho aggiunto una nuova pagina al mio sito: &lt;a href=&#34;http://www.detronizator.org/outputs/publications-and-self-productions/&#34;&gt;Publications and Self-Productions&lt;/a&gt;. In questa pagina listerò le mie (poche) pubblicationi e ogni documento/articolo/pdf auto-prodotto.&lt;/p&gt;
&lt;p&gt;Dategli un&amp;rsquo;occhiata, se siete interessati. ;) .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Web Toolkit (GWT) for the Mac</title>
      <link>https://ivandemarino.me/posts/google-web-toolkit-gwt-for-the-mac/</link>
      <pubDate>Tue, 21 Nov 2006 21:33:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-web-toolkit-gwt-for-the-mac/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://googlemac.blogspot.com/2006/11/google-web-toolkit-gwt-for-mac.html&#34;&gt;On 16 Nov 2006&lt;/a&gt; Google release the new version of &lt;a href=&#34;http://code.google.com/webtoolkit/&#34;&gt;GWT (Google Web Toolkit)&lt;/a&gt;. As experts probably know, until this release GWT was not &amp;ldquo;develop-able&amp;rdquo; on &lt;a href=&#34;http://www.apple.com/macosx/&#34;&gt;MacOSX&lt;/a&gt;.
But the music is changing&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit Nov 22 2006&lt;/strong&gt;:
On the &lt;a href=&#34;http://googlewebtoolkit.blogspot.com/&#34;&gt;Official GWT Blog&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;After a couple weeks of fixing all the issues our developer community has so diligently reported in the &lt;a href=&#34;http://code.google.com/p/google-web-toolkit/issues/list&#34;&gt;issue tracker&lt;/a&gt;, we are happy to announce the official release of &lt;a href=&#34;http://code.google.com/webtoolkit/&#34;&gt;Google Web Toolkit 1.2&lt;/a&gt; today.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-19/</link>
      <pubDate>Thu, 16 Nov 2006 15:06:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-19/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/V5ENLm0JsQw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Microsoft, Wake Up and Smell Defeat!&lt;/strong&gt;
Abstract: &lt;strong&gt;Craig bemoans the fate of the newly released &#34;iPod killer&#34;.&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;p&gt;Zune, launched on the market few days ago, is getting only bad reviews and comments, and it&amp;rsquo;s the target of every show-man in the USA.
I&amp;rsquo;m not surprised about this: Zune have NO APPEAL!!! Look at EVERY iPod: the Apple&amp;rsquo;s product is so&amp;hellip; sexy ;)
About the Zune features? Oh sure, they are amazing: but do you really think this is a very good motivation to prefer it instead of iPod? With the new &amp;ldquo;iPod Touchscreen&amp;rdquo; under-development?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day/2</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-2-1/</link>
      <pubDate>Mon, 13 Nov 2006 20:34:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-2-1/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/8Pmm9UKqc5I&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Scanline Flowline VFX&lt;/strong&gt;
Subtitle: &lt;strong&gt;Photorealistic CG water from SIGGRAPH 2006&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-12/</link>
      <pubDate>Mon, 13 Nov 2006 10:44:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-12/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?docId=557395790187689130&amp;hl=it&#34; flashvars=&#34;&#34;&gt; &lt;/embed&gt;
Title: &lt;strong&gt;LCA Linus Torvalds dunking&lt;/strong&gt;
Abstract: &lt;strong&gt;The dunking of Linus Torvalds and other well known Linux personalities raised just over $6000 for Cystic Fibrosis SA (CFSA).&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Berlusconi usò l&#39;8x1000 per la guerra in Iraq</title>
      <link>https://ivandemarino.me/posts/berlusconi-us-l-8x1000-per-la-guerra-in-iraq/</link>
      <pubDate>Sat, 11 Nov 2006 18:32:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/berlusconi-us-l-8x1000-per-la-guerra-in-iraq/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Berlusconi la Grande LOTA&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/berlusconi(1).jpg&#34;&gt;
Commentare questa &lt;a href=&#34;http://www.unita.it/view.asp?idContent=60970&#34;&gt;notizia riportata dall&amp;rsquo;Unità&lt;/a&gt; sarebbe quasi banale e soprattutto INUTILE: è quanto mai evidente il soppruso/abuso compiuto dal precedente governo in proposito.
E&amp;rsquo; stato in pratica tolto ai contribuenti il DIRITTO SACROSANTO di destinare il propro 8x1000 alla Chiesa in cui credono (o a cui, in generale, preferiscono devolvere).&lt;/p&gt;
&lt;p&gt;Riporto l&amp;rsquo;&lt;a href=&#34;http://www.unita.it/view.asp?idContent=60970&#34;&gt;articolo&lt;/a&gt; integralmente.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EDIT&lt;/strong&gt;:
Prima di tutto, devo ringraziare Nemo per avermi passato il Link e 2, se leggete i commenti, Manu aveva già parlato di tutto questo. Grazie ad entrambe.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ax: Ma chi ti credi di essere?</title>
      <link>https://ivandemarino.me/posts/ax-ma-chi-ti-credi-di-essere/</link>
      <pubDate>Sat, 11 Nov 2006 13:36:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ax-ma-chi-ti-credi-di-essere/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;J AX&#34; loading=&#34;lazy&#34; src=&#34;http://www.barganews.com/doggybag/apecarica_17april2005_100.jpg&#34;&gt;
Uno buono, direi io.
Non si può che applaudire al video che &lt;a href=&#34;http://blog.neminis.org/snob.html&#34;&gt;Nemo ci ha proposto (con tanto di testo)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Io non sono ai livelli di Nemo (è lui che mi ha fatto &amp;ldquo;apprezzare&amp;rdquo; &lt;strong&gt;J Ascia&lt;/strong&gt;), ma devo concordare con la questione della Stima: se la merita tutta.&lt;/p&gt;
&lt;p&gt;Grande. Coerente. Fuori da ogni coro, anche da quelli che già lo sono.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day/3</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-3/</link>
      <pubDate>Fri, 10 Nov 2006 18:25:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-3/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/wATk5kA3rmY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;Giovanni Bivona&lt;/strong&gt;
Subtitle: &lt;strong&gt; Internet e il sito hard&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day/2</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-2-2/</link>
      <pubDate>Fri, 10 Nov 2006 13:52:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-2-2/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/2T5_0AGdFic&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Scary Mary&lt;/strong&gt;
Comment: &lt;strong&gt;The power of Post-Production! ;) &lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Paradossi Napoletani</title>
      <link>https://ivandemarino.me/posts/paradossi-napoletani/</link>
      <pubDate>Fri, 10 Nov 2006 12:39:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/paradossi-napoletani/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Napoli: i quartieri&#34; loading=&#34;lazy&#34; src=&#34;http://www.na.astro.it/~laurent/photo/napoli/_09022002_0005.jpg&#34;&gt;
Un mio amico, sul nostro Forum privato, ha riportato un articolo preso da Libero (non sono riuscito a procurarmi il link, sorry).
Ve lo riporto integralmente:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Notizia del 9 novembre 2006 - 08:54
&lt;strong&gt;Paradossi napoletani&lt;/strong&gt;
Tutti parlano della città come un ricettacolo di miseri e indigenti. Poi però li vedi sfrecciare su auto costose, partire per viaggi esotici e, anche se a malapena sanno leggere, lavorare per enti pubblici. Com&amp;rsquo;è possibile?
NAPOLI: LA CITTA&amp;rsquo; DEI PARADOSSI.
di: &lt;strong&gt;Raffaele Borrelli&lt;/strong&gt;
Passeggiavo allegramente per le vie della villa comunale di Ponticelli quando rimasi sbalordito dal numero di parabole satellitari SKY che decoravano le balconate dei palazzi adiacenti. Mi chiedevo come fosse possibile ciò in una delle zone più degradate e malfamate della periferia partenopea.
La domenica mattina, la domenica sera, il sabato sera e i giorni festivi le vie centrali del mio paese divengono miracolosamente affollate da autoveicoli di ogni genere: Audi, Mercedes, Suv e altre vetture di lusso scorazzano con a bordo giovani neopatentati che si dedicano all&amp;rsquo;&amp;ldquo;abbordaggio&amp;rdquo; (cercano, in sostanza di conquistare una ragazza mostrando il loro pezzo forte: il bolide) oppure con professionisti stimati che portano in giro le loro allegre famiglie. Sono molto poche le &amp;ldquo;carrette&amp;rdquo; (auto di bassa cilindrata e malmesse ), ed una di queste è la mia, ma spero ancora per poco.
Il sabato sera si verifica un fenomeno particolare: ondate migratorie di ragazzi eleganti e a bordo di autovetture di grossa cilindrata si spostano verso le discoteche di Pozzuoli dove trascorreranno una notte all’insegna dello &amp;ldquo;sballo&amp;rdquo; più totale abusando di alcool e di droghe. Provate, anche, ad andare al ristorante il sabato sera alle 21.30, troverete di sicuro una folla enorme e parecchie difficoltà per trovare un tavolo. (VIAGGIATORI)
A Natale si verifica un altro fenomeno molto degno di attenzione: famiglie intere affollano i centri commerciali e i negozi per preparare il grande cenone natalizio senza badare a spese. Comprano di tutto compresi i regali costosi. In estate, poi, tutti lasciano il proprio paese di residenza per due, tre o quattro settimane per raggiungere mete esotiche italiane o estere. Qui spendono tutto quello che hanno risparmiato in un anno di lavoro ritornando, senza un soldo ma straordinariamente abbronzati. (INGORDI)
Queste stesse persone che vedono SKY, migrano nelle discoteche a bordo di auto di lusso e spendono senza limiti per le loro vacanze si vestono anche alla moda, vanno in palestra non per il proprio benessere fisico ma per conoscere altre persone e per fare due chiacchiere, affollano i centri abbronzanti d’inverno, spendono parecchio per i parrucchieri e barbieri e sono sempre forniti di un cellulare di ultima generazione (che utilizzano solo per fare o ricevere chiamate, anche perché non sanno usarlo). (TECNOLOGICI)
Parlano uno slang comprensibile solo a quelli del posto, hanno un basso livello culturale (parecchi hanno anche difficoltà a leggere e scrivere), non sanno una parola d’inglese e il computer lo utilizzano soltanto per navigare nei siti porno. Eppure parecchi vengono assunti negli enti pubblici o lavorano in aziende di privati solo perché sono amici di… o figli di … eccetera e poi alcuni datori, che li assumono, si lamentano anche che le cose non vanno bene, mi chiedo come potrebbe essere altrimenti. (RACCOMANDATI)
Passano intere giornate nei circoli ricreativi, a prendere il sole sugli scogli di Mergellina, a fumare le &amp;ldquo;canne&amp;rdquo; e a leggere il corriere dello sport. Sono dei tifosi accaniti del Napoli calcio e non disdegnano di andare allo stadio o anche di seguire la propria squadra del cuore in trasferta. (TIFOSI)
Lavorano in nero, amano truffare le assicurazioni con incidenti fittizi, insomma sono sempre pronti a mettertelo in quel posto. Ecco perché a Napoli occorre sempre tenere la guardia molto alta. (FURBI)
Altri vivono sulle spalle dei loro genitori, che non li hanno mai svezzato. Non trovano un lavoro o meglio non vogliono trovarlo, è certamente più piacevole alzarsi a mezzogiorno. (PARASSITI)
Eppure Napoli si presenta come una delle città più povere del paese, con un tasso di disoccupazione altissimo rispetto alla media nazionale, con un reddito pro capite molto basso e con numerose famiglie monoreddito, ma tutti e sottolineo tutti, vivono nel benessere. Ma come è possibile?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-18/</link>
      <pubDate>Fri, 10 Nov 2006 12:05:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-18/</guid>
      <description>&lt;p&gt;Nice thigs today:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;What will Schumi do Next?&lt;/strong&gt;
Abstract: &lt;strong&gt;It&amp;rsquo;s a very funny series of &lt;a href=&#34;http://www.youtube.com/results?search_query=What+will+Schumi+do+Next&amp;amp;search=Search&#34;&gt;videos on YouTube&lt;/a&gt; with Michael Schumacher as actor of various Candid Cameras.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;The first on &lt;!-- more --&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/gJXOaZJodLc&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>MacBookPro... sto arrivando</title>
      <link>https://ivandemarino.me/posts/macbookpro-sto-arrivando/</link>
      <pubDate>Thu, 09 Nov 2006 11:57:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macbookpro-sto-arrivando/</guid>
      <description>&lt;p&gt;In questi giorni non sono a Napoli (torno tonight) ma non mi sono fatto scappare la notiziona: &lt;strong&gt;Refurbished anche in &lt;a href=&#34;http://store.apple.com/Apple/WebObjects/italystore&#34;&gt;Italia&lt;/a&gt; ed anche per i comuni mortali&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Ora mi sa che non ho più scuse&amp;hellip; ;)&lt;/p&gt;
&lt;p&gt;Un esempio?&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Refurb MacBook Pro 15.4&amp;quot; 2.16GHz /1GB /100GB /SD /AP /BT - Apple Certified&lt;/strong&gt;
15.4-inch widescreen display 1440 x 900 resolution
2.16GHz Intel Core Duo
1GB (single SODIMM) 667MHz DDR2 SDRAM
100GB 5400-rpm Serial ATA hard drive
4x SuperDrive
ATI Mobility Radeon X1600 with 256MB GDDR3 memory
One FireWire 400 and two USB 2.0 ports&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-10/</link>
      <pubDate>Mon, 06 Nov 2006 10:56:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-10/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/NwzXofpiUYw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;Title: OilChange
Abstract: Genius! He&amp;rsquo;s a Genius really!!!&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>E ci volevo io?</title>
      <link>https://ivandemarino.me/posts/e-ci-volevo-io/</link>
      <pubDate>Sun, 05 Nov 2006 20:33:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/e-ci-volevo-io/</guid>
      <description>&lt;p&gt;Su &lt;a href=&#34;http://www.downloadblog.it/post/2807/vmware-fusion-disponibile-per-tutti&#34;&gt;Downloadblog&lt;/a&gt; è uscita la news che VMWare avrebbe reso disponibile la beta di Fusion, quello che dovrebbe essere VMWare Server (o Client, non si sa) per MacIntel.&lt;/p&gt;
&lt;p&gt;Io allora &lt;a href=&#34;http://www.downloadblog.it/post/2807/vmware-fusion-disponibile-per-tutti#11001&#34;&gt;ho inserito il commento&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ma dove?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In realtà nel Post c&amp;rsquo;era un link che rimandava ad un file da scaricare.
Ovviamente, non più disponibile.&lt;/p&gt;
&lt;p&gt;Si scopre ora (ecco perchè l&amp;rsquo;UPDATE alla notizia da parte di Downloadblog) che non era affatto na beta pubblica, ma qualcuno che ha violato l&amp;rsquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Non-disclosure_agreement&#34;&gt;NDA&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-8/</link>
      <pubDate>Sun, 05 Nov 2006 15:46:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-8/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/VN6dmoXuZjE&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;Lacquer: Behind&lt;/strong&gt;
Abstract: &lt;strong&gt;From Los Angeles to New York&amp;hellip; in 4 minutes with a Car!!!&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.autoblog.it/post/5771/video-da-los-angeles-a-new-york-in-4-minuti&#34;&gt;Autoblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spanning Sync: iCal meets GCal</title>
      <link>https://ivandemarino.me/posts/spanning-sync-ical-meets-gcal/</link>
      <pubDate>Sat, 04 Nov 2006 15:49:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/spanning-sync-ical-meets-gcal/</guid>
      <description>&lt;p&gt;Finally, someone makes it: it&amp;rsquo;s probabile the best fitting things for me and my iCal addiction.
&lt;img loading=&#34;lazy&#34; src=&#34;http://spanningsync.com/icon-reflection.jpg&#34;&gt;
I have ever thinked about the possibilty of sync my iCall calendars (8 or 9&amp;hellip; 8O ) with &lt;a href=&#34;http://www.google.com/calendar/&#34;&gt;GCal&lt;/a&gt;, thinking that the Google WebApp is very very impressive and beautiful&amp;hellip; but there was nothing that make it easy and effective.&lt;/p&gt;
&lt;p&gt;Now, the light at the end of the tunnel.
It&amp;rsquo;s not available right now&amp;hellip; but soon it will be. Until then, take a look to the &lt;a href=&#34;http://blog.spanningsync.com/&#34;&gt;Blog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What about a Firefox-based Bro... from M$?</title>
      <link>https://ivandemarino.me/posts/what-about-a-firefox-based-bro-from-m/</link>
      <pubDate>Fri, 03 Nov 2006 20:57:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/what-about-a-firefox-based-bro-from-m/</guid>
      <description>&lt;p&gt;8O
It&amp;rsquo;s Incredible/Horrible!!!
&lt;a href=&#34;http://www.msfirefox.com/&#34;&gt;&lt;img alt=&#34;Firefox by M$&#34; loading=&#34;lazy&#34; src=&#34;http://www.msfirefox.com/index_files/box.jpg&#34;&gt;&lt;/a&gt;
&lt;strong&gt;It&amp;rsquo;s Microsoft(R) Firefox 2007 Professional!!!&lt;/strong&gt;
The new award-winning browser from Microsoft is now faster, securer and quicker anything else on the market. Why use anything else? ;)&lt;/p&gt;
&lt;p&gt;This is a Joke, obviously, but what do you think about a new Bro based on our lovelly Fox&amp;hellip; from Bill? I don&amp;rsquo;t think it can be a future&amp;hellip; and there are license problem, also.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it/post/2795/microsoft-firefox-2007-professional&#34;&gt;Downloadblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Resume/CV updated!</title>
      <link>https://ivandemarino.me/posts/resume-cv-updated/</link>
      <pubDate>Mon, 23 Oct 2006 19:53:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/resume-cv-updated/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/bio/resume/&#34;&gt;At my Resume Page&lt;/a&gt; you can find an updated version of &lt;a href=&#34;http://downloads.detronizator.org/cv/cv.php?disposition=attachment&amp;amp;extension=pdf&#34;&gt;my CV&lt;/a&gt; (Graduation ;) ).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/bio/resume/&#34;&gt;Alla mia pagina Resume&lt;/a&gt; potete trovare la versione aggiornata del &lt;a href=&#34;http://downloads.detronizator.org/cv/cv.php?disposition=attachment&amp;amp;extension=pdf&#34;&gt;mio CV&lt;/a&gt; (Laurea ;) ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>JPound has a new dedicated page</title>
      <link>https://ivandemarino.me/posts/jpound-has-a-new-dedicated-page/</link>
      <pubDate>Mon, 23 Oct 2006 18:06:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jpound-has-a-new-dedicated-page/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.detronizator.org/outputs/jpound/&#34;&gt;Here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It contain some usefull information about it, resources, links, libraries and&amp;hellip; my Graduation Thesis and Keynote.&lt;/p&gt;
&lt;p&gt;Take a look, if you are interested ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-25/</link>
      <pubDate>Wed, 18 Oct 2006 10:20:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-25/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/UItu93WspwY&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; Title: &lt;strong&gt;GoogleTube&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>It&#39;s OVER!</title>
      <link>https://ivandemarino.me/posts/it-s-over/</link>
      <pubDate>Wed, 18 Oct 2006 09:41:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/it-s-over/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s Over, It&amp;rsquo;s Over!
My graduation is here.
Final &amp;ldquo;Score&amp;rdquo;:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;108/100&#34; loading=&#34;lazy&#34; src=&#34;http://msig.info/web2v2/(reflect)[c%3D000000]108/110[/c].png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>JPound su OSSBlog</title>
      <link>https://ivandemarino.me/posts/jpound-su-ossblog/</link>
      <pubDate>Mon, 16 Oct 2006 18:46:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jpound-su-ossblog/</guid>
      <description>&lt;p&gt;2 Settimane fa sono stato contattato da Fullo (presumo di &lt;a href=&#34;http://www.fullo.net/blog/&#34;&gt;FulloBlog&lt;/a&gt;) per parlare del mio progetto di Tesi, &lt;a href=&#34;http://www.detronizator.org/categories/development/output/jpound/&#34;&gt;JPound&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;intervista sarebbe stata pubblicata nella rubrica &lt;a href=&#34;http://www.ossblog.it/post/1399/ossequi-alla-signora-jpound/last#add_comment&#34;&gt;OSS&amp;hellip;equi alla signora&lt;/a&gt;, su &lt;a href=&#34;http://ossblog.it/cerca/oss...equi+alla+signora&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Detto fatto.
La cosa comica? La discuto DOMANI (2006-10-17) la &lt;a href=&#34;http://www.studenti.unina.it/~demarino/root.pdf.bz2&#34;&gt;Tesi&lt;/a&gt;!!!&lt;/p&gt;
&lt;p&gt;Fatemi un IBAL!&lt;/p&gt;</description>
    </item>
    <item>
      <title>FSF Europe libera i CAP Italiani</title>
      <link>https://ivandemarino.me/posts/fsf-europe-libera-i-cap-italiani/</link>
      <pubDate>Fri, 13 Oct 2006 20:54:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fsf-europe-libera-i-cap-italiani/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;CAP Italiani&#34; loading=&#34;lazy&#34; src=&#34;http://www.poste.it/img/poste2/nuovo_cap.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Fino a qualche giorno fa, Poste Italiane SPA e il Ministero delle Comunicazioni forniva sui rispettivi siti web l&amp;rsquo;elenco dei CAP delle località italiane gratuitamente e in formato universalmente accessibile.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Dal 20 settembre 2006, in concomitanza con una riorganizzazione dell&amp;rsquo;elenco dei CAP, Poste Italiane ha modificato la sua politica: &lt;a href=&#34;http://www.poste.it/postali/cap/index.shtml&#34;&gt;dal suo sito rende possibile la ricerca di singoli CAP, ma non consente più l&amp;rsquo;accesso all&amp;rsquo;elenco completo&lt;/a&gt;. L&amp;rsquo;elenco ufficiale è scomparso anche dal sito del Ministero delle Comunicazioni. Chi volesse ottenerlo, è costretto ad acquistare un programma proprietario, funzionante solo su piattaforma Windows.
L&amp;rsquo;accesso a dei dati pubblici, come i CAP, viene quindi pesantemente limitato, sia nei confronti dei cittadini interessati, sia nei confronti degli sviluppatori di software che devono utilizzare l&amp;rsquo;elenco dei CAP, come è il caso di &lt;a href=&#34;http://www.digitazero.org/?p=41&#34;&gt;Trovacap&lt;/a&gt;, il programma libero scritto da Daniele Cicerone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Clound</title>
      <link>https://ivandemarino.me/posts/my-clound/</link>
      <pubDate>Fri, 13 Oct 2006 09:14:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-clound/</guid>
      <description>&lt;script type=&#34;text/javascript&#34; src=&#34;http://del.icio.us/feeds/js/tags/detronizator?icon;size=12-60;color=ff0000-330000;title=my%20del.icio.us%20tags;name;showadd&#34;&gt;&lt;/script&gt;</description>
    </item>
    <item>
      <title>MacOSX: &#34;Well Known&#34; TCP and UDP Ports</title>
      <link>https://ivandemarino.me/posts/macosx-well-known-tcp-and-udp-ports/</link>
      <pubDate>Fri, 13 Oct 2006 09:07:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macosx-well-known-tcp-and-udp-ports/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;This document lists TCP and UDP ports used by Apple software products, such as Mac OS 9, Mac OS X, Mac OS X Server, AppleShare IP, Network Assistant, Apple Remote Desktop, Macintosh Manager, and .Mac. Many of these are referred to as &amp;ldquo;well known,&amp;rdquo; industry standard ports&amp;hellip;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://docs.info.apple.com/article.html?artnum=106439&#34;&gt;Here&lt;/a&gt;.
Source, &lt;a href=&#34;http://www.tevac.com/article.php/20061012233749545&#34;&gt;Tevac&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple HIG: Keyboard Shortcuts Quick Reference</title>
      <link>https://ivandemarino.me/posts/apple-hig-keyboard-shortcuts-quick-reference/</link>
      <pubDate>Thu, 12 Oct 2006 08:31:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apple-hig-keyboard-shortcuts-quick-reference/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Chapter: &lt;strong&gt;Apple Human Interface Guidelines&lt;/strong&gt;
Section: &lt;strong&gt;Keyboard Shortcuts Quick Reference&lt;/strong&gt;
Extract:
&lt;strong&gt;As you implement keyboard shortcuts in your application, use this table to find:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Which key sequences are reserved by Mac OS X.
Users rely on these shortcuts to perform the specified actions no matter which application is currently running (these include shortcuts reserved for accessibility purposes). Do not override these shortcuts.&lt;/li&gt;
&lt;li&gt;Which key sequences are recommended for common application tasks.
Users expect these shortcuts to mean the same thing from application to application. Provide these shortcuts if your application performs the associated tasks. You should avoid using these shortcuts for other purposes.&lt;/strong&gt;
Link: &lt;a href=&#34;http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGKeyboardShortcuts/chapter_20_section_1.html&#34;&gt;click here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-22/</link>
      <pubDate>Tue, 10 Oct 2006 21:53:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-22/</guid>
      <description>&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Saw 3 - Poster&#34; loading=&#34;lazy&#34; src=&#34;http://www.cineblog.it/uploads/poster2_01.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;Saw 3 - Poster&lt;/strong&gt;
New International Trailer: &lt;a href=&#34;http://www.youtube.com/watch?v=rF6oKMZU2YE&amp;amp;eurl=&#34;&gt;here&lt;/a&gt;.
Teaser: &lt;a href=&#34;http://www.youtube.com/watch?v=K_Yp-kIOTMs&amp;amp;eurl=&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>HVF: Le Particelle Elementari</title>
      <link>https://ivandemarino.me/posts/hvf-le-particelle-elementari/</link>
      <pubDate>Tue, 10 Oct 2006 21:43:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hvf-le-particelle-elementari/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Le Particelle Elementari&#34; loading=&#34;lazy&#34; src=&#34;http://www.capital.it/trovacinema/rendercmsfield.jsp?field_name=Image&amp;id=305512&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Titolo originale: &lt;strong&gt;Elementarteilchen&lt;/strong&gt;
Regia: &lt;strong&gt;Oskar Roehler&lt;/strong&gt;
Sceneggiatura: &lt;strong&gt;Oskar Roehler&lt;/strong&gt;
Fotografia: &lt;strong&gt;Carl-Friedrich Koschnick&lt;/strong&gt;
Montaggio: &lt;strong&gt;Peter R. Adam&lt;/strong&gt;
Anno: &lt;strong&gt;2006&lt;/strong&gt;
Nazione: &lt;strong&gt;Germania&lt;/strong&gt;
Distribuzione: &lt;strong&gt;Lucky Red&lt;/strong&gt;
Durata: &lt;strong&gt;108&amp;rsquo;&lt;/strong&gt;
Data uscita in Italia: &lt;strong&gt;21 aprile 2006&lt;/strong&gt;
Genere: &lt;strong&gt;drammatico&lt;/strong&gt;
Tratto da: &lt;a href=&#34;http://www.internetbookshop.it/ser/serdsp.asp?shop=1054&amp;amp;c=QFJG0WGGUNQLL&#34;&gt;&lt;strong&gt;Le particelle elementari&lt;/strong&gt; di &lt;strong&gt;Houellebecq Michel&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Dopo &lt;a href=&#34;http://www.detronizator.org/2006/06/03/hvf-il-codice-da-vinci/&#34;&gt;4 mesi dal primo post&lt;/a&gt;, sono riuscito a trovare 5 minuti da dedicare a questa cosa che mi piacerebbe tenere: una mini rubrica sui film che vedo.&lt;/p&gt;
&lt;p&gt;Ieri notte, prima di addormentarmi, ho visto &amp;ldquo;Le Particelle Elementari&amp;rdquo;, un film Tedesco tratto dal libro di cui sopra.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Refurbished</title>
      <link>https://ivandemarino.me/posts/refurbished/</link>
      <pubDate>Sun, 08 Oct 2006 16:26:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/refurbished/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://store.apple.com/Apple/WebObjects/ukstore.woa/6794042/wo/m65WP86D6nEa3aYaRot1yg1RiFx/4.0.0.21.1.0.8.7.1.0.1.1&#34;&gt;&lt;img alt=&#34;Refurbished&#34; loading=&#34;lazy&#34; src=&#34;http://a248.e.akamai.net/7/248/8352/767/store.apple.com/Catalog/uk/Images/sd_title_0804.gif&#34;&gt;&lt;/a&gt;
N&amp;rsquo;è giust.
E ce l&amp;rsquo;hanno sia Tedeschi, sia Francesi, sia Inglesi.
Che siamo noi, figli di puttana?&lt;/p&gt;</description>
    </item>
    <item>
      <title>A morte i Genitori-Coglioni</title>
      <link>https://ivandemarino.me/posts/a-morte-i-genitori-coglioni/</link>
      <pubDate>Fri, 06 Oct 2006 11:04:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-morte-i-genitori-coglioni/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;crash&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/autoblog/incidente.jpg&#34;&gt;
Leggo su &lt;a href=&#34;http://www.autoblog.it/post/5386/i-figli-bisogna-amarli-quando-dormono&#34;&gt;Autoblog&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Non è assolutamente il caso di infierire contro due genitori distrutti dal dolore per aver perso il figlio uscito di strada con una macchina da 400 Cv e con &amp;ldquo;qualche ora&amp;rdquo; di patente alle spalle (è successo ieri sera, in provincia di Brescia).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Né ergerci a facili censori e pontificare sulla necessità di vegliare su che genere di auto si siedono i nostri pargoli. Tuttavia, a favore di quei genitori, e ce ne sono tanti, che regalano (o prestano per la serata in discoteca) ai figli neopatentati automobili al di sopra della loro portata, ci sentiamo di ricordare che anche il più meritevole, bravo, giudizioso e assennato di essi non ha potere di controllo su un&amp;rsquo;auto con tanti cavalli (anche se sono certi oltre ogni ragionevole dubbio di potersi fidare dei loro ragazzi, sicuri che non combineranno c&amp;hellip;&amp;hellip;.e).
Altro problema: sarebbe sbagliato, proprio per questo, criminalizzare le auto sportive. Non è la soluzione definitiva del problema ma darebbe grande giovamento se tutti viaggiassimo con le cinture allacciate, se usassimo quantomeno il telefono con la cuffia, se prendere una patente, oggi, non fosse una cosa talmente facile da essere alla portata anche del peggiore degli incapaci, se in Italia, a partire dalle scuole, si facesse un po&amp;rsquo; più di cultura dell&amp;rsquo;auto.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-12/</link>
      <pubDate>Thu, 05 Oct 2006 10:05:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-12/</guid>
      <description>&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.worth1000.com/cache/contest/contestcache.asp?start=1&amp;amp;end=10&amp;amp;contest_id=2070&amp;amp;display=photoshop&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.worth1000.com/entries/192500/192568aFhE_w.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Author: &lt;strong&gt;Worth1000&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.cineblog.it/post/3394/i-mostri-del-cinema-horror-nellarte&#34;&gt;Cineblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Alphabet Evolution</title>
      <link>https://ivandemarino.me/posts/the-alphabet-evolution/</link>
      <pubDate>Thu, 05 Oct 2006 09:34:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-alphabet-evolution/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.neminis.org/levoluzione-dellalfabeto.html&#34;&gt;Nemo&lt;/a&gt; found this cool stuff:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://janpeters.net/pics/stuff/alphabet.gif&#34;&gt;&lt;img alt=&#34;The Alphabet Evolution&#34; loading=&#34;lazy&#34; src=&#34;http://janpeters.net/pics/stuff/alphabet.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Alphabet Evolution through the centuries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Havok 4 Presentation</title>
      <link>https://ivandemarino.me/posts/havok-4-presentation/</link>
      <pubDate>Tue, 03 Oct 2006 10:32:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/havok-4-presentation/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/wWjSJ0PHqf8&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;8O : No words to explain the power of this Physical Engine.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://ps3.qj.net/Showing-off-Havok-4-0-Physics-Engine-for-the-PS3/pg/49/aid/64305&#34;&gt;Here&lt;/a&gt;, other stuff.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.gamesblog.it/post/2069/havok-4-il-video&#34;&gt;Gamesblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Frase del Giorno</title>
      <link>https://ivandemarino.me/posts/frase-del-giorno/</link>
      <pubDate>Mon, 02 Oct 2006 16:55:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/frase-del-giorno/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;D’Alema ha infine tenuto a precisare di non aver mai condiviso i sentimenti pro Mani Pulite di “quello che viene definito il popolo della sinistra”: lui ha “sempre avuto in spregio il giustizialismo, fedele ai miei ideali della giovinezza: sono rimasto un libertario”. Tutti possono immaginare quanto fosse libertario uno con quella faccia e con quel passato, fra un pellegrinaggio a Mosca e un lancio di bombe molotov. Uno che ancora qualche anno fa scriveva: “Quelli che rubano bisogna metterli in galera. Purtroppo questo non si può fare perché la maggioranza, in genere, li protegge. Questo è il vero scandalo che i giornali dovrebbero denunciare e invece non lo fanno, per complicità” (24 ottobre 1988). E ancora: “Il fatto che non si comprenda che la questione morale è in questo Paese, forse, la fondamentale questione politica, dimostra la cecità di una classe dirigente: ed è un dramma per l’Italia” (23 gennaio 1992). &lt;strong&gt;Sembra incredibile, ma persino D’Alema, in un lontano passato, diceva cose sensate. &lt;ins datetime=&#34;2006-10-02T15:48:34+00:00&#34;&gt;Anche gli orologi fermi, due volte al giorno, segnano l’ora esatta.&lt;/ins&gt;&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-13/</link>
      <pubDate>Mon, 02 Oct 2006 12:35:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-13/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Audi R8 white&#34; loading=&#34;lazy&#34; src=&#34;http://static.blogo.it/autoblog/audi_r8_paris_uff.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;http://www.audi.com/R8&#34;&gt;Audi&lt;/a&gt; &lt;a href=&#34;http://www.r8audi.com/forums/showthread.php?t=39&#34;&gt;R8&lt;/a&gt; at Paris&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.autoblog.it/post/5338/audi-r8-prezzi-e-allestimenti&#34;&gt;Autoblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A.A.A.</title>
      <link>https://ivandemarino.me/posts/a-a-a/</link>
      <pubDate>Sun, 01 Oct 2006 11:39:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-a-a/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Cercasi &lt;ins datetime=&#34;2006-10-01T10:41:53+00:00&#34;&gt;DONNA&lt;/ins&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Colta&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Intelligente&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Profonda&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Possibilmente Carina&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Per stuzzicare la mia fantasia e risvegliare la mia capacità di amare alla follia.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Log4E</title>
      <link>https://ivandemarino.me/posts/log4e/</link>
      <pubDate>Sat, 30 Sep 2006 14:51:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/log4e/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Java logo&#34; loading=&#34;lazy&#34; src=&#34;http://java.sun.com/j2se/1.4.2/docs/images/javalogo52x88.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://log4e.jayefem.de/index.php/Main_Page&#34;&gt;Log4E&lt;/a&gt; is an &lt;a href=&#34;http://www.eclipse.org/&#34;&gt;Eclipse&lt;/a&gt; &lt;a href=&#34;http://eclipse-plugins.info/eclipse/plugin_details.jsp?id=611&#34;&gt;Plugin&lt;/a&gt; which helps you to set up your logger easily in Java Projects. It assists you in several tasks: logger declaration, logger Insertions at certain method entries, substitution of System out&amp;rsquo;s, modification of already existing logger statements. Log4E has active support for &lt;a href=&#34;http://logging.apache.org/log4j/docs/index.html&#34;&gt;Log4j&lt;/a&gt;, &lt;a href=&#34;http://jakarta.apache.org/commons/logging/&#34;&gt;Commons Logging&lt;/a&gt; and &lt;a href=&#34;http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/&#34;&gt;JDK 1.4 Logging&lt;/a&gt;. By defining your own templates you might be able to adapt your own logger to the Plugin.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A very usefull plugin for every &lt;a href=&#34;http://www.eclipse.org/&#34;&gt;Eclipse&lt;/a&gt; Java Developer, that knows the importance of Logging&amp;hellip; expecially in huge projects.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-5/</link>
      <pubDate>Sat, 30 Sep 2006 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-5/</guid>
      <description>&lt;p&gt;Today, 2 pictures:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Glory Hole Closed&#34; loading=&#34;lazy&#34; src=&#34;http://static.flickr.com/4/4053163_8c40bb7882.jpg?v=0&#34;&gt;
&lt;img alt=&#34;Glory Hole Opened&#34; loading=&#34;lazy&#34; src=&#34;http://static.flickr.com/5/7318078_7431e2b510.jpg?v=0&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Thing: &lt;strong&gt;The Glory Hole&lt;/strong&gt;
Abstract:&lt;strong&gt;&lt;a href=&#34;http://www.trophybassonly.com/id56.htm&#34;&gt;The Glory hole&lt;/a&gt; is a non- regulated spillway, which is located about 200 feet behind the dam. The outside diameter of the Glory hole is 72 feet. The hole in the center tapers down to no less than 28 feet. The distance from the crest (top edge), to the exit point which is situated in the south side of the canyon, is about 700 feet. The crest of the Glory hole, sits 16 feet lower than the crest of the dam. When and if the water level of the lake rises to 15 1/2 feet over the top of the Glory hole (its maximum design), it will release 48,400 cubic feet per second, or in layman&amp;rsquo;s terms,   362,000 gallons every
1 second ! &lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Intelligence + Beauty = Art!&lt;/p&gt;
&lt;p&gt;A video (low quality) is on&lt;/p&gt;</description>
    </item>
    <item>
      <title>Resume/CV updated!</title>
      <link>https://ivandemarino.me/posts/resume-cv-updated-1/</link>
      <pubDate>Tue, 26 Sep 2006 21:36:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/resume-cv-updated-1/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Europass Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.socrates-leonardo.fr/img/ext/photo_edit/europass.png&#34;&gt;
Finally I catch much time to rewrite &lt;a href=&#34;http://www.detronizator.org/bio/resume/&#34;&gt;my Resume&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s &lt;a href=&#34;http://europass.cedefop.europa.eu/&#34;&gt;Europass CV&lt;/a&gt; Compliant, but written with Latex and the Document Class &amp;ldquo;&lt;a href=&#34;http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=europecv&#34;&gt;europecv&lt;/a&gt;&amp;rdquo; by &lt;em&gt;Nicola Vitacolonna&lt;/em&gt;, &lt;strong&gt;Department of Mathematics and Computer Science&lt;/strong&gt; - &lt;strong&gt;University of Udine&lt;/strong&gt;, Italy.&lt;/p&gt;
&lt;p&gt;If interested, &lt;a href=&#34;http://www.detronizator.org/bio/resume/&#34;&gt;take a look&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-23/</link>
      <pubDate>Mon, 25 Sep 2006 11:20:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-23/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/r8L39UwOS-Y&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; Title: &lt;strong&gt;BOOM!&lt;/strong&gt;
Author: &lt;strong&gt;[All About Steve](http://romain-moisescot.com/steve/)&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Picture(s) of the Day</title>
      <link>https://ivandemarino.me/posts/picture-s-of-the-day/</link>
      <pubDate>Mon, 25 Sep 2006 10:04:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-s-of-the-day/</guid>
      <description>&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Square Root&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/09/pic27753.gif&#34;&gt;&lt;img alt=&#34;Expand&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/09/pic11337.jpg&#34;&gt;&lt;img alt=&#34;Infinity&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/09/infinity.gif&#34;&gt;&lt;img alt=&#34;Find X&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/09/find_x_lol.jpg&#34;&gt;&lt;img alt=&#34;Blondie Equation&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/09/blonde_equation.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Title: &lt;strong&gt;Mathematic&lt;/strong&gt;
Sender: &lt;strong&gt;Tato&lt;/strong&gt; aka &lt;strong&gt;Faucho&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;ps. Finally, I have a second to publish these &amp;ldquo;meaningfull&amp;rdquo; pictures.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-14/</link>
      <pubDate>Sat, 23 Sep 2006 21:20:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-14/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;del datetime=&#34;2006-09-25T09:06:53+00:00&#34;&gt;&amp;lt;embed &amp;hellip;/&amp;gt;&lt;/del&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;del datetime=&#34;2006-09-25T09:06:53+00:00&#34;&gt;Title: &lt;strong&gt;Gran Turismo HD at TGS (Tokyo Game Show) &amp;lsquo;06&lt;/strong&gt;
Comment 01: &lt;strong&gt;WOOOOOOOOOOOOOOOOOOOW 8O&lt;/strong&gt;
Comment 02: &lt;strong&gt;Ferrari, FINALLY!!!&lt;/strong&gt;&lt;/del&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I&amp;rsquo;m also proud to highlight &amp;ldquo;the YouTube of Video Game&amp;rdquo;: &lt;a href=&#34;http://www.gameklip.com/&#34;&gt;GameKlip&lt;/a&gt;. In particular, the category dedicated to the &lt;a href=&#34;http://www.gameklip.com/t/tgs06/&#34;&gt;Tokyo Game Show 2006&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Edited at 2006-09-25T09:06:53+00:00: The embeded player of GameKlip have a very big problem: it starts to play on page load&amp;hellip; does not wait for the play button press. I moved it on&lt;/p&gt;</description>
    </item>
    <item>
      <title>Forse forse ce lo togliamo dai coglioni</title>
      <link>https://ivandemarino.me/posts/forse-forse-ce-lo-togliamo-dai-coglioni/</link>
      <pubDate>Thu, 21 Sep 2006 11:21:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/forse-forse-ce-lo-togliamo-dai-coglioni/</guid>
      <description>&lt;p&gt;Un amico, Malabase, mi scrive a proposito di una questione interessante: &lt;strong&gt;il caso Telecom&lt;/strong&gt;.
E mi presenta una ipotesi che, a prima vista, potrebbe sembrare &amp;ldquo;sconvolgente&amp;rdquo; ma&amp;hellip; che potrebbe dimostrare di avere risvolti politici assolutamente inaspettati.&lt;/p&gt;
&lt;p&gt;Partiamo da una domanda: qual&amp;rsquo;è l&amp;rsquo;unico gruppo/azienda attualmente in assoluta e costante crescita in Italia? Non lo sapete? Dai è facile: &lt;strong&gt;MediaSet&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Qual&amp;rsquo;è l&amp;rsquo;unico gruppo che potrebbe acquisire &lt;strong&gt;TIM&lt;/strong&gt; e, forse, sanarne anche il bilancio? Vabbè, ora è facile: &lt;strong&gt;MediaSet&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-23/</link>
      <pubDate>Thu, 21 Sep 2006 11:10:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-23/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.mandalabrot.net/delicious/intro.html&#34;&gt;&lt;img alt=&#34;Connections&#34; loading=&#34;lazy&#34; src=&#34;http://www.mandalabrot.net/delicious/finalimages/connect_intro.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It&amp;rsquo;s only an example of what mind + algorithms can do.
Abstract: &lt;strong&gt;Exploration of Generative Art, Mathematics, Algorithmic Design and the Beauty of life&lt;/strong&gt;
Artist: &lt;a href=&#34;http://www.mandalabrot.net/&#34;&gt;Mandalabrot.net&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.designerblog.it/post/248/la-statistica-creativa-di-mandalabrot&#34;&gt;Designblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-17/</link>
      <pubDate>Wed, 20 Sep 2006 10:07:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-17/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/lwWP-N1HqT0&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; Title:&lt;strong&gt;Experts Easily Reverse Diebold Results &amp; No One Would Know&lt;/strong&gt;
Author: &lt;strong&gt;Princeton University&lt;/strong&gt;
Abstract: &lt;em&gt;This video highlight how mush simple is to tief vote with new USA Election Voting Machine: the Princeton University give a complete demonstration of the process and, if you want, a technical paper was published, with the malicious tief-votes code&lt;/em&gt;
&lt;/blockquote&gt;
&lt;p&gt;Official information page at Princeton, &lt;a href=&#34;http://itpolicy.princeton.edu/voting&#34;&gt;here&lt;/a&gt;.
Source, &lt;a href=&#34;http://www.ziobudda.net&#34;&gt;Ziobudda&lt;/a&gt;.
Italian news reporter, &lt;a href=&#34;http://www.doxaliber.it/come-falsificare-il-risultato-delle-elezioni-in-meno-di-10-minuti-senza-che-nessuno-se-ne-accorga/161&#34;&gt;Doxaliber&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prove tecniche</title>
      <link>https://ivandemarino.me/posts/prove-tecniche/</link>
      <pubDate>Fri, 15 Sep 2006 07:22:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/prove-tecniche/</guid>
      <description>&lt;p&gt;Ci siamo.
Siamo allo scontro tra Governo USA e AIEA, l&amp;rsquo;Agenzia Internazionale per l&amp;rsquo;Energia Atomica. Le stesse cose che successero con l&amp;rsquo;Iraq: il preludio alla scesa in Guerra. Allora era Blix, oggi è Cserveny. Allora era l&amp;rsquo;ONU che cercava le &amp;ldquo;Pistole Fumanti&amp;rdquo;, oggi è l&amp;rsquo;AIEA che cerca l&amp;rsquo;Atomica.&lt;/p&gt;
&lt;p&gt;Una cosa non è cambiata: nessuno ha mai trovato nulla.
E anche un&amp;rsquo;altra cosa non cambierà: che gli USA attaccheranno comunque.&lt;/p&gt;
&lt;p&gt;Una nuova colonizzazione, e noi stiamo solo a guardare, tenendo buona la Francia che, se potesse, le sgancerebbe 2/3 testate su Washington&amp;hellip; così, giusto per far un pò di pulizia.&lt;/p&gt;
&lt;p&gt;Dall&amp;rsquo;&lt;a href=&#34;http://www.unita.it/view.asp?IDcontent=59627&#34;&gt;Unità&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;L&amp;rsquo;Onu accusa: sul nucleare iraniano bugie Usa&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;«Oltraggioso e disonesto». Non è certo diplomatico, anzi, il linguaggio che usa il Vilmos Cserveny, direttore delle Relazioni esterne dell´Aiea, l´Agenzia internazionale per l´energia atomica, per definire un rapporto recentemente pubblicato dal Senato statunitense sul programma nucleare iraniano.
L´Agenzia (un organismo delle Nazioni Unite), accusa il rapporto di aver manipolato e falsificato le conclusioni del lavoro dei suoi ispettori per far risultare che il programma nucleare di Teheran è notevolmente più avanzato di quanto non lo sia effettivamente. L´Aiea è diretta da Mohamed ElBaradei, premio Nobel per la pace 2005 per il lavoro suo e dell´Agenzia.
&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day / 2</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-2/</link>
      <pubDate>Thu, 14 Sep 2006 10:03:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-2/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/MgVB5HRrhtM&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; Title: &lt;strong&gt;Feel the Power. Like no other.&lt;/strong&gt;
Type: &lt;strong&gt;advisory&lt;/strong&gt;
Committer: &lt;strong&gt;Mercedes AMG&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-27/</link>
      <pubDate>Thu, 14 Sep 2006 00:12:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-27/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?docId=-982704336400793600&amp;hl=en&#34;&gt; &lt;/embed&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Titolo: &lt;strong&gt;Considering Children?
&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;A parer mio, non c&amp;rsquo;è migliore pubblicità per Condom ;)
Anche se, devo dire, che se tuo figlio è così&amp;hellip; sei tu che come genitore fai cacare.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blogmusik</title>
      <link>https://ivandemarino.me/posts/blogmusik/</link>
      <pubDate>Mon, 11 Sep 2006 08:40:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/blogmusik/</guid>
      <description>&lt;p&gt;Sono convinto che un servizio con canzoni complete in streaming e di qualità elevata&amp;hellip; non durerà 2 giorni. Ma non posso fare a meno di segnalarlo.&lt;/p&gt;
&lt;p&gt;FANTASTICO!&lt;/p&gt;
&lt;p&gt;Bella grafica.
Semplice da usare.
Immediato.
Ricco.&lt;/p&gt;
&lt;p&gt;Ecco a voi, &lt;a href=&#34;http://www.blogmusik.net/&#34;&gt;Blogmusik&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ziobudda.net&#34;&gt;Ziobudda&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cool things you can do on Mac</title>
      <link>https://ivandemarino.me/posts/cool-things-you-can-do-on-mac/</link>
      <pubDate>Sun, 10 Sep 2006 12:20:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cool-things-you-can-do-on-mac/</guid>
      <description>&lt;p&gt;I suggest to take a look at &lt;a href=&#34;http://www.silvermac.com/2006/cool-things-you-can-do-on-mac/&#34;&gt;SilverMac&lt;/a&gt;: Tips&amp;amp;Tricks for your MacOSX ;) .&lt;/p&gt;
&lt;p&gt;An example?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Peter Callesen: Artista della Carta</title>
      <link>https://ivandemarino.me/posts/peter-callesen-artista-della-carta/</link>
      <pubDate>Sun, 10 Sep 2006 12:11:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/peter-callesen-artista-della-carta/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Falling Water - detail&#34; loading=&#34;lazy&#34; src=&#34;http://www.oncotton.co.uk/peter/text/images/wateralwaysfinditsway2.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ho scoperto su &lt;a href=&#34;http://www.designerblog.it/post/197/papercutting-larte-di-tagliare-la-carta&#34;&gt;Designerblog&lt;/a&gt; l&amp;rsquo;arte di quest&amp;rsquo;uomo: &lt;a href=&#34;http://www.oncotton.co.uk/peter/index/index2.html&#34;&gt;Peter Callesen&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Non potevo neanche immaginare qualcuno che fosse capace di VEDERE in un semplice foglio di carta una &amp;ldquo;materia prima&amp;rdquo; con un così alto potenziale espressivo.&lt;/p&gt;
&lt;p&gt;GRANDIOSO!&lt;/p&gt;
&lt;p&gt;Per vedere da dove ho preso il dettaglio,&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac e Cellulari</title>
      <link>https://ivandemarino.me/posts/mac-e-cellulari/</link>
      <pubDate>Fri, 08 Sep 2006 16:59:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mac-e-cellulari/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.macitynet.it/macity/aA20057/index.shtml&#34;&gt;MacCity&lt;/a&gt; ha messo online una pagina interessantissima sugli &lt;em&gt;script&lt;/em&gt; per usare i nostri cellulari come modem per MacOSX (Mac ne contiene già tanti di suo, ma non sempre si dispone del cellulare giusto (come a dire &amp;ldquo;&lt;strong&gt;c&amp;rsquo;vò &amp;lsquo;a ciort&lt;/strong&gt;&amp;rdquo;).&lt;/p&gt;
&lt;p&gt;Appena tengo 2 secondi, provo il mio &lt;strong&gt;610i&lt;/strong&gt; :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-33/</link>
      <pubDate>Thu, 07 Sep 2006 08:41:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-33/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;400&#34; height=&#34;316&#34;&gt;
&gt; &lt;embed src=&#34;http://www.dailymotion.com/swf/75zZMYwzsyg9z29XX&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;400&#34; height=&#34;316&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; Title: &lt;strong&gt;Fishing Nemmo&lt;/strong&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>iMac 24&#34;</title>
      <link>https://ivandemarino.me/posts/imac-24/</link>
      <pubDate>Wed, 06 Sep 2006 19:57:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/imac-24/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.apple.com/imac/&#34;&gt;&lt;img alt=&#34;New iMac. Faster. Bigger. Brighter.&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/imac/images/indextop20060906.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Madonna, un maxischermo con attaccato un DIO di computer!!! 8O&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-31/</link>
      <pubDate>Wed, 06 Sep 2006 10:42:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-31/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/4d1pUTRon4Q&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
Title: &lt;strong&gt;Bohemian Rapsody&lt;/strong&gt;
&lt;/blockquote&gt;
&lt;p&gt;Artists: &lt;strong&gt;Queen&lt;/strong&gt;
Comment: Is this the real life?
Is this just fantasy?
Caught in a landslide
No escape from reality
Open your eyes
Look up to the skies and see&amp;hellip;..&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;my beloved Freddie Mercury performing at Earl&amp;rsquo;s court with Queen song BH, at the year 1977.
it is my favorite show- from my favorite band
Long live Queen&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Queen, Freddy Mercury&amp;rsquo;s tribute, feat. Elton John and Axl Roses on&lt;/p&gt;</description>
    </item>
    <item>
      <title>Volver: Miglior Film dell&#39;Anno per la Critica Internazionale</title>
      <link>https://ivandemarino.me/posts/volver-miglior-film-dell-anno-per-la-critica-internazionale/</link>
      <pubDate>Wed, 06 Sep 2006 00:48:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/volver-miglior-film-dell-anno-per-la-critica-internazionale/</guid>
      <description>&lt;p&gt;Io l&amp;rsquo;ho detto che &lt;a href=&#34;http://it.wikipedia.org/wiki/Pedro_Almodovar&#34;&gt;Almodovar&lt;/a&gt; ha fatto un capolavoro: soggetto grandioso, recitazione stellare con 5 donne e attirici magnifiche, musiche perfette, luoghi azzeccatissimi. Un opera d&amp;rsquo;&lt;strong&gt;Arte Cinematografica&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Volver: Almodovar + Cruz&#34; loading=&#34;lazy&#34; src=&#34;http://www.cineblog.it/uploads/volver_premio_critica.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ecco cos&amp;rsquo;è &lt;a href=&#34;http://it.wikipedia.org/wiki/Volver&#34;&gt;Volver&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;E poi c&amp;rsquo;è la mia amata &lt;a href=&#34;http://it.wikipedia.org/wiki/Pen%C3%A9lope_Cruz&#34;&gt;Penelope&lt;/a&gt;: come poteva non essere un grande film?&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.cineblog.it/post/3203/volver-miglior-film-dellanno-per-la-critica-internazionale&#34;&gt;CineBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Link of the Day</title>
      <link>https://ivandemarino.me/posts/link-of-the-day/</link>
      <pubDate>Tue, 05 Sep 2006 19:06:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/link-of-the-day/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.thebeststuffintheworld.com/&#34;&gt;&lt;img alt=&#34;Best Stuff in the World&#34; loading=&#34;lazy&#34; src=&#34;http://www.thebeststuffintheworld.com/images/thebeststuffintheworld.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>My InternetHome.</title>
      <link>https://ivandemarino.me/posts/my-internethome/</link>
      <pubDate>Tue, 05 Sep 2006 09:03:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-internethome/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.internetmap.info/cgi-bin/go.cgi?site_id=6515&#34;&gt;Simply click here
&lt;img alt=&#34;Internet Map&#34; loading=&#34;lazy&#34; src=&#34;http://www.internetmap.info/images/im_88x85.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can pay to build my Internet Home on &lt;a href=&#34;http://www.internetmap.info/&#34;&gt;InternetMap&lt;/a&gt; for it but&amp;hellip; I do not want ;)&lt;/p&gt;
&lt;p&gt;I need only 150 clicks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Una legge mai applicata... dal 1957</title>
      <link>https://ivandemarino.me/posts/una-legge-mai-applicata-dal-1957/</link>
      <pubDate>Sun, 03 Sep 2006 20:13:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/una-legge-mai-applicata-dal-1957/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Berluscopoli&#34; loading=&#34;lazy&#34; src=&#34;http://www.resistere.it/foto/berlusconi/tv.jpg&#34;&gt;
Ovviamente, sapevo già di questa &lt;em&gt;&amp;ldquo;legge 361 del 1957&amp;rdquo;&lt;/em&gt; ma &lt;a href=&#34;http://vivamarcotravaglio.splinder.com/post/9113755/Blind+truff&#34;&gt;leggere i commenti di Travaglio&lt;/a&gt; fa bene alla mente e allo spirito (anche se so benissimo non cambia di certo le cose).&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;Italia è attanagliata nel più grande conflitto di interessi mai visto in Europa, e&amp;hellip; i nostri eletti passano le giornate a dire che &lt;em&gt;«non sarà una legge punitiva contro Berlusconi»&lt;/em&gt;. Lo sconforto e la delusione ormai non hanno più confini.&lt;/p&gt;
&lt;p&gt;A chi mi dice &amp;ldquo;&lt;em&gt;hai visto? che cosa pensavi che cambiasse col Mortadella?&lt;/em&gt;&amp;rdquo; ricordo che non mi aspettavo certo cambiamenti, figuriamoci; sono sempre e comunque i soldi a guidare questo paese, mica la &lt;ins datetime=&#34;2006-09-03T19:02:47+00:00&#34;&gt;politica vera&lt;/ins&gt; (che, in 24 anni di vita, penso di aver intravisto si e no 2 volte).&lt;/p&gt;
&lt;p&gt;Spero solo di essere in un altro paese tra 365 giorni, a ridere dello SQUALLORE ITALIANO. Non mi illudo di trovare &amp;ldquo;la terra promessa di biblica memoria&amp;rdquo;: mi accontenterei di un barlume di giustizia ogni tanto. Se solo unisco a quello che vedo del nostro stato i problemi personali legati alla TOTALE INEFFICIENZA del nostro Sistema Giudiziario, del Servizio Pubblico, dell&amp;rsquo;Assistenza Sociale&amp;hellip; bhè&amp;hellip; le lacrime vengon giù a fiotti.&lt;/p&gt;
&lt;p&gt;Ma, basta tediarvi: vi lascio al mitico Travaglio.&lt;/p&gt;</description>
    </item>
    <item>
      <title>L&#39;uomo della Zia Enza</title>
      <link>https://ivandemarino.me/posts/l-uomo-della-zia-enza/</link>
      <pubDate>Sun, 03 Sep 2006 10:15:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/l-uomo-della-zia-enza/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Don Luigi Giussani&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/it/thumb/1/1c/Gius.jpg/180px-Gius.jpg&#34;&gt;
Stamane ho deciso di perdere 10 minuti per importare gli &lt;a href=&#34;http://it.wikipedia.org/wiki/RSS&#34;&gt;RSS&lt;/a&gt; dei blog che seguo dentro &lt;a href=&#34;http://vienna-rss.sourceforge.net/vienna2.php&#34;&gt;Vienna&lt;/a&gt;: ormai il software mi sembra stabile e di buona (non ottima) fattura.&lt;/p&gt;
&lt;p&gt;E che ti trovo? &lt;a href=&#34;http://vivamarcotravaglio.splinder.com/post/9106829/L%27ometto+della+Provvidenza?splinder=b121cf6b09e9d292798c2886cedf8348&#34;&gt;Un articolo di Travaglio&lt;/a&gt; a proposito di una cosa che avevo sentito dire dal nano-coglione: &lt;a href=&#34;http://it.wikipedia.org/wiki/Don_Luigi_Giussani&#34;&gt;Don Giussani&lt;/a&gt; l&amp;rsquo;avrebbe definito &amp;ldquo;Uomo della Provvidenza&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;articolo è davvero spassoso, quindi vi rimando senza indugiare.&lt;/p&gt;
&lt;p&gt;Ho piacere però di riportare un pezzetto davvero forte, il finale:&lt;/p&gt;</description>
    </item>
    <item>
      <title>KDE4 su Mac OS X</title>
      <link>https://ivandemarino.me/posts/kde4-su-mac-os-x/</link>
      <pubDate>Wed, 30 Aug 2006 10:49:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/kde4-su-mac-os-x/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Konqueror on MacOSX&#34; loading=&#34;lazy&#34; src=&#34;http://ranger.befunk.com/gallery2/d/9242-2/konqueror-20060826.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;It can be REAL!
After the sufficient, but instable, KDE3 compiled on Mac OSX, &lt;a href=&#34;http://www.racoonfink.com/archives/000700.html&#34;&gt;seems&lt;/a&gt; that &lt;a href=&#34;http://ranger.users.finkproject.org/kde/&#34;&gt;KDE4&amp;rsquo;s developers are working to run it on Mac OS X&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is possible because &lt;a href=&#34;http://www.trolltech.com/&#34;&gt;Trolltech&lt;/a&gt; have released many months ago &lt;a href=&#34;http://www.trolltech.com/products/qt&#34;&gt;QT4&lt;/a&gt; &lt;a href=&#34;http://www.trolltech.com/products/qt/features/crossplatform/mac&#34;&gt;for Mac OS X&lt;/a&gt;: a very powerfull, smart and fast C++ Framework&amp;hellip; integrated with &lt;a href=&#34;http://www.apple.com/macosx/overview/aquauserinterface.html&#34;&gt;Aqua&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Riflessioni su ZFS</title>
      <link>https://ivandemarino.me/posts/riflessioni-su-zfs/</link>
      <pubDate>Wed, 30 Aug 2006 10:37:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/riflessioni-su-zfs/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.sun.com/software/solaris/zfs_learning_center.jsp&#34;&gt;&lt;img alt=&#34;ZFS schema&#34; loading=&#34;lazy&#34; src=&#34;http://www.sun.com/software/solaris/img/ig_ra_solaris_zfs.gif&#34;&gt;&lt;/a&gt;
Stamane, venendo in auto nell&amp;rsquo;ufficio dove ho svolto il tirocinio pre-laurea, riflettevo su &lt;a href=&#34;http://opensolaris.org/os/community/zfs/&#34;&gt;ZFS&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/08/18/time-machine-la-delusione-diventa-sconforto/&#34;&gt;in&lt;/a&gt; &lt;a href=&#34;http://www.apple.com/macosx&#34;&gt;Mac OS X&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Mi domandavo come mai gli sviluppatori di Apple abbiano inserito nel &lt;a href=&#34;http://en.wikipedia.org/wiki/Virtual_file_system&#34;&gt;VFS&lt;/a&gt; le strutture necessarie per integrare &lt;a href=&#34;http://en.wikipedia.org/wiki/ZFS&#34;&gt;ZFS&lt;/a&gt;&amp;hellip; senza poi annunciarlo al mondo intero con squilli di trombe e rulli di tamburi.&lt;/p&gt;
&lt;p&gt;Ho infine fantasticato su COME ZFS si sarebbe potuto integrare nel discorso di Apple sul Backup, &lt;a href=&#34;http://www.apple.com/macosx/leopard/timemachine.html&#34;&gt;Time Machine&lt;/a&gt; ecc&amp;hellip; e ho realizzato una cosa: Apple vuole integrare un sistema di Backup facile
e trasparente. Non il versioning. ZFS ha il supporto per il versioning, non per il backup.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Terrific positiveness of Apple technician </title>
      <link>https://ivandemarino.me/posts/the-terrific-positiveness-of-apple-technician/</link>
      <pubDate>Tue, 29 Aug 2006 01:37:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-terrific-positiveness-of-apple-technician/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Genius Bar&#34; loading=&#34;lazy&#34; src=&#34;http://www.blogsmithmedia.com/www.tuaw.com/media/2006/08/genuisbar.jpg&#34;&gt;
An &lt;a href=&#34;http://www.minortweaks.com/archives/2006/08/what_would_happ.html&#34;&gt;humoristic interpretation&lt;/a&gt; of the way this technicians interact with customers.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;What would happen if the irrepressibly positive Apple repair technician I talked to this week about my broken iPod were to get a new job at a suicide hotline&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s very horrible when anyone wants to turn our suffering&amp;hellip; a &amp;ldquo;smileable&amp;rdquo; thing.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.tuaw.com/2006/08/28/apple-tech-as-suicide-hotline-operator/&#34;&gt;TUAW&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing a Bind9 Master/Slave DNS System</title>
      <link>https://ivandemarino.me/posts/installing-a-bind9-master-slave-dns-system/</link>
      <pubDate>Sun, 27 Aug 2006 22:57:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/installing-a-bind9-master-slave-dns-system/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;a forge&#34; loading=&#34;lazy&#34; src=&#34;http://forge.etueffont.free.fr/enclume10.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Welcome
In this howto we will install 2 bind dns servers, one as the master and the other as a slave server. For security reasons we will chroot bind9 in its own jail.
Using two servers for a domain is a commonly used setup and in order to host your own domain you are required to have at least 2 domain servers. If one breaks, the other can continue to serve your domain.
Our setup will use Debian Sarge 3.1 (stable) for its base. A simple clean and up2date install will be enough since we will install the required packages with this howto.
In this howto I will use the fictional domain &amp;ldquo;linux.lan&amp;rdquo;. The nameservers will use 192.168.254.1 and 192.168.254.2 as there ip.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spot &#34;Get a Mac&#34; localizzati</title>
      <link>https://ivandemarino.me/posts/spot-get-a-mac-localizzati/</link>
      <pubDate>Sat, 26 Aug 2006 10:09:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/spot-get-a-mac-localizzati/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;get a mac&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/it/getamac/images/indextop20060501.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Gli spot &amp;ldquo;Get a Mac&amp;rdquo;, &lt;a href=&#34;http://www.detronizator.org/2006/06/13/i-love-apple-ads/&#34;&gt;già segnalati in precedenza&lt;/a&gt;, sono finalmente stati &lt;a href=&#34;http://www.apple.com/it/getamac/ads/&#34;&gt;tradotti&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Onestamente il doppiaggio é di basso livello (la versione originale é molto più spassosa), ma&amp;hellip; si ride comunque. Io avrei preso una voce più giovane per interpretare &lt;a href=&#34;http://www.google.it/search?q=Justin+Long&amp;amp;start=0&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-US:official&#34;&gt;Justin&lt;/a&gt;. Ad esempio, la sua voce nel film con la &lt;a href=&#34;http://www.google.com/search?hl=en&amp;amp;sa=X&amp;amp;oi=spell&amp;amp;resnum=0&amp;amp;ct=result&amp;amp;cd=1&amp;amp;q=lindsay+lohan&amp;amp;spell=1&#34;&gt;Lohan&lt;/a&gt; (il remake di &amp;ldquo;&lt;a href=&#34;http://it.movies.yahoo.com/h/herbie-il-supermaggiolino/index-146303.html&#34;&gt;Herbie&lt;/a&gt;&amp;rdquo;, per capirci) sarebbe andata mooooolto meglio.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://blog.neminis.org/spot-get-a-mac-in-italiano.xhtml&#34;&gt;Neminis.org&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AuthImage: F**K Spammer in your WP Comments</title>
      <link>https://ivandemarino.me/posts/authimage-f-k-spammer-in-your-wp-comments/</link>
      <pubDate>Fri, 25 Aug 2006 11:49:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/authimage-f-k-spammer-in-your-wp-comments/</guid>
      <description>&lt;p&gt;Here, the plugin &lt;a href=&#34;http://www.liqintao.net/blog/?p=55&#34;&gt;homepage&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It seems to work correctly.
I hope the spam-tornado that &lt;strong&gt;HIT every day&lt;/strong&gt; my blog will goes down.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day/</link>
      <pubDate>Thu, 24 Aug 2006 00:48:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day/</guid>
      <description>&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt; &lt;embed src=&#34;http://www.youtube.com/v/fgtN8_jgqP4&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&gt; Unreal Tournament 2004 Teaser/Trailer #2
&lt;/blockquote&gt;
&lt;p&gt;8O 8O 8O 8O 8O 8O 8O 8O 8O 8O&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bye bye Pluto</title>
      <link>https://ivandemarino.me/posts/bye-bye-pluto/</link>
      <pubDate>Thu, 24 Aug 2006 00:00:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bye-bye-pluto/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Pluto, the ex-planet&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/08/plutone.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;This post is about the planet, not the cartoon&amp;rsquo;s character ;) .&lt;/p&gt;
&lt;p&gt;From Science&amp;amp;Space on CNN.com:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Pluto no longer a planet, say astronomers.
Leading astronomers declared Thursday that Pluto is no longer a planet under historic new guidelines that downsize the solar system from nine planets to eight. After a tumultuous week of clashing over the essence of the cosmos, the&lt;strong&gt; International Astronomical Union (IAU)&lt;/strong&gt; (not the eneby of BigG. :P ) &lt;strong&gt;stripped Pluto of the planetary status&lt;/strong&gt; it has held since its discovery in 1930.
&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-5/</link>
      <pubDate>Mon, 21 Aug 2006 18:50:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-5/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?docId=-2438326351376003484&amp;hl=en&#34;&gt; &lt;/embed&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.kloss-online.co.uk/&#34;&gt;KLOSS&lt;/a&gt; does not sell many things, but stomachs need to be filled, and the price of erasers keeps rising. After over two years in development, &amp;lsquo;&lt;a href=&#34;http://www.kloss-online.co.uk/21058.html&#34;&gt;DeLighTable&lt;/a&gt;&amp;rsquo; is finally avaliable to buy as a commercial product. The real work obviously lies in the pressure sensitive surface, but now it also comes in an attractive casing. With a framework finished in polished stainless steel, DeLighTable has taken the guise of a slim coffe table only twenty five millimetres thick. To purchase, simply fill in a form through the &amp;lsquo;contact us&amp;rsquo; section. The tables are made to order, and the typical lead time is four to six weeks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>JPound 1.0 - First Official Release</title>
      <link>https://ivandemarino.me/posts/jpound-1-0-first-official-release/</link>
      <pubDate>Sun, 20 Aug 2006 13:17:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jpound-1-0-first-official-release/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://code.google.com/p/jpound/&#34;&gt;&lt;img alt=&#34;JPound Test Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/08/jpound_test_logo.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the first official release of a new project, JPound:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://code.google.com/p/jpound/&#34;&gt;&lt;strong&gt;JPound&lt;/strong&gt;&lt;/a&gt; is a Control and Configuration System for Asterisk PBX
Based on the ARA (Asterisk Realtime Architecture) and builded with DB-Centric-Systems in mind, JPound is a young but powerful (I hope ;)) idea to make Asterisk a complete, manageable, extensible, flexible Phone System.
Actually, JPound version is 1.0 stable.
The main structure is good defined and it seems to be solid but extensible.
I have many idea about future services and expansions: it&amp;rsquo;s a &amp;rsquo;testing-the-field&amp;rsquo; release.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-1/</link>
      <pubDate>Sun, 20 Aug 2006 11:58:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-1/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.dominomovie.com/&#34;&gt;&lt;img alt=&#34;Domino - Locandina&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/4/43/Domino_poster.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Domino Harvey: storia vera</title>
      <link>https://ivandemarino.me/posts/domino-harvey-storia-vera/</link>
      <pubDate>Sun, 20 Aug 2006 11:56:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/domino-harvey-storia-vera/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Domino&#34; loading=&#34;lazy&#34; src=&#34;http://www.moviezine.se/filmbilder/018/domino.jpg&#34;&gt;
Quando &lt;a href=&#34;http://en.wikipedia.org/wiki/Domino_%28film%29&#34;&gt;ho visto il film&lt;/a&gt;, ho dato per scontato che fosse una invenzione il personaggio di &lt;a href=&#34;http://en.wikipedia.org/wiki/Domino_Harvey&#34;&gt;Domino Harvey&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;unica cosa che mi ha insospettito é stato un &amp;ldquo;cammeo&amp;rdquo; nel finale: una ragazza magra, con i capelli corti rossastri che dice&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;«Mi chiamo Domino Harvey»&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Lì ho capito che forse qualcosa di vero c&amp;rsquo;era.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Time Machine: La delusione diventa sconforto</title>
      <link>https://ivandemarino.me/posts/time-machine-la-delusione-diventa-sconforto/</link>
      <pubDate>Fri, 18 Aug 2006 22:47:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/time-machine-la-delusione-diventa-sconforto/</guid>
      <description>&lt;p&gt;Apple, ora sono profondamente deluso da te.
&amp;ldquo;The Next big Features&amp;rdquo;? Questa é il tipico &amp;ldquo;JOKE&amp;rdquo;!. E&amp;rsquo; una presa per i fondelli.&lt;/p&gt;
&lt;p&gt;Mi sono andato a leggere tutto l&amp;rsquo;articolo (ottimo, da 10 e lode) di &lt;a href=&#34;http://arstechnica.com/staff/fatbits.ars/2006/8/15/4995&#34;&gt;Ars Technica&lt;/a&gt; scritto dal talentuoso (almeno con le parole e per la conoscenza) &lt;strong&gt;John Siracusa&lt;/strong&gt;&amp;hellip; e lo sconforto mi ha assalito.&lt;/p&gt;
&lt;p&gt;Io quest&amp;rsquo;anno sono stato (e sono ancora) impegnatissimo, quindi ho dovuto letteralmente &amp;ldquo;bypassare&amp;rdquo; &lt;a href=&#34;http://opensolaris.org/os/;jsessionid=360C02BBB52F138B52CCBBACA99C5624&#34;&gt;Solaris 10&lt;/a&gt;. L&amp;rsquo;ho solo scaricato, ma senza avere il tempo di installarlo. 2 erano le cose che mi interessavano (e ora lo sono anche di più): &lt;a href=&#34;http://opensolaris.org/os/community/zfs/&#34;&gt;ZFS&lt;/a&gt; e &lt;a href=&#34;http://www.opensolaris.org/os/community/dtrace/&#34;&gt;DTrace&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Time Machine: Madonna e che delusione... ;(</title>
      <link>https://ivandemarino.me/posts/time-machine-madonna-e-che-delusione/</link>
      <pubDate>Fri, 18 Aug 2006 12:41:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/time-machine-madonna-e-che-delusione/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.neminis.org/time-machine-quando-labito-non-fa-il-monaco.xhtml&#34;&gt;Sul blog di Nemo&lt;/a&gt;, una spiegazione semplice in italiano di quello che ha &amp;ldquo;accocchiato&amp;rdquo; Apple per realizzarlo.
Madonna &lt;a href=&#34;http://blog.neminis.org/time-machine-quando-labito-non-fa-il-monaco.xhtml&#34;&gt;che delusione&lt;/a&gt;, dopo &lt;a href=&#34;http://www.detronizator.org/2006/08/16/a-proposito-dellusabilita/&#34;&gt;tante discussioni&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Una bella ma inutile interfaccia.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Detronizator.org does Wordpress 2.0.4</title>
      <link>https://ivandemarino.me/posts/detronizator-org-does-wordpress-2-0-4/</link>
      <pubDate>Wed, 16 Aug 2006 17:17:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detronizator-org-does-wordpress-2-0-4/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Wordpress&#34; loading=&#34;lazy&#34; src=&#34;http://wordpress.org/style/header-logo.png&#34;&gt;
Because of the diffused inactivity on the servers of my hoster (Top Host) I catch&amp;rsquo;up the time to upgrade (finally) ot Wordpress 2.0.4.&lt;/p&gt;
&lt;p&gt;Here the official release message:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;WordPress 2.0.4, the latest stable release in our Duke series, is &lt;a href=&#34;http://wordpress.org/download/&#34;&gt;available for immediate download&lt;/a&gt;. This release contains several important security fixes, so it’s highly recommended for all users. We’ve also rolled in a number of bug fixes (over 50!), so it’s a pretty solid release across the board.
Upgrading is fairly simple, just overwrite your old files with the latest from the download. If you’d like more thorough instructions, &lt;a href=&#34;http://codex.wordpress.org/Upgrading_WordPress&#34;&gt;the Codex&lt;/a&gt; is always the best spot.
Since this is a security release, if you have any friends with blogs make sure to remind them to upgrade and lend a hand if they’re not too savvy. We’re all in this together.
Thanks to &lt;a href=&#34;http://veryeasy.ca/&#34;&gt;Geoff&lt;/a&gt; and &lt;a href=&#34;http://txfx.net/&#34;&gt;Mark Jaquith&lt;/a&gt; for identifying.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Video of the Day</title>
      <link>https://ivandemarino.me/posts/video-of-the-day-34/</link>
      <pubDate>Wed, 16 Aug 2006 15:26:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/video-of-the-day-34/</guid>
      <description>&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&gt;&gt; &lt;embed src=&#34;http://www.youtube.com/v/zfhZfSVuup4&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;A GTA &amp;ldquo;refactoring&amp;rdquo;, by Coca Cola.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>A proposito dell&#39;Usabilità</title>
      <link>https://ivandemarino.me/posts/a-proposito-dell-usabilit/</link>
      <pubDate>Wed, 16 Aug 2006 15:05:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-proposito-dell-usabilit/</guid>
      <description>&lt;p&gt;Questo post vuole essere qualcosa in più di un commento al &lt;a href=&#34;http://blog.neminis.org/sistemi-operativi-la-guerra-della-copia.xhtml&#34;&gt;post di Nemo a proposito della &amp;ldquo;Guerra della Copia&amp;rdquo;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In particolare, voglio citare &lt;em&gt;Time Machine&lt;/em&gt; (prossimo venturo in &lt;strong&gt;Leopard aka Mac OS X 10.5&lt;/strong&gt;) e &lt;em&gt;Previous Version&lt;/em&gt; (prossimo venturo in &lt;strong&gt;Vista aka il-sistema-operativo-in-perenne-sviluppo&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;Usabilità e Semplicità.
Sta tutta qui la chiave.
Ed è qui proprio il punto dove dissento dal parere di Nemo: come informatici, sappiamo bene quanto l&amp;rsquo;Usability sia parte integrante dello sviluppo di un Software.
Si possono avere migliaia di features fantastiche:&lt;/p&gt;</description>
    </item>
    <item>
      <title>First Dell Store: veramente moooolto triste</title>
      <link>https://ivandemarino.me/posts/first-dell-store-veramente-moooolto-triste/</link>
      <pubDate>Mon, 14 Aug 2006 13:07:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/first-dell-store-veramente-moooolto-triste/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Dell logo&#34; loading=&#34;lazy&#34; src=&#34;http://img.dell.com/images/global/brand/ui/logo43.gif&#34;&gt;
Triste non per l&amp;rsquo;idea, ma per come é realizzata.
Dell é stata sempre famosa per vendere OTTIMI PC (posso tensimoniarlo in prima persona), ma di farlo ESCLUSIVAMENTE online.
E, secondo me, la formula ha sempre funzionato, poiché forniti di un ECCELLENTE Customer-Care&amp;hellip; e perché da sempre fornitori di PC/Notebook dalla qualità assemblativa davvero evidente.&lt;/p&gt;
&lt;p&gt;Ma Dell sente il piccolo-gigante Apple che cresce&amp;hellip; e quindi ha deciso di provare a fare la stessa cosa che fa Apple. Prima cominciò facendo i primi portatili dall&amp;rsquo;estetica personalizzabile, poi cercando di portare il design verso la qualità di Apple (devo dire, senza mai riuscirci) ed ora&amp;hellip; il Dell Store.&lt;/p&gt;
&lt;p&gt;Oltre, il video su Youtube inserito DIRETTAMENTE da Dell (a dimostrazione della volonta di fasti pubblicità).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fun With UNIX Commands</title>
      <link>https://ivandemarino.me/posts/fun-with-unix-commands/</link>
      <pubDate>Sat, 12 Aug 2006 14:37:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fun-with-unix-commands/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Actual UNIX commands and responses&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;% make love
Make: Don&amp;rsquo;t know how to make love. Stop.
% got a light?
No match.
% sleep with me
bad character
% man: Why did you get a divorce?
man:: Too many arguments.
% rm God
rm: God nonexistent
% make &amp;lsquo;heads or tails of all this&amp;rsquo;
Make: Don&amp;rsquo;t know how to make heads or tails of all this. Stop.
% make sense
Make: Don&amp;rsquo;t know how to make sense. Stop.
% make mistake
Make: Don&amp;rsquo;t know how to make mistake. Stop.
% make bottle.open
Make: Don&amp;rsquo;t know how to make bottle.open. Stop.
% (-
(-: Command not found.
% make light
Make: Don&amp;rsquo;t know how to make light. Stop.
% date me
You are not superuser: date not set
% man rear
No manual entry for rear.
% [Where is Chandra Levy?
Missing ]
% &amp;ldquo;How does Gary Condit rate as a liar?
Unmatched &amp;quot;
% If I had a ) for every dollar Reagan spent, what would I have?
Too many )&amp;rsquo;s.
% * How would you describe Bill Clinton
*: Ambiguous.
% %Vice-President
%Vice-President: No such job.
% &amp;ldquo;How would you rate Reagan&amp;rsquo;s senility?
Unmatched &amp;ldquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Specifiche Mac Pro</title>
      <link>https://ivandemarino.me/posts/specifiche-mac-pro/</link>
      <pubDate>Sat, 12 Aug 2006 14:35:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/specifiche-mac-pro/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Core 2 Duo - Xeon&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/macpro/images/index_intel_badge20060807.png&#34;&gt;
Mamma mia, signori miei: è davvero qualcosa di inguardabile questa macchina.
Unita ad una architettura in tutto e per tutto &amp;ldquo;Profeeeeeesional&amp;rdquo;, c&amp;rsquo;é un case ed una serie di sensori indipendenti che rendono il Mac Pro non solo potente, ma anche una macchina:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Silenziosa

* Bella

* Solida
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Sul sito di Apple, &lt;a href=&#34;http://www.apple.com/macpro/&#34;&gt;le specifiche in inglese&lt;/a&gt;.
Su &lt;a href=&#34;http://www.macitynet.it/macity/aA25390/index.shtml&#34;&gt;MacCity.net&lt;/a&gt; le specifiche in italiano.
Di seguito, uno schema fornito agli sviluppatori al WWDC appena conclusosi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple Store Down: 2006-08-07 18:00</title>
      <link>https://ivandemarino.me/posts/apple-store-down-2006-08-07-18-00/</link>
      <pubDate>Mon, 07 Aug 2006 17:01:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apple-store-down-2006-08-07-18-00/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://store.apple.com&#34;&gt;&lt;img alt=&#34;Back Soon!&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/08/title_backsoon.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows Vista più complicato dei precedenti</title>
      <link>https://ivandemarino.me/posts/windows-vista-pi-complicato-dei-precedenti/</link>
      <pubDate>Tue, 01 Aug 2006 10:01:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/windows-vista-pi-complicato-dei-precedenti/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Windows Vista&#34; loading=&#34;lazy&#34; src=&#34;http://www.microsoft.com/italy/windows/windowsvista/images/wv_home_nav_pearl.png&#34;&gt;
In questo si legge la filosofia ERRATA di M$.
&lt;a href=&#34;http://www.microsoft.com/italy/windows/windowsvista/getready/default.mspx&#34;&gt;Un sacco di versioni&lt;/a&gt;, come a voler giustificare delle fasce di prezzo: più vuoi, più paghi.
Quando in realtà l&amp;rsquo;unica cosa che fanno é togliere e mettere delle DLL.&lt;/p&gt;
&lt;p&gt;Cosa succede? Succede che le persone, gli utenti, impazziscono per cercare di capire quale sia la migliore versione per far questo o quello. Davvero una politica scorretta e poco vicina ai bisogni dell&amp;rsquo;utenza: non capisco proprio come lo si possa presentare come &lt;strong&gt;&amp;ldquo;IL&amp;rdquo;&lt;/strong&gt; Sistema Operativo User-Friendly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Greenpeace hate SUV (and me too!)</title>
      <link>https://ivandemarino.me/posts/greenpeace-hate-suv-and-me-too/</link>
      <pubDate>Tue, 01 Aug 2006 09:40:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/greenpeace-hate-suv-and-me-too/</guid>
      <description>&lt;p&gt;But &lt;a href=&#34;http://www.detronizator.org/2006/07/14/picture-of-the-day-6/&#34;&gt;Q7&lt;/a&gt; remains and amazing Car. ;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Greenpeace released this anti-SUV commercial at the British International Motor Show. Its shows how people will treat (according of course to Greenpeace) a coworker who lives in a city and owns an SUV (in the video, the guy has a Toyota Land Cruiser). Kind off far fetched if you ask me. Ok, SUVs waste gas, take up space and have no place in a city, but spitting in the mans coffee ? Jeez….See the video below.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;On&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caro Di Pietro, sono contento di averti scelto/2</title>
      <link>https://ivandemarino.me/posts/caro-di-pietro-sono-contento-di-averti-scelto-2/</link>
      <pubDate>Sat, 29 Jul 2006 10:59:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/caro-di-pietro-sono-contento-di-averti-scelto-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Italia dei Valori&#34; loading=&#34;lazy&#34; src=&#34;http://www.antoniodipietro.com/immagini/italia_dei_valori.jpg&#34;&gt;
&lt;a href=&#34;http://secretum.neminis.org/forza-di-pietro.html&#34;&gt;Manu segnala&lt;/a&gt; ed io felicissimo faccio eco: &lt;a href=&#34;http://www.antoniodipietro.com/2006/07/chi_ha_votato_a_favore_dellind.html&#34;&gt;Di Pietro ha pubblicato la lista dei Parlamentari che hanno votato SI all&amp;rsquo;Indulto&lt;/a&gt;/&lt;a href=&#34;http://blog.neminis.org/indulto-no-insulto-parte-seconda.xhtml&#34;&gt;Insulto ( ;) Neminis)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;La lista comprende sia esponenti della CdL sia della Maggioranza (attuale?). Non si é astenuto di riportare nemmeno un SUO deputato dell&amp;rsquo;Italia dei Valori che ha votato Si.&lt;/p&gt;
&lt;p&gt;Insomma, un grande Antonio.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caro Di Pietro, sono contento di averti scelto</title>
      <link>https://ivandemarino.me/posts/caro-di-pietro-sono-contento-di-averti-scelto/</link>
      <pubDate>Wed, 26 Jul 2006 17:43:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/caro-di-pietro-sono-contento-di-averti-scelto/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Antonio Di Pietro&#34; loading=&#34;lazy&#34; src=&#34;http://www.beppegrillo.it/immagini/dipietro_.jpg&#34;&gt;
E&amp;rsquo; con una pò di orgoglio che approvo e sottoscrivo l&amp;rsquo;operato di questi giorni dell&amp;rsquo;&lt;a href=&#34;http://www.italiadeivalori.it/&#34;&gt;Italia dei Valori&lt;/a&gt;.
Di seguito riporto la lettera che il caro &lt;a href=&#34;http://it.wikipedia.org/wiki/Antonio_Di_Pietro&#34;&gt;Antonio&lt;/a&gt; ha inviato a &lt;a href=&#34;http://www.beppegrillo.it/2006/07/una_lettera_del.html&#34;&gt;Beppe Grillo&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Caro Beppe,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;a pochi mesi dalle elezioni ho deciso di scriverti una lettera che spero tu possa pubblicare sul blog. Domani Unione e Cdl voteranno a favore di una legge, quella sull’indulto, che non era prevista nel programma dell’Unione e che io ritengo del tutto estranea alla volontà degli elettori del centrosinistra. Questa legge, nata per liberare le carceri, è stata estesa ai reati di falso in bilancio, corruzione, reati fiscali e finanziari anche nei confronti della Pubblica amministrazione.
Neppure il governo Berlusconi era arrivato a tanto. E’ un colpo di spugna che viene effettuato nel pieno del periodo estivo. Un atto gravissimo del quale è riportata un’informazione parziale, e spesso strumentale, da parte di giornali e televisioni. Il tuo blog, forse, può darne una diffusione maggiore e soprattutto libera.
Sono profondamente contrario al fatto che l’accordo per l’approvazione dell’indulto si basi su uno scambio politico con Forza Italia, in quanto prevede l’inclusione di reati per i quali vi sono processi e condanne di esponenti, anche di primo piano, della Casa delle Libertà. Se l’indulto passasse così com’è, tutti i fatti di mala amministrazione e di mala attività imprenditoriale, rimarrebbero impuniti. Si tratta di persone colpevoli di reati come tangentopoli, calciopoli, bancopoli. Persone che hanno occupato le indagini delle magistrature e le prime pagine dei giornali in questi ultimi anni.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Regolamentare la TV via cavo basata su IP</title>
      <link>https://ivandemarino.me/posts/regolamentare-la-tv-via-cavo-basata-su-ip/</link>
      <pubDate>Wed, 26 Jul 2006 14:40:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/regolamentare-la-tv-via-cavo-basata-su-ip/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;IPTV&#34; loading=&#34;lazy&#34; src=&#34;http://www.messagenet.it/images/regoleperiptv/iptv_logo.png&#34;&gt;
Oggi mi é arrivata una mail dal provider italiano &lt;a href=&#34;http://www.messagenet.it/&#34;&gt;MessageNet&lt;/a&gt;, famoso per i suoi servizi di &lt;a href=&#34;http://en.wikipedia.org/wiki/Voip&#34;&gt;VoIP&lt;/a&gt; basati su &lt;a href=&#34;http://en.wikipedia.org/wiki/Sip&#34;&gt;SIP&lt;/a&gt; (e che uso con gioia nelle mie installazioni di &lt;a href=&#34;http://www.asterisk.org&#34;&gt;Asterisk&lt;/a&gt; per fornire connettività/raggiungibilità geografica).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Questa mail parla del sistema della televisione in Italia, della sua
evoluzione e del punto di snodo importante in cui ci troviamo oggi e
che ci riguarda tutti.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Per questa ragione abbiamo scritto al Dr. Viviane Reding, Commissario
Europeo alla Società per l&amp;rsquo;Informazione e Media ed abbiamo inviato alcuni
milioni di email agli utenti internet italiani.
&lt;a href=&#34;http://www.messagenet.it/regoleperiptv/&#34;&gt;http://www.messagenet.it/regoleperiptv/&lt;/a&gt;
L&amp;rsquo;Autorità delle Comunicazioni ha concluso da poco un procedimento
chiamato analisi del mercato dei servizi di diffusione radiotelevisiva
per la trasmissione di contenuti agli utenti finali, ovvero l&amp;rsquo;analisi
del mercato televisivo.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Aptana: advanced IDE for Web 2.0</title>
      <link>https://ivandemarino.me/posts/aptana-advanced-ide-for-web-2-0/</link>
      <pubDate>Wed, 26 Jul 2006 14:28:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/aptana-advanced-ide-for-web-2-0/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Aptana&#34; loading=&#34;lazy&#34; src=&#34;http://www.aptana.com/images/title.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.aptana.com/&#34;&gt;Aptana&lt;/a&gt; is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure&lt;/li&gt;
&lt;li&gt;Error and warning notification for your code&lt;/li&gt;
&lt;li&gt;Support for Aptana UI customization and extensions&lt;/li&gt;
&lt;li&gt;Cross-platform support&lt;/li&gt;
&lt;li&gt;Free and open source. (Source available soon)&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Aptana seems to be a very powerfull IDE for Javascript (finally!!!).
The biggest features is the Integrated documentation, merged with a &amp;ldquo;suggestions-system&amp;rdquo; that indicate standard and non standard tags and attributes (indicating the browser compatibility with icons). A screenshot follows:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day/2</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-2/</link>
      <pubDate>Sat, 22 Jul 2006 14:53:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;America&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/07/p1-220706_170748a.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;http://news.independent.co.uk/world/politics/article1190527.ece&#34;&gt;America&amp;rsquo;s domestic policy vs America&amp;rsquo;s foreign policy&lt;/a&gt;&lt;/strong&gt;
George Bush blocked a bill on stem cell research, saying he couldn&amp;rsquo;t support the &amp;rsquo;taking of innocent human life&amp;rsquo;. In Iraq, six civilians are killed by a US air strike. In Lebanon and Israel, casualties mount.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-14/</link>
      <pubDate>Sat, 22 Jul 2006 14:47:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-14/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.unita.it/view.asp?IDcontent=58304&#34;&gt;&lt;img alt=&#34;Middle-East: Who backs immediate ceasefire&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/independent.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;First-Page of &lt;a href=&#34;http://www.independent.co.uk/&#34;&gt;The Independent&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Ubuntu Counter Project</title>
      <link>https://ivandemarino.me/posts/ubuntu-counter-project/</link>
      <pubDate>Thu, 20 Jul 2006 18:09:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ubuntu-counter-project/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://ubuntucounter.geekosophical.net&#34;&gt;&lt;img alt=&#34;The Ubuntu Counter Project - user number # 142&#34; loading=&#34;lazy&#34; src=&#34;http://ubuntucounter.geekosophical.net/img/ubuntu-blogger.php?user=142&#34;&gt;&lt;/a&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tesla Roadster: quando si prende sul serio il motore elettrico</title>
      <link>https://ivandemarino.me/posts/tesla-roadster-quando-si-prende-sul-serio-il-motore-elettrico/</link>
      <pubDate>Thu, 20 Jul 2006 18:05:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tesla-roadster-quando-si-prende-sul-serio-il-motore-elettrico/</guid>
      <description>&lt;p&gt;Qualcuno potrebbe cominciare dicendo che &amp;ldquo;produrre energia per questi motori sia comunque uno spreco&amp;rdquo;. Io posso però aggiungere che si tratta pure sempre di tecnologia in sviluppo e che un&amp;rsquo;auto capace di EMISSIONI ZERO é comunque da non sottovalutare mai.&lt;/p&gt;
&lt;p&gt;Si chiama Tesla Roadster: é stata progettata, disegnata e prodotta in collaborazione con Lotus, quindi c&amp;rsquo;é da riflettere se una grande, grandissima marca dal cuore sportivo decide di investire in un veicolo &amp;ldquo;ready-for-market&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Tesla Roadster: right side&#34; loading=&#34;lazy&#34; src=&#34;http://www.autoblog.it/uploads/tesla_motors_roadster_03.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Travaglio su Calciopoli</title>
      <link>https://ivandemarino.me/posts/travaglio-su-calciopoli/</link>
      <pubDate>Sat, 15 Jul 2006 16:03:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/travaglio-su-calciopoli/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Travaglio REC&#34; loading=&#34;lazy&#34; src=&#34;http://www.beppegrillo.it/archives/immagini/travaglio.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Chiagni e Fotti&lt;/strong&gt;
di &lt;em&gt;Travaglio Marco&lt;/em&gt;
&lt;a href=&#34;http://www.unita.it&#34;&gt;Unità&lt;/a&gt;, 8 luglio 2006
Il Grande Piagnisteo è cominciato. Meno di due mesi dopo l’esplodere di Calciopoli, sbiadito il ricordo delle intercettazioni, politici di chiara fama e fame lacrimano copiosamente sulle sorti di Juve, Milan, Fiorentina e Lazio. L‘impresa pare disperata, essendo gli argomenti delle difese un po’ meno credibili di quelli dell‘avvocato Taormina. La Juve sostiene che Moggi non era un dirigente, ma un passante. Giraudo racconta che il calcio è «un mondo border line» (infatti lui era uno dei capi) e «bisogna pur difendersi» (e da chi? dall‘Albinoleffe?). Bellachioma assicura: «Galliani è la persona più trasparente che io conosca» (il che è vero: le altre sono Previti e Dell‘Utri). I legali rossoneri dipingono Meani, addetto agli arbitri, come un seminfermo di mente incapace di intendere e volere, ma non spiegano perché mai Galliani avesse scelto uno così. Lotito-Lolito rivela: «Io alla Lazio ho portato il cappellano» e, se telefonava alla Figc, «era per chiedere che gli arbitri non facessero errori» (bastava uno squillo e gli errori sparivano). De Santis parla di «diritti umani calpestati », manco fosse ad Abu Ghraib. Della Valle denuncia i «tempi troppo stretti» del processo: è la parola d’ordine di tutti gli aspiranti impuniti. Come se la scadenza di fine luglio fosse un pallino di Borrelli, Ruperto, Palazzi e Guido Rossi. Invece l’ha imposta l‘Uefa, che entro luglio deve stilare i calendari delle coppe. Lorsignori vogliono tempi più lunghi? Rinuncino alle coppe, con i miliardi della tv e degli incassi, e il processo potrà durare sino a ferragosto. Se poi rinunciano pure al campionato, si va avanti anche un anno. I tempi stretti sono una concessione agli imputati, che vogliono la botte piena e la moglie ubriaca, non un‘imposizione giacobina. È curioso che i tanti salici piangenti fingano di ignorarlo. E non si comprende cosa intendano gli on. avv. Calvi, Pecorella e Pisapia quando lamentano che «la difesa non può interloquire». Che stan facendo da un mese deferiti e avvocati, prima con Borrelli e poi con la Caf? Interloquiscono eccome. Il guaio è che non hanno niente da dire, se non che «così facevan tutti» e che al telefono si scherzava. È stupefacente poi che insigni giuristi confondano il processo penale con quello sportivo, dove l’onere della prova è invertito (non è l‘accusa a dover dimostrare la colpevolezza degli incolpati: sono gl‘incolpati a dover provare la propria innocenza). Le regole del calcio sono queste, si è sempre fatto così, molti club medio-piccoli sono retrocessi in base a queste norme: perché mai non dovrebbero valere ora per i grandi? I grandi oltretutto godono di appoggi politici sconosciuti ai medio-piccoli. La Juve ha un apposito club di lobbisti in Parlamento, capitanato dall‘ineffabile on. Buglio (Zebra nel Pugno) che vaneggia di «giustizialismo, gogna mediatica, giustizia sommaria, vizio politico» e altre baggianate. Il Milan, oltre al rifondarolo Piero Sansonetti che lacrima ogni sera in tv per il povero Diavolo perseguitato, ha un intero partito ai suoi piedi: è intervenuto persino James Bondi, che non distingue un pallone da un paracarro. Il forzista on. Paniz, juventino nel calcio e berlusconiano nella vita, chiede dal primo giorno l’amnistia per Calciopoli. All’inizio tutti ridevano; ora fioccano le prime adesioni, con la scusa dei Mondiali. Strepitosa quella del margherito Carra: sì all‘amnistia, ma «fra un anno».
Poteva mancare il ministro della Clemenza Mastella? No che non poteva: l’amico di Berlusconi, poi di Moggi, poi di Della Valle confida al Corriere: «Capisco chi chiede l’amnistia, la chiedono la maggior parte dei tifosi». E, se lo dice lui, dev‘essere vero: «Il processo è come l’arena del Colosseo»; Guido Rossi non gli piace (sarebbe strano il contrario); e poi «non è giusto che Del Piero, Cannavaro e altri giochino in serie C» (non sa che, se la Juve va in C, Cannavaro e altri scappano). L‘Oscar del piagnisteo spetterebbe di diritto a lui, se non arrivasse Piero Ostellino, habituè della tribuna vip moggiana, a spiegare in mezza pagina di Corriere che il processo «è un mostro giuridico» e rischia di scivolare nella «responsabilità oggettiva dei processi staliniani». Non sa, il pover‘uomo, che la responsabilità oggettiva è dalla notte dei tempi il pilastro della giustizia sportiva. Ma, per quanto difficile possa sembrare, c‘è persino chi lo supera. Il forzista bianconero Crosetto parla di «metodi da Gestapo». E il forzista romanista Cicchitto sostiene che «mandano la Juve in C per poter mandare il Milan in B». Era meglio quando tifava per il Castiglion Fibocchi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contraditio in Terminis</title>
      <link>https://ivandemarino.me/posts/contraditio-in-terminis/</link>
      <pubDate>Fri, 14 Jul 2006 16:49:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/contraditio-in-terminis/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;il CaiNano&#34; loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2006/07/sezioni/sport/calcio/berlusconi-gazzetta/berlusconi-gazzetta/lapr_8518591_52080.jpg&#34;&gt;
Leggendo &lt;a href=&#34;http://www.repubblica.it/2006/07/sezioni/sport/calcio/berlusconi-gazzetta/berlusconi-gazzetta/berlusconi-gazzetta.html&#34;&gt;l&amp;rsquo;articolo pubblicato su Repubblica di oggi circa le dichiarazioni di berlusconi sul caso &amp;ldquo;calciopoli&amp;rdquo;&lt;/a&gt;, il giornalista ha sottolineato una PROFONDA CONTRADIZIONE IN TERMINI in cui é caduto l&amp;rsquo;&lt;strong&gt;EX&lt;/strong&gt;-Presidente Del Consiglio.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;L&amp;rsquo;ex presidente del Consiglio aveva già reso nota la sua posizione sullo scandalo del calcio in un&amp;rsquo;intervista alla Gazzetta dello sport. In cui aveva dichiarato che nel processo &amp;ldquo;non c&amp;rsquo;è alcuna garanzia di arrivare a conclusioni fondate sui fatti da parte dei giudici&amp;rdquo;, perché mancano &amp;ldquo;indispensabili caratteristiche di certezza&amp;rdquo;. I giudici - aveva detto - non hanno ascoltato tutte le telefonate né tutti i testimoni e perché &amp;ldquo;la realtà del campo ha evidenziato situazioni diverse da quelle che dovevano verificarsi&amp;rdquo;.
Secondo Berlusconi inoltre non dovrebbe essere presa in condiderazione, come pena, la retrocessione, che punisce giocatori e tifosi. Mentre &lt;strong&gt;&amp;ldquo;è giusto che paghino i veri responsabili dei reati sportivi, i dirigenti e gli arbitri&amp;rdquo;&lt;/strong&gt;. Il presidente rossonero aveva anche detto che &lt;strong&gt;i due scudetti contestati alla Juventus dovrebbero andare al Milan&lt;/strong&gt;.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-20/</link>
      <pubDate>Fri, 14 Jul 2006 13:07:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-20/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Audi Q7 heavy tuned&#34; loading=&#34;lazy&#34; src=&#34;http://www.autoblog.it/uploads/audi_q7_tuning_by_je_design.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Kit Wide Body&lt;/strong&gt;
tuner: &lt;em&gt;Je Design&lt;/em&gt;
car: &lt;em&gt;Audi Q7&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Parlare di &#34;barzelletta&#34; sarebbe riduttivo</title>
      <link>https://ivandemarino.me/posts/parlare-di-barzelletta-sarebbe-riduttivo/</link>
      <pubDate>Fri, 14 Jul 2006 12:57:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/parlare-di-barzelletta-sarebbe-riduttivo/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Alice&#34; loading=&#34;lazy&#34; src=&#34;http://images.alice.it/n_canali/header_home_alice3/logo_statico.gif&#34;&gt;
&lt;a href=&#34;http://www.alessandropagano.net/blog/2006/07/13/alice20mb/&#34;&gt;Leggete&lt;/a&gt; un pò cosa é successo ad un utente &amp;ldquo;non utonto&amp;rdquo; che ha, come a casa mia, la sua Lan configurata di tutto punto, quando ha deciso di provare &lt;a href=&#34;http://adsl.alice.it/tv/index.html?CS_BE=navigare_alice20mega_s1_3&#34;&gt;Alice Home TV&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.alessandropagano.net/blog/2006/07/13/alice20mb/&#34;&gt;Da piangere&lt;/a&gt;.
Meno male che l&amp;rsquo;Open Source esiste&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Circa 2 mesi fa mi contatta un operatore Telecom e mi propone un upgrade della mia linea: dalla 4mb sarei passato ad adls2 a 20mb, conservando lo stesso contratto e fermo restando il prezzo: per 6 mesi, avrei usufruito gratuitamente anche della HomeTv di Alice, che porta la Tv “on demand” direttamente a casa, grazie al modem-router e ad un annesso decoder (sembra un messaggio promozionale :-D ). Accettata l’offerta, è passato 1 mese prima di riuscire a vedere un tecnico, e ben 4 telefonate che mi chiedevano se il tecnico si fosse fatto vivo. Ad un certo punto non nascondo che stavo per dire “ci rinuncio, tenetevi la vostra offerta e lasciatemi la mia stabile 4mb”. &lt;a href=&#34;http://www.alessandropagano.net/blog/2006/07/13/alice20mb/&#34;&gt;&amp;hellip;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>GLS^3</title>
      <link>https://ivandemarino.me/posts/gls-3/</link>
      <pubDate>Tue, 11 Jul 2006 00:10:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gls-3/</guid>
      <description>&lt;p&gt;Imagine an Integrated Desktop Search Engine that re-index every work you write, every file you create, every &amp;ldquo;content&amp;rdquo;&amp;hellip; &lt;strong&gt;as you do that things&lt;/strong&gt;&amp;hellip; in a very discreet way.
Every developer will thinks it&amp;rsquo;s a very difficult &amp;ldquo;mission&amp;rdquo;, it isn&amp;rsquo;t? ;)&lt;/p&gt;
&lt;p&gt;Ok, but take a look here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The &lt;a href=&#34;http://www.glscube.org/&#34;&gt;GNU/Linux Semantic Storage System (GLS³)&lt;/a&gt; is a solution designed to facilitate the management and retrieval of your data. It is a solution that distances you from thinking about Where you store your data to What your data is. With GLS³, you can organize and retrieve your data based on their semantics, based on What they mean to you, and not based on their hierarchical location.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;GLS³ is an open source semantic storage solution for GNU/Linux that indexes your data, extracts from it metadata and relevant information, allows you to organize it using queries and tags, an API to allow Developers to integrate searching and organization capabilities in their application, an extensible plugin-based Type System, shared schemas between applications through an API, a pseudo file system for backward compatibility, a web interface, As-You-Type searching and more.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I suggest also to take a look to the published &lt;a href=&#34;http://www.glscube.org/download.html&#34;&gt;demo-videos&lt;/a&gt;: these are very interesting and&amp;hellip; pregnant!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day/3</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-3/</link>
      <pubDate>Mon, 10 Jul 2006 20:27:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-3/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Fifa World Cup 2006&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/07/coppa2.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;ps Era dovuta, no? ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day/2</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-2-1/</link>
      <pubDate>Mon, 10 Jul 2006 13:05:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-2-1/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Zidane Fatality!&#34; loading=&#34;lazy&#34; src=&#34;http://img139.imageshack.us/img139/9764/zidane29b4bm.gif&#34;&gt;
&lt;img alt=&#34;Zidane Combo&#34; loading=&#34;lazy&#34; src=&#34;http://www.gamesblog.it/uploads/11524916821591fd.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;ps Vergognati Zizù.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-17/</link>
      <pubDate>Mon, 10 Jul 2006 01:10:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-17/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.repubblica.it/speciale/2006/mondiali/index.html&#34;&gt;&lt;img alt=&#34;Campioni&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/07/campioni.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Campioni!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;E&amp;rsquo; da quando ho cominciato a seguire il calcio, che rimpiango la mia data di nascita: 1982.
Non ero riuscito a godere neanche un pochino di quella gloriosa vittoria.&lt;/p&gt;
&lt;p&gt;Oggi, finalmente, uno dei miei più grandi desideri si é avverato.
E&amp;rsquo; vero, non siamo stati &amp;ldquo;grandi&amp;rdquo;, abbiamo subito per più di 45+30 minuti ma&amp;hellip; a rivedere le immagini ci siamo stati. Le occasioni le abbiamo avute. Così come un pò di sana &amp;ldquo;sfortuna&amp;rdquo; che non ha spinto quelle palle dentro (traversa di &lt;a href=&#34;http://en.wikipedia.org/wiki/Luca_Toni&#34;&gt;Toni&lt;/a&gt;, punizione di &lt;a href=&#34;http://en.wikipedia.org/wiki/Andrea_Pirlo&#34;&gt;Pirlo&lt;/a&gt;&amp;hellip;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-11/</link>
      <pubDate>Sun, 09 Jul 2006 14:30:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-11/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Esultanza al Gol di Grosso contro la Germania a Fifa 2006&#34; loading=&#34;lazy&#34; src=&#34;http://www.ecodibergamo.it/EcoOnLine/Assets/SPORT/CALCIO/MONDIALI%202006/italia-germania/Fabio%20Grosso_1--450x299.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Grosso e Pirlo&lt;/strong&gt;
Esultanza per il Gol segnato durante la Seminifinale a Fifa 2006 contro la Germania.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Speriamo di gioire ancora così&amp;hellip; ed anche di più!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Solitaire</title>
      <link>https://ivandemarino.me/posts/solitaire/</link>
      <pubDate>Sun, 09 Jul 2006 14:19:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/solitaire/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.solitairecraving.com/game.php&#34;&gt;&lt;img alt=&#34;King&#34; loading=&#34;lazy&#34; src=&#34;http://www.solitairecraving.com/images/131.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-25/</link>
      <pubDate>Sat, 08 Jul 2006 09:27:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-25/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.sonypictures.com/homevideo/closer/index.html&#34;&gt;&lt;img alt=&#34;Natalie Portman&#34; loading=&#34;lazy&#34; src=&#34;http://www.cineblog.it/uploads/natalie.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Natalie Portman&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Truth is a game we play to win.&lt;/em&gt;
&lt;em&gt;Without truth we are animals.&lt;/em&gt;
&lt;em&gt;Without forgiveness we are savages.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day/</link>
      <pubDate>Fri, 07 Jul 2006 15:54:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://upload.wikimedia.org/wikipedia/commons/6/6e/Francisco_de_Goya_y_Lucientes_023.jpg&#34;&gt;&lt;img alt=&#34;The Third of May&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/6/6e/Francisco_de_Goya_y_Lucientes_023.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Title&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;de: Erschießung der Aufständischen am 3. Mai 1808 in Madrid&lt;/li&gt;
&lt;li&gt;en: The Third of May&lt;/li&gt;
&lt;li&gt;es: El Tres de Mayo&lt;/li&gt;
&lt;li&gt;it: Il 3 maggio 1808
&lt;strong&gt;Author&lt;/strong&gt;
&lt;a href=&#34;http://commons.wikimedia.org/wiki/Francisco_de_Goya_y_Lucientes&#34;&gt;Goya y Lucientes, Francisco de&lt;/a&gt;
&lt;strong&gt;Technique&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;de: Öl auf Leinwand&lt;/li&gt;
&lt;li&gt;es: Óleo sobre tela&lt;/li&gt;
&lt;li&gt;it: Olio su tela
&lt;strong&gt;Dimensions&lt;/strong&gt;
266 x 345 cm
&lt;strong&gt;Current Location&lt;/strong&gt;
&lt;a href=&#34;http://en.wikipedia.org/wiki/Museo_del_Prado&#34;&gt;Museo del Prado - Madrid - Spain&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;p.s.
&lt;a href=&#34;http://www.moviemax.it/la_spina_del_diavolo.php&#34;&gt;El espinazo del diablo&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Engie - Imagine all the People...</title>
      <link>https://ivandemarino.me/posts/engie-imagine-all-the-people/</link>
      <pubDate>Thu, 06 Jul 2006 12:47:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/engie-imagine-all-the-people/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.engie.com/&#34;&gt;&lt;img alt=&#34;Engie - Imagine all the People&amp;hellip;&#34; loading=&#34;lazy&#34; src=&#34;http://www.engie.com/templates/default/pic/comm_banner.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Immagina tutte le persone a portata di clic&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Grazie ad un&amp;rsquo;interfaccia semplice ed intuitiva potrai cercare chi fa per te e inviargli subito un messaggio o chattare con lui.
Cosa aspetti? Registrati subito! Forse qualcuno ti sta già cercando!&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Sono felice di segnalarvi una nuova &lt;a href=&#34;http://www.engie.com/index.php?subp=com&#34;&gt;Comunity&lt;/a&gt; nata dalle menti (malate? ;) ) di Alessandro, Antonio e Biagio.
Io sono solo il System Admin: Il merito va tutto al Trio di cui sopra!&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Search Engine that&#39;s becoming an Inventor</title>
      <link>https://ivandemarino.me/posts/a-search-engine-that-s-becoming-an-inventor/</link>
      <pubDate>Thu, 06 Jul 2006 11:57:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-search-engine-that-s-becoming-an-inventor/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Big G&#34; loading=&#34;lazy&#34; src=&#34;http://graphics8.nytimes.com/images/2006/07/02/business/03google.1901.jpg&#34;&gt;
Interesting article on the &lt;a href=&#34;http://www.nytimes.com/2006/07/03/technology/03google.html?pagewanted=1&amp;amp;ei=5088&amp;amp;en=11ad7f241098c6e2&amp;amp;ex=1309579200&amp;amp;partner=rssnyt&amp;amp;emc=rss&#34;&gt;New York Times.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;An analysis about Google and it&amp;rsquo;s powerfull capacity to &amp;ldquo;growing-up&amp;rdquo;.
From Search Engine, to Web Apps Developer, to Financial Services Vendor, to&amp;hellip; Hardware.
Who can stop &lt;a href=&#34;http://www.google.com&#34;&gt;Big G&lt;/a&gt;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Does M$ Think Different?!?!?!?!</title>
      <link>https://ivandemarino.me/posts/does-m-think-different/</link>
      <pubDate>Thu, 06 Jul 2006 11:49:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/does-m-think-different/</guid>
      <description>&lt;p&gt;8O&lt;/p&gt;
&lt;p&gt;Microsoft becomes a part of the project &lt;a href=&#34;http://sourceforge.net/projects/odf-converter&#34;&gt;ODF-converter&lt;/a&gt;: it&amp;rsquo;s hosted on Sourceforge (M$ on Sourceforge ?!?!?!? What&amp;rsquo;s next time? Bush that fight on a real battle-field??!?!? 8O ).&lt;/p&gt;
&lt;p&gt;If ODF does not give you any &amp;ldquo;trigger&amp;rdquo;, read &lt;a href=&#34;http://en.wikipedia.org/wiki/OpenDocument&#34;&gt;here&lt;/a&gt;.
Anyway, the most important thing to know is the interest of M$ to release various plugins to enjoy conversion between her proprietary-formats and  Open Documents of &lt;a href=&#34;http://en.wikipedia.org/wiki/Organization_for_the_Advancement_of_Structured_Information_Standards&#34;&gt;OASIS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ziobudda.net&#34;&gt;Ziobudda&lt;/a&gt; and &lt;a href=&#34;http://www.arabianfenix.com/news.php?readmore=111&#34;&gt;Arabian Phoenix dot com&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Unix History</title>
      <link>https://ivandemarino.me/posts/the-unix-history/</link>
      <pubDate>Thu, 06 Jul 2006 11:39:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-unix-history/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Unix: live free or die&#34; loading=&#34;lazy&#34; src=&#34;http://staff.science.uva.nl/~brandts/SIMPROG/MATLAB/PICS/unix.jpg&#34;&gt;
Remember, Unix is a &amp;ldquo;kind&amp;rdquo; of Operating System, UNIX is a Registered Trademark: a little bit different :D&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.levenez.com/unix/history.html&#34;&gt;Unix History Graph&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ziobudda.net/&#34;&gt;Ziobudda&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arrived!</title>
      <link>https://ivandemarino.me/posts/arrived/</link>
      <pubDate>Thu, 06 Jul 2006 11:18:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/arrived/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Canonical Logo&#34; loading=&#34;lazy&#34; src=&#34;http://oszone.org/company/1014/logo&#34;&gt;
The &lt;a href=&#34;https://shipit.ubuntu.com/&#34;&gt;ShipIt&lt;/a&gt; project by &lt;a href=&#34;http://www.canonical.com/&#34;&gt;Canonical&lt;/a&gt; (the Company behind Ubuntu Linux) was true: yeasterday a big package with 10 CD with &lt;a href=&#34;http://www.ubuntu.com/&#34;&gt;Ubuntu Linux 6.06&lt;/a&gt; &lt;a href=&#34;https://wiki.ubuntu.com/DapperDrake&#34;&gt;Dapper Drake&lt;/a&gt; was arrived to me.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;8 for x86&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;1 for AMD64 and EM64T&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;1 for G3, G4, G5&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The package contains also 12 Ubuntu &amp;ldquo;linux for human beings&amp;rdquo; stickers.&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href=&#34;http://www.canonical.com/&#34;&gt;Canonical&lt;/a&gt;!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Picture of the Day</title>
      <link>https://ivandemarino.me/posts/picture-of-the-day-15/</link>
      <pubDate>Thu, 06 Jul 2006 11:06:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/picture-of-the-day-15/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.renderosity.com/mod/gallery/index.php?image_id=1248178&amp;amp;member&#34;&gt;&lt;img alt=&#34;potd&#34; loading=&#34;lazy&#34; src=&#34;http://www.renderosity.com/mod/gallery/media/folder_125/file_1248178.jpg&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.gadgetblog.it/post/2149/il-nuovo-volto-dellimac&#34;&gt;Gadgetblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>P.U.A.TV</title>
      <link>https://ivandemarino.me/posts/p-u-a-tv/</link>
      <pubDate>Thu, 29 Jun 2006 13:25:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/p-u-a-tv/</guid>
      <description>&lt;p&gt;Appello di Travaglio che non può non essere replicato il più possibile.
Leggete e diffondete.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.marcotravaglio.it/&#34;&gt;&lt;img alt=&#34;Travaglio&#34; loading=&#34;lazy&#34; src=&#34;http://www.marcotravaglio.it/foto/marco_travaglio%20%5B00%5D.jpg&#34;&gt;&lt;/a&gt;
&lt;strong&gt;E ora, salvata la Costituzione, proviamoci con la televisione&lt;/strong&gt;
di &lt;em&gt;Marco Travaglio&lt;/em&gt;
Dopo qualche settimana di silenzio (ho appena finito il nuovo libro con peter Gomez, ne saprete qualcosa molto presto&amp;hellip;), rieccomi qui proprio nel giorno in cui possiamo gridare Forza Italia. Non per la partita (chissenefrega), ma per la vittoria della &lt;a href=&#34;http://it.wikipedia.org/wiki/Costituzione_della_Repubblica_italiana&#34;&gt;Costituzione Repubblicana del 1948&lt;/a&gt; contro quei cinque disgraziati della baita del Cadore, e soprattutto contro i loro mandanti. &lt;img alt=&#34;Risultati Referendum 25/26 giugno 2006&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/it/thumb/e/e4/Referndum2006.png/160px-Referndum2006.png&#34;&gt; Visto che &lt;a href=&#34;http://it.wikipedia.org/wiki/Referendum_costituzionale_del_2006&#34;&gt;è andata bene, oltre ogni più rosea previsione, al referendum&lt;/a&gt;, proviamo a fare qualcosa di buono anche per la nostra televisione: almeno per quella pubblica. mancano tre settimane alla scadenza della raccolta delle firme sulla legge di iniziativa popolare &amp;ldquo;Per un&amp;rsquo;altra tv&amp;rdquo; che si propone di cacciare i partiti dalla &lt;a href=&#34;http://www.rai.it&#34;&gt;Rai&lt;/a&gt;: ne occorrono almeno 50 mila, di firme, e siamo a quota 43-44 mila. Diamoci da fare in tutt&amp;rsquo;Italia, contattando i comitati sparsi nelle varie città (per informazioni, &lt;a href=&#34;http://www.perunaltratv.it/&#34;&gt;www.perunaltratv.it&lt;/a&gt;). Io intanto continuo a girare e quasi sempre, al fondo della sala, mi porto un banchetto per le firme. In particolare, venerdì 30 giugno alla rocca di Serravalle (Pistoia), alla festa nazionale della &lt;a href=&#34;http://it.wikipedia.org/wiki/CGIL&#34;&gt;Cgil&lt;/a&gt;, è in programma una serata con Sabina Guzzanti e con me. Niente paura, per chi non può farne a meno c&amp;rsquo;è il maxischermo per la partita dell&amp;rsquo;Italia. Poi, alle 22.30, passiamo alle cose serie. Ci vediamo lì.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac OS X 10.4.7 Update released</title>
      <link>https://ivandemarino.me/posts/mac-os-x-10-4-7-update-released/</link>
      <pubDate>Wed, 28 Jun 2006 12:14:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mac-os-x-10-4-7-update-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;update&#34; loading=&#34;lazy&#34; src=&#34;http://www.regione.emilia-romagna.it/sin_info/clipstream/java_ist_MAC_file/RitaglioMAC_0001.jpg&#34;&gt;
Mac OS X 10.4.7 Update was released yesterday night: various improvements and few little new features.&lt;/p&gt;
&lt;p&gt;You can find informations about it, &lt;a href=&#34;http://docs.info.apple.com/article.html?artnum=303771&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A little extract, follows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>E poi dicono che i MacBook sono caldi...</title>
      <link>https://ivandemarino.me/posts/e-poi-dicono-che-i-macbook-sono-caldi/</link>
      <pubDate>Tue, 27 Jun 2006 11:14:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/e-poi-dicono-che-i-macbook-sono-caldi/</guid>
      <description>&lt;p&gt;Guardate &lt;a href=&#34;http://www.gadgetblog.it/post/2113/temperatura-estrema-in-un-portatile&#34;&gt;qui&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;fine di un Dell&#34; loading=&#34;lazy&#34; src=&#34;http://www.gadgetblog.it/uploads/Dell_notebook_fire.jpg&#34;&gt;
Questa di sopra invece è la fine di un Dell ad una conferenza.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vittoria del NO!</title>
      <link>https://ivandemarino.me/posts/vittoria-del-no/</link>
      <pubDate>Mon, 26 Jun 2006 21:36:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/vittoria-del-no/</guid>
      <description>&lt;p&gt;Sembra che gli italiani, malgrado tutto, siano andati a &lt;a href=&#34;http://www.detronizator.org/2006/06/26/no/&#34;&gt;votare&lt;/a&gt; e &lt;a href=&#34;http://www.repubblica.it/speciale/2006/referendum/index.html&#34;&gt;abbiano usato la testa&lt;/a&gt;.
Menomale và! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>NO!</title>
      <link>https://ivandemarino.me/posts/no/</link>
      <pubDate>Mon, 26 Jun 2006 10:04:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/no/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;NO allo scempio della nostra Carta Costituzionale&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/uploads/2006/06/salvalacostituzione.png&#34;&gt;
No alla Costituzione Violentata!
No al Premierato Assolutistico!
No al Capo dello Stato soggiogato al Premier!
No alla Devoluzione Regionale!&lt;/p&gt;
&lt;p&gt;Mi unisco volentieri all&amp;rsquo;&lt;a href=&#34;http://blog.neminis.org/altro-giro-altra-corsa.xhtml&#34;&gt;URLO del mio amico Nemo&lt;/a&gt; (e da cui scrocco pure l&amp;rsquo;immagine ;P ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>HOWTO-Make-True-Napoletano-Coffee</title>
      <link>https://ivandemarino.me/posts/howto-make-true-napoletano-coffee/</link>
      <pubDate>Sun, 25 Jun 2006 11:50:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/howto-make-true-napoletano-coffee/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://static.flickr.com/60/171884531_dc0fa4b368.jpg?v=0&#34;&gt;
&lt;a href=&#34;http://www.flickr.com/photos/detronizator/sets/72157594172755923/&#34;&gt;My second Set on Flickr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>James Bond si rifà il trucco... con un Cluster di PowerMac</title>
      <link>https://ivandemarino.me/posts/james-bond-si-rif-il-trucco-con-un-cluster-di-powermac/</link>
      <pubDate>Wed, 14 Jun 2006 11:50:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/james-bond-si-rif-il-trucco-con-un-cluster-di-powermac/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;007&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/commons/7/7b/744px-007.png&#34;&gt;
Prendi un &lt;a href=&#34;http://en.wikipedia.org/wiki/Cluster&#34;&gt;Cluster&lt;/a&gt; di 600 &lt;a href=&#34;http://www.apple.com/powermac/&#34;&gt;PowerMac&lt;/a&gt; G5, mettigli vicino uno storage da 700 Terabytes e fagli vedere tutti i film di/su James Bond; cosa ottieni?&lt;/p&gt;
&lt;p&gt;Tutta la filmografia dell&amp;rsquo;agente segreto di &lt;a href=&#34;http://www.royal.gov.uk/&#34;&gt;Sua Maestà&lt;/a&gt;, ridigitalizzata fotogramma per fotogramma in altissima risoluzione.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Il 17 luglio prossimo avremo la possibilità di rivedere l&amp;rsquo;agente segreto più famoso del mondo con una nitidezza d&amp;rsquo;immagine inedita e una purezza del suono assoluta.
Sarà disponibile infatti la &lt;ins datetime=&#34;2006-06-14T10:43:55+00:00&#34;&gt;&lt;strong&gt;James Bond Ultimate Edition DVD Collection&lt;/strong&gt;&lt;/ins&gt;, che comprende tutti e 20 i film tratti dalla penna di Ian Fleming, completamente restaurati, fotogramma per fotogramma, grazie ad una flotta di 600 PowerMac G5, collegati in cluster come il famoso Big Mac del &lt;a href=&#34;http://www.tcf.vt.edu/systemX.html&#34;&gt;Virginia Tech&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Browser (Firefox) Sync</title>
      <link>https://ivandemarino.me/posts/google-browser-firefox-sync/</link>
      <pubDate>Tue, 13 Jun 2006 13:04:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-browser-firefox-sync/</guid>
      <description>&lt;p&gt;Si, oggi è giornata di segnalazioni (avevo dei tab aperti da quasi una settimana ormai, e ho deciso di spendere 10 minuti per pubblicarli tutti).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://tools.google.com/firefox/browsersync/install.html&#34;&gt;Google Browser Sync&lt;/a&gt; é una extension con il nome sbagliato: permette di sincronizzare tutti i vostri &lt;a href=&#34;http://www.mozilla.org/firefox/&#34;&gt;Firefox&lt;/a&gt; memorizzando sui server di Google i vostri:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Bookmarks&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Cache&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;History&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tabs/Session&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;e di tenerli costantemente aggiornati. In  questo modo, una volta installata l&amp;rsquo;extension su di un Firefox, basta il vostro account Google (e la chiave scelta per criptare i Dati su Google) per poter avere tutto sempre sincronizzato.
Una idea semplice e fantastica (per la verità non nuova&amp;hellip; ma nessuno disponeva dello spazio disco di cui dispone Google), che ha un solo difetto: &lt;strong&gt;IL NOME!!!&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I love Apple Ads</title>
      <link>https://ivandemarino.me/posts/i-love-apple-ads/</link>
      <pubDate>Tue, 13 Jun 2006 12:46:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-love-apple-ads/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;John Hodgman&#34; loading=&#34;lazy&#34; src=&#34;http://www.areasofmyexpertise.com/images/ap02_lo.jpg&#34;&gt;
Si si, lo so.
Tutto quello che volete.
Ma gli spot si Apple, per quanto &amp;ldquo;luogocomunisti&amp;rdquo; (non rossi, di sicuro ;) ) sono proprio carini (straconsiglio la versione &lt;strong&gt;HD&lt;/strong&gt;: una nitidezza d&amp;rsquo;immagine che fa paura)(ovviamente, per quelli che se la possono permettere :P ).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.google.it/search?q=Justin+Long&amp;amp;start=0&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-US:official&#34;&gt;Justin Long&lt;/a&gt; é il nostro &amp;ldquo;easy-man&amp;rdquo; Mac.
&lt;a href=&#34;http://www.google.it/search?q=John+Hodgman&amp;amp;start=0&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-US:official&#34;&gt;John Hodgman&lt;/a&gt; é invece il nostro &amp;ldquo;ridicolous&amp;rdquo; PC.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.apple.com/getamac/ads/&#34;&gt;Qui trovate tutti gli spot&lt;/a&gt; (freccettine per scorrere :P ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google thinks Different</title>
      <link>https://ivandemarino.me/posts/google-thinks-different/</link>
      <pubDate>Tue, 13 Jun 2006 12:36:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-thinks-different/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google Labs&#34; loading=&#34;lazy&#34; src=&#34;http://labs.google.com/images/labs_logo2.gif&#34;&gt;
I Google Labs si sono decisi: hanno rilasciato &lt;a href=&#34;http://sketchup.google.com/&#34;&gt;SketchUp&lt;/a&gt; e &lt;a href=&#34;http://earth.google.com/&#34;&gt;Google Earth&lt;/a&gt; per MacOSX.
Il primo era sin ora disponibile solo in versione &amp;ldquo;PRO&amp;rdquo; mentre il secondo non era &lt;strong&gt;Universal Binary&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;C&amp;rsquo;è inoltre da evidenziare che GEarth é ora disponibile nativamente &lt;a href=&#34;http://earth.google.com/download-earth.html&#34;&gt;anche per Linux&lt;/a&gt;: qui la situazione, sin ora, era peggiore, con una versione di prova rilasciata per girare in Wine (tristissimo :P ).&lt;/p&gt;
&lt;p&gt;Sembra quindi che Google abbia mantenuto tutte le promesse, volendo coprire almeno tutta la &amp;ldquo;TRIADE&amp;rdquo; dei sistemi più diffusi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Film sui Transformers</title>
      <link>https://ivandemarino.me/posts/film-sui-transformers/</link>
      <pubDate>Tue, 13 Jun 2006 12:18:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/film-sui-transformers/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Transformer Buoni logo&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/4/4b/Autobatslogo.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ieri navigavo su &lt;a href=&#34;http://www.cineblog.it/post/2421/il-film-sui-transformers&#34;&gt;Cineblog&lt;/a&gt; quando che ti trovo?
Qualcuno con il cuore tenero e la passione mai spenta, ha deciso di fare il Film sui Transformer.&lt;/p&gt;
&lt;p&gt;Il sito ufficiale lo trovate qui: &lt;a href=&#34;http://www.transformersmovie.com/&#34;&gt;http://www.transformersmovie.com/&lt;/a&gt;.
Qui invece il blog: &lt;a href=&#34;http://transformerslive.blogspot.com/&#34;&gt;http://transformerslive.blogspot.com/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Preso quindi dalla mia insana (e per questo &amp;ldquo;solita&amp;rdquo;) smania di conoscere e ricordare, sono andato a cercare sull&amp;rsquo;ormai onnisciente Wikipedia. In quella italiana nulla ma&amp;hellip; in quella inglese c&amp;rsquo;é davvero &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Transformers_%28animated_series%29_characters&#34;&gt;DI TUTTO&lt;/a&gt;. Partite da &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Transformers_%28animated_series%29_characters&#34;&gt;qui&lt;/a&gt; e &amp;hellip; scavate nei vostri ricordi di bambini.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Eldy: Simple-Functionally-Easy OS</title>
      <link>https://ivandemarino.me/posts/eldy-simple-functionally-easy-os/</link>
      <pubDate>Thu, 08 Jun 2006 15:40:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/eldy-simple-functionally-easy-os/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Elby&#34; loading=&#34;lazy&#34; src=&#34;http://www.eldy.org/images/logo.jpg&#34;&gt;
Obviously, based on linux ;)&lt;/p&gt;
&lt;p&gt;An easy and simple interface.
Poor and feature-less programs.
Big-Chars interface.&lt;/p&gt;
&lt;p&gt;Usefull for old-boy with no interest to learn &amp;ldquo;new-techs&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s an Italian project. &lt;a href=&#34;http://www.eldy.org/index.php?option=com_frontpage&amp;amp;Itemid=1&#34;&gt;Check it out&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it&#34;&gt;Downloadblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CSS Tweak: Zip your CSS</title>
      <link>https://ivandemarino.me/posts/css-tweak-zip-your-css/</link>
      <pubDate>Thu, 08 Jun 2006 15:34:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/css-tweak-zip-your-css/</guid>
      <description>&lt;p&gt;Usefull for geek-web-developer.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.cssdev.com/csstweak/&#34;&gt;CSS Tweak&lt;/a&gt; will take your CSS and optimize it so that file sizes and download times are reduced.
The tool is different from other optimizers as it gives you the option to stop it from altering your CSS code layout.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it&#34;&gt;Downloadblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HVF: Il Codice Da Vinci</title>
      <link>https://ivandemarino.me/posts/hvf-il-codice-da-vinci/</link>
      <pubDate>Sat, 03 Jun 2006 22:25:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hvf-il-codice-da-vinci/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;The Da Vinci Code&#34; loading=&#34;lazy&#34; src=&#34;http://www.mymovies.it/filmclub/2005/05/088/imm.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Regia:&lt;/strong&gt; Ron Howard
&lt;strong&gt;Attori Principali:&lt;/strong&gt; Tom Hanks, Audrey Tautou, Jean Reno, Alfred Molina, Paul Bettany, Jürgen Prochnow, Ian McKellen.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;HVF: Ho Visto un Film&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Premessa #1: &lt;em&gt;io ho apprezzato il libro dei signor &lt;a href=&#34;http://it.wikipedia.org/wiki/Dan_Brown&#34;&gt;D.Brown&lt;/a&gt;, ritenendolo sostanzialmente ben scritto: anche se costellato da piccole imprecisioni rispetto alle &lt;a href=&#34;http://it.wikipedia.org/wiki/Unit%C3%A0_aristoteliche&#34;&gt;Unità Aristoteliche&lt;/a&gt;, forzature, punti poco chiari o &amp;ldquo;arronzati&amp;rdquo;&amp;hellip; il libro é &amp;ldquo;leggero&amp;rdquo; da leggere e se ne scende anche in 2 sole notti di lettura.&lt;/em&gt;
Premessa #2: &lt;em&gt;do per scontato che chi mi legge conosca il libro e la sua trama almeno all&#39;80% (i dettagli non sono così importanti).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Cosa ho visto questa sera? Ho visto un film &lt;strong&gt;PESSIMO!!!&lt;/strong&gt;
La storia di &lt;a href=&#34;http://it.wikipedia.org/wiki/Dan_Brown&#34;&gt;D.Brown&lt;/a&gt; é stata &lt;ins datetime=&#34;2006-06-03T20:37:45+00:00&#34;&gt;stravolta&lt;/ins&gt;, &lt;ins datetime=&#34;2006-06-03T20:37:45+00:00&#34;&gt;storpiata&lt;/ins&gt;, privata di tutti i suoi punti più &amp;ldquo;caldi&amp;rdquo; e &amp;ldquo;interessanti&amp;rdquo;, in nome, probabilmente, della necessità di rendere il film &amp;ldquo;commerciabile&amp;rdquo;. E poi&amp;hellip; la paura&amp;hellip; ma ne parlo dopo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WikiMapia.org</title>
      <link>https://ivandemarino.me/posts/wikimapia-org/</link>
      <pubDate>Thu, 01 Jun 2006 10:52:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/wikimapia-org/</guid>
      <description>&lt;p&gt;A very powerfull and pretty use of Google Maps: I have registered&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://www.wikimapia.org/#y=40863501&amp;amp;x=14255147&amp;amp;z=16&amp;amp;l=4&amp;amp;m=h&#34;&gt;The Capodimonte&amp;rsquo;s Astronomical Observatory of Naples&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The Capodichino Airport of Naples&lt;/li&gt;
&lt;li&gt;The VSTceN inside di INAF-OACN&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it/post/1994/wikimapia-descrivi-tutto-il-pianeta&#34;&gt;Downloadblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PostgreSQL 8.1.4 released</title>
      <link>https://ivandemarino.me/posts/postgresql-8-1-4-released/</link>
      <pubDate>Thu, 01 Jun 2006 10:49:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/postgresql-8-1-4-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;PG&#34; loading=&#34;lazy&#34; src=&#34;http://www.bimboflap.it/risorse/servizi/coloriamo/B.N/elefante.gif&#34;&gt;
The most advanced Open Source RDBMS&amp;hellip; becomes even more advanced!!! ;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;New Advanced Database Features&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Roles:&lt;/strong&gt; PostgreSQL now supports database roles, which simplify the management of large numbers of users with complex overlapping database rights.
&lt;strong&gt;IN/OUT Parameters:&lt;/strong&gt; PostgreSQL functions now support IN, OUT and INOUT parameters, which substantially improves support of complex business logic for J2EE and .NET applications.
&lt;strong&gt;Two-Phase Commit (2PC):&lt;/strong&gt; long in demand for WAN applications and heterogeneous data centers using PostgreSQL, this feature allows ACID-compliant transactions across widely separated servers.
Performance Enhancements
&lt;strong&gt;Improved Multiprocessor (SMP) Performance:&lt;/strong&gt; the buffer manager for 8.1 has been enhanced to scale almost linearly with the number of processors, leading to significant performance gains on 8-way, 16-way, dual-core, and multi-core CPU servers.
&lt;strong&gt;Bitmap Scan:&lt;/strong&gt; indexes will be dynamically converted to bitmaps in memory when appropriate, giving up to twenty times faster index performance on complex queries against very large tables. This also helps simplify database management by greatly reducing the need for multi-column indexes.
&lt;strong&gt;
Table Partitioning:&lt;/strong&gt; the query planner is now able to avoid scanning whole sections of a large table using a technique known as Constraint Exclusion. Similar to the Table Partitioning found in other database management systems, this feature improves both performance and data management for multi-gigabyte tables.
&lt;strong&gt;
Shared Row Locking:&lt;/strong&gt; PostgreSQL&amp;rsquo;s &amp;ldquo;better than row-level locking&amp;rdquo; now supports even higher levels of concurrency through the addition of shared row locks for foreign keys. Shared locks will improve insert and update performance on many high-volume OLTP applications.
&lt;a href=&#34;http://www.postgresql.org/docs/whatsnew&#34;&gt;&amp;hellip;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Berlusco’…&#34; at Neminis.org</title>
      <link>https://ivandemarino.me/posts/berlusco-at-neminis-org/</link>
      <pubDate>Tue, 30 May 2006 12:57:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/berlusco-at-neminis-org/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.neminis.org/berlusco-2.xhtml&#34;&gt;http://blog.neminis.org/berlusco-2.xhtml&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Solo segnalazione.
Commenti alla fonte :D .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quelli che vogliono riportare indietro Napoli</title>
      <link>https://ivandemarino.me/posts/quelli-che-vogliono-riportare-indietro-napoli/</link>
      <pubDate>Sun, 28 May 2006 02:18:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/quelli-che-vogliono-riportare-indietro-napoli/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://maps.google.it/maps?f=q&amp;amp;hl=it&amp;amp;q=Napoli+Piazza+Garibaldi,+Italia&amp;amp;ll=40.85253,14.272109&amp;amp;spn=0.003481,0.010815&amp;amp;t=k&amp;amp;om=1&#34;&gt;&lt;img alt=&#34;clacson&#34; loading=&#34;lazy&#34; src=&#34;http://www.regioni.it/regioni_it/IMMAGINIREGIONI.IT/IMMAGINI_SIMBOLICHE/clacson_suoni.gif&#34;&gt;&lt;/a&gt;
Preso pari pari dall&amp;rsquo;&lt;a href=&#34;http://www.unita.it/view.asp?IDcontent=56655&#34;&gt;Unità&lt;/a&gt;: non mi sento di poter aggiungere altro, a parte che si é sempre parlato di grandi progetti e grandi cose per Napoli e che FORSE (e sottolineo e ribadisco il FORSE) il fatto che i Cantieri aperti ci siano, che si muovano, si evolvano, si chiudano&amp;hellip; FORSE vuol dire che tra qualche anno alcuni degli attuali numerosissimi problemi della mia città saranno risolti.&lt;/p&gt;
&lt;p&gt;Fino ad allora, &amp;ldquo;mano sul clacson&amp;rdquo; e &amp;ldquo;iastemma pronta&amp;rdquo;: siamo pur sempre a Napoli, podere della Camorra, del Traffico Asfissiante, dell&amp;rsquo;Inquinamento Incivile, del Soppruso-Abuso-Colluso, dell&amp;rsquo;Ubi-Maior, del Semaforo-senza-senso (io sono cieco, non faccio testo ;) ).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;«No, non è che a Napoli non si può vivere. Diciamo che a Napoli si malecampa». Un po&amp;rsquo; di fusion di dialetti, un pizzico di filosofia e la sintesi del barista alla stazione è fatta: a Napoli si vive male. Malissimo. Se non si è adeguatamente preparati, l&amp;rsquo;impatto con piazza Garibaldi può essere uno choc letale: traffico fermo, bancarelle di pakistani e cinesi che vendono di tutto, l&amp;rsquo;aria ammorbata dai bus in sosta e coi motori accesi in attesa dei passeggeri per le province del Sud. «La fila disordinata dei taxi. Sotto i portici le russe che aspettano un ingaggio da badanti. Oggi non si cammina. E questa non è una novità. E non si respira. La gente è nervosa. Incattivita. La città sembra non avere più fiducia nel futuro.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;«A Napoli si verificano quasi il doppio degli omicidi dell&amp;rsquo;intero Canada e il 30% delle rapine di tutta Italia». Lo ha scritto Jacopo Fo nel suo libro «Napoli nel sangue». Un atto di dolore ma anche di amore per una città che lo ha colpito a morte. Un anno fa la malanapoli gli uccise a bastonate il suocero: una rapina da pochi soldi. Eppure, Fo ha saputo vedere e raccontare anche il bene: quello della Napoli del volontariato che si impegna a Scampia e nei quartieri del disagio. Che produce e che resiste. Nonostante tutto. Napoli a due facce? No: a mille facce. «Un posto dove non si dorme mai da soli, in mezzo a un rumore apocalittico. Perché è una città che aiuta a sciogliere se stessi nell&amp;rsquo;ambiente che ci circonda, come una saponetta in una vasca da bagno». Dan Hofstadter è venuto sotto il Vesuvio, è stato rapito dalle bellezze della città e ha scritto A romance of Naples. Ognuno vede e narra la città a modo suo. C&amp;rsquo;è il dolore infinito dell&amp;rsquo;innamorato tradito e la meraviglia, ingenua e velata di razzismo, del &amp;ldquo;molto pittoresco&amp;rdquo;. I drammi dei napoletani, però, restano. &amp;ldquo;Napoli, città bloccata&amp;rdquo;. L&amp;rsquo;economista Mariano D&amp;rsquo;Antonio, napoletano nato a via Trinità degli Spagnoli, Napoli la racconta così nell&amp;rsquo;ultimo capitolo del suo bel libro Percorsi di libertà. Città bloccata, aggiunge il cronista, nell&amp;rsquo;attesa del nuovo che verrà. Che è sempre sul punto di arrivare e sempre rischia di essere trascinato in fondo, nel buio di una arretratezza che sembra eterna. Paolo di Lauro, Ciruzzo &amp;lsquo;o milionario, era uno dei padroni della droga. Lo hanno arrestato e processato tre giorni fa: trent&amp;rsquo;anni di galera. La camorra sconfitta? No, perché pochi giorni dopo inizia un&amp;rsquo;altra guerra. Un morto, ucciso dentro un ospedale. E l&amp;rsquo;incubo continua&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Guerre Stellari in Iraq</title>
      <link>https://ivandemarino.me/posts/guerre-stellari-in-iraq/</link>
      <pubDate>Sat, 27 May 2006 16:04:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/guerre-stellari-in-iraq/</guid>
      <description>&lt;p&gt;Prima il &lt;a href=&#34;http://video.google.com/videoplay?docid=4698272380787651168&#34;&gt;Fosforo Bianco&lt;/a&gt; (qualcuno ricorda &lt;a href=&#34;http://video.google.com/videoplay?docid=2312225338266619262&#34;&gt;Falluja&lt;/a&gt;?), ora Armi Laser, Armi a Microonde (ci scherzavamo &amp;ldquo;macabramente&amp;rdquo; io e Nemo qualche giorno fà), Armi &amp;ldquo;Dolorifiche&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;Iraq sembra un laboratorio sperimentale in piena regola. E le cavie umane non le devono manco pagare&amp;hellip;&lt;/p&gt;
&lt;p&gt;Che dite, anche stavolta le nostre TV &amp;ldquo;popolari&amp;rdquo; faranno finta di niente? Bhè, per tenersi stretti gli amici bisogna fare favori anche quando non si può essere contraccambiati subito&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>La ruta Natural</title>
      <link>https://ivandemarino.me/posts/la-ruta-natural/</link>
      <pubDate>Tue, 23 May 2006 22:45:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-ruta-natural/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Titolo: &lt;em&gt;La ruta Natural&lt;/em&gt;
Brief: &lt;em&gt;Corto ganador del Festival de Cine Independiente de Sundance&lt;/em&gt;
Author: &lt;em&gt;Alex Pastor&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Questo cortometraggio ha vinto anche il &lt;a href=&#34;http://www.milanofilmfestival.it/&#34;&gt;Milano Film Festival&lt;/a&gt; dell&amp;rsquo;anno scorso.&lt;/p&gt;
&lt;p&gt;Veramente un&amp;rsquo;opera geniale: ottima regia, idea di montaggio davvero sublime (un montaggio strettamente funzionale rispetto alla storia ed al messaggio veicolato), fotografia ottima.
Un&amp;rsquo;opera &amp;ldquo;pesante&amp;rdquo; per il suo spessore e dall&amp;rsquo;alto valore &amp;ldquo;poetico&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple DOES NOT close the Darwin&#39;s Kernel (by now)</title>
      <link>https://ivandemarino.me/posts/apple-does-not-close-the-darwin-s-kernel-by-now/</link>
      <pubDate>Mon, 22 May 2006 11:39:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apple-does-not-close-the-darwin-s-kernel-by-now/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Open Darwin logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.opendarwin.org/images/hexley-2.png&#34;&gt;
In the last week, some &lt;a href=&#34;http://www.ossblog.it/post/945/apple-chiude-il-codice-di-darwin/&#34;&gt;blogs&lt;/a&gt; and &lt;a href=&#34;http://os.newsforge.com/os/06/05/17/1957258.shtml?tid=6&amp;amp;tid=150&#34;&gt;online-tech&lt;/a&gt;&lt;a href=&#34;http://www.macworld.co.uk/news/index.cfm?NewsID=14663&amp;amp;Page=1&amp;amp;pagePos=8&#34;&gt;nical-newspaper&lt;/a&gt; speaks about the Apple&amp;rsquo;s intention to close the &lt;a href=&#34;http://developer.apple.com/opensource/index.html&#34;&gt;Darwin&amp;rsquo;s Kernel Source Code&lt;/a&gt; for Intel.&lt;/p&gt;
&lt;p&gt;Last Friday, Ernest Prabhakar, Product Manager and Open Source &amp;amp; Open Standards Mac OS X Product Marketing at Apple Computer, &lt;a href=&#34;http://lists.apple.com/archives/Fed-talk/2006/May/msg00105.html&#34;&gt;says&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hi all,
Just to be clear, Tom Yager was &lt;em&gt;speculating&lt;/em&gt; about why we have &amp;ndash; so far &amp;ndash; not released the source code of the kernel for Intel-based Macintoshes.  We continue to release &lt;em&gt;all&lt;/em&gt; the Darwin sources for our PowerPC systems, and so far has released all the non-kernel Darwin sources for Intel.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nothing has been announced, so he (and everyone else) certainly has the right to speculate.  But please don&amp;rsquo;t confuse &amp;ldquo;speculation&amp;rdquo; with &amp;ldquo;fact.&amp;rdquo;
Thanks,
&amp;ndash; Ernie P.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;p&gt;Ernest N. Prabhakar, Ph.D. (408) 974-3075 &lt;ernest at apple.com&gt;
Product Manager, Open Source &amp;amp; Open Standards; Mac OS X Product Marketing
Apple Computer; 303-4SW 3 Infinite Loop; Cupertino, CA 95014&lt;/ernest&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Other Ajax oriented GUI Toolkit</title>
      <link>https://ivandemarino.me/posts/other-ajax-oriented-gui-toolkit/</link>
      <pubDate>Sun, 21 May 2006 10:05:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/other-ajax-oriented-gui-toolkit/</guid>
      <description>&lt;h3&gt;[Plex Toolkit](http://www.plextk.org/trac/wiki)&lt;/h3&gt;
An XML+Javascript based toolkit that aims developer to make up very amazing interfaces, creating interface in XML format.
Can find demo [here](http://www.plextk.org/trac/wiki/Demos).
&lt;h3&gt;[QooXDoo](http://qooxdoo.oss.schlund.de/)&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;QooXDoo is an advanced open-source JavaScript-based GUI toolkit. QooXDoo continues where simple HTML is not enough. This way qooxdoo can help you implement your AJAX-enhanced web 2.0 application - easier than ever before.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;QooXDoo also seems to be a very interesting JS Framework to make up beauty interfaces.
Demo &lt;a href=&#34;http://qooxdoo.oss.schlund.de/counter/refer.php?id=5&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Console Wars</title>
      <link>https://ivandemarino.me/posts/the-console-wars/</link>
      <pubDate>Fri, 19 May 2006 23:14:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-console-wars/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Microsoft vs Nintendo vs Sony
Xbox360 vs Wii vs PS3&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;embed src=&#34;http://www.youtube.com/v/NqOdUrouRhY&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>GWT: a big piece of code by Big G.</title>
      <link>https://ivandemarino.me/posts/gwt-a-big-piece-of-code-by-big-g/</link>
      <pubDate>Thu, 18 May 2006 10:08:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gwt-a-big-piece-of-code-by-big-g/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google logo&#34; loading=&#34;lazy&#34; src=&#34;http://code.google.com/images/code_sm.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Google Web Toolkit - Build AJAX apps in the Java language&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://code.google.com/webtoolkit/&#34;&gt;Google Web Toolkit (GWT)&lt;/a&gt; is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don&amp;rsquo;t speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatabilities between web browsers and platforms, and JavaScript&amp;rsquo;s lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.
GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dilbert and Google</title>
      <link>https://ivandemarino.me/posts/dilbert-and-google/</link>
      <pubDate>Thu, 18 May 2006 10:00:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dilbert-and-google/</guid>
      <description>&lt;p&gt;The &amp;ldquo;strength&amp;rdquo; of Google on the WWW seems to be like (much bigger?) the &amp;ldquo;strength&amp;rdquo; of M$ on the Operating System&amp;rsquo;s World. Every Web Developer, Blogger, WWW-Interested-People have to check the ranking on google of owned websites.&lt;/p&gt;
&lt;p&gt;What do you think about Big G.?&lt;/p&gt;
&lt;p&gt;Ah, the Dilbert String:
&lt;a href=&#34;http://www.dilbert.com/comics/dilbert/archive/images/dilbert2073281060516.gif&#34;&gt;&lt;img alt=&#34;Dilbert and Google&#34; loading=&#34;lazy&#34; src=&#34;http://www.dilbert.com/comics/dilbert/archive/images/dilbert2073281060516.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Napolitano Tricolore</title>
      <link>https://ivandemarino.me/posts/napolitano-tricolore/</link>
      <pubDate>Wed, 10 May 2006 15:39:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/napolitano-tricolore/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Giorgio Napolitano&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/it/4/4b/Giorgio_Napolitano.jpg&#34;&gt;
E&amp;rsquo; con un pizzico di orgoglio che riporto la notizia dall&amp;rsquo;&lt;a href=&#34;http://www.unita.it/view.asp?IDcontent=56192&#34;&gt;Unità&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;re 12.50. &lt;a href=&#34;http://it.wikipedia.org/wiki/Giorgio_Napolitano&#34;&gt;Giorgio Napolitano&lt;/a&gt; è il nuovo presidente della Repubblica. All&amp;rsquo;annuncio del quorum tutto il Parlamento applaude. O quasi: molti deputati del centrodestra sono scappati, Forza Italia e la Lega non battono le mani. Eppure la maggioranza c&amp;rsquo;è. Netta. I votanti sono stati 990, su 1009 aventi diritto. Napolitano è stato eletto al quarto scrutinio con 543 voti, superando ampiamente la maggioranza assoluta di 505 voti e di poco i 540 sui quali poteva contare l&amp;rsquo;Unione.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I risultati ufficiali sono letti dal presidente della Camera Bertinotti. Altri voti: 347 schede bianche, 42 Bossi, 14 nulle, 10 D&amp;rsquo;Alema, 7 Ferrara, 6 Letta, 5 Berlusconi, 3 Di Piazza, 3 Pininfarina, più qualche voto sparso fra candidati improbabili.
La prima telefonata di congratulazioni arriva da Carlo Azeglio Ciampi, che si dimetterà linedì 15 maggio. Nella stessa giornata, alle ore 17, il giuramento del nuovo presidente. &amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>MacBook predicted</title>
      <link>https://ivandemarino.me/posts/macbook-predicted/</link>
      <pubDate>Mon, 08 May 2006 22:02:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macbook-predicted/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Black Macbook&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/macbookblack.jpg&#34;&gt;
From &lt;a href=&#34;http://www.thinksecret.com/news/0605briefly2.html&#34;&gt;Think Secret&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;May 5, 2006 - Following up on our report earlier this week concerning the MacBook&amp;rsquo;s May availability, sources have nailed down next Tuesday, May 9, as the introduction day for the Intel-based laptop.
&amp;hellip;
&lt;strong&gt;Update - May 6, 2006&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Additional sources have confirmed the MacBook&amp;rsquo;s announcement this Tuesday. Further, sources report that the MacBook will be thinner than current iBooks, will be available in both black and white configurations, and will likely cost slightly more than previous iBook models—not unlike the price increase Apple&amp;rsquo;s Mac mini saw with its transition to Intel processors.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ferrari x 2</title>
      <link>https://ivandemarino.me/posts/ferrari-x-2/</link>
      <pubDate>Sun, 07 May 2006 14:52:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ferrari-x-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Schumacher sul Podio&#34; loading=&#34;lazy&#34; src=&#34;http://www.quotidianiespresso.it/gazzettareggio/quotidiano/specialeformula1/formula1_26032001/nte01_01.jpg&#34;&gt;
Sarà un caso che con la fine del Governo del CaiNano, la Ferrari sia tornata a DOMINARE? ;)&lt;/p&gt;
&lt;p&gt;W la Feraaaaaariiiii!!! :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>AiutiaManu ;)</title>
      <link>https://ivandemarino.me/posts/aiutiamanu/</link>
      <pubDate>Sun, 07 May 2006 14:19:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/aiutiamanu/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;uesta volta scrivo qualcosa di personale…e vi chiedo una mano. Avrei bisogno di avere il libretto di un’opera teatrale : Pepita Jimenez di Isaac Albeniz. Il nome del librettista italiano è Angelo Bignotti.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Se avete informazioni a riguardo o sapete a chi possa rivolgermi, vi prego lasciate un commento . Grazie!! :)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Postate su &lt;a href=&#34;http://secretum.neminis.org/help.html&#34;&gt;Secretum.org&lt;/a&gt; ogni evenutuale aiuto.&lt;/p&gt;</description>
    </item>
    <item>
      <title>D&#39;Alema al Quirinale? No, grazie</title>
      <link>https://ivandemarino.me/posts/d-alema-al-quirinale-no-grazie/</link>
      <pubDate>Sat, 06 May 2006 21:29:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/d-alema-al-quirinale-no-grazie/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Travaglio Marco&#34; loading=&#34;lazy&#34; src=&#34;http://www.marcotravaglio.it/foto/marco_travaglio%20%5B00%5D.jpg&#34;&gt;
Il nostro AMATISSIMO Travaglio ci giustifica con parole e, soprattutto fatti, perché un D&amp;rsquo;Alema sia una persona davvero poco indicata per fare il Presidente della Repubblica.&lt;/p&gt;
&lt;p&gt;Come sempre Travaglio porta alla mia attenzione (ma spero di più &amp;ldquo;alla nostra attenzione&amp;rdquo;) fatti davvero interessanti sul Baffuto &amp;ldquo;proprietario&amp;rdquo; dei DS: a quanto pare ha le mani parecchio sporche anche lui. Cazzo, ma non si salva nessuno? :(&lt;/p&gt;
&lt;p&gt;Qualche &amp;ldquo;eversivo&amp;rdquo; ( ;) ) potrebbe ammonirmi dicendo di prendere &amp;ldquo;per oro colato quello che afferma il signor Travaglio&amp;rdquo;. Bhé, io come rispondo?
&lt;strong&gt;SI! Io ho deciso di FIDARMI di quest&amp;rsquo;uomo che porta alla luce fatti, date, luoghi e tempi, ed ogni sua affermazione, per me, ha un grandissimo peso. Io prendo per oro colato il suo dire. Penso di aver scelto bene le mie &amp;ldquo;fonti&amp;rdquo;, IO!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Segue l&amp;rsquo;articolo dal &lt;del datetime=&#34;2006-05-07T11:57:26+00:00&#34;&gt;&lt;a href=&#34;http://www.marcotravaglio.it/dalema.htm&#34;&gt;suo sito web ufficiale&lt;/a&gt;&lt;/del&gt; (mi informano dalla &lt;a href=&#34;http://www.neminis.org&#34;&gt;regia&lt;/a&gt; che non é affatto ufficiale: distrazione mia).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Senza rimpianti</title>
      <link>https://ivandemarino.me/posts/senza-rimpianti/</link>
      <pubDate>Thu, 04 May 2006 21:54:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/senza-rimpianti/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Maria Novella Oppo, Da L&amp;rsquo;&lt;a href=&#34;http://www.unita.it/&#34;&gt;Unità (wow, la nuova interfaccia é una ficata)&lt;/a&gt; di oggi&amp;hellip;..&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Com&amp;rsquo;è stato bello vedere scritto nero su bianco (anzi, bianco su nero) sulla prima pagina di Televideo che Berlusconi si era dimesso!
E, mentre ci si allargava il cuore dalla gioia, quasi quasi ci sentivamo male dal ridere a leggere la sua prima dichiarazione da ex: «Mi rimpiangeranno». No, di questo Berlusconi può essere proprio certo: non lo rimpiangeremo mai.
E quali che siano le sofferenze da affrontare per conciliare Bonino con Mastella, non saranno mai paragonabili alla vergogna di sapere Gasparri e Calderoli ministri della Repubblica.
Per non parlare dello stesso Berlusconi, primo caso in cui un premier si sia presentato a Palazzo Chigi con il suo collegio di avvocati, neanche fosse stato obbligato a presentarsi a palazzo di giustizia; e con il suo commercialista, neanche fosse stato convocato dalla Finanza.
Perciò, l&amp;rsquo;unico pericolo che non corriamo, pur in un momento tanto delicato, è quello di rimpiangere il gabinetto Berlusconi, che, con un arcaismo, potremmo tranquillamente definire cesso, cioè cessato per sempre.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Set Me Free Now</title>
      <link>https://ivandemarino.me/posts/set-me-free-now/</link>
      <pubDate>Sat, 29 Apr 2006 12:10:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/set-me-free-now/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;EN -
&lt;a href=&#34;http://www.neminis.org&#34;&gt;Nemo&lt;/a&gt;, &lt;a href=&#34;http://secretum.neminis.org&#34;&gt;Manu&lt;/a&gt; and &lt;a href=&#34;http://www.detronizator.org&#34;&gt;I&lt;/a&gt; need an help from all of you:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;we ask your help to fly away from Italy. Our families cannot help us to reach the amount of money that we need to take up our residence in another, better, country.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;For this reason we have created &lt;a href=&#34;http://setmefreenow.wordpress.com/&#34;&gt;Set Me Free Now&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;IT -
&lt;a href=&#34;http://www.neminis.org&#34;&gt;Nemo&lt;/a&gt;, &lt;a href=&#34;http://secretum.neminis.org&#34;&gt;Manu&lt;/a&gt; ed &lt;a href=&#34;http://www.detronizator.org&#34;&gt;Io&lt;/a&gt; abbiamo bisogno di un aiuto da tutti voi:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;noi chiediamo il vostro aiuto per volare via dall&amp;rsquo;Italia. Le nostre famiglie non possono aiutarci per raggiungere la quantità di denaro necessaria per prendere residenza in un altro/migliore paese.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dheme 0.2</title>
      <link>https://ivandemarino.me/posts/dheme-0-2/</link>
      <pubDate>Wed, 26 Apr 2006 23:36:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dheme-0-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Dheme screenshot&#34; loading=&#34;lazy&#34; src=&#34;http://www.detronizator.org/wp-content/themes/Dheme/screenshot.png&#34;&gt;
Update for the new &lt;strong&gt;&amp;ldquo;D&amp;quot;heme&lt;/strong&gt; of this/my homepage/blog.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;New &lt;code&gt;:hover&lt;/code&gt; style for the &lt;code&gt;h3&lt;/code&gt; header of sliding &lt;code&gt;div&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added the class &lt;code&gt;img.wp-smiley&lt;/code&gt; for smiles in posts&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I have enlarged the left column and  restricted the center column&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added a nice background for the &lt;code&gt;blockquote&lt;/code&gt; element&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What it lacks?
Primary, a admin menu using the style of the &amp;ldquo;Credits toggle&amp;rdquo; on the bottom (had you seen it, don&amp;rsquo;t you? ;) )&lt;/p&gt;</description>
    </item>
    <item>
      <title>25 Aprile: Auguri! / 4</title>
      <link>https://ivandemarino.me/posts/25-aprile-auguri-4/</link>
      <pubDate>Wed, 26 Apr 2006 21:48:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/25-aprile-auguri-4/</guid>
      <description>&lt;p&gt;Mi permetto di riportare il testo integrale da &lt;a href=&#34;http://www.dspiemonte.it/index.php?option=com_content&amp;amp;task=view&amp;amp;id=27&amp;amp;Itemid=147&#34;&gt;Federico Fornaro&lt;/a&gt;, DS.
Parole che DEVONO far riflettere e tenere presente che sono finite le elezioni, lo &lt;a href=&#34;http://www.detronizator.org/search/berlusconi&#34;&gt;STRONZO&lt;/a&gt; ha perso ma&amp;hellip; le cose stanno peggiorando ancora. &lt;strong&gt;Qualcuno ha detto &amp;ldquo;regime&amp;rdquo;?&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;10, 100, 1000 Nassiria&amp;rdquo;, la bandiera d&amp;rsquo;Israele che Brucia, la Moratti fischiata.
Prodi che fa?
Bertinotti che dice?
Almeno a parole condannano e prendono le distanze.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ma gli estremisti di destra?
SI che esistono anche se le loro &amp;ldquo;bravate&amp;rdquo; non vanno mai su RAI e Mediaset.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Howto defragment XFS</title>
      <link>https://ivandemarino.me/posts/howto-defragment-xfs/</link>
      <pubDate>Wed, 26 Apr 2006 13:46:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/howto-defragment-xfs/</guid>
      <description>&lt;p&gt;After the &lt;a href=&#34;http://www.detronizator.org/2006/04/24/filesystems-serious-and-realistic-comparison/&#34;&gt;coronation as the best (imho ;) ) file-system for *nix systems&lt;/a&gt;, &lt;a href=&#34;http://bitubique.com/content/view/45/50/&#34;&gt;BitUbique post an howto defragment an XFS partition&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Simplest and fastest way?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;sudo xfs_fsr -v /dev/hda1&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>LPI 202 Tutorial on DeveloperWorks: Web Services</title>
      <link>https://ivandemarino.me/posts/lpi-202-tutorial-on-developerworks-web-services/</link>
      <pubDate>Wed, 26 Apr 2006 13:37:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/lpi-202-tutorial-on-developerworks-web-services/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;IBM logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.ibm.com/i/v14/t/ibm-logo.gif&#34;&gt;
IBM publish &lt;a href=&#34;http://www-128.ibm.com/developerworks/edu/l-dw-linux-lpic2208-i.html?ca=drs-&#34;&gt;another Tutorial&lt;/a&gt; on the &lt;a href=&#34;http://www.ibm.com/developerworks/views/linux/libraryview.jsp?topic_by=All+topics+and+related+products&amp;amp;sort_order=asc&amp;amp;lcl_sort_order=asc&amp;amp;search_by=lpi+exam+topic&amp;amp;search_flag=true&amp;amp;type_by=Tutorials&amp;amp;show_abstract=true&amp;amp;start_no=1&amp;amp;sort_by=Title&amp;amp;end_no=100&amp;amp;show_all=false&amp;amp;S_TACT=105AGX03&amp;amp;S_CMP=LPLINUX&#34;&gt;LPI Exam 202&lt;/a&gt;. This time it&amp;rsquo;s on the &amp;ldquo;making of a Web Server&amp;rdquo; (title &amp;ldquo;Web Services&amp;rdquo; is not correct, IMHO).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In this tutorial (the fourth in a &lt;a href=&#34;http://www.ibm.com/developerworks/linux/lpi/201.html?S_TACT=105AGX03&amp;amp;S_CMP=LPLINUX&#34;&gt;series of seven tutorials on exam 202 topics&lt;/a&gt;), David Mertz discusses how to configure and run the Apache HTTP server and the Squid proxy server, and in doing so, continues preparing you to take the Linux Professional Institute Intermediate Level Administration (LPIC-2) Exam 202.&lt;/p&gt;</description>
    </item>
    <item>
      <title>25 Aprile: Auguri! / 3</title>
      <link>https://ivandemarino.me/posts/25-aprile-auguri-3/</link>
      <pubDate>Tue, 25 Apr 2006 23:22:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/25-aprile-auguri-3/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Come dimenticarsene? Eppure lo abbiamo fatto… abbiamo fatto in modo che il malcelato partito fascista si ricostituisse, siamo riusciti a disunire dinuovo l’Italia che inveisce contro se stessa e predica la scissione, ma più d’ogni altra cosa abbiamo perso dinuovo la libertà e la parola.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://secretum.neminis.org/la-liberazione.html&#34;&gt;Manu&lt;/a&gt;, con poche ma &lt;strong&gt;pesanti e ricche parole&lt;/strong&gt;, ci ricorda quello che dovremmo avere memorizzato meglio ancora delle tabelline. Eppure, come dice lei, l&amp;rsquo;abbiamo dimenticato ancora.&lt;/p&gt;</description>
    </item>
    <item>
      <title>25 Aprile: Auguri! / 2</title>
      <link>https://ivandemarino.me/posts/25-aprile-auguri-2/</link>
      <pubDate>Tue, 25 Apr 2006 16:37:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/25-aprile-auguri-2/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;«Nelle montagne della guerra partigiana, nelle carceri dove furono torturati, nei campi di concentramento dove furono impiccati, nei deserti e nelle steppe dove caddero combattendo, ovunque un italiano ha sofferto o versato il suo sangue per colpa del fascismo, ivi è nata la nostra Costituzione. Essa può apparire alla decrepita classe politica che lotta per salvare i propri privilegi come una inutile carta che si può impunemente stracciare, ma essa può diventare per le nuove generazioni il testamento spirituale dei morti che indicano ai vivi i doveri dell´avvenire».
&lt;strong&gt;Pietro Calamandrei&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>25 Aprile: Auguri!</title>
      <link>https://ivandemarino.me/posts/25-aprile-auguri/</link>
      <pubDate>Tue, 25 Apr 2006 10:37:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/25-aprile-auguri/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Rossi&lt;/strong&gt; e &lt;strong&gt;Neri&lt;/strong&gt; indistintamente.&lt;/p&gt;
&lt;p&gt;Giuseppe Falzone, 60 anni fa:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip;&amp;hellip;Se meriti vi furono nella Resistenza, essi furono di tutti: degli Italiani caduti un po&amp;rsquo; dovunque perche&amp;rsquo; chiamati; degli Italiani caduti per libera scelta; degli Alleati che difesero in Europa la liberta&amp;rsquo; che era loro, ma anche di tutti; dei nostri soldati che vollero formare nel Sud il Corpo Italiano di Liberazione; infine di quegli Italiani che smarriti nella mente e nel cuore sommarono la propria vita e le loro sofferenze ed anche le sofferenze inflitte ad altri, in quel grande, unico ed inutile massacro nel quale l&amp;rsquo;Italia ritrovo` quanto era importante per tutti la liberta&amp;rsquo; di ognuno&amp;hellip;&amp;hellip;&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Petizione contro l&#39;Editto &#34;Bulgaro&#34;</title>
      <link>https://ivandemarino.me/posts/petizione-contro-l-editto-bulgaro/</link>
      <pubDate>Tue, 25 Apr 2006 10:16:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/petizione-contro-l-editto-bulgaro/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Sofia&#34; loading=&#34;lazy&#34; src=&#34;http://www.investbulgaria.com/sofiaimages/sgrada.gif&#34;&gt;
&lt;a href=&#34;http://www.petitiononline.com/rai2006/petition.html&#34;&gt;Firmate tutti gente&lt;/a&gt; (é richiesto l&amp;rsquo;uso del cervello e una buona capacità di giudizio: astenersi decerebrati :P ).&lt;/p&gt;
&lt;p&gt;Grazie &lt;a href=&#34;http://blog.neminis.org/petizione-per-labolizione-delleditto-di-sofia.xhtml&#34;&gt;Neminis.org&lt;/a&gt; per la &lt;ins datetime=&#34;2006-04-25T09:11:30+00:00&#34;&gt;preziosissima&lt;/ins&gt; segnalazione.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Filesystems serious and realistic comparison</title>
      <link>https://ivandemarino.me/posts/filesystems-serious-and-realistic-comparison/</link>
      <pubDate>Mon, 24 Apr 2006 16:21:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/filesystems-serious-and-realistic-comparison/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;debian admin&#34; loading=&#34;lazy&#34; src=&#34;http://www.debian-administration.org/images/logo.png&#34;&gt;
&lt;a href=&#34;http://blog.neminis.org/linux-filesystems-a-confronto.xhtml&#34;&gt;Nemo translated (in Italian, of course)&lt;/a&gt; an interesting comparison between the most diffused filesystems on Linux (and not only on The Penguin): &lt;a href=&#34;http://en.wikipedia.org/wiki/Ext2&#34;&gt;Ext2&lt;/a&gt;/&lt;a href=&#34;http://en.wikipedia.org/wiki/Ext3&#34;&gt;3&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/Reiserfs&#34;&gt;Reiserfs 3&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/XFS&#34;&gt;XFS&lt;/a&gt;, &lt;a href=&#34;http://en.wikipedia.org/wiki/JFS&#34;&gt;JFS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.debian-administration.org/articles/388&#34;&gt;The original article&lt;/a&gt; was posted by &lt;a href=&#34;http://www.debian-administration.org/users/hansivers&#34;&gt;hansivers&lt;/a&gt; on the &lt;a href=&#34;http://www.debian-administration.org/&#34;&gt;Debian Administration Website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Conclusion? &lt;strong&gt;XFS rulez!!!&lt;/strong&gt;
And I&amp;rsquo;m on the same: I start to use &lt;a href=&#34;http://en.wikipedia.org/wiki/XFS&#34;&gt;XFS&lt;/a&gt; average 2 years ago&amp;hellip; and some big partitions on my HD still demonstrate optimal performance.
Good Job, &lt;a href=&#34;http://oss.sgi.com/projects/xfs/&#34;&gt;SGI&lt;/a&gt;!&lt;/p&gt;</description>
    </item>
    <item>
      <title>detronizator.org STILL changes face / 2</title>
      <link>https://ivandemarino.me/posts/detronizator-org-still-changes-face-2/</link>
      <pubDate>Mon, 24 Apr 2006 00:35:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detronizator-org-still-changes-face-2/</guid>
      <description>&lt;p&gt;Finally, I had a little amount of time to finish up my new theme.
&lt;strong&gt;Dheme&lt;/strong&gt;: only a name for you, right now. But I want to make it downloadable in the future.&lt;/p&gt;
&lt;p&gt;Actual version is 0.1: under heavy-development.&lt;/p&gt;
&lt;p&gt;Dheme borns with 3 focuses: &lt;strong&gt;eye-candy&lt;/strong&gt;, &lt;strong&gt;usability&lt;/strong&gt;, &lt;strong&gt;richness&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Animations of Dheme are builded with the beautiful &lt;a href=&#34;http://moofx.mad4milk.net/&#34;&gt;moo.fx&lt;/a&gt; library.&lt;/p&gt;
&lt;p&gt;Do you like it? ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>David di Donatello: anche lì lo vogliono far fuori :D</title>
      <link>https://ivandemarino.me/posts/david-di-donatello-anche-l-lo-vogliono-far-fuori-d/</link>
      <pubDate>Sun, 23 Apr 2006 12:42:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/david-di-donatello-anche-l-lo-vogliono-far-fuori-d/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Il Caimano ha vinto come miglior film e miglior regia ma Romanzo Criminale di Michele Placido non si è dato per vinto e si è fatto valere.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;ldquo;Il CaiNano&amp;rdquo; (oooops ;) ) (&lt;strong&gt;6!!!&lt;/strong&gt;) e &amp;ldquo;Romanzo Criminale&amp;rdquo; (&lt;strong&gt;7!!!!&lt;/strong&gt;) (Placido é davvero un ottimo regista, quando ci si mette) fanno na strage.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;David Donatello&#34; loading=&#34;lazy&#34; src=&#34;http://www.artchive.com/artchive/d/donatello/donatello_david_detail.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Generatore Articoli di Libero</title>
      <link>https://ivandemarino.me/posts/generatore-articoli-di-libero/</link>
      <pubDate>Sun, 23 Apr 2006 10:54:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/generatore-articoli-di-libero/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Feltri RIDICOLO&#34; loading=&#34;lazy&#34; src=&#34;http://libero-news.dnsalias.com/libero/media/localbanners/120x120.jpg&#34;&gt;
Eh sì, oggi é proprio giornata di scherzi e barzellette.
Un mio amico ha scovato su internet chi DAVVERO scrive gli articoli per &lt;a href=&#34;http://libero-news.dnsalias.com/libero/LF_main.jsp&#34;&gt;Libero&lt;/a&gt; (quello che si potrebbe definire &amp;ldquo;giornale di &lt;a href=&#34;http://it.wikipedia.org/wiki/Vittorio_Feltri&#34;&gt;Vittorio Feltri&lt;/a&gt;&amp;rdquo;).&lt;/p&gt;
&lt;p&gt;C&amp;rsquo;é davvero da ridere.
In pratica, gli si danno in input dei parametri come &amp;ldquo;i nemici dell&amp;rsquo;occidente&amp;rdquo; o &amp;ldquo;cospirazione diabolica&amp;rdquo; o &amp;ldquo;valore in pericolo&amp;rdquo; e &amp;hellip; provare per credere.
Lo trovate su &lt;a href=&#34;http://hatingline.splinder.com/post/7835279&#34;&gt;HatingLine&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Un esempio?&lt;/p&gt;</description>
    </item>
    <item>
      <title>NanoBarze / 3</title>
      <link>https://ivandemarino.me/posts/nanobarze-3/</link>
      <pubDate>Sun, 23 Apr 2006 10:43:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nanobarze-3/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Saddam domandò a Dio: «Come sarà l&amp;rsquo;Iraq fra 4 anni?»
E Dio gli rispose: «Sarà distrutto da innumerevoli bombe lanciate dagli americani!»
Saddam sedette a terra, piangendo disperato.
Bush domandò a Dio: «Come saranno gli Stati Uniti fra 4 anni?»
E Dio rispose: «Saranno completamente contaminati da innumerevoli attacchi di bombe chimiche di Bin Laden!»
Bush si accasciò al suolo, piangendo disperato.
Alla fine Berlusconi domandò a Dio: «Come sarà l&amp;rsquo;Italia fra 4 anni di mio governo?»
Dio si accasciò al suolo e pianse disperato&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NanoBarze / 2</title>
      <link>https://ivandemarino.me/posts/nanobarze-2/</link>
      <pubDate>Sun, 23 Apr 2006 10:41:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nanobarze-2/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Sono stati pubblicati i risultati di un recente sondaggio commissionato dalla FAO rivolto ai governi di tutto il mondo.
La domanda era: &amp;ldquo;Dite onestamente qual è la vostra opinione sulla scarsità di alimenti nel resto del mondo&amp;rdquo;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;gli europei non hanno capito cosa fosse la scarsità;&lt;/li&gt;
&lt;li&gt;gli africani non sapevano cosa fossero gli alimenti;&lt;/li&gt;
&lt;li&gt;gli americani hanno chiesto il significato di resto del mondo;&lt;/li&gt;
&lt;li&gt;i cinesi hanno chiesto maggiori delucidazioni sul significato di opinione;&lt;/li&gt;
&lt;li&gt;il governo Berlusconi sta ancora discutendo su cosa possa significare l&amp;rsquo;avverbio &amp;ldquo;onestamente&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>NanoBarze / 1</title>
      <link>https://ivandemarino.me/posts/nanobarze-1/</link>
      <pubDate>Sun, 23 Apr 2006 10:39:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nanobarze-1/</guid>
      <description>&lt;p&gt;Grazie Giusy.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Berlusconi porta in campagna due illustri ospiti: il 1° Ministro indiano ed il 1° Ministro turco. Dopo un po&amp;rsquo; si accorgono di aver perso l&amp;rsquo;orientamento, e vista l&amp;rsquo;ora tarda, Silvio prende in mano la situazione.
«Consentitemi cari colleghi, ho intravisto una fattoria dove troveremo un rifugio sicuro.»
TOC TOC&amp;hellip;
«Chi è?» chiede la voce del proprietario.
«Sono Berlusconi, e ci siamo persi! Ci ospiterebbe per una notte?»
«Volentieri, ma ho solo 2 posti, uno dovrebbe andare a dormire nella stalla.»
«Nessun problema, andrò io» si offre il ministro indiano.
«Buonanotte&amp;hellip;»
TOC TOC&amp;hellip;
«Chi è?»
«Sono il Ministro indiano, nella stalla c&amp;rsquo;è una mucca ed io non sono degno di dormire nello stesso luogo dove dorme un animale considerato sacro dalla nostra religione.»
«Nessun problema, andrò io» dice il Premier turco.
«Buonanotte&amp;hellip;»
TOC TOC&amp;hellip;
«Chi è?»
«Sono il Ministro turco, nella stalla c&amp;rsquo;è un maiale e la nostra religione vieta di stare nella stesso luogo di un animale inpuro.»
«E va bene, andrò io - si fa avanti Berlusconi.»
TOC TOC&amp;hellip;
«Chi è?
«Siamo la mucca e il maiale, nella stalla&amp;hellip;»&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bertinotti for President</title>
      <link>https://ivandemarino.me/posts/bertinotti-for-president/</link>
      <pubDate>Sun, 23 Apr 2006 10:27:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bertinotti-for-president/</guid>
      <description>&lt;p&gt;E&amp;rsquo; da un pò di giorni che non scrivo: sono impegnato tra &lt;a href=&#34;http://www.napoli.consorzio-cini.it/&#34;&gt;l&amp;rsquo;inizio del tirocinio&lt;/a&gt; e altre cosette (tra cui un tema COMPLETAMENTE NUOVO per &lt;a href=&#34;http://www.wordpress.org&#34;&gt;WP&lt;/a&gt;).
Ovviamente, non ho smesso di leggere e mi sembra interessante segnalare questo articolo dell&amp;rsquo;Unità:
&lt;img alt=&#34;Fausto&#34; loading=&#34;lazy&#34; src=&#34;http://home.rifondazione.it/foto/298x238/bertinotti.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;La candidatura (ormai unica) di &lt;a href=&#34;http://it.wikipedia.org/wiki/Fausto_Bertinotti&#34;&gt;Fausto Bertinotti&lt;/a&gt; alla presidenza della Camera non provoca agitazione solo nella coalizione di centro-sinistra. La scelta “istituzionale” del segretario e l’entrata nel prossimo governo &lt;a href=&#34;http://it.wikipedia.org/wiki/Romano_Prodi&#34;&gt;Prodi&lt;/a&gt; di esponenti di Rifondazione sta provocando più di qualche mal di pancia in una parte della dirigenza e della base del Prc. Il partito deve metabolizzare in pochi giorni una cultura di governo che sostituisca quella dell’opposizione che lo ha attraversato e sostenuto sin da quando nacque da una costola del Pci quando il vecchio partito comunista intraprese con maggior decisione la sua marcia riformista e socialista.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tra l’altro la “partenza” del segretario verso i vertici delle istituzioni repubblicane apre un problema di successione, che sembra essere già stato risolto. Lo ha annunciato lo stesso Bertinotti a margine del comitato politico del Prc che si è tenuto sabato a Roma. Suo successore sarà probabilmente &lt;a href=&#34;http://it.wikipedia.org/wiki/Franco_Giordano&#34;&gt;Franco Giordano&lt;/a&gt; (l’attuale capogruppo alla Camera). «Dopo le consultazioni in atto gli organismi del partito discuteranno la situazione che si presenterà nel caso io diventassi presidente della Camera. Non è una novità che dalle consultazioni uscirebbe la candidatura di Franco Giordano alla guida del partito». Bertinotti però sottolinea: «sono gli organi del partito a decidere la successione nel caso si verificasse “l&amp;rsquo;evento”. C&amp;rsquo;è infatti un “se” impegnativo, vediamo se il condizionale diventerà presente»&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Continua sull&amp;rsquo;&lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48889&#34;&gt;Unità&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Earlier... but important anyway</title>
      <link>https://ivandemarino.me/posts/earlier-but-important-anyway/</link>
      <pubDate>Tue, 18 Apr 2006 17:50:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/earlier-but-important-anyway/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google logo&#34; loading=&#34;lazy&#34; src=&#34;http://code.google.com/images/code_sm.png&#34;&gt;
&lt;em&gt;The Google Summer of Code&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://code.google.com/summerofcode.html&#34;&gt;http://code.google.com/summerofcode.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Italian informations?
Look &lt;a href=&#34;http://blog.neminis.org/summer-of-code-2006.xhtml&#34;&gt;Neminis.org&lt;/a&gt; and &lt;a href=&#34;http://www.netminers.it/Open_Source/Varie/Programmatori_e_studenti%2C_all%27erta%2C_parte_la_summer_of_code!_20060417403/&#34;&gt;netminers&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux Io Scheduler</title>
      <link>https://ivandemarino.me/posts/linux-io-scheduler/</link>
      <pubDate>Sat, 15 Apr 2006 13:22:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/linux-io-scheduler/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;tux&#34; loading=&#34;lazy&#34; src=&#34;http://www.wlug.org.nz/theme/WLUG05/penguin_head.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The 2.6 Linux Kernel included selectable IO schedulers. IO Schedulers control the way the kernel commits reads and writes to disks - the intention of providing different schedulers is to allow better optimsation for different classes of workload.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Without an IO scheduler, the kernel would basically just issue each request to disk in the order that it received them. This could result in massive thrashing of the disk subsystem - if one process was reading from one part of the disk, and one writing to another, it would have to seek back and forth across the disk for every operation. The schedulers main goal is to optimise disk access times.
An IO scheduler can use the following techniques to improve performance:
Request merging
The scheduler merges adjacent requests together to reduce disk seeking
Elevator
The scheduler orders requests based on their physical location on the block device, and it basically tries to seek in one direction as much as possible.
Prioritisation
The scheduler has complete control over how it prioritises requests, and can do so in a number of ways
All IO schedulers should also take into account resource starvation, to ensure requests eventually do get serviced!&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox Tweaks, Extensions and Optimizations</title>
      <link>https://ivandemarino.me/posts/firefox-tweaks-extensions-and-optimizations/</link>
      <pubDate>Sat, 15 Apr 2006 13:13:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/firefox-tweaks-extensions-and-optimizations/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://gomeler.com/2006/04/10/firefox-tweaks-extensions-and-optimizations/&#34;&gt;Suggestion&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There are too much way to personalize/hack firefox: this howto introduce you at this «dangerous world»&lt;/p&gt;</description>
    </item>
    <item>
      <title>Risultati Elezioni Politiche 2006 /7</title>
      <link>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-7/</link>
      <pubDate>Fri, 14 Apr 2006 11:48:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-7/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006aprile/0414urne.jpg&#34;&gt;
Continuano ad arrivare le smentite a Bellachioma: Magistrati e Commissari Ocse hanno preso in mano la situazione.
E, guarda un pò, continuano a risultare solo poche centinaia di schede da &amp;ldquo;riconteggiare&amp;rdquo; e, molto spesso, il loro numero si distribuisce più come voti all&amp;rsquo;Unione che alla CDL.
Un bel risultato direi!&lt;/p&gt;
&lt;p&gt;Dall&amp;rsquo;&lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48761&#34;&gt;Unità&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;h3&gt;Riconta, non cambia niente. Prodi: si conferma la vittoria
di Anna Tarquini&lt;/h3&gt;
&gt; Volevano far passare anche la scheda con le corna sul simbolo di Forza Italia e il magistrato che lavora nell’Ufficio Circoscrizionale di Bologna si è dovuto opporre con tutte le forze. A Roma, per la seconda volta consecutiva dopo la denuncia di Paolo Guzzanti che diceva di aver visto centinaia di schede della Cdl invalidate senza ragione, ieri mattina si sono presentati gli ispettori dell’Osce. Hanno voluto avvicinare proprio il rappresentante di lista di Forza Italia: «Come sta andando il conteggio?». «Normale - è stato costretto ad ammettere - diciamo che il rapporto alla fine potrebbe essere 40/60. Quaranta schede in più all’Unione e 60 alla Cdl. Solo per tre schede non abbiamo firmato il verbale. No, gli equilibri non cambiano».
&gt; Così ovunque, anche in Lombardia dove alla fine della giornata i conti tornano più o meno pari: 300 schede contestate per tutta la Regione, 150 riassegnate, metà alla Cdl, metà all’Unione. Ecco i brogli di Berlusconi, un pugno di voti. Adesso la Cdl dice che forse sono solo 16mila rispetto ai 24mila che voleva accreditati, cioè un divario che non stravolge il risultato e non modifica soprattutto la vittoria dell’Unione, ma in realtà non è nemmeno così. Si parla di cifre che non superano la decina, che non spostano una virgola l’esito della competizione elettorale. Nella capitale come in Campania, in Lombardia, in Piemonte, in Veneto e persino in Sicilia il verdetto dei «controllori» è sempre lo stesso: è quanto accade ad ogni elezione. Piccole irregolarità nei verbali, uno due voti conteggiati male, ma si tratta sempre di errori che cadono nella norma e comunque di pochi voti per intere Regioni...
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Risultati Elezioni Politiche 2006 /6 (la voce di Travaglio)</title>
      <link>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-6-la-voce-di-travaglio/</link>
      <pubDate>Thu, 13 Apr 2006 19:41:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-6-la-voce-di-travaglio/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Travaglio&#34; loading=&#34;lazy&#34; src=&#34;http://www.marcotravaglio.it/foto/marco_travaglio%20%5B00%5D.jpg&#34;&gt;
Personalmente affascinato dalla dialettica, il senso critico, la capacità documentativa, il sapere di &lt;a href=&#34;http://www.marcotravaglio.it&#34;&gt;quest&amp;rsquo;uomo&lt;/a&gt;, attendevo con ansia un suo primo pensiero (dopo la &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/2006/04/09/ho-votato-senza-turarmi-il-naso/&#34;&gt;preveggenza&lt;/a&gt;&amp;rdquo;, dimostratasi verissima) in proposito di questa situazione di stallo post-elettorale.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;h3&gt; IL CAIMANO E LE MOZZARELLE
&lt;/blockquote&gt;
&lt;p&gt;di Marco Travaglio&lt;/h3&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Il Caimano c&amp;rsquo;è: è una brutta bestia, ha sette vite, è risorto un&amp;rsquo;altra volta dalle sue ceneri. Non c&amp;rsquo;è la Mortadella, che s&amp;rsquo;è rivelata una Mozzarella ed è riuscita a resuscitarlo per l&amp;rsquo;ennesima volta. Quando si vince per meno di 30 mila voti su 30 milioni dopo aver condotto per mesi la campagna elettorale con molti punti di vantaggio, c&amp;rsquo;è poco da appigliarsi al premio di maggioranza scattato per la Camera. Quando si pareggia contro un centrodestra che ha portato il Paese al più grave disastro della sua storia, c&amp;rsquo;è poco da recriminare sulla legge elettorale, alias &amp;ldquo;porcata&amp;rdquo;. Quando al Senato si resta indietro di 300 mila voti e si è costretti a mendicare un voto da un Andreotti e da un Cossiga, c&amp;rsquo;è poco da sperare in un governo solido e duraturo. Quale che sia la conseguenza tecnico-istituzionale che questo pareggio sortirà nei prossimi giorni e che al momento non possiamo prevedere (questo giornale chiude nella notte tra lunedì 10 e martedì 11 aprile), bisogna onestamente riconoscere che, se il centrodestra è stato bocciato, il centrosinistra non è stato promosso&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>RUBE GOLDBERG MACHINE CONTEST</title>
      <link>https://ivandemarino.me/posts/rube-goldberg-machine-contest/</link>
      <pubDate>Thu, 13 Apr 2006 18:40:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/rube-goldberg-machine-contest/</guid>
      <description>&lt;p&gt;The Rube Goldberg Machine Contest brings the ideas of Pulitzer Prize-winning artist Rube Goldberg&amp;rsquo;s &amp;ldquo;Invention&amp;rdquo; cartoons to life. Named after, and inspired by the cartoonist Reuben Lucius Goldberg, this Olympics of Complexity is designed to pull students away from conventional problem-solving and push them into the endless chaos of imagination and intuitive thought. To be specific, groups are given an elementary challenge: something as simple as peeling an apple, sharpening a pencil, or putting toothpaste on a toothbrush. But instead of just &amp;ldquo;solving&amp;rdquo; the problem, students have to make the solution as complicated and as convoluted as possible. In fact, the more steps - there&amp;rsquo;s a minimum of twenty - the better the Rube Goldberg Machine. And what a machine! An assemblage of ordinary objects, mechanical gadgets, and the oddest odds and ends are linked together and somehow get to the desired goal.&lt;/p&gt;
&lt;p&gt;An example?
&lt;img alt=&#34;example&#34; loading=&#34;lazy&#34; src=&#34;http://www.rube-goldberg.com/images/slomopro.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;For video,&lt;/p&gt;</description>
    </item>
    <item>
      <title>Risultati Elezioni Politiche 2006 /5</title>
      <link>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-5/</link>
      <pubDate>Thu, 13 Apr 2006 09:06:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-5/</guid>
      <description>&lt;p&gt;Dal &lt;a href=&#34;http://www.corriere.it/Primo_Piano/Politica/2006/Notizie/Politiche2006/articoli/04_Aprile/13/ciampi.shtml&#34;&gt;Corriere&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;h3&gt;Ciampi irritato per la mossa del premier&lt;/h3&gt;
&lt;h4&gt;Il capo dello Stato ha ascoltato la contestazione di Berlusconi sbigottito: è l&#39;opposto della «ripresa del dialogo»&lt;/h4&gt;
&gt; ![Ciampi vs. Bellachioma](http://www.corriere.it/Hermes%20Foto/2006/04/13/0IXLVGBM--180x140.jpg)
ROMA — Una giornata cominciata male e finita peggio, per Ciampi. Molto peggio di quanto potesse mai immaginare. Con Berlusconi che contesta la sua certificazione della «regolarità del voto» (certificazione maturata dopo contatti con il ministro degli Interni) e che materializza l&#39;incubo di brogli, «tanti brogli unidirezionali» a vantaggio del centrosinistra. E che arriva a chiedere il riesame dei verbali di sessantamila sezioni, oltre un milione di schede. Una sfida pesantissima che, oltre a mettere in dubbio il risultato delle urne, rischia di avvelenare a morte un mondo politico già da mesi con la bava alla bocca. Una prova di forza che il presidente della Repubblica ascolta sbigottito fin quasi all&#39;afasia, perché è un genere di contestazione che getta un&#39;ombra cupissima sulla stessa credibilità democratica del Paese. Proprio l&#39;opposto della «reciproca legittimazione» e della «ripresa del dialogo» che dal Quirinale continua a esortare con uno sforzo ormai inutile.
Di più: secondo fonti di governo, il Cavaliere si sarebbe spinto a ventilare l&#39;ipotesi di un decreto-legge, che Ciampi dovrebbe avallare, per consentire la verifica straordinaria, voto per voto. Non si sa quale sia stata la risposta del capo dello Stato a una simile, fantomatica, pretesa. Anche perché esistono comunque degli organi preposti a questo genere di controlli. Vale a dire, oltre alla magistratura, la Giunta parlamentare per la validazione degli eletti, che sarà però operativa solo con l&#39;insediamento delle nuove Camere. Ecco la via ordinaria, la sola che Ciampi avrebbe davvero indicato al premier uscente come percorribile. Chiudendo il discorso piuttosto bruscamente. 
&lt;/blockquote&gt;
&lt;p&gt;Io trovo davvero incomprensibile come il Presidente della Repubblica non si decida a dire qualche NO a Bellachioma: ma come diavolo é possibile che questo avanzo di galera non ci sia modo di &amp;ldquo;metterlo a posto&amp;rdquo;? Lui vuole, tutto si fa!
Ma perché?
Io non sono una cima dell&amp;rsquo;&lt;a href=&#34;http://it.wikipedia.org/wiki/Presidente_della_Repubblica_Italiana&#34;&gt;educazione civica&lt;/a&gt;, ma non capisco proprio come sia possibile che i poteri di &lt;a href=&#34;http://it.wikipedia.org/wiki/Carlo_Azeglio_Ciampi&#34;&gt;Ciampi&lt;/a&gt; siano &amp;ldquo;ridicolizzati&amp;rdquo; a tal punto.&lt;/p&gt;
&lt;p&gt;Bellachioma si sta, chiaramente, arrampicando sugli specchi: a meno che non dia fuoco a centinaia di migliaia di schede dell&amp;rsquo;Unione, non riuscirà di sicuro a vincere. O, peggio, dovrebbe  inserire schede fasulle. Resta però emblematica la sua espressione di ieri: «Pensavate di esservi liberati di me?». Suona come una minaccia.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Risultati Elezioni Politiche 2006 /4</title>
      <link>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-4/</link>
      <pubDate>Wed, 12 Apr 2006 23:14:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-4/</guid>
      <description>&lt;blockquote&gt;
&lt;h3&gt;Berlusconi: «Tanti brogli, il risultato può cambiare»&lt;/h3&gt;
&gt; È andato a parlare con Ciampi, al Quirinale, dove il presidente della Repubblica l&#39;aveva invitato in serata come visita di cortesia nello stesso modo come al mattino aveva ricevuto Prodi. Ma prima, all&#39;ora di pranzo, aveva voluto sedersi a tavola a Palazzo Grazioli con Beppe Pisanu. E senz&#39;altro a tutti e due ha chiesto e ripetuto di appoggiare la sua tiritera sui brogli elettorali, nuovo cavallo di battaglia postelettorale. In serata alla fine è sceso da Palazzo Chigi in una delle sue celebri conferenze stampa on the road. Davanti ai giornalisti si è detto «fiducioso» sulla possibilità che l&#39;esito elettorale possa cambiare alla luce «dei tanti brogli» che si sarebbero verificati.
&gt; Interpellato dai cronisti, che sostano in permanenza sulla porta dei palazzi da lui frequentati, a proposito dell&#39;esito dell&#39;incontro con il presidente della repubblica, Carlo Azeglio Ciampi, ha replica sorridente: «Tutto bene». Ci saranno novità?, seconda domanda. «Tante novità, tanti brogli.
Sono fiducioso». Fiducioso che cambi il risultato elettorale?, incalzano i cronisti. «Sì». Risponde e se ne va.
&lt;/blockquote&gt;
&lt;p&gt;Ma si rende conto questo stronzo che é lui stesso che sta facendo i controlli e che é sempre lui che ha fatto lo spoglio? E&amp;rsquo; il Ministero dell&amp;rsquo;Interno ad aver fatto lo spoglio.
Forse ho capito: il broglio c&amp;rsquo;é stato perché&amp;hellip; tutti i voti comprati si sono persi per la strada. Quei disgraziati si sono presi i soldi ma non l&amp;rsquo;hanno votato!!! :D&lt;/p&gt;
&lt;p&gt;Ma mannaggia la miseria: ma quando si leva dai &lt;a href=&#34;http://www.detronizator.org/2006/04/04/io-sono-un-coglione/&#34;&gt;Coglioni&lt;/a&gt; questo Cazzo!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Risultati Elezioni Politiche 2006 /3</title>
      <link>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-3/</link>
      <pubDate>Tue, 11 Apr 2006 21:14:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-3/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Vittoria Puccini&#34; loading=&#34;lazy&#34; src=&#34;http://www.otranto.biz/elisadirivombrosa/vittoria-puccini.jpg&#34;&gt;
Ecco i PDF che riassumono i risultati finali:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://downloads.detronizator.org/Risultato_Politiche_2006-Seggi_Camera.pdf&#34;&gt;Risultati Politiche 2006 - Seggi Camera&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://downloads.detronizator.org/Risultato_Politiche_2006-Seggi_Senato.pdf&#34;&gt;Risultati Politiche 2006 - Seggi Senato&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Orion: battaglia algoritmica in corso</title>
      <link>https://ivandemarino.me/posts/orion-battaglia-algoritmica-in-corso/</link>
      <pubDate>Tue, 11 Apr 2006 15:19:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/orion-battaglia-algoritmica-in-corso/</guid>
      <description>&lt;p&gt;Malgrado i &lt;a href=&#34;http://www.detronizator.org/2006/04/11/risultati-elezioni-politiche-2006-2/&#34;&gt;tempi&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/04/11/risultati-elezioni-politiche-2006-1/&#34;&gt;dedicati&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/04/09/il-fondamentale-attimo-storico-che-viviamo/&#34;&gt;quasi&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/04/09/ho-votato-senza-turarmi-il-naso/&#34;&gt;per&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/04/09/x-day/&#34;&gt;intero&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/04/07/brogli/&#34;&gt;a&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/04/07/per-sapere-bisogna-combattere-il-sapere/&#34;&gt;queste&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/2006/04/07/tutti-contro-berlusca-4-il-pagliaccio-da-salotto/&#34;&gt;elezioni&lt;/a&gt;, c&amp;rsquo;é chi ancora ha il tempo di pensare alle cose più divertenti.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mountain View (USA) - L&amp;rsquo;ultimo acquisto tecnologico in casa Google si chiama Orion ed è un algoritmo nato dalla mente del giovane Ori Allon, uno studente israeliano di 26 anni che studia informatica a Melbourne, in Australia.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Orion, che ha già sollevato l&amp;rsquo;attenzione di Microsoft e incassato gli applausi di Bill Gates, è uno dei più promettenti sistemi di ricerca testuale sul mercato, in grado di migliorare la pertinenza dei risultati di ricerca inquadrando il sito di interesse in un network di spazi web vicini per &amp;ldquo;senso&amp;rdquo; e &amp;ldquo;argomento&amp;rdquo;.
&amp;ldquo;Con questo nuovo algoritmo si è in grado di aumentare la precisione delle ricerche testuali&amp;rdquo;, dice il giovane Allon. &amp;ldquo;Orion dà modo di sapere con precisione la pertinenza della nostra ricerca perché estrapola le parole chiavi associate alla chiave di ricerca&amp;rdquo;, spiega il creatore, &amp;ldquo;così da offrire una profondità di ricerca molto più elevata&amp;rdquo;.
Un esempio pratico? Una ricerca effettuata con la stringa &amp;ldquo;risorgimento italiano&amp;rdquo; dà accesso ad una lista di temi associati, come ad esempio &amp;ldquo;Garibaldi&amp;rdquo;, &amp;ldquo;Statuto Albertino&amp;rdquo;, &amp;ldquo;Cavour&amp;rdquo;. L&amp;rsquo;utente potrà accedere a questa rete semantica in modo immediato ed intuitivo, così da avere &amp;ldquo;maggiori informazioni senza dover essere esperti dei motori di ricerca&amp;rdquo;, sottolinea Allon. I risultati vengono presentati in modo tale, che ancor prima di visitare i siti di interesse l&amp;rsquo;utente possa capire se sono realmente pertinenti con quanto stava ricercando.
Il giovane programmatore ha già lasciato l&amp;rsquo;Australia ed ora lavora presso gli uffici del quartiere generale californiano di Google. Prima di BigG, anche Yahoo! ed MSN avevano avviato le trattative per acquistare i diritti d&amp;rsquo;uso su Orion, sapendo che precisione e buoni risultati sono fondamentali nella competizione tra motori di ricerca. Un algoritmo innovativo, sostengono gli esperti, può determinare una posizione dominante sul mercato.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Risultati Elezioni Politiche 2006 /2</title>
      <link>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-2/</link>
      <pubDate>Tue, 11 Apr 2006 14:54:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-2/</guid>
      <description>&lt;p&gt;Sembra che ce la si sia fatta.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2006/04/ARCHIVE/homepage/images/sezioni/politica/elezioni-2006-5/campagna-unione_HM/lapr_7945726_10000.jpg&#34;&gt;
Titola l&amp;rsquo;&lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48693&#34;&gt;Unità&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;L&amp;rsquo;Unione ha la maggioranza, sia al Senato sia alla Camera. A Palazzo Madama decisivo il seggio in più vinto dal centrosinistra nel collegio degli italiani all&amp;rsquo;estero. La vittoria finale si è profilata solo a notte tarda, alle due e mezzo, al termine della lunghissima giornata elettorale. Prodi è potuto salire sul palco di piazza Santi Apostoli a Roma sventolando la bandiera italiana. Alla Camera l&amp;rsquo;Unione ottiene alla fine il 49,8 contro il 49,7 della Cdl. Ci sono inoltre i 7 senatori a vita. Cossiga propone che si astengano. La Casa delle libertà grida ai brogli: mezzo milione di schede annullate grida Bonaiuti che vuole il riconteggio totale. Per Scajola  &lt;a href=&#34;http://www.unita.it/index.asp?topic_tipo=&amp;amp;topic_id=48697&#34;&gt;la festa notturna dell&amp;rsquo;Unione&lt;/a&gt; addirittura incostituzionale. &lt;a href=&#34;http://www.unita.it/index.asp?topic_tipo=&amp;amp;topic_id=48700&#34;&gt;Oggi il Professore dice: «Governerò per cinque anni». Fassino: «Abbiamo vinto e Berlusconi ha perso»&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Risultati Elezioni Politiche 2006 /1</title>
      <link>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-1/</link>
      <pubDate>Tue, 11 Apr 2006 09:50:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/risultati-elezioni-politiche-2006-1/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;olé&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006marzo/0412vittoria20.jpg&#34;&gt;
E&amp;rsquo; stato proprio duro attendere: ieri notte, alle 3 passate, se ne sono viste di tutti i colori e di tutti i toni.
C&amp;rsquo;é stato anche chi ha attaccato Prodi accusandolo di GOLPE (vedi Matrix&amp;hellip; e poi muori (o muori prima, ma non é detto) )!!!
Onestamente? Neanche io pensavo che &amp;ldquo;andasse fatta&amp;rdquo; quella Manifestazione di Successo: temevo ancora in un ribaltamento. Ma, forse, Prodi&amp;amp;Co. dovevano qualcosa a quel pubblico: un pubblico fatto soprattutto di giovani stanchi ma vogliosi, ancora (dopo tutti questi anni), di dar fiducia, di credere in qualcuno e di sostenerlo fino alla fine. Forse é per questo che c&amp;rsquo;é stato.
Io posso definirmi &lt;em&gt;&lt;strong&gt;MOLTO MODERATAMENTE CONTENTO&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Eccola!</title>
      <link>https://ivandemarino.me/posts/eccola/</link>
      <pubDate>Sun, 09 Apr 2006 22:09:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/eccola/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;la madre ed il bassotto&#34; loading=&#34;lazy&#34; src=&#34;http://www.lastampa.it/redazione/cmssezioni/politica/200604images/berlusconi_seggio.jpg&#34;&gt;
La vedete? E&amp;rsquo; lei quella grandissima &lt;a href=&#34;http://blog.neminis.org/berlusco.xhtml&#34;&gt;z*****a&lt;/a&gt; che &amp;ldquo;se teneva le gambe chiuse, ci faceva un piacere a tutti&amp;rdquo;!!!&lt;/p&gt;
&lt;p&gt;ps Meglio ridere in un momento di &amp;ldquo;alta tensione&amp;rdquo; come questo: io personalmente sono elettrico e sto quasi pregando&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il fondamentale attimo storico che viviamo</title>
      <link>https://ivandemarino.me/posts/il-fondamentale-attimo-storico-che-viviamo/</link>
      <pubDate>Sun, 09 Apr 2006 16:21:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-fondamentale-attimo-storico-che-viviamo/</guid>
      <description>&lt;p&gt;Signori, saranno questi attimi, momenti, secondi che la storia ricorderà per sempre.
Oggi, come si é sempre fatto anche con l&amp;rsquo;&lt;a href=&#34;http://it.wikipedia.org/wiki/Arte&#34;&gt;Arte&lt;/a&gt;, nessuno da il giusto peso a quello che stiamo vivendo (bhè, &lt;a href=&#34;http://www.micromega.net/&#34;&gt;proprio&lt;/a&gt; &lt;a href=&#34;http://www.marcotravaglio.it/&#34;&gt;nessuno&lt;/a&gt; &lt;a href=&#34;http://it.wikipedia.org/wiki/Dario_Fo&#34;&gt;no&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Nonno e Nipote&#34; loading=&#34;lazy&#34; src=&#34;http://www.smartpiazza.com/chris/drawings/images/nonno_e_child.jpg&#34;&gt;
Questo voto avrà valore ora e per i prossimi anni: la scelta sarà determinante non solo per l&amp;rsquo;Italia, ma per l&amp;rsquo;&lt;a href=&#34;http://it.wikipedia.org/wiki/Europa&#34;&gt;Europa&lt;/a&gt; tutta (per chi si interessa dell&amp;rsquo;Europa, si intende).&lt;/p&gt;
&lt;p&gt;Ci sono centinaia, migliaia di cose che sono accadute negli ultimi 5 anni ma, come dicevo oggi ad un &lt;a href=&#34;http://it.wikipedia.org/wiki/Europa&#34;&gt;mio caro amico&lt;/a&gt;, «&lt;em&gt;Saranno i Nostri Nipoti a raccontarle a Noi&lt;/em&gt;». Paradossale? Non pensiatelo.
Ci racconteranno di un paese sotto un &lt;a href=&#34;http://www.detronizator.org/home/index.php?s=regime+mediatico&#34;&gt;regime mediatico&lt;/a&gt;.
Di un Paese declassato, bistrattato, deriso, criticato da TUTTO IL RESTO d&amp;rsquo;EUROPA.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ho votato senza turarmi il naso</title>
      <link>https://ivandemarino.me/posts/ho-votato-senza-turarmi-il-naso/</link>
      <pubDate>Sun, 09 Apr 2006 16:04:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ho-votato-senza-turarmi-il-naso/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.italiadeivalori.it/organizzazioni_sedi/regionale_provinciale.php&#34;&gt;&lt;img alt=&#34;Italia dei Valori - Di Pietro&#34; loading=&#34;lazy&#34; src=&#34;http://www.antoniodipietro.com/immagini/candidati/candidati.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;E &lt;a href=&#34;http://www.antoniodipietro.com/2006/04/la_dichiarazione_di_voto_di_ma.html&#34;&gt;sono contento di sapere&lt;/a&gt; che ho dalla mia una persona che dire &amp;ldquo;stimo&amp;rdquo; é davvero riduttivo:&lt;/p&gt;</description>
    </item>
    <item>
      <title>X DAY</title>
      <link>https://ivandemarino.me/posts/x-day/</link>
      <pubDate>Sun, 09 Apr 2006 09:47:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/x-day/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;berluscastop&#34; loading=&#34;lazy&#34; src=&#34;http://www.dominiehosting.com/images/clipart/berlusconi_stop.jpg&#34;&gt;
Andiamo e facciamogli &lt;a href=&#34;http://blog.neminis.org/oggi-e-il-giorno.xhtml&#34;&gt;IL&lt;/a&gt; Culo!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brogli</title>
      <link>https://ivandemarino.me/posts/brogli/</link>
      <pubDate>Fri, 07 Apr 2006 14:23:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/brogli/</guid>
      <description>&lt;p&gt;Segnalazione.
Di Pietro: &lt;a href=&#34;http://www.antoniodipietro.com/2006/04/no_allo_scrutinio_elettronico.html&#34;&gt;No allo Scrutinio Elettronico&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Grazie Sbatman.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Per sapere bisogna combattere il &#34;sapere&#34;</title>
      <link>https://ivandemarino.me/posts/per-sapere-bisogna-combattere-il-sapere/</link>
      <pubDate>Fri, 07 Apr 2006 12:37:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/per-sapere-bisogna-combattere-il-sapere/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;la Coscienza di Zeno&#34; loading=&#34;lazy&#34; src=&#34;http://www.ilpotereelagloria.it/images/immagini/SvevoI_CoscienzaDiZeno.jpg&#34;&gt;
E&amp;rsquo; il paradosso dei paradossi.
Per conoscere devi combattere contro chi fa informazione.
E&amp;rsquo; il nostro paradosso quitidiano.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://blog.neminis.org/lo-sapevate-che.xhtml&#34;&gt;Nemo&lt;/a&gt; riporta sul suo blog:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Lo sapete che gli Stati Uniti d’America hanno 535 parlamentari e l’Italia 951? Lo sapete quanto ci costano?
188 milioni di Euro l’anno.
Lo sapete a quanto ammontava il debito pubblico con la sinistra al governo, prima che arrivasse Berlusconi?
A 1.351.360 milioni di Euro.
Lo sapete a quanto ammonta oggi dopo 5 anni del governo Berlusconi?
A 1.439.755 milioni di Euro con un aumento di 88.395 milioni di Euro.
L’ITALIA E’ AL TERZO POSTO NEL MONDO PER DEBITO PUBBLICO!!!
Lo sapete che un parlamentare può andare in pensione a 65 anni dopo aver prestato servizio in Parlamento per soli
30 mesi, intascando un mitico assegno vitalizio? Com’è che ad un normale cittadino occorrono ben 35 anni di lavoro
per andare in pensione con un NON “mitico” vitalizio? Lo sapete che se lo Stato italiano adottasse i criteri di risparmio
energetico obbligatori in Germania taglieremmo il 50% della bolletta energetica?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tratto da &lt;a href=&#34;http://www.francarame.it/files/fr_chiusura.pdf&#34;&gt;qua&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Io lo sapevo. E voi?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tutti contro berlusca / 4 (il Pagliaccio da Salotto)</title>
      <link>https://ivandemarino.me/posts/tutti-contro-berlusca-4-il-pagliaccio-da-salotto/</link>
      <pubDate>Fri, 07 Apr 2006 12:24:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tutti-contro-berlusca-4-il-pagliaccio-da-salotto/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;rifiuti&#34; loading=&#34;lazy&#34; src=&#34;http://www.parks.it/parco.po.to/foto/9.Rifiuti-800.jpg&#34;&gt;
E lui se le va pure a cercare.
Titola TGCom:&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2&gt;Premier: tassa rifiuti, si può abolire&lt;/h2&gt;
La tassa sui rifiuti &#34;può essere abolita&#34;, perché, &#34;i rifiuti possono diventare fonte di energia&#34;, ha detto Berlusconi in un&#39;intervista radiofonica nell&#39;ultimo giorno di campagna elettorale. &#34;La sinistra sbaglia pensando che la tassazione sia il modo per redistribuire il reddito&#34;, ha aggiunto. &#34;Se troppi non votano può vincere l&#39;Unione&#34;, ha poi affermato. Sulla vicenda Mills: &#34;Denuncerò i pm che hanno fatto un uso politico della giustizia&#34;.
&lt;/blockquote&gt;
&lt;p&gt;Questo evidenzia sempre più la DEMENZA e il DISPREZO DELLA NOSTRA INTELLIGENZA che questo «&lt;em&gt;Pagliaccio da Salotto&lt;/em&gt;» dimostra. Buono solo a riempirsi la bocca di fandonie, utili a destare l&amp;rsquo;ilarità dei convitati e a convincere i meno intelligenti con le sue panzane partorite &amp;ldquo;free-style&amp;rdquo; (é meglio la traduzione in italiano dei free-style del film &lt;a href=&#34;http://it.wikipedia.org/wiki/8_Mile&#34;&gt;8 Mile&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tutti contro berlusca / 3</title>
      <link>https://ivandemarino.me/posts/tutti-contro-berlusca-3/</link>
      <pubDate>Thu, 06 Apr 2006 23:17:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tutti-contro-berlusca-3/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Copertina Economist contro berlusconi&#34; loading=&#34;lazy&#34; src=&#34;http://www.adnkronos.com/Assets/Imgs/E/economist_berlusc--200x200.jpg&#34;&gt;
Anche l&amp;rsquo;&lt;a href=&#34;http://www.economist.com/index.html&#34;&gt;Economist&lt;/a&gt;, da come ci dice &lt;a href=&#34;http://today.reuters.it/news/newsArticle.aspx?type=entertainmentNews&amp;amp;storyID=2006-04-06T123447Z_01_ZAM640183_RTRIDST_0_OITLR-JS-ECONOMIST-COPERTINA-BASTA.XML&#34;&gt;Reuters&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;h4&gt;Economist in copertina dice &#34;Basta&#34; a Berlusconi&lt;/h4&gt;
giovedì, 6 aprile 2006 2.34 11
&gt; MILANO (Reuters) - Il settimanale britannico &#34;The Economist&#34; esce domani in edicola con una nuova copertina dedicata al presidente del Consiglio Silvio Berlusconi e al voto di questo fine settimana.
&gt; Emblematico il titolo in italiano: &#34;Basta&#34;.
&gt; Il prestigioso settimanale ha scelto per la prima pagina ancora una volta Berlusconi, all&#39;esordio del suo nuovo direttore John Micklethwait, che succede a Bill Emmott dopo 13 anni al timone. Già nel 2001 The Economist, noto per le sue posizioni liberal, aveva espresso un voto pubblico contro Berlusconi.
&gt; Fu proprio Emmott a inaugurare la linea aspramente critica contro il leader di Forza Italia, resa memorabile da una copertina che lo giudicava «non adeguato» («unfit») a guidare l&#39;Italia alla vigilia delle precedenti elezioni politiche.
&gt; A quell&#39;affondo era seguita, nell&#39;estate del 2003, una lettera e una sfilza di 28 domande indirizzate al premier italiano. Mentre alla fine del 2005 il settimanale aveva prodotto un&#39;inchiesta sull&#39;Italia titolata &#34;Addio, Dolce Vita&#34;, nella quale l&#39;obiettivo era ancora il berlusconismo.
&gt; Il presidente del Consiglio ha fatto causa all&#39;Economist dopo averlo ironicamente ribattezzato &#34;L&#39;Ecomumist&#34;.
&gt; Quando Emmott, a fine febbraio, ha annunciato le dimissioni dal suo incarico, i media del Regno Unito hanno ricordato la campagna contro il premier italiano come una delle scelte più significative - insieme a quelle per l&#39;abolizione della monarchia in Gran Bretagna e per il matrimonio tra omosessuali - nei suoi lunghi anni di direzione.
&gt; Il suo successore sembra raccogliere il testimone e la sua scelta di titolare &#34;Basta&#34; a Berlusconi, a due giorni dal voto, non mancherà di far discutere.
&lt;/blockquote&gt;
&lt;p&gt;Dato che l&amp;rsquo;Economist uscirà domani, sarà mia cura controllare il sito per poter leggere tutto quello che ci sarà sul relativo numero cartaceo.&lt;/p&gt;
&lt;p&gt;Ma non finisce qui&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tutti contro berlusca / 2</title>
      <link>https://ivandemarino.me/posts/tutti-contro-berlusca-2/</link>
      <pubDate>Thu, 06 Apr 2006 18:48:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tutti-contro-berlusca-2/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2006/04/sezioni/politica/elezioni-2006-4/berlusconi-mills/agf_7915587_14070.jpg&#34;&gt;
Da Repubblica:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Il premier lancia accuse gravissime contro i magistrati di Milano
che hanno chiesto di processarlo per la presunta corruzione del legale&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Caso Mills, &#34;infamità di giudici indegni&#34;
Il premier si scaglia contro l&#39;inchiesta&lt;/h3&gt;
Al centro delle indagini, il ruolo svolto dall&#39;avvocato inglese David Mills, che secondo l&#39;accusa avrebbe ricevuto dal premier 600 mila dollari per rendere due testimonianze reticenti nel corso dei processi per la vicenda All Iberian e per le tangenti alla Guardia di finanza.
&gt; &#34;Io non conosco Mills&#34;, ha tuonato oggi Berlusconi nel corso di una animata conferenza stampa convocata a palazzo Chigi. &#39;&#39;E&#39; una infamità che funzionari pubblici, pagati con i soldi dello Stato tramino contro il presidente del Consiglio. E&#39; una infamità per spingere i cittadini a un determinato voto durante la campagna elettorale. E&#39; assurdo che mentre lavoro giorno e notte ci siano funzionari pubblici che tramano contro il presidente del Consiglio. Si tratta di magistrati indegni. Questo è quanto voglio portare a conoscenza degli italiani perché sappiano a che cosa vanno incontro se, grazie al loro voto, degli indegni magistrati potessero prendere la maggioranza del Parlamento e operassero in collaborazione con il governo. E&#39; un&#39;infamità, è un&#39;infamità che si usino questi mezzi per convincere i cittadini a scegliere un altro voto durante la campagna elettorale&#34;. ...
&lt;/blockquote&gt;
&lt;p&gt;Continua su &lt;a href=&#34;http://www.repubblica.it/2006/04/sezioni/politica/elezioni-2006-4/berlusconi-mills/berlusconi-mills.html&#34;&gt;Repubblica&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tutti contro berlusca</title>
      <link>https://ivandemarino.me/posts/tutti-contro-berlusca/</link>
      <pubDate>Thu, 06 Apr 2006 18:38:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tutti-contro-berlusca/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;berlustrunz&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006aprile/0406berlusconi20.jpg&#34;&gt;
Quanto vorrei che questa frase si avverasse.
Sta SQUARCIANDO ogni traccia di democrazia e ordine pubblico: vuole vincere a TUTTI I COSTI.
Cosparge merda ed insulti su tutto e tutti, urlando a destra e manca che lui é vittima, che lui é perseguitato.&lt;/p&gt;
&lt;p&gt;AIUTOOOOOOO!!!!
Come direbbe &lt;a href=&#34;http://www.caparezza.it/&#34;&gt;CapaRezza&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il Blog di Di Pietro</title>
      <link>https://ivandemarino.me/posts/il-blog-di-di-pietro/</link>
      <pubDate>Wed, 05 Apr 2006 22:22:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-blog-di-di-pietro/</guid>
      <description>&lt;p&gt;Consiglio di dare uno sguardo a questo Blog scritto da una persona intelligente e degna di stima.
Non demagogia ma concreta osservazione di quello che sta sotto gli occhi di tutti.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.antoniodipietro.com/index.html&#34;&gt;Antonio Di Pietro&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Boot Camp: Macs do Windows, too</title>
      <link>https://ivandemarino.me/posts/boot-camp-macs-do-windows-too/</link>
      <pubDate>Wed, 05 Apr 2006 22:05:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/boot-camp-macs-do-windows-too/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Boot Camp installation&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/macosx/bootcamp/images/partition20060405.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;More and more people are buying and loving Macs. To make this choice simply irresistible, Apple will include technology in the next major release of Mac OS X, Leopard, that lets you install and run the Windows XP operating system on your Mac. Called Boot Camp (for now), you can download a public beta today.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I think its a great idea: supporting directly Windows on Apple Intel computers aims Users to become MacOSX users easly. First buy a MacIntel, then install the 2 systems and &amp;ldquo;try both 2 worlds&amp;rdquo;&amp;hellip; what&amp;rsquo;s the result? New MacOSX-lovers. I&amp;rsquo;m sure ;) .&lt;/p&gt;</description>
    </item>
    <item>
      <title>Developer Works: Using ReiserFS 4 with Linux</title>
      <link>https://ivandemarino.me/posts/developer-works-using-reiserfs-4-with-linux/</link>
      <pubDate>Wed, 05 Apr 2006 13:09:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/developer-works-using-reiserfs-4-with-linux/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;IBM logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/ibmlogo_01.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Take a look at the ext2 (second extended file system), ext3 (third extended file system), and Reiser4 file systems and discover how to create your own Reiser4 file system. The most commonly used file system, ext2, is a traditional UNIX®-style file system that doesn&amp;rsquo;t mix well with modern hard drive sizes. The ext3 file system adds journalling, but not much else. If you want something really advanced, you might want to check out the current Reiser4 file system.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alla faccia della Par Condicio</title>
      <link>https://ivandemarino.me/posts/alla-faccia-della-par-condicio/</link>
      <pubDate>Wed, 05 Apr 2006 13:02:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/alla-faccia-della-par-condicio/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;merda&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006aprile/0405berlusconimatrix3.jpg&#34;&gt;
Stasera potremmo ritrovarci con il &lt;a href=&#34;http://www.detronizator.org/2006/03/30/il-cainano-2/&#34;&gt;CaiNano&lt;/a&gt; in TV a SMERDIARE tutto e tutti e ad elogiare se stesso, i suoi miracoli, le sue promesse&amp;hellip; insomma, ad offendere le nostre intelligenze come al solito direi.&lt;/p&gt;
&lt;p&gt;Ci sono parole per questo? Per un Presidente del Consiglio che viola la legge perché la ritiene &amp;ldquo;&lt;em&gt;ingiusta&lt;/em&gt;&amp;rdquo;? Che tollera l&amp;rsquo;evasione fiscale perché &amp;ldquo;&lt;em&gt;un cittadino può ritenerle inutili per se stesso&lt;/em&gt;&amp;rdquo;?
Come si può parlare di Leader politico? La gente non vede come quest&amp;rsquo;uomo viola la legge ed &lt;strong&gt;offende il Nostro Paese e la sua Costituzione CONTINUAMENTE&lt;/strong&gt;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finita traduzione guida ad Ubuntu Breezy</title>
      <link>https://ivandemarino.me/posts/finita-traduzione-guida-ad-ubuntu-breezy/</link>
      <pubDate>Wed, 05 Apr 2006 12:47:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/finita-traduzione-guida-ad-ubuntu-breezy/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://italy.copybase.ch/blog/informatica/linux/guida-italiana-ad-ubuntu-breezy-ubuntuguide-italia/&#34;&gt;Treviño&lt;/a&gt; segnala a &lt;a href=&#34;http://www.ossblog.it/post/769/ubuntu-guida-tradotta-interamente-in-italiano&#34;&gt;OSSBlog&lt;/a&gt;, e noi riprendiamo felicemente che è stata finita la traduzione completa della guida italiana ad &lt;a href=&#34;http://easylinux.info/wiki/Ubuntu_it&#34;&gt;Ubuntu Breezy&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Mercedes-Benz Mixed Tape 11</title>
      <link>https://ivandemarino.me/posts/new-mercedes-benz-mixed-tape-11/</link>
      <pubDate>Wed, 05 Apr 2006 12:34:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-mercedes-benz-mixed-tape-11/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;MBMT&#34; loading=&#34;lazy&#34; src=&#34;http://www.mercedes-benz.com/content/mbcom/international/international_website/en/com/international_home/home/passion/entertainment/mixedtape.TWVyY2VkZXMtQmVueiBNaXhlZCBUYXBl-hl1-HL.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Free space for new music&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.mercedes-benz.com/content/mbcom/international/international_website/en/com/international_home/home/passion/entertainment/mixedtape.html&#34;&gt;Here&lt;/a&gt; the official page.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Rediscover musical diversity with Mixed Tape.
Always a treat: every ten weeks, Mercedes presents an exclusive, free-of-charge selection of new MP3s – currently Mixed Tape 11 with brand new sounds from around the globe.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A moving experience – not only in your Mercedes-Benz.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is not advise: I can&amp;rsquo;t buy a Mercedes right now&amp;hellip; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Coglioni</title>
      <link>https://ivandemarino.me/posts/coglioni/</link>
      <pubDate>Wed, 05 Apr 2006 10:51:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/coglioni/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Vignetta Molly Bezz&#34; loading=&#34;lazy&#34; src=&#34;http://www.tvblog.it/uploads/coglioni.JPG&#34;&gt;&lt;/p&gt;
&lt;p&gt;Vignetta di &lt;a href=&#34;http://mollybezz.buzznet.com/user/&#34;&gt;Molly Bezz&lt;/a&gt;.
Source, &lt;a href=&#34;http://www.tvblog.it/post/2061/coglioni&#34;&gt;TVBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Abbia più rispetto per me Signor Presidente</title>
      <link>https://ivandemarino.me/posts/abbia-pi-rispetto-per-me-signor-presidente/</link>
      <pubDate>Wed, 05 Apr 2006 00:09:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/abbia-pi-rispetto-per-me-signor-presidente/</guid>
      <description>&lt;p&gt;Colgo davvero al volo l&amp;rsquo;idea di Sbatman e pubblico qui il corpo di una possibile email che si può mandare all&amp;rsquo;emerito Presidente del Consiglio:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; &lt;em&gt;&lt;a href=&#34;mailto:redazione.web@governo.it&#34;&gt;redazione.web@governo.it&lt;/a&gt;, &lt;a href=&#34;mailto:urpdie@governo.it&#34;&gt;urpdie@governo.it&lt;/a&gt; &lt;/em&gt;
&lt;strong&gt;Oggetto:&lt;/strong&gt; &lt;em&gt;Richiesta di scuse&lt;/em&gt;
&lt;strong&gt;Body:&lt;/strong&gt; &lt;em&gt;Presidente, stanco dei continui e gratuiti insulti che da un po’ di tempo a questa parte Lei indirizza a qualsiasi cittadino italiano che abbia opinioni divergenti dalle sue, le chiedo di scusarsi FORMALMENTE di fronte a quel popolo di cui Lei è DIPENDENTE e che istituzionalmente rappresenta.
Cordiali saluti.
Un coglione.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tiger 10.4.6 available</title>
      <link>https://ivandemarino.me/posts/tiger-10-4-6-available/</link>
      <pubDate>Tue, 04 Apr 2006 23:51:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tiger-10-4-6-available/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Tiger DVD&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/support/downloads/elements/promo_tiger.gif&#34;&gt;
&lt;code&gt;[Apple] → [Software Update&amp;hellip;]&lt;/code&gt;
Or &lt;a href=&#34;http://www.apple.com/support/downloads/&#34;&gt;search on that page&lt;/a&gt; the update for your system.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Darwin on L4</title>
      <link>https://ivandemarino.me/posts/darwin-on-l4/</link>
      <pubDate>Tue, 04 Apr 2006 23:35:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/darwin-on-l4/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Darwin&#34; loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/Hexley_fork_450.png&#34;&gt;
&lt;a href=&#34;http://en.wikipedia.org/wiki/Operating_system&#34;&gt;Operating Systems&lt;/a&gt; based on &lt;a href=&#34;http://en.wikipedia.org/wiki/Microkernel&#34;&gt;Micro-Kernel&lt;/a&gt; seems to return fashionable, and some experimental OS releases demonstrate it: the &lt;a href=&#34;http://www.ertos.nicta.com.au/software/darbat/&#34;&gt;National ICT of Australia&lt;/a&gt;, infact, has released a &lt;a href=&#34;http://en.wikipedia.org/wiki/Darwin_%28operating_system%29&#34;&gt;Darwin&lt;/a&gt; porting for &lt;a href=&#34;http://en.wikipedia.org/wiki/L4_microkernel_family&#34;&gt;L4&lt;/a&gt;. This is for being able to study the behaviour of that class of o.s..&lt;/p&gt;
&lt;p&gt;This porting include &lt;a href=&#34;http://en.wikipedia.org/wiki/Xnu&#34;&gt;XNU&lt;/a&gt;, the hearth of &lt;a href=&#34;http://en.wikipedia.org/wiki/MacOSX&#34;&gt;MacOSX&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IO SONO UN COGLIONE</title>
      <link>https://ivandemarino.me/posts/io-sono-un-coglione/</link>
      <pubDate>Tue, 04 Apr 2006 23:06:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/io-sono-un-coglione/</guid>
      <description>&lt;p&gt;L&amp;rsquo;ha detto &lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48512&#34;&gt;UN ubriacone tromba-lampioni&lt;/a&gt;!!!
E &lt;a href=&#34;http://blog.neminis.org/sono-un-coglione.xhtml&#34;&gt;non sono&lt;/a&gt; &lt;a href=&#34;http://secretum.neminis.org/berlusconi-e-la-volgarita.html&#34;&gt;il solo&lt;/a&gt;. &lt;a href=&#34;http://sonouncoglione.splinder.com/&#34;&gt;Anzi&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;E meno male che siamo noi i coglioni&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>krugle demo</title>
      <link>https://ivandemarino.me/posts/krugle-demo/</link>
      <pubDate>Tue, 04 Apr 2006 09:40:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/krugle-demo/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;krugle&#34; loading=&#34;lazy&#34; src=&#34;http://www.krugle.com/images/krugle_logo.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.krugle.com/&#34;&gt;krugle&lt;/a&gt;/the search engine/
for developers/&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;findcode/findanswers/krugle makes it easy for developers to find source code and technical information—fast!&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I subscribe the beta-testing program of this new, powerfull search engine for developers.
Yesterday an email advertise me that a very interesting screencast is available, to explain the target and the features of this engine.&lt;/p&gt;
&lt;p&gt;Other than the features, the heavy usage of &lt;a href=&#34;http://en.wikipedia.org/wiki/Ajax&#34;&gt;Ajax&lt;/a&gt; is very beautiful. But &amp;ldquo;bando alle ciance&amp;rdquo;: see the screencast &lt;a href=&#34;http://www.krugle.com/demos/Overview5_1024.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Come diavolo farai a comprarti il tanto amato cellulare?</title>
      <link>https://ivandemarino.me/posts/come-diavolo-farai-a-comprarti-il-tanto-amato-cellulare/</link>
      <pubDate>Mon, 03 Apr 2006 09:24:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/come-diavolo-farai-a-comprarti-il-tanto-amato-cellulare/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;money&#34; loading=&#34;lazy&#34; src=&#34;http://www.fco.gov.uk/Files/kimage/Travel-Money.jpg&#34;&gt;
Come diavolo farai a comprarti il tanto amato cellulare?
Come farai senza poter sentire che «&lt;em&gt;La Vita é Ora&lt;/em&gt;» e che «&lt;em&gt;Tutto é intorno a Te&lt;/em&gt;»?&lt;/p&gt;
&lt;p&gt;I soldi non ci sono e non ce li danno.
L&amp;rsquo;ultimo rapporto &lt;a href=&#34;http://it.wikipedia.org/wiki/Organizzazione_per_la_Sicurezza_e_la_Cooperazione_in_Europa&#34;&gt;OCSE&lt;/a&gt; ritrae l&amp;rsquo;italia come in caduta libera per quanto riguarda gli stipendi medi dei lavoratori.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sempre più in basso. Nella classifica dell’Ocse le retribuzioni degli italiani precipitano al &lt;strong&gt;23esimo&lt;/strong&gt; posto tra i trenta Paesi industrializzati. Eravamo al 19esimo nel 2004 e già allora apprenderlo destò allarme. Oggi siamo in coda, prima di noi, tra gli altri, tutti i «cugini» europei ai quali il Belpaese viene confrontato quando, ad esempio, si parla di costo del lavoro o di inflazione. Per avere un’idea basti pensare che nella media dei trenta paesi Ocse i nostri stipendi sono più bassi del 12,4% e che &lt;strong&gt;la forbice si allarga se si prende la media dell’Europa a 15: abbiamo il 18,7% in meno&lt;/strong&gt;&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Ciao Tommy</title>
      <link>https://ivandemarino.me/posts/ciao-tommy/</link>
      <pubDate>Sun, 02 Apr 2006 10:36:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ciao-tommy/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Tommy&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006aprile/0401tommaso.jpg&#34;&gt;
Un mondo alla rovescia.
Un bacio, piccolino.
Non ti preoccupare che mamma ti vuole bene e sarà sempre con te.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ADC&#39;s ScreenCasts</title>
      <link>https://ivandemarino.me/posts/adc-s-screencasts/</link>
      <pubDate>Sat, 01 Apr 2006 09:31:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/adc-s-screencasts/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;ADC&#34; loading=&#34;lazy&#34; src=&#34;http://developer.apple.com/images/developer_logo.gif&#34;&gt;
Since now, Apple makes &amp;ldquo;only&amp;rdquo; good &lt;a href=&#34;http://developer.apple.com/samplecode/&#34;&gt;howto&lt;/a&gt; to make simple application, helping developers to learn our beauty technology: Apple calls these howtos &amp;ldquo;&lt;a href=&#34;http://developer.apple.com/samplecode/&#34;&gt;Sample Code&lt;/a&gt;&amp;rdquo;. It was a good thing.
Sometimes, howtos was very very &amp;ldquo;advanced&amp;rdquo;, using technologies too much difficult to understand in &amp;ldquo;few words&amp;rdquo;. It was a bad thing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Suggestion/Suggerimento</title>
      <link>https://ivandemarino.me/posts/suggestion-suggerimento/</link>
      <pubDate>Fri, 31 Mar 2006 23:06:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/suggestion-suggerimento/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;rose&#34; loading=&#34;lazy&#34; src=&#34;http://secretum.neminis.org/wp-content/themes/dixiebelle/images/background.gif&#34;&gt;
&lt;a href=&#34;http://secretum.neminis.org/&#34;&gt;http://secretum.neminis.org/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;EN: A new blog from an interesting person.
&lt;a href=&#34;http://secretum.neminis.org/?p=7&#34;&gt;No more words&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;IT: Un nuovo blog da una persona interessante.
&lt;a href=&#34;http://secretum.neminis.org/?p=7&#34;&gt;Non aggiungo altro&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WP-SlimStat: Stats, stats and... stats!</title>
      <link>https://ivandemarino.me/posts/wp-slimstat-stats-stats-and-stats/</link>
      <pubDate>Fri, 31 Mar 2006 15:42:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/wp-slimstat-stats-stats-and-stats/</guid>
      <description>&lt;p&gt;«&lt;em&gt;Track your blog!&lt;/em&gt;»
&lt;img alt=&#34;screenshot&#34; loading=&#34;lazy&#34; src=&#34;http://www.duechiacchiere.it/uploads/2006/03/wp-slimstat.png&#34;&gt;
&lt;a href=&#34;http://www.duechiacchiere.it/wp-slimstat/&#34;&gt;Wp-SlimStat&lt;/a&gt; is a statistic plugin for &lt;a href=&#34;http://www.wordpress.org/&#34;&gt;WordPress&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il CaiNano / 2</title>
      <link>https://ivandemarino.me/posts/il-cainano-2/</link>
      <pubDate>Thu, 30 Mar 2006 12:41:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-cainano-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;cainano&#34; loading=&#34;lazy&#34; src=&#34;http://www.gabryella.net/images/cai.gif&#34;&gt;
Un film.
Un bel film.
Un film ben fatto, girato e pensato.
Uno di quei film che in italia si fanno sempre meno.
Personaggi precisi ma pieni di sfaccettature.
Storia commovente, triste, complessa, viva.&lt;/p&gt;
&lt;p&gt;Non un documentario: sarebbe stato davvero stupido farlo.&lt;/p&gt;
&lt;p&gt;Come dice Moretti nel film:
&lt;strong&gt;«Chi &lt;a href=&#34;http://www.detronizator.org/categories/news-and-politics/&#34;&gt;voleva&lt;/a&gt; &lt;a href=&#34;http://blog.neminis.org/category/politica/politica-interna/&#34;&gt;sapere&lt;/a&gt; &lt;a href=&#34;http://www.marcotravaglio.it/&#34;&gt;sa!&lt;/a&gt; &lt;a href=&#34;http://www.tgcom.mediaset.it/&#34;&gt;Chi non vuole sapere, continua a non voler sapere&lt;/a&gt;!»&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il CaiNano / 1</title>
      <link>https://ivandemarino.me/posts/il-cainano-1/</link>
      <pubDate>Thu, 30 Mar 2006 00:23:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-cainano-1/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;cainano&#34; loading=&#34;lazy&#34; src=&#34;http://www.gabryella.net/images/cai.gif&#34;&gt;
L&amp;rsquo;Italia «&lt;em&gt;sospesa tra Orrore e Folklore, un Paese che sembra sempre arrivato al fondo e che poi si ritrova a scavare, scavare, scavare&lt;/em&gt;».
Il Caimano siamo tutti noi. Ma anche no.
Simbologia OVUNQUE. Anche dove non te l&amp;rsquo;aspetti (i bambini siamo noi). Messaggi espliciti pochissimi&amp;hellip; ma carichi e sicuri.
Inquietante la chiusura. Il finale é &amp;ldquo;Inizio&amp;rdquo; o &amp;ldquo;Fine&amp;rdquo;?&lt;/p&gt;
&lt;p&gt;ps &lt;em&gt;Il titolo l&amp;rsquo;ho rubato (letteralmente) al &lt;a href=&#34;http://blog.neminis.org/berlusconi-e-la-cultura.xhtml&#34;&gt;mio amico Nemo che l&amp;rsquo;ha ideato &amp;ldquo;free-style&amp;rdquo;&lt;/a&gt; e quindi é importante riconoscergli pienamente la paternità: grande!
Ho però anche scoperto che il &lt;del datetime=&#34;2006-03-30T09:55:52+00:00&#34;&gt;&lt;a href=&#34;http://letturalenta.net/2006/03/argomento-del-giorno-il-cainano/&#34;&gt;Cainano é un animale&lt;/a&gt;&lt;/del&gt;! 8O&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>La VERA proposta dell&#39;Unione</title>
      <link>https://ivandemarino.me/posts/la-vera-proposta-dell-unione/</link>
      <pubDate>Thu, 30 Mar 2006 00:05:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-vera-proposta-dell-unione/</guid>
      <description>&lt;p&gt;Ormai non si parla d&amp;rsquo;altro.
Soprattutto perché la destra (o, meglio, quello che finge di essere destra) non ha un programma ma sa solo far notare cosa LEI dice che non va nel programma dell&amp;rsquo;Unine.&lt;/p&gt;
&lt;p&gt;Il mio amico Malabase regolarmente mi spedisce email di suoi commenti/ricerche/pareri sugli argomenti più disparati, e questa volta mi permetto di riportare integralmente la sua email (penso che gli farà piacere):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google as room mate</title>
      <link>https://ivandemarino.me/posts/google-as-room-mate/</link>
      <pubDate>Mon, 27 Mar 2006 18:55:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-as-room-mate/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/A1IrEQUO4oc&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Personally, I prefer something &lt;a href=&#34;http://www.paolocaporossi.com/gallery.php?action=4&amp;amp;selectedpic=157&amp;amp;actualgal=Fashion&#34;&gt;like this&lt;/a&gt;!!! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quando c&#39;era Silvio</title>
      <link>https://ivandemarino.me/posts/quando-c-era-silvio/</link>
      <pubDate>Sun, 26 Mar 2006 20:29:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/quando-c-era-silvio/</guid>
      <description>&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; align=&#34;middle&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DpQAAALuIOiHkWIs-g1X3ovE3b0ekGYUH_0G46OjmOTGNKoLN3SCk_lSTIJi5XAR1ovGREOC3iDOR540cntV3BBxRxJRPttfSSyXqIuUwt-vkS4PMu3uCAOdPjhCXzNVygA5iXK9WpIvZknC8cnXYeiWo5KKqQag8xg1oEPf5qNj8rQD_pBX021JGvWj214i_-uZSQNnTkFpdXf7tJab2tUAVWkKZvNenvmPIJhWbAP89wwA1%26sigh%3DgZVIQvobeib4XmKXve_sKaMLOTU%26begin%3D0%26len%3D5382000%26docid%3D2475570890371431660&amp;thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3D3081684baf66a70e%26second%3D5%26itag%3Dw320%26urlcreated%3D1143401307%26sigh%3DPu728IIPtn6WwIRGOi8oHF96Hgs&amp;playerId=2475570890371431660&#34; allowScriptAccess=&#34;sameDomain&#34; quality=&#34;best&#34; bgcolor=&#34;#ffffff&#34; scale=&#34;noScale&#34; wmode=&#34;window&#34; salign=&#34;TL&#34;  FlashVars=&#34;playerMode=embedded&#34;&gt; &lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Edit 27 Mar 2006:&lt;/strong&gt; Interessante, ben fatto (qualitativamente parlando). Ho anche imparato una cosa nuova: ci sono alcune interessanti info sul &lt;a href=&#34;http://it.wikipedia.org/wiki/Pietro_Cascella&#34;&gt;Mausoleo di berlusconi (commissionato a P.Cascella)&lt;/a&gt; ad &lt;a href=&#34;http://it.wikipedia.org/wiki/Arcore&#34;&gt;Arcore&lt;/a&gt;. C&amp;rsquo;é una dichiarazione anche dell&amp;rsquo;ex-sindaco di Arcore (non ricordo il nome) che dice che, malgrado ci sia il &amp;ldquo;segreto di stato&amp;rdquo; sulla villa del berlusca (dichiarato &amp;ldquo;obiettivo sensibile&amp;rdquo; per attacchi terroristici), si sa che il Mausoleo ha un sistema di alimentazione ECCESSIVAMENTE POTETE per un semplice &amp;ldquo;monumeto funerario&amp;rdquo;. Cosa ci sarà lì dentro?!?!?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zucconi e le mele</title>
      <link>https://ivandemarino.me/posts/zucconi-e-le-mele/</link>
      <pubDate>Sun, 26 Mar 2006 16:55:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/zucconi-e-le-mele/</guid>
      <description>&lt;p&gt;Un bellissimo articolo (si legge la qualità dello scrittore) di Vittorio Zucconi, che scopro essere vecchissimo amante delle &lt;a href=&#34;http://www.apple.com&#34;&gt;Mele&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; &amp;ldquo;Mi perdoni se m&amp;rsquo;intrometto e mi presento, sono un professore della Stanford University in California, sono a Parigi in vacanza con mia moglie&amp;rdquo;. E allora? &amp;ldquo;Le voglio raccontare una piccola storia. Lavoro nel dipartimento di fisica e di computer non so niente. Un paio di mesi or sono una azienda vicina al nostro campus, chiamata Apple Computers, ci ha recapitato una macchinetta che nessuno aveva mai visto prima, gratis, per provarla. I miei colleghi e io le abbiamo dato un&amp;rsquo;occhiata per divertimento e da allora tutti fanno la fila per adoperarla e ignorano le altre. La prego di credermi, non ho nessun interesse personale né commerciale, non lavoro per la Apple, ma mi permetta di darle un consiglio: si porti a casa questo qui e le giuro su mia moglie - la signora alle sue spalle lo guardò male - che questa sera lei lo userà come se lo avesse sempre avuto&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il silenzio imbarazzato: nuova dèbacle</title>
      <link>https://ivandemarino.me/posts/il-silenzio-imbarazzato-nuova-d-bacle/</link>
      <pubDate>Sun, 26 Mar 2006 16:00:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-silenzio-imbarazzato-nuova-d-bacle/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2006/c/sezioni/economia/uemarzo/berbrux/foto_7838703_13470.jpg&#34;&gt;
Da &lt;a href=&#34;http://www.repubblica.it/2006/c/sezioni/economia/uemarzo/berbrux/berbrux.html&#34;&gt;Repubblica&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;HA PROVATO a mettersi a capo di un &amp;ldquo;pronunciamento&amp;rdquo; dei governi liberisti contro la Francia. Ma ha dovuto ritirare la lettera già preparata perché nessun leader europeo, pur d&amp;rsquo;accordo sui contenuti, vuole mettere la propria firma accanto alla sua. Ha cercato di manipolare il risultato del vertice come se fosse stato un plebiscito a favore del nucleare. Con il solo scopo di mettere in imbarazzo l&amp;rsquo;opposizione. Ma è stato seccamente smentito dal presidente di turno, l&amp;rsquo;austriaco Schuessel, e perfino dal presidente della Commissione, il suo &amp;ldquo;amico&amp;rdquo; Barroso.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Newsweek: SuperMan salvi l&#39;Italia</title>
      <link>https://ivandemarino.me/posts/newsweek-superman-salvi-l-italia/</link>
      <pubDate>Sun, 26 Mar 2006 15:57:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/newsweek-superman-salvi-l-italia/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://msnbcmedia.msn.com/j/msnbc/Sections/Newsweek/Components/Photos/Mag/060403_Issue/nw_leftnavcov_060403_m10_OV.standard.jpg&#34;&gt;
«Le sue fughe e le sue figuracce sono state per troppo tempo un diversivo per i sempre più gravi problemi dell&amp;rsquo;Italia. Le difficoltà del Paese sono così formidabili che il suo successore dovrà essere quasi un superuomo per poter superare».
Così si chiude &lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48278&#34;&gt;l&amp;rsquo;articolo dell&amp;rsquo;Unità&lt;/a&gt; che prende le mosse da un articolo pubblicato niente poco di meno che da Newsweek: &lt;a href=&#34;http://www.msnbc.msn.com/id/12019244/site/newsweek/&#34;&gt;The Rise and Fall of Berlusconi: Is Italy&amp;rsquo;s flamboyant leader going down in flames?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;articolo dell&amp;rsquo;Unità, al confronto di quello che scrive il Newsweek, sembra di Destra (ho detto tutto). Invito quindi ad una attenta lettura.&lt;/p&gt;</description>
    </item>
    <item>
      <title>eyeOS: Web Based Desktop OS</title>
      <link>https://ivandemarino.me/posts/eyeos-web-based-desktop-os/</link>
      <pubDate>Sun, 26 Mar 2006 13:19:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/eyeos-web-based-desktop-os/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;eyeOS logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.eyeos.info/img/logo.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Welcome to eyeOS, a web based desktop system. With eyeOS you can access your data and your applications anywhere, anytime. A virtual office in your hands, no need to install anything in the computer. Everything lives in the browser, for you and your work colleagues. eyeOS is open source and free software. &lt;a href=&#34;http://www.eyeos.info/&#34;&gt;Set up freely an account on our servers&lt;/a&gt; or, if you prefer it, &lt;a href=&#34;http://www.eyeos.org/Downloads&#34;&gt;install it in your server&lt;/a&gt;. Make your life easier with the virtual word processor, calendar, file manager, messenger, browser and other applications. And if you want more applications, just visit the &lt;a href=&#34;http://www.eyeapps.org/&#34;&gt;eyeOS Application Database&lt;/a&gt;!&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Nestopia: renew NES</title>
      <link>https://ivandemarino.me/posts/nestopia-renew-nes/</link>
      <pubDate>Sun, 26 Mar 2006 12:52:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nestopia-renew-nes/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;NES&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/nestopia.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A portable NES/Famicom emulator written in C++&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s available for Windows and MacOSX and &lt;a href=&#34;http://www.theoldcomputer.com/Libarary&#34;&gt;here you can found a rich collection of roms&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1655/nestopia-il-vecchio-nintendo-su-mac-os&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On &lt;a href=&#34;http://www.theoldcomputer.com/MainMenu.htm&#34;&gt;The Old Computer Dot Com&lt;/a&gt; a wide collection of emulator and roms.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Red Hat Knowledgebase: free access</title>
      <link>https://ivandemarino.me/posts/red-hat-knowledgebase-free-access/</link>
      <pubDate>Sun, 26 Mar 2006 12:46:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/red-hat-knowledgebase-free-access/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;RH logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.redhat.com/g/chrome/logo_rh_home.png&#34;&gt;
Red Hat, finally, opens its &lt;a href=&#34;http://kbase.redhat.com/faq/&#34;&gt;Knowledgebase&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Red Hat Knowledgebase is a library of tips, troubleshooting advice, and current information updated daily by Red Hat technicians.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A &amp;ldquo;sink without bottom&amp;rdquo; (translation of the italian meaning-full expression &amp;ldquo;pozzo senza fondo&amp;rdquo;) of sources, knowledge, solutions about Linux.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ossblog.it/post/707/redhat_open_knowledge_base&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BBC: si, son parole sue!</title>
      <link>https://ivandemarino.me/posts/bbc-si-son-parole-sue/</link>
      <pubDate>Sun, 26 Mar 2006 12:06:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bbc-si-son-parole-sue/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;berlusca&#34; loading=&#34;lazy&#34; src=&#34;http://newsimg.bbc.co.uk/media/images/39265000/jpg/_39265351_berlusconi2-6666ap.jpg&#34;&gt;
Cazzo.
E poi dicono che «&lt;em&gt;all&amp;rsquo;estero l&amp;rsquo;Italia é stimata e ben vista&lt;/em&gt;»&lt;/p&gt;
&lt;p&gt;BBC &lt;a href=&#34;http://news.bbc.co.uk/2/hi/europe/3041288.stm&#34;&gt;appunta costantemente (ultimo update 10 Marzo 2006) le gaffe di berlusca&lt;/a&gt;: che bell&amp;rsquo;Italia che siamo.&lt;/p&gt;
&lt;p&gt;Grazie &lt;a href=&#34;http://blog.neminis.org/berlusconi-a-parole-sue.xhtml&#34;&gt;Nemo per la curiosa ed utilissima segnalazione&lt;/a&gt;.
&amp;hellip;
Ah, sempre grazie ad una &lt;a href=&#34;http://blog.neminis.org/litalia-ignorante.xhtml&#34;&gt;segnalazione di Nemo&lt;/a&gt; (dentro un post molto duro e che io inviterei a leggere utilizzando bene la poca materia grigia rimastaci), guardate qua: su Wikipedia &lt;a href=&#34;http://it.wikipedia.org/wiki/Silvio_Berlusconi/Procedimenti_giudiziari&#34;&gt;tutti i suoi Procedimenti Giudiziari&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Presunto Allarme USA: la solita bufala berlusconiana</title>
      <link>https://ivandemarino.me/posts/presunto-allarme-usa-la-solita-bufala-berlusconiana/</link>
      <pubDate>Thu, 23 Mar 2006 20:48:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/presunto-allarme-usa-la-solita-bufala-berlusconiana/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Allarme rosso per i cittadini Usa in Italia: attenzione alle manifestazioni e ai cortei, sembrano pacifici ma in realtà sono violenti. Uno strano allarme, lanciato dal Dipartimento di Stato americano nei giorni in cui, tanto per fare un esempio, esplode, senza provocare preoccupazione a Washington, la protesta dei giovani di Parigi contro il precariato. Uno strano allarme, che descrive il Bel Paese quasi fosse una democrazia vacillante sotto i colpi dei moti di piazza. E proprio per questo, forse, è un allarme che piace al governo di Roma (tanto che proprio Berlusconi pochi giorni fa aveva parlato di «emergenza democratica» e «squadrismo di sinistra»).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Voisietequi.it</title>
      <link>https://ivandemarino.me/posts/voisietequi-it/</link>
      <pubDate>Thu, 23 Mar 2006 20:34:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/voisietequi-it/</guid>
      <description>&lt;p&gt;Credo poco in questi sistemi automatici che &amp;ldquo;aiutano a capire per chi votare&amp;rdquo;.
Ma, perdere 10 minuti non costa nulla, no?
&lt;a href=&#34;http://www.voisietequi.it/risposteUtente/iosonoqui/key/7f90b80f&#34;&gt;&lt;img alt=&#34;Elezioni 2006. Io sono qui. E tu dove sei?&#34; loading=&#34;lazy&#34; src=&#34;http://www.voisietequi.it/images/banner_105x105.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Q [kju:]</title>
      <link>https://ivandemarino.me/posts/q-kju/</link>
      <pubDate>Wed, 22 Mar 2006 18:01:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/q-kju/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Q&#34; loading=&#34;lazy&#34; src=&#34;http://www.kberg.ch/q/userfiles/q_logo.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Run Windows, Linux and a lot more Systems on your Mac. Q is a feature packed cocoa port of QEMU: Switch fast between guest PCs. Save and restart guest PCs at any stage. Easily exchange Files between Host and Guest. Q makes use of OS X most advanced technologies like openGL and coreaudio to accelerate your experience with your guest PC.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is &amp;ldquo;only&amp;rdquo; an easy-interface to &lt;a href=&#34;http://www.qemu.org/&#34;&gt;QEMU&lt;/a&gt;, «&lt;em&gt;a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation&lt;/em&gt;», but it works very very good (and smarty, imho).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Finance</title>
      <link>https://ivandemarino.me/posts/google-finance/</link>
      <pubDate>Tue, 21 Mar 2006 18:25:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-finance/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google Finance beta logo&#34; loading=&#34;lazy&#34; src=&#34;http://finance.google.com/finance/images/logo_finance.gif&#34;&gt;
Another AMAZING usage of Ajax by Google: &lt;a href=&#34;http://finance.google.com/finance&#34;&gt;Google Finance&lt;/a&gt;.
It&amp;rsquo;s obviously a &amp;ldquo;beta&amp;rdquo; and the home page does not seems to be very &amp;ldquo;ajaxed&amp;rdquo;&amp;hellip; but &lt;a href=&#34;http://finance.google.com/finance?q=aapl&amp;amp;btnG=Search&#34;&gt;try to find out a symbol&lt;/a&gt; and&amp;hellip; be prepared for WOW! 8O&lt;/p&gt;</description>
    </item>
    <item>
      <title>Streaming Italiota su iTunes</title>
      <link>https://ivandemarino.me/posts/streaming-italiota-su-itunes/</link>
      <pubDate>Tue, 21 Mar 2006 00:46:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/streaming-italiota-su-itunes/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;a Stream :D&#34; loading=&#34;lazy&#34; src=&#34;http://filebox.vt.edu/users/stfox/Katahdin%20Stream%20Falls.jpg&#34;&gt;
L&amp;rsquo;amico mikiresty ci ha fatto un regalone: ha capito come fare a vedere/sentire le TV e le Radio italiane che trasmettono in streaming su internet.&lt;/p&gt;
&lt;p&gt;In sostanza, apre lo &lt;a href=&#34;http://en.wikipedia.org/wiki/Stream_%28computer%29&#34;&gt;stream&lt;/a&gt; con &lt;a href=&#34;http://www.apple.com/quicktime/mac.html&#34;&gt;QuickTime&lt;/a&gt; &lt;a href=&#34;http://www.apple.com/quicktime/pro/mac.html&#34;&gt;Pro&lt;/a&gt;, lo salva come mov (ovviamente, mov farà solo da riferimento&amp;hellip;) e poi questo mov va importato in iTunes.
Per poterlo fare con stream WMF, basta installarsi &lt;a href=&#34;http://www.flip4mac.com/&#34;&gt;flip4mac&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Per chi non disponesse di QTPro, mikiresty mette appunto a disposizione tranti stream da importare: ecco le &lt;a href=&#34;http://www.mikiresty.com/tv/tv.html&#34;&gt;TV&lt;/a&gt; e le &lt;a href=&#34;http://www.mikiresty.com/radio/radio.html&#34;&gt;Radio&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Qualcuno LI fermi</title>
      <link>https://ivandemarino.me/posts/qualcuno-li-fermi/</link>
      <pubDate>Sat, 18 Mar 2006 13:37:29 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/qualcuno-li-fermi/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Giovanardi&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006marzo/0317giovanardi.jpg&#34;&gt;
No ma sta diventando davvero insopportabile: prima quel &lt;a href=&#34;http://www.detronizator.org/2006/02/20/il-prestigioso-premio-calderoli/&#34;&gt;coglione leghista&lt;/a&gt;, poi &lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48096&#34;&gt;questo idiota&lt;/a&gt; che non sa manco quello che dice e spara cazzate a livello internazionale.&lt;/p&gt;
&lt;p&gt;Ma qualcuno si accorge di come ci guardi schifata ormai l&amp;rsquo;Europa?
Questo Governo, invece di chiudere in bellezza, si sta auto-distruggendo sul finale, spargendo sale dietro di se come faceva Annibale.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Era amore</title>
      <link>https://ivandemarino.me/posts/era-amore/</link>
      <pubDate>Sat, 18 Mar 2006 13:34:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/era-amore/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Prodi alla conferenza di Confindustria&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006marzo/0317prodi10.jpg&#34;&gt;
Così inizia uno degli ultimi articoli pubblicati sull&amp;rsquo;Unità riguardanti l&amp;rsquo;ultima assemblea di Confindustria a cui sono stati invitati Prodi e Berlusconi.
Il primo si é presentato. Il secondo ha mandato &amp;ldquo;il Cecato figlio di Papà&amp;rdquo; (Tremonti per gli amici).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48094&#34;&gt;Come é andata a Prodi?&lt;/a&gt; Decentemente direi, dato che ha dovuto avere davvero 2 PALLE COSI&amp;rsquo; per dire le cose come stanno a Confindustria. Niente applausi trionfalistici quindi (e chi ci sperava?) ma nemmeno fischi e schiamazzi. Prodi li ha presi di petto. Ha detto le cose che bisognava dire. Questo Prodi versione &amp;ldquo;so trattare con tutti&amp;rdquo; non so se deve farmi paura o può piacermi come sta già facendo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il «Guardian»: Berlusconi è il nuovo fascismo</title>
      <link>https://ivandemarino.me/posts/il-guardian-berlusconi-il-nuovo-fascismo/</link>
      <pubDate>Sat, 18 Mar 2006 13:15:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-guardian-berlusconi-il-nuovo-fascismo/</guid>
      <description>&lt;p&gt;Solita visita su l&lt;a href=&#34;http://www.unita.it/index.asp?sezione_cod=HP&#34;&gt;&amp;lsquo;Unità online&lt;/a&gt;, &lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=48073&#34;&gt;insolita sorpresa&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; Berlusconi is the most dangerous political phenomenon in Europe. He represents the most serious threat to democracy in western Europe since 1945. It might be argued that the far right as represented by such openly racist and xenophobic figures as Jean-Marie Le Pen and Jörg Haider poses a more serious danger, but such figures remain relative outsiders in the European political scene. Berlusconi does not. During his two spells as prime minister there has been a very serious erosion of the quality of Italian democracy and the tone of public life&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Andiamoci piano con la sicurezza</title>
      <link>https://ivandemarino.me/posts/andiamoci-piano-con-la-sicurezza/</link>
      <pubDate>Sat, 18 Mar 2006 13:04:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/andiamoci-piano-con-la-sicurezza/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Edit 23 Marzo 2006&lt;/strong&gt;: Io ho torto e lui ha ragione. Lascio il post per chi volesse ridere della mia gaffe. Sono stato freagato dal fatto che la libreria JS che uso si occupava &amp;ldquo;di suo&amp;rdquo; ad ovviare alle limitazioni di security.&lt;/p&gt;
&lt;p&gt;Su &lt;a href=&#34;http://groups.google.com/group/spaghettiajax?lnk=li&#34;&gt;SpaghettiAjax&lt;/a&gt; un tizio ha fatto una domanda:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip;
Dunque mi sto documentando da poco su ajax e vorrei farmi un&amp;rsquo;idea sulla
fattibilità di quanto segue: attualmente ho un WebService che espone
determinati metodi. Poi ho una web application che sostanzialmente
tramite una jsp richiama una servlet. Questa servlet richiede delle
info al WS (tramite un metodo esposto) ed una volta ottenute le passa
alla jsp che le visualizza.&lt;/p&gt;</description>
    </item>
    <item>
      <title>econoMIA</title>
      <link>https://ivandemarino.me/posts/economia/</link>
      <pubDate>Fri, 17 Mar 2006 17:21:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/economia/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;econoMIA&#34; loading=&#34;lazy&#34; src=&#34;http://www.lagazzettadelmezzogiorno.it/images/econoMIA-va-bene_143jpg.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Come fare a non riflettere?&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://spaces.msn.com/mondogabriella9/&#34;&gt;A 360° sul Mondo&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Five reasons you should use PostgreSQL</title>
      <link>https://ivandemarino.me/posts/five-reasons-you-should-use-postgresql/</link>
      <pubDate>Thu, 16 Mar 2006 19:13:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/five-reasons-you-should-use-postgresql/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;pg elephant :D&#34; loading=&#34;lazy&#34; src=&#34;http://www.bimboflap.it/risorse/servizi/coloriamo/B.N/elefante.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;While PostgreSQL&amp;rsquo;s adoption rate continues to accelerate, some folks wonder why that rate isn&amp;rsquo;t even steeper given its impressive array of features. One can speculate that many of the reasons for not considering its adoption tend to be based on either outdated or misinformed sources.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In an effort to dispel some of the FUD (fear, uncertainty, and doubt) surrounding this impressive product, instead, I&amp;rsquo;ll put forth several of the most commonplace reasons companies have for not investigating PostgreSQL further.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nooooo, ma va tutto bene... perché nessuno gli crede?</title>
      <link>https://ivandemarino.me/posts/nooooo-ma-va-tutto-bene-perch-nessuno-gli-crede/</link>
      <pubDate>Thu, 16 Mar 2006 18:59:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nooooo-ma-va-tutto-bene-perch-nessuno-gli-crede/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Draghi, direttore Bankitalia&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006marzo/0216draghi.jpg&#34;&gt;
L&amp;rsquo;Unità online di oggi scrive:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;16.03.2006&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Ristagno, precariato e debiti: l&#39;Italia secondo Bankitalia&lt;/h2&gt;
di &lt;strong&gt;red&lt;/strong&gt;
&gt; Flebili segnali di ripresa che non bastano a segnare una svolta rispetto ai troppi problemi del Paese: il calo dell’occupazione, l’aumento del debito pubblico, il ristagno della produzione industriale. È opaca l’immagine del sistema Italia offerta dal bollettino economico della Banca d&#39;Italia, primo dell’era Draghi. Tutto sembra tornato indietro a dieci anni fa, e va peggio di allora. Per tornare a crescere, si legge, servono «occorrono azioni di lunga lena volte a modificare incisivamente la struttura produttiva e l&#39; ambiente regolamentare e di mercato in cui essa opera».
&gt; Così com’è l’economia italiana non mostra «ancora un superamento del divario di crescita di cui l&#39;economia italiana soffre, non solo rispetto alle aree più dinamiche del mondo, ma anche rispetto agli stessi grandi paesi dell&#39;area dell&#39;euro, pure attardati nel confronto internazionale».
&gt; «Secondo le previsioni della commissione europea e di consensus – afferma Bankitalia - l&#39;economia italiana dovrebbe crescere nella media del 2006 a un tasso di poco superiore all&#39;1%». Ma, intanto, nei primi mesi del 2006 si assiste a «un sostanziale ristagno della produzione industriale». Non solo. Nel 2005 l&#39; occupazione in Italia, pure essendo cresciuta dello 0,2% nel numero di persone occupate, se calcolata sulla base dei posti di lavoro a tempo pieno è diminuita per la prima volta dal 1995: meno 0,4%. Colpa di una vera e propria esplosione di lavori part time. Fra i giovani compresi tra i 15 e i 29 anni, un lavoratore su quattro è precario, percentuale che sale addirittura al 49,8% per i neoassunti.
&gt; Ma il dato più inquietante riguarda il debito. Quello pubblico che torna a crescere dopo 10 anni di riduzione e cresce anche più del previsto: più 2,6%, 103,8% registrato nel 2004 al dal 106,4%. Quello delle famiglie che negli ultimi dieci anni è quasi raddoppiato «raggiungendo il 30% del Pil nel settembre 2005 (erano il 18% nel 1996)».
&lt;/blockquote&gt;
&lt;p&gt;E ci si domanda perché nessuno gli crede?
&lt;em&gt;&lt;strong&gt;berlusconiiiii&amp;hellip; MA VAFF*****O VA!&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>SketchUp Google Earth Plugin</title>
      <link>https://ivandemarino.me/posts/sketchup-google-earth-plugin/</link>
      <pubDate>Thu, 16 Mar 2006 16:31:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/sketchup-google-earth-plugin/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://download.sketchup.com/graphics/STATIC_headers/Googleplex.jpg&#34;&gt;
With the &lt;a href=&#34;http://www.sketchup.com/index.php?id=408&#34;&gt;SketchUp Google Earth plugin&lt;/a&gt;, you can use &lt;a href=&#34;http://earth.google.com/&#34;&gt;Google Earth&lt;/a&gt; to view 3D models in their real-world context. You&amp;rsquo;re no longer limited to just viewing the world through satellite imagery; now you can build on the tapestry provided by Google Earth.&lt;/p&gt;
&lt;p&gt;Whether you want to create presentations of proposed developments, share a building you&amp;rsquo;ve designed, or view a model in context, you&amp;rsquo;ll find the combination of SketchUp and Google Earth provide you with a great venue to express your creativity.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ajax per tutti (gli Italiofoni)</title>
      <link>https://ivandemarino.me/posts/ajax-per-tutti-gli-italiofoni/</link>
      <pubDate>Thu, 16 Mar 2006 16:14:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ajax-per-tutti-gli-italiofoni/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ajax :D&#34; loading=&#34;lazy&#34; src=&#34;http://www.procter.se/highres/jpg150/ajax/050118_AjaxColorApple150dpi.jpg&#34;&gt;
Cos&amp;rsquo;é un Italiofono?
E&amp;rsquo; uno che capisce solo l&amp;rsquo;italiano e, &lt;del datetime=&#34;2006-03-17T16:05:26+00:00&#34;&gt;per tanto&lt;/del&gt; pertanto (ndDetro - Geppo, stavi come il falco :P ), molto simile ad uno specchio refrattario :D .
Ok ok, scherzavo.&lt;/p&gt;
&lt;p&gt;Ho cmq da segnalare un interessante howto (molto completo) per introdurre ad Ajax tutti quegli sviluppatori italiani che non hanno alcuna voglia di usare &lt;a href=&#34;http://www.google.com/search?hl=en&amp;amp;q=ajax&amp;amp;btnG=Google+Search&#34;&gt;Google&lt;/a&gt; e leggere qualche howto in inglese: &lt;a href=&#34;http://antirez.com/articoli/spaghettiajax.html&#34;&gt;Spaghetti Ajax&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A parte il solito trito e ritrito cliché degli &amp;ldquo;Spaghetti&amp;rdquo; per indicare l&amp;rsquo;Italia, mi sembra un&amp;rsquo;ottima lettura per tutti.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ciò che dovreste sapere su Berlusca</title>
      <link>https://ivandemarino.me/posts/ci-che-dovreste-sapere-su-berlusca/</link>
      <pubDate>Wed, 15 Mar 2006 13:53:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ci-che-dovreste-sapere-su-berlusca/</guid>
      <description>&lt;p&gt;E&amp;rsquo; un grosso DVD di documenti e satira di tutti i tipi: i più interessanti sono proprio i documenti inediti (o trasmessi di notte&amp;hellip; quindi praticamente inediti).&lt;/p&gt;
&lt;p&gt;Su &lt;a href=&#34;http://www.mininova.org/tor/252809&#34;&gt;Mininova.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Per favore, scaricate e diffondete il più possibile: fatelo vedere a quanta più gente potete. Agli anziani in particolare: berlusconi non é di Destra. berlusconi é solo un mafioso che ha scelto a caso uno schieramento politico.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prodi vs. Berlusconi: NO al Soppruso Vocale</title>
      <link>https://ivandemarino.me/posts/prodi-vs-berlusconi-no-al-soppruso-vocale/</link>
      <pubDate>Wed, 15 Mar 2006 13:29:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/prodi-vs-berlusconi-no-al-soppruso-vocale/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;maschere da Dagospia&#34; loading=&#34;lazy&#34; src=&#34;http://www.tvblog.it/uploads/confrontoprodiberlusconi.JPG&#34;&gt;
Chi mi conosce si sarebbe aspettato un pronto commento già ieri notte&amp;hellip; ma ho preferito far passare il buio per poter meglio &amp;ldquo;digerire&amp;rdquo; l&amp;rsquo;evento di ieri. O, meglio, quello che le TV, i giornali, i media in generale volevano &amp;ldquo;vendere&amp;rdquo; come evento.&lt;/p&gt;
&lt;p&gt;Ieri c&amp;rsquo;é stato un incontro al vertice: uno scontro fra i 2 uomini che &amp;ldquo;dovranno&amp;rdquo; (chi dei due, lo deciderai TU) governare questo paese. Non un &amp;ldquo;evento televisivo&amp;rdquo;, ma qualcosa di più concreto e meno sensazionalistico.
&amp;hellip;
&amp;hellip;
&amp;hellip;
Ok, ci ho provato. Ora però parliamo di &amp;ldquo;risultati&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>berlusconi vs Annunziata: Intervista a Enzo Biagi</title>
      <link>https://ivandemarino.me/posts/berlusconi-vs-annunziata-intervista-a-enzo-biagi/</link>
      <pubDate>Tue, 14 Mar 2006 11:14:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/berlusconi-vs-annunziata-intervista-a-enzo-biagi/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;caricatura simpatica di Enzo Biagi&#34; loading=&#34;lazy&#34; src=&#34;http://www.sansonifabio.it/images/biagi.jpg&#34;&gt;
Siamo in periodo elettorale, quindi non credo che si fermerà qui la &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/2006/03/12/luttazzi-intervista-travaglio/&#34;&gt;tiritera&lt;/a&gt;&amp;rdquo; dei POST sulle prossime elezioni.
Evitando di riportare &amp;ldquo;i fatti che già TUTTI discutono&amp;rdquo;, preferisco concentrarmi su quello che le persone dovrebbero ascoltare/leggere/vedere e che i normali media fanno passare sotto silenzio.
Un esempio é il &lt;a href=&#34;http://www.raitre.rai.it/videoInMezzora/1,,12-03-2006,00.html&#34;&gt;caso berlusconi-Annunziata (ndDetro &lt;em&gt;RealMedia da scaricare dal sito di Rai 3&lt;/em&gt;)&lt;/a&gt; che sta facendo ridere/discutere un pò tutti, dando ad entrambe gli schieramenti la possibilità di raccontare &amp;ldquo;la propria versione&amp;rdquo; e &amp;ldquo;la propria interpretazione&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>detronizator.org goes 2.0.2</title>
      <link>https://ivandemarino.me/posts/detronizator-org-goes-2-0-2/</link>
      <pubDate>Sun, 12 Mar 2006 23:02:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detronizator-org-goes-2-0-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;WP logo&#34; loading=&#34;lazy&#34; src=&#34;http://wordpress.org/style/header-logo.png&#34;&gt;
Only because it&amp;rsquo;s necessary for &lt;strong&gt;security reasons&lt;/strong&gt;: I&amp;rsquo;m very tyred to these annoying practies&amp;hellip; ;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;h3&gt;2.0.2 Security Release&lt;/h3&gt;
&lt;/blockquote&gt;
&lt;p&gt;An important security issue has been brought to the attention of the WordPress team and we have worked diligently to bring you a new stable release that addresses it. Our &lt;a href=&#34;http://wordpress.org/download/&#34;&gt;latest version 2.0.2&lt;/a&gt; contains several bugfixes and security fixes.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The problems addressed are unannounced XSS issues privately discovered and reported to the WordPress team. Thanks to Mark Jaquith, Robert Deaton, and David House for assisting with this release.
Just a quick note: this is different than the snake-oil reports that went out on some security lists a few days ago. There were a couple, but they were either not actual security problems, too small to warrant a release, or just patently false. Remember: just because you read it on a mailing list doesn’t mean that it’s true. We’d be the first people to panic if there was an actual problem.
As always, when something serious crosses our desks we jump on it and get a well-tested release out as soon as possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Luttazzi intervista Travaglio</title>
      <link>https://ivandemarino.me/posts/luttazzi-intervista-travaglio/</link>
      <pubDate>Sun, 12 Mar 2006 21:13:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/luttazzi-intervista-travaglio/</guid>
      <description>&lt;p&gt;E siccome mi sembra molto importante, continuo il &lt;a href=&#34;http://www.detronizator.org/2006/03/12/unora-e-trenta-prima-di-votare/&#34;&gt;post precedente&lt;/a&gt; arricchendolo della intervista agghiacciante che Luttazzi fece a Travaglio e che fu tra le cause scatenanti del famoso &lt;a href=&#34;http://it.wikipedia.org/wiki/Diktat_bulgaro&#34;&gt;Diktat Bulgaro&lt;/a&gt;.
&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; align=&#34;middle&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DpgAAAETi5LfJ1Zcp7_qWw_MXq4BgqwWMbXsDX_RWRvSMBsg75uXRsMMfs_J-ii6FmTO4XHgL3hhAgpJZhW_dNw5V1quHvVIG5oSrHhyvil5Wxf398mQkv9duAMkNCxfvkoc2gmvHGMp5JH3AQw_iKxoLEbgd0tGzixH2Ptg0B7EPrJZXTudpRHryKilbnrdkx82X-NcdH_NuDQArAcIxgZYNfu1ZssWNfvKcSiz55RXRy5A1%26sigh%3D5o8tFT1ZoyOZ6KR77qIF-DBCb_Q%26begin%3D0%26len%3D1127760%26docid%3D-8927030799484610690&amp;thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3Db747311f1f638e71%26second%3D5%26itag%3Dw320%26urlcreated%3D1142194020%26sigh%3DFEDNSMS9Mp7JjfhJl5SqW5GM83g&amp;playerId=-8927030799484610690&#34; allowScriptAccess=&#34;sameDomain&#34; quality=&#34;best&#34; bgcolor=&#34;#ffffff&#34; scale=&#34;noScale&#34; wmode=&#34;window&#34; salign=&#34;TL&#34;  FlashVars=&#34;playerMode=embedded&#34;&gt; &lt;/embed&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Un&#39;ora e trenta prima di votare</title>
      <link>https://ivandemarino.me/posts/un-ora-e-trenta-prima-di-votare/</link>
      <pubDate>Sun, 12 Mar 2006 21:10:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/un-ora-e-trenta-prima-di-votare/</guid>
      <description>&lt;p&gt;Ieri, scavando su internet alla ricerca dell&amp;rsquo;&lt;a href=&#34;http://youtube.com/watch?v=YVQ1kmOOBrw&amp;amp;search=borsellino&#34;&gt;ultima intervista a Borsellino&lt;/a&gt; (quella mai trasmessa in TV, a parte una sola volta di notte non so su quale canale), ho trovato un lungo intervento di &lt;a href=&#34;http://it.wikipedia.org/wiki/Marco_Travaglio&#34;&gt;Travaglio&lt;/a&gt; alla presentazione di un suo libro su berlusconi, non so se proprio &amp;ldquo;&lt;a href=&#34;http://it.wikipedia.org/wiki/L%27odore_dei_soldi&#34;&gt;L&amp;rsquo;Odore dei Soldi&lt;/a&gt;&amp;rdquo;, in cui, partendo dai maxi processi di &lt;a href=&#34;http://it.wikipedia.org/wiki/Cosa_Nostra&#34;&gt;Mafia&lt;/a&gt; a &lt;a href=&#34;http://it.wikipedia.org/wiki/Marcello_dell%27Utri&#34;&gt;Marcello Dell&amp;rsquo;Utri&lt;/a&gt;, racconta il profondissimo intreccio tra l&amp;rsquo;attuale governo italiano e &lt;a href=&#34;http://it.wikipedia.org/wiki/Cosa_Nostra&#34;&gt;Cosa Nostra&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;E&amp;rsquo; un documento da vedere e far vedere a tutti quelli che, quando attaccate il governo, vi definiscono &amp;ldquo;Comunisti&amp;rdquo;: quello che la gente non capisce é che qui si va oltre la questione politica e si addita qualcosa di ben più grande e grave.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Project for the New American Century / 2</title>
      <link>https://ivandemarino.me/posts/the-project-for-the-new-american-century-2/</link>
      <pubDate>Thu, 09 Mar 2006 15:27:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-project-for-the-new-american-century-2/</guid>
      <description>&lt;p&gt;Non posso non continuare, ricitanto &lt;a href=&#34;http://blog.neminis.org/usa-sottomissione-dellumanita-2.xhtml&#34;&gt;Nemo ed il suo ultimo post&lt;/a&gt;: questa roba é su Wikipedia!!!&lt;/p&gt;
&lt;p&gt;8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O 8O&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Project for the New American Century</title>
      <link>https://ivandemarino.me/posts/the-project-for-the-new-american-century/</link>
      <pubDate>Wed, 08 Mar 2006 18:48:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-project-for-the-new-american-century/</guid>
      <description>&lt;p&gt;Se vi dicessero che i piani per la conquista del mondo da parte dell&amp;rsquo;America esistono e sono anche &lt;a href=&#34;http://www.newamericancentury.org/RebuildingAmericasDefenses.pdf&#34;&gt;ONLINE&lt;/a&gt; voi cosa pensereste?&lt;/p&gt;
&lt;p&gt;Esatto, sono le stesse cose che pensava &lt;a href=&#34;http://blog.neminis.org/usa-sottommisione-dellumanita.xhtml&#34;&gt;Nemo&lt;/a&gt; fino a 2 giorni fa: poi ha visto uno spettacolo di &lt;a href=&#34;http://www.danieleluttazzi.it&#34;&gt;Luttazzi&lt;/a&gt;, &lt;a href=&#34;http://www.danieleluttazzi.it/?q=node/203&#34;&gt;Bollito Misto con Mostarda&lt;/a&gt;, e ha scoperto qualcosa di sconvolgente. Prego, andate a questo link: &lt;a href=&#34;http://www.newamericancentury.org/index.html&#34;&gt;Project for the NEW AMERICAN CENTURY&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.kelebekler.com/occ/fig/comicse.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Riporto solo la PRIMA FRASE che si legge sul sito, per me già più che sufficiente per comprendere lo spirito di tutto questo:&lt;/p&gt;</description>
    </item>
    <item>
      <title>I tempi NON cambiano...</title>
      <link>https://ivandemarino.me/posts/i-tempi-non-cambiano/</link>
      <pubDate>Wed, 08 Mar 2006 10:58:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-tempi-non-cambiano/</guid>
      <description>&lt;p&gt;&amp;hellip; la madre degli imbecilli é sempre incinta.&lt;/p&gt;
&lt;p&gt;Ho aggiornato il &lt;a href=&#34;http://www.detronizator.org/2006/03/07/i-tempi-cambiano/&#34;&gt;post di ieri relativo ai &amp;ldquo;test di sicurezza&amp;rdquo; su MacOSX&lt;/a&gt;: é quasi VERGOGNOSO scrivere dei titoli &amp;ldquo;sensazionalistici&amp;rdquo; al solo scopo di fare aumentare il numero di visite di un sito.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Porsche 911 Carrera 997 Commercial</title>
      <link>https://ivandemarino.me/posts/porsche-911-carrera-997-commercial/</link>
      <pubDate>Tue, 07 Mar 2006 23:45:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/porsche-911-carrera-997-commercial/</guid>
      <description>&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; align=&#34;middle&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DowAAAJSJtJQPVQ6roFaBQ0y0UCM32CVZGOekUMRzu9VeEX8XEsDyuRdJbx6UB1vbCLuUSIHUojd3GmV3sRkSFxZhOQybyhKoj8j8wzOJxnh1MCcjUbgpgQKaEfqTQUIBuGtaxEwUSnFakSMuZig0N_SNrpIFeVbS6p0zDuYQOeZHK2nBULHbwC7b5mpl-yGY_KUZW9OjVTkCfsIc-XpZhURzSSrURfg-3qeg8DCteMFoi4Xx%26sigh%3DGZIRYwsuNXqPC4z30loS_zrnyFU%26begin%3D0%26len%3D181933%26docid%3D914097855814595808&amp;thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3Da1dbfef1d6283cf4%26second%3D5%26itag%3Dw320%26urlcreated%3D1141771347%26sigh%3DNQ6_RDMcSmqj38KTNBG53PWshgQ&amp;playerId=914097855814595808&#34; allowScriptAccess=&#34;sameDomain&#34; quality=&#34;best&#34; bgcolor=&#34;#ffffff&#34; scale=&#34;noScale&#34; wmode=&#34;window&#34; salign=&#34;TL&#34;  FlashVars=&#34;playerMode=embedded&#34;&gt; &lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;So much video about cars in this period. And anyone of these is a beautiful advisory.
&lt;strong&gt;ARTvisory! :D&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>I tempi cambiano...</title>
      <link>https://ivandemarino.me/posts/i-tempi-cambiano/</link>
      <pubDate>Tue, 07 Mar 2006 11:40:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/i-tempi-cambiano/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Mac Mini Rage&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/macminihack.jpg&#34;&gt;
&amp;hellip; o almeno iniziano a farlo.&lt;/p&gt;
&lt;p&gt;Io personalmente non avevo mai letto niente a proposito di test/challenge per il cracking di sistemi MacOSX (ce ne sono stati, ma sempre per dimostrare la robustezza di questi sistemi e di Linux rispetto a W32).&lt;/p&gt;
&lt;p&gt;Ebbene, ne sono stati lanciati già 2 (ma sicuramente altri ce ne sono e non ci (mi) sono pervenuti):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://rm-my-mac.wideopenbsd.org.nyud.net:8090/&#34;&gt;RM MY MAC&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://test.doit.wisc.edu/&#34;&gt;Mac OS X Security Challenge&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spot 159 SW: l&#39;Arte che eccede</title>
      <link>https://ivandemarino.me/posts/spot-159-sw-l-arte-che-eccede/</link>
      <pubDate>Mon, 06 Mar 2006 22:34:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/spot-159-sw-l-arte-che-eccede/</guid>
      <description>&lt;p&gt;Se fossi un manager Alfa Romeo di sicuro non farei mai fare uno spot del genere per promuovere la mia nuova auto: non credo che abbia molto senso fare uno spot che NON TRATTA PER NIENTE l&amp;rsquo;auto, per concentrarsi quasi esclusivamente sul messaggio mediatico.&lt;/p&gt;
&lt;p&gt;Ecco la versione integrale:
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/zP3mrbCfFg0&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Resta però un fatto: lo spot é BELLISSIMO ed il messaggio che trasmette anche. Ma&amp;hellip; che cosa ci dice della nuova auto Alfa? Si, ci parla del suo carattere e del suo &amp;ldquo;carisma&amp;rdquo; ma, quando compro un&amp;rsquo;auto, io guardo estetica, motore, qualità dei rifinimenti, sistemi di sicurezza e controllo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>1 Linux x 6 Users</title>
      <link>https://ivandemarino.me/posts/1-linux-x-6-users/</link>
      <pubDate>Mon, 06 Mar 2006 14:26:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/1-linux-x-6-users/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;1x6&#34; loading=&#34;lazy&#34; src=&#34;http://linuxgazette.net/124/misc/smith/sixusers.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;
&lt;strong&gt;A Multi-Seat Linux Box&lt;/strong&gt;: This tutorial shows how to build a multi-head, multi-user Linux box using a recent distribution of Linux and standard USB keyboards and mice. Xorg calls this arrangement a &#34;multi-seat&#34; system.
&gt; &lt;strong&gt;Advantages of a Multi-Seat System&lt;/strong&gt;: The advantages of multi-seat systems in schools, Internet cafes, and libraries include more than just saving money. They include much lower noise pollution, much less power consumption, and lowered space requirements. For many applications, power and noise budgets are as important as initial cost.
&lt;strong&gt;http://www.detronizator.org/wp-admin/post.php
Requirements&lt;/strong&gt;: To build a multi-seat system you need a video adapter, keyboard, and mouse for each seat. For six seats, you&#39;ll also need a motherboard with an AGP slot and five available PCI slots. In our test system we used USB keyboards and mice exclusively, but you can use a PS/2 keyboard and mouse for one of the seats if you wish.
&gt; Xorg 6.9 or later is required, but this already ships with many of the major distributions. Our test system uses the free version of Mandriva 2006 and we did not rebuild the kernel or install any additional packages. 
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://linuxgazette.net/124/smith.html&#34;&gt;Here&lt;/a&gt; for the &lt;a href=&#34;http://linuxgazette.net/124/smith.html&#34;&gt;full article&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Studiando Cocoa</title>
      <link>https://ivandemarino.me/posts/studiando-cocoa/</link>
      <pubDate>Mon, 06 Mar 2006 13:08:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/studiando-cocoa/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Cocoa fruit&#34; loading=&#34;lazy&#34; src=&#34;http://www.sles.ukzn.ac.za/plantgermcons/cocoa%20fruit%20&amp;%20seeds-1.jpg&#34;&gt;
Salve.
Era da parecchio tempo che mi ripromettevo di farlo: finalmente adesso ho trovato il tempo per cominciare il mio studio del framework &lt;a href=&#34;http://developer.apple.com/cocoa/&#34;&gt;Cocoa&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ma prima, una citazione da Wikipedia:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Cocoa is the dried and partially fermented fatty seed of the cacao tree from which chocolate is made. In the United States, &amp;lsquo;cocoa&amp;rsquo; often refers to cocoa powder, the dry powder made by grinding cocoa seeds and removing the cocoa butter from the dark, bitter cocoa solids. By itself it has an extremely bitter flavor.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Real Simpsons</title>
      <link>https://ivandemarino.me/posts/real-simpsons/</link>
      <pubDate>Mon, 06 Mar 2006 12:43:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/real-simpsons/</guid>
      <description>&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/49IDp76kjPw&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s identical to the &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Simpsons&#34;&gt;original&lt;/a&gt;, isn&amp;rsquo;t it?
It may be an original idea for a film&amp;hellip; &lt;a href=&#34;http://en.wikipedia.org/wiki/Matt_Groening&#34;&gt;Matt&lt;/a&gt; think about it, please.&lt;/p&gt;</description>
    </item>
    <item>
      <title>detronizator.org STILL changes face </title>
      <link>https://ivandemarino.me/posts/detronizator-org-still-changes-face/</link>
      <pubDate>Wed, 01 Mar 2006 22:32:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detronizator-org-still-changes-face/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://www.detronizator.org/2006/02/27/detronizatororg-changes-face/&#34;&gt;previous theme&lt;/a&gt;, &lt;a href=&#34;http://warpspire.com/hemingway&#34;&gt;Heminway&lt;/a&gt;, demonstrate difficulties in &amp;ldquo;information&amp;rsquo;s organization&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;This new theme is &lt;a href=&#34;http://blogshop.de/21022006,497&#34;&gt;Sirius Theme by Olaf A. Schmitz&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Try! :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Microsoft redesign the iPod Package</title>
      <link>https://ivandemarino.me/posts/microsoft-redesign-the-ipod-package/</link>
      <pubDate>Wed, 01 Mar 2006 19:34:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/microsoft-redesign-the-ipod-package/</guid>
      <description>&lt;p&gt;Pure MS Style!
:lol:
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/UADizYtTrAI&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;At Naples we use a meaning-full expression: &lt;em&gt;CAFONE&lt;/em&gt;!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monologo di Luttazzi</title>
      <link>https://ivandemarino.me/posts/monologo-di-luttazzi/</link>
      <pubDate>Wed, 01 Mar 2006 17:54:53 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/monologo-di-luttazzi/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Luttazzi contro tutti&#34; loading=&#34;lazy&#34; src=&#34;http://www.danieleluttazzi.it/files/luttazzi_contro_tutti.jpg&#34;&gt;
Una serie di ritagli e collage dei pezzi più esilaranti dei monologhi di un Grande: &lt;a href=&#34;http://www.danieleluttazzi.it/&#34;&gt;Daniele Luttazzi&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.repubblica.it/online/politica/satiquattro/mono/mono.html&#34;&gt;Qui&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Un esempio? (questa é tratta dal Satyricon):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(Parla di berlusconi)&amp;hellip; &amp;ldquo;&lt;em&gt;Io sono il migliore del mondo!&lt;/em&gt;&amp;rdquo;. Penso al povero Piersilvio, da piccolo, con un padre così. Dev&amp;rsquo;essere stato un inferno. &amp;ldquo;&lt;em&gt;Quanti anni hai figliuolo?&lt;/em&gt;&amp;rdquo; &amp;ldquo;&lt;em&gt;5, papà&lt;/em&gt;&amp;rdquo;. &amp;ldquo;&lt;em&gt;Io alla tua età ne avevo sei&lt;/em&gt;&amp;rdquo;. Un inferno&amp;hellip;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Voglio segnalare anche una &lt;a href=&#34;http://www.danieleluttazzi.it/files/daniele_luttazzi_20050227_sky.mov&#34;&gt;bellissima intervista&lt;/a&gt; che ha rilasciato a Sky.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il Party di Addio di Zio Silvio</title>
      <link>https://ivandemarino.me/posts/il-party-di-addio-di-zio-silvio/</link>
      <pubDate>Wed, 01 Mar 2006 02:00:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-party-di-addio-di-zio-silvio/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;party di addio&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006febbraio/0229Ovale.jpg&#34;&gt;
Prodi così ha definito la visita (a che fine in realtà non si capisce) di Silvio &lt;strong&gt;berlusconi&lt;/strong&gt; (ndDetro Non é un errore di battitura) al suo &amp;ldquo;amico&amp;rdquo; Bush:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; deve considerarlo «un party d&amp;rsquo;addio che Bush organizza per il suo amico» Prodi ha ricordato che è già successo con Aznar e non gli ha portato fortuna visto che poi ha perso le elezioni. «Quindi è anche di buon augurio per me», ha scherzato&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WWJD 3</title>
      <link>https://ivandemarino.me/posts/wwjd-3/</link>
      <pubDate>Tue, 28 Feb 2006 15:35:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/wwjd-3/</guid>
      <description>&lt;p&gt;What Would Jobs Do?&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.engadget.com/2006/02/27/wwjd-3-results/&#34;&gt;A beautifull gallery on Engadget.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Some of these are pretty COOL! The first entry, for example.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Saab Aero-X images</title>
      <link>https://ivandemarino.me/posts/saab-aero-x-images/</link>
      <pubDate>Tue, 28 Feb 2006 11:29:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/saab-aero-x-images/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;01&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/saab_aero_x_concept_400_04.jpg&#34;&gt;
&lt;img alt=&#34;02&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/saab_aero_x_concept_400_03.jpg&#34;&gt;
&lt;img alt=&#34;03&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/saab_aero_x_concept_400_02.jpg&#34;&gt;
&lt;img alt=&#34;04&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/saab_aero_x_concept_400_01.jpg&#34;&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;4x4&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;2.8cc V6 bi-turbo Saab BioPower engine, entirelly in alluminium&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;400cv max-power, at 5000rpm&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Accelleration 0-100 in 4.9s&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Front Wheel of 22&amp;quot; / Back Wheel of 23&amp;quot;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Il resoconto in Real-Time del Keynote di oggi</title>
      <link>https://ivandemarino.me/posts/il-resoconto-in-real-time-del-keynote-di-oggi/</link>
      <pubDate>Tue, 28 Feb 2006 10:57:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-resoconto-in-real-time-del-keynote-di-oggi/</guid>
      <description>&lt;p&gt;28 Febbraio 2006: come al solito, &lt;a href=&#34;http://www.macitynet.it/&#34;&gt;MacCityNet.it&lt;/a&gt; ci delizia con &lt;a href=&#34;http://www.macitynet.it/keynote/&#34;&gt;questa pagina dedicata al Keynote&lt;/a&gt; che, a partire dalle 19 di oggi, sarà aggiornata ad ogni nuova dichiarazione/annuncio/novità che sarà fatta/presentata sul palco del &lt;a href=&#34;http://www.detronizator.org/2006/02/28/town-hall-auditorium-4-infinite-loop/&#34;&gt;Town Hall Auditorium&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Mai come questa volta é giusto dire &amp;ldquo;&lt;em&gt;stay tuned&lt;/em&gt;&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Le pause di Prodi</title>
      <link>https://ivandemarino.me/posts/le-pause-di-prodi/</link>
      <pubDate>Tue, 28 Feb 2006 10:52:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/le-pause-di-prodi/</guid>
      <description>&lt;p&gt;Un&amp;rsquo;altra vignetta di &lt;a href=&#34;http://mollybezz.buzznet.com/user/&#34;&gt;Molly Bezz&lt;/a&gt;.
&lt;img alt=&#34;le pause di Prodi&#34; loading=&#34;lazy&#34; src=&#34;http://www.tvblog.it/uploads/Pause.JPG&#34;&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.tvblog.it/&#34;&gt;TVBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Town Hall Auditorium - #4 Infinite Loop</title>
      <link>https://ivandemarino.me/posts/town-hall-auditorium-4-infinite-loop/</link>
      <pubDate>Tue, 28 Feb 2006 00:46:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/town-hall-auditorium-4-infinite-loop/</guid>
      <description>&lt;p&gt;#4 Infinite Loop
Apple Computer Campus
Cupertino, California, USA&lt;/p&gt;
&lt;object classid=&#34;clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B&#34; codebase=&#34;http://www.apple.com/qtactivex/qtplugin.cab&#34; height=&#34;336&#34; width=&#34;480&#34;&gt;
&lt;p&gt;&lt;embed pluginspage=&#34;http://www.apple.com/quicktime/download/&#34; src=&#34;http://silicon-valley.siggraph.org/images/TownHall.mov&#34; type=&#34;video/quicktime&#34; controller=&#34;true&#34; height=&#34;336&#34; width=&#34;480&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;/object&gt;
&lt;p&gt;click and drag to pan and tilt shift and control to zoom in and out, respectively.&lt;/p&gt;
&lt;p&gt;Today Apple will present&amp;hellip; &lt;a href=&#34;http://www.detronizator.org/2006/02/22/new-products-from-apple-at-february-28/&#34;&gt;new funny products&lt;/a&gt;! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>detronizator.org changes face</title>
      <link>https://ivandemarino.me/posts/detronizator-org-changes-face/</link>
      <pubDate>Mon, 27 Feb 2006 22:52:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detronizator-org-changes-face/</guid>
      <description>&lt;p&gt;This new theme is for test purpouse only: I like it (too much) but&amp;hellip; I&amp;rsquo;m not sure about readability and usability.
It&amp;rsquo;s name is Heminway: you can found it &lt;a href=&#34;http://warpspire.com/hemingway&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have any comments about it&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>M$ Unveils Win Vista Product Lineup: Sic et Simpliciter!</title>
      <link>https://ivandemarino.me/posts/m-unveils-win-vista-product-lineup-sic-et-simpliciter/</link>
      <pubDate>Mon, 27 Feb 2006 18:45:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/m-unveils-win-vista-product-lineup-sic-et-simpliciter/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;MS logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.microsoft.com/library/toolbar/3.0/images/banners/ms_masthead_ltr.gif&#34;&gt;
On it.Wikipedia:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It&amp;rsquo;s a latin expression that means &amp;ldquo;simply, it&amp;rsquo;s that&amp;rdquo;. Used in order to emphasize that &lt;em&gt;the things are in this way&lt;/em&gt; and &lt;em&gt;there is nothing that needs a clarification&lt;/em&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here, the &lt;a href=&#34;http://www.microsoft.com/presspass/press/2006/feb06/02-26WinVistaProductsPR.mspx&#34;&gt;&lt;em&gt;Microsoft Unveils Windows Vista Product Lineup&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A nice extract:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Windows Vista product lineup consists of &lt;strong&gt;six&lt;/strong&gt; versions, &lt;strong&gt;two&lt;/strong&gt; for businesses, &lt;strong&gt;three&lt;/strong&gt; for consumers, and &lt;strong&gt;one&lt;/strong&gt; for emerging markets: Windows Vista Business, Windows Vista Enterprise, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Ultimate and Windows Vista Starter. The number of offerings is the same as the number of offerings currently available for Windows® XP. More important, &lt;strong&gt;the lineup is designed to deliver clear value to a broad range of customers&lt;/strong&gt;, each product tailored to meet specific needs of various segments of customers — home PC users, small and medium-sized businesses and the largest enterprises — and is aimed at bringing 64-bit, Media Center and Tablet PC functionality into the mainstream.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pagani Zonda Roadster F</title>
      <link>https://ivandemarino.me/posts/pagani-zonda-roadster-f/</link>
      <pubDate>Sat, 25 Feb 2006 15:50:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/pagani-zonda-roadster-f/</guid>
      <description>&lt;p&gt;Private show of this Beauty Monster-Car.
&lt;object width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/oJV0IcYEXJc&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;425&#34; height=&#34;350&#34;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;No one tried to answer to my &lt;a href=&#34;http://www.detronizator.org/2006/02/12/pz-roadster-f/&#34;&gt;old quiz about its dashboard&lt;/a&gt; :(&lt;/p&gt;</description>
    </item>
    <item>
      <title>NATO-ASI: Magnetic Nanostructure School </title>
      <link>https://ivandemarino.me/posts/nato-asi-magnetic-nanostructure-school/</link>
      <pubDate>Sat, 25 Feb 2006 13:06:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nato-asi-magnetic-nanostructure-school/</guid>
      <description>&lt;blockquote&gt;
&lt;h3&gt;School Announcement&lt;/h3&gt;
This school brings together scientists and engineers interested in recent developments of magnetism. Emphasis is placed on micro-electromechanical systems and spintronic applications.
&gt; &lt;h3&gt;Objectives&lt;/h3&gt;
The objective of the school is to propose a synergic junction between the characteristic expertise of the engineering and the knowledge of the basic science. The main effect should be a cross-cultural fertilization favoring an interdisciplinary enrichment for the attendants and their research perspectives.
The program of the school will cover a wide area in the domain of the science and technology of magnetic nanostructures and microsystems. The lectures are organized in four main topics: Spintronics; Magmas (magnetic MEMS and NEMS for micromachines, microrobotics and microsystem technology); Magnetic recording; Magnetic Nanoscience.
&lt;/blockquote&gt;
&lt;p&gt;The school was ideated from the Magnetism Research Group - University of Messina (Italy) and will start in Villa San Giovanni - Scilla, Calabria, Italy 2 - 15 July 2006.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A beautifull Firefox!</title>
      <link>https://ivandemarino.me/posts/a-beautifull-firefox/</link>
      <pubDate>Sat, 25 Feb 2006 13:02:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-beautifull-firefox/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s very very nice!
It is not? :D
&lt;img alt=&#34;FF&#34; loading=&#34;lazy&#34; src=&#34;http://www.internet-facile.net/fire.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Free Software e OpenSource: Interviste di Teleblogo</title>
      <link>https://ivandemarino.me/posts/free-software-e-opensource-interviste-di-teleblogo/</link>
      <pubDate>Fri, 24 Feb 2006 00:38:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/free-software-e-opensource-interviste-di-teleblogo/</guid>
      <description>&lt;p&gt;Mi permetto di segnalare queste interessanti (se pur brevi) interviste pubblicate da &lt;a href=&#34;http://www.teleblogo.it/post/163/giovedi-23-febbraio&#34;&gt;Teleblogo&lt;/a&gt; a:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* Richard Stallman

* Diego Saravia

* Sergio Amadeu

* 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Claude Martin&lt;/p&gt;
&lt;p&gt;Qui il post su &lt;a href=&#34;http://www.teleblogo.it/post/163/giovedi-23-febbraio&#34;&gt;Teleblogo&lt;/a&gt;.
Inutile inserire link ai video: trovate tutto su Teleblogo.&lt;/p&gt;
&lt;p&gt;Ah, bellino anche il video &lt;em&gt;Gnocchi opensource di Juan Carlos Gentile&lt;/em&gt;, sempre al suddetto post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PHP5 Form Generator/Processor</title>
      <link>https://ivandemarino.me/posts/php5-form-generator-processor/</link>
      <pubDate>Thu, 23 Feb 2006 19:07:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/php5-form-generator-processor/</guid>
      <description>&lt;p&gt;I highlight this howto: &lt;a href=&#34;http://www.devshed.com/c/a/PHP/Building-a-PHP-5-Form-Processor-Coding-the-Form-Generator-Module/&#34;&gt;Building a PHP5 Form Processor&lt;/a&gt;. But the how to also &amp;ldquo;generate&amp;rdquo; the form (and the client-side validation code), then the title of this post.&lt;/p&gt;
&lt;p&gt;On &lt;a href=&#34;http://www.devshed.com/&#34;&gt;Dev Shed&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ajax, Ajax and... Ajax</title>
      <link>https://ivandemarino.me/posts/ajax-ajax-and-ajax/</link>
      <pubDate>Thu, 23 Feb 2006 18:58:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ajax-ajax-and-ajax/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ajax Footbal Club logo :D&#34; loading=&#34;lazy&#34; src=&#34;http://www.nrc.nl/W2/Lab/Eredivisie9899/ajax.jpg&#34;&gt;
Wow: seems to be that every web-developer doesn&amp;rsquo;t do anything &lt;a href=&#34;http://www.google.com/search?hl=it&amp;amp;q=ajax&amp;amp;btnG=Cerca+con+Google&amp;amp;lr=&#34;&gt;except&lt;/a&gt; &lt;a href=&#34;http://search.yahoo.com/search?p=ajax&amp;amp;sm=Yahoo%21+Search&amp;amp;fr=FP-tab-web-t&amp;amp;toggle=1&amp;amp;cop=&amp;amp;ei=UTF-8&#34;&gt;Ajax&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;Today, walking trough various blog I had found these interesting thing written in (and for) &lt;a href=&#34;http://en.wikipedia.org/wiki/Ajax_%28programming%29&#34;&gt;Ajax&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* [&amp;lt;strong&amp;gt;Lightbox JS&amp;lt;/strong&amp;gt;](http://www.huddletogether.com/projects/lightbox/) - a &amp;lt;em&amp;gt;simple&amp;lt;/em&amp;gt;, &amp;lt;em&amp;gt;unobtrusive script &amp;lt;/em&amp;gt;used to overlay images on the current page. It&#39;s a snap to setup and works on&amp;lt;strong&amp;gt;&amp;lt;em&amp;gt; all modern browsers&amp;lt;/em&amp;gt;&amp;lt;/strong&amp;gt;. Simple and very Beautiful way to show photos in a web page (it&#39;s ideal to be used in a Web-Based-Photo-Gallery).

* [&amp;lt;strong&amp;gt;Tooltip.js&amp;lt;/strong&amp;gt;](http://tooltip.crtx.org/) - NEXT GENERATION in Tooltips; using the Web 2.0 approach of doing a simple thing, and doing it well. It&#39;s based on [script.aculo.us](http://www.detronizator.org/home/index.php?s=script.aculo.us) (and then [prototype.js](http://www.detronizator.org/home/index.php?s=prototype.js)) and... it&#39;s a very-cool way to put tooltip into a web page.

* [REXV - Regular EXpression eValuator](http://www.rexv.org/) - [Regular Expression](http://en.wikipedia.org/wiki/Regexp) evaluator for three different regular expression systems. It&#39;s written in Ajax and it&#39;s very very usefull for regexp-addicted developer. It understand: &amp;lt;em&amp;gt;PHP PCRE&amp;lt;/em&amp;gt;, &amp;lt;em&amp;gt;PHP Posix&amp;lt;/em&amp;gt;, &amp;lt;em&amp;gt;Javascript regexp&amp;lt;/em&amp;gt;.
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Mac Book Pro: naked!</title>
      <link>https://ivandemarino.me/posts/mac-book-pro-naked/</link>
      <pubDate>Wed, 22 Feb 2006 17:52:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mac-book-pro-naked/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://eshop.macsales.com/Reviews/hardwareandnews/mbp1520/mbp1520-Thumbnails/4.jpg&#34;&gt;
Everyone dreams it (ME! ;-( ).
Someone loves it (&amp;hellip; ME! ;) ).
Anyone &lt;a href=&#34;http://www.filippocorti.com/podcast/page3/files/podcast_24.mov&#34;&gt;colors it (very very nice in black)&lt;/a&gt;.
Only ONE &lt;a href=&#34;http://eshop.macsales.com/Reviews/Framework.cfm?page=hardwareandnews/mbp1520/mbp1520.html&#34;&gt;undresses it!!!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;p.s. What courage?! 8O&lt;/p&gt;</description>
    </item>
    <item>
      <title>New products from Apple at february 28</title>
      <link>https://ivandemarino.me/posts/new-products-from-apple-at-february-28/</link>
      <pubDate>Wed, 22 Feb 2006 17:30:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-products-from-apple-at-february-28/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;28 feb&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/Applenuovoincontro.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m waiting!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Democracy - Internet TV</title>
      <link>https://ivandemarino.me/posts/democracy-internet-tv/</link>
      <pubDate>Wed, 22 Feb 2006 17:13:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/democracy-internet-tv/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;DTV logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.getdemocracy.com/images/layout/logo.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Download and watch all the best internet TV shows and videos in one powerful application. New channels arrive daily in the built-in Channel Guide.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Stop squinting at tedious web videos&amp;ndash; sit back and watch big, high resolution videos one after another. It&amp;rsquo;s so easy to use that you&amp;rsquo;ll be watching interesting videos in moments.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s name is Democracy TV (DTV). It&amp;rsquo;s an &lt;a href=&#34;http://www.getdemocracy.com/&#34;&gt;Internet TV Platform TOTALLY Opensource&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Now, a Windows version is also available (before this, DTV was only for MacOSX).&lt;/p&gt;</description>
    </item>
    <item>
      <title>ALL DONE!</title>
      <link>https://ivandemarino.me/posts/all-done/</link>
      <pubDate>Wed, 22 Feb 2006 17:06:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/all-done/</guid>
      <description>&lt;p&gt;I have finished &lt;strong&gt;ALL&lt;/strong&gt; MY Universitary EXAMS!!!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;FEDE2 logo&#34; loading=&#34;lazy&#34; src=&#34;http://downloads.detronizator.org/projects/tesina_vlan/html/tesina_vlan0x.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Only the &lt;a href=&#34;http://www.scienzeinfo.unina.it/stages.html&#34;&gt;stage&lt;/a&gt; remains.
I&amp;rsquo;m waiting for &lt;a href=&#34;http://humanresources.web.cern.ch/HumanResources/external/recruitment/students/summ/summ.asp&#34;&gt;this&lt;/a&gt; (and &lt;strong&gt;praying&lt;/strong&gt; for it)!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu Dapper Drake Flight4</title>
      <link>https://ivandemarino.me/posts/ubuntu-dapper-drake-flight4/</link>
      <pubDate>Mon, 20 Feb 2006 23:17:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ubuntu-dapper-drake-flight4/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ubuntu logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/UbuntuLinuxLogo.png&#34;&gt;
Ubunto Dapper Drake is now UVF:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;UVF - The Upstream Version Freeze&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;The Upstream Version Freeze is the point in the development cycle when Ubuntu stops accepting new upstream versions of software or packages. This allows the Ubuntu developers time to stabilize the current software in Ubuntu and helps avoid introducing new bugs. You can find out a bit more about this milestone at &lt;a href=&#34;https://wiki.ubuntu.com/UpstreamVersionFreeze&#34;&gt;UpstreamVersionFreeze&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;More informations and complete improvement list available on the &lt;a href=&#34;https://wiki.ubuntu.com/DapperFlight4&#34;&gt;official wiki&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fiat 126 Roadster</title>
      <link>https://ivandemarino.me/posts/fiat-126-roadster/</link>
      <pubDate>Mon, 20 Feb 2006 23:14:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fiat-126-roadster/</guid>
      <description>&lt;p&gt;Very very COOL!
&lt;img alt=&#34;126 Roadster 01&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/126road.jpg&#34;&gt;
&lt;img alt=&#34;126 Roadster 02&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/126road2.jpg&#34;&gt;
&lt;img alt=&#34;126 Roadster 03&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/126road3.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il Prestigioso Premio Calderoli</title>
      <link>https://ivandemarino.me/posts/il-prestigioso-premio-calderoli/</link>
      <pubDate>Mon, 20 Feb 2006 02:04:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-prestigioso-premio-calderoli/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Calderoli&#34; loading=&#34;lazy&#34; src=&#34;http://www.unita.it/images/2006febbraio/0218lega1.jpg&#34;&gt;
Googlavo in cerca di informazioni sul losco ed emerito figuro che risponde al nome di &lt;a href=&#34;http://www.google.it/search?hl=it&amp;amp;q=calderoli&amp;amp;btnG=Cerca+con+Google&amp;amp;meta=&#34;&gt;Calderoli&lt;/a&gt; , alla luce della sua &lt;a href=&#34;http://www.unita.it/index.asp?topic_tipo=&amp;amp;topic_id=47529&#34;&gt;ultima genialata&lt;/a&gt; (non mi sognerei mai di dare importanza ad un idiota così&amp;hellip; a gratis) e che ti trovo?&lt;/p&gt;
&lt;p&gt;Il &lt;strong&gt;Prestigioso Premio Calderoli&lt;/strong&gt;, su &lt;a href=&#34;http://www.onemoreblog.org/calderoli.html&#34;&gt;OneMoreBlog&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; La frase è tata riportata da più o meno tutti i quotidiani nazionali e da varie radio e televisioni. Ora, è chiaro che un individuo di tale cultura e finezza intellettuale (tra l&amp;rsquo;altro rilevabile da zilioni di altre dichiarazioni di analoga qualità) merita ben di più che il lauto stipendio che gli versiamo mensilmente di tasca nostra. Ho quindi deciso di indire un Prestigioso Premio intitolato al Suo nome. Lo assegnerò - in modo del tutto occasionale, trasversale e arbitrario - a chiunque si produrrà in stronzate di tale portata da poter tentare di emulare questo Pittoresco Uomo in Verde&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tablet Mac: Another Patent</title>
      <link>https://ivandemarino.me/posts/tablet-mac-another-patent/</link>
      <pubDate>Sun, 19 Feb 2006 21:56:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tablet-mac-another-patent/</guid>
      <description>&lt;p&gt;Yes, &lt;a href=&#34;http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;amp;Sect2=HITOFF&amp;amp;p=1&amp;amp;u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&amp;amp;r=1&amp;amp;f=G&amp;amp;l=50&amp;amp;co1=AND&amp;amp;d=PG01&amp;amp;s1=%22apple%20computer%22.AS.&amp;amp;OS=AN/%22apple%20computer%22&amp;amp;RS=AN/%22apple%20computer%22&#34;&gt;another&lt;/a&gt; &lt;a href=&#34;http://www.detronizator.org/home/index.php?s=patent&#34;&gt;patent from Apple&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;That patent describe interaction-patterns in details, with particular attention on a &amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/Virtual&#34;&gt;virtual&lt;/a&gt; keyboard&amp;rdquo; that appear in a &amp;ldquo;contextual-way&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Apple seems to be ready for an &lt;a href=&#34;http://en.wikipedia.org/wiki/Human-Computer_Interaction&#34;&gt;HCI&lt;/a&gt; &lt;a href=&#34;http://en.wikipedia.org/wiki/Revolution&#34;&gt;REVOLUTON&lt;/a&gt;!!!
Finally!&lt;/p&gt;
&lt;p&gt;Example images:
&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/tablettastierasovrapposta.jpg&#34;&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/tablettastierapopup.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1526/tablet-mac-ecco-la-tastiera-virtuale-di-os-x&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Take a look at Gnome 2.14</title>
      <link>https://ivandemarino.me/posts/take-a-look-at-gnome-2-14/</link>
      <pubDate>Sat, 18 Feb 2006 10:56:25 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/take-a-look-at-gnome-2-14/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.gnome.org/~davyd/&#34;&gt;Davyd Madeley&lt;/a&gt; has released a &lt;a href=&#34;http://www.gnome.org/~davyd/gnome-2-14/&#34;&gt;&amp;ldquo;coming soon features list&amp;rdquo; of Gnome 2.14&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Really interesting new features for Gnome users:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Speed improvement in &lt;ins datetime=&#34;2006-02-18T09:27:41+00:00&#34;&gt;Memory Allocation System&lt;/ins&gt; (Gnome use a dedicated subsystem for this stuff), using a new mem-allocator called &lt;strong&gt;GSlice&lt;/strong&gt; (follow a benchmark), and in Font Rendering (&lt;strong&gt;Gnome Terminal will be fastest of XTerm 8O &lt;/strong&gt;)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;some Administrative tools&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;improvement to the integrated search system (expecially for &lt;a href=&#34;http://beaglewiki.org/Main_Page&#34;&gt;Beagle&lt;/a&gt;-Enabled linux-box)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Metacity improvement (&lt;strong&gt;it will use OpenGL&amp;hellip; but I don&amp;rsquo;t know if this means the integration with &lt;a href=&#34;http://www.detronizator.org/2006/02/11/xgl-opengl-sempre-piu-prepotentemente-sui-nostri-desktop/&#34;&gt;Xgl/Compiz&lt;/a&gt;&lt;/strong&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>meebo - IM Ajax based</title>
      <link>https://ivandemarino.me/posts/meebo-im-ajax-based/</link>
      <pubDate>Fri, 17 Feb 2006 20:19:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/meebo-im-ajax-based/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www16.meebo.com/&#34;&gt;meebo&lt;/a&gt; is a multi-IM client (in beta version right now) that is Web 2.0 enabled: a really cool use of Ajax!&lt;/p&gt;
&lt;p&gt;I tried it and seems to be functional and really usable (it&amp;rsquo;s in beta, don&amp;rsquo;t forget). Probably a very powerfull alternative for user without a Laptop or a Network-enabled palm.&lt;/p&gt;
&lt;p&gt;The most interesting features? it use 1024 bit encryption RSA for Ajax communications!&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://cm.brainsfactory.org/index.php/2006/02/17/client-chat-ajax-cest-plus-facile/&#34;&gt;Consequentia Mirabilis&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gentoo: the Mactel-Linux Project</title>
      <link>https://ivandemarino.me/posts/gentoo-the-mactel-linux-project/</link>
      <pubDate>Thu, 16 Feb 2006 23:33:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gentoo-the-mactel-linux-project/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Gentoo logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/Gentoo_Mactel.jpg&#34;&gt;
I was one of the first Gentoo-on-iBook-7450 installer: I have an idea of the obstacles that Apple make (voluntarily?) to stop the &amp;ldquo;waste&amp;rdquo; of our hardware.&lt;/p&gt;
&lt;p&gt;The installation of &lt;a href=&#34;http://xbox-linux.org/mactel/index.php/Main_Page&#34;&gt;Gentoo on Mactel&lt;/a&gt; is only a &amp;ldquo;time issue&amp;rdquo;: &lt;a href=&#34;http://en.wikipedia.org/wiki/Extensible_Firmware_Interface&#34;&gt;EFI&lt;/a&gt; was, for me, the biggest problem (&lt;a href=&#34;http://sourceforge.net/projects/elilo&#34;&gt;elilo&lt;/a&gt; rulez!). But I don&amp;rsquo;t know the internal hardware of that new machine.&lt;/p&gt;
&lt;p&gt;Anyway, Good Work guys.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ossblog.it/post/532/gentoo-danza-sui-mactel&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Camino 1.0 released</title>
      <link>https://ivandemarino.me/posts/camino-1-0-released/</link>
      <pubDate>Wed, 15 Feb 2006 15:17:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/camino-1-0-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Camino logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.caminobrowser.org/images/error.jpg&#34;&gt;
It&amp;rsquo;s now available in &lt;a href=&#34;http://www.apple.com/it/universal/&#34;&gt;Universal Binary&lt;/a&gt;.
&lt;img alt=&#34;Universal Binary logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.caminobrowser.org/images/MacOSX_Universal_45px.gif&#34;&gt;
List of features is &lt;a href=&#34;http://www.caminobrowser.org/features/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not a &lt;a href=&#34;http://www.caminobrowser.org/&#34;&gt;Camino&lt;/a&gt; user: I&amp;rsquo;m a &lt;a href=&#34;http://www.mozilla.com/firefox/&#34;&gt;Firefox&lt;/a&gt;-&lt;a href=&#34;https://addons.mozilla.org/?application=firefox&#34;&gt;Extension&lt;/a&gt;&amp;rsquo;s addicted web-developer! But a Browser Gecko-Based with the powerful and beauty of &lt;a href=&#34;http://www.apple.com/macosx/&#34;&gt;MacOSX&lt;/a&gt; is a really interesting alternative for non-dev users&amp;hellip;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1510/camino-esce-dalla-beta-ecco-la-10-anche-per-intel#more&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac OS X Update 10.4.5</title>
      <link>https://ivandemarino.me/posts/mac-os-x-update-10-4-5/</link>
      <pubDate>Wed, 15 Feb 2006 15:04:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mac-os-x-update-10-4-5/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;10.4.5 Update is recommended for all users and includes general operating system fixes, as well as specific fixes for the following applications and technologies:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;-Address Book, AppleScript, Automator, Dictionary and Font Book
-iCal, iChat, DVD Player, Mail, Preview, Safari and Stickies
-Disk Utility, Keychain Access, Migration Assistant, Software Update
-usability of Dashboard and widgets
-viewing of QuickTime streaming media behind a firewall
-time zone and daylight savings for 2006 and 2007
-RAW camera support, including updated ATI and NVIDIA graphics drivers
-sharing using AFP, SMB/CIFS, NFS and FTP file sharing protocols
-reliable access to Open Directory, LDAP and Active Directory services
-VPN connections to Cisco servers when using NAT
-AirPort and Bluetooth wireless connectivity
-compatibility with third party applications and devices
-previous Mac OS X updates and standalone security updates&lt;/p&gt;</description>
    </item>
    <item>
      <title>MacBook Pro: more powerful then itself</title>
      <link>https://ivandemarino.me/posts/macbook-pro-more-powerful-then-itself/</link>
      <pubDate>Tue, 14 Feb 2006 21:03:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macbook-pro-more-powerful-then-itself/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;macbook pro delivering&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/MacBookPro.jpg&#34;&gt;
Singular but nice move from Apple: every booked (and now in distribution) MacBook Pro will be delivered with a SpeedBump Gift!&lt;/p&gt;
&lt;p&gt;Core Duo &lt;strong&gt;1,83GHz will be delivered with a Core Duo 2Ghz&lt;/strong&gt;, the &lt;strong&gt;1,67GHz with a 1,83GHz&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;And, as it&amp;rsquo;s not enough, a new Core Duo 2,16GHz is be avalaible as an order-option!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1508/macbook-pro-in-arrivo-i-processori-sono-gia-piu-potenti&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>P.Z. Roadster F</title>
      <link>https://ivandemarino.me/posts/p-z-roadster-f/</link>
      <pubDate>Sun, 12 Feb 2006 15:58:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/p-z-roadster-f/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.autoweek.nl/images/800/16619.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Dashboard of? ;)
It&amp;rsquo;s an amazing, new, beautifull Italian Monster-Car!!!&lt;/p&gt;
&lt;!-- Take a look: http://www.autoweek.nl/newsimages.php?ID=4557&amp;p=10&amp;d=&amp;ref= --&gt;</description>
    </item>
    <item>
      <title>Oracle: 10.3 JDeveloper and OC4J released</title>
      <link>https://ivandemarino.me/posts/oracle-10-3-jdeveloper-and-oc4j-released/</link>
      <pubDate>Sun, 12 Feb 2006 15:11:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/oracle-10-3-jdeveloper-and-oc4j-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;OTN Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.oracle.com/admin/images/otn/otn_logo_small.gif&#34;&gt;
I&amp;rsquo;m not an &lt;a href=&#34;http://www.oracle.com/technology/index.html&#34;&gt;Oracle developer&lt;/a&gt;. I&amp;rsquo;m not an Oracle DB Manager. I&amp;rsquo;m not an Oracle Java Developer.
I&amp;rsquo;m an Eclipse lover since &lt;a href=&#34;http://www.eclipse.org&#34;&gt;Eclipse 3.0M*&lt;/a&gt; releases but, because of the power of Oracle, I had ever followed our development in the Java-Development-World.&lt;/p&gt;
&lt;p&gt;5 days ago I Oracle sent to me information the release of &lt;a href=&#34;http://www.oracle.com/technology/products/jdev/collateral/1013newfeatures.htm&#34;&gt;JDeveloper 10.3&lt;/a&gt; and &lt;a href=&#34;http://www.oracle.com/technology/tech/java/oc4j/index.html&#34;&gt;OC4J 10.3 (Oracle Container for Java - our Application Server)&lt;/a&gt;, and today I spent a little amount of time looking at the &lt;a href=&#34;http://www.oracle.com/technology/products/jdev/collateral/1013newfeatures.htm&#34;&gt;new features of JDeveloper&lt;/a&gt; and looking the interesting &lt;a href=&#34;http://www.oracle.com/technology/products/jdev/viewlets/viewlet.html&#34;&gt;flash-screencast-demos&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPod of the future: one more... Patent!</title>
      <link>https://ivandemarino.me/posts/ipod-of-the-future-one-more-patent/</link>
      <pubDate>Sat, 11 Feb 2006 15:42:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ipod-of-the-future-one-more-patent/</guid>
      <description>&lt;p&gt;The Patent: &lt;a href=&#34;http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;amp;Sect2=HITOFF&amp;amp;p=1&amp;amp;u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&amp;amp;r=4&amp;amp;f=G&amp;amp;l=50&amp;amp;co1=AND&amp;amp;d=PG01&amp;amp;s1=%22apple+computer%22.AS.&amp;amp;OS=AN/%22apple+computer%22&amp;amp;RS=AN/%22apple+computer%22&#34;&gt;click&lt;/a&gt;.
The Source: &lt;a href=&#34;http://www.melablog.it/post/1498/ipod-con-touchscreen-e-questo-il-brevetto#more&#34;&gt;Melablog&lt;/a&gt;.
Meaningfull image 01:
&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/ipodtouch2.jpg&#34;&gt;
Meaningfull image 02:
&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/ipodtouch5.jpg&#34;&gt;
Meaningfull image 03:
&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/ipodtouch3.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linus, Linux, i DRM ed il Trusted Computing</title>
      <link>https://ivandemarino.me/posts/linus-linux-i-drm-ed-il-trusted-computing/</link>
      <pubDate>Sat, 11 Feb 2006 15:28:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/linus-linux-i-drm-ed-il-trusted-computing/</guid>
      <description>&lt;p&gt;Un interessantissima disquisizione di Alessandro Bottoni reperibile su &lt;a href=&#34;http://www.bicocca.net/web/index.php?name=News&amp;amp;file=article&amp;amp;sid=430&#34;&gt;bicocca.net&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; Ancora una volta, Linux ed il mondo Open Source, saggiamente, non fanno la guerra al Trusted Computing ma il mondo Trusted Computing sta sviluppando armi potentissime con cui fare la guerra a Linux ed al “mondo libero” (Open Source)&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Lo stesso autore scrive su &lt;a href=&#34;http://laspinanelfianco.wordpress.com&#34;&gt;laspinanelfianco.wordpress.com&lt;/a&gt; e, in particolare, segnalo 2 categorie di questo blog:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* [DRM](http://laspinanelfianco.wordpress.com/tag/drm/)

* [Trusted-Computing](http://laspinanelfianco.wordpress.com/tag/trusted-computing/)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Ed infine, il &lt;a href=&#34;http://www.detronizator.org/categories/drm-tc/&#34;&gt;link&lt;/a&gt; ai miei post precedenti su DRM e TC.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SheepShaver: MacOS Classic on MacIntel</title>
      <link>https://ivandemarino.me/posts/sheepshaver-macos-classic-on-macintel/</link>
      <pubDate>Sat, 11 Feb 2006 14:49:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/sheepshaver-macos-classic-on-macintel/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;SheepShaver logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/sheepshaver.gif&#34;&gt;
This application was bord with the run Classic Application in any operating system. It seems to be an &amp;ldquo;&lt;em&gt;Emulation-Layer&lt;/em&gt;&amp;rdquo; (so, not a &amp;ldquo;&lt;em&gt;Virtuallization-Layer&lt;/em&gt;&amp;rdquo;) and&amp;hellip; it&amp;rsquo;s for available (and supported) on various systems:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;* [Linux](http://en.wikipedia.org/wiki/Linux) (i386, ppc, x86_64)

* [MacOS X](http://en.wikipedia.org/wiki/Macosx) (&amp;lt;strong&amp;gt;i386&amp;lt;/strong&amp;gt;, ppc)

* [Darwin](http://en.wikipedia.org/wiki/Darwin_%28operating_system%29)

* [NetBSD 2.0](http://en.wikipedia.org/wiki/Netbsd)

* [FreeBSD 5.3](http://en.wikipedia.org/wiki/Freebsd)

* [Windows for x86](http://en.wikipedia.org/wiki/Microsoft_Windows)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;As you probably know, Apple, with new MacIntel, has cutted-off the support for Classic: it was a virtuallization, not an emulation and then&amp;hellip; a simple recompilation it&amp;rsquo;s not enough.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MacMini-based Server</title>
      <link>https://ivandemarino.me/posts/macmini-based-server/</link>
      <pubDate>Sat, 11 Feb 2006 01:36:47 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macmini-based-server/</guid>
      <description>&lt;p&gt;A state-of-art Server made up with beauty (and small) MacMini as &amp;ldquo;mind&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/macminiserver.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Take a look at this interesting &lt;a href=&#34;http://www.melablog.it/post/1486/costruire-un-server-con-mac-mini&#34;&gt;howto (start from Melablog)&lt;/a&gt;. &lt;a href=&#34;http://www.metaskills.net/blog/heuristics/networking/mini-network-with-a-big-xserve-style&#34;&gt;He makes up&lt;/a&gt; Software Firewall, Mail Server, DNS Server, IP-over-Firewall connection for DB Server&amp;hellip; all based on Air Port extreme!!!
How? Modding the Air Port Antenna, obviously! ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Multi-Touch interaction Experiment</title>
      <link>https://ivandemarino.me/posts/multi-touch-interaction-experiment/</link>
      <pubDate>Sat, 11 Feb 2006 01:10:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/multi-touch-interaction-experiment/</guid>
      <description>&lt;p&gt;A movie about the technologie which Apple has reacently pattented. It is not a movie made by Apple but by some researchers:
&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; align=&#34;middle&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DlAAAANsWwI6s8foPpESFvwgqv6xeMzTPFs_B58kmHe7VVWFlmz2iCVKybk1Ytt3Xz1dgWRz0hCNyfBi1StBSYpPcm4NteMuqbRS6OL6t0_LznA-wcbH3SU3pogp_ylLapjLcV7h4kMqJpCP3p4VrqTNy8bTPeU6ySx0l19g5JGIrqxfo3c3j4vRD4SB_HA-Tfm9Y7XcsUrKbahMMcQsT9jEzD00%26sigh%3D_owJ5m_VFv8rEnqZsklMJcGGbFA%26begin%3D0%26len%3D211041%26docid%3D6379146923853181774&amp;thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3Da780cfd69ec840b8%26second%3D5%26itag%3Dw320%26urlcreated%3D1139616366%26sigh%3D0xg7qXweRKy0d-BkoDTzYGZjR3g&amp;playerId=6379146923853181774&amp;playerMode=embedded&#34; allowScriptAccess=&#34;sameDomain&#34; quality=&#34;best&#34; bgcolor=&#34;#ffffff&#34; scale=&#34;noScale&#34; wmode=&#34;window&#34; salign=&#34;TL&#34; &gt; &lt;/embed&gt;
On &lt;a href=&#34;http://video.google.com/videoplay?docid=6379146923853181774&#34;&gt;Google Video&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Some toughts &lt;a href=&#34;http://www.detronizator.org/2006/02/04/finger-zoom-a-new-apple-patent-to-increase-hci-drammatically/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>XGL: OpenGL sempre più prepotentemente sui nostri Desktop</title>
      <link>https://ivandemarino.me/posts/xgl-opengl-sempre-pi-prepotentemente-sui-nostri-desktop/</link>
      <pubDate>Sat, 11 Feb 2006 00:54:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/xgl-opengl-sempre-pi-prepotentemente-sui-nostri-desktop/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://freedesktop.org/wiki/Software_2fXgl&#34;&gt;XGL&lt;/a&gt;: tutti ne stanno parlando ultimamente. Ci sono articoli in ogni dove su XGL ma&amp;hellip; che é?
Prendiamo da &lt;a href=&#34;http://en.wikipedia.org/wiki/Xgl&#34;&gt;Wikipedia&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Xgl is an &lt;a href=&#34;http://en.wikipedia.org/wiki/X_Window_System&#34;&gt;X server architecture&lt;/a&gt;, started by &lt;a href=&#34;http://en.wikipedia.org/wiki/David_Reveman&#34;&gt;David Reveman&lt;/a&gt;, layered on top of &lt;a href=&#34;http://en.wikipedia.org/wiki/OpenGL&#34;&gt;OpenGL&lt;/a&gt; via &lt;a href=&#34;http://en.wikipedia.org/wiki/Glitz&#34;&gt;glitz&lt;/a&gt;. Some say that it is seen as the future of the &lt;a href=&#34;http://en.wikipedia.org/wiki/X.Org_Server&#34;&gt;X.Org Server&lt;/a&gt;, but some disagree because it requires a 3D graphics card. Although most PCs are nowadays shipped with such a card, most vendors (most notably NVIDIA and ATI Technologies) don&amp;rsquo;t provide open source drivers for their cards, which do not work on all computer architectures supported by the X.Org Server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Image Scaling with AJAX</title>
      <link>https://ivandemarino.me/posts/image-scaling-with-ajax/</link>
      <pubDate>Mon, 06 Feb 2006 19:53:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/image-scaling-with-ajax/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s powered with &lt;a href=&#34;http://prototype.conio.net/&#34;&gt;prototype.js&lt;/a&gt; and &lt;a href=&#34;http://script.aculo.us/&#34;&gt;script.aculo.us&lt;/a&gt;: nice!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you use the script.aculo.us slider control to capture input values, it’s really just a matter of converting those values into something useful and modifying styles.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;script src=&#34;http://www.agilepartners.com/mint/mint.js.php&#34; type=&#34;text/javascript&#34; language=&#34;javascript&#34;&gt;&lt;/script&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;script src=&amp;quot;http://www.agilepartners.com/scripts/prototype.js&amp;quot; type=&amp;quot;text/javascript&amp;quot; language=&amp;quot;javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
  &lt;script src=&#34;http://www.agilepartners.com/scripts/scriptaculous.js&#34; type=&#34;text/javascript&#34; language=&#34;javascript&#34;&gt;&lt;/script&gt;
&lt;p&gt;A simple demo. (a Cut&amp;amp;Paste from the &lt;a href=&#34;http://www.agilepartners.com/blog/2005/12/07/iphoto-image-resizing-using-javascript/&#34;&gt;source site&lt;/a&gt; ;) )&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.agilepartners.com/images/content/blog/scaler_slider.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.agilepartners.com/images/content/blog/scaler_1.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.agilepartners.com/images/content/blog/scaler_2.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.agilepartners.com/images/content/blog/scaler_3.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.agilepartners.com/images/content/blog/scaler_4.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.agilepartners.com/images/content/blog/scaler_5.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.agilepartners.com/images/content/blog/scaler_6.jpg&#34;&gt;&lt;/p&gt;
&lt;script type=&#34;text/javascript&#34; src=&#34;http://www.agilepartners.com/scripts/scale_demo.js&#34;&gt;&lt;/script&gt;
&lt;p&gt;Created by &lt;a href=&#34;http://www.agilepartners.com/blog/2005/12/07/iphoto-image-resizing-using-javascript/&#34;&gt;Agile Partners.com&lt;/a&gt;.
I suggest to read the howto: it&amp;rsquo;s simple and clear. And demonstrate the power of &lt;a href=&#34;http://script.aculo.us/&#34;&gt;script.aculo.us&lt;/a&gt; and &lt;a href=&#34;http://prototype.conio.net/&#34;&gt;prototype.js&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>XGL: wordless videos O_o</title>
      <link>https://ivandemarino.me/posts/xgl-wordless-videos-o-o/</link>
      <pubDate>Sat, 04 Feb 2006 01:57:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/xgl-wordless-videos-o-o/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/novell_logo.gif&#34;&gt;
&lt;strong&gt;INCREDIBLE!!!
AMAZING!!!
SUPER!!!
POWERFULL!!!
GREAT!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Videos are on &lt;a href=&#34;http://www.linuxedge.org/?q=node/55&#34;&gt;linuxedge&lt;/a&gt;.
Source, &lt;a href=&#34;http://www.ossblog.it/post/468/xgl_novell_linux_desktop_nld_opengl&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finger-Zoom: a Apple new patent to increase HCI drammatically</title>
      <link>https://ivandemarino.me/posts/finger-zoom-a-apple-new-patent-to-increase-hci-drammatically/</link>
      <pubDate>Sat, 04 Feb 2006 01:37:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/finger-zoom-a-apple-new-patent-to-increase-hci-drammatically/</guid>
      <description>&lt;p&gt;Mac Rumors &lt;a href=&#34;http://www.macrumors.com/pages/2006/02/20060202070007.shtml&#34;&gt;talks about Apple Tablet Patents&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A search at the US Patent and Trademark Office reveals a number of new Apple patent applications that relate to the long-rumored Apple Tablet based computer.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;One of the most relevant:
&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/94589203_c5c890b64c_o_02.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Gestures for touch sensitive input devices&lt;/strong&gt; - Methods and systems for processing touch inputs are disclosed. The invention in one respect includes reading data from a multipoint sensing device such as a multipoint touch screen where the data pertains to touch input with respect to the multipoint sensing device, and identifying at least one multipoint gesture based on the data from the multipoint sensing device.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tesina VLAN - 03</title>
      <link>https://ivandemarino.me/posts/tesina-vlan-03/</link>
      <pubDate>Sat, 04 Feb 2006 01:17:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tesina-vlan-03/</guid>
      <description>&lt;p&gt;Finalmente!&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;esame é fatto (30!) e posso pubblicare &lt;a href=&#34;http://www.detronizator.org/outputs/howtos/tesina-vlan/&#34;&gt;la mia tesina&lt;/a&gt;.
Buona lettura (per chi fosse interessato).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Edit 2005-02-05 02:32&lt;/strong&gt;&lt;/em&gt; - Molti di voi mi dicono che il link non é raggiungibile. Io li ho provati tutti più e più volte. Non so cosa dirvi a parte che mi dispiace e che non dipende dalla mia volontà: a me funziona tutto benissimo. E vi assicuro che, se avete problemi di visibilità, al massimo possono essere problemi di DNS che non ha replicato correttamente il dominio &amp;ldquo;downloads.detronizator.org&amp;rdquo; su cui si trovano sia la versione &lt;a href=&#34;http://downloads.detronizator.org/projects/tesina_vlan/html/tesina_vlan.html&#34;&gt;HTML&lt;/a&gt;, sia la versione &lt;a href=&#34;http://downloads.detronizator.org/projects/tesina_vlan/tesina_vlan.pdf&#34;&gt;PDF&lt;/a&gt; (vi riporto ancora i relativi link).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Geekbench Comparison: G4 vs G5 vs AMD64 vs P4 vs Xeon</title>
      <link>https://ivandemarino.me/posts/geekbench-comparison-g4-vs-g5-vs-amd64-vs-p4-vs-xeon/</link>
      <pubDate>Wed, 01 Feb 2006 12:01:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/geekbench-comparison-g4-vs-g5-vs-amd64-vs-p4-vs-xeon/</guid>
      <description>&lt;p&gt;On &lt;a href=&#34;http://www.geekpatrol.ca/article/101/geekbench-comparison&#34;&gt;Geekpatrol.ca&lt;/a&gt; there is a comparison between&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;ol&gt;
&lt;li&gt;Mac Mini 1.42 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;512 KB L2 cache&lt;/li&gt;
&lt;li&gt;167 MHz system bus&lt;/li&gt;
&lt;li&gt;1 GB DDR 333 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;iMac G5 2.1 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;512 KB L2 cache&lt;/li&gt;
&lt;li&gt;700 MHz system bus&lt;/li&gt;
&lt;li&gt;1.5 GB DDR2 533 SDRAM.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;iMac Core Duo 1.83 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;2 MB L2 cache shared between cores&lt;/li&gt;
&lt;li&gt;667 MHz system bus&lt;/li&gt;
&lt;li&gt;1 GB DDR2 667 SDRAM.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;iMac Core Duo 2.0 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;2 MB L2 cache shared between cores&lt;/li&gt;
&lt;li&gt;667 MHz system bus&lt;/li&gt;
&lt;li&gt;512 MB RAM DDR2 667 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;5&#34;&gt;
&lt;li&gt;Power Mac G4 Dual 1.25 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;256 KB L2 cache per cpu&lt;/li&gt;
&lt;li&gt;2 MB backside L3 cache per cpu&lt;/li&gt;
&lt;li&gt;167 MHz system bus&lt;/li&gt;
&lt;li&gt;1.75 GB DDR 333 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;6&#34;&gt;
&lt;li&gt;Power Mac G5 1.6 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;512 KB L2 cache&lt;/li&gt;
&lt;li&gt;800 MHz system bus&lt;/li&gt;
&lt;li&gt;768 MB DDR 333 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;7&#34;&gt;
&lt;li&gt;Power Mac G5 Dual 1.8 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;512 KB L2 cache per processor&lt;/li&gt;
&lt;li&gt;900 MHz system bus&lt;/li&gt;
&lt;li&gt;1 GB DDR 400 SDRAM.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;8&#34;&gt;
&lt;li&gt;Power Mac G5 Dual Core 2.0 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;1 MB L2 cache per core&lt;/li&gt;
&lt;li&gt;1000 MHz system bus&lt;/li&gt;
&lt;li&gt;2.5 GB DDR2 533 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;9&#34;&gt;
&lt;li&gt;Power Mac G5 ‘Quad’ 2.5 GHz&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;1 MB L2 cache per core&lt;/li&gt;
&lt;li&gt;1.25 GHz system bus&lt;/li&gt;
&lt;li&gt;1.5 GB DDR2 533 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;10&#34;&gt;
&lt;li&gt;AMD Athlon 64 3200+ (2.2 GHz)&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;512 KB L2 cache&lt;/li&gt;
&lt;li&gt;800 MHz system bus&lt;/li&gt;
&lt;li&gt;1 GB of DDR 400 SDRAM.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;11&#34;&gt;
&lt;li&gt;Intel Pentium 4c 2.4 GHz HT&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;512 KB L2 cache&lt;/li&gt;
&lt;li&gt;800 MHz system bus&lt;/li&gt;
&lt;li&gt;1 GB DDR 400 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start=&#34;12&#34;&gt;
&lt;li&gt;Intel Xeon Dual 3.2 GHz HT&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;1MB L2 cache per CPU&lt;/li&gt;
&lt;li&gt;800 MHz system bus&lt;/li&gt;
&lt;li&gt;1 GB DDR2 400 SDRAM&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;hellip; using &lt;a href=&#34;http://www.geekpatrol.ca/article/97/geekbench-preview&#34;&gt;Geeckbench Preview&lt;/a&gt;: a &lt;del datetime=&#34;2006-02-01T10:54:52+00:00&#34;&gt;opensource&lt;/del&gt; benchmark running on MacOSX and Windows by now.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Soon, Native GTK&#43; on MacOSX</title>
      <link>https://ivandemarino.me/posts/soon-native-gtk-on-macosx/</link>
      <pubDate>Tue, 31 Jan 2006 23:58:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/soon-native-gtk-on-macosx/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://micke.hallendal.net/archives/groups-mini.png&#34;&gt;
Soon you may be able to execute Gnome/Gtk+ based programs &lt;del datetime=&#34;2006-02-01T10:26:09+00:00&#34;&gt;NATIVELLY&lt;/del&gt; NATIVELY on Quartz without the X11 Emulation.
&lt;a href=&#34;http://micke.hallendal.net/archives/2005/10/gtk-macosx.html&#34;&gt;Someone (thanks to exist) is working on the porting&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It may be the &lt;em&gt;incipit&lt;/em&gt; of a new era for Open Source software on MacOSX. Take a look at &lt;a href=&#34;http://www.gnomefiles.org/&#34;&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;One of the most interesting characteristics of Gnome-oriented applications is the coherence between the &lt;a href=&#34;http://developer.gnome.org/projects/gup/hig/&#34;&gt;HIG (Human Interface Guidelines)&lt;/a&gt; of Gnome and MacOSX.&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&#34;http://www.melablog.it/post/1444/in-arrivo-gimp-os-x-nativo&#34;&gt;Melablog.it&lt;/a&gt; and &lt;a href=&#34;http://www.stylemac.com/2006/01/28/native-gimp-read-no-x11-anymore-coming-to-mac-os-x/&#34;&gt;StyleMac.com&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dojo: AJAX in Sun style</title>
      <link>https://ivandemarino.me/posts/dojo-ajax-in-sun-style/</link>
      <pubDate>Sun, 29 Jan 2006 12:20:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dojo-ajax-in-sun-style/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://dojotoolkit.org/&#34;&gt;Dojo&lt;/a&gt; is the Open Source JavaScript toolkit that helps you build serious applications in less time. It fills in the gaps where JavaScript and browsers don&amp;rsquo;t go quite far enough, and gives you powerful, portable, lightweight, and tested tools for constructing dynamic interfaces.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This project has Sun behind itself: on &lt;a href=&#34;http://www.downloadblog.it/post/1285/un-video-su-ajax-dagli-sviluppatori-sun&#34;&gt;Downloadblog&lt;/a&gt; there is a post dedicated to a &lt;a href=&#34;http://developers.sun.com/channel/01_06/index.jsp?video=9d26a212-2514-4892-a546-b98bdab41a69&#34;&gt;Videocast&lt;/a&gt; of &lt;a href=&#34;http://developers.sun.com/&#34;&gt;Sun Developers&lt;/a&gt; about Dojo and &lt;a href=&#34;http://www.ossblog.it/post/50/sun-java-studio-creattor-e-studio-enterprise-8-gratuiti&#34;&gt;Java Studio Creator&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;packages&amp;rdquo; organization of Dojo is very similar to Java Library: much coherent and clean.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mappa dell&#39;Open Source Italiano</title>
      <link>https://ivandemarino.me/posts/mappa-dell-open-source-italiano/</link>
      <pubDate>Fri, 27 Jan 2006 19:46:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mappa-dell-open-source-italiano/</guid>
      <description>&lt;p&gt;Java Openbusiness ha messo online un servizio per poter &lt;a href=&#34;http://www.javaopenbusiness.it/Job/generalSearchGeoProcess.jsp?val=allregistered&amp;amp;myAction=Search&amp;amp;page=generalSearchGeo&#34;&gt;archiviare il proprio OS Skill e mostrarlo su una mappa&lt;/a&gt; che raccoglie le competenze italiane in tale settore.&lt;/p&gt;
&lt;p&gt;Come c&amp;rsquo;era da aspettarsi, utilizza Google Maps e le relative api JS.&lt;/p&gt;
&lt;p&gt;Sembra proprio una cosa interessante ed intelligente da fare: a colpo d&amp;rsquo;occhio ci si rende conto del fatto che questo fenomeno sembra tutt&amp;rsquo;altro che &amp;ldquo;alieno&amp;rdquo; al contesto Italia.&lt;/p&gt;
&lt;p&gt;Sorgente, &lt;a href=&#34;http://www.puntoict.it/news/nw06-0046.html&#34;&gt;puntoict.it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tesina sulle VLAN - 02</title>
      <link>https://ivandemarino.me/posts/tesina-sulle-vlan-02/</link>
      <pubDate>Fri, 27 Jan 2006 18:33:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tesina-sulle-vlan-02/</guid>
      <description>&lt;p&gt;Completata!&lt;/p&gt;
&lt;p&gt;Oggi posso dire di aver definitivamente completato la Tesina. La parte più difficile si é dimostrata essere, &lt;a href=&#34;http://www.detronizator.org/2006/01/20/tesina-sulle-vlan-01/&#34;&gt;come immaginavo&lt;/a&gt;, far rientrare tutto in un numero di pagine che non superasse le 20. Ebbene, siamo a 16.&lt;/p&gt;
&lt;p&gt;Come ho fatto? Modificando per bene i margini del documento generato da &lt;a href=&#34;http://www.lyx.org&#34;&gt;Lyx&lt;/a&gt; fino ad ottenere il risultato cercato. Ed eliminando la lista delle figure (in fondo sono 7/8, quindi inutile come cosa).&lt;/p&gt;
&lt;p&gt;Subito dopo l&amp;rsquo;esame la metterò online. L&amp;rsquo;esame é previsto per il 31 (se il prof. Russo mi concede di farlo tra i primi &amp;#x1f622; ).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple but seminal: Cornell researchers build a robot that can reproduce</title>
      <link>https://ivandemarino.me/posts/simple-but-seminal-cornell-researchers-build-a-robot-that-can-reproduce/</link>
      <pubDate>Fri, 27 Jan 2006 17:19:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/simple-but-seminal-cornell-researchers-build-a-robot-that-can-reproduce/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Admittedly the machine is just a proof of concept &amp;ndash; it performs no useful function except to self-replicate &amp;ndash; but the basic principle could be extended to create robots that could replicate or at least repair themselves while working in space or in hazardous environments, according to Hod Lipson, &lt;a href=&#34;http://www.news.cornell.edu/stories/May05/selfrep.ws.html&#34;&gt;Cornell&lt;/a&gt; assistant professor of mechanical and aerospace engineering, and computing and information science, in whose lab the robots were built and tested.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PHP 5.1.2 and PostgreSQL 8.1.2 MacOSX Packages</title>
      <link>https://ivandemarino.me/posts/php-5-1-2-and-postgresql-8-1-2-macosx-packages/</link>
      <pubDate>Thu, 26 Jan 2006 23:22:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/php-5-1-2-and-postgresql-8-1-2-macosx-packages/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.entropy.ch/home/welcome.php&#34;&gt;Marc Liyanage&lt;/a&gt; releases the last version of his packaged version of &lt;a href=&#34;http://www.entropy.ch/phpbb2/viewtopic.php?p=8234#8234&#34;&gt;PHP 5.1.2&lt;/a&gt; and &lt;a href=&#34;http://www.entropy.ch/phpbb2/viewtopic.php?p=8215#8215&#34;&gt;PostgreSQL 8.1.2&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t know how is the packaged PostgreSQL but&amp;hellip; I use the PHP of Marc from 2 years without any problems (excluding personalization to the php.ini file).&lt;/p&gt;
&lt;p&gt;Thanks Marc for your nice work! ;-)&lt;/p&gt;
&lt;p&gt;Ah, these packages are made for MacOSX.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Finder Software Engineer: Apple offers work</title>
      <link>https://ivandemarino.me/posts/finder-software-engineer-apple-offers-work/</link>
      <pubDate>Thu, 26 Jan 2006 23:15:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/finder-software-engineer-apple-offers-work/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;The Finder team is seeking an energetic, motivated software engineer to help develop next generation versions of the Finder, the notorious file browser for Mac OS X.
You will be responsible for developing new features of an application that is often perceived by our users as the &amp;ldquo;face of the system&amp;rdquo;. You will be working on user interfaces spanning various browser views, new advanced search features, navigation and data presentation as well as many other parts of the application.&lt;/p&gt;</description>
    </item>
    <item>
      <title>La nuova trovata di Forza Italia</title>
      <link>https://ivandemarino.me/posts/la-nuova-trovata-di-forza-italia/</link>
      <pubDate>Thu, 26 Jan 2006 23:04:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-nuova-trovata-di-forza-italia/</guid>
      <description>&lt;p&gt;Come scambio di simboli di stima reciproca, rimando al simpatico post sui &lt;a href=&#34;http://blog.neminis.org/la-nuova-trovata-di-forza-italia.xhtml&#34;&gt;Contro-Manifesti di Forza Italia sul blog di Nemo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Riporto solo la mia preferita:
&lt;img loading=&#34;lazy&#34; src=&#34;http://img222.imageshack.us/img222/9814/07tarocchi2bg.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ben vengano queste Controriforme se possono riparare almeno un pochino ai danni fatti da &lt;em&gt;&lt;strong&gt;questo Governo di ladroni mascherati da Robin Hood&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>berlusconi: grazie a noi sempre più ricco</title>
      <link>https://ivandemarino.me/posts/berlusconi-grazie-a-noi-sempre-pi-ricco/</link>
      <pubDate>Thu, 26 Jan 2006 17:58:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/berlusconi-grazie-a-noi-sempre-pi-ricco/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;intestazione lettera berlusconi&#34; loading=&#34;lazy&#34; src=&#34;http://downloads.detronizator.org/intestazione_lettera_berlusconi_2006.png&#34;&gt;
Mentre il nostro adoratissimo ed amatissimo premier berlusca ci sta letteralmente BOMBARDANDO su ogni canale ed in ogni trasmissione (incredibile, io non guardo mai la TV ma sono 5 giorni buoni che OGNI VOLTA che l&amp;rsquo;accendo me lo trovo davanti alle pa**e), un simpatico amico mi ha segnalato &lt;a href=&#34;http://downloads.detronizator.org/lettera_berlusconi_2006.pdf&#34;&gt;questa lettera di ringraziamento&lt;/a&gt; a noi lettori.&lt;/p&gt;
&lt;p&gt;I dati sono di &lt;a href=&#34;http://www.forbes.com/static/bill2005/LIR9SKC.html?passListId=10&amp;amp;passYear=2005&amp;amp;passListType=Person&amp;amp;uniqueId=9SKC&amp;amp;datatype=Person&#34;&gt;Forbes&lt;/a&gt;, USA.
E qui c&amp;rsquo;é una analisi equivalente sul poco &amp;ldquo;sinistrorso&amp;rdquo; &lt;a href=&#34;http://www.repubblica.it/2005/e/sezioni/economia/patriberlu/patriberlu/patriberlu.html&#34;&gt;Repubblica.it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GT4 vs Reality on Nurbirgring</title>
      <link>https://ivandemarino.me/posts/gt4-vs-reality-on-nurbirgring/</link>
      <pubDate>Thu, 26 Jan 2006 11:06:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gt4-vs-reality-on-nurbirgring/</guid>
      <description>&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; align=&#34;middle&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DkwAAAL6rs1maKFCvnspJ5HP92LCw_6R2EWaSAWSz49TlH9Gww7GwkZQgvjZwnxhqw9Qq5wVh1oFtMOjbl1_iYCdBuTeqeYipxf2fArNgxxrMJ499ubWDi5FriPlS2BUO-Nwrt_zURTJc483vfIJMLlUxINkGMHsO5oDeFarANZEpV8CR60yyDEyez3qIWOsSDlq2vzTuEp3x9jWXlQCR1SWR0Q8%26sigh%3DoRuPDrpM7p6_TpjMswnIyxn1mK8%26begin%3D0%26len%3D512445%26docid%3D-1429991638986419092&amp;thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3Da76b97c7e6f198%26second%3D5%26itag%3Dw320%26urlcreated%3D1138269037%26sigh%3Dk9JXwhec0FUxRwWyPm27i5cVxO8&amp;playerId=-1429991638986419092&amp;playerMode=embedded&#34; allowScriptAccess=&#34;sameDomain&#34; quality=&#34;best&#34; bgcolor=&#34;#ffffff&#34; scale=&#34;noScale&#34; wmode=&#34;window&#34; salign=&#34;TL&#34; &gt; &lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;As I saw much too much times, GT4 is the DEFINITIVE SIMULATOR&amp;hellip; until GT5 :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>The wrong-side 127</title>
      <link>https://ivandemarino.me/posts/the-wrong-side-127/</link>
      <pubDate>Thu, 26 Jan 2006 11:05:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-wrong-side-127/</guid>
      <description>&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; align=&#34;middle&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DhAAAAEYhveV0Go3DoDK2y7uwklSqvsXpXWK7BKyLg_oRx1HH8M-QP2UGIlYFi5k8LWFlD_hoWsjaoCtWlGrApSQq9ZBGNuqapTPqqlSATLuM_bEWuQwftkIUSlGMwx2JbYGvS5No9IBg41ZKGc5I2dWQLphCItg7nQRtQlZy0xovbWpgyzxlTo4PZgqvOmd6ZJxfSQ%26sigh%3Du3LbFZxV0ShFsv2Zhf4PMiKo64o%26begin%3D0%26len%3D241000%26docid%3D-247167807366923212&amp;thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3D50c300caf6465915%26second%3D5%26itag%3Dw320%26urlcreated%3D1138269270%26sigh%3DHMM8T5mbOKs53QuOYoyYzBeKbkU&amp;playerId=-247167807366923212&amp;playerMode=embedded&#34; allowScriptAccess=&#34;sameDomain&#34; quality=&#34;best&#34; bgcolor=&#34;#ffffff&#34; scale=&#34;noScale&#34; wmode=&#34;window&#34; salign=&#34;TL&#34; &gt; &lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;People have nothing to do :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox plugins highlight 001</title>
      <link>https://ivandemarino.me/posts/firefox-plugins-highlight-001/</link>
      <pubDate>Thu, 26 Jan 2006 02:18:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/firefox-plugins-highlight-001/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://performancing.com/node/945&#34;&gt;Performancing&lt;/a&gt; - Powerfull Firefox extension to help enhanced blogger to manage our sites
&lt;a href=&#34;http://www.joehewitt.com/software/firebug/&#34;&gt;FireBug&lt;/a&gt; - Console/DomInspector/Other_Usefull_Things instrument for enhanced developers&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it/post/1254/performancing-11-per-firefox&#34;&gt;Downloadblog&lt;/a&gt;.&lt;a href=&#34;http://www.downloadblog.it/post/1252/firebug-estensione-per-firefox-per-analizzare-javascript-css-xm-ajax&#34;&gt;it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trusted Computing: un interessante documentario video in italiano</title>
      <link>https://ivandemarino.me/posts/trusted-computing-un-interessante-documentario-video-in-italiano/</link>
      <pubDate>Thu, 26 Jan 2006 01:46:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/trusted-computing-un-interessante-documentario-video-in-italiano/</guid>
      <description>&lt;p&gt;&lt;embed style=&#34;width:400px; height:326px;&#34; id=&#34;VideoPlayback&#34; align=&#34;middle&#34; type=&#34;application/x-shockwave-flash&#34; src=&#34;http://video.google.com/googleplayer.swf?videoUrl=http%3A%2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26secureurl%3DlAAAAC-8frCE4F37t8cD4kyT427ROmraCkzfUcPFjt-XitsYRvzb4F5oAdSmm6uCguk-i0cn77iH6XOmK0vsg7hcUhcYRC4iRoTGPJmLAnxlWx_hN6uKxdHNLN_NACkG_frx8pKO71atbsPRhhtVMOFQOdk0kWDcYaZ3h_tYcBKmNJaL6k8o5P99eRG09cFLqYRMx0y3nY1f7H4-LfC53mh4h5w%26sigh%3D66oYqN_9IZg2nPUzO8z6WgsASIc%26begin%3D0%26len%3D213040%26docid%3D-764787309772942566&amp;thumbnailUrl=http%3A%2F%2Fvideo.google.com%2FThumbnailServer%3Fcontentid%3D68be68944df64878%26second%3D5%26itag%3Dw320%26urlcreated%3D1138185614%26sigh%3DIjgnyo_xhn9JmXC2VVoHPIz-OVk&amp;playerId=-764787309772942566&amp;playerMode=embedded&#34; allowScriptAccess=&#34;sameDomain&#34; quality=&#34;best&#34; bgcolor=&#34;#ffffff&#34; scale=&#34;noScale&#34; wmode=&#34;window&#34; salign=&#34;TL&#34; &gt; &lt;/embed&gt;&lt;/p&gt;
&lt;p&gt;Altre informazioni interessantissime le trovate &lt;a href=&#34;http://www.no1984.org/&#34;&gt;qui&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pixar purchased by Disney</title>
      <link>https://ivandemarino.me/posts/pixar-purchased-by-disney/</link>
      <pubDate>Thu, 26 Jan 2006 01:14:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/pixar-purchased-by-disney/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/JobsandIger.jpg&#34;&gt;
Disney was in trouble but&amp;hellip; this acquisition is the begin of a &lt;em&gt;rebirth&lt;/em&gt; of Disney as a &amp;ldquo;quality symbol&amp;rdquo; in the Industry of Digital Animation.&lt;/p&gt;
&lt;p&gt;Jobs, because the acquisition was done with a quotation-paiment (entirelly!!!), becames an &amp;ldquo;heavy member&amp;rdquo; of the Disney.&lt;/p&gt;
&lt;p&gt;I hope to see some beautiful films birth arise from this blending&amp;hellip; and a great Apple Software utilization :D (anyone say Final Cut Pro?).&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1411/ufficiale-disney-compra-pixar-ruoli-importanti-per-jobs&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Opera Mini is available worldwide</title>
      <link>https://ivandemarino.me/posts/opera-mini-is-available-worldwide/</link>
      <pubDate>Thu, 26 Jan 2006 00:42:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/opera-mini-is-available-worldwide/</guid>
      <description>&lt;p&gt;After various months of testing, Opera Mini is available worldwide.&lt;/p&gt;
&lt;p&gt;I try it whit the simulator on the &lt;a href=&#34;http://www.opera.com/products/mobile/operamini/campaign/&#34;&gt;official website&lt;/a&gt;. Enjoy it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.opera.com/products/mobile/operamini/phones/&#34;&gt;Here&lt;/a&gt; the wizard that helps you to select the right version for your mobile phone.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.downloadblog.it/post/1255/opera-mini-per-il-tuo-cellulare&#34;&gt;Downloadblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google news became stable</title>
      <link>https://ivandemarino.me/posts/google-news-became-stable/</link>
      <pubDate>Thu, 26 Jan 2006 00:29:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-news-became-stable/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.downloadblog.it/uploads/google_news.gif&#34;&gt;
I love Google news: I think it&amp;rsquo;s a very intelligent and powerfull system to aggregate news.
I use it every day to see informations about politics and tech.&lt;/p&gt;
&lt;p&gt;I hope that GNews continues on that way: multi-sourced news helps me to understand and hear every side of anything.&lt;/p&gt;
&lt;p&gt;Thanks Big G.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iTunes U</title>
      <link>https://ivandemarino.me/posts/itunes-u/</link>
      <pubDate>Thu, 26 Jan 2006 00:22:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/itunes-u/</guid>
      <description>&lt;p&gt;Nessun commento.
Sarebbe superfluo e scontato.&lt;/p&gt;
&lt;p&gt;Solo il &lt;a href=&#34;http://education.apple.com/itunes_u/&#34;&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;hellip; e una preghiera.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iTab: iBook based but... not from Apple O_o</title>
      <link>https://ivandemarino.me/posts/itab-ibook-based-but-not-from-apple-o-o/</link>
      <pubDate>Thu, 26 Jan 2006 00:19:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/itab-ibook-based-but-not-from-apple-o-o/</guid>
      <description>&lt;p&gt;Seems to be a very strange title but&amp;hellip; it&amp;rsquo;s true.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;iTab&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/iTab.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.itablet.theplaceforitall.com/index.html&#34;&gt;The official web site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But it&amp;rsquo;s only an iBook with the monitor on the wrong side and a pen-as-a-mouse-pointer.
No &lt;a href=&#34;http://www.apple.com/macosx/features/inkwell/&#34;&gt;Inkwell&lt;/a&gt;, sorry.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ziplight: make Spotlight more curious</title>
      <link>https://ivandemarino.me/posts/ziplight-make-spotlight-more-curious/</link>
      <pubDate>Thu, 26 Jan 2006 00:03:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ziplight-make-spotlight-more-curious/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;ziplight logo&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/downloads/macosx/spotlight/images/ziplight_200508081739.jpg&#34;&gt;
On &lt;a href=&#34;http://www.apple.com/downloads/macosx/spotlight/ziplight.html&#34;&gt;that page&lt;/a&gt; of the Apple Download Center you can find Ziplight, a Spotlight plugin that enable searches into our zip archives.&lt;/p&gt;
&lt;p&gt;A much usefull idea, it isn&amp;rsquo;t?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why the Apple 1 price was $666.66?</title>
      <link>https://ivandemarino.me/posts/why-the-apple-1-price-was-666-66/</link>
      <pubDate>Tue, 24 Jan 2006 00:32:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/why-the-apple-1-price-was-666-66/</guid>
      <description>&lt;p&gt;Woz, the Apple&amp;rsquo;s co-founder divulges the reasoning behind the infamous computer price.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://news.com.com/1606-2-5937610.html?tag=nl.e433&#34;&gt;Cnet video&lt;/a&gt; of Woz explaining&amp;hellip;&lt;/p&gt;
&lt;p&gt;Ok ok, it&amp;rsquo;s simple:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; because it&amp;rsquo;s the same button &lt;button&gt;6&lt;/button&gt; for 5 times&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Apple, think simple (and different)!&lt;/em&gt; :D&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1398/woz-spiega-il-prezzo-di-apple-i-66666&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shiira 1.2.1 released</title>
      <link>https://ivandemarino.me/posts/shiira-1-2-1-released/</link>
      <pubDate>Tue, 24 Jan 2006 00:24:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/shiira-1-2-1-released/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Shiira logo&#34; loading=&#34;lazy&#34; src=&#34;http://hmdt-web.net/shiira/English/res/img12_shiiraIcon.jpg&#34;&gt;
A new version of this very powerfull browser was released.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We released &lt;a href=&#34;http://hmdt-web.net/shiira/en&#34;&gt;Shiira 1.2.1&lt;/a&gt;. It is the Universal Binary. Shiira can run natively on both PowerPC and Intel based Mac.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;And we implemented the auto filling feature. Your user names and passwords are automatically filled in the Web form. They are stored in the Keychain which is a standard password management tool of Mac OS X.
What&amp;rsquo;s new of 1.2.1&lt;/p&gt;</description>
    </item>
    <item>
      <title>MacBook Pro at february 15 2006</title>
      <link>https://ivandemarino.me/posts/macbook-pro-at-february-15-2006/</link>
      <pubDate>Tue, 24 Jan 2006 00:16:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macbook-pro-at-february-15-2006/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s coming soon.&lt;/p&gt;
&lt;p&gt;Remember: I was born on february 6 1982. ;)&lt;/p&gt;
&lt;p&gt;Anyone wants to make me happy? :D&lt;/p&gt;
&lt;p&gt;Sources, &lt;a href=&#34;http://www.melablog.it/post/1403/macbook-dal-15-febbraio&#34;&gt;Melablog&lt;/a&gt; and &lt;a href=&#34;http://us.gizmodo.com/gadgets/laptops/macbook-pro-arrives-february-15-149937.php&#34;&gt;Gizmondo&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Design Draw with Patterns/Movements/Finger</title>
      <link>https://ivandemarino.me/posts/design-draw-with-patterns-movements-finger/</link>
      <pubDate>Mon, 23 Jan 2006 12:52:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/design-draw-with-patterns-movements-finger/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s because the University Research in Italy does not have the same &amp;ldquo;importance/value&amp;rdquo; than in other Country.&lt;/p&gt;
&lt;p&gt;This is a MIT production: &lt;a href=&#34;http://web.media.mit.edu/~kimiko/iobrush/iobrush_mpeg_medium.mpg&#34;&gt;Mpeg file link&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;EDIT -
Thanks to &lt;a href=&#34;http://www.neminis.org&#34;&gt;Nemo&lt;/a&gt; for the &amp;ldquo;Errata Corrige&amp;rdquo; of the title :oops: .&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>L&#39;avvocato digitale</title>
      <link>https://ivandemarino.me/posts/l-avvocato-digitale/</link>
      <pubDate>Mon, 23 Jan 2006 11:42:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/l-avvocato-digitale/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.giurdanella.it/mainf.php?id=7258&#34;&gt;Giurdanella.it&lt;/a&gt; ci segnala qualcosa di realmente molto importante:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Si è conclusa con successo presso la Corte Arbitrale Europea e UnionCamere dell&amp;rsquo;Emilia Romagna la sperimentazione del sistema e-Dispute finanziato dalla Commissione Europea nell’ambito del programma comunitario eTEN.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;L&amp;rsquo;obbiettivo era quello di creare un sistema automatico on-line che consentisse la celere risoluzione delle controversie grazie all&amp;rsquo;intervento di un &amp;ldquo;robot-agent&amp;rdquo;. Nel sistema e-Dispute,sviluppato dalla Tiga Technologies, le parti propongono la loro disputa on-line ad un robot-agent che, dopo avere fissato un incontro tra tutte le parti via chat o videoconferenza, e &amp;ldquo;digerito&amp;rdquo; tutte le informazioni fornitegli, propone alle parti una soluzione che tenga conto di tutti gli interessi in gioco.
Il sistema, che offre un sistema rapido, economico ed, essendo l&amp;rsquo;arbitro un robot, anche imparziale per la soluzione delle controversie, necessita ora di un finanziamento di 1.5 / 2 milioni di euro per la creazione di una società che si occupi della sua promozione e commercializzazione.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The House that Apple build</title>
      <link>https://ivandemarino.me/posts/the-house-that-apple-build/</link>
      <pubDate>Mon, 23 Jan 2006 00:30:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-house-that-apple-build/</guid>
      <description>&lt;object height=&#34;325&#34; width=&#34;400&#34;&gt;
&lt;p&gt;&lt;embed src=&#34;http://www.youtube.com/v/JO4qDHrjqCw&#34; type=&#34;application/x-shockwave-flash&#34; height=&#34;350&#34; width=&#34;425&#34;&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;/object&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1396/the-house-that-apple-built&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>berlusca: come aggirare la &#34;Par Condicio&#34;</title>
      <link>https://ivandemarino.me/posts/berlusca-come-aggirare-la-par-condicio/</link>
      <pubDate>Sun, 22 Jan 2006 23:29:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/berlusca-come-aggirare-la-par-condicio/</guid>
      <description>&lt;p&gt;Il nostro adorato presidente presto ci farà recapitare a casa una bella lettera in allegato ad un simpatico documento sulla &amp;ldquo;Alfabetizazione Digitale&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Giusto perché non sono sufficienti giornali o la TV: c&amp;rsquo;é bisogno di spendere 7 milioni di € per far arrivare a casa degli italiani il pezzo di carta che gli ricordi quanto sia bravo e all&amp;rsquo;avanguardia il nostro amato presidente.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Carta straccia che però la casalinga come la nonnina anziana (che di internet SE NE FOTTERA&amp;rsquo; SEMPRE E COMUNQUE) avrà sempre davanti agli occhi fino al giorno delle elezioni.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quicktime2RSS: sleep much more</title>
      <link>https://ivandemarino.me/posts/quicktime2rss-sleep-much-more/</link>
      <pubDate>Sat, 21 Jan 2006 12:33:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/quicktime2rss-sleep-much-more/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Apple to offer speedy lecture podcasts&lt;/strong&gt;&lt;/em&gt;
&amp;hellip; The education arm of the Apple computer company in Europe is developing a pilot of a new system of recording and rebroadcasting lectures within an hour of the professor packing away their notes.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The forthcoming QuickTime 2 Really Simple Syndication (RSS) technology, a development program to be launched in Europe in the spring, will allow the lecturer to record their own &amp;ldquo;performance&amp;rdquo; - their slides, notes and details of student assignments as they deliver them live to the students in the lecture hall.
Once the lecture is over, the technology behind the system can turn the content into suitable files and automatically upload them to Apple&amp;rsquo;s iTunes network or connect it to RSS feeds that students, and others, can subscribe to.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tesina sulle VLAN - 01</title>
      <link>https://ivandemarino.me/posts/tesina-sulle-vlan-01/</link>
      <pubDate>Fri, 20 Jan 2006 22:39:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tesina-sulle-vlan-01/</guid>
      <description>&lt;p&gt;Per l&amp;rsquo;esame di &amp;ldquo;Sistemi per l&amp;rsquo;elaborazione dell&amp;rsquo;informazione: Reti&amp;rdquo; (anche detto molto semplicemente &amp;ldquo;Reti&amp;rdquo;) mi é stata assegnata la stesura di una tesina da &lt;code&gt;x&lt;/code&gt; pagine, con &lt;code&gt;10 &amp;lt; x &amp;lt; 20&lt;/code&gt; pagine.&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;argomento? VLAN.
Ho inziato da 2 giorni circa la stesura: quell che é certo, é che sarà difficile tenersi sotto le 20 pagine.&lt;/p&gt;
&lt;p&gt;Sono partito, ovviamente, da Wikipedia (inglese, dove c&amp;rsquo;é veramente tanta roba): &lt;a href=&#34;http://en.wikipedia.org/wiki/Vlan&#34;&gt;http://en.wikipedia.org/wiki/Vlan&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Seguendo i vari link riportati nel testo, ho trovato tante informazioni che non conoscevo sulle VLAN, ad esempio che esiste uno standard apposito chiamato &lt;a href=&#34;http://en.wikipedia.org/wiki/802.1Q&#34;&gt;IEEE 802.1Q&lt;/a&gt;, a sua volta nato a partire dai protocolli di Cisco &lt;a href=&#34;http://en.wikipedia.org/wiki/ISL&#34;&gt;ISL&lt;/a&gt; e &lt;a href=&#34;http://en.wikipedia.org/wiki/VTP&#34;&gt;VTP&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Autodelta 159 GTA</title>
      <link>https://ivandemarino.me/posts/autodelta-159-gta/</link>
      <pubDate>Tue, 17 Jan 2006 00:24:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/autodelta-159-gta/</guid>
      <description>&lt;p&gt;No words. Only love.
&lt;img alt=&#34;Autodelta 159 GTA&#34; loading=&#34;lazy&#34; src=&#34;http://clabedan.typepad.com/photos/uncategorized/autodelta_alfa159_gtaa_2.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.autoblog.it/post/2509/alfa-159-gta-by-autodelta-a-ginevra&#34;&gt;Autoblog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Look inside your Mac</title>
      <link>https://ivandemarino.me/posts/look-inside-your-mac/</link>
      <pubDate>Mon, 16 Jan 2006 23:44:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/look-inside-your-mac/</guid>
      <description>&lt;p&gt;There are &lt;em&gt;crazy-mac-user&lt;/em&gt; that &lt;a href=&#34;http://mactree.sannet.ne.jp/%7ekodawarisan/imac_intel/imac_intel01.html&#34;&gt;open our iMac&lt;/a&gt; (a Core Due iMac) to see inside of it &lt;img alt=&#34;Inside iMac Core Duo based&#34; loading=&#34;lazy&#34; src=&#34;http://mactree.sannet.ne.jp/%7ekodawarisan/imac_intel/0114103.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;There are other &lt;em&gt;less-crazy-mac-user&lt;/em&gt; that &lt;a href=&#34;http://www.usemycomputer.com/show.html?image=/indeximages/2006/January/31ec3058d34329421287e26db3bfc8f6.jpeg&#34;&gt;do xray-scanning to a PowerBook&lt;/a&gt; &lt;img alt=&#34;PowerBook xray&#34; loading=&#34;lazy&#34; src=&#34;http://www.usemycomputer.com/indeximages/2006/January/31ec3058d34329421287e26db3bfc8f6.jpeg&#34;&gt;&lt;/p&gt;
&lt;p&gt;There are other &lt;a href=&#34;http://www.detronizator.org/bio/&#34;&gt;&lt;em&gt;normal-mac-user&lt;/em&gt;&lt;/a&gt; that use it and love it. :D&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1350/radiografia-di-un-powerbook&#34;&gt;Melablog&lt;/a&gt;.&lt;a href=&#34;http://www.melablog.it/post/1360/inside-imac-intel-inside&#34;&gt;it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Che cos&#39;é la Mafia?</title>
      <link>https://ivandemarino.me/posts/che-cos-la-mafia/</link>
      <pubDate>Mon, 16 Jan 2006 23:34:20 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/che-cos-la-mafia/</guid>
      <description>&lt;p&gt;Il primo audio-libro completato del progetto LibriVox.
&lt;img alt=&#34;LibriVox logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/librivox_01.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;ldquo;Che cosa è la Mafia&amp;rdquo; di Gaetano Mosca.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mafia: cinese, americana, nera, turca, giapponese, libanese, russa… e soprattutto Cosa Nostra. Non spaghetti, pizza, radio, ma mafia è il vero contributo lessicale dell’Italia del XX secolo alla ridefinizione multimediale della realtà spirituale dell’uomo del duemila. Perché l’universale fortuna del vocabolo? La radice del fenomeno mafioso è nella politica: questa la perentoria, illuminante risposta, già agli inizi del XX secolo, nel sintetico, formidabile scritto Che cosa è la mafia, di Gaetano Mosca, il grande sociologo che, con la dottrina delle élite, ha fondato la scienza politica contemporanea.
Per saperne di più sull&amp;rsquo;audiolibro, e per caricarlo sul vostro iPod, vi rimando a &lt;a href=&#34;http://www.downloadblog.it/post/1188/audiolibro-librivox-1-che-cosa-e-la-mafia#more&#34;&gt;questa pagina di Downloadblog&lt;/a&gt;. Buon ascolto!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox, Thunderbird and Camino: first Universal Binary build</title>
      <link>https://ivandemarino.me/posts/firefox-thunderbird-and-camino-first-universal-binary-build/</link>
      <pubDate>Mon, 16 Jan 2006 23:25:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/firefox-thunderbird-and-camino-first-universal-binary-build/</guid>
      <description>&lt;p&gt;Developers of &lt;a href=&#34;http://www.mozilla.org/projects/firefox/&#34;&gt;Firefox&lt;/a&gt;, &lt;a href=&#34;http://www.mozilla.org/projects/thunderbird/&#34;&gt;Thunderbird&lt;/a&gt; and &lt;a href=&#34;http://www.caminobrowser.org/&#34;&gt;Camino&lt;/a&gt; are working on a &lt;a href=&#34;http://www.apple.com/it/universal/&#34;&gt;Universal Binary&lt;/a&gt; release: they have promised a official release in march.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/MozillaUniversal.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;By now, &lt;a href=&#34;http://dw.com.com/redir?destUrl=http%3A%2F%2Fwiki.mozilla.org%2FMac%3AIntel&amp;amp;siteId=3&amp;amp;oId=2100-1032-6027369&amp;amp;ontId=1023&amp;amp;lop=nl.ex&#34;&gt;here are sufficiently stable releases&lt;/a&gt;. But, problems still remain: Java-plugin and Flash-plugin does not run, right now. On MacIntel (if you are so lucky ;) ) use &lt;a href=&#34;http://www.mozilla.com/&#34;&gt;Firefox build for PPC&lt;/a&gt; over &lt;a href=&#34;http://www.apple.com/it/rosetta/&#34;&gt;Rosetta&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.melablog.it/post/1359/firefox-thunderbird-e-camino-per-mac-intel&#34;&gt;Melablog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>First Blade Server on Cell</title>
      <link>https://ivandemarino.me/posts/first-blade-server-on-cell/</link>
      <pubDate>Sun, 15 Jan 2006 20:04:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/first-blade-server-on-cell/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Cell&#34; loading=&#34;lazy&#34; src=&#34;http://www.mc.com/images/products/Cell-blade-chip-block-diagram_iv.jpg&#34;&gt;
And, obviously, it use Linux.&lt;/p&gt;
&lt;p&gt;Mercury Computer makes a &lt;a href=&#34;http://www.mc.com/products/view/index.cfm?id=64&amp;amp;type=boards&#34;&gt;Dual Cell-based Blade Server&lt;/a&gt; for scientific-military-research purpose.&lt;/p&gt;
&lt;p&gt;Specifications:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Dual Cell BE Processors&lt;/strong&gt;
PPE core: IBM® 64-bit PowerArchitecture™
L1 cache size: 32 KB instruction; 32 KB data
L2 cache size: 512 KB
SPUs: 8
Local memory size: 256 KB
Registers: 128 x 128 bits wide
EIB: 192 GB/s aggregate bandwidth
Processor internal clock speed: 3 GHz
Processor-to-memory bandwidth: 24.0 GB/s
Processor-to-processor coherent interface: 20 GB/s in each direction&lt;/p&gt;</description>
    </item>
    <item>
      <title>NetBeans 5.0RC1</title>
      <link>https://ivandemarino.me/posts/netbeans-5-0rc1/</link>
      <pubDate>Sun, 15 Jan 2006 19:53:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/netbeans-5-0rc1/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;NetBeans logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.netbeans.org/images/v4/netbeans_logo.gif&#34;&gt;
&lt;a href=&#34;http://www.netbeans.org/community/releases/50/index.html&#34;&gt;Official NetBeans 5.0RC1 page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.alessiopaolucci.com/it/news/36&#34;&gt;alessiopaolucci.com&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Here are some of the cool features in this release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Developing NetBeans Modules&lt;/li&gt;
&lt;li&gt;Matisse GUI Builder&lt;/li&gt;
&lt;li&gt;Servers&lt;/li&gt;
&lt;li&gt;Web Frameworks&lt;/li&gt;
&lt;li&gt;Web Services&lt;/li&gt;
&lt;li&gt;Editor Enhancements&lt;/li&gt;
&lt;li&gt;Code Completion&lt;/li&gt;
&lt;li&gt;Refactoring&lt;/li&gt;
&lt;li&gt;Version Control&lt;/li&gt;
&lt;li&gt;Debugging&lt;/li&gt;
&lt;li&gt;Other Usability Improvements&lt;/li&gt;
&lt;li&gt;New NetBeans Add-on Packs&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Personally, I prefer &lt;a href=&#34;http://www.eclipse.org&#34;&gt;Eclipse&lt;/a&gt; much too much. But, also Eclipse would make a &lt;a href=&#34;http://www.netbeans.org/files/documents/4/475/matisse.html&#34;&gt;Matisse&lt;/a&gt;-&lt;a href=&#34;http://cld.blog-city.com/netbeans_matisse_versus_eclipses_visual_editor__no_contest.htm&#34;&gt;like&lt;/a&gt; GUI editor&amp;hellip; &amp;#x1f622;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple worth more then Dell</title>
      <link>https://ivandemarino.me/posts/apple-worth-more-then-dell/</link>
      <pubDate>Sun, 15 Jan 2006 12:31:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apple-worth-more-then-dell/</guid>
      <description>&lt;p&gt;In August 2005 I was thinking about purchasing Apple quotes: $43/45 was a good price for my wallett ;) .&lt;/p&gt;
&lt;p&gt;My Bank, instead, wants from me &amp;ldquo;things that I don&amp;rsquo;t have&amp;rdquo; (other moneys) to allow me to operate on the US market.&lt;/p&gt;
&lt;p&gt;Today is a good day but, if I had purchased some Apple quotes at that time, now I would be rich &amp;#x1f622; .
&lt;img alt=&#34;Apple one-year quotation&#34; loading=&#34;lazy&#34; src=&#34;http://charting.nasdaq.com/ext/charts.dll?2-1-14-0-0-512-03NA000000AAPL-&amp;SF:4|5-WD=484-HT=395-&#34;&gt;&lt;/p&gt;
&lt;p&gt;The title?
See at &lt;a href=&#34;http://macdailynews.com/index.php/weblog/comments/8206/&#34;&gt;here&lt;/a&gt; for comparation between Apple and Dell on US market.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GNU/Linux Command reference</title>
      <link>https://ivandemarino.me/posts/gnu-linux-command-reference/</link>
      <pubDate>Sat, 14 Jan 2006 14:53:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gnu-linux-command-reference/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;CLI&#34; loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/terminal.png&#34;&gt;
A big one: &lt;a href=&#34;http://www.unixguide.net/linux/linuxshortcuts.shtml&#34;&gt;Linux Shortcuts and Commands&lt;/a&gt;.
An italian book that have a dedicated chapter: &lt;a href=&#34;http://linuxfacile.medri.org/&#34;&gt;Linux Facile&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&#34;http://www.ossblog.it/post/377/cli_reference_gnu_linux_command&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>elilo: boot on EFI machine</title>
      <link>https://ivandemarino.me/posts/elilo-boot-on-efi-machine/</link>
      <pubDate>Sat, 14 Jan 2006 14:49:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/elilo-boot-on-efi-machine/</guid>
      <description>&lt;p&gt;Linux, as we can expect from the linux-comunity, are ready for the &lt;a href=&#34;http://en.wikipedia.org/wiki/Extensible_Firmware_Interface&#34;&gt;EFI system&lt;/a&gt; that will substitute the old &lt;a href=&#34;http://en.wikipedia.org/wiki/BIOS&#34;&gt;BIOS system&lt;/a&gt; on our (x86) machine.&lt;/p&gt;
&lt;p&gt;EFI is the boot-system used on the &lt;a href=&#34;http://www.detronizator.org/2006/01/12/letter-to-apple-support/&#34;&gt;new MacIntel machine&lt;/a&gt;, &lt;a href=&#34;http://www.detronizator.org/2006/01/12/its-too-late/&#34;&gt;presented from Apple at Jan 10&lt;/a&gt;. What it means? It means that we can install and run on EFI-enabled machine every Operating System, also which that does not &amp;ldquo;understand&amp;rdquo; EFI (WinXP is the biggest example).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://elilo.sourceforge.net/cgi-bin/blosxom&#34;&gt;Here&lt;/a&gt; the home page of &lt;a href=&#34;http://elilo.sourceforge.net/cgi-bin/blosxom&#34;&gt;elilo&lt;/a&gt;, &lt;em&gt;the EFI linux boot loader&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GTK&#43; howto from IBM DeveloperWorks</title>
      <link>https://ivandemarino.me/posts/gtk-howto-from-ibm-developerworks/</link>
      <pubDate>Thu, 12 Jan 2006 23:17:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gtk-howto-from-ibm-developerworks/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;IBM logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/ibmlogo.gif&#34;&gt;
A &lt;a href=&#34;http://www-128.ibm.com/developerworks/views/opensource/libraryview.jsp?search_by=gtk+fundamentals&#34;&gt;collection of howto on Gtk+&lt;/a&gt; on the rich &lt;a href=&#34;http://www.ibm.com/developerworks&#34;&gt;DeveloperWorks website&lt;/a&gt; from IBM.&lt;/p&gt;
&lt;p&gt;2 articles are available right now:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.ibm.com/developerworks/library/os-gtk1/index.html&#34;&gt;Why use Gtk+?&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.ibm.com/developerworks/library/os-gtk2/index.html&#34;&gt;How to use Gtk+&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ossblog.it/post/369/programming_gtk_mono_python_glade_ibm_developerworks&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Altri piani per questo MacWorld?</title>
      <link>https://ivandemarino.me/posts/altri-piani-per-questo-macworld/</link>
      <pubDate>Thu, 12 Jan 2006 19:50:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/altri-piani-per-questo-macworld/</guid>
      <description>&lt;p&gt;Io credo proprio di NO!&lt;/p&gt;
&lt;p&gt;Su MelaBlog, ci sarebbe una &amp;ldquo;presunta&amp;rdquo; (dato che, ovviamente, la fonte non è citabile) intervista ad un manager di Apple:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Stasera ero al bar, quando ho incontrato un vecchio amico, che ha una posizione molto alta in Apple. Odio citare fonti anonime, ma fidatevi, lui conosce come stanno le cose. Mi ha detto che il KeyNote di Jobs non è andato come previsto. Parte della discussione è stata eliminata. Mancavano dei prodotti chiave. Secondo le mie fonti erano pronte &amp;ldquo;delle cose molto cool&amp;rdquo;, che Jobs non ha presentato per mancanza di forniture. &amp;ldquo;Non potevano avere un numero sufficiente di Core Duo&amp;rdquo;, mi hanno detto. Mi ha anche detto che, se fosse stato in me, non avrebbe ordinato i nuovi MacBook Pro. Gli ho chiesto se ci saranno versioni MacBook dei vecchi Powerbook da 17 e 12 pollici: &amp;ldquo;Oh, sarà qualcosa di meglio. Molto meglio&amp;rdquo;.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Mac don&#39;t have Intel Inside logo</title>
      <link>https://ivandemarino.me/posts/new-mac-don-t-have-intel-inside-logo/</link>
      <pubDate>Thu, 12 Jan 2006 19:40:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-mac-don-t-have-intel-inside-logo/</guid>
      <description>&lt;p&gt;&amp;hellip; but on the package will be the &lt;a href=&#34;http://www.detronizator.org/2006/01/12/its-too-late/&#34;&gt;lovelly logo&lt;/a&gt; of Intel Core Duo.&lt;/p&gt;
&lt;p&gt;And, Apple will not join, by now, the &lt;a href=&#34;http://news.com.com/Intel+details+new+brand+for+entertainment+PCs/2100-1041_3-5842745.html?tag=nl&#34;&gt;Intel Viiv&lt;/a&gt; project. But, why? :?:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Play WinMediaFiles in QT</title>
      <link>https://ivandemarino.me/posts/play-winmediafiles-in-qt/</link>
      <pubDate>Thu, 12 Jan 2006 19:33:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/play-winmediafiles-in-qt/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Flip4Mac logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.flip4mac.com/images_06/wmv_right_logo.jpg&#34;&gt;
Microsoft, because of the STOP to development of &lt;a href=&#34;http://www.microsoft.com/mac/otherproducts/otherproducts.aspx?pid=windowsmedia&#34;&gt;Windows Media Player for MacOSX&lt;/a&gt;, make a &lt;a href=&#34;http://www.microsoft.com/windows/windowsmedia/player/flip4mac.mspx&#34;&gt;page&lt;/a&gt; on our site where we can download a nice thing: a plugin for QuickTime aims to view Windows Media Files.&lt;/p&gt;
&lt;p&gt;Seems to be a good product: I will update you soon.&lt;/p&gt;
&lt;p&gt;The plugin is &lt;a href=&#34;http://www.flip4mac.com/wmv_upgrades.htm&#34;&gt;Flip4Mac&lt;/a&gt;. The company behind this piece of code is Telestream, that &lt;a href=&#34;http://www.flip4mac.com/wmv_upgrades.htm&#34;&gt;sell other plugins to import/edit WMF&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have a question: &lt;a href=&#34;http://money.cnn.com/2004/04/06/news/newsmakers/worldswealthiestupdate/&#34;&gt;M$ is the richest company in the World&lt;/a&gt; and&amp;hellip; needs third-part plugin to make our file-formats viewable on MacOSX? It&amp;rsquo;s a Joke? :| ( :lol: )&lt;/p&gt;</description>
    </item>
    <item>
      <title>Letter to Apple Support</title>
      <link>https://ivandemarino.me/posts/letter-to-apple-support/</link>
      <pubDate>Thu, 12 Jan 2006 12:15:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/letter-to-apple-support/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;cry&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/MacBookcry.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;From: &lt;a href=&#34;mailto:xyz@abc.123&#34;&gt;xyz@abc.123&lt;/a&gt;
Subject: Powerbook support
Date: January 10, 2006 4:55:31 PM ET
To: Apple Tech Support&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hello,
I purchased a new Powerbook three weeks ago. It was working fine until a few hours ago when you announced the new Intel-powered MacBook Pro at MacWorld and I started to cry. &amp;ldquo;Four to fives times faster,&amp;rdquo; I sobbed, &amp;ldquo;a built-in iSight, and a brighter, wider screen.&amp;quot;&lt;/em&gt;&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;This Apple User purchased a &lt;a href=&#34;http://www.apple.com/powerbook/&#34;&gt;new Powerbook&lt;/a&gt; but, because of the lauch of MacBook Pro, now he say at Apple Care &amp;ldquo;can you send me a new &lt;a href=&#34;http://www.apple.com/macbookpro/&#34;&gt;MacBook Pro&lt;/a&gt; as a replacement, please?&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux != Windows</title>
      <link>https://ivandemarino.me/posts/linux-windows/</link>
      <pubDate>Thu, 12 Jan 2006 01:05:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/linux-windows/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Linux&#34; loading=&#34;lazy&#34; src=&#34;http://linux.oneandoneis2.org/tux.png&#34;&gt;!= &lt;img alt=&#34;Windows&#34; loading=&#34;lazy&#34; src=&#34;http://linux.oneandoneis2.org/windows.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;This funny article is here: &lt;a href=&#34;http://linux.oneandoneis2.org/LNW.htm&#34;&gt;http://linux.oneandoneis2.org/LNW.htm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks to KM.&lt;/p&gt;</description>
    </item>
    <item>
      <title>It&#39;s too late...</title>
      <link>https://ivandemarino.me/posts/it-s-too-late/</link>
      <pubDate>Thu, 12 Jan 2006 01:00:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/it-s-too-late/</guid>
      <description>&lt;p&gt;&amp;hellip; every people (hi hope ;) ) in the world know about the &lt;a href=&#34;http://macworld.apple.com.edgesuite.net/mw/index.html&#34;&gt;MacWorld&lt;/a&gt; of yesterday.&lt;/p&gt;
&lt;p&gt;Then, I write just a little list of recommended links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;a &lt;a href=&#34;http://blog.neminis.org/apple-elegantemente-potente-ancora.xhtml&#34;&gt;Nemo post&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.apple.com/&#34;&gt;Apple website&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;all the last posts on &lt;a href=&#34;http://www.melablog.it&#34;&gt;MelaBlog.it&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.thinksecret.com/&#34;&gt;Think Secret&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.appleinsider.com/&#34;&gt;AppleInsider&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Find out what do you want! :D&lt;/p&gt;
&lt;p&gt;Ah, last observation: I like too much the logo of the Intel Code Duo!
&lt;img alt=&#34;Intel Core Duo&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/it/macbookpro/images/indexintellogo20060109.png&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>A 3D interface to the planet... on MacOSX Tiger</title>
      <link>https://ivandemarino.me/posts/a-3d-interface-to-the-planet-on-macosx-tiger/</link>
      <pubDate>Thu, 12 Jan 2006 00:44:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-3d-interface-to-the-planet-on-macosx-tiger/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google Earth logo&#34; loading=&#34;lazy&#34; src=&#34;http://earth.google.com/images/googleearth.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;After you have installed Google Earth, you may want to explore some of the interesting data layers being published by other folks on the web. Anyone can publish content for Google Earth using our geographic markup language (&lt;a href=&#34;http://en.wikipedia.org/wiki/KML&#34;&gt;KML&lt;/a&gt;). To view these, simply click the links below. They will appear in your “Places” list. To save them for future use, right-click on the feed you wish to save and select “Save to My Places.”&lt;/p&gt;</description>
    </item>
    <item>
      <title>Genuary 10 2006 - 05:26pm: Apple store is offline</title>
      <link>https://ivandemarino.me/posts/genuary-10-2006-05-26pm-apple-store-is-offline/</link>
      <pubDate>Tue, 10 Jan 2006 17:28:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/genuary-10-2006-05-26pm-apple-store-is-offline/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://store.apple.com/&#34;&gt;&lt;img alt=&#34;Coming Back soon&#34; loading=&#34;lazy&#34; src=&#34;http://images.apple.com/r/store/backsoon/title_backsoon.gif&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Are you ready :D ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google do the right thing</title>
      <link>https://ivandemarino.me/posts/google-do-the-right-thing/</link>
      <pubDate>Tue, 10 Jan 2006 10:10:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-do-the-right-thing/</guid>
      <description>&lt;p&gt;Because of interest of much users to &lt;a href=&#34;http://www.lifehack.org/articles/lifehack/how-to-download-google-video.html&#34;&gt;download the Video&lt;/a&gt; viewable on &lt;a href=&#34;http://video.google.com/&#34;&gt;Google Video&lt;/a&gt;, &lt;a href=&#34;http://www.google.com&#34;&gt;Big G.&lt;/a&gt; insert &lt;ins datetime=&#34;2006-01-10T08:44:43+00:00&#34;&gt;directly&lt;/ins&gt; on that web site the &amp;ldquo;button&amp;rdquo; for download the Videos.&lt;/p&gt;
&lt;p&gt;Formats available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Windows/Machintosh - .avi con codec &lt;a href=&#34;http://www.xvid.org/&#34;&gt;XviD&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;iPod Video - &lt;a href=&#34;http://en.wikipedia.org/wiki/MPEG-4&#34;&gt;Mpeg4&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sony PSP - &lt;a href=&#34;http://en.wikipedia.org/wiki/MPEG-4&#34;&gt;Mpeg4&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Developer Notes for prototype.js</title>
      <link>https://ivandemarino.me/posts/developer-notes-for-prototype-js/</link>
      <pubDate>Tue, 10 Jan 2006 00:14:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/developer-notes-for-prototype-js/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Prototype logo&#34; loading=&#34;lazy&#34; src=&#34;http://prototype.conio.net/images/prototype.png&#34;&gt;
Today, with my friend and co-worked Sbatman, we were trying to understand how the famous &lt;a href=&#34;http://prototype.conio.net/&#34;&gt;prototype.js&lt;/a&gt; library works.&lt;/p&gt;
&lt;p&gt;For not-Ajax developer:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for Web 2.0 developers everywhere.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;After an afternoon without appreciable results ( &amp;#x1f622; ), Sbatman found that documentation online: &lt;a href=&#34;http://www.sergiopereira.com/articles/prototype.js.html&#34;&gt;Developer Notes for prototype.js&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BeppeGrillo.it: da virtuale a reale</title>
      <link>https://ivandemarino.me/posts/beppegrillo-it-da-virtuale-a-reale/</link>
      <pubDate>Mon, 09 Jan 2006 23:31:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/beppegrillo-it-da-virtuale-a-reale/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Può succedere che il reale diventi virtuale.
Gli esempi in questo senso non mancano in Italia.
L’economia è virtuale, l’innovazione è virtuale, le Grandi Opere sono virtuali, l’occupazione è virtuale.
Gli imprenditori sono virtuali, i consigli di amministrazione sono virtuali e certamente virtuali, anzi virtualissimi sono i rapporti tra i partiti e le banche.
Solo l’informazione è post virtuale, ormai è trapassata, è puro spirito.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In questo mondo virtuale ho pensato di rendere il blog reale.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Un c@ppuccino per un Pc</title>
      <link>https://ivandemarino.me/posts/un-c-ppuccino-per-un-pc/</link>
      <pubDate>Mon, 09 Jan 2006 23:27:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/un-c-ppuccino-per-un-pc/</guid>
      <description>&lt;p&gt;Promozione governativa da tenere d&amp;rsquo;occhio: tra poco tempo ci sarà il via ufficiale.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.innovazione.gov.it/ita/struttura/dipartimento/progetti/cappuccinopc.shtml&#34;&gt;www.innovazione.gov.it&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;- EDIT -&lt;/strong&gt;
Nei commenti trovate una serie di ossevazioni utili per meglio capire cosa c&amp;rsquo;é dietro questa offerta che all&amp;rsquo;apparenza &lt;strong&gt;sembrava interessante&lt;/strong&gt; (grazie &lt;strong&gt;Sunshine&lt;/strong&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dove non arriva Telecom, arriva il wireless</title>
      <link>https://ivandemarino.me/posts/dove-non-arriva-telecom-arriva-il-wireless/</link>
      <pubDate>Mon, 09 Jan 2006 23:16:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dove-non-arriva-telecom-arriva-il-wireless/</guid>
      <description>&lt;p&gt;Un bel progetto di una società per fornire connettività anche a chi non si trova nei &amp;ldquo;comuni fortunati&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.ebruni.it/it/docs/wadsl/images/wadsl_schema.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.ebruni.it/it/docs/wadsl/index.htm&#34;&gt;EmilianoBruni.it&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Presentati Intel Viiv e Centrino Duo</title>
      <link>https://ivandemarino.me/posts/presentati-intel-viiv-e-centrino-duo/</link>
      <pubDate>Mon, 09 Jan 2006 23:13:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/presentati-intel-viiv-e-centrino-duo/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; I nuovi annunci si inseriscono in una strategia Intel maggiormente focalizzata &amp;ldquo;sulla creazione di piattaforme di elaborazione innovative che apriranno una nuova era nel modo di lavorare, giocare e vivere” come affermato da Dario Bucci, Amministratore Delegato di Intel Corporation Italia che aggiunge &amp;ldquo;le piattaforme tecnologiche Intel Viiv Intel mobile Centrino Duo rappresentano un nuovo &amp;ldquo;balzo in avanti&amp;rdquo; nel modo in cui da oggi le persone possono lavorare e divertirsi, e il nostro impegno su più settori contribuisce a garantire la disponibilità di contenuti, software e dispositivi che consentono di sfruttare al meglio i vantaggi di una nuova generazione di impieghi ed esperienze”&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>C&#43;&#43;0x, il nuovo standard C&#43;&#43;</title>
      <link>https://ivandemarino.me/posts/c-0x-il-nuovo-standard-c/</link>
      <pubDate>Mon, 09 Jan 2006 22:59:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/c-0x-il-nuovo-standard-c/</guid>
      <description>&lt;p&gt;Avevo già letto qualcosa in proposito tempo fa: un articolo in inglese &lt;del datetime=&#34;2006-01-09T21:48:02+00:00&#34;&gt;che ora non trovo più&lt;/del&gt; che potete trovare &lt;a href=&#34;http://public.research.att.com/~bs/rules.pdf&#34;&gt;qui (pdf)&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Per il momento è chiamato C++0x ma sarà C++09 quando l&amp;rsquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/ISO&#34;&gt;ISO&lt;/a&gt; ratificherà lo standard, nel 2009; grandissime novità per gli sviluppatori di tutto il mondo.
Il lavoro per la preparazione del nuovo &lt;a href=&#34;http://en.wikipedia.org/wiki/C++&#34;&gt;C++&lt;/a&gt; sono arrivate ad una fase cruciale. Il comitato di standardizzazione dell&amp;rsquo;ISO spera di lanciare il nuovo standard nel 2009, inaugurando quindi il C++09. Per terminare in tempo il processo di standardizzazione il comitato ha interrotto da qualche tempo l&amp;rsquo;analisi delle nuove funzionalità focalizzandosi quindi su quelle già considerate ed approvate.
Come si sa il C++ è un linguaggio di programmazione &amp;ldquo;general-purpose&amp;rdquo; con uno sguardo alla programmazione di sistema che:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Russian Climbing</title>
      <link>https://ivandemarino.me/posts/russian-climbing/</link>
      <pubDate>Mon, 09 Jan 2006 22:43:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/russian-climbing/</guid>
      <description>&lt;p&gt;8O 8O 8O
&lt;a href=&#34;http://video.google.com/videoplay?docid=515642196227308929&#34;&gt;On Google Video&lt;/a&gt;
&lt;a href=&#34;http://video.google.com/videoplay?docid=515642196227308929&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://video.google.com/ThumbnailServer?contentid=6769a805f65fddfa&amp;second=165&amp;itag=w160&amp;urlcreated=1136836503&amp;sigh=10Lp5k2sp0w83OydVLkiZdLW2QM&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Una parola come un&#39;altra</title>
      <link>https://ivandemarino.me/posts/una-parola-come-un-altra/</link>
      <pubDate>Sun, 08 Jan 2006 18:36:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/una-parola-come-un-altra/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Erri De Luca&#34; loading=&#34;lazy&#34; src=&#34;http://www.claudiobisio.it/user_files/BLOG/deluca_e2-160.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Sono emotivamente coinvolto dalla libera circolazione della parola guerra, una volta maledetta dalla Costituzione italiana. Ormai è diventata una voce del bilancio italiano e una forma di esportazione del nostro prodotto all’estero. Ecco, vorrei che tornasse ad essere maledetta.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;Erri De Luca&lt;/em&gt;, da &lt;a href=&#34;http://www.claudiobisio.it/claudiobisio_blog.asp#blogEntry3&#34;&gt;ClaudioBisio.it&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Lo é ormai. E&amp;rsquo; stata accettata dal &amp;ldquo;pensiero comune&amp;rdquo; (maledetto) e ci siamo assuefatti alle notizie ormai quasi noiose e ripetitive. Ma cosa possiamo (dobbiamo?) farci noi se lì ce la guerra? Mica l&amp;rsquo;abbiamo voluta noi? Noi abbiamo appeso la nostra bella bandiera di Pace al balcone, abbiamo parlato (e qualche volta lo facciamo ancora) con amici e parenti di quanto é terribile e brutta ecc&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Comicast: fumetti su iPod video</title>
      <link>https://ivandemarino.me/posts/comicast-fumetti-su-ipod-video/</link>
      <pubDate>Sun, 08 Jan 2006 16:03:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/comicast-fumetti-su-ipod-video/</guid>
      <description>&lt;p&gt;In realtà possono essere visti da chiunque abbia un lettore di &lt;a href=&#34;http://it.wikipedia.org/wiki/RSS&#34;&gt;feed rss&lt;/a&gt; ed un player video.
Sono cmq una interessante idea.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/Comicast.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.melablog.it/post/1302/i-comicast-e-le-potenzialita-del-fumetto-su-itunes&#34;&gt;MelaBlog&lt;/a&gt; ce ne segnala uno davvero bellino, che trovato sull&amp;rsquo;iTunes Music store aggratis! ;)&lt;/p&gt;
&lt;p&gt;Il fumetto in questione lo trovate &lt;a href=&#34;http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=110906099&#34;&gt;qui (need iTunes)&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to compile aMule 2.1.0 for Ubuntu/Debian</title>
      <link>https://ivandemarino.me/posts/how-to-compile-amule-2-1-0-for-ubuntu-debian/</link>
      <pubDate>Sun, 08 Jan 2006 12:54:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-compile-amule-2-1-0-for-ubuntu-debian/</guid>
      <description>&lt;p&gt;Thanks to &lt;a href=&#34;http://italy.copybase.ch/blog/informatica/linux/compilare-amule-210-su-ubuntu-kubuntu/&#34;&gt;Treviño&lt;/a&gt; for the &lt;a href=&#34;http://italy.copybase.ch/blog/informatica/linux/compilare-amule-210-su-ubuntu-kubuntu/&#34;&gt;howto (in italian)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But, for high-speed ubuntu/debian users, &lt;a href=&#34;http://italy.copybase.ch/linux/pkg/amule_2.1.0-0ubuntu1_i386.deb&#34;&gt;click here for the .deb&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intel rolls out Viiv technology, dual-core laptop processors</title>
      <link>https://ivandemarino.me/posts/intel-rolls-out-viiv-technology-dual-core-laptop-processors/</link>
      <pubDate>Sat, 07 Jan 2006 23:41:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/intel-rolls-out-viiv-technology-dual-core-laptop-processors/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Intel Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.intel.com/sites/nav/pix/logo.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Intel at the Consumer Electronics Show (CES) on Thursday unveiled two platforms and several content alliances that provide the foundation for new experiences from digital entertainment and wireless laptops &amp;ndash; and include the new high-performance, low-power Intel Core Duo processor&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.intel.com/products/viiv/index.htm&#34;&gt;Intel Viiv&lt;/a&gt; technology-based entertainment PCs will help make it easier for families to download, store, view, manage and share all kinds of digital entertainment and information on a choice of TV, PC, laptop and hand-held viewing screens, the company said.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iWeb: only a rumor?</title>
      <link>https://ivandemarino.me/posts/iweb-only-a-rumor/</link>
      <pubDate>Sat, 07 Jan 2006 23:30:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/iweb-only-a-rumor/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Just before noon on Thursday, the company&amp;rsquo;s Garageband and Support websites displayed links to non-existent iLife &amp;lsquo;06 product pages and listed &amp;ldquo;iWeb&amp;rdquo; as one of its included applications. Released &lt;a href=&#34;http://www.appleinsider.com/article.php?id=828&#34;&gt;last year&lt;/a&gt; at Macworld Expo in San Francisco, iLife &amp;lsquo;05 &amp;ndash; the current version of the suite &amp;ndash; includes only iPhoto, iDVD, iMovie, GarageBand, and iTunes.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sources had previously told AppleInsider that Apple was preparing to introduce a new Web design application during &lt;a href=&#34;http://www.macworldexpo.com/live/20/&#34;&gt;next week&amp;rsquo;s Macworld Expo&lt;/a&gt;, which would integrate with the company&amp;rsquo;s .Mac suite of Internet services.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Apple laptop to feature Intel Robson cache technology?</title>
      <link>https://ivandemarino.me/posts/new-apple-laptop-to-feature-intel-robson-cache-technology/</link>
      <pubDate>Sat, 07 Jan 2006 23:17:16 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-apple-laptop-to-feature-intel-robson-cache-technology/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Although Intel only demonstrated its Robson (&lt;a href=&#34;http://www.vr-zone.com.sg/?i=2888&#34;&gt;here a test&lt;/a&gt;) cache technology in the fourth quarter of last year, &lt;a href=&#34;http://www.digitimes.com/NewsShow/MailHome.asp?datePublish=2006/1/5&amp;amp;pages=A5&amp;amp;seq=20&#34;&gt;DigiTimes&lt;/a&gt; is citing sources who claim that Apple Computer will launch a laptop in the middle of January that utilizes the NAND flash based cache memory technology.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Robson cache technology, which Intel demonstrated during the Intel Developer Forum Taipei this past October, relies on NAND flash instead of a traditional hard disk drive (HDD) for starting up a computer or launching frequently used applications. Some of the benefits of the technology are speedier computer boot time and improve battery life.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dodge Challenger Concept</title>
      <link>https://ivandemarino.me/posts/dodge-challenger-concept/</link>
      <pubDate>Sat, 07 Jan 2006 01:01:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dodge-challenger-concept/</guid>
      <description>&lt;p&gt;Really cool!&lt;/p&gt;
&lt;p&gt;From &lt;a href=&#34;http://www.autoblog.it/post/2407/dodge-challenger-concept&#34;&gt;AutoBlog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Dodge Challenger Concept&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/dodge_challenger_03.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not only a prototype: it can become a really car.
Want number?
&lt;strong&gt;- engine V8 HEMI, 6,1 dm^3&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;425 horse power&lt;/li&gt;
&lt;li&gt;570 Nm max pair&lt;/li&gt;
&lt;li&gt;manual gear (obviously)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But, do &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Dukes_of_Hazzard&#34;&gt;you remember anything&lt;/a&gt;? :?:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Skype 2.0 is out</title>
      <link>https://ivandemarino.me/posts/skype-2-0-is-out/</link>
      <pubDate>Fri, 06 Jan 2006 16:29:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/skype-2-0-is-out/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Skype logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.skype.com/i/logos/skype.png&#34;&gt;Only for windows, by now.
Download it for &lt;a href=&#34;http://www.skype.com/products/skype/windows/&#34;&gt;windows&lt;/a&gt; and read the changelog &lt;a href=&#34;http://www.skype.com/products/skype/windows/changelog.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New Windows Vista website</title>
      <link>https://ivandemarino.me/posts/new-windows-vista-website/</link>
      <pubDate>Fri, 06 Jan 2006 16:26:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-windows-vista-website/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.microsoft.com/windowsvista/default.aspx&#34;&gt;Windows Vista website&lt;/a&gt; have a new amazing layout (no Ajax, sorry) to present in the &amp;ldquo;right way&amp;rdquo; the content of the next &lt;a href=&#34;http://en.wikipedia.org/wiki/Microsoft&#34;&gt;M$&lt;/a&gt; Operating System.
&lt;img alt=&#34;Windows Vista&#34; loading=&#34;lazy&#34; src=&#34;http://www.microsoft.com/windowsvista/images/Vista_masthead_ltr.gif&#34;&gt;
I&amp;rsquo;m interested in the BIG REVOLUTION that it must start (:lol:).&lt;/p&gt;
&lt;p&gt;Hey hey, &lt;a href=&#34;http://www.apple.com/quicktime/qtv/specialeventoct05/&#34;&gt;one more thing&lt;/a&gt;: see at &lt;a href=&#34;http://www.microsoft.com/windowsvista/features/forhome.aspx&#34;&gt;the &amp;ldquo;home oriented&amp;rdquo; software&lt;/a&gt; that will be available with Vista. Remember you &lt;a href=&#34;http://www.apple.com/macosx/overview/&#34;&gt;anything&lt;/a&gt;?&lt;/p&gt;</description>
    </item>
    <item>
      <title>8x1000 alla Ricerca</title>
      <link>https://ivandemarino.me/posts/8x1000-alla-ricerca/</link>
      <pubDate>Fri, 06 Jan 2006 14:56:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/8x1000-alla-ricerca/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Ti scrivo per informarti di una novità di alto profilo sociale.
Inviando una semplice mail, ho aderito a una importante campagna di
civiltà e di libertà, e sto invitando a fare altrettanto tutti gli amici
che conosco, ovunque residenti in Italia .
La campagna a cui ho aderito, mira ad ottenere che la legge consenta al
contribuente di poter scegliere di devolvere l&amp;rsquo;otto x mille dell&amp;rsquo;Irpef
alla ricerca scientifica .&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Mellano&#34; loading=&#34;lazy&#34; src=&#34;http://www.clubfattinostri.it/8x1000/Mellano1.jpg&#34;&gt;
Per saperne di più vai sul sito &lt;a href=&#34;http://www.clubfattinostri.it/8x1000/&#34;&gt;http://www.clubfattinostri.it/8x1000&lt;/a&gt;.
Dopodiché, se condividi la proposta, invia subito la tua adesione e
coinvolgi nello stesso giorno tutte le persone che conosci, eccetto me che
ti ho informato. Occorrono appena 2-3 minuti per fare tutta l&amp;rsquo;operazione.
Bisogna raggiungere un milione di adesioni e serve anche la tua
collaborazione.
Per qualunque chiarimento puoi rivolgerti al giornalista Enzo Mellano,
promotore della proposta di legge.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Clearlooks con Cairo abilitato</title>
      <link>https://ivandemarino.me/posts/clearlooks-con-cairo-abilitato/</link>
      <pubDate>Fri, 06 Jan 2006 14:06:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/clearlooks-con-cairo-abilitato/</guid>
      <description>&lt;p&gt;Howto in italiano su come abilitare il supporto a &lt;a href=&#34;http://cairographics.org/introduction&#34;&gt;Cairo&lt;/a&gt; per il tema &lt;a href=&#34;http://gnome-look.org/content/show.php?content=19527&#34;&gt;Clearlooks&lt;/a&gt; delle &lt;a href=&#34;http://www.gtk.org/&#34;&gt;GTK+&lt;/a&gt;.
Questo tema é il nuovo tema ufficiale di Gnome e devo dire che con il supporto Cairo, tutto funge ancora più velocemente.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.pollycoke.org/linux-help/articoli/2005/09/gtk-velocissime-con-clearlooks-cairo.html&#34;&gt;Qui trovate l&amp;rsquo;howto&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A pensioned woman sues berlusconi</title>
      <link>https://ivandemarino.me/posts/a-pensioned-woman-sues-berlusconi/</link>
      <pubDate>Fri, 06 Jan 2006 14:01:01 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-pensioned-woman-sues-berlusconi/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;contratto con gli italiani di berlusconi&#34; loading=&#34;lazy&#34; src=&#34;http://www.ansa.it/fdgimages02/1101489418_v_in_FISC_20041126.jpg&#34;&gt;
&amp;hellip; because of the false promises of the President Silvio about the &amp;ldquo;minimum pensions&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;The pension of this woman would to be at least of 519€&amp;hellip; instead it&amp;rsquo;s lower than before the &amp;ldquo;promises&amp;rdquo; of berlusconi.&lt;/p&gt;
&lt;p&gt;For sources, please start from &lt;a href=&#34;http://blog.neminis.org/pensionata-fa-causa-a-silvio-berlusconi.xhtml&#34;&gt;Neminis.org&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>berlusconi: Greatest Hits</title>
      <link>https://ivandemarino.me/posts/berlusconi-greatest-hits/</link>
      <pubDate>Thu, 05 Jan 2006 22:05:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/berlusconi-greatest-hits/</guid>
      <description>&lt;p&gt;&lt;ins datetime=&#34;2006-01-05T19:54:00+00:00&#34;&gt;&lt;h5&gt;Premessa&lt;/h5&gt;
Quando ho iniziato questo Blog, l&amp;rsquo;obiettivo primario era parlare di &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/categories/it/&#34;&gt;Information Technology&lt;/a&gt;&amp;rdquo;, &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/categories/development/&#34;&gt;Software Development&lt;/a&gt;&amp;rdquo;, &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/categories/it/opensource/&#34;&gt;Open Source&lt;/a&gt;&amp;rdquo; e &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/categories/curiosity/&#34;&gt;Curiosità varie&lt;/a&gt;&amp;rdquo;. Spesso però nella vita è difficile gli obiettivi originali di un progetto, e ci si ritrova a percorrere una strada diversa, soprattutto se ci si lascia guidare dall&amp;rsquo;istinto e dai proprio interessi.
Altro fattore importante, era il mio interesse a scrivere (quasi) sempre in inglese.&lt;/p&gt;
&lt;h5&gt;Fonti&lt;/h5&gt;
![](http://digilander.libero.it/irriverenza/images/jokes/cartelloni_politici_berlusconi/cartelloni_berlusconi_1.gif)
Ultimamente però sono stato [&lt;strong&gt;inondato&lt;/strong&gt;](http://www.detronizator.org/categories/news-and-politics/) da una quantità enorme di informazioni sul passato (ed il presente) del [Portatore Nano di Democrazia](http://www.beppegrillo.it/): il loro volume mi ha quindi spinto a scrivere questo POST come &#34;raccolta&#34;.
&lt;p&gt;Disquisire ancora sul berlusca (&lt;strong&gt;sì, un uomo che si é macchiato di tali bassezze non merita la maiuscola&lt;/strong&gt;), riempiendolo di appellativi o analizzando cose già dette e stradette su di lui mi sembra inutile. &lt;/ins&gt;&lt;ins datetime=&#34;2006-01-05T20:52:47+00:00&#34;&gt;Quindi riporto &amp;ldquo;quasi pedissequamente&amp;rdquo; (;)) una lista di informazioni da me rinvenute&lt;/ins&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Louis Braille Birthday</title>
      <link>https://ivandemarino.me/posts/louis-braille-birthday/</link>
      <pubDate>Wed, 04 Jan 2006 19:27:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/louis-braille-birthday/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Google Braille&#34; loading=&#34;lazy&#34; src=&#34;http://www.google.it/logos/braille.gif&#34;&gt;
Google dedicated search &lt;a href=&#34;http://www.google.it/search?q=louis+braille+birthdate&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Democrazia Moribonda</title>
      <link>https://ivandemarino.me/posts/democrazia-moribonda/</link>
      <pubDate>Wed, 04 Jan 2006 15:54:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/democrazia-moribonda/</guid>
      <description>&lt;p&gt;Una bellissima digressione del mio amico &lt;a href=&#34;http://www.neminis.org/wordpress/la-democrazia-malata.xhtml&#34;&gt;Neminis.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A malinquore, condivido pienamente una delle ultime frasi:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ragazzi qui siamo allo sbando. Un governo di regime, un’opposizione talmente imborghesita e scialba che non si oppone nemmeno al vento in mezzo alla strada quando cammina a piedi.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;Repubblica Italiana&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/it/thumb/e/e2/Italia-Stemma.png/250px-Italia-Stemma.png&#34;&gt;
E&amp;rsquo; questo quello che temo di più: che il prossimo governo non faccia praticamente nulla per risollevare le sorti di questo paese. Paese ormai così sgangherato da costringere il Presidente della &amp;ldquo;&lt;a href=&#34;http://it.wikipedia.org/wiki/Repubblica_italiana&#34;&gt;Res Pubblica&lt;/a&gt;&amp;rdquo; ad incentrare il suo messaggio di fine anno su &amp;ldquo;&lt;a href=&#34;http://www.detronizator.org/2006/01/02/il-discorso-di-ciampi-pura-aria-pura/&#34;&gt;quanto sia bello fare il presidente&lt;/a&gt;&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>nohup: leave a command in execution after logout</title>
      <link>https://ivandemarino.me/posts/nohup-leave-a-command-in-execution-after-logout/</link>
      <pubDate>Wed, 04 Jan 2006 12:56:44 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nohup-leave-a-command-in-execution-after-logout/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.cyberciti.biz/nixcraft/vivek/blogger/2006/01/nohup-execute-commands-after-you-exit.php&#34;&gt;nixCraft&lt;/a&gt; have an interesting howto about the command &lt;a href=&#34;http://en.wikipedia.org/wiki/Nohup&#34;&gt;nohup&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This command is very interesting, for example, for sys-admin that wants to lauch a command but don&amp;rsquo;t wants to wait for its termination.&lt;/p&gt;
&lt;p&gt;Source, &lt;a href=&#34;http://www.ossblog.it/post/334/nohup-eseguire-un-comando-a-logout-avvenuto&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Un libro in italiano sul Networking</title>
      <link>https://ivandemarino.me/posts/un-libro-in-italiano-sul-networking/</link>
      <pubDate>Wed, 04 Jan 2006 12:51:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/un-libro-in-italiano-sul-networking/</guid>
      <description>&lt;p&gt;Un libro scritto da Vincenzo Ciaglia, capo e fondatore del progetto &lt;a href=&#34;http://www.netwosix.org/&#34;&gt;Netwosix&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Il libro lo trovate &lt;a href=&#34;http://www.netwosix.org/NetworkingATLowLevel.pdf&#34;&gt;quì&lt;/a&gt;, ed é veramente ben scritto (ne ho letto solo un piccolo pezzo per ora): la cosa interessante é la trattazione abbastanza approfondita che Vincenzo ha fatto di vari protocolli, un paio del livello 2 (tipo l&amp;rsquo;ARP) e parecchi del livello 3, andando dal &lt;a href=&#34;http://en.wikipedia.org/wiki/Routing&#34;&gt;Routing&lt;/a&gt; (EGP (interessantissimo!) ed IGP) ai &lt;a href=&#34;http://en.wikipedia.org/wiki/DNS&#34;&gt;DNS&lt;/a&gt; all&amp;rsquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/ICMP&#34;&gt;ICMP&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Complimentoni a Vincenzo per il tempo ben speso ed un enorme grazie a nome di tutti gli appassionati (e studiosi) dell&amp;rsquo;argomento.&lt;/p&gt;</description>
    </item>
    <item>
      <title>1TB for .Mac users</title>
      <link>https://ivandemarino.me/posts/1tb-for-mac-users/</link>
      <pubDate>Wed, 04 Jan 2006 12:41:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/1tb-for-mac-users/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s true?
An Apple technician &lt;a href=&#34;http://www.melablog.it/post/1291/1tb-su-mac-apple-prepara-la-nuova-piattaforma-multimediale#more&#34;&gt;say no&lt;/a&gt;, but some users says that &lt;a href=&#34;http://loop.worldofapple.com/archives/2005/12/31/mac-shifts-bandwidth-limit-to-1tb/&#34;&gt;our accounts indicates 1 Terabyte&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;IMHO, Apple is preparing a service of online video-selling based on a remote disk (no video file on computer users bu only streaming): it&amp;rsquo;s for security (for majors), but&amp;hellip; &lt;strong&gt;Jobs knows  users know!&lt;/strong&gt; ;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Bug? No, a Feature!</title>
      <link>https://ivandemarino.me/posts/a-bug-no-a-feature/</link>
      <pubDate>Wed, 04 Jan 2006 12:33:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-bug-no-a-feature/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://blogs.sun.com/roller/resources/lukas/bug-feature.jpg&#34;&gt;
&amp;hellip; a Windows &amp;ldquo;&lt;a href=&#34;http://www.securityfocus.com/brief/91&#34;&gt;feature&lt;/a&gt;&amp;rdquo; created in the 1990, in win 3.0, is &lt;strong&gt;STILL ALIVE!&lt;/strong&gt; 8O&lt;/p&gt;
&lt;p&gt;The problem? This &amp;ldquo;feature&amp;rdquo;, the function &lt;a href=&#34;http://msdn.microsoft.com/library/default.asp?url=https://ivandemarino.me/library/en-us/gdi/prntspol_0883.asp&#34;&gt;SetAbortProc&lt;/a&gt;, is used by windows when a print-job must be stopped.&lt;/p&gt;
&lt;p&gt;1990! We are in 2006! We (YOU) are on Windows XP! 8O&lt;/p&gt;
&lt;p&gt;Source? Start from the &lt;a href=&#34;http://www.neminis.org/wordpress/il-bug-del-formato-windows-media-file-e-in-realta-una-feature.xhtml&#34;&gt;2cents of Neminis.org&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>KDE 4 will run Dashboard Widgets</title>
      <link>https://ivandemarino.me/posts/kde-4-will-run-dashboard-widgets/</link>
      <pubDate>Tue, 03 Jan 2006 21:57:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/kde-4-will-run-dashboard-widgets/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;KDE logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.kdedevelopers.org/files/kde.png&#34;&gt;
It&amp;rsquo;s easy to understand how: &lt;a href=&#34;http://en.wikipedia.org/wiki/Webkit&#34;&gt;WebKit&lt;/a&gt; and &lt;a href=&#34;http://en.wikipedia.org/wiki/Khtml&#34;&gt;KHTML&lt;/a&gt; use the same core (now they aren&amp;rsquo;t still together).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But, what about Cocoa-Based widgets?  :?: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;From &lt;a href=&#34;http://www.kdedevelopers.org/blog/14&#34;&gt;Zack Rusin&amp;rsquo;s blog&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I finally got most the implementation of the HTML  Canvas element for KHTML finished. It&amp;rsquo;s in the kdelibs-js branch in SVN. After George/Maks merge their other changes we&amp;rsquo;ll merge it to HEAD. I&amp;rsquo;m planning to add full OSX Dashboard compatibility layer for Plasma (hence why I&amp;rsquo;ve spent most of the day yesterday on implementing the Canvas element)&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple Bluetooth device: firmware update available</title>
      <link>https://ivandemarino.me/posts/apple-bluetooth-device-firmware-update-available/</link>
      <pubDate>Tue, 03 Jan 2006 20:33:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apple-bluetooth-device-firmware-update-available/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Bluetooth&#34; loading=&#34;lazy&#34; src=&#34;http://clabedan.typepad.com/photos/uncategorized/bluetooth.jpg&#34;&gt;
&lt;strong&gt;1.2&lt;/strong&gt; Version &lt;a href=&#34;http://www.apple.com/it/macosx/upgrade/softwareupdates.html&#34;&gt;available on Apple MacOSX site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Notice: needs reboot, AC-Power and average 15 minutes, after the reboot, to complete the update.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Embedding Python in your C programs</title>
      <link>https://ivandemarino.me/posts/embedding-python-in-your-c-programs/</link>
      <pubDate>Tue, 03 Jan 2006 20:28:30 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/embedding-python-in-your-c-programs/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;The language of choice for large, high-performance applications in Linux is almost always C, or somewhat less often C++. Both are powerful languages that allow you to create high-performance natively compiled programs. However, they are not languages that lend themselves to runtime flexibility. Once a C/C++ application is compiled, its code is pretty much static. At times, that can be a real hindrance. For example, &lt;ins datetime=&#34;2006-01-03T19:22:45+00:00&#34;&gt;if you want to allow users of a program to create plugins easily&lt;/ins&gt; that extend the application&amp;rsquo;s functionality, you have to deal with complex dynamic linking issues that can cause no end of headaches. Additionally, your users will have to know C/C++ in order to extend the application, which severely limits the number of people capable of writing extensions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Cube: what a joke!</title>
      <link>https://ivandemarino.me/posts/google-cube-what-a-joke/</link>
      <pubDate>Tue, 03 Jan 2006 20:22:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-cube-what-a-joke/</guid>
      <description>&lt;p&gt;Joke, wrong, obviously &lt;strong&gt;false&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;But, here sources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://webnews.html.it/news/3230.htm&#34;&gt;http://webnews.html.it (ITA)&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.latimes.com/business/la-fi-predict1jan01,0,3503327.story&#34;&gt;http://www.latimes.com&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://blogs.zdnet.com/Google/index.php?p=63&#34;&gt;http://blogs.zdnet.com&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Murphy ha sempre ragione</title>
      <link>https://ivandemarino.me/posts/murphy-ha-sempre-ragione/</link>
      <pubDate>Tue, 03 Jan 2006 20:15:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/murphy-ha-sempre-ragione/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Tutto quello che può andar male (nel momento sbagliato), lo farà&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Non sapete quante volte mi é successo: preparo tutto, il server é settato al meglio come mai, tutto spende e luccica&amp;hellip; improvvisamente la rete va giù nell&amp;rsquo;intero edificio e la mia presentazione va a farsi benedire. Proprio quando era appena arrivato il &amp;ldquo;Boss&amp;rdquo; (:oops:). Che stizza! :evil:&lt;/p&gt;
&lt;p&gt;Link: &lt;a href=&#34;http://www.massimo-caselli.com/2006/01/02/extreme-administration/&#34;&gt;Capodanno in extreme administration&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HAN - Human Area Network :D</title>
      <link>https://ivandemarino.me/posts/han-human-area-network-d/</link>
      <pubDate>Tue, 03 Jan 2006 20:09:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/han-human-area-network-d/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.redtacton.com/en/&#34;&gt;RedTacton&lt;/a&gt; is developing a new technology to use the Human Body as a conductor to make Digital Device&amp;rsquo;s Networks.&lt;/p&gt;
&lt;p&gt;There are some application-field for that technology, like:
&lt;img alt=&#34;application example 1&#34; loading=&#34;lazy&#34; src=&#34;http://www.redtacton.com/en/field/images/pic1-2.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;When a consumer stands in front of an advertising panel, advertising and information matching his or her attributes is automatically displayed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;By touching or standing in front of items they are interested in, consumers can get more in-depth information.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;or
&lt;img alt=&#34;application example 2&#34; loading=&#34;lazy&#34; src=&#34;http://www.redtacton.com/en/field/images/pic2-2.gif&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Compiling FreeBSD Kernel</title>
      <link>https://ivandemarino.me/posts/compiling-freebsd-kernel/</link>
      <pubDate>Tue, 03 Jan 2006 02:28:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/compiling-freebsd-kernel/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;FreeBSD logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.freebsd.org/layout/images/beastie.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A custom kernel boots up the system faster, it takes up lesser memory space and one can install drivers for special hardware not supported by a default kernel&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;How to get it wrong? ;)&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://aplawrence.com/Unixart/compiling_freebsd.html&#34;&gt;Here&lt;/a&gt; is a interesting guide to compile the Kernel for &lt;a href=&#34;http://www.freebsd.org/&#34;&gt;FreeBSD&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About Viva Zapatero</title>
      <link>https://ivandemarino.me/posts/about-viva-zapatero/</link>
      <pubDate>Mon, 02 Jan 2006 12:12:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/about-viva-zapatero/</guid>
      <description>&lt;p&gt;Ieri ho potuto finalmente (&lt;a href=&#34;http://isohunt.com/download.php?mode=bt&amp;amp;id=7813654&#34;&gt;quì il torrent&lt;/a&gt;) vedere &lt;a href=&#34;http://www.vivazapatero.org/&#34;&gt;il film&lt;/a&gt; di &lt;a href=&#34;http://www.sabinaguzzanti.it/&#34;&gt;Sabina&lt;/a&gt; &lt;a href=&#34;http://www.sabinaguzzanti.it/blog/&#34;&gt;Guzzanti&lt;/a&gt; dedicato alla &lt;del datetime=&#34;2006-01-02T10:48:58+00:00&#34;&gt;CENSURA&lt;/del&gt; subita dal suo programma &lt;a href=&#34;http://rai8t.altervista.org&#34;&gt;RAIOT&lt;/a&gt;: quasi superfluo dire che il film &lt;strong&gt;mi ha lasciato sgomento&lt;/strong&gt; per la quantità di informazione che mi era (ci era) stata preclusa dai media.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Viva Zapatero - locandina&#34; loading=&#34;lazy&#34; src=&#34;http://www.sabinaguzzanti.it/blog/files/vivazapatero.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Ma a questo ci sono abituato ormai (basta daro uno sguardo ai blog come quello di &lt;a href=&#34;http://www.beppegrillo.it/&#34;&gt;Beppe Grillo&lt;/a&gt;).
&lt;strong&gt;Quello che mi ha sconvolto di più del film sono le dichiarazioni dei giornalisti RAI che dichiarano apertamente &lt;em&gt;&amp;ldquo;non era mai successo di ricevere così tante telefonate di censura&amp;rdquo;&lt;/em&gt; o &lt;em&gt;&amp;ldquo;intere notizie vengono cancellate in favore di gastronomia, costume, società&amp;rdquo;&lt;/em&gt;.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dario Fo sindaco di Milano</title>
      <link>https://ivandemarino.me/posts/dario-fo-sindaco-di-milano/</link>
      <pubDate>Mon, 02 Jan 2006 11:48:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dario-fo-sindaco-di-milano/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Dario Fo&#34; loading=&#34;lazy&#34; src=&#34;http://www.ryb.it/fosindaco/fo_ritratto.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h4&gt;Io non sono un moderato&lt;/h4&gt;
Se cercate un moderato state attenti a votare per me,  
perché con me si rischia! 
Ma veramente volete un sindaco moderato?  
Il moderato è forte con i deboli e debole con i forti. 
Il moderato finge di risolvere i problemi senza affrontarli! 
Il moderato chiude un occhio sulle speculazioni edilizie.  
Il moderato caccia gli inquilini dalle case in centro  
e poi le rivende ai magnati della speculazione.  
Il moderato trasforma in ghetto la periferia.  
Il moderato accetta una scuola per ricchi e una per i poveri. 
Il moderato lascia intristire la città, e applaude ai grattacieli, dove non si vedono 
bambini che giocano e gente che pedala in bicicletta. 
&gt; Il moderato teme di dispiacere ai cittadini che contano 
E non concede la parola a quelli che non hanno voce. 
Il moderato non cambierà mai nulla.  
Il moderato non risolverà il problema dell’inquinamento  
di Milano, non salverà i polmoni da settantenni dei bambini di 5 anni. 
Il moderato non vi libererà dal traffico, dal milione  
di automobili spernacchianti che hanno trasformato la città  
in una camera a gas.  
&gt; Oggi sembra che non essere moderati sia un difetto o un delitto;  
oppure  che sia un privilegio dei giovani.  
Ma ci vogliono tanti anni... per diventare veramente giovani!  
Milano, se la mi musica e’ troppo forte, allora vuol dire  
che stai diventando troppo vecchia. 
Nessun moderato ha mai fatto la storia,  
e nessun moderato ha mai preso un Nobel. 
Io non sono un moderato! 
Sarò un sindaco che rischia.  
Perché credo che il rischio del cambiamento sia l’unica risposta corretta per chi 
investe il suo voto in un progetto per Milano.  
Se scegliete di votare per me, rischiate molto...  
rischiate persino di trovarvi finalmente a vivere in una città migliore! 
&gt; Dario Fo 
&lt;/blockquote&gt;
&lt;p&gt;Da &lt;a href=&#34;http://www.dariofo.it/&#34;&gt;http://www.dariofo.it/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il discorso di Ciampi: (pura) aria pura...</title>
      <link>https://ivandemarino.me/posts/il-discorso-di-ciampi-pura-aria-pura/</link>
      <pubDate>Mon, 02 Jan 2006 11:33:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-discorso-di-ciampi-pura-aria-pura/</guid>
      <description>&lt;p&gt;Ho trovato queste simpatiche vignette su &lt;a href=&#34;http://www.tvblog.it/post/1401/ciampi-in-tv-2&#34;&gt;TVBlog&lt;/a&gt;: fa comunque pensare il fatto che il Presidente della Repubblica (la nostra amata Repubblica Italiana) abbia fatto un discorso così poco &amp;ldquo;politico&amp;rdquo;, soprattutto in un momento così &amp;ldquo;particolare&amp;rdquo; per la nostra nazione.&lt;/p&gt;
&lt;p&gt;Ci sono stati un sacco di &amp;ldquo;omissis&amp;rdquo; da parte del presidente (una per tutte, non c&amp;rsquo;é stato il consueto &amp;ldquo;monito&amp;rdquo;/&amp;ldquo;esortazione&amp;rdquo; per la salvaguardi dell&amp;rsquo;ambiente&amp;hellip; chi sa come mai ;) &lt;del datetime=&#34;2006-01-02T10:34:19+00:00&#34;&gt;(qualcuno ha detto &lt;a href=&#34;http://www.beppegrillo.it/&#34;&gt;TAV&lt;/a&gt;?&amp;quot;)&lt;/del&gt;), ed il discorso é stato per il 70/80% incentrato sul suo mandato e su quanto &amp;ldquo;sia stato bello fare il Presidente della Repubblica&amp;rdquo;.
&lt;img alt=&#34;vignetta discorso ciampi 01&#34; loading=&#34;lazy&#34; src=&#34;http://www.tvblog.it/uploads/ciampiintv.JPG&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>XGL screenshots</title>
      <link>https://ivandemarino.me/posts/xgl-screenshots/</link>
      <pubDate>Sun, 01 Jan 2006 19:21:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/xgl-screenshots/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.linuxedge.org/index.php?q=node/39&#34;&gt;&lt;img alt=&#34;xgl shot1&#34; loading=&#34;lazy&#34; src=&#34;http://www.cs.umu.se/%7Ec99drn/xgl/xgl-shot1.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.freedesktop.org/wiki/Software_2fXgl&#34;&gt;XGL&lt;/a&gt; is an X server architecture layered on top of &lt;a href=&#34;http://it.wikipedia.org/wiki/OpenGL&#34;&gt;OpenGL&lt;/a&gt;. It is at an early stage in development and a number of important pieces are still missing. Xglx is the only server yet that use this architecture, it requires an already existing X server and is only intended for testing and development.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Because of a slow &amp;ldquo;development process&amp;rdquo;, &lt;a href=&#34;http://www.novell.com/&#34;&gt;Novell&lt;/a&gt; decides to migrate the CVS of the Project and to make it private, paying developers to &amp;ldquo;speed up&amp;rdquo; the process.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tony Tammaro vi sblocca &#34;vindovs&#34;</title>
      <link>https://ivandemarino.me/posts/tony-tammaro-vi-sblocca-vindovs/</link>
      <pubDate>Sun, 01 Jan 2006 18:38:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tony-tammaro-vi-sblocca-vindovs/</guid>
      <description>&lt;p&gt;[OT]
Questo post é parecchio fuori dal &amp;ldquo;target&amp;rdquo; di questo blog ma&amp;hellip; vale la pena ascoltare il simpaticissimo Tony che ci aggiusta &amp;ldquo;vindovs&amp;rdquo; :lol:&lt;/p&gt;
&lt;p&gt;L&amp;rsquo;&lt;a href=&#34;http://www.tonytammaro.com/TonyTammaro_RadioMarte_Quando_il_computer_sinkiomma.mp3&#34;&gt;mp3&lt;/a&gt;.
Il &lt;a href=&#34;http://www.tonytammaro.com/&#34;&gt;sito ufficiale di T. Tammaro&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenOfficie 2.0 e DB</title>
      <link>https://ivandemarino.me/posts/openofficie-2-0-e-db/</link>
      <pubDate>Sun, 01 Jan 2006 18:32:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/openofficie-2-0-e-db/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;OO2.0&#34; loading=&#34;lazy&#34; src=&#34;http://it.openoffice.org/branding/images/logonew.gif&#34;&gt;
Filippo Cerulo ha completato questa &lt;a href=&#34;http://www.softcombn.com/04_docfree_05.htm&#34;&gt;guida all&amp;rsquo;uso di OpenOffice 2.0 e i DataBase&lt;/a&gt;.
Grazie a Filippo per l&amp;rsquo;ottimo e completo lavoro (tratta l&amp;rsquo;integrazione con vari DB, da &lt;a href=&#34;http://www.postgresql.org&#34;&gt;PostgreSQL&lt;/a&gt; a &lt;a href=&#34;http://www.oracle.com&#34;&gt;Oracle&lt;/a&gt;, passando per &lt;a href=&#34;http://www.mysql.com/&#34;&gt;MySQL&lt;/a&gt; e MSSql).&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.softcombn.com/04_docfree_05_a.htm&#34;&gt;Qui&lt;/a&gt; l&amp;rsquo;indice degli argomenti.&lt;/p&gt;</description>
    </item>
    <item>
      <title>L&#39;Italia blocca l&#39;accesso ai siti web-casinò</title>
      <link>https://ivandemarino.me/posts/l-italia-blocca-l-accesso-ai-siti-web-casin/</link>
      <pubDate>Sun, 01 Jan 2006 18:18:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/l-italia-blocca-l-accesso-ai-siti-web-casin/</guid>
      <description>&lt;p&gt;La notizia sta facendo il giro della rete (e parecchi siti ci stanno speculando): non siamo ancora a livelli di censura Cinese ma la resta comunque un fatto degno di nota.&lt;/p&gt;
&lt;p&gt;Nell&amp;rsquo;ultima finanziaria c&amp;rsquo;é un provvedimento senza precedenti:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;la nuova normativa prevede infatti che, per impedire che gli italiani spendano denaro sui casinò online gestiti in molti diversi paesi, sia necessario impedire loro tout-court di accedere a quei siti&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Personalmente, sono contento per il provvedimento in se (odio i Casinò on-line) &lt;strong&gt;ma TEMO MOLTISSIMO il crearsi di un precedente&lt;/strong&gt;: sarebbe il primo caso esplicito ed ufficiale (perché ordinato direttamente con un provvedimento del Governo) di censura su Internet per un paese &amp;ldquo;occidentale&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PPC G5 Quad cooling system</title>
      <link>https://ivandemarino.me/posts/ppc-g5-quad-cooling-system/</link>
      <pubDate>Sun, 01 Jan 2006 17:07:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ppc-g5-quad-cooling-system/</guid>
      <description>&lt;p&gt;Here is a &lt;a href=&#34;http://homepage.mac.com/thunderaudio/PhotoAlbum11.html&#34;&gt;slideshow&lt;/a&gt; of his internals.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ive has become CBE</title>
      <link>https://ivandemarino.me/posts/ive-has-become-cbe/</link>
      <pubDate>Sun, 01 Jan 2006 17:01:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ive-has-become-cbe/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;CBE&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/en/thumb/9/95/Cmdr_of_the_British_Empire_badge.JPG/150px-Cmdr_of_the_British_Empire_badge.JPG&#34;&gt;
&lt;strong&gt;Commander of the British Empire&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Queen Elizabeth II has inserted &lt;a href=&#34;http://en.wikipedia.org/wiki/Jonathan_Ive&#34;&gt;Johnathan Ive&lt;/a&gt; in the &lt;strong&gt;New Year &lt;a href=&#34;http://en.wikipedia.org/wiki/Order_of_the_British_Empire&#34;&gt;Honours&lt;/a&gt; list&lt;/strong&gt; of Great Britain.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; He is widely seen as one of the key figures in Apple&amp;rsquo;s resurrection.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mr Ive started working for Apple in 1992 but exerted a big influence on its products only in 1997 when Steve Jobs returned to the company he co-founded.
Mr Ive&amp;rsquo;s first design for Apple, the iMac, was hugely influential and has been followed by a series of other widely admired gadgets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HOWTOs on detronizator.org</title>
      <link>https://ivandemarino.me/posts/howtos-on-detronizator-org/</link>
      <pubDate>Sat, 31 Dec 2005 20:02:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/howtos-on-detronizator-org/</guid>
      <description>&lt;p&gt;Hi.
Today I added a new page in the OUTPUT section: HOWTOs.
Obviously, I will insert various kinds of howto.&lt;/p&gt;
&lt;p&gt;The first howto is in Italian (and in English, in the future) and is about &lt;a href=&#34;http://www.detronizator.org/outputs/howtos/siti-web-multipli-senza-vhosts/&#34;&gt;.htaccess&lt;/a&gt; configuration (in development right now).&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Open Source software at my Bachelor Course</title>
      <link>https://ivandemarino.me/posts/the-open-source-software-at-my-bachelor-course/</link>
      <pubDate>Sat, 31 Dec 2005 18:52:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-open-source-software-at-my-bachelor-course/</guid>
      <description>&lt;p&gt;In my University the Open Source has not much esteemer: a my good friend make a interesting &amp;ldquo;analysis&amp;rdquo; about the usage of OS software to pass an examination.&lt;/p&gt;
&lt;p&gt;At &lt;a href=&#34;http://www.neminis.org/wordpress/lopen-source-nel-mio-cdl.xhtml&#34;&gt;Neminis.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;del datetime=&#34;2006-01-03T13:57:20+00:00&#34;&gt;I found the &lt;a href=&#34;http://geda.seul.org/&#34;&gt;gEDA Project&lt;/a&gt; for Electronic Design Automation: I love you Nemo :D.&lt;/del&gt;
It does not run on my &lt;a href=&#34;http://www.apple.com/ibook/&#34;&gt;IceBook&lt;/a&gt; :(.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Opera: we are and will be independent. It&#39;s true?</title>
      <link>https://ivandemarino.me/posts/opera-we-are-and-will-be-independent-it-s-true/</link>
      <pubDate>Fri, 30 Dec 2005 20:02:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/opera-we-are-and-will-be-independent-it-s-true/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.opera.com/graphics/icons/about_big.gif&#34;&gt;I&amp;rsquo;m searching on &lt;a href=&#34;http://www.opera.com/pressreleases/&#34;&gt;http://www.opera.com/pressreleases/&lt;/a&gt; official confirmation but there isn&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;MacCity &lt;a href=&#34;http://www.macitynet.it/macity/aA23434/index.shtml&#34;&gt;say&lt;/a&gt;&amp;hellip;&lt;/p&gt;
&lt;p&gt;Probably the news is true but I hate posts/news without sources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>L&#39;arte di Pixar in mostra al Moma</title>
      <link>https://ivandemarino.me/posts/l-arte-di-pixar-in-mostra-al-moma/</link>
      <pubDate>Fri, 30 Dec 2005 19:53:32 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/l-arte-di-pixar-in-mostra-al-moma/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Pixar&#34;&gt;La casa di produzione&lt;/a&gt; di successi come Toy Story, Alla ricerca di Nemo e Gli Incredibili non ha soltanto creato un modo innovativo di fare animazione ma ha creato e ricostruito mondi di fantasia attraverso vere e proprie sculture digitali. Degne di essere mostrate nel più famoso museo di arte Moderna: il Moma di New York. Le foto di &lt;a href=&#34;http://www.macitynet.it/immagini/visitaconnoi/pixaralmoma&#34;&gt;Macitynet&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Il resto dell&amp;rsquo;articolo su &lt;a href=&#34;http://www.macitynet.it/macity/aA23425/index.shtml&#34;&gt;MacCity&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Personalmente, ritengo Pixar praticamente INIMITABILE: non ci sono attualmente case di produzione cinematografiche che siano &amp;ldquo;incentrate&amp;rdquo; sulla &lt;a href=&#34;http://en.wikipedia.org/wiki/Computer_Animation&#34;&gt;Computer Animation&lt;/a&gt;, tali da poter competere con la qualità &amp;ldquo;espressiva&amp;rdquo; e &amp;ldquo;soggettivistica&amp;rdquo; della Pixar.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dell install FF on new machines</title>
      <link>https://ivandemarino.me/posts/dell-install-ff-on-new-machines/</link>
      <pubDate>Fri, 30 Dec 2005 19:38:07 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/dell-install-ff-on-new-machines/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;ff&#34; loading=&#34;lazy&#34; src=&#34;http://downloads.detronizator.org/firefox.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a great news: &lt;a href=&#34;http://www.dell.com&#34;&gt;one of the biggest PC-vendor&lt;/a&gt; of the planet thinking about install &lt;a href=&#34;http://www.mozilla.org/firefox/&#34;&gt;FireFox&lt;/a&gt; on new machines.&lt;/p&gt;
&lt;p&gt;The butterfly effect on Redmond? :twisted:&lt;/p&gt;
&lt;p&gt;Read &lt;a href=&#34;http://www.macitynet.it/macity/aA23421/index.shtml&#34;&gt;MacCity article&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Winners and Looser: Apple is on both sides.</title>
      <link>https://ivandemarino.me/posts/winners-and-looser-apple-is-on-both-sides/</link>
      <pubDate>Fri, 30 Dec 2005 19:32:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/winners-and-looser-apple-is-on-both-sides/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.macitynet.it/macity/aA23426/index.shtml&#34;&gt;MacCity&lt;/a&gt; (today, is a link-storming :D).&lt;/p&gt;</description>
    </item>
    <item>
      <title>WineXT: no, not the emulator.</title>
      <link>https://ivandemarino.me/posts/winext-no-not-the-emulator/</link>
      <pubDate>Fri, 30 Dec 2005 19:29:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/winext-no-not-the-emulator/</guid>
      <description>&lt;p&gt;WineXT is a MacOSX software (not free, sorry) to archive and manage a good wine cellar (or a wine shop, but I don&amp;rsquo;t know if have the support for wine selling ;)).&lt;/p&gt;
&lt;p&gt;A related link &lt;a href=&#34;http://www.accessoripc.com/itproducts/story$num=3401&amp;amp;dir=852&amp;amp;tmplt=productsstoryactive&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Read on &lt;a href=&#34;http://www.macitynet.it/macity/aA23427/index.shtml&#34;&gt;MacCity&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gennuary 24 2006: new ATI X1900</title>
      <link>https://ivandemarino.me/posts/gennuary-24-2006-new-ati-x1900/</link>
      <pubDate>Fri, 30 Dec 2005 19:19:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gennuary-24-2006-new-ati-x1900/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;x1800&#34; loading=&#34;lazy&#34; src=&#34;http://www.wpc-fr.net/images/articles/ati-x1800-le-concurrent-du-7800-gtx-en-test/x1800.jpg&#34;&gt;I have no money (probably, as you know) and on my old and noisy linux-box have a simple &lt;a href=&#34;http://images.google.it/images?svnum=10&amp;amp;hl=it&amp;amp;lr=&amp;amp;q=geforce+2+mx&amp;amp;btnG=Cerca&#34;&gt;GeForce-2 MX inside&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But I hope a day to have enough money for a MONSTER like this:&lt;/p&gt;
&lt;p&gt;On MacCity, an &lt;a href=&#34;http://www.macitynet.it/macity/aA23432/index.shtml&#34;&gt;article&lt;/a&gt; about the next x1900.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AMD without chips</title>
      <link>https://ivandemarino.me/posts/amd-without-chips/</link>
      <pubDate>Fri, 30 Dec 2005 19:07:45 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/amd-without-chips/</guid>
      <description>&lt;p&gt;This was the most accredited motivation that causes Apple to choose Intel against AMD.&lt;/p&gt;
&lt;p&gt;I prefer AMD but&amp;hellip; seems to be that Intel are much more &amp;ldquo;efficient&amp;rdquo;. And &amp;ldquo;in Jobs we trust&amp;rdquo;, right :D?
See &lt;a href=&#34;http://www.macitynet.it/macity/aA23229/index.shtml&#34;&gt;here.&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intel, 65nanometers chip</title>
      <link>https://ivandemarino.me/posts/intel-65nanometers-chip/</link>
      <pubDate>Fri, 30 Dec 2005 18:59:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/intel-65nanometers-chip/</guid>
      <description>&lt;p&gt;On &lt;a href=&#34;http://www.macitynet.it/macity/aA23435/index.shtml&#34;&gt;MacCity&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Only one comment: 3,4GHz :shock:.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intel, new core and new slogan: it&#39;s OFFICIAL!</title>
      <link>https://ivandemarino.me/posts/intel-new-core-and-new-slogan-it-s-official/</link>
      <pubDate>Fri, 30 Dec 2005 18:54:59 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/intel-new-core-and-new-slogan-it-s-official/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Intel leap ahead&#34; loading=&#34;lazy&#34; src=&#34;http://www.engadget.com/media/2005/12/intel_logo.jpg&#34;&gt;
Hypothetical new logos: &lt;a href=&#34;http://www.matbe.com/images/biblio/divers/000000022934.png&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hypothetical new slogan: Intel, leap ahead.&lt;/p&gt;
&lt;p&gt;Eric Kim, Marketing CEO of Intel, say:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Simple expression that highlights who we are and where we go.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In &lt;a href=&#34;http://www.macitynet.it/macity/aA23438/index.shtml&#34;&gt;this article (in italian) on MacCity&lt;/a&gt; there are some other informations about this &amp;ldquo;revolution&amp;rdquo;: the Pentium name will die. Names like &amp;ldquo;Core Solo&amp;rdquo; or &amp;ldquo;Core Duo&amp;rdquo; will be the news.&lt;/p&gt;
&lt;p&gt;Read the article above for more details.&lt;/p&gt;
&lt;p&gt;IMHO, Apple will not use the Intel logo on the future MacTel machines&amp;hellip; I hope :|.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New layout for detronizator.org</title>
      <link>https://ivandemarino.me/posts/new-layout-for-detronizator-org/</link>
      <pubDate>Thu, 29 Dec 2005 18:27:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-layout-for-detronizator-org/</guid>
      <description>&lt;p&gt;Today, after the &amp;ldquo;fast switch&amp;rdquo; to &lt;a href=&#34;http://www.detronizator.org/2005/12/29/migrated-to-wordpress2/&#34;&gt;WP2.0&lt;/a&gt;, I decide to change my layout: after I saw it on Firefox and IE on a CRT monitor (I work always on my lovelly IceBook) and&amp;hellip; orrible.&lt;/p&gt;
&lt;p&gt;At the same time, I founded the &lt;a href=&#34;http://binarybonsai.com/k2/&#34;&gt;K2 theme engine&lt;/a&gt; (simple and clean). And the Chameleon stylesheet on that &lt;a href=&#34;http://oakley.bioinformaticsonline.co.uk/k2-styles/&#34;&gt;page&lt;/a&gt; (very good base).&lt;/p&gt;
&lt;p&gt;With a little CSS work, this is the result. Probably, in the next week I change little things, for example the logo (I love my old logo) but now&amp;hellip; it&amp;rsquo;s ok.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrated to WordPress 2.0</title>
      <link>https://ivandemarino.me/posts/migrated-to-wordpress-2-0/</link>
      <pubDate>Thu, 29 Dec 2005 12:59:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/migrated-to-wordpress-2-0/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;wp logo&#34; loading=&#34;lazy&#34; src=&#34;http://wordpress.org/style/header-logo.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;I have migrated my site to WordPress 2.0 today. But, as you can se, some changes are &amp;ldquo;under the hood&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;In particular, significative changes are for the Admin: read &lt;a href=&#34;http://asymptomatic.net/2005/11/29/2135/whats-new-in-wordpress-20&#34;&gt;here&lt;/a&gt;, &lt;a href=&#34;http://codex.wordpress.org/Roles_and_Capabilities&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;http://codex.wordpress.org/User:PotterSys/Media_Managment&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Want&amp;rsquo;s to migrate to WP2.0? Read this &lt;a href=&#34;http://codex.wordpress.org/Upgrading_WordPress&#34;&gt;BEAUTIFUL guide&lt;/a&gt; (from &lt;strong&gt;codex&lt;/strong&gt;, obviously), and download this AMAZING piece of code &lt;a href=&#34;http://wordpress.org/download/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you loved the Administrative interface of WP for it&amp;rsquo;s simplicity, this new interface, heavly based on &lt;a href=&#34;http://en.wikipedia.org/wiki/Ajax&#34;&gt;, will make you screaming. I&amp;rsquo;m sure ;).&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Feeds Icons</title>
      <link>https://ivandemarino.me/posts/feeds-icons/</link>
      <pubDate>Tue, 27 Dec 2005 21:42:00 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/feeds-icons/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;feeds logo&#34; loading=&#34;lazy&#34; src=&#34;http://feedicons.com/images/layout/logo.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Help establish the new standard&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&amp;rsquo;s the title of a new Web Site that have the objective of make a new standard: the &lt;a href=&#34;http://www.mozilla.org/firefox/&#34;&gt;Firefox&lt;/a&gt; Feeds Icon.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A new standard is being established to identify syndacated content.
You can help by adding this icon to your site.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Link to the &lt;a href=&#34;http://feedicons.com/&#34;&gt;official web site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I recommend to use it ;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Happy Christmass / Buon Natale 2005</title>
      <link>https://ivandemarino.me/posts/happy-christmass-buon-natale-2005/</link>
      <pubDate>Sat, 24 Dec 2005 18:50:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/happy-christmass-buon-natale-2005/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;babbo&#34; loading=&#34;lazy&#34; src=&#34;http://www.disegnidacolorare.com/img/festa-natale.gif&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PHPBook.it</title>
      <link>https://ivandemarino.me/posts/phpbook-it/</link>
      <pubDate>Sat, 24 Dec 2005 18:47:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/phpbook-it/</guid>
      <description>&lt;p&gt;Libro collaborativo on-line basato su &lt;a href=&#34;http://wiki.splitbrain.org/wiki:dokuwiki&#34;&gt;DocuWiki&lt;/a&gt;.
Il libro sarà in lingua italiana (ci vuole un bel manuale di PHP per i non &amp;ldquo;anglofili&amp;rdquo; no?).&lt;/p&gt;
&lt;p&gt;Ho iniziato a scrivere il capitolo dedicato a SimpleXML. Ho in mente di inserire pure qualche esempio di utilizzo pratico e &amp;ldquo;attualmente in produzione&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Appena finito, posto il link relativo.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.phpbook.it/doku.php&#34;&gt;Here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[OT] Simpaticissime vignette Mac vs. PCWin</title>
      <link>https://ivandemarino.me/posts/ot-simpaticissime-vignette-mac-vs-pcwin/</link>
      <pubDate>Sat, 24 Dec 2005 18:43:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ot-simpaticissime-vignette-mac-vs-pcwin/</guid>
      <description>&lt;p&gt;Che capatone che sono queste vignette: sono simpaticissime.&lt;/p&gt;
&lt;p&gt;Un simpatico iMac (2 versioni fa ormai, ;-( come passa il tempo, eh?) ed un PC con installato WinXP.&lt;/p&gt;
&lt;p&gt;Un esempio?:
&lt;img alt=&#34;vignetta&#34; loading=&#34;lazy&#34; src=&#34;http://www.monipodio.net/images/stories/desktoptales/dtt001.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Quù la fonte: &lt;a href=&#34;http://www.monipodio.net/index.php?option=com_content&amp;amp;task=blogcategory&amp;amp;id=30&amp;amp;Itemid=57&#34;&gt;MONIPODIO.NET&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FIAT 500 attended for 2007</title>
      <link>https://ivandemarino.me/posts/fiat-500-attended-for-2007/</link>
      <pubDate>Fri, 23 Dec 2005 18:22:02 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fiat-500-attended-for-2007/</guid>
      <description>&lt;p&gt;I have one of this in my garage: beauty, slim, funny car.&lt;/p&gt;
&lt;p&gt;The future project of FIAT 500 seems to be &amp;ldquo;on the right way&amp;rdquo;: I hope Fabrica Italiana Automobili Torino works well.&lt;/p&gt;
&lt;p&gt;Through &lt;a href=&#34;http://www.autoblog.it/post/2331/montezemolo-sulla-fiat-500-e-stilo-arrivo-nel-gennaio-2007&#34;&gt;AutoBlog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Photos:
&lt;img alt=&#34;Future FIAT 500 front&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/fiat_trepiuno_01.jpg&#34;&gt;
&lt;img alt=&#34;Future FIAT 500 rear&#34; loading=&#34;lazy&#34; src=&#34;http://autoblog.it/uploads/fiat_trepiuno_02.jpg&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Programmare il Trackback in PHP</title>
      <link>https://ivandemarino.me/posts/programmare-il-trackback-in-php/</link>
      <pubDate>Fri, 23 Dec 2005 15:40:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/programmare-il-trackback-in-php/</guid>
      <description>&lt;p&gt;Questa guida sembra davvero interessante ed utile per chi si volesse scrivere il proprio Blog (ex novo) con il supporto per il Trackback.&lt;/p&gt;
&lt;p&gt;Link alla guida su &lt;a href=&#34;http://www.ikaro.net/articoli/cnt/programmazione_trackback-00150.html&#34;&gt;ikaro.net&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ThinkGeek T-shirts for *nix users</title>
      <link>https://ivandemarino.me/posts/thinkgeek-t-shirts-for-nix-users/</link>
      <pubDate>Fri, 23 Dec 2005 15:38:03 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/thinkgeek-t-shirts-for-nix-users/</guid>
      <description>&lt;p&gt;Very very funny: I will buy some of this&amp;hellip; when I can! :D&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.ikaro.net/articoli/cnt/magliette_geeks-00151.html&#34;&gt;Link&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Guido Van Rossum go to Google</title>
      <link>https://ivandemarino.me/posts/guido-van-rossum-go-to-google/</link>
      <pubDate>Fri, 23 Dec 2005 15:36:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/guido-van-rossum-go-to-google/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://groups.google.com/group/complang.python/browse_frm/thread/32dc95bd671542f3/&#34;&gt;Google assumes the creator of Python.&lt;/a&gt;
As you (probably) know, Python is one of the most used language in G. (together with C++ and Java).&lt;/p&gt;
&lt;p&gt;A good thing (evolution and power for Python development) or the transformation of Python in a &amp;ldquo;Google only oriented language&amp;rdquo;?&lt;/p&gt;
&lt;p&gt;Stay tuned.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OpenOffice.org 2.0.1 available</title>
      <link>https://ivandemarino.me/posts/openoffice-org-2-0-1-available/</link>
      <pubDate>Fri, 23 Dec 2005 15:28:51 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/openoffice-org-2-0-1-available/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;OpenOffice.org&#34; loading=&#34;lazy&#34; src=&#34;http://www.ossblog.it/uploads/openoffice.gif&#34;&gt;
Via &lt;a href=&#34;http://www.ossblog.it/post/281/e-arrivato-openoffice-201&#34;&gt;OSSBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Paper Bookmarks: what&#39;s?</title>
      <link>https://ivandemarino.me/posts/paper-bookmarks-what-s/</link>
      <pubDate>Fri, 23 Dec 2005 15:27:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/paper-bookmarks-what-s/</guid>
      <description>&lt;p&gt;A simple but AMAZING idea.
Bookmarking of the Hard-book!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.fabiosirna.com/journal/39/diy-paper-bookmarks&#34;&gt;Here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manage ARA PBX easy</title>
      <link>https://ivandemarino.me/posts/manage-ara-pbx-easy/</link>
      <pubDate>Fri, 23 Dec 2005 15:20:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/manage-ara-pbx-easy/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.voiceone.it/index.php&#34;&gt;Callware VoiceOne&lt;/a&gt; is a web-app with an user-friendly look&amp;amp;feel about the management of &lt;a href=&#34;http://it.wikipedia.org/wiki/PBX&#34;&gt;PBX&lt;/a&gt; based on &lt;a href=&#34;http://www.asterisk.org/&#34;&gt;Asterisk Realtime Architecture (ARA)&lt;/a&gt; platform.
&lt;img alt=&#34;VoiceOne&#34; loading=&#34;lazy&#34; src=&#34;http://www.voiceone.it/admin//public/img/logo.gif&#34;&gt;&lt;/p&gt;
&lt;p&gt;With this software, it&amp;rsquo;s possible to control the internal telephone line of our (:D) company.
It&amp;rsquo;s possible to manage:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Internal numbers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://it.wikipedia.org/wiki/Voip&#34;&gt;VoIP&lt;/a&gt; Providers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Queue and multilevel permissions&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Automatic responser systems&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The application is under the Open Source LGP license and require Linux.
Actually, &lt;a href=&#34;http://www.voiceone.it/changelog/&#34;&gt;0.1 version is available&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Modules</title>
      <link>https://ivandemarino.me/posts/google-modules/</link>
      <pubDate>Fri, 23 Dec 2005 15:11:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-modules/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Prima o poi doveva succedere. Con l&amp;rsquo;apertura delle &lt;a href=&#34;http://www.google.com/apis/&#34;&gt;API di Google&lt;/a&gt; &lt;a href=&#34;http://www.downloadblog.it/post/1016/api-per-google-homepage&#34;&gt;Homepage&lt;/a&gt; e i tutorial allegati per realizzare nuovi moduli non poteva non nascere un sito interamente dedicato a questi.
&lt;img alt=&#34;Google APIs&#34; loading=&#34;lazy&#34; src=&#34;http://www.google.com/apis/api.jpg&#34;&gt;
&lt;a href=&#34;http://www.googlemodules.com/&#34;&gt;Google Modules&lt;/a&gt;, questo il suo fantasioso nome, ha al suo attivo oltre una trentina di moduli, che vanno dal sudoku all&amp;rsquo;ascii art e dai feed rss al proprio bookmark su del.icio.us. &amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Via &lt;a href=&#34;http://www.downloadblog.it/post/1057/google-modules&#34;&gt;DownloadBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iPod: ancor più, il tuo miglior compagno di viaggi</title>
      <link>https://ivandemarino.me/posts/ipod-ancor-pi-il-tuo-miglior-compagno-di-viaggi/</link>
      <pubDate>Fri, 23 Dec 2005 00:22:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ipod-ancor-pi-il-tuo-miglior-compagno-di-viaggi/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.italyguides.it/it/roma/audioguide/ipod_mp3/ipodguides.htm&#34;&gt;ItalyGuides&lt;/a&gt; ci segnala la nascita di una interessantissima iniziativa: grazie ad iPodGuides é possibile scaricare sul proprio iPod (ma anche su cellulari capaci di leggere mp3) la guida audio per i maggiori centri di attrazione turistico-artistica italiani.&lt;/p&gt;
&lt;p&gt;Finalmente, non sarete più costretti a stare appresso a noiose ed arbitrariamente tediose bandierine gialle che vi guidano durante la visita delle meraviglie architettoniche del bel paese: ora potrete premere PAUSA in qualsiasi momento!&lt;/p&gt;</description>
    </item>
    <item>
      <title>BlogFS</title>
      <link>https://ivandemarino.me/posts/blogfs/</link>
      <pubDate>Fri, 23 Dec 2005 00:12:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/blogfs/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://rohanpm.net/blogfs/&#34;&gt;BlogFS&lt;/a&gt; is a &lt;a href=&#34;http://fuse.sourceforge.net/&#34;&gt;FUSE&lt;/a&gt; filesystem allowing you to mount your WordPress blog on your local filesystem. It uses XML-RPC and the MetaWeblog API to communicate with WordPress. It might work on other MetaWeblog compatible weblogs, but it has only been tested with the single user edition of WordPress 1.5.&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>Shiira 1.2</title>
      <link>https://ivandemarino.me/posts/shiira-1-2/</link>
      <pubDate>Fri, 23 Dec 2005 00:11:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/shiira-1-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Shiira&#34; loading=&#34;lazy&#34; src=&#34;http://hmdt-web.net/shiira/English/res/img12_shiiraIcon.jpg&#34;&gt;
This browser is a beauty &amp;ldquo;piece of code&amp;rdquo;: use the WebKit rendering engine and is full of good, usefull, great ideas.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s very slim and fast (as Safari) and have some functionality that I saw only in &lt;a href=&#34;http://www.mozilla.org/firefox/&#34;&gt;FF&lt;/a&gt; extensions.&lt;/p&gt;
&lt;p&gt;Homepage &lt;a href=&#34;http://hmdt-web.net/shiira/en&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Screenshots &lt;a href=&#34;http://hmdt-web.net/shiira/screenshot/en&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple Newton: Apple did PDA</title>
      <link>https://ivandemarino.me/posts/apple-newton-apple-did-pda/</link>
      <pubDate>Fri, 23 Dec 2005 00:03:52 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apple-newton-apple-did-pda/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Apple Newton&#34; loading=&#34;lazy&#34; src=&#34;http://upload.wikimedia.org/wikipedia/it/4/42/Newton_MP_2000.gif&#34;&gt;
I don&amp;rsquo;t know this: Apple, in past, did PDA.
Apple Newton.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://it.wikipedia.org/wiki/Apple_Newton&#34;&gt;Here&lt;/a&gt; a wikipedia article.&lt;/p&gt;
&lt;p&gt;And &lt;a href=&#34;http://www.melablog.it/post/1253/allasta-il-museo-apple-newton&#34;&gt;here&lt;/a&gt; an article (in italian) of &lt;a href=&#34;http://www.melablog.it/post/1253/allasta-il-museo-apple-newton&#34;&gt;Melablog&lt;/a&gt; about a museum dedicated to this fashinating PDA.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google&#39;s Top Gainers of 2005</title>
      <link>https://ivandemarino.me/posts/google-s-top-gainers-of-2005/</link>
      <pubDate>Thu, 22 Dec 2005 23:31:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-s-top-gainers-of-2005/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.google.com/press/zeitgeist2005.html&#34;&gt;Here&lt;/a&gt; is the &amp;ldquo;classifications&amp;rdquo; of the most requested things on Google web-search engine during the 2005.&lt;/p&gt;
&lt;p&gt;Very interesting this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Google.com - Top Gainers of 2005&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Myspace&lt;/li&gt;
&lt;li&gt;Ares&lt;/li&gt;
&lt;li&gt;Baidu&lt;/li&gt;
&lt;li&gt;wikipedia&lt;/li&gt;
&lt;li&gt;orkut&lt;/li&gt;
&lt;li&gt;iTunes&lt;/li&gt;
&lt;li&gt;Sky News&lt;/li&gt;
&lt;li&gt;World of Warcraft&lt;/li&gt;
&lt;li&gt;Green Day&lt;/li&gt;
&lt;li&gt;Leonardo da Vinci&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;Very notable (for me, obviously) are wikipedia (4), iTunes (6) and World of Warcrafs (8).&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Wikipedia is demonstrating its power: a good idea that I hope never die.&lt;/li&gt;
&lt;li&gt;iTunes is demonstrating the power of music-selling on-line&lt;/li&gt;
&lt;li&gt;WoW: Amazing. The greatest game of the last years.&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>[OT] The &#34;integrity&#34; of Digital-Graphic-Artists in Italy</title>
      <link>https://ivandemarino.me/posts/ot-the-integrity-of-digital-graphic-artists-in-italy/</link>
      <pubDate>Thu, 22 Dec 2005 23:24:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ot-the-integrity-of-digital-graphic-artists-in-italy/</guid>
      <description>&lt;p&gt;The company that work today on the &amp;ldquo;political campain&amp;rdquo; of Silvio Berlusconi for the next political-elections use&amp;hellip; a cracked versione of Adobe products. LOL!&lt;/p&gt;
&lt;p&gt;See &lt;a href=&#34;http://orlandoatwork.blogspot.com/2005/12/chi-senza-peccato.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here the &lt;a href=&#34;http://www.forzaitalia.it/jumpsite/manifesti.html#&#34;&gt;official homepage&lt;/a&gt; of the manifests :D.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Probably, the next processors for iBook...</title>
      <link>https://ivandemarino.me/posts/probably-the-next-processors-for-ibook/</link>
      <pubDate>Thu, 22 Dec 2005 23:20:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/probably-the-next-processors-for-ibook/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; Il dual core dovrebbe chiamarsi “Centrino Duo” (confermando parzialmente una precedente ipotesi) e sarà disponibile in una versione a basso consumo (velocità disponibili 1,5 GHz, 1,66 GHz e 1,83 GHz) ed in una ad alte performance (1,66 GHz, 1,83 GHz, 2 GHz e 2,16 GHz). Le versioni “performance” potrebbero essere annunciate più tardi.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sempre Think Secret azzarda uno Yonah 1,5 GHz per i nuovi iBook, mentre per i Powerbook dovremo aspettare più tempo, cioè quando saranno presentate le versioni “performance” del processore. &amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>CBT - Computer Based Training</title>
      <link>https://ivandemarino.me/posts/cbt-computer-based-training/</link>
      <pubDate>Tue, 20 Dec 2005 15:12:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/cbt-computer-based-training/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s a new and interesting site that offers some &lt;a href=&#34;http://en.wikipedia.org/wiki/Screencast&#34;&gt;sceencast&lt;/a&gt; about various arguments.&lt;/p&gt;
&lt;p&gt;One of the most interesting is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Linux DNS Server&lt;/strong&gt;
&lt;em&gt;38 minutes 28 seconds&lt;/em&gt;
This video explains how to set up a DNS server on a GNU/Linux server. In the video I explain a little bit about how DNS works, then I install and configure BIND in a chroot jail on 2 DNS servers in a master/slave relationship. This video is specifically tailored to setting up DNS for a web server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fish: a new Unix Shell</title>
      <link>https://ivandemarino.me/posts/fish-a-new-unix-shell/</link>
      <pubDate>Tue, 20 Dec 2005 15:03:28 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/fish-a-new-unix-shell/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;fish logo&#34; loading=&#34;lazy&#34; src=&#34;http://roo.no-ip.org/fish/images/logo.png&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;fish is a user friendly command line shell for UNIX-like operating systems such as Linux.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.gnu.org/software/bash/bash.html&#34;&gt;Bash&lt;/a&gt; is a standard (de facto), as every *nix user now but&amp;hellip; this is the beauty of the OpenSource: any other programmer can think &amp;ldquo;hey, I want to remake this in another way!&amp;rdquo; and, than, do!&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://roo.no-ip.org/fish/&#34;&gt;Fish&lt;/a&gt; is a beautiful example.&lt;/p&gt;
&lt;p&gt;For screenshots-addicted users (like me ;)), go &lt;a href=&#34;http://roo.no-ip.org/fish/screenshots.html&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-EDIT-
Thanks to &lt;a href=&#34;http://www.neminis.org&#34;&gt;Nemo&lt;/a&gt; for &amp;ldquo;errata-corrige&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Googled Blog</title>
      <link>https://ivandemarino.me/posts/googled-blog/</link>
      <pubDate>Tue, 20 Dec 2005 01:27:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/googled-blog/</guid>
      <description>&lt;p&gt;Google offers a great variety of services for users that wants to promote and make more reliable our site:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://www.google.com/webmasters/sitemaps/login&#34;&gt;Google Sitemaps&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://www.google.com/adsense/&#34;&gt;Google AdSense&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://adwords.google.com/select/&#34;&gt;Google AdWords&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Today, I register &lt;a href=&#34;http://www.detronizatro.org&#34;&gt;detronizator.org&lt;/a&gt; on that services and updated the theme with some components: &amp;ldquo;Google Search Bar&amp;rdquo;, &amp;ldquo;Google AdSense&amp;rdquo;, &amp;ldquo;Google Referral&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;I make also the Sitemap of my Blog with &lt;a href=&#34;http://www.detronizator.org/2005/12/17/wp-plugin-google-sitemap-generator/&#34;&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Now, CLICK ON EVERY Ads to make me rich! :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>PowerPC and Sparc: highlanders?</title>
      <link>https://ivandemarino.me/posts/powerpc-and-sparc-highlanders/</link>
      <pubDate>Tue, 20 Dec 2005 00:18:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/powerpc-and-sparc-highlanders/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ultra Sparc&#34; loading=&#34;lazy&#34; src=&#34;http://www.macitynet.it/artimgs/aA23358/img1.jpg&#34;&gt;
Ok, also Apple does believes in PowerPC no more.
It seems that the future will be Intel-Based (ooooh my good!?!? what a joke? O_o), but the world is wide and the Tecnologies are much too much.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;IBM Power PC&#34; loading=&#34;lazy&#34; src=&#34;http://www.macitynet.it/artimgs/aA23358/img2.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;IBM and Sun, in similary way, are opening our tecnology (PowerPC and lastest Ultra Sparc, respectivelly) to the comunity (in particular, to Universitary comunity) to create (they hope) a large comunity of developer that are interest in study and development of this, in any case, big and powerfull platform (IMHO).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Play with Xcode build settings</title>
      <link>https://ivandemarino.me/posts/play-with-xcode-build-settings/</link>
      <pubDate>Tue, 20 Dec 2005 00:09:19 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/play-with-xcode-build-settings/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;xcode screen&#34; loading=&#34;lazy&#34; src=&#34;http://www.macitynet.it/artimgs/aA23346/img1.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In order to become an effective Xcode user, you need to understand two major Xcode concepts. The first is how Xcode projects are defined and organized. The second is how the Xcode build system takes the targets that are defined in your projects and turns them into products.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;There is a lot of flexibility in the Xcode build system for customization, so you can choose to keep your settings simple or make them as complex as you like. But for most purposes, a basic understanding of how build settings and build configurations work will make this topic easy to master—once you have these concepts clear, you can choose the settings that work best for you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ASUS copy Apple Style</title>
      <link>https://ivandemarino.me/posts/asus-copy-apple-style/</link>
      <pubDate>Mon, 19 Dec 2005 23:50:54 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/asus-copy-apple-style/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;asus-ibook-copy&#34; loading=&#34;lazy&#34; src=&#34;http://www.asus.com/999/images/news/20051213-2.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Hey, this is not a personalized version of Apple iBook!
No, it&amp;rsquo;s:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;ASUS W6 Premium Edition Notebook &lt;/strong&gt;Series &amp;ldquo;Reflects&amp;rdquo; Impeccable Taste in Digital Fashion.
Gloss Coated LCD Cover, Pearl White Housing with Gold Details Offer Superior Mobility with Style&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Taste in Digital Fashion???? O_o
IT&amp;rsquo;s the iBook PHOTOCOPY!!! It&amp;rsquo;s a &amp;ldquo;without-shame&amp;rdquo; copy of the ORIGINAL, BEAUTIFUL, AMAZING Apple Style!&lt;/p&gt;
&lt;p&gt;Asus, are you joke?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ariel Atom (500 kg, 300 cv, 50.000 €)</title>
      <link>https://ivandemarino.me/posts/ariel-atom-500-kg-300-cv-50-000/</link>
      <pubDate>Sun, 18 Dec 2005 21:17:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ariel-atom-500-kg-300-cv-50-000/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ariel Motors Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.arielmotor.co.uk/04/misc/logobig.gif&#34;&gt;
Amazing: &lt;a href=&#34;http://video.google.com/videoplay?docid=6514168251893889573&amp;amp;q=ariel+atom&#34;&gt;Top Gear video-article&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Tips: look at the face of the tester during the &amp;ldquo;0-100km/h in 2,9s&amp;rdquo; acceleration :D.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.arielmotor.co.uk/&#34;&gt;Here&lt;/a&gt; the &lt;a href=&#34;http://www.arielmotor.co.uk/&#34;&gt;Ariel Motor website&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New pages on www.detronizator.org</title>
      <link>https://ivandemarino.me/posts/new-pages-on-www-detronizator-org/</link>
      <pubDate>Sun, 18 Dec 2005 17:20:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-pages-on-www-detronizator-org/</guid>
      <description>&lt;p&gt;Hi.
Finally, I take a lot of time to make my personal pages.&lt;/p&gt;
&lt;p&gt;I insert the &amp;ldquo;right things&amp;rdquo; in the pages &lt;a href=&#34;http://www.detronizator.org/works/&#34;&gt;WORKS&lt;/a&gt; (my occupations, my works and my experiences), and &lt;a href=&#34;http://www.detronizator.org/outputs/&#34;&gt;OUTPUTS&lt;/a&gt; (my universitary and personal projects).&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Parody] Video iPod = Heavy ass</title>
      <link>https://ivandemarino.me/posts/parody-video-ipod-heavy-ass/</link>
      <pubDate>Sat, 17 Dec 2005 11:08:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/parody-video-ipod-heavy-ass/</guid>
      <description>&lt;p&gt;Very very COOL!&lt;/p&gt;
&lt;p&gt;On &lt;a href=&#34;http://www.melablog.it/post/1233/parodia-dello-spot-di-ipod-video&#34;&gt;MelaBlog&lt;/a&gt; I found this: &lt;a href=&#34;http://smartdelivery.watchmactv.com/mactv/mp4/087-ConaniPod.mp4&#34;&gt;http://smartdelivery.watchmactv.com/mactv/mp4/087-ConaniPod.mp4&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Download and see: few seconds but&amp;hellip; :D.&lt;/p&gt;
&lt;p&gt;ps on &lt;a href=&#34;http://www.melablog.it/post/1233/parodia-dello-spot-di-ipod-video&#34;&gt;Melablog&lt;/a&gt; u can find also the link to the iPod Video version.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows Vista will cut off the UI from the Kernel</title>
      <link>https://ivandemarino.me/posts/windows-vista-will-cut-off-the-ui-from-the-kernel/</link>
      <pubDate>Sat, 17 Dec 2005 10:43:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/windows-vista-will-cut-off-the-ui-from-the-kernel/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; The company has already announced to developers that most drivers, including graphics, will run in user mode - which means that they don&amp;rsquo;t get access to the privileged kernel mode (or Ring 0). At this level, a process can do anything it likes, including overwriting memory that doesn&amp;rsquo;t belong to it. The result of such overwriting by (usually) buggy code is often a system crash. So the move should result in greater reliability, because crashing drivers cause some 89 per cent of system crashes in Windows XP, according to Microsoft. When run in user mode, they won&amp;rsquo;t be able to bring down the entire system&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>WP Plugin: Google Sitemap Generator</title>
      <link>https://ivandemarino.me/posts/wp-plugin-google-sitemap-generator/</link>
      <pubDate>Sat, 17 Dec 2005 02:03:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/wp-plugin-google-sitemap-generator/</guid>
      <description>&lt;p&gt;A pretty plugin for WP: &lt;a href=&#34;http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final&#34;&gt;link&lt;/a&gt;.
In less then 2 minute I have my sitemap &amp;ldquo;up and running&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;Good job &lt;a href=&#34;http://www.arnebrachhold.de/&#34;&gt;Arne&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Syllable</title>
      <link>https://ivandemarino.me/posts/syllable/</link>
      <pubDate>Fri, 16 Dec 2005 22:44:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/syllable/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Syllable is a reliable and easy-to-use GPLed operating system for the home and small office user&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://www.syllable.org/&#34;&gt;http://www.syllable.org/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This Operating System birth with the SOHO in mind: all the Graphics System (the X server, for the *nix-lover) is built-in the Kernel. It&amp;rsquo;s a good idea to test it&amp;hellip; &lt;a href=&#34;http://www.opensolaris.org/os/&#34;&gt;if I had enough time&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gentoo Linux - Visual Installer Project</title>
      <link>https://ivandemarino.me/posts/gentoo-linux-visual-installer-project/</link>
      <pubDate>Fri, 16 Dec 2005 22:35:05 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gentoo-linux-visual-installer-project/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s, IMHO, &lt;a href=&#34;http://www.gentoo.org/proj/en/releng/installer/&#34;&gt;the project&lt;/a&gt; that can give to Gentoo the right &amp;ldquo;power&amp;rdquo; and &amp;ldquo;motivation&amp;rdquo; to become the BEST source-based distribution in the world (is it not already? ;)).&lt;/p&gt;
&lt;p&gt;The installer looks really coerent with the &amp;ldquo;manual-old-style&amp;rdquo; Gentoo Installation and offers an on-line help to guide the user through the (beautiful) installation process.&lt;/p&gt;
&lt;p&gt;There is a graphical partitioning tool and &amp;hellip; some other interesting features.&lt;/p&gt;
&lt;p&gt;Good luck Gentoo.
&lt;a href=&#34;http://www.gentoo.org/proj/en/releng/installer/&#34;&gt;Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-EDIT-
Thanks to KillinMilk for the &amp;ldquo;errata-corrige&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>L&#39;università non sceglie Linux</title>
      <link>https://ivandemarino.me/posts/l-universit-non-sceglie-linux/</link>
      <pubDate>Fri, 16 Dec 2005 22:28:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/l-universit-non-sceglie-linux/</guid>
      <description>&lt;p&gt;Interessante digressione di &lt;a href=&#34;http://www.ossblog.it/post/256/luniversita-non-sceglie-linux#more&#34;&gt;OSBlog&lt;/a&gt; su un problema PESANTEMENTE SENTITO da me (come altri miei colleghi) dell&amp;rsquo;uso &lt;strong&gt;SBAGLIATO, INDISCRIMINATO E SENZA MOTIVO &lt;/strong&gt;di software a pagamento nei centri di ricerca e nelle università (soprattutto dove si potrebbe evitare, &lt;strong&gt;anche e soprattutto per motivi didattici&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;Dal &lt;strong&gt;mio&lt;/strong&gt; punto di vista, sono diversi anni che suggerisco (ormai sempre con meno vigore&amp;hellip; &lt;em&gt;gli ignoranti restino ignoranti&lt;/em&gt;) nel mio ambiente universitario l&amp;rsquo;uso di software opensource lì dove se ne trarrebbe SOLO vantaggio. Leggasi vantaggi economici, vantaggi didattici (usare un sistema unix accresce e di molto le proprie conoscenze informatiche), vantaggi &amp;ldquo;amministrativi&amp;rdquo; (l&amp;rsquo;Università, la mia facoltà potrebbe tranquillamente scegliere 3/4 ragazzi in gamba per gestirsi sito web e tanti servizi ad esso correlati&amp;hellip; invece si affida ad aziende che si fanno pagare contratti milionari per fare cose che dei bravi studenti (magari sotto la guida di un buon docente) potrebbero TRANQUILLAMENTE fare da soli).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nuova bufera su Fazio e Antonveneta</title>
      <link>https://ivandemarino.me/posts/nuova-bufera-su-fazio-e-antonveneta/</link>
      <pubDate>Fri, 16 Dec 2005 17:11:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/nuova-bufera-su-fazio-e-antonveneta/</guid>
      <description>&lt;p&gt;Sembra proprio che la questione sia più grande di quanto ci abbiano voluto far credere sin ora: i magistrati, dichiarano, indagavano su Fazio già dall&amp;rsquo;estate.
Il Governo comincia a spaccarsi (Bossi liquida Fazio come &amp;ldquo;già scomparso&amp;rdquo; mentre Berlusconi ammonisce &amp;ldquo;non sarà una nuova mani pulite&amp;rdquo;): cominciano ad uscire fuori gli scheletri dagli armadi?&lt;/p&gt;
&lt;p&gt;Staremo a vedere.
Intanto tutto il paese sta facendo una &lt;strong&gt;ENORME figura di me**a&lt;/strong&gt; internazionale.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.unita.it/index.asp?SEZIONE_COD=HP&amp;amp;TOPIC_TIPO=&amp;amp;TOPIC_ID=46298&#34;&gt;Fonte&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>iTunes Signature Maker</title>
      <link>https://ivandemarino.me/posts/itunes-signature-maker/</link>
      <pubDate>Fri, 16 Dec 2005 16:22:13 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/itunes-signature-maker/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s a java applet that make a &amp;ldquo;signature mix&amp;rdquo; of your library based on information like rating or number of plays.&lt;/p&gt;
&lt;p&gt;Here &lt;a href=&#34;http://downloads.detronizator.org/iTSM-Detro-20051216.wav&#34;&gt;my signature&lt;/a&gt; (and &lt;a href=&#34;http://works.music.columbia.edu/~jason/itsm/gallery2.php?name=Detro+2005-12-16&amp;amp;file=Detro+2005-12-16.mp3&amp;amp;popup=&#34;&gt;here&lt;/a&gt;).
Here the site where you can found the &lt;a href=&#34;http://www.jasonfreeman.net/itsm/&#34;&gt;iTSM&lt;/a&gt;.
Here the post of &lt;a href=&#34;http://www.melablog.it/post/1223/itunes-signature-maker-crea-la-tua-firma-musicale&#34;&gt;MelaBlog&lt;/a&gt; that highlight to me this news.&lt;/p&gt;
&lt;p&gt;-EDIT-
&lt;strong&gt;My Signature Structure&lt;/strong&gt;:
Paramilitar
Ska-P&lt;/p&gt;
&lt;p&gt;To The Place
E-The-Hot feat. Lil&amp;rsquo; Nova&lt;/p&gt;
&lt;p&gt;E&amp;rsquo; Natale (ma io non ci sto dentro)
Articolo 31&lt;/p&gt;
&lt;p&gt;Vertigo
U2&lt;/p&gt;
&lt;p&gt;Intro
Articolo 31&lt;/p&gt;</description>
    </item>
    <item>
      <title>Woz sell his home</title>
      <link>https://ivandemarino.me/posts/woz-sell-his-home/</link>
      <pubDate>Fri, 16 Dec 2005 16:13:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/woz-sell-his-home/</guid>
      <description>&lt;p&gt;Wozland: it&amp;rsquo;s the name that Wozniak use for it&amp;rsquo;s &amp;ldquo;child-centric&amp;rdquo; home.
And, it&amp;rsquo;s on &amp;ldquo;for sale&amp;rdquo;.
&lt;a href=&#34;http://www.robert.to/reports/wozland.html&#34;&gt;Here&lt;/a&gt; the brochure.&lt;/p&gt;
&lt;p&gt;From &lt;a href=&#34;http://www.melablog.it/post/1231/la-casa-di-woz-e-in-vendita&#34;&gt;MelaBlog&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MacWorld at San Francisco at January, 9-13 2006</title>
      <link>https://ivandemarino.me/posts/macworld-at-san-francisco-at-january-9-13-2006/</link>
      <pubDate>Fri, 16 Dec 2005 16:03:15 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macworld-at-san-francisco-at-january-9-13-2006/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m sure: all mac users already know what the next &lt;strong&gt;MacWorld&lt;/strong&gt; promise to deliver us.
I wants only to &amp;ldquo;&lt;em&gt;highlight&lt;/em&gt;&amp;rdquo; you the sure date and the official link: &lt;a href=&#34;http://www.macworldexpo.com/live/20/&#34;&gt;http://www.macworldexpo.com/live/20/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Jobs, of course, present the event the January 9. Any idea about that? :D :D :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google will not sell music...</title>
      <link>https://ivandemarino.me/posts/google-will-not-sell-music/</link>
      <pubDate>Fri, 16 Dec 2005 15:58:37 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-will-not-sell-music/</guid>
      <description>&lt;p&gt;&amp;hellip; but continue to do the thing that Google make in the BEST WAY: &lt;a href=&#34;http://www.google.com/musicsearch&#34;&gt;http://www.google.com/musicsearch&lt;/a&gt;.
This is the new service that the big G offers: centralization of Music search, getting data from stores like&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.google.com/url?sa=X&amp;amp;q=http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum%3FplaylistId%3D362114&amp;amp;hl=en&amp;amp;ie=UTF-8&#34;&gt;iTunes Music Store&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.google.com/url?sa=X&amp;amp;q=http://music.msn.com/album/%3Falbum%3D29453810%26affid%3D100003&amp;amp;hl=en&amp;amp;ie=UTF-8&#34;&gt;MSN Music&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.google.com/url?sa=X&amp;amp;q=http://www.cduniverse.com/productinfo.asp%3FPID%3D1076659%26style%3Dmusic%26frm%3Dfrooglemusic&amp;amp;hl=en&amp;amp;ie=UTF-8&#34;&gt;CD Universe&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.google.com/url?sa=X&amp;amp;q=http://www.real.com/dmm/rhapsody25/artist%3Fartistid%3D44%26cpath%3Dgonebx%26ocode%3Dgoogleoneboxr25&amp;amp;hl=en&amp;amp;ie=UTF-8&#34;&gt;Real Rhapsody&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and some others.&lt;/p&gt;
&lt;p&gt;Offers &lt;a href=&#34;http://www.google.com/musicl?lid=6h3L5qiH1EN&amp;amp;aid=Tr6ABaeOCIO&#34;&gt;Album indicization&lt;/a&gt; (obviously) and other amazing services like &lt;a href=&#34;http://www.google.com/musics?lid=6h3L5qiH1EN&amp;amp;aid=Tr6ABaeOCIO&amp;amp;sid=7RoT4fORAOL&#34;&gt;lyrics&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope Google offers APIs (really? I&amp;rsquo;m sure he will do!): in a little amount of time some applications will use the informations stored in this Services to increase our beautiness :D (examples? some OpenSource application can retrieve Lyrics from the Google &amp;ldquo;auto-magically&amp;rdquo;!).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ice Age 2</title>
      <link>https://ivandemarino.me/posts/ice-age-2/</link>
      <pubDate>Fri, 16 Dec 2005 15:46:42 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ice-age-2/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Ice Age 2&#34; loading=&#34;lazy&#34; src=&#34;http://movies.apple.com/trailers/fox/images/iceage2_200510111652.jpg&#34;&gt;
Yes, I&amp;rsquo;m sure I&amp;rsquo;ll like this film much too much.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.apple.com/trailers/fox/ice_age_2/hd/&#34;&gt;Here&lt;/a&gt; the Teaser and the first Trailer.&lt;/p&gt;
&lt;p&gt;Notice: The quality of the trailers is STRONGER. The algorithm &lt;a href=&#34;http://en.wikipedia.org/wiki/H.264&#34;&gt;H.264&lt;/a&gt; developed by Apple and released as &lt;strong&gt;open format&lt;/strong&gt; is demonstrating it&amp;rsquo;s power!!!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Some important curricula/about-web-site</title>
      <link>https://ivandemarino.me/posts/some-important-curricula-about-web-site/</link>
      <pubDate>Thu, 15 Dec 2005 11:13:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/some-important-curricula-about-web-site/</guid>
      <description>&lt;p&gt;Ok ok ok.
You already know very well that URLs but&amp;hellip; I don&amp;rsquo;t. Want&amp;rsquo;s to kill me? :(&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://jef.raskincenter.org/home/index.html&#34;&gt;Jef Raskin web page&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://homepage.mac.com/steve/Resume.html&#34;&gt;Steve Jobs CV (and homepage on .Mac)&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://www.woz.org/&#34;&gt;Steve Wozniak&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The page of Jobs looks like a &amp;ldquo;by-hand-personally-work&amp;rdquo;: if you take a look of the &lt;a href=&#34;http://homepage.mac.com/steve/iMovieTheater31.html&#34;&gt;movies&lt;/a&gt;, you can understand with what software he make them.&lt;/p&gt;
&lt;p&gt;On the Raskin page (you know he&amp;rsquo;s dead? I already know :P) there is a link to the much too much interesting &lt;a href=&#34;http://rchi.raskincenter.org/aboutrchi/index.php&#34;&gt;Project Archy&lt;/a&gt;: this project seems to be the realization of the things in his book &lt;em&gt;The Humane Interface&lt;/em&gt; (Addison-Wesley 2000).
I promise I&amp;rsquo;ll take a look at this and will spend my two cents on it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Luigi Tenco&#39;s changing hope</title>
      <link>https://ivandemarino.me/posts/luigi-tenco-s-changing-hope/</link>
      <pubDate>Thu, 15 Dec 2005 10:35:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/luigi-tenco-s-changing-hope/</guid>
      <description>&lt;p&gt;Grillo talks about a mail that a good friend of Luigi Tenco, Gino Paoli, sends to it. In the mail Paoli talks about:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; Another journalist who wants to ask me about Luigi.
But I believe that a friend should leave him in peace.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;They say that things about his death are not clear, but who is it that has so much interest in knowing the truth?
Journalists? Finally they&amp;rsquo;ll write their own piece. They&amp;rsquo;ll have the article on the front page.
The magistrate? He too will have some exposure.
Friends that knew him? The true friends stay silent and don&amp;rsquo;t try to profit by going to the TV or the newspapers&amp;hellip;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Your source for TV Torrent Information</title>
      <link>https://ivandemarino.me/posts/your-source-for-tv-torrent-information/</link>
      <pubDate>Thu, 15 Dec 2005 10:17:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/your-source-for-tv-torrent-information/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.tvtorrent.info/&#34;&gt;http://www.tvtorrent.info/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>To Blue or not to Blue?</title>
      <link>https://ivandemarino.me/posts/to-blue-or-not-to-blue/</link>
      <pubDate>Wed, 14 Dec 2005 22:18:40 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/to-blue-or-not-to-blue/</guid>
      <description>&lt;p&gt;Ok ok. Excuse me, but I can&amp;rsquo;t resist :).
Personally, I use a different style for a different emotional-status (in other words, change the Aqua theme one month at time).&lt;/p&gt;
&lt;p&gt;Vote for your preferred &lt;a href=&#34;http://www.say-so.org/view/jvg5xn81&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;ps Obviously, it&amp;rsquo;s only for (cool) Mac users :D.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Where was I?</title>
      <link>https://ivandemarino.me/posts/where-was-i/</link>
      <pubDate>Wed, 14 Dec 2005 18:45:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/where-was-i/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;screenshot of Phoenix Project&#34; loading=&#34;lazy&#34; src=&#34;http://www.eclipse.org/phoenix/images/tn_phoenix.jpg&#34;&gt;
Eclipse.org has a new amazing skin: &lt;a href=&#34;http://www.eclipse.org/&#34;&gt;http://www.eclipse.org/&lt;/a&gt;.
&lt;a href=&#34;http://www.eclipse.org/phoenix/&#34;&gt;Here&lt;/a&gt; is the homepage of the Phoenix Project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>APIs for Google Homepage</title>
      <link>https://ivandemarino.me/posts/apis-for-google-homepage/</link>
      <pubDate>Wed, 14 Dec 2005 11:20:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/apis-for-google-homepage/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.downloadblog.it/post/1016/api-per-google-homepage&#34;&gt;GOOGLE API&amp;rsquo;s comment (italian)&lt;/a&gt;.
About that on the &lt;a href=&#34;http://googleblog.blogspot.com/2005/12/build-your-own-google-homepage.html&#34;&gt;Google blog&lt;/a&gt;.
The &lt;a href=&#34;http://www.google.com/apis/homepage/guide.html&#34;&gt;Official Guide&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Una &#34;Apple Geek-Girl&#34;</title>
      <link>https://ivandemarino.me/posts/una-apple-geek-girl/</link>
      <pubDate>Wed, 14 Dec 2005 11:03:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/una-apple-geek-girl/</guid>
      <description>&lt;p&gt;Seguo il &lt;a href=&#34;http://gustomela.blogsome.com/&#34;&gt;suo blog&lt;/a&gt; da parecchio ormai.
Di tutta risposta a &lt;a href=&#34;http://home.detronizator.org/2005/12/12/geeks-girlfriend-10-laws/&#34;&gt;questo&lt;/a&gt;, ha postato il suo &amp;ldquo;modus-vivendi&amp;rdquo; di coppia, con particolare riferimento a quello che la Mela genera in lei (consciamente ed inconsciamente).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; Il fast user switching non è mai abbastanza fast. Finisce che lui usa il mio account e mi scombina un po’ di cose senza volerlo. Una volta ebbe la brillante idea di installare due Thunderfox, col mio account, col risultato che mi sputtanò tutta la posta. Recuperata dopo varie acrobazie. E lui con quella faccia e l’eterno interrogativo: muh?!&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The chance to write motorsport history</title>
      <link>https://ivandemarino.me/posts/the-chance-to-write-motorsport-history/</link>
      <pubDate>Tue, 13 Dec 2005 23:22:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-chance-to-write-motorsport-history/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.audi.com/etc/medialib/cms4imp/audi/emotion/motorsport/paris.Par.0018.Image.jpg&#34;&gt;
It&amp;rsquo;s TRUE: Audi will run on the 24 Le Mans with a Diesel motor; a TDI engine.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.audi.com/audi/com/en1/experience/motorsport/r10.html&#34;&gt;Official Site&lt;/a&gt;.
Comment (in Italian) of &lt;a href=&#34;http://www.autoblog.it/post/2236/il-v12-turbodiesel-da-corsa-della-audi-r10&#34;&gt;www.autoblog.it&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I love cars, and I hate cars (they are destroying the planet), and read about the utilization of a diesel-based engine to run for the 24LM it the sign of a new time for the diesel. Good luke Audi.&lt;/p&gt;
&lt;p&gt;ps When run with hybrid or, better, gas-natural engie?&lt;/p&gt;</description>
    </item>
    <item>
      <title>XBOX 360 does not run XBOX games!!! O_o</title>
      <link>https://ivandemarino.me/posts/xbox-360-does-not-run-xbox-games-o-o/</link>
      <pubDate>Tue, 13 Dec 2005 21:24:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/xbox-360-does-not-run-xbox-games-o-o/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;xbox sample image&#34; loading=&#34;lazy&#34; src=&#34;http://images.amazon.com/images/G/01/videogames/detail-page/console2_big.jpg&#34;&gt;
I really don&amp;rsquo;t know that &lt;a href=&#34;http://www.datamanager.it/articoli.php?idricercato=13412&#34;&gt;before&lt;/a&gt; (article in italian), but it&amp;rsquo;s REALLY ABSURD!!!
I (ipotetically, &lt;strong&gt;I HATE MS&lt;/strong&gt;(not the cigarettes ;))) had spent much money for some games and now, if I want to buy a new Xbox 360, MS does not make the console &amp;ldquo;immediatly retrocompatible&amp;rdquo; but&amp;hellip; I need to spend other money for a &amp;ldquo;plug-in&amp;rdquo; (I don&amp;rsquo;t know what exactly but&amp;hellip; it&amp;rsquo;s irrelevant).&lt;/p&gt;
&lt;p&gt;Why people buy these products?
Why does not buy the Sony Console that is retrocompatible &amp;ldquo;by project&amp;rdquo;!?!?!?!&lt;/p&gt;</description>
    </item>
    <item>
      <title>A certifiable path to Linux Jobs</title>
      <link>https://ivandemarino.me/posts/a-certifiable-path-to-linux-jobs/</link>
      <pubDate>Tue, 13 Dec 2005 21:11:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/a-certifiable-path-to-linux-jobs/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;You don&amp;rsquo;t have to have a Linux certification to get a job working with Linux, but it can&amp;rsquo;t hurt.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Simply working on Linux is easy. Join a Linux community like The Debian Project, Red Hat&amp;rsquo;s Fedora, Novell&amp;rsquo;s OpenSUSE, or half-a-hundred projects and go for it.
Of course, you won&amp;rsquo;t get paid, and 95 percent of the work on Linux projects is programming. So, if you want a salary, and your skills lie in system administration or network management, it behooves you to look into Linux certifications.
&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to clean-up your last Apple Mouse</title>
      <link>https://ivandemarino.me/posts/how-to-clean-up-your-last-apple-mouse/</link>
      <pubDate>Tue, 13 Dec 2005 12:10:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-clean-up-your-last-apple-mouse/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Mighty Mouse&#34; loading=&#34;lazy&#34; src=&#34;http://a248.e.akamai.net/7/248/8352/603/store.apple.com/Catalog/it/Images/MA086_lm.jpg&#34;&gt;
&lt;strong&gt;Mighty Mouse&lt;/strong&gt;, beautiful, whiteful, cleanful&amp;hellip; but your hands are not &amp;ldquo;fever-clean&amp;rdquo;. And because we LOVE the white of the Apple-Style, here is an article (in italian) about this: &lt;a href=&#34;http://www.melablog.it/post/1210/come-pulire-mighty-mouse&#34;&gt;MelaBlog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here, you can find the article released from Apple: &lt;a href=&#34;http://docs.info.apple.com/article.html?artnum=302417&#34;&gt;How to clean your Mighty Mouse&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Best Web 2.0 Software of 2005</title>
      <link>https://ivandemarino.me/posts/the-best-web-2-0-software-of-2005/</link>
      <pubDate>Tue, 13 Dec 2005 01:47:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-best-web-2-0-software-of-2005/</guid>
      <description>&lt;p&gt;Interesting article of &lt;a href=&#34;http://www1.blog-city.com/community/profiles/285855.htm&#34;&gt;Dion Hinchcliffe&lt;/a&gt; about the best Web 2.0 application of the year.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; So in spirit of the holidays, here is a list of some of the best Web 2.0 software that I&amp;rsquo;ve come across so far.  You may have heard of some of these, but hopefully you&amp;rsquo;ll find a few nice new Christmas presents under your Web 2.0 tree. &amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;http://web2.wsj2.com/the_best_web_20_software_of_2005.htm&#34;&gt;The article&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DivX 6.0 now available for MacOSX &gt;= 10.3</title>
      <link>https://ivandemarino.me/posts/divx-6-0-now-available-for-macosx-10-3/</link>
      <pubDate>Tue, 13 Dec 2005 01:35:10 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/divx-6-0-now-available-for-macosx-10-3/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.divx.com/divx/mac/?hpbanners=divx6mac&#34;&gt;DivX 6 for MacOSX&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m not a DivX lover now: I prefer absolutelly &lt;a href=&#34;http://en.wikipedia.org/wiki/XviD&#34;&gt;XviD&lt;/a&gt; but on the net we will find some video compressed with DivX and&amp;hellip; it&amp;rsquo;s a &amp;ldquo;must have&amp;rdquo; thing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Forse un iBook WideScreen e l&#39;addio dei pBook 12&#34;</title>
      <link>https://ivandemarino.me/posts/forse-un-ibook-widescreen-e-l-addio-dei-pbook-12/</link>
      <pubDate>Tue, 13 Dec 2005 01:31:50 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/forse-un-ibook-widescreen-e-l-addio-dei-pbook-12/</guid>
      <description>&lt;p&gt;Da: &lt;a href=&#34;http://www.melablog.it/post/1208/forse-un-ibook-widescreen-salutando-il-powerbook-da-12-pollici&#34;&gt;MelaBlog&lt;/a&gt;.
Onestamente, io che posseggo un iBook, spero soprattutto in monitor a 14&amp;quot; widescreen che, in particolare, usi una di quelle strane, nuove tecnologie chiamate &amp;ldquo;&lt;a href=&#34;http://en.wikipedia.org/wiki/X-Brite&#34;&gt;X-Brite&lt;/a&gt;&amp;rdquo; o qualcosa del genere, che fa sembrare il monitor lucido come uno specchio e che dona alle immagini una grande luminosità e nitidezza.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New logo for Intel</title>
      <link>https://ivandemarino.me/posts/new-logo-for-intel/</link>
      <pubDate>Tue, 13 Dec 2005 01:26:21 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/new-logo-for-intel/</guid>
      <description>&lt;p&gt;Intel wants to rebrand itself: &lt;a href=&#34;http://www.tgdaily.com/2005/12/08/intel_rebranding/&#34;&gt;here&lt;/a&gt; a link to the article.
On the web, there is various new example &amp;ldquo;brands&amp;rdquo; for Intel:
&lt;img alt=&#34;new ipotetical logo for Intel&#34; loading=&#34;lazy&#34; src=&#34;http://www.melablog.it/uploads/newlogointel.jpg&#34;&gt; .&lt;/p&gt;
&lt;p&gt;Here an interesting comment of &lt;a href=&#34;http://www.melablog.it/post/1209/e-questo-il-nuovo-logo-di-intel#more&#34;&gt;MelaBlog&lt;/a&gt; about this question.&lt;/p&gt;
&lt;p&gt;Anyway, I think thats are only speculations: that logos are no &amp;ldquo;credible&amp;rdquo; for a company like Intel. &lt;strong&gt;IMHO&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Geek&#39;s girlfriend: 10 laws</title>
      <link>https://ivandemarino.me/posts/geek-s-girlfriend-10-laws/</link>
      <pubDate>Mon, 12 Dec 2005 15:35:22 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/geek-s-girlfriend-10-laws/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.emilyhambidge.com/blog/emily/66/&#34;&gt;http://www.emilyhambidge.com/blog/emily/66/&lt;/a&gt;
Very very funny!
Any other girl that want&amp;rsquo;s a Geek? :D
I&amp;rsquo;m perfectly the same that Emily describe in her blog. :D&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple and Direct</title>
      <link>https://ivandemarino.me/posts/simple-and-direct/</link>
      <pubDate>Sun, 11 Dec 2005 22:42:24 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/simple-and-direct/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.wordpress.org&#34;&gt;Wordpress&lt;/a&gt; is surprising me: I had tried &lt;a href=&#34;http://www.joombla.com/&#34;&gt;Joombla&lt;/a&gt;, &lt;a href=&#34;http://www.drupal.org&#34;&gt;Drupal&lt;/a&gt; and other minor CMS/Blog system. They was heavy to understand and to use. Too many &amp;ldquo;personalizations&amp;rdquo; and &amp;ldquo;features&amp;rdquo; that a &amp;ldquo;simple and with-no-time&amp;rdquo; user does not require.
I appreciate the use of very large characters in the administration interface, that evidence the interest of WP&amp;rsquo;s developers to make &amp;ldquo;build a blog&amp;rdquo; simple.
WP offers, also, a simple way to make a personal web site, adding Pages and with the &amp;ldquo;feature&amp;rdquo; to do that gerarchically.
Finally I can make a personal blog and a personal homepage at the same time&amp;hellip; without needs to understand an API framework or the strange and complex structure of a CMS.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My first post on Wordpress...</title>
      <link>https://ivandemarino.me/posts/my-first-post-on-wordpress/</link>
      <pubDate>Sun, 11 Dec 2005 18:49:39 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/my-first-post-on-wordpress/</guid>
      <description>&lt;p&gt;Another.
Another test of another cms/weblog system/way-to-make-my-homepage.&lt;/p&gt;
&lt;p&gt;Will I make it&amp;hellip; a day?&lt;/p&gt;
&lt;p&gt;Anyway, I had imported old post that I make on the Google Blogger Platform.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The best TODO...</title>
      <link>https://ivandemarino.me/posts/the-best-todo/</link>
      <pubDate>Thu, 23 Jun 2005 02:04:18 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/the-best-todo/</guid>
      <description>&lt;p&gt;&amp;hellip; I have seen it&amp;rsquo;s this one:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;...
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;lt;font style=&amp;#34;color: #b0b; &amp;#34;&amp;gt;public&amp;lt;/font&amp;gt; &amp;lt;font style=&amp;#34;color: #00b; &amp;#34;&amp;gt;void&amp;lt;/font&amp;gt; method(&amp;lt;font style=&amp;#34;color: #b0b; font-weight: bold; &amp;#34;&amp;gt;String&amp;lt;/font&amp;gt; param) {
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &amp;lt;font style=&amp;#34;color: #bbb; &amp;#34;&amp;gt;// TODO Please, Implements ME!!!&amp;lt;/font&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;}
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;...
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>NeoOffice/J 1.1 Stable</title>
      <link>https://ivandemarino.me/posts/neooffice-j-1-1-stable/</link>
      <pubDate>Thu, 23 Jun 2005 01:55:35 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/neooffice-j-1-1-stable/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;http://www.neooffice.org/ship2.jpg&#34;&gt;
This is a OpenSource project, based on OpenOffice, that does not use the X emulation to run on MacOSX.
It use a recompilation of GTK+ over Quartz, linked statically.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a very good project: I hope this release resolve some bugs and now the suite start-up shortly.
&lt;a href=&#34;http://www.planamesa.com/neojava/en/download.php&#34;&gt;Download it!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Not a BUG: a Features!!!</title>
      <link>https://ivandemarino.me/posts/not-a-bug-a-features/</link>
      <pubDate>Thu, 23 Jun 2005 01:48:43 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/not-a-bug-a-features/</guid>
      <description>&lt;p&gt;Very very nice:
&lt;img loading=&#34;lazy&#34; src=&#34;http://blogs.sun.com/roller/resources/lukas/bug-feature.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>JAEBI - JAva Enterprise BackEnd Interfacement</title>
      <link>https://ivandemarino.me/posts/jaebi-java-enterprise-backend-interfacement/</link>
      <pubDate>Thu, 23 Jun 2005 01:34:48 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/jaebi-java-enterprise-backend-interfacement/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s and RC2 version, but it run on any (I hope) &lt;strong&gt;J2EE Application Server&lt;/strong&gt;.
I use the Sun Java Application Server 8.1 by now.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.mandolinux.org/JAEBI/&#34;&gt;Here, the official link.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google have googled me!!!</title>
      <link>https://ivandemarino.me/posts/google-have-googled-me/</link>
      <pubDate>Wed, 22 Jun 2005 10:13:41 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-have-googled-me/</guid>
      <description>&lt;p&gt;Do you like this?&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>2005-06-13: finally, my iPod Mini</title>
      <link>https://ivandemarino.me/posts/finally-my-ipod-mini/</link>
      <pubDate>Thu, 16 Jun 2005 00:00:09 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/finally-my-ipod-mini/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s here.
It&amp;rsquo;s beautiful.
It&amp;rsquo;s MINE!!! :-)&lt;/p&gt;
&lt;p&gt;Next days, photos.&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Eclipse: a world of words!</title>
      <link>https://ivandemarino.me/posts/eclipse-a-world-of-words/</link>
      <pubDate>Mon, 13 Jun 2005 16:55:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/eclipse-a-world-of-words/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s the title of my old English book at School. How many time long ago&amp;hellip;&lt;/p&gt;
&lt;p&gt;But, by the Title, I had to explain an Idea: aggregate all the Links about Eclipse I had find-out.
Start:&lt;em&gt;
&lt;strong&gt;Blogs&lt;/strong&gt;
&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://www.eclipsezone.com/&#34;&gt;http://www.eclipsezone.com/&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://planeteclipse.org/planet/&#34;&gt;http://planeteclipse.org/planet/&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://www.eclipsepowered.org/&#34;&gt;http://www.eclipsepowered.org/&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://eclipsewiki.editme.com/&#34;&gt;http://eclipsewiki.editme.com/&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://nice3z.homeip.net/&#34;&gt;http://nice3z.homeip.net/&lt;/a&gt;&lt;/p&gt;
&lt;em&gt;
&lt;strong&gt;Hacks&lt;/strong&gt;
&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://www.rexi.org/linux/eclipse-ppc.html&#34;&gt;http://www.rexi.org/linux/eclipse-ppc.html&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&#34;http://kered.org/article-2004.07.10-HOWTO_build_eclipse_v3_linux_gtk_ppc.html&#34;&gt;http://kered.org/article-2004.07.10-HOWTO_build_eclipse_v3_linux_gtk_ppc.html&lt;/a&gt;&lt;/p&gt;
&lt;em&gt;
&lt;strong&gt;News&lt;/strong&gt;
&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;Empty, by now. (thanks to MadMonkey)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;This list will be updated every&amp;hellip; new link I found. ;-)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>3.1RC2... we are waiting for the Final!</title>
      <link>https://ivandemarino.me/posts/3-1rc2-we-are-waiting-for-the-final/</link>
      <pubDate>Mon, 13 Jun 2005 15:22:14 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/3-1rc2-we-are-waiting-for-the-final/</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;Eclipse 3.1RC2&lt;/strong&gt;&lt;/em&gt; now available here: &lt;a href=&#34;http://download.eclipse.org/downloads/drops/S-3.1RC2-200506101757/&#34;&gt;Download Link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here, a post from &lt;a href=&#34;nice3z&#34;&gt;http://nice3z.homeip.net/node/30&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m waiting, anyway, for the &lt;strong&gt;Final Release (final June as 3.1)&lt;/strong&gt; of &lt;strong&gt;Web Tools&lt;/strong&gt;: the only right way to &amp;ldquo;stop&amp;rdquo; &lt;strong&gt;NetBeans&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The Sun Tool, for now, have the best (and Open Source):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;WEB Tool Developing System&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GUI Designer (and attend for a new and powerfull piece of Code named &lt;a href=&#34;Matisse&#34;&gt;http://www.netbeans.org/community/news/index.html#642&lt;/a&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;WebService Tool Developing System&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Detronizator become D3tr0...</title>
      <link>https://ivandemarino.me/posts/detronizator-become-d3tr0/</link>
      <pubDate>Sun, 12 Jun 2005 15:44:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/detronizator-become-d3tr0/</guid>
      <description>&lt;p&gt;&amp;hellip; and I&amp;rsquo;m come back to repost my info, thought, stuff (usefull and not).&lt;/p&gt;
&lt;p&gt;I hope to continue.
I hope ecto can increase my blog-creativity too much.&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>ecto: help me to Blog, please.</title>
      <link>https://ivandemarino.me/posts/ecto-help-me-to-blog-please/</link>
      <pubDate>Sun, 12 Jun 2005 15:15:58 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/ecto-help-me-to-blog-please/</guid>
      <description>&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;ecto&lt;/strong&gt; is a feature-rich desktop blogging client for &lt;a href=&#34;http://www.apple.com/macosx/&#34;&gt;MacOSX&lt;/a&gt; and &lt;a href=&#34;http://www.fuck.com/&#34;&gt;Windows&lt;/a&gt;, supporting a wide range of weblog systems, such as &lt;a href=&#34;http://www.blogger.com/&#34;&gt;Blogger&lt;/a&gt;, &lt;a href=&#34;http://wiki.blojsom.com/wiki/display/blojsom/About+blojsom&#34;&gt;Blojsom&lt;/a&gt;, &lt;a href=&#34;http://www.drupal.org/&#34;&gt;Drupal&lt;/a&gt;, &lt;a href=&#34;http://www.sixapart.com/movabletype/&#34;&gt;MovableType&lt;/a&gt;, &amp;hellip;
ecto is the successor of the wildly popular &lt;strong&gt;Kung-Log&lt;/strong&gt;, which has been in use by thousands of Mac users &amp;hellip;
With ecto you can write and manage entries for your weblog(s). The advantage over using your weblog&amp;rsquo;s control panel is that you can compose entries offline and use the extra features ecto offers, such as spellcheck, creating links, attachments, and much more. ecto is designed to make blogging much more easier and yet give the users as much power as possible to manage their weblogs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Summer-of-Code</title>
      <link>https://ivandemarino.me/posts/summer-of-code/</link>
      <pubDate>Sun, 12 Jun 2005 13:02:56 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/summer-of-code/</guid>
      <description>&lt;p&gt;A very interesting idea by the Crazy Warlocks of Google: &lt;a href=&#34;http://code.google.com/summerofcode.html&#34;&gt;http://code.google.com/summerofcode.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I had submit an idea:
&lt;em&gt;an XML mapping of SQL Relational query language&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Other than the &amp;ldquo;simple&amp;rdquo; XSD (named &lt;b&gt;&lt;em&gt;XSQL&lt;/em&gt;&lt;/b&gt;)(derived by an old and &lt;a href=&#34;http://xsql.sourceforge.net/&#34;&gt;not continued idea&lt;/a&gt;), I had started to develop a Language-Traductor &lt;strong&gt;&lt;em&gt;SQLtoXSQL&lt;/em&gt;&lt;/strong&gt; developer in Java with &lt;a href=&#34;http://www.antlr.org/&#34;&gt;ANTLR&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope&amp;hellip; ;-)&lt;/p&gt;
&lt;p&gt;[posted with &lt;a href=&#34;http://ecto.kung-foo.tv&#34;&gt;ecto&lt;/a&gt;]&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google: il Monastero della Memoria...</title>
      <link>https://ivandemarino.me/posts/google-il-monastero-della-memoria/</link>
      <pubDate>Mon, 24 Jan 2005 13:01:06 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/google-il-monastero-della-memoria/</guid>
      <description>&lt;p&gt;Articolo di Repubblica.it:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Viaggio nella sede del motore di ricerca più famoso del mondo
dove hanno deciso di mettere in Rete tutti i libri esistenti.&lt;/em&gt;
&lt;strong&gt;Nel &amp;ldquo;monastero&amp;rdquo; di Google nuova biblioteca di Babele&lt;/strong&gt;
&lt;em&gt;Il catalogo incomincia dalla Bibbia di Gutenberg del 1455
&amp;ldquo;Vogliamo riempire i buchi e i vuoti della nostra storia&amp;rdquo;
di &lt;strong&gt;VITTORIO ZUCCONI&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;fondatori di Google&#34; loading=&#34;lazy&#34; src=&#34;http://www.repubblica.it/2005/a/sezioni/spettacoli_e_cultura/babele/babele/este_23093431_36000.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I fondatori di Google:
&lt;strong&gt;Sergey Brin&lt;/strong&gt; e &lt;strong&gt;Larry Page&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;MOUNTAINVIEW (California)&lt;/strong&gt; - Il villaggio della memoria totale con quel buffo nome da cartone animato, Google, è tutto di palazzetti bianchi, sparpagliati tra le ultime marcite della baia dove l&amp;rsquo;Oceano Pacifico muore. Così candido sullo sfondo della Sierra Nevada, nel suo color calce, ricorda quei paesi medioevali del nostro Mediterraneo che John Steinbeck immaginò trovandosi davanti a San Francisco e non solo nell&amp;rsquo;aspetto. Un dubbio di Medioevo venturo lo percorre davvero, nel silenzio da chiostro che lo avvolge, nella laboriosa e maniacale operosità dei tecno frati e delle cyber suore che lo popolano, ma soprattutto nell&amp;rsquo;impresa nella quale si sono buttati.
Niente altro che catalogare, ricomporre, riprodurre e salvare l&amp;rsquo;intera memoria dell&amp;rsquo;umanità contenuta in tutti i libri del mondo. I tecno monaci del nuovo ordine di San Google stanno in pratica tentando di ricomporre e ricostruire la Torre di Babele, sotto lo sguardo dello stesso Dio geloso che sbriciolò la prima.
Il villaggio si chiama ufficialmente &amp;ldquo;Googleplex&amp;rdquo;, come lo hanno battezzato i nuovi &amp;ldquo;servi a manu&amp;rdquo;, i nuovi amanuensi che aborriscono espressioni burocratico aziendali come sede centrale o quartier generale. Ma questo, qualunque sia il nome che si vuol dare alla rosa, è il quartier generale di quella società che uno studente americano e un immigrato russo crearono insieme sette anni orsono per rendere più razionale e facile con le loro formule alchemiche l&amp;rsquo;esplorazione di quella Babele, appunto, di quel caos primordiale chiamato Internet.
Qualche mese addietro, quando la sortita in Borsa della Google ha rovesciato un&amp;rsquo;inondazione di dollari, 60 miliardi, nella casse della società e nelle tasche dei fondatori e dei primi azionisti oltre i sogni più rosei, anziché correre a comperarsi Ferrari e Rolls, quadri impressionisti e ville in Sardegna, i nuovi ricchi con la vocazione (anche loro) del Bene hanno semplicemente deciso di investire miliardi, intelligenze, forze e tempo per catalogare e mettere a disposizione di tutti, ovunque, ogni pagina di ogni libro di ogni nazione di ogni lingua pubblicato da ogni editore in ogni tempo e in ogni luogo dal 1455, l&amp;rsquo;anno in cui Johann Gutenberg si cimentò con la Bibbia.
Nessun libro mai scritto e stampato, per quanto piccolo, insignificante, stupido, brutto, deve andare più perduto, perché ogni pagina è stata, e quindi è, una molecola del cervello collettivo dell&amp;rsquo;umanità.
Occorre essere molto giovani, molto ricchi, molto ambiziosi, molto Google, soltanto per concepire, non si dice realizzare, una impresa del genere.
&amp;ldquo;Effettivamente, neanche noi sappiamo quanto tempo occorrerà, forse anni, forse decenni, forse non lo finiremo mai, forse è addirittura impossibile. Che ne sappiamo, ci proviamo&amp;rdquo;, civetta agitando le mani e sorridendo con i suoi begli occhi color grigio azzurro baltico Marissa, sangue finlandese-americano, una delle due badesse del progetto &amp;ldquo;biblioteca del mondo&amp;rdquo;, due donne.
È probabile che menta, Marissa Mayer, perché anche lei, come tutti i giovanotti e le ragazze che si muovono in silenzio dentro il monastero di San Google, non sanno che cosa significhi fallire, non hanno mai battuto la testa contro il soffitto del cielo né subito la collera di questi dei dispettosi che hanno spazzato via con un gesto altri progetti e forato le infinite bolle della superbia umana, da Babele al Nasdaq.
Giovani certamente sono, con una scandalosa età media di 31 anni per i tremila impiegati. Sono carichi di lauree in &amp;ldquo;computer sciences&amp;rdquo;, come Marissa, ottenuti nelle migliori università del pianeta, a cominciare da quella vicinissima Stanford, dove il russo Sergey Brin e l&amp;rsquo;americano Larry Page studiarono e si conobbero. Sono sfacciatamente e meritatamente ricchi, ora che la loro impresa fecondata inizialmente da una donazione di 10 mila dollari che i due non sapevano neppure dove depositare perché non avevano conti correnti bancari, è andata in Borsa dall&amp;rsquo;autunno 2004 e ha raggiunto un valore di capitale circolante superiore alla General Motors e la Ford. Messe insieme.
E Google, il nome creato giocando sul lemma &amp;ldquo;googol&amp;rdquo;, una parola inesistente che il nipotino di un grande matematico americano, Edward Kasner, inventò quando il nonno gli chiese di battezzare il numero 10 alla 100esima potenza (&amp;ldquo;Uno&amp;rdquo; seguito da 100 zeri) ha la faccia e l&amp;rsquo;anima di tutto del mondo, indiani, pachistani, cinesi, arabi, europei biondi e bruni, russi, africani, bianchi, che vedo curvi a compitare stringhe di caratteri sulle loro tastiere mute davanti agli schermi, in uno stato di volontaria e autosufficiente clausura.
Nel parcheggio, tra le solite Volvo scalcagnate, le Toyota usate (ma anche fresche Bmw e Mercedes e Lexus) che segnano tutti i campus della California, sosta uno studio odontoiatrico ambulante, perché neppure carie e nevralgie distolgano tempo dalla missione, mentre terziari laici provvedono a lavare le macchine e una signora turca, proprio turca &amp;ldquo;native&amp;rdquo; specifica il manifesto, offre al personale femminile con qualche prurito &amp;ldquo;lezioni di danza del ventre&amp;rdquo;.
Un mondo autosufficiente, appunto come un convento cistercense. Ora et labora. Et gioca, come vedo, salutandolo da lontano attraverso i vetri del suo piccolissimo e quindi snobissimo ufficio, proprio Sergey Brin, il fondatore. Telefona da una scrivania assediata da un numero assurdo di automobiline radiocomandate sparse sul pavimento in vari stadi di montaggio e smontaggio, con le loro budelline elettroniche sventrate. Il riposo dell&amp;rsquo;ingegnere.
**
Il grande progetto**
Non sono stati i primi, né gli unici, ad avere avuto l&amp;rsquo;idea di riversare nei server, negli armadi elettronici, i libri nel progetto Google Print, come si chiama ufficialmente. Lo fanno già grandi biblioteche universitarie e lo fa la British Library, che ha messo proprio la Bibbia di Gutenberg, conservata nelle proprie teche, in Internet. Lo fanno siti commerciali come la libreria on line amazon. com, che permette la consultazione via computer di estratti dei libri che vende e lo fanno i napoletani dell&amp;rsquo;associazione Liber Liber che nel loro Progetto Manuzio, il grande tipografo di Velletri contemporaneo di Gutenberg, hanno in rete già centinaia di capolavori della pagina stampata, a disposizione gratuita di tutti.
Non sta dunque nell&amp;rsquo;idea di portare in Internet il sogno perduto della biblioteca di Alessandria, della biblioteca Marciana di Venezia, della mitica biblioteca di San Giovanni il Teologo a Patmos, del Beato Renano in Alsazia o delle università arabe dove Ibn Sina e Ibn Rushd, Avicenna e Averroè, studiavano e scrivevano, la mirabile insensatezza dei benedettini googoliani.
È nella scala del progetto, in quella presunzione di assoluto contenuta nella promessa di portare ogni libro mai stampato a portata di qualsiasi computer portatile con un collegamento alla rete. Hybris, superbia da Prometei, mi azzardo a dire e lo sguardo baltico di Marissa si ghiaccia: &amp;ldquo;Noi preferiamo chiamarlo il nostro progetto Luna, il nostro Moonshot, quello che John Kennedy propose nel 1961, senza avere i mezzi, i soldi, la tecnologia per realizzarlo. Si ricorda?&amp;rdquo;. Mi ricordo, io ero già grande &amp;ldquo;Otto anni dopo, il 20 luglio del 1969, Armstrong mise il piede sulla Luna. Era hybris, superbia, anche quella di Kennedy?&amp;rdquo;.
Ma la luna era un passetto da bebè rispetto a questo balzo. &amp;ldquo;Soltanto nella Bibioteca del Congresso a Washington ci sono 12 terabytes da registrare&amp;rdquo;, 12 mila miliardi di caratteri in 28 milioni di libri. E pochi di meno a Manhattan, nella Public Library di New York, nella Harvard di Cambridge, Massachussets, a Oxford, nelle cinque grandi biblioteche già convertite al progetto Babele, un&amp;rsquo;enormità di pagine stampate che, dagli ideogrammi cinesi a Bejing ai kanji Giapponesi, al cirillico, all&amp;rsquo;arabo nessuno può neppure cominciare a quantificare.
I rivali, che hanno visto in neppure sette anni, dal 1998 quando la Google Inc fu creata, risucchiare l&#39;80% di tutte le queries, le ricerche, provenienti dal mondo intero, dicono che questa volta Brin, Page, i loro piccoli wizards, i loro Henry Potter, si romperanno il nasino. Che non ce la faranno a completare questo stunt, questo numero e può darsi che gli invidiosi abbiano ragione e il progetto di ricomporre l&amp;rsquo;albero della conoscenza, sia la loro fine.
Ma la metafora della Luna li sorregge più di quanto le rovine della Torre o la cacciata dall&amp;rsquo;Eden li inquietino. È toccante scoprire che giovanotti neppure nati quando Eagle allunò nel mare della Tranquillità, ancora sentano il richiamo di quella chiamata alle armi senza guerre. Ma come farete a spremere e infiascare nei vostri server tutti i libri del mondo?
&amp;ldquo;Prima di tutto dobbiamo risolvere il problema del copyright, dei diritti degli autori e degli editori. Stiamo assumendo più avvocati che specialisti di informatica, per negoziare con le case editrici in tutto il mondo, dal Giappone agli Stati Uniti. Poi dobbiamo affrontare la difficoltà maggiore, quella di sfogliare le pagine, una per una&amp;rdquo;. Mi racconta che lei e Sergey Brin, uno dei due cofondatori che potrebbe, a 30 anni, incassare il suo primo miliardo di dollari (la domanda pubblica di vendita di azioni è già stata fatta alla Commissione di Borsa, come vuole la legge americana quando sono i grandi azionisti dirigenti a liquidare) e vivere in eterno senza riuscire a spenderli, dopo avere partorito insieme l&amp;rsquo;idea provarono a riversare un libro qualsiasi, comperato in libreria, di 300 pagine nel computer. &amp;ldquo;Facendo una pagina a testa, a mano, dalla copertina alla quarta di copertina, impiegammo quasi un&amp;rsquo;ora&amp;rdquo;.
Dunque, calcolando a braccio, soltanto per smazzare i 28 milioni di libri raccolti alla Library of Congress di Washington, i due impiegherebbero almeno 28 milioni di ore, un milione e 166 mila giorni, tre millenni, secolo più secolo meno. No, così non poteva funzionare, a meno di impiegare milioni di amanuensi e poi nemmeno, perché errare è umano &amp;ldquo;e alla fine ci accorgemmo che nella scannerizzazione delle pagine, cioè nella trasposizione delle parole stampate in caratteri alfanumerici, c&amp;rsquo;era stato il 3% di errore, circa 10 pagine su 300 sbagliate. Inaccettabile&amp;rdquo;.
Ci hanno provato coi robot. Si sono rivolti all&amp;rsquo;Università americana più avanzata nella ricerca robotica, la Carnegie-Mellon di Pittsburgh, perché gli progettassero un automa amanuense. Mi fanno vedere una specie di benedettino meccanico, un ragno capace di sfogliare le pagine, di leggerle e di pomparle poi dentro la memoria dei computer. &amp;ldquo;Non ci siamo ancora&amp;rdquo;, ride Marissa &amp;ldquo;i robot usano ventose per girare le pagine, ma qualche volta la strappavano, non le voltavano per bene, lasciavano pieghe che interferivano con la lettura ottica. Non possiamo correre il rischio di strappare una pagina della Bibbia del 1455 e poi dire, ooops, sorry, adesso la incolliamo con lo scotch tape&amp;rdquo;. No, effettivamente, alla British ci resterebbero male.
&amp;ldquo;Per i libri nuovi, in commercio, la soluzione è quella di strappare le pagine una per una, e passarle su un lettore piatto, tipo fotocopiatrice o fax, ma con i libri fuori stampa o addirittura antichi, non se ne parla. Anche se potessimo farlo, il costo di rimettere poi insieme le pagine e rilegare di nuovo il libro sarebbe proibitivo&amp;rdquo;. Esattamente come nel 1961, quando Kennedy si buttò sulla Luna, c&amp;rsquo;è l&amp;rsquo;idea, ci sono i soldi, ma la tecnologia per realizzarla è ancora da inventare.
Forse per questo, tutto è ancora rigorosamente segreto. Marissa mi dice soltanto che &amp;ldquo;alcune nostre squadre stanno già lavorando in questo momento con biblioteche e bibliotecari, mentre gli avvocati trattano con gli editori per i diritti&amp;rdquo;, una piaga, questa dei legali, che almeno agli architetti della Torre fu risparmiata. Ma non mi vuol dire esattamente dove.
Come tutti i grandi ordini religiosi, i grandi monasteri e Disneyworld, dove tutto sembra dolce e soffice in superficie, ma sotto il saio e sotto il pelouche ci sono segreti e sancta sanctorum, anche Google è un&amp;rsquo;armata soft, ma un&amp;rsquo;armata non di meno. Sa di essere impegnata in una guerra buona (&amp;ldquo;Non fate mai il Male&amp;rdquo; è il motto ultrabuonista dei fondatori, che precede persino George Bush) ma una guerra, contro avversari che ogni secondo di ogni giorno lavorano per portarle via i segreti del successo.
L&amp;rsquo;arma di dominio di massa è il numero delle richieste che 200 milioni di utenti di Internet presentano ogni giorno al sito di Google, con queries, domande che coprono l&amp;rsquo;universo delle curiosità lecite e illecite e, secondo i rating di NetMetrix, rappresentano il 70% del traffico mondiale. Avere nei propri cervelli elettronici l&amp;rsquo;intera memoria bibliografica del mondo promette nuovi e ancora più grandi maree di contatti, oltre a quelli che vedo scorrere incessantemente sui grandi monitor al plasma accesi ovunque dentro le palazzine bianche.
Depurate delle richieste oscene o delle domande di accesso alla galassia del porno Internet, passano sugli schermi richieste in ogni lingua, in cinese e in hindi, in russo, in spagnolo, in italiano. Dall&amp;rsquo;Italia, sanno tempestando Google con domande sulla storia, le dimensioni e le immagini del Partenone. C&amp;rsquo;è qualche scolaro disperato, o qualche genitore premuroso a Varese o a Messina, a Venezia o a Imperia, che sta sudando sangue su una ricerca.
&lt;strong&gt;Le domande del mondo&lt;/strong&gt;
E proprio in quelle domande che corrono a cascata sugli schermi al plasma e divengono raggi luminosi che si sprigionano dal mappamondo virtuale che ruota su un altro monitor per indicare graficamente da dove vengano, e quante siano le queries, c&amp;rsquo;è la dolcezza di questa superbia. Spogliata di tutta la retorica spesso imbonitoria della New Economy, l&amp;rsquo;impresa dei trentenni di Google è il tributo finale del futuro al passato, la pace tra la memoria e la fantascienza.
Carta e silicio, rilegatori e programmatori, si riconciliano nella fatica di questa sfida. &amp;ldquo;Le racconterò come mi è venuta l&amp;rsquo;idea&amp;rdquo;, si scioglie alla fine la signora del Baltico trapiantata sulla Baia di San Francisco. Un giorno, frugando nella classica soffitta, trovai un sussidiario di quinta elementare appartenuto a mio nonno, quando era bambino a Helsinki. Cominciai a leggerlo e poi a cercare gli altri volumi, dalla prima alla quarta, e non c&amp;rsquo;erano più, erano andati persi, o buttati via. Pensai a quanti bambini finlandesi erano cresciuti e si erano formati su quei sillabari e sussidiari, che erano entrati a far parte della loro memoria collettiva e quindi della storia di una nazione, di una cultura, del mondo e che erano andati perduti per sempre. C&amp;rsquo;era un buco, un vuoto, nella nostra storia. Ne parlai con Sergey Brin, uno degli inventori e fondatori - e anche lui, che era andato via dall&amp;rsquo;Unione Sovietica con la sua famiglia quando era ancora alle elementari aveva pensato le stesse cose&amp;quot;.
Dunque ricordare tutto, per non ripetere niente, per non farsi ingannare da chi riempie le fosse delle amnesie con le nuove bugie. Già oggi, Google è diventato un verbo, &amp;ldquo;to google&amp;rdquo;. Se qualcuno vi racconta qualcosa di sospetto, se un politico proclama qualche verità trombonesca, sulle tasse, sulla guerra, sulla storia, &amp;ldquo;google it&amp;rdquo;, andate a verificare. In fondo, dietro le magie dei bit e dei byte, si sente una inespressa e inconfessabile intenzione politica, nel senso più alto della parola. La verità della memoria, che è l&amp;rsquo;antitesi di ogni ideologia. L&amp;rsquo;antidoto definitivo a ogni possibile censura, a ogni falò di libri, a ogni indice.
Nel Mein Kampf, Adolf Hitler scrive che &amp;ldquo;la capacità della masse di comprendere è molto limitata, ma la loro capacità di dimenticare è infinita&amp;rdquo;. Se la pazzia di questi nuovi scalatori della Luna nel loro convento modernista alla fine dell&amp;rsquo;Oceano riuscirà, nessuno potrà più dire che &amp;ldquo;non sapeva&amp;rdquo;.
Nella raccolta di ogni parola mai scritta, di ogni pensiero mai formulato, c&amp;rsquo;è la Bibbia dell&amp;rsquo;uomo, il nuovo peccato imperdonabile della libertà di conoscere. Potrà il Dio geloso di Babele permetterlo?
(23 gennaio 2005)&lt;/p&gt;</description>
    </item>
    <item>
      <title>PostgreSQL 8.0 released</title>
      <link>https://ivandemarino.me/posts/postgresql-8-0-released/</link>
      <pubDate>Thu, 20 Jan 2005 01:32:31 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/postgresql-8-0-released/</guid>
      <description>&lt;p&gt;Il link rimanda al &amp;ldquo;Press Kit&amp;rdquo; in Italiano.
Quì il link in inglese: &lt;a href=&#34;http://www.postgresql.org/about/press/presskit80.html&#34;&gt;http://www.postgresql.org/about/press/presskit80.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Elephant&#34; loading=&#34;lazy&#34; src=&#34;http://www.bimboflap.it/risorse/servizi/coloriamo/B.N/elefante.gif&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;NY, NY: 19 Gennaio 2005 - Il Gruppo di Sviluppo Globale di PostgreSQL ha rilasciato la versione 8.0 del sistema di gestione di basi dati relazionali e ad oggetti PostgreSQL, rinforzando la sua posizione di server di database open source più avanzato al mondo. Questa versione include caratteristiche presenti, in precedenza, solamente sui server di database proprietari e molto costosi, e si prevede un sostanziale aumento nell&amp;rsquo;adozione di PostgreSQL sia da parte degli utenti che dei distributori di software.&lt;/p&gt;</description>
    </item>
    <item>
      <title>H.264: il codec per HD DVD</title>
      <link>https://ivandemarino.me/posts/h-264-il-codec-per-hd-dvd/</link>
      <pubDate>Fri, 14 Jan 2005 23:27:38 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/h-264-il-codec-per-hd-dvd/</guid>
      <description>&lt;p&gt;Il link rimanda al Documento di presentazione di &lt;strong&gt;H.264&lt;/strong&gt; e &lt;strong&gt;Quick Time 7&lt;/strong&gt; di Apple. Se si legge il tutto c&amp;rsquo;é anche un articolo che rimanda ad una notizia veramente notevole: il futuro formato per l&amp;rsquo;HD DVD (High Definition DVD) é stato sviluppato con il supporto di Apple e &lt;ins&gt;l&amp;rsquo;ISO ha scelto il formato Quick Time come &amp;ldquo;package&amp;rdquo; per questo formato&lt;/ins&gt;.&lt;/p&gt;
&lt;p&gt;Ho visto dei filmati sull&amp;rsquo;H.264 e i risultati sono strabilianti: immagini MOOOLTO ma MOOOLTO più nitide di quelle che siamo abituati a vedere nei DVD (che già così ci sembrano di ottima fattura), scalabilità delle immagini estrema, AAC integrato nel Package&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Macworld San Francisco 2005</title>
      <link>https://ivandemarino.me/posts/macworld-san-francisco-2005/</link>
      <pubDate>Thu, 13 Jan 2005 03:08:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/macworld-san-francisco-2005/</guid>
      <description>&lt;p&gt;Così quanto é bella, così é chiusa Apple, questo si sa.
Quello che contraddistingue questa società é la capacità di Produrre prodotti che funzionano: se compro un servizio, di qualunque natura esso sia, PRETENDO che questo faccia ciò che mi é stato promesso. Apple ci riesce. Come tante altre grandi società su questa terra&amp;hellip;&lt;/p&gt;
&lt;p&gt;Tra le novità:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Mac OS X &amp;ldquo;Tiger&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;iLife &amp;lsquo;05&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;iWork (new)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mac Mini (la grande novità, insieme a&amp;hellip;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gentoo Weekly Newsletter: 10 Gennaio 2005</title>
      <link>https://ivandemarino.me/posts/gentoo-weekly-newsletter-10-gennaio-2005/</link>
      <pubDate>Tue, 11 Jan 2005 01:17:26 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/gentoo-weekly-newsletter-10-gennaio-2005/</guid>
      <description>&lt;p&gt;Link alla Newsletter della distribuzione migliore del mondo (ovviamente, a mio parere).
&lt;img alt=&#34;Gentoo Logo&#34; loading=&#34;lazy&#34; src=&#34;http://muttprint.sourceforge.net/pics/gentoo-big.png&#34;&gt;
Quì c&amp;rsquo;é il link alla versione tradotta in italiano: &lt;a href=&#34;http://www.gentoo.org/news/it/gwn/gwn.xml&#34;&gt;http://www.gentoo.org/news/it/gwn/gwn.xml&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bill Gates mostra in anteprima la tecnologia che non funziona...</title>
      <link>https://ivandemarino.me/posts/bill-gates-mostra-in-anteprima-la-tecnologia-che-non-funziona/</link>
      <pubDate>Sun, 09 Jan 2005 15:49:17 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/bill-gates-mostra-in-anteprima-la-tecnologia-che-non-funziona/</guid>
      <description>&lt;p&gt;Una panza di risate:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Gesto altamente consolatorio del boss di Microsoft: se computer, Xbox e Media Center non ubbidiscono neppure ai suoi comandi, possiamo tutti sentirci un po&amp;rsquo; meno imbranati&amp;hellip;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt=&#34;The Future for M$&#34; loading=&#34;lazy&#34; src=&#34;http://www.microsoft.com/athome/images/ces/CES_pageHero1_phase4.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Davvero Gates e soci pensano che passeremo la vita a trasferire video, foto e musica da un televisore all&amp;rsquo;altro, a guardare due programmi contemporaneamente e registrare cataste di video che non avremo mai il tempo di vedere perché siamo troppo presi a lavorare per pagare tutti questi gioielli tecnologici? Davvero l&amp;rsquo;industria dell&amp;rsquo;intrattenimento pensa che vorremo accentrare tutto in unico aggeggio, oltretutto collegato a Internet, con i rischi del caso, così quando si pianta resteremo completamente isolati?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Java is Everywhere...</title>
      <link>https://ivandemarino.me/posts/java-is-everywhere/</link>
      <pubDate>Fri, 07 Jan 2005 19:00:34 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/java-is-everywhere/</guid>
      <description>&lt;p&gt;La gente non stà bene&amp;hellip;
&amp;hellip; però é che cazzo!!! ;-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>MySQL 5.0 Beta</title>
      <link>https://ivandemarino.me/posts/mysql-5-0-beta/</link>
      <pubDate>Fri, 07 Jan 2005 17:24:57 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mysql-5-0-beta/</guid>
      <description>&lt;p&gt;E poi dicono &amp;ldquo;ma perché, PostgreSQL che usi tu é meglio di MySQL???&amp;rdquo;&amp;hellip;
Leggete &lt;a href=&#34;http://www.linuxhelp.it/modules.php?name=News&amp;amp;file=article&amp;amp;sid=2670&#34;&gt;questa news&lt;/a&gt;: trigger e Stored Procedure&amp;hellip; queste sconosciute&amp;hellip; a chi cacchio potevano mai servire???&lt;/p&gt;</description>
    </item>
    <item>
      <title>HL²</title>
      <link>https://ivandemarino.me/posts/hl/</link>
      <pubDate>Thu, 06 Jan 2005 13:49:04 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/hl/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Half Life 2 Zombie&#34; loading=&#34;lazy&#34; src=&#34;http://www.half-life.com/img/conceptart/hl2_conceptart.HeadCrab.gif&#34;&gt;
Secondo me é stato appena ridefinito il concetto di FPS (First Person Shooter):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Grafica da infarto con il Motore Source™&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fisica Super realistica con il &lt;a href=&#34;http://www.havok.com/&#34;&gt;Motore Havok&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Una Trama che mischia sapientemente elementi di Spy-Story, Splatter, Thriller, Horror&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Un ritmo incessante delle vicende che non trova spazio per la noia&amp;hellip; anche nei momenti più lenti&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Una Colonna Sonora da sballo: i momenti di particolare azione sono accompagnate da musiche veramente azzeccate&lt;/p&gt;</description>
    </item>
    <item>
      <title>La verità delle cose...</title>
      <link>https://ivandemarino.me/posts/la-verit-delle-cose/</link>
      <pubDate>Thu, 06 Jan 2005 13:14:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/la-verit-delle-cose/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Panda vs. Ferrari&#34; loading=&#34;lazy&#34; src=&#34;http://www.intellego.info/imgforum/auto.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;;-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>PHP Up-Download Howto...</title>
      <link>https://ivandemarino.me/posts/php-up-download-howto/</link>
      <pubDate>Thu, 06 Jan 2005 02:20:08 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/php-up-download-howto/</guid>
      <description>&lt;p&gt;Come potete notare, ho inserito, per correttezza, il link all&amp;rsquo;how-to nella sua forma originale: io mi domando e dico:&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Ma che cazzo ci vuole a formattare in maniera cristiana un how-to?
Per quanto questo possa essere fatto bene, un documento scritto male non lo legge nessuno (o quasi).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;Io l&amp;rsquo;ho riformattato e ho corretto gli errori di battitura in 20 minuti al massimo.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Titolo:&lt;/em&gt; &lt;strong&gt;Il File system secondo php&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Link/Download:&lt;/em&gt;
&lt;a href=&#34;http://www.mandolinux.org/detro/downloads/FileSystemSecondoPHP.html&#34;&gt;HTML&lt;/a&gt;
&lt;a href=&#34;http://www.mandolinux.org/detro/downloads/FileSystemSecondoPHP.pdf&#34;&gt;PDF&lt;/a&gt;
&lt;a href=&#34;http://www.mandolinux.org/detro/downloads/FileSystemSecondoPHP.sxw&#34;&gt;SXW&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How-To per PostgreSQL su MacOSX</title>
      <link>https://ivandemarino.me/posts/how-to-per-postgresql-su-macosx/</link>
      <pubDate>Wed, 05 Jan 2005 13:52:12 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/how-to-per-postgresql-su-macosx/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;PostgreSQL Logo&#34; loading=&#34;lazy&#34; src=&#34;http://www.postgresql.org/layout/images/feature_elephant.png&#34;&gt;
Chi mi conosce un pochino di più, sa che adoro questo RDBMS (anche se ad alcuni piace di più &amp;ldquo;ORDBMS&amp;rdquo; ;-) ).
Non voglio dilungarmi, internet é stracolma in proposito.
Vi segnalo solo questo &lt;a href=&#34;http://developer.apple.com/internet/opensource/postgres.html&#34;&gt;how-to made in Apple&lt;/a&gt; che guida passo passo alla corretta configurazione di PostgreSQL su una macchina MacOSX.
Ci sono anche degli esempi di interfacciamento con:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;PHP&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Perl&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Python&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Java&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Inoltre, c&amp;rsquo;é un accenno anche a &lt;a href=&#34;http://phppgadmin.sourceforge.net/&#34;&gt;phpPgAdmin&lt;/a&gt;.
In più, il link ad uno scriptino semplice semplice (derivato dal ben più complesso &lt;code&gt;pg_ctl&lt;/code&gt;) per lo S-S-R (Start-Stop-Restart): &lt;a href=&#34;http://www.mandolinux.org/detro/downloads/pg-start-stop.sh&#34;&gt;pg-start-stop.sh&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NeoOffice/J: OpenOffice for MacOSX</title>
      <link>https://ivandemarino.me/posts/neooffice-j-openoffice-for-macosx/</link>
      <pubDate>Wed, 05 Jan 2005 13:33:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/neooffice-j-openoffice-for-macosx/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.neooffice.org/&#34;&gt;Dalla Home Page del progetto&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;12/21/04: NeoOffice/J Goes Beta! After months of testing, NeoOffice/J 1.1 has finally gone Beta.
&amp;hellip;
Welcome to the online home of &amp;ldquo;Neolithic Office&amp;rdquo;, or NeoOffice® for short. NeoOffice the main development project for making OpenOffice.org to run natively on MacOS X. It is a free software port of OpenOffice.org to the MacOS X platform.
Our primary development effort is NeoOffice/J. NeoOffice/J uses a combination of Carbon and Java to make a truly native open source office suite. It has all of the features of OpenOffice.org 1.1 X11 and more! NeoOffice/J features Aqua menus in our alpha release, with more native controls still to come. Stop fussing with X11 and get the real deal today.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alcotel (seconda parte...) -&gt; Alcotek</title>
      <link>https://ivandemarino.me/posts/alcotel-seconda-parte-alcotek/</link>
      <pubDate>Tue, 04 Jan 2005 10:57:49 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/alcotel-seconda-parte-alcotek/</guid>
      <description>&lt;p&gt;Ebbene, la scelta si é rivelata ottima: dall&amp;rsquo;&lt;a href=&#34;http://www.mandolinux.org/detro/2004/11/alcotel-ladsl-che-non-ti-aspetti.html&#34;&gt;ultimo post su Alcotel&lt;/a&gt; ad ora di cose ne sono cambiate, e tutte in meglio.
Prima di tutto, la qualità: ottima (a parte una settimana di paura, che poi si é confermata essere colpa della solita, bastardissima TI&amp;hellip;).
Inoltre, come potete vedere dal Link, Alcotel é diventata Alcotek: a quanto pare le cose vanno bene&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>TFactory (seconda parte)</title>
      <link>https://ivandemarino.me/posts/tfactory-seconda-parte/</link>
      <pubDate>Thu, 18 Nov 2004 01:16:33 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tfactory-seconda-parte/</guid>
      <description>&lt;p&gt;Come avevo anticipato (o no?) ecco il codice della &lt;b&gt;Factory&lt;/b&gt; che carica Classi a &lt;i&gt;Run-Time&lt;/i&gt; (tipo &lt;i&gt;Plug-In&lt;/i&gt;) in &lt;b&gt;C++&lt;/b&gt;.
E&amp;rsquo; anche (indecentemente) commentata, quindi: divertitevi&amp;hellip;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#ifndef &lt;em&gt;TFACTORY_H&lt;/em&gt;&lt;/strong&gt;
#define &lt;em&gt;TFACTORY_H&lt;/em&gt;
#include &amp;ldquo;TFactoryException.h&amp;rdquo;
#include &amp;lt;dlfcn.h&amp;gt; // Libreria &amp;ldquo;Dynamic Lynking Loader&amp;rdquo;&amp;lt;/dlfcn.h&amp;gt;&lt;/p&gt;
&lt;p&gt;/**&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;@class TFactory TFactory.h&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Questa Classe Template ha il compito di @b Istanziare @b a @b Run-Time Classi&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;la cui Dichiarazione e Definizione non e&amp;rsquo; avvenuta a @b Compile-Time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In sostanza, si parla di realizzare un sistema per la gestione&lt;/p&gt;</description>
    </item>
    <item>
      <title>Firefox: Come Back Free</title>
      <link>https://ivandemarino.me/posts/firefox-come-back-free/</link>
      <pubDate>Wed, 17 Nov 2004 23:58:55 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/firefox-come-back-free/</guid>
      <description>&lt;p&gt;Sono un felicissimo e convintissimo utilizzatore di Firefox.
Inutile parlarne bene: internet é ormai piena di articoli che lo esaltano.
Indico solo un paio di link interessanti:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;homepage:&lt;a href=&#34;http://www.mozilla.org/products/firefox/&#34;&gt;http://www.mozilla.org/products/firefox/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;spread Firefox: &lt;a href=&#34;http://www.spreadfirefox.com/&#34;&gt;http://www.spreadfirefox.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;extensions: &lt;a href=&#34;https://update.mozilla.org/extensions/?application=firefox&#34;&gt;https://update.mozilla.org/extensions/?application=firefox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Cercando su questi siti troverete tanto, tantissimo altro materiale, gadgets, temi per rendere l&amp;rsquo;esperienza &amp;ldquo;web&amp;rdquo; ancora migliore: direi che é ora di buttare nel CESSO Explorer. :-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alcotel: l&#39;ADSL che non ti aspetti...</title>
      <link>https://ivandemarino.me/posts/alcotel-l-adsl-che-non-ti-aspetti/</link>
      <pubDate>Wed, 17 Nov 2004 23:40:11 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/alcotel-l-adsl-che-non-ti-aspetti/</guid>
      <description>&lt;p&gt;Oggi é stato finalmente attivato il mio nuovo abbonamento: &lt;strong&gt;Revolution.&lt;/strong&gt;
Mi sono abbonato per un anno.
Prezzo??? &lt;strong&gt;240 euro&lt;/strong&gt;, iva INCLUSA.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;640kb in down.&lt;/li&gt;
&lt;li&gt;256kb in up.&lt;/li&gt;
&lt;li&gt;20 kb garantiti.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Presto ci sarà una nuova offerta: &lt;strong&gt;Mega Revolution&lt;/strong&gt;. Con 50 euro (!!!) in più, down a 1280kb.
Speriamo risulti un buon investimento.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TFactory (anche detta ClassForSO): caricare una classe da file a Run-Time in C&#43;&#43;...</title>
      <link>https://ivandemarino.me/posts/tfactory-t-anche-detta-classforso-caricare-una-classe-da-file-a-run-time-in-c/</link>
      <pubDate>Tue, 16 Nov 2004 11:15:23 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/tfactory-t-anche-detta-classforso-caricare-una-classe-da-file-a-run-time-in-c/</guid>
      <description>&lt;p&gt;L&amp;rsquo;idea mi é venuta durante lo sviluppo di &lt;a href=&#34;http://www.mandolinux.org/MGS/&#34;&gt;&lt;strong&gt;MGS&lt;/strong&gt;&lt;/a&gt;: sapevo che alcuni miei colleghi (&lt;strong&gt;SbatMan&lt;/strong&gt;, &lt;strong&gt;o&amp;rsquo;Troll&lt;/strong&gt;, &lt;strong&gt;Sax&lt;/strong&gt;) avevano fatto una cosa in questa direzione per il loro progetto di OOP.
In particolare loro avevano realizzato una &lt;code&gt;*Template Factory***typedef**&lt;/code&gt; obbligatori per gestire gli handler delle SO) che una Classe che si voleva istanziare a Run-Time doveva rispettare: ho eliminato il tutto approfondendo un pò l&amp;rsquo;argomento:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;# man dlsym
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Avendo studiato il loro codice per benino (come fanno i programmatori seri&amp;hellip;;-)), il risultato é stato una leggera trasformazione del Template che ora permette di:&lt;/p&gt;</description>
    </item>
    <item>
      <title>MGS - Il mio progetto per il corso di OOP</title>
      <link>https://ivandemarino.me/posts/mgs-il-mio-progetto-per-il-corso-di-oop/</link>
      <pubDate>Tue, 16 Nov 2004 11:04:46 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/mgs-il-mio-progetto-per-il-corso-di-oop/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.mandolinux.org/MGS/&#34;&gt;&lt;strong&gt;MGS&lt;/strong&gt;&lt;/a&gt; significa &amp;ldquo;&lt;strong&gt;Multithreaded Game Server&lt;/strong&gt;&amp;rdquo; ed é il progetto che stò curando per il corso di OOP.
Lo stò sviluppando sfruttando per l&amp;rsquo;aspetto Multithreading la libreria &lt;a href=&#34;http://www.gnu.org/software/commoncpp/&#34;&gt;GNU Common C++ 2&lt;/a&gt;: questa libreria si pone come scopo lo sviluppo di un &amp;ldquo;piccolo&amp;rdquo; framework per completare ciò che manca al C++ (secondo me ci vorrebbe qualcosa più simile alle QT&amp;hellip; ma ci accontentiamo ;-) )&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Si, ma cos&amp;rsquo;é MGS?&lt;/em&gt;
Il nome penso faccia già capire: é un Server che permette a persone che vi si connettono di partecipare a dei &amp;ldquo;&lt;strong&gt;Game&lt;/strong&gt;&amp;rdquo;. E&amp;rsquo; sufficiente l&amp;rsquo;uso di un semplice TelNet:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Imparare un nuovo linguaggio...</title>
      <link>https://ivandemarino.me/posts/imparare-un-nuovo-linguaggio/</link>
      <pubDate>Mon, 15 Nov 2004 22:05:27 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/imparare-un-nuovo-linguaggio/</guid>
      <description>&lt;p&gt;&lt;strong&gt;metodo&lt;/strong&gt;, soprattutto quando sei uno studente universitario non più &amp;ldquo;matricola&amp;rdquo;: non possono bastare le slides del prof. per capire una grammatica ed imparare ad usarla.
Non sono nemmeno sufficienti poche ore di esercitazione.
Ci vogliono:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Thread&lt;/strong&gt;, &lt;strong&gt;divisione dei compiti&lt;/strong&gt;, &lt;strong&gt;ADT&lt;/strong&gt;&amp;hellip; non possono e non devono mancare. Se a questo aggiungiamo che, nel caso particolare, si tratta di &lt;em&gt;C++&lt;/em&gt;&amp;hellip; é un tutto dire.
Forse parlare così non mi rende popolare&amp;hellip; ma ci sono cose che non credo possano essere ignorate da una persona che intende laurearsi come &amp;ldquo;&lt;em&gt;Dottore in Informatica&lt;/em&gt;&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>IL mio nuovo Blogger / My new Blogger</title>
      <link>https://ivandemarino.me/posts/il-mio-nuovo-blogger-my-new-blogger/</link>
      <pubDate>Mon, 15 Nov 2004 21:47:36 +0000</pubDate><author>detronizator&#43;blog@gmail.com (Ivan De Marino, aka &#34;Zio Ivan&#34;, aka &#34;detro&#34;)</author>
      <guid>https://ivandemarino.me/posts/il-mio-nuovo-blogger-my-new-blogger/</guid>
      <description>&lt;p&gt;Grazie a &lt;a href=&#34;http://www.google.it/&#34;&gt;Google&lt;/a&gt; e &lt;a href=&#34;http://www.blogger.com/&#34;&gt;Blogger&lt;/a&gt; inizierò a pubblicare tutto quanto mi interessi.
E&amp;rsquo; un esperimento&amp;hellip; speriamo si riveli fruttifero.
Un saluto. &lt;a href=&#34;http://www.blogger.com/&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
