| 1. | | IPhone Developers: We use our iPhones in bed, allow us to disable landscape |
| 164 points by cwilson on Sept 24, 2009 | 54 comments |
|
| 2. | | Internet Explorer 8 runs ten times faster with Google Chrome plug-in (techworld.com) |
| 162 points by monkeygrinder on Sept 24, 2009 | 71 comments |
|
| 3. | | How far can you get from a McDonald's in the continental US? (weathersealed.com) |
| 140 points by timf on Sept 24, 2009 | 26 comments |
|
| 4. | | Land of Lisp: Learn to Program in Lisp, One Game at a Time (amazon.com) |
| 139 points by dpapathanasiou on Sept 24, 2009 | 59 comments |
|
| 5. | | DropBox grows like weed. Reaches 2 million users. (techcrunch.com) |
| 129 points by rokhayakebe on Sept 24, 2009 | 87 comments |
|
| 6. | | Seth Godin Tries Out Brandjacking (outspokenmedia.com) |
| 122 points by onreact-com on Sept 24, 2009 | 61 comments |
|
| 7. | | The Duct Tape Programmer (Response from Uncle Bob Martin) (objectmentor.com) |
| 118 points by johns on Sept 24, 2009 | 77 comments |
|
| 8. | | It's Official: Water Found on the Moon (space.com) |
| 97 points by mgcreed on Sept 24, 2009 | 17 comments |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| 16. | | Twitter finds Ruby faster with gcc optimizing for size than speed (evanweaver.com) |
| 63 points by jim-greer on Sept 24, 2009 | 15 comments |
|
| 17. | | Useful Usability Findings and Guidelines (smashingmagazine.com) |
| 62 points by cwan on Sept 24, 2009 | 4 comments |
|
| |
|
|
| 19. | | AggData: Datasets created from scraping the web (aggdata.com) |
| 62 points by adamhowell on Sept 24, 2009 | 26 comments |
|
| |
|
|
| 21. | | Keynes, Explained Briefly (aaronsw.com) |
| 58 points by aaronsw on Sept 24, 2009 | 64 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 25. | | Injecting Arbitrary Python Into EVE Online (daeken.com) |
| 57 points by daeken on Sept 24, 2009 | 18 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 29. | | Indian version of Y Combinator... (iaccelerator.org) |
| 52 points by prabodh on Sept 24, 2009 | 51 comments |
|
| |
|
|
|
| More |
Over a few years Netscape code became so unmaintainable they had to start from scratch, which cost them years. Joel wrote in another famous article that this was a major mistake. However, if the code is a giant "pragmatic" mess with no architecture and no unittests, it becomes extremely hard and dangerous to refactor.
IE also got a lot of mindshare among developers because it actually tried to implement some standards like CSS, which Netscape completely disregarded. Netscapes "pragmatic" alternative to CSS, <spacer>, <layer> and so on luckily died together with Netscape.
Many developers started making IE-only pages because it was almost impossible to get anything to work in Netscape 4. IE6 is pretty unpopular among developers today, but this is nothing compared to how the Netscape 4 generation was reviled back in the day by anyone having to develop for it.
> Remember, before you freak out, that Zawinski was at Netscape when they were changing the world. They thought that they only had a few months before someone else came along and ate their lunch
Also remember that they lost it all, and someone did eat their lunch. So maybe the their strategy should be reexamined?