Articles from September 2007
Posted by codethought on September 23, 2007
I saw this article on formatting ruby code for blogs. Nice article, but the code is Linux/KDE-specific. Also, OS X threw an error about the order of the require statements. Being that I use OS X (and so should you) I needed to make a couple of changes to the code that [...]
Categories: Mac OS X, Ruby |
No Comments »
Posted by codethought on September 22, 2007
Here’s a fun article on the Ruby Forum where someone provided a simple benchmarking utility. Several posters (including me) have run this to see how well Ruby runs on their system relative to other posters.
n = 1_000_000
start_time = Time.now
for i in 1..n
t = (1..10).inject {|x, y| x + y }
end
finish_time = [...]
Categories: Mac OS X, Ruby |
No Comments »
Posted by codethought on September 15, 2007
So here’s the latest conversation coming from a restaurant in Cupertino – take it for what it’s worth. With the release of Leopard, Apple is going to change the iMac to include a second drive bay. If you purchase Apple Procare with your iMac, you can also purchase a second drive and Vista and Apple will [...]
Categories: Mac OS X, Windows XP |
No Comments »
Posted by codethought on September 8, 2007
So I was looking for a native-OS X BitTorrent client when I came across XTorrent. I hadn’t heard of it, but I decided to check it out. After registering it I found a message about this on a webboard I use. Apparently I wasted my money – please don’t do to same.
To [...]
Categories: Mac OS X |
No Comments »
Posted by codethought on September 5, 2007
Airline sacrifices goats to appease sky god
KATHMANDU (Reuters) – Officials at Nepal’s state-run airline have sacrificed two goats to appease Akash Bhairab, the Hindu sky god, following technical problems with one of its Boeing 757 aircraft, the carrier said Tuesday.
Link to article here.
Categories: General |
No Comments »
Posted by codethought on September 2, 2007
Chris Pirillo’s website has a great breakdown of Leopard vs Vista where he shows overall why Leopard is a better OS than vista.
Mac OS X Leopard vs Microsoft Windows Vista
While the article IS interesting what really caught me off guard was this comment from one of his readers:
Don Mitchell – September 1, 2007 @ 11:01 [...]
Categories: Linux, Mac OS X, Operating Systems, Windows XP |
No Comments »