 <?xml-stylesheet type="text/css" href="https://old.dandandin.net/Data/style/rss1.css" ?> <?xml-stylesheet type="text/xsl" href="https://old.dandandin.net/Data/style/rss1.xsl" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
  <channel>
    <title>Dandandin.net - Blog</title>
    <link>https://old.dandandin.net/home.aspx</link>
    <description />
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>mojoPortal Blog Module</generator>
    <language>en-US</language>
    <ttl>60</ttl>
    <atom:link href="https://old.dandandin.net/Blog/RSS.aspx?p=1~2~12&amp;r=09ce70e8-05b9-48e2-979c-630e15e40680" rel="self" type="application/rss+xml" />
    <itunes:owner />
    <itunes:explicit>no</itunes:explicit>
    <item>
      <title>Another reason to hate Apple</title>
      <description><![CDATA[<p style="text-align: justify;">If you remember, <a href="http://www.dandandin.net/the-least-professional-way-to-shutdown-a-service" target="_blank">in August</a> I lost four years of notes because, with just 30 days warning, when I was in holiday, and WITHOUT SENDING AN EMAIL TO THEIR CUSTOMERS, Catch shutdown their service.</p>

<p style="text-align: justify;">Now, we get to know that they shutdown because <a href="http://allthingsd.com/20131223/apple-did-indeed-acquire-broadmap-and-catch-earlier-this-year/" target="_blank">acquired by Apple</a>, and probably they were too busy counting their millions to send a warning to their customers. Bastards.</p>
<br /><a href='https://old.dandandin.net/another-reason-to-hate-apple'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/another-reason-to-hate-apple'>...</a>]]></description>
      <link>https://old.dandandin.net/another-reason-to-hate-apple</link>
      <comments>https://old.dandandin.net/another-reason-to-hate-apple</comments>
      <guid isPermaLink="true">https://old.dandandin.net/another-reason-to-hate-apple</guid>
      <pubDate>Mon, 30 Dec 2013 16:44:00 GMT</pubDate>
    </item>
    <item>
      <title>Configure Windows clock to work better with OS X or Linux</title>
      <description><![CDATA[<p>All computers have an internal clock on the motherboard. The clock is very simple and has no support for time zones.</p>

<p>Windows assumes that it's the local time. If it's 12:30, it assumes that it's 12:30 in your time zone.</p>

<p>The rest of the operating systems instead assumes that the time is in <a href="http://en.wikipedia.org/wiki/Coordinated_Universal_Time">Coordinated Universal Time</a>, which is definitely a much better choice: knowing that this is a standard, is a breeze to change time zone or daylight saving time change.</p>

<p>For example, if you have two Windows on the same computer, both have no way of knowing whether the DST is set, then would both change the time for DST, causing endless problems. However, if the base is UTC time, there is no way to be wrong; = UTC +2 Daylight Saving Time, Standard Time = UTC +1</p>

<p>So, we set Windows to use UTC as the time base:</p>

<p>We can create a new text file with Notepad and write this text:</p>

<blockquote>
<pre>
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
â€œRealTimeIsUniversalâ€=dword:00000001</pre>
</blockquote>

<p>after saving, change the file extension to. reg and run it. That's it!</p>

<p>Or you can use Regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation and create a new 32 bit DWORD entry called RealTimeIsUniversal and set it to 1</p>

<p>Otherwise, you can <a href="http://static.serverland.it/dandandin.it/files/2011/utc.zip">download the REG file</a> that I created for you <img alt="" src="http://static.serverland.it/dandandin.it/img/smiley/wink_smile.gif" /></p>
<br /><a href='https://old.dandandin.net/configure-windows-clock-to-work-better-with-os-x-or-linux'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/configure-windows-clock-to-work-better-with-os-x-or-linux'>...</a>]]></description>
      <link>https://old.dandandin.net/configure-windows-clock-to-work-better-with-os-x-or-linux</link>
      <comments>https://old.dandandin.net/configure-windows-clock-to-work-better-with-os-x-or-linux</comments>
      <guid isPermaLink="true">https://old.dandandin.net/configure-windows-clock-to-work-better-with-os-x-or-linux</guid>
      <pubDate>Thu, 26 Sep 2013 17:20:00 GMT</pubDate>
    </item>
    <item>
      <title>iMovie reduces the quality of the video</title>
      <description><![CDATA[<p>I did some shooting in HD and I edited it with ease with iMovie '11.</p>

<p>Once I edited my video, I exported it and I was shocked: lots of compression artifacts, terrible to watch in HD! In the shadows, the faces of people, there were those huge ugly pixels.</p>

<p>How the hell is this possible??</p>

<p>I went immediately to see the original recordings, and those artifacts were not present. So I went to see the files that iMovie creates as intermediaries for faster processing, and those were perfect.</p>

<p>So, I think, I've chosen a low compression bitrate. I choose an absurdly high bitrate and I got with a 1 gigabyte-per-minute video. With the usual compression artifacts. <img alt="" src="http://static.serverland.it/dandandin.it/img/smiley/whatchutalkingabout_smile.gif" /></p>

<p>Out of curiosity I import the project in Final Cut Pro X, and export it <b>with the same settings</b></p>

<p>I get a small file, <b>without those ugly compression artifacts</b>.</p>

<p>Here is a comparison of the same frame with the same export settings from iMovie and Final Cut Pro X:</p>

<p style="text-align: center;"><img alt="" height="322" src="http://static.serverland.it/dandandin.it/img/blog/2011/confrontofcp.jpg" width="550" /></p>

<p style="text-align: center;"><a href="http://www.youtube.com/watch?v=LvF1WURLb9U">Here</a> is the original  video</p>

<p style="text-align: left;">My conclusion is that iMovie <b>intentionally reduces</b> the quality of exported video to avoid a professional use...</p>
<br /><a href='https://old.dandandin.net/imovie-reduces-the-quality-of-the-video'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/imovie-reduces-the-quality-of-the-video'>...</a>]]></description>
      <link>https://old.dandandin.net/imovie-reduces-the-quality-of-the-video</link>
      <comments>https://old.dandandin.net/imovie-reduces-the-quality-of-the-video</comments>
      <guid isPermaLink="true">https://old.dandandin.net/imovie-reduces-the-quality-of-the-video</guid>
      <pubDate>Wed, 25 Sep 2013 16:11:00 GMT</pubDate>
    </item>
    <item>
      <title>Be careful about iMessage for Android</title>
      <description><![CDATA[<p><img alt="" src="http://static.serverland.it/dandandin.it/img/blog/2013/imessage.jpg" style="float: right;" /></p>

<p>A few days ago in Google Play appeared&nbsp;<a href="https://play.google.com/store/apps/details?id=com.huluwa.imessage" target="_blank">iMessage for Android</a>.</p>

<p>It's not a fake app, it actually works: the problem is <strong>how it works</strong>.</p>

<p style="text-align: justify;">Since Apple doesn't allow chat between other brands' devices, messages are sent to a Mac Mini located in China, and then sent to the final destination.</p>

<p style="text-align: justify;">The app is free and doesn't show any ads. They don't have a way to make money from this app, yet this "Daniel Zweigart" pays at least $100/month to house his Mac Mini in an internet datacenter: how he could pay for it?</p>

<p style="text-align: justify;">There are two ways:</p>

<ol>
	<li style="text-align: justify;">he is a philantropist and does it for the glory</li>
	<li style="text-align: justify;">it's a smart way to steal your Apple ID</li>
</ol>

<p style="text-align: justify;">Now, if your Apple ID, is "fake" like mine, registered without a credit card just for downloading the free single of the week from iTunes, there are no problems.</p>

<p style="text-align: justify;">If your Apple ID is real, stealing the password leads to problems like those:</p>

<ul>
	<li style="text-align: justify;">They can buy apps for thousands of dollars, especially if those apps are made by their "friends"</li>
	<li style="text-align: justify;">They can see all your iPhone photos</li>
	<li style="text-align: justify;">They can block your iPhone just for fun, making a nice $600 decoration for your shelf</li>
	<li style="text-align: justify;">They can reset your iPhone, losing all your data</li>
	<li style="text-align: justify;">They can delete all your data from your Mac, as happened to that Wired journalist who lost years of personal photos</li>
	<li style="text-align: justify;">They can see your passwords if you were crazy enough to sync the keychain on the cloud</li>
	<li style="text-align: justify;">They can see your iWork documents, if you saved on the cloud</li>
	<li style="text-align: justify;">They can send spam to your iMessage friends</li>
	<li style="text-align: justify;">They can impersonate yourself and scam your iMessage friends</li>
	<li style="text-align: justify;">and so on...</li>
</ul>

<p style="text-align: justify;">&nbsp;</p>

<p style="text-align: justify;">Ps: works perfectly on BlackBerry 10, but it's not available on BlackBerry World. If you want to download it, connect your Google Play account on barinstall.com</p>
<br /><a href='https://old.dandandin.net/be-careful-about-imessage-for-android'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/be-careful-about-imessage-for-android'>...</a>]]></description>
      <link>https://old.dandandin.net/be-careful-about-imessage-for-android</link>
      <comments>https://old.dandandin.net/be-careful-about-imessage-for-android</comments>
      <guid isPermaLink="true">https://old.dandandin.net/be-careful-about-imessage-for-android</guid>
      <pubDate>Tue, 24 Sep 2013 12:39:00 GMT</pubDate>
    </item>
    <item>
      <title>What if OS X 10.9 won't exist?</title>
      <description><![CDATA[<p style="text-align: justify;"><img alt="" src="http://static.serverland.it/dandandin.it/img/blog/2013/x.png" style="width: 405px; height: 263px; float: right; margin: 10px;" />In a few hours the Apple WWDC, the annual developer conference will start.</p>

<p style="text-align: justify;">Will be anounced iOS 7, maybe an iPhone 6 or 5S, but my eye got hit by this banner.</p>

<p style="text-align: justify;">It just says: "X"</p>

<p style="text-align: justify;">No 10.9, no other felins , just a wave.</p>

<p style="text-align: justify;">In my opinion, since all the felins name are ran out (they can't name it "Cat", after having it named "Tiger", "Lion", "Panther"), what will happen is a "perpetual version" of OS X, called just "X".</p>

<p style="text-align: justify;">No annual updates, new features will gradually appear.</p>

<p style="text-align: justify;">"But in this way they won't make money by selling the operating system!", you might say.</p>

<p style="text-align: justify;">No problem, just ask the marketing department to think some dumb reasons to block old Macs, like they just did with the 2007 Mac Pro ($8000): it can't run OS X 10.8 officially, or with 2006 iMac that even can't run OS X 10.7. In this way, instead having people buying a $20 annual upgrade, they have to buy a new $1500 Mac every 4-5 years.</p>

<p style="text-align: justify;"><strong>Update:</strong></p>

<p style="text-align: justify;">My prediction was wrong, it was announced OS X 10.9 Mavericks. Yet we don't know price and which models are supported.</p>
<br /><a href='https://old.dandandin.net/what-if-os-x-109-wont-exist'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/what-if-os-x-109-wont-exist'>...</a>]]></description>
      <link>https://old.dandandin.net/what-if-os-x-109-wont-exist</link>
      <comments>https://old.dandandin.net/what-if-os-x-109-wont-exist</comments>
      <guid isPermaLink="true">https://old.dandandin.net/what-if-os-x-109-wont-exist</guid>
      <pubDate>Mon, 10 Jun 2013 12:52:00 GMT</pubDate>
    </item>
    <item>
      <title>CriOS</title>
      <description><![CDATA[<p>Analyzing the access logs on my web server I found a new browser: CriOS.</p>
<p>In the beginning I thought it was some exotic operating system or some crawling bot, seeing that it had a very low share... then I discovered the truth: it's <strong>C</strong>h<strong>r</strong>ome for <strong>iOS</strong>!</p>
<p>In fact, the user of Chrome for iOS is:</p>
<pre>
Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en)
AppleWebKit/534.46.0 (KHTML, like Gecko) <strong>CriOS</strong>/19.0.1084.60
Mobile/9B206 Safari/7534.48.3</pre><br /><a href='https://old.dandandin.net/crios'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/crios'>...</a>]]></description>
      <link>https://old.dandandin.net/crios</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/crios</comments>
      <guid isPermaLink="true">https://old.dandandin.net/crios</guid>
      <pubDate>Mon, 21 Jan 2013 23:39:00 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft uses Apple iLife for an advertising</title>
      <description><![CDATA[<p style="text-align: justify;">Microsoft has done a video to show their new Xbox Live games on Windows. Here it is:</p>
<p style="text-align: center;"><iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/2ZPfrRxQ-k0" width="560"></iframe></p>
<p style="text-align: justify;">While I was watching it, the music was familiar... I already heard it dozens of time while I was editing one of my videos... do they use a&#160;<a href="http://incompetech.com/">Kevin MacLeod</a>&#160;track? No, the track is short, they had to repeat it (poorly placing it, you can hear the overlap). No, I can't believe it! They used THAT jingle!</p>
<p style="text-align: justify;">Yes, it is! They used the Apple iMovie audio library, this file:&#160;<kbd>/Library/Audio/Apple Loops/Apple/iLife Sound Effects/Jingles/Half Dome Long.caf</kbd>! (<a href="http://www.youtube.com/watch?v=8LCUGzIps50">Listen and compare</a>)</p>
<p style="text-align: justify;">An accidentally way to confirm the fact that there isn't a single decent video editing software on Windows... (for me Adobe is dead, after what they did to me last month... but I will talk about this another time)</p><br /><a href='https://old.dandandin.net/microsoft-uses-apple-ilife-for-an-advertising'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/microsoft-uses-apple-ilife-for-an-advertising'>...</a>]]></description>
      <link>https://old.dandandin.net/microsoft-uses-apple-ilife-for-an-advertising</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/microsoft-uses-apple-ilife-for-an-advertising</comments>
      <guid isPermaLink="true">https://old.dandandin.net/microsoft-uses-apple-ilife-for-an-advertising</guid>
      <pubDate>Wed, 16 Jan 2013 23:06:00 GMT</pubDate>
    </item>
    <item>
      <title>How to manage duplicates in iTunes 11?</title>
      <description><![CDATA[<p style="text-align: justify;">As you might know, Apple updated iTunes, making it simpler, and removing a lot of useful features, like the "find duplicates" menu.</p>
<p style="text-align: justify;">There is a rumor that says that they will add it back soon, but I think they removed for another reason: the duplicates are found and removed automatically.(Unfortunately just from the library, but not from the hard disk). Here are my findings.</p>
<p style="text-align: justify;">Using <a href="http://www.hardcoded.net/dupeguru_me/">dupeGuru</a> I found about 160 duplicates, but, none of them can be found in iTunes, even if they are in the hard drive.</p>
<p style="text-align: justify;">Look: I have two identical copies of the same song on my hdd (same artist, same bitrate, same duration, different album), but when I search it in iTunes I can't find it.</p>
<p style="text-align: center;"><img width="550" height="398" src="http://static.serverland.it/dandandin.it/img/blog/2012/hides.jpg" alt="" /></p>
<p style="text-align: justify;">It looks like iTunes found duplicated songs and removed them from the library (without removing them from the hard drive, though).</p>
<p style="text-align: justify;">Maybe that's why tools that scan the iTunes library file won't find duplicates, while tools that ignore the library file and scan the folder will find a lot of them. I arrived to the conclusion that iTunes will "hide" songs if it thinks that it's an <b>exac</b>t duplicate.</p>
<p style="text-align: justify;">More proof. I got two identical songs from iTunes Store in 2010 (The same song in two different albums) One of them is on the HDD but can't be found in iTunes</p>
<p style="text-align: center;"><img width="549" height="466" src="http://static.serverland.it/dandandin.it/img/blog/2012/dupe.jpg" alt="" /></p>
<p style="text-align: center;">Or, again:</p>
<p style="text-align: center;"><img width="550" height="379" alt="" src="http://static.serverland.it/dandandin.it/img/blog/2012/again.jpg" /></p>
<p style="text-align: center;">But, when there are too many differences, like 1 second in duration, or an "Ã " that become an "a", the entry is kept:</p>
<p style="text-align: center;"><img width="550" height="207" alt="" src="http://static.serverland.it/dandandin.it/img/blog/2012/but.jpg" /></p>
<p style="text-align: justify;">That's why Apple "removed" the "find duplicates" menu: it's done  silently and automatically - no need to search for them. (Though, the  file gets "lost" in the HDD, wasting space...)</p><br /><a href='https://old.dandandin.net/how-to-manage-duplicates-in-itunes-11'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/how-to-manage-duplicates-in-itunes-11'>...</a>]]></description>
      <link>https://old.dandandin.net/how-to-manage-duplicates-in-itunes-11</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/how-to-manage-duplicates-in-itunes-11</comments>
      <guid isPermaLink="true">https://old.dandandin.net/how-to-manage-duplicates-in-itunes-11</guid>
      <pubDate>Fri, 07 Dec 2012 22:22:00 GMT</pubDate>
    </item>
    <item>
      <title>Achievement Unlocked template for Final Cut Pro X</title>
      <description><![CDATA[<p style="text-align: justify; ">Yesterday I was making a video, showing Sony, Capcom, SEGA, Tomy, etc.. addresses, so I thought it would be funny if I added a small title "Achievement Unlocked" once I shown the address on the map.</p>
<p>I made a title template to be used with Final Cut Pro X.&#160;</p>
<p>You can see an example of its use <a href="http://youtu.be/509wQGExnHk?t=9m26s">in this video</a>.</p>
<p style="text-align: justify; ">Unfortunately, there is a little problem. It looks like it's not possible to insert sound effects in a Final Cut Pro X title or generator, so you should insert the Achievement Unlocked "ding" manually. The mp3 is included in the zip, you just have to insert when the title is displayed.</p>
<h5 style="text-align: center; "><a href="http://static.serverland.it/dandandin.it/files/2011/achievementget.zip">Download it now</a></h5>
<p>Copy it &#160;in /Users/yourname/Movies/Motion Templates.localized/Titles.localized</p>
<p>For a better effect you should use the font used by Microsoft in the XBOX: Convection Regular. There are two ways to get it. One is <a href="http://www.ascenderfonts.com/font/convection-regular.aspx">buy it for $49</a>. The other way is...</p><br /><a href='https://old.dandandin.net/achievement-unlocked-template-for-final-cut-pro-x'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/achievement-unlocked-template-for-final-cut-pro-x'>...</a>]]></description>
      <link>https://old.dandandin.net/achievement-unlocked-template-for-final-cut-pro-x</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/achievement-unlocked-template-for-final-cut-pro-x</comments>
      <guid isPermaLink="true">https://old.dandandin.net/achievement-unlocked-template-for-final-cut-pro-x</guid>
      <pubDate>Wed, 29 Aug 2012 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft puts Windows Phone in a corner</title>
      <description><![CDATA[<p>A while ago, Microsoft released Halo Waypoint, an app to follow the latest news from the Halo World.</p>
<p>For promoting it, they placed on the <a href="http://halo.xbox.com/en-us/Atlas">official website</a> this image (already replaced):</p>
<p style="text-align: center;"><img alt="" src="http://static.serverland.it/dandandin.it/img/blog/2012/haloatlas1.jpg" style="width: 550px; height: 296px;" /></p>
<p>I don't know what you think about it, but I find it very hilarious!</p>
<p>Have you ever seen a company that places their own phone with competitors phones, keeping it in a corner, half hidden, maybe too shy for a direct match, with the competitor names written in a BIG WHITE font, and their "Windows Phone 7" in grey, much smaller, as a remind to its lesser success??</p>
<p>Of course, after that someone let them know the problem, they switched the image with an inverted one, but it's still a big gaffe.</p>
<p>I'll continue to criticize: when the Nokia Lumia 900 was launched, there were rumours about the upgrade path to Windows Phone 8. Current devices won't be upgradable, the rumor said.</p>
<p>Of course if it was true, the sales of the Nokia Lumia would have been hurted a lot, so, Microsoft promptly denied the rumour, promising the upgrade.</p>
<p>What happened last week? Windows Phone 8 was announced and the upgrade won't be available.</p>
<p>A great way to thank faithful customers, right?</p><br /><a href='https://old.dandandin.net/microsoft-puts-windows-phone-in-a-corner'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/microsoft-puts-windows-phone-in-a-corner'>...</a>]]></description>
      <link>https://old.dandandin.net/microsoft-puts-windows-phone-in-a-corner</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/microsoft-puts-windows-phone-in-a-corner</comments>
      <guid isPermaLink="true">https://old.dandandin.net/microsoft-puts-windows-phone-in-a-corner</guid>
      <pubDate>Fri, 29 Jun 2012 10:33:00 GMT</pubDate>
    </item>
    <item>
      <title>Analyze data with closed eyes</title>
      <description><![CDATA[<p>I just read an article that says: <a href="http://www.macrumors.com/2012/06/07/ios-continues-to-hold-significant-lead-over-android-in-developer-interest/">developers like iOS more than Android</a>. The proof is given by Flurry, a plugin to analyze the user behaviour in apps. According to them, there are much more iOS apps <i>that use Flurry</i> than Android apps.</p>
<p>Ok, but this data is <b>only about apps that use Flurry</b>.</p>
<p>If an app doesn't spy the user behaviour with it, does not count!</p>
<p>And then, <strong>it's possible to directly use Google Analytics</strong> in Android apps, why I should use Flurry?</p>
<p>Moral: beware of stats published by an Apple fanboy, the data has been analyzed with closed eyes.</p><br /><a href='https://old.dandandin.net/analyze-data-with-closed-eyes'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/analyze-data-with-closed-eyes'>...</a>]]></description>
      <link>https://old.dandandin.net/analyze-data-with-closed-eyes</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/analyze-data-with-closed-eyes</comments>
      <guid isPermaLink="true">https://old.dandandin.net/analyze-data-with-closed-eyes</guid>
      <pubDate>Fri, 08 Jun 2012 18:19:00 GMT</pubDate>
    </item>
    <item>
      <title>Apple is a company that hates customers</title>
      <description><![CDATA[<p>As an mp3 player I use an iPod touch. The first accessory that I lost it's the genuine charger, hence I bought another one. No, I bought two of them, because the first one made the device say "unsupported charger".</p>
<p>Of course, I bought a generic one, since it's ridiculous that a white plastic slab with 30 cents of electronics inside is sold for 30 euro.</p>
<p>Sunday I had the great idea to update the OS to iOS 5 and I was really amused to discover that <b><u>EVERY</u></b> USB battery charger of mine won't work anymore, including <i>quality ones</i>, from HP and BlackBerry.</p>
<p>What would have happened if any other electronics company behaved in the same way? If for example Samsung after an update did the same??? Everyone would have got angry and nobody would have ever bought a phone from them!</p>
<p>Why they should inhibit the usage of generic chargers? What are they waiting to place a standard micro usb connector as every other brand in the world is doing? Isn't much more convenient have a charger in the bedroon, one on the table, one at work and one in the car? Or we just have to be satisfied with the bundled charger?</p><br /><a href='https://old.dandandin.net/apple-is-a-company-that-hates-customers'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/apple-is-a-company-that-hates-customers'>...</a>]]></description>
      <link>https://old.dandandin.net/apple-is-a-company-that-hates-customers</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/apple-is-a-company-that-hates-customers</comments>
      <guid isPermaLink="true">https://old.dandandin.net/apple-is-a-company-that-hates-customers</guid>
      <pubDate>Wed, 30 May 2012 15:23:00 GMT</pubDate>
    </item>
    <item>
      <title>Is Apple thinking to a slimmer dock connector?</title>
      <description><![CDATA[<p>All Apple fan-sites are publishing that there is in the works new connector for the iPhone, slimmer and with <i>new useful features</i> like Thunderbolt.</p>
<p>Reading this story makes me wonder: what is the point to use a special connector instead of using the micro usb, (which can also bring HDMI signals, with MHL) that it's a standard, it's cheaper, it's used by the rest of the world, and it's required to use in the European community??</p>
<p>Option A: in this way they can sell for <a href="http://store.apple.com/us/product/MA591G/B?fnode=MTY1NDAzOQ">20 bucks</a> the data cable (real price: $1)</p>
<p>Option B: in this way they can sell for <a href="http://store.apple.com/it/product/MC596ZM/B?fnode=MTY1NDAzOQ">30 bucks</a> the plastic dock with no electronic parts inside and which still requires the $20 data cable to work (probably the beautiful box it's more expensive to make than the dock)</p>
<p>Option C: in this way they can make millions with the "made per iPhone" certified accessories, like radios and so on</p>
<p>Option D: in this way they can make millions selling another adapter to who already owns the dock connector accessories</p>
<p>Option E: all the other options</p><br /><a href='https://old.dandandin.net/is-apple-thinking-to-a-slimmer-dock-connector'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/is-apple-thinking-to-a-slimmer-dock-connector'>...</a>]]></description>
      <link>https://old.dandandin.net/is-apple-thinking-to-a-slimmer-dock-connector</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/is-apple-thinking-to-a-slimmer-dock-connector</comments>
      <guid isPermaLink="true">https://old.dandandin.net/is-apple-thinking-to-a-slimmer-dock-connector</guid>
      <pubDate>Fri, 24 Feb 2012 09:42:00 GMT</pubDate>
    </item>
    <item>
      <title>Mattel Apptivity, the funnest way to break your iPad</title>
      <description><![CDATA[<p>Are you one of those that, having got a new iPad, are eager to see the screen with heavy scratches, scuffs or even get it broken?</p>
<p>Thanks to the new&#160;<a href="http://www.engadget.com/2012/02/10/mattel-apptivity-hands-on-video/">Mattel Apptivity</a>&#160;toys, your dream can become true! (video in the link)</p>
<p>Those toys have contact points on the back, to interact with some games, so by placing an Hot Wheels car on the screen it will be posible to drive it, or slice fruits in Fruit Ninja, or eat om-nom candies in Cut the Rope; or crush your opponents in a Wrestling match by hitting the screen with the bundled figure.</p>
<p>Letting play a kid with a toy car on a 600 bucks screen looks like an AWESOME idea, I wonder why nobody ever thought about it&#160;<img height="24" width="24" alt="" src="http://static.serverland.it/dandandin.it/img/smiley/23.gif" /></p><br /><a href='https://old.dandandin.net/mattel-apptivity-the-funnest-way-to-break-your-ipad'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/mattel-apptivity-the-funnest-way-to-break-your-ipad'>...</a>]]></description>
      <link>https://old.dandandin.net/mattel-apptivity-the-funnest-way-to-break-your-ipad</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/mattel-apptivity-the-funnest-way-to-break-your-ipad</comments>
      <guid isPermaLink="true">https://old.dandandin.net/mattel-apptivity-the-funnest-way-to-break-your-ipad</guid>
      <pubDate>Sun, 12 Feb 2012 20:25:00 GMT</pubDate>
    </item>
    <item>
      <title>100 reasons to NOT use Parallels</title>
      <description><![CDATA[<p>Yesterday afternoon I installed the trial version of Parallels to test the vaunted virtualization feature of the Boot Camp partition, ie: use the real version of Windows inside a window in OS X. I was surprised at how, in the beginning, everything was running fine; even if the partition was not a real Windows Boot Camp partition, but a common PC disk, everything seemed to work perfectly.</p>
<p>Then I decided to restart to Windows, and I noticed the first odd thing: instead of the Windows 7 boot animation, there was the Windows Vista one ... what???</p>
<p>Is that possible??</p>
<p>I open Chrome to look for some solution on the internet and here is the second horror that I see: the taskbar is no longer visible. Parallels had changed some setting to not to keep it on top. Probably they did it to give Windows programs a nicer look under OS X, but now Windows is unusable, not to mention that Windows 7 does not have that setting anymore, and can not restore it to its original state (unless you use an unofficial patch).</p>
<p>As angry as an hungry monkey, I continued to search a solution to restore the Windows 7 animation instead of the Vista one. It seems to happen when the bootloader does not have a default language setting. Just type in as an administrator:</p>
<blockquote> bcdboot %WinDir% /l it-IT </blockquote>
<p>and it should work! It should, because iI get an error that "Windows can not find a Windows installation". What? In fact, from the control panel, in the boot options, there is no operating system!</p>
<p>Enraged like a gorilla, I immediately uninstall the Parallels Tools, but on reboot I still get see the same problem. So, I open the system restore to revert to a working state. Too bad! I got this error:</p>
<p style="text-align: center;"><img width="550" height="412" alt="" src="http://static.serverland.it/dandandin.it/img/blog/2011/img_20111008_004706.jpg" /></p>
<p><em>(This version of system recovery is not compatible with the Windows version that you are trying to recover)</em></p>
<p style="text-align: left;">That error appears even before Windows starts, so there is no way to continue or ignore it...</p>
<p style="text-align: left;">I took the installation DVD and... surprise? I can not even reinstall! I have to format the disk and start over!</p>
<p style="text-align: left;">Moral: here are 100 (or less) reasons for not using Parallels</p>
<ol>
    <li>The <i>"trial"</i> version does not access internet</li>
    <li>It installs the boot loader for Vista on Windows 7</li>
    <li>For installing the Parallels tools I haven't been asked for the administrator password. They used an undocumented and risky way to install them</li>
    <li>The taskbar is hidden without an option to restore it to its original state</li>
    <li>The startup time for Windows increases considerably</li>
    <li>The Mac startup time increases considerably</li>
    <li>In the Windows start menu you will find all the Mac applications</li>
    <li>They made heavy changes to the system without asking or at least explain what they will do</li>
    <li>In Windows, files are associated with Mac programs (eg: Windows tries to open a JPG with Mac Photoshop)</li>
    <li>The hard drive is littered with all those hateful resource forks (.dsstore)</li>
    <li>It gives 1GB RAM to Windows x64: not enough</li>
    <li>Uninstalling on Mac leaves a lot of leftover files</li>
    <li>In the end it is better to reboot and have a decent speed than using it slower and virtualized</li>
    <li>Thanks to its permanent changes, you'll have to reformat Windows, losing all data</li>
</ol>
<p style="text-align: left;">I cannot think of other reasons, is enough for now</p><br /><a href='https://old.dandandin.net/100-reasons-to-not-use-parallels'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/100-reasons-to-not-use-parallels'>...</a>]]></description>
      <link>https://old.dandandin.net/100-reasons-to-not-use-parallels</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/100-reasons-to-not-use-parallels</comments>
      <guid isPermaLink="true">https://old.dandandin.net/100-reasons-to-not-use-parallels</guid>
      <pubDate>Fri, 18 Nov 2011 16:22:00 GMT</pubDate>
    </item>
    <item>
      <title>10 reasons to buy an iPad</title>
      <description><![CDATA[<p>...</p>
<p>well, actually I saw just one reason to buy an iPad, but I liked to write an article named "10 reasons to...", or "10 ways to..."&#160;<img src="http://static.serverland.it/dandandin.it/img/smiley/tounge_smile.gif" alt="" /></p>
<p>Here it is:</p>
<p style="text-align: center;"><object width="480" height="385">
<param value="http://www.youtube.com/v/Q9NP-AeKX40&amp;hl=it_IT&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00" name="movie" />
<param value="true" name="allowFullScreen" />
<param value="always" name="allowscriptaccess" /><embed width="480" height="385" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/Q9NP-AeKX40&amp;hl=it_IT&amp;fs=1&amp;color1=0x234900&amp;color2=0x4e9e00"></embed></object></p>
<p style="text-align: left;">$499 to let your cat have fun it's well worthy <img src="http://static.serverland.it/dandandin.it/img/smiley/tounge_smile.gif" alt="" /></p>
<p>And the cat is having fun! Great, we can save money on a cat-sitter!</p>
<p><img src="http://static.serverland.it/dandandin.it/img/smiley/wink_smile.gif" alt="" /></p>
<p>It's great that the iPad display is scratch-proof!</p><br /><a href='https://old.dandandin.net/10-reasons-to-buy-an-ipad.aspx'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/10-reasons-to-buy-an-ipad.aspx'>...</a>]]></description>
      <link>https://old.dandandin.net/10-reasons-to-buy-an-ipad.aspx</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/10-reasons-to-buy-an-ipad.aspx</comments>
      <guid isPermaLink="true">https://old.dandandin.net/10-reasons-to-buy-an-ipad.aspx</guid>
      <pubDate>Wed, 26 May 2010 09:50:00 GMT</pubDate>
    </item>
    <item>
      <title>Yay! The Apple tablet is coming! I am unimpressed...</title>
      <description><![CDATA[<p>Yay! The Apple conference is coming! What they will announce? How much will the the awesome tablet? How it will be named? iTablet, iSlate, iPad? Anyway, it is gonna change the world!</p>
<p>...</p>
<p>From many months ago, almost any blog that i follow through RSS, is writing rumors about the Apple table, showing photoshopped images, lists of presumed functionality, and much more...</p>
<p>Well... I just don't see why they see this awesomeness in a tablet. If you want a tablet to be operated with fingers, just to go on the Internet, there is already the <a href="https://thejoojoo.com/">JooJoo</a>. You want to read books around? There is the Kindle, the Nook, and many others.</p>
<p>If we want a desktop replacement computer, there is already a solution from at least 5-6 years. Take my HP TC4400 Tablet. With a Core2Duo CPU, has a QWERTY keyboard, a 12" antiglare screen that can fold on itself, docking station connector, can use an external battery, and it is well contained in a light magnesium alloy case. I use it weekly to teach Japanese <a href="http://www.dandandin.it/video-lezioni-giapponese-livello-3.aspx">(Italian only, for now)</a>: with the pen, i can highlight and write on my slides very conveniently. And it's awesome to be used on a lap, with the <a href="http://www.dandandin.net/handwriting-recognition-in-windows-7.aspx">Windows 7 handwriting recognition</a>, that can even read my very bad calligraphy!</p>
<p>I don't see the awesomeness of a tablet that is in late of years with the competitors.</p>
<p>But maybe, as an Apple fanboy friend of mine said when I showed him my HP tablet, this would be a worldwide success only when Apple will "take inspiration" and removing function by it...</p><br /><a href='https://old.dandandin.net/yay-the-apple-tablet-is-coming-i-am-unimpressed.aspx'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/yay-the-apple-tablet-is-coming-i-am-unimpressed.aspx'>...</a>]]></description>
      <link>https://old.dandandin.net/yay-the-apple-tablet-is-coming-i-am-unimpressed.aspx</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/yay-the-apple-tablet-is-coming-i-am-unimpressed.aspx</comments>
      <guid isPermaLink="true">https://old.dandandin.net/yay-the-apple-tablet-is-coming-i-am-unimpressed.aspx</guid>
      <pubDate>Wed, 27 Jan 2010 12:13:06 GMT</pubDate>
    </item>
    <item>
      <title>The iPhone is gotta have a physical keyboard!</title>
      <description><![CDATA[<p><a href="http://www.engadget.com/2010/01/08/itype-keyboard-brings-a-physical-keyboard-to-the-iphone-but-the/">Engadget</a> is telling us that at the <a href="http://en.wikipedia.org/wiki/Consumer_Electronics_Show">Consumer Electronic Show</a> in Las Vegas has just been announced an iPhone keyboard, for writing in full comfort for very long texts, without being forced to use the awkward touchscreen . Awesome, the main drawback is that, thanks to the many restrictions imposed by Apple on its own AppStore, you could be able to type with it only in the included software.</p>
<p>However, iType (what an <i>original</i> name!), is very easy to use, just slide the iPhone in, and use it anywhere, at school, on the bus, in the car while driving, and everywhere you'd like to improve your texting abilities, thanks to its small size:</p>
<p style="text-align: center;"><img width="550" height="412" alt="Oh no!" src="http://www.serverland.it/static/dandandin.it/img//blog/2010/01/lol-itype.jpg" /></p>
<p style="text-align: center;"><img alt="" src="http://www.serverland.it/static/dandandin.it/img/smiley/doh.gif" /> Oh no! A little bit big! <img alt="" src="http://www.serverland.it/static/dandandin.it/img/smiley/teeth_smile.gif" /></p>
<p style="text-align: left;">Anyway, i see a great thing on the background, a <i>musical</i> keyboard for the iPhone! Oh! It would be great to compose and play songs on it! Great for musicians! It is the iDiscover, here is a detailed picture:</p>
<p>&#160;</p>
<p style="text-align: center;"><img width="550" height="412" alt="iDiscover" src="http://www.serverland.it/static/dandandin.it/img//blog/2010/01/idiscover.jpg" /></p>
<p>According to&#160;<a href="http://www.engadget.com/2010/01/08/the-idiscover-keyboard-turns-your-iphone-into-a-piano-and-more/">Engadget</a>, this keyboard can also be used as a MIDI peripheral, to be used to compose music on Mac and PCs!&#160;<img alt="" src="http://www.serverland.it/static/dandandin.it/img/smiley/drool.gif" /></p>
<p style="text-align: left;">The price? Still unknown... (but i suppose that it will be hundreds of dollars, like the majority of "premium" addons for the iPhone <img alt="" src="http://www.serverland.it/static/dandandin.it/img/smiley/wink_smile.gif" />)</p><br /><a href='https://old.dandandin.net/the-iphone-is-gotta-have-a-physical-keyboard.aspx'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/the-iphone-is-gotta-have-a-physical-keyboard.aspx'>...</a>]]></description>
      <link>https://old.dandandin.net/the-iphone-is-gotta-have-a-physical-keyboard.aspx</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/the-iphone-is-gotta-have-a-physical-keyboard.aspx</comments>
      <guid isPermaLink="true">https://old.dandandin.net/the-iphone-is-gotta-have-a-physical-keyboard.aspx</guid>
      <pubDate>Fri, 08 Jan 2010 21:50:01 GMT</pubDate>
    </item>
    <item>
      <title>Wow, Creative is so... creative</title>
      <description><![CDATA[<p>Creative is about to launch their new Zii, a video+mp3 player, this is a preview sketch from the FCC:</p>
<p style="text-align: center;"><img src="http://www.serverland.it/static/dandandin.it/img/blog/2009/07/zii.jpg" alt="Creative Zii" /></p>
<p style="text-align: left;">Uhm... where i saw this design? It looks so similar... to a mobile on sale from some time... let's try to merge the drawings:</p>
<p style="text-align: center;"><img src="http://www.serverland.it/static/dandandin.it/img/blog/2009/07/zii-vs-iphone.jpg" alt="Zii vs iPhone" /></p>
<p style="text-align: center;"><cite>Creative Zii in red, Apple iPhone in blue</cite></p>
<p style="text-align: left;">So cool! The Zii is almost compatible with iPhone covers! What a smart move! It's a pity that they placed the camera in the wrong place... it's a matter of millimeters, otherwise they could write on the box: "New! Compatible with Apple iPhone covers!"</p>
<p style="text-align: left;">Also, the logo looks similar to another logo... and the name also is similar;  Zii... Zii... it resembles another name, become famous 2-3 years ago:</p>
<p style="text-align: center;"><img src="http://www.serverland.it/static/dandandin.it/img/blog/2009/07/zii-wii.jpg" alt="Zii vs Wii" /></p>
<p style="text-align: left;">Wow, Creative has been so... creative! <img src="http://www.serverland.it/static/dandandin.it/img/smiley/whatchutalkingabout_smile.gif" alt="" /></p><br /><a href='https://old.dandandin.net/wow-creative-is-so-creative.aspx'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/wow-creative-is-so-creative.aspx'>...</a>]]></description>
      <link>https://old.dandandin.net/wow-creative-is-so-creative.aspx</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/wow-creative-is-so-creative.aspx</comments>
      <guid isPermaLink="true">https://old.dandandin.net/wow-creative-is-so-creative.aspx</guid>
      <pubDate>Thu, 16 Jul 2009 10:49:51 GMT</pubDate>
    </item>
    <item>
      <title>The fake Mac vs. PC price comparison from Microsoft</title>
      <description><![CDATA[<p>Hi, i am a PC, so this post should be biased... but it can't be that.</p>
<p>Today, on the <a href="http://windowsteamblog.com/blogs/windowsexperience/archive/2009/04/09/avoid-the-apple-tax-cash-in-on-the-value-of-windows.aspx">official Microsoft Windows blog</a>, there is a strange post:</p>
<p><b>You can save $3367 if you choose a PC instead of a Mac</b></p>
<p>What??? Ok, Macs are expensive, but, is possible that there can be a such difference? I can't believe, even if i am a Windows-fanboy <img alt="" src="http://www.dandandin.it/ClientScript/fckeditor264/editor/images/smiley/msn/tounge_smile.gif" /></p>
<p>Let's see what comparison they have done:</p>
<table cellspacing="1" cellpadding="1" border="1" style="width: 530px; height: 545px;">
    <tbody>
        <tr>
            <td>Mac</td>
            <td>Mac Price</td>
            <td>PC</td>
            <td>PC Price</td>
            <td>Note</td>
        </tr>
        <tr>
            <td>MacBook</td>
            <td>999$</td>
            <td>Dell Inspiron 15"</td>
            <td>699$</td>
            <td>&#160;</td>
        </tr>
        <tr>
            <td>Mac Pro</td>
            <td>2500$</td>
            <td>Hp d5100t</td>
            <td>1049$</td>
            <td>Very unfair! You cannot compare a server-grade CPU like a Xeon with a consumer-grade Core2Duo!! Moreover, the Mac pro has 2 physical CPUs</td>
        </tr>
        <tr>
            <td>Office 2008 for Mac</td>
            <td>149$</td>
            <td>No Office</td>
            <td>0$</td>
            <td>Nothing? PC users will illegally download it?</td>
        </tr>
        <tr>
            <td>Quicken for Mac</td>
            <td>70$</td>
            <td>No Quicken</td>
            <td>0$</td>
            <td>Quicken??? So useless!</td>
        </tr>
        <tr>
            <td>Other software</td>
            <td>70$</td>
            <td>No extra software</td>
            <td>0$</td>
            <td>Maybe PC users will download from torrent?</td>
        </tr>
        <tr>
            <td>5 years subscription to MobileMe</td>
            <td>745$</td>
            <td>No subscription</td>
            <td>0$</td>
            <td>Speechless...</td>
        </tr>
        <tr>
            <td>One to One Apple Assistance</td>
            <td>99$</td>
            <td>No premium assistance</td>
            <td>0$</td>
            <td>Right...</td>
        </tr>
        <tr>
            <td>AppleCare</td>
            <td>249$</td>
            <td>Standard 3 years Dell warrenty</td>
            <td>190$</td>
            <td>Well, it is not the same protection...</td>
        </tr>
        <tr>
            <td>Update to iLife 09</td>
            <td>99$</td>
            <td>No iLife</td>
            <td>0$</td>
            <td>Well, if you buy a new Mac, you don't need to update iLife</td>
        </tr>
        <tr>
            <td>Airport Extreme</td>
            <td>180$</td>
            <td>Normal Router</td>
            <td>150$</td>
            <td>Well... Macs can also work with a normal router...</td>
        </tr>
        <tr>
            <td>Blu-ray reader from Sony</td>
            <td>300$</td>
            <td>Blu-ray reader from Lite-on</td>
            <td>95$</td>
            <td>Microsoft, are you playing the fool?</td>
        </tr>
        <tr>
            <td>ATI Radeon HD 4870</td>
            <td>350$</td>
            <td>ATI Radeon HD 4870</td>
            <td>260$</td>
            <td>The same card, why pay more??</td>
        </tr>
        <tr>
            <td>Mac Price (according to Microsoft)</td>
            <td>5139$</td>
            <td>PC Price (according to Microsoft)</td>
            <td>2443$</td>
            <td>&#160;</td>
        </tr>
    </tbody>
</table>
<p>Ok, Macs are more expensive, but just a few hundred dollars...</p>
<p>What's wrong:</p>
<ol>
    <li>You cannot compare a normal Pc with a Mac Pro (will you compare a Chevrolet Aveo with a Dodge RAM??)</li>
    <li>The 5-years MobileMe subscription (why do that without an iPhone???)</li>
    <li>Mac users are buying Office for $149, Pc users does not buy Office for $680 (<a href="http://www.amazon.com/Microsoft-Office-Ultimate-2007-VERSION/dp/B000HCTY26/ref=sr_1_1?ie=UTF8&amp;s=software&amp;qid=1239314650&amp;sr=1-1">source</a>)</li>
    <li>Mac users chooses all kinds of protection plans, PC users just a basic one</li>
</ol>
<p>This is like comparing "apples" with oranges!</p>
<p>Why Microsoft did not add to the Mac expenses also an iPhone with a biennal AT&amp;T contract, and an iPod, and other accessories?</p><br /><a href='https://old.dandandin.net/the-fake-mac-vs-pc-price-comparison-from-microsoft.aspx'>Magnetic_dud</a>&nbsp;&nbsp;<a href='https://old.dandandin.net/the-fake-mac-vs-pc-price-comparison-from-microsoft.aspx'>...</a>]]></description>
      <link>https://old.dandandin.net/the-fake-mac-vs-pc-price-comparison-from-microsoft.aspx</link>
      <author>mail-en@dandandin.it (Magnetic_dud)</author>
      <comments>https://old.dandandin.net/the-fake-mac-vs-pc-price-comparison-from-microsoft.aspx</comments>
      <guid isPermaLink="true">https://old.dandandin.net/the-fake-mac-vs-pc-price-comparison-from-microsoft.aspx</guid>
      <pubDate>Thu, 09 Apr 2009 21:43:11 GMT</pubDate>
    </item>
  </channel>
</rss>