<?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>Macosx on Zio Ivan</title>
    <link>https://ivandemarino.me/tags/macosx/</link>
    <description>Recent content in Macosx on Zio Ivan</description>
    <generator>Hugo</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>Sun, 20 Apr 2008 23:04:06 +0000</lastBuildDate>
    <atom:link href="https://ivandemarino.me/tags/macosx/index.xml" rel="self" type="application/rss+xml" />
    <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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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 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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>
  </channel>
</rss>
