MartinodF's comments

MartinodF | 12 years ago | on: Leaseweb has wiped all Megaupload servers

You may be right! In that case, that's the risk you take when you decide to store the only copy of your important data on a service which is known for offering tons of pirated content (Megaupload appeared among the top results when searching for movies, tv shows, cracks and so on), run by a man who "was convicted of 11 counts of computer fraud, 10 counts of data espionage, and an assortment of other charges" [1]. If you really don't want to have a secondary copy, you should at least inform yourself about the company you're trusting your data with.

That said, I'm sorry for everyone that lost their data, but it's really not different than your hard drive failing without a backup.

[1] http://en.wikipedia.org/wiki/Kim_Dotcom

MartinodF | 13 years ago | on: How fast is apple.com?

You didn't get my point, probably because of my terrible english :) The browser has no way of knowing in advance if a script doesn't depend on any of the previous ones, so it cannot optimize this specific case and parse/execute the script before the other ones have been executed. You can manually tell the browser to load the scripts and execute them as soon as they're ready, in no particular order, via the async attribute. If you don't, the browser is going to assume that the order is important and load them one by one.

MartinodF | 13 years ago | on: How fast is apple.com?

AFAIK the scripts cannot be parsed and executed in parallel since they're not explicitly async. The browser doesn't know if any of the following scripts may depend on the previous ones (think jQuery), so it just downloads them and then waits to parse and execute them in order, blocking rendering.

It's true that delivering them in parallel may in some cases reduce the actual download time, but given the small file sizes Apple is serving, the connection overhead (TCP handshake, HTTP headers, slow start, ...) just makes it worse. Most browsers (especially mobile ones) aren't even going to download more than 4-6 files at a time, since they're not using domain sharding.

MartinodF | 14 years ago | on: Galaxy Nexus now on sale in Google Play

We have tons of NFC-enabled terminals in Italy, at least in the bigger cities. They're already used by Mastercard PayPass and Visa PayWave. If I could use my Italian credit card with Google Wallet (or even recharge the Google prepaid card) I would be doing half of my purchases via NFC.
page 2