| 1. | | Understanding Quake's Fast Inverse Square Root (betterexplained.com) |
| 88 points by ed on Jan 4, 2009 | 23 comments |
|
| 2. | | How to fight & argue in a relationship, how to fight fair (crichton-official.com) |
| 84 points by bootload on Jan 4, 2009 | 38 comments |
|
| 3. | | How cities hurt your brain (boston.com) |
| 80 points by iamelgringo on Jan 4, 2009 | 32 comments |
|
| 4. | | Ask HN: AWS or dedicated server? |
| 78 points by bkrausz on Jan 4, 2009 | 40 comments |
|
| 5. | | A Better Way to Load a Plane (abcnews.go.com) |
| 78 points by 11ren on Jan 4, 2009 | 58 comments |
|
| 6. | | The End of the Financial World as We Know It (nytimes.com) |
| 75 points by tortilla on Jan 4, 2009 | 78 comments |
|
| 7. | | Ask HN: How Can I Make Better Submissions to HN? |
| 56 points by tokenadult on Jan 4, 2009 | 42 comments |
|
| 8. | | 2008: My year of living smaller (oreilly.com) |
| 51 points by dimm on Jan 4, 2009 | 57 comments |
|
| 9. | | It's official: Match.com Abandons Paid Dating… (plentyoffish.wordpress.com) |
| 48 points by peter123 on Jan 4, 2009 | 31 comments |
|
| |
|
|
| 11. | | GitCred: PageRank applied to the GitHub users/followers graph, implemented in Clojure. (github.com/mmcgrana) |
| 43 points by tlrobinson on Jan 4, 2009 | 14 comments |
|
| 12. | | Ask HN: What is your startup's backup policy? |
| 42 points by vaksel on Jan 4, 2009 | 35 comments |
|
| |
|
|
| |
|
|
| 15. | | Entrepreneur's Guide to Email Delivery (zohrob.com) |
| 35 points by rantfoil on Jan 4, 2009 | 5 comments |
|
| 16. | | Ask HN: New Ubuntu Desktop--what would you install? |
| 33 points by ericb on Jan 4, 2009 | 61 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 20. | | Growing Up is Hard (overcomingbias.com) |
| 28 points by kf on Jan 4, 2009 | 10 comments |
|
| |
|
|
| |
|
|
| 23. | | British police to routinely hack into PCs without a warrant. (timesonline.co.uk) |
| 25 points by raganwald on Jan 4, 2009 | 18 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 27. | | The Facebook vs. Breast Feeders War Continues (fredstechblog.blogspot.com) |
| 22 points by charlierosefan on Jan 4, 2009 | 21 comments |
|
| |
|
|
| 29. | | How to fail big at your dream (avclub.com) |
| 20 points by jbrun on Jan 4, 2009 | 5 comments |
|
| |
|
|
|
| More |
AWS isn't that hard to configure. ElasticFox puts a nice GUI to it and while it will take a short while to get used to the AWS way of doing things, you're better off.
With AWS, you have a nice spray files everywhere storage in S3, EC2 provides lots of RAM and CPU muscle, EBS provides RAID-level reliable persistent storage for EC2 that can be backed up to multiple data centers with a single API call, CloudFront even gives you the chance to have static files served from 12 different locations in the world making your latency very small. If you need more servers, no problem just wait a few minutes for them to boot. If you need more bandwith, it's automatic. If you need more storage, S3 is infinite and EBS can always give you more (you can even stripe the drives so that you could have terrabyte after terrabyte of storage as a single drive).
Dedicated servers have little upside. You're relying on physical hardware in a very acute fashion. While AWS runs on real hardware, there's an abstraction level which helps a lot. Let's say you're small and want a single box. That box fails, you call your host and get a new one in a couple hours, you restore from backups for another couple hours maybe and you're back online. Of course, many often don't test their disaster recovery scenarios that well and are often met with little problems. With AWS, you simply boot another machine off that image and you're good. Worst case, your EBS gets trashed and you say, "hey, S3, rebuild that EBS drive". Easy by comparison.
Real boxes are a pain. You have to deal with RAID, backups, how fast your company can provision new boxes, bleh! AWS (or even Slicehost and Linode) isolate you from a lot of that mess. There's a reason virtualization is the hot new topic.
AWS isn't that hard to use. It's definitely different, but it makes so many other things so much less painful. If you want some of the benefits of AWS with a "simple as dedicated" feel, try Slicehost. You can get instances with as much as 15.5GB of RAM and they just give you the instance with your choice of Linux on it. From there, you can install Apache, MySQL, other. And you get benefits like cheap and easy backups - they just store an image of the machine. Then, if you need more capacity, you can boot one of those images as a new instance, now you have another server. If one of their servers fails, they can easily migrate your instance to another box. RAID10 is already set up. Easy.
If you're worried about AWS' management being a little different, don't worry too much. It's not that bad once you start using it - just a tad hard to imagine without trying it. If you're still worried, Slicehost will give you instances that will work like you're used to dedicated hosting working, but with many of the advantages of AWS.