Heute kündigt HP das Touchpad an, von John Gruber als Beginn der neuen Ära markiert:
The post-PC era has started, and the iPad blazed the trail. Look at who is following Apple’s lead in this direction: Google, RIM, Motorola, Dell, and Samsung. HP — the biggest PC-maker in the world, at least by unit sales — wants in, and they want everyone to know it.
One startling omission from that list: Microsoft. Their former hardware partners are heading off into the touch-computing future without them. We could have four competing tablet platforms six months from now — iOS, Android, WebOS, and Playbook — and not one of them is from Microsoft.
Comment by erikano:
[...]it might make sense to use Subversion if you are collaborating with others on said binary files:
- Because Subversion doesn’t store revision history on the client, it is well suited to managing projects that deal with lots of large, opaque binary files. If you check in fifty revisions to an incompressible 10MB file, Subversion’s client-side space usage stays constant The space used by any distributed SCM will grow rapidly in proportion to the number of revisions, because the differences between each revision are large.
- In addition, it’s often difficult or, more usually, impossible to merge different versions of a binary file. Subversion’s ability to let a user lock a file, so that they temporarily have the exclusive right to commit changes to it, can be a significant advantage to a project where binary files are widely used.