HN will be down Saturday morning while we switch servers
31–40 of 129 posts
Re: HN will be down Saturday morning while we switch servers
#32Can you please post a picture of the server so we can see all the sweet LEDs on network cards?
http://imgur.com/VuSH2j5
Edit: Wow. 3.5 years on HN and my first down-voted post. I guess I should have added a sarcasm tag or stick with keeping comments "safe".
Re: HN will be down Saturday morning while we switch servers
#33For all the flak HN gets about fnid problems, etc, it's still awe-inspiring to me that such a popular site runs on a single server, with so little admintime ;)
Re: HN will be down Saturday morning while we switch servers
#34For all the flak HN gets about fnid problems, etc, it's still awe-inspiring to me that such a popular site runs on a single server, with so little admintime ;)
Anyone got info on uniques or pageviews a month?
Re: HN will be down Saturday morning while we switch servers
#35Earlier quoted context omitted.
Why should it be? You can get a long long way by treating the filesystem as a database. The first engineers at Amazon used the same technique a lot, as do I.
Because you always end up building your own database out of flat files and that is always worse than using an existing one.
- Zero administration
- Only configuration setting is the directory
- Trivial to test
- Trivial to examine with existing tools, backup, modify etc
- Works with any operating system, language, platform, libraries etc
- Good performance characteristics and well tuned by the operating system
- Easy for any developer to understand
- No dependencies
- Security model is trivial to understand and is a base part of operating system
- Data is not externally accessible
Many existing databases have attributes that aren't desirable. For example they tend to care about data integrity and durability, at the expense of other things (eg increased administration, performance). For a use case like HN, losing 1 out of every 1,000 comments wouldn't be that big a deal - it isn't a bank.
Consider the development, deployment and administrative differences between doing "hello world" with a filesystem versus an existing database. Of course this doesn't always mean filesystems should be used. Developers should be practical and prudent.
TLDR: YAGNI, KISS, DTSTTCPW
Re: HN will be down Saturday morning while we switch servers
#36Re: HN will be down Saturday morning while we switch servers
#37For all the flak HN gets about fnid problems, etc, it's still awe-inspiring to me that such a popular site runs on a single server, with so little admintime ;)
Just how popular is HN? Anyone got info on uniques or pageviews a month?
"Also, a traffic update: HN now gets over 120k unique ips on a weekday, and serves over 1.3 million page views."
http://ycombinator.com/newsnews.html
Additionally:
Re: HN will be down Saturday morning while we switch servers
#38In case anyone wondering colo place appears to be The Planet. whois -h whois.arin.net 174.132.225.106 NetRange: 174.132.0.0 - 174.133.255.255 CIDR: 174.132.0.0/15 Name: 6a.e1.84ae.static.theplanet.com Address: 174.132.225.106 OriginAS: AS36420, AS30315, AS13749, AS21844 NetName: NETBLK-THEPLANET-BLK-15 NetHandle: NET-174-132-0-0-1 Parent: NET-174-0-0-0-0 NetType: Direct Allocation RegDate: 2008-06-17 Updated: 2012-02…
Re: HN will be down Saturday morning while we switch servers
#39That's generally how long I need to break an addiction