| 1. | | Xkcd - Linux, a cautionary tale (xkcd.com) |
| 89 points by nickb on July 30, 2008 | 62 comments |
|
| 2. | | Microsoft's new legacy-free OS from scratch (sdtimes.com) |
| 66 points by nreece on July 30, 2008 | 76 comments |
|
| 3. | | Balsamiq, a bootstrapped startup featured here some time ago, makes $10k in 6 weeks (balsamiq.com) |
| 64 points by ph0rque on July 30, 2008 | 41 comments |
|
| 4. | | Posterous.com (YC Summer 08) launches Autopost to all major blog platforms (blog.posterous.com) |
| 56 points by rantfoil on July 30, 2008 | 29 comments |
|
| 5. | | OPEC 2.0: Bandwidth is the New Oil (nytimes.com) |
| 56 points by pierrefar on July 30, 2008 | 26 comments |
|
| 6. | | The Economics of Testing Ugly Code (1729.com) |
| 48 points by edw519 on July 30, 2008 | 25 comments |
|
| 7. | | Yuil vs. Cuil - The hack wins hands down... (laserlike.com) |
| 40 points by mspeiser on July 30, 2008 | 22 comments |
|
| 8. | | Response to massive boost in Ruby perfomance (skitoy.com) |
| 34 points by soundsop on July 30, 2008 | 7 comments |
|
| 9. | | The Myth of Moderate Exercise (time.com) |
| 35 points by adamdoupe on July 30, 2008 | 66 comments |
|
| 10. | | Workings of ancient Greek 'computer' deciphered (nytimes.com) |
| 31 points by ckinnan on July 30, 2008 | 3 comments |
|
| 11. | | “The Mojave Experiment:” Bad Science, Bad Marketing (wilshipley.com) |
| 31 points by bazookaaa on July 30, 2008 | 16 comments |
|
| 12. | | How Hard Could It Be?: Good System, Bad System (inc.com) |
| 32 points by mqt on July 30, 2008 | 13 comments |
|
| 13. | | The Coming Death Shortage (theatlantic.com) |
| 32 points by terpua on July 30, 2008 | 12 comments |
|
| 14. | | Scaling Python for High-Load Web Sites (polimetrix.com) |
| 31 points by t0pj on July 30, 2008 | 5 comments |
|
| 15. | | Labmeeting: A Social Network For Scientists (techcrunch.com) |
| 30 points by jmorin007 on July 30, 2008 | 17 comments |
|
| |
|
|
| 17. | | Scrabulous highlights the failure of American Copyright Law (inquisitr.com) |
| 28 points by wave on July 30, 2008 | 5 comments |
|
| 18. | | Bjorn Lomborg: How to Get the Biggest Bang for 10 Billion Bucks (wsj.com) |
| 27 points by byrneseyeview on July 30, 2008 | 34 comments |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| 24. | | Another one of those "Aha" interview questions: Long-running averages (invisibleblocks.wordpress.com) |
| 22 points by raganwald on July 30, 2008 | 20 comments |
|
| 25. | | What Startups Can Learn From Haruki Murakami (readwriteweb.com) |
| 21 points by naish on July 30, 2008 | 7 comments |
|
| |
|
|
| |
|
|
| 28. | | The World According to Cuil (blogoscoped.com) |
| 18 points by trs90 on July 30, 2008 | 16 comments |
|
| |
|
|
| |
|
|
|
| More |
Not one of the "base it on Linux or BSD" comments gets it. This whole thing is MSR saying, "look, we got it wrong, and so did everyone else. It's not just about one computer anymore."
Sure, they're fixing up the way system resources are exposed and planning to make the whole OS more fault tolerant, but the key takeaway is that the whole OS is network aware. Apps can discover storage, processors, memory, and other resources on the local trusted network, and use them without caring at all that they might be on different machines.
Try getting a single apache or IIS instance to run on 50 servers in a cluster, without writing all of the distribution logic in the application. Sure you could separately configure a local instance on each node, and set up file syncronization or network storage, and...
Why federate your database when you could just add another node to the OS cluster, thereby increasing the resources available to the single DB instance?
The goal is to get all the infrastucture work for free.
I hope someone, anyone, can pull this off. As a developer of a distributed app, let me tell you, the bar right now is WAY too high, and current operating systems, be they Windows or Linux are not up to the task.
[Edit: slashes caused unintentional italics]