Posted by rae in
Generalat 9:18 am on Thursday, 22 April 2010
This is from Chart of the day<
http://www.businessinsider.com/chart-of-the-day-in-case-you-had-any-doubts-about-where-apples-revenue-comes-from-2010-4>:
Between the iPhone and iPod, the Mac doesn’t have a chance!
Assuming most of the iPod $$ are from those expensive (and high-margin) iPod Touch’s – all three profit sources run Mac OS X, just with different window managers.

So you could make the case that they’re all Macs of one form or another.
Reid
Posted via email from clith’s posterous
View Comments
Posted by in
Generalat 10:56 am on Tuesday, 6 April 2010
When programming, it’s very useful to be able to find the differences between two text files.
On a Mac, I would use the built-in awesome diff utility, FileMerge.
It even has a nice command-line interface via the “opendiff” command.
But currently I’m stuck on Windows
(curse you, gaming industry, for preferring the Windows platform for game development!)
and need to find a diff tool there.
There are several, and I was going to go through them writing mini-reviews for each, but a clear winner emerged so quickly I won’t bother.
WinMerge quickly became the obvious choice.
It is GPL licensed, and hosted on
SourceForge.
I did briefly look at
FreeDiff, but it suffered from
- clearly being a “gateway” app to other commercial apps (ad dialog on quit)
- being written in Visual Basic
- requiring 8 clicks to cancel an install!
- trying to overwrite C:\Windows\system32\scrrun.dll!!
- looking like a Windows 95 app
- Separating line numbers from content with a period
- Not supporting mouse wheel e3vents
- Not knowing which DLLs it could remove when uninstalled (I probably have a few ancient DLLs hanging around now)
The initial UI for WinMerge has huge fonts.
Thankfully you can reduce them quickly using ctrl-minus (ctrl– doesn’t quite look right..).
It seems to be quite a rich application, complete with plugin architecture(!).
I’ll try to write more after I’ve had some time to check it out more.
View Comments