| 1. | | Why Y Combinator is a waste of time (scribd.com) |
| 61 points by markovich on April 5, 2007 | 68 comments |
|
| |
|
|
| 3. | | Why Not All Great Hackepreneurs Get Picked By YC (he offers a Plan B) (onstartups.com) |
| 28 points by mattculbreth on April 5, 2007 | 38 comments |
|
| |
|
|
| 5. | | Viaweb/Paul Graham's First Business Plan (paulgraham.com) |
| 18 points by pashle on April 5, 2007 | 12 comments |
|
| 6. | | I am addicted to YC News |
| 16 points by dawie on April 5, 2007 | 26 comments |
|
| 7. | | The Truth about the Lone Startup Founder (scrapages.com) |
| 14 points by Readmore on April 5, 2007 | 21 comments |
|
| |
|
|
| 9. | | Kinds of hacking involved in startups |
| 10 points by ecuzzillo on April 5, 2007 | 14 comments |
|
| |
|
|
| 11. | | How to Get the Attention of a Venture Capitalist (guykawasaki.com) |
| 10 points by divia on April 5, 2007 | 2 comments |
|
| 12. | | Sabermetrics for startups? (bnoopy.typepad.com) |
| 9 points by Elfan on April 5, 2007 | 2 comments |
|
| |
|
|
| 14. | | Anyone find apartment setting not ideal for start-up work? |
| 9 points by zaidf on April 5, 2007 | 16 comments |
|
| |
|
|
| 16. | | How to Kung-Fu battle with investors (mealticket.wordpress.com) |
| 5 points by Harj on April 5, 2007 | 1 comment |
|
| 17. | | Who does graphic design for YC companies? |
| 8 points by aston on April 5, 2007 | 9 comments |
|
| 18. | | Tupper's Self-Referential Formula (wikipedia.org) |
| 8 points by jkush on April 5, 2007 | 6 comments |
|
| |
|
|
| 20. | | Don't have a COW, man? What Haskell teaches us about writing Enterprise-scale software (raganwald.com) |
| 8 points by mattculbreth on April 5, 2007 | 3 comments |
|
| 21. | | Startup school 2007 videos? |
| 8 points by nandan on April 5, 2007 | 5 comments |
|
| 22. | | Research points the finger at PowerPoint (smh.com.au) |
| 6 points by noisemaker on April 5, 2007 | 5 comments |
|
| |
|
|
| 24. | | How a VC says "no" to a company seeking funding (ricksegal.typepad.com) |
| 7 points by comatose_kid on April 5, 2007 | 5 comments |
|
| |
|
|
| 26. | | Can a language have Lisp's powerful macros without the parentheses? |
| 6 points by BrandonM on April 5, 2007 | 20 comments |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
|
| More |
windows for sure doesn't hide latency well (CIFS is bad, webdav etc. are worse), and most apps are written as if the disk was local, and assume, for example, accessing a file only takes a few ms. if the server is 80ms away, and you do 100 accesses (e.g. the open file common dialog listing a directory and poking files for various attributes or icons) serially, suddenly your UI locks up for _seconds_ (joel spolsky summarizes this well in his article on leaky abstractions.) ditto saving any file; you change one character in your 20mb word file and hit save, and your upstream-capped 40k/sec comcast connection is hosed for 8 minutes. sure for docs of a few hundred k it's fine, but doing work on large docs on an online drive feels like walking around with cinder blocks tied to your feet. anyway, the point of that rant was that dropbox uses a _local_ folder with efficient sync in the background, which is an important difference :)
2. true, if you're both not at your computer and on another computer without net access, this won't replace a usb drive :) but the case i'm worried about is being, for example, on a plane, and dropbox will let you get to the most recent version of your docs at the time you were last connected, and will sync everything up when you get back online (without you having to copy anything or really do anything.)
3. there are some unannounced viral parts i didn't get to show in there :) it'll be a freemium model. up to x gb free, tiered plans above that.