Looking for a present for a geek who like (or needs) to dress up? How about ThinkGeek’s 8-bit tie? It’s a clip-on, so it’s easy to wear, and polyester microfiber, so it’s easy to clean. Yours for US$19.95 at ThinkGeek.
A refrain we use quite often here at Global Nerdy is that Microsoft’s consumer offerings make you feel as though you’re dining from the table scraps from the dumpsters of the customers they really love: corporate drones running Office, Exchange and SQL Server. However, there are a couple of bright spots in their more recent consumer items:
- The XBox 360, which despite the “red ring of death” issue, has proven to be a great console for the hardcore gamer,
- and just now, the fact that the first-gen Zune can have all the new features being delivered in the second-gen Zune through a free software upgrade. Engadget puts it best: “This is how you treat your customers”.
This move isn’t just uncharacteristic of Microsoft, but in light of the recent Appledickery — that is, Apple’s war against its own fans — it’s downright inspired:
- The iPhone’s “early adopter tax” — dropping the price of the 8GB iPhone a mere two months after its initial release and Steve Jobs’ initial brush-off of angry users with the line “That’s what happens with technology”.
- iPhone “bricking” — Apple’s disabling of modified iPhones.
- The “gimping” of the iPod Touch. Despite the fact that the iPod Touch is running on the same OS as the iPhone, some of its software is a crippled version of the iPhone’s.
Twenty years ago, the portable music player of the time — the Walkman — could only be a Walkman since it was a single-purpose hardware whose sole task was to play cassette tapes. That era’s video players, cellular phones and handheld electronic games also faced the same mechanical limitation — each device could only perform its intended task. Under the hood, each of these device types was quite different.
These days, there isn’t much that separates music players, video players, phones and handheld electronic games. While the user interfaces are different, they’re all just general-purpose computers that vary in processing power and memory. This fact is not lost on the vendors, but many are hoping that consumers are still stuck on the mechanical-era “upgrade treadmill” mindset. Apple seems to be thinking this way, but Microsoft apparently isn’t. Kudos to Microsoft for treating their early adopters properly.
Click the photo to see the eBay page.
Ever wondered what Halo’s “Master Chief” would look like if he was a hot woman? Ever wondered how much you might bid on eBay for a statuette of a hot woman version of Master Chief? You’ve got until tomorrow — October 4th, 2007, 6:47:07 p.m. Pacific Daylight Time — to place your bid.
10% of the final price will be donated to the American Breast Cancer Foundation. The current bid as of this writing is US$2,222.
Super Mario Galaxy: definitely not your father’s “Mario”!
Can’t see the video? Click here.
As you can see, this is the Japanese version of the game. Note that while all the mushrooms’ dialogue bubbles are in Japanese, the Princess’ “Help!” dialogue bubble (as well as her yelling) is in English.
Over at his blog Coding Horror, Jeff Atwood talks about what’s probably the trickiest part of version control: branching. He quotes the Subversion docs’ layperson-friendly explanation of branching:
Suppose it’s your job to maintain a handbook for a particular division of your company. One day a different division asks you for the same handbook– but with a few parts modified specifically for them, as they do things slightly differently.
What do you do in this situation? You do the obvious thing: you make a second copy of your document, and begin maintaining the two copies separately. As each department asks you to make small changes, you incorporate them into one copy or the other. But you often find yourself wanting to make the same change to both copies. For example, if you discover a typo in the first copy, it’s very likely that the same typo exists in the second copy. The two documents are almost the same, after all; they only differ in small, specific ways.
This is the basic concept of a branch — a line of development that exists independently of another line, yet still shares a common history. A branch always begins life as a copy of something, and moves on from there, generating its own history.
If branching reminds you of parallel universes, you’re not alone. Parallel universes are a staple of science fiction and geek literature, from the Star Trek episode where Spock has a Fu Manchu-style beard to that oddball Gwyneth Paltrow movie to the out-of-continuity comics like Marvel’s What If… and DC’s Elseworlds series. Jeff finds “parallel universes” to be a handy analogy for explaining branching. (He also cites some comic book classics featuring parallel universes for geek bonus points.)
He lists a number of approaches to branching (or “branching patterns”, if you prefer), complete with diagrams. I’ve gathered the diagrams and placed them into a single graphic below — he describes each in a little more detail.
Branching is tricky, but if you’re not making use of it, you’re missing out on one of version control’s most important benefits. As Jeff puts it:
Still, I urge developers to make an effort to understand branching– really understand it– and explore using branching strategies where appropriate on their projects. Done right, the mental cost of the branching tax pales in comparison to the benefits of concurrent development it enables. Embrace the idea of parallel universes in your code, and you may find that you can get more done, with less risk. Just try to avoid a crisis on infinite codebases while you’re at it.
SitePoint is making the PDF version of their Rails book Build Your Own Ruby on Rails Applications available for FREE for the next 60 days.
Here’s what SitePoint has to say about this giveaway:
That’s right… Not an extract… Not a sample chapter… The ENTIRE 447 pages of Patrick Lenz’s incredible book is (for the next 60 days) free to download.
From installing Ruby, Rails and MySQL, to building and deploying a fully featured web application, this book has it all. Imagine building a Web 2.0 social news application, while learning the ins-and-outs of Ruby on Rails. This book shows you how to do it, step by step …
It’s no wonder this book has been described as the best Ruby on Rails beginners’ book on the market.
If you’ve ever thought about trying out Ruby on Rails, you’ll never get a better chance to learn why everyone’s talking about this revolutionary web development framework.
The book isn’t quite up-to-date — it covers Ruby on Rails 1.1.6 rather than Ruby 1.2 — but the material in the book as well as the code examples seem to be compatible with the current version. The book has been reviewed quite favorably, and it looks as though it might make a good companion to a book like the Pragmatic Programmers’ Agile Web Development with Rails.