Hacker Newsnew | past | comments | ask | show | jobs | submit | 2009-05-05login
Stories from May 5, 2009
Go back a day, month, or year. Go forward a day, month, or year.
1.Renowned reverse engineer Fravia says goodbye (fravia.com)
126 points by ilitirit on May 5, 2009 | 52 comments

I love the CEO blaming the economy. When times are good, these weasels take home bonuses for their managerial success. But the moment things go wrong, they are right there blamestorming everyone and everything else.

Schmucks.

3.Getting Buzz: From 0 to (maybe) Forbes in under a week (kyro.posterous.com)
81 points by mariorz on May 5, 2009 | 41 comments
4.JQuery Plugin: Facebook Style Tokenizing Input Box (loopj.com)
77 points by foobar2k on May 5, 2009 | 9 comments
5.Posterous (YC S08) launches group blogs that are also email lists (mashable.com)
68 points by rantfoil on May 5, 2009 | 17 comments
6.Scaling Django - Michael Malone, Euro Django Con [pdf]
71 points by samueladam on May 5, 2009 | 4 comments
7.Fix a bug in Ruby’s configure.in and get a ~30% performance boost (timetobleed.com)
60 points by vaksel on May 5, 2009 | 11 comments
8.Create online UML diagrams in seconds (yuml.me)
57 points by flexterra on May 5, 2009 | 18 comments
9.What MySQL Founder Michael Widenius said about Oracle acquiring Sun (monty-says.blogspot.com)
52 points by edw519 on May 5, 2009 | 10 comments
10.Ask HN: Explain AWS
50 points by gsmaverick on May 5, 2009 | 31 comments

I find it regrettable that Wikipedia, which has lengthy pages on cartoon and soap opera characters, feels the need to save bytes by deleting a page about a real person who publicly contributed knowledge to the community.

(Google cache still has it, as of today)

12.Rule-Based Programming in Interactive Fiction (eblong.com)
47 points by krs on May 5, 2009 | 6 comments
13.How to beat that exhausted feeling (guardian.co.uk)
47 points by cake on May 5, 2009 | 31 comments
14.Request for Arc Bugs (arclanguage.org)
46 points by pg on May 5, 2009
15.The Britney Spears Problem (americanscientist.org)
44 points by edw519 on May 5, 2009 | 7 comments

"blamestorming" - my new favorite word of the day.

Every EC2 instance has about 150GB of transient disk space. It works like a regular disk but once you shutdown the instance (or in the rare event the instance fails) the disk is gone forever. To solve this problem, Amazon provides EBS volumes ("elastic block storage"). These are like raw disks that you can create on the fly. You create one, attach it to your instances, give it a filesystem, and then mount it.

You can run MySQL off of the transient disk ("/mnt") but you should consider running it off of an EBS volume. One reason is because you won't lose the disk if something happens to the instance. Another is that you can use the snapshots feature to create instant backups of your database. Later on you can create new EBS volumes from a snapshot (which is really cool for building a stage environment with production data).

This may sound a bit complicated when you're just starting out. It was for me anyway so after working with AWS for a couple years I started working on a development and deployment tool for EC2. The configuration is entirely via a Ruby DSL.

You define the properties of your environments and roles with the machines DSL (including EBS volumes) and you script your repeatable processes (like deployments) with the routines DSL:

http://github.com/solutious/rudy/blob/0.7/Rudyfile

If Python is more your style, there's boto: http://code.google.com/p/boto/

18.Does your monitor hurt your eyes at night? Auto-adjust your color temperature. (stereopsis.com)
40 points by chaosmachine on May 5, 2009 | 21 comments
19.Face transplant patient is revealed (nytimes.com)
39 points by raheemm on May 5, 2009 | 19 comments

Wow. If you ever wanted evidence that Wikipedia isn't genuinely open to everyone, that would be it: an entry that is "protected" against too many people trying to create it.
21.Opening in SF hacker house (divvyshot.com)
37 points by mwerty on May 5, 2009 | 10 comments
22.Notification Strategies for Social Networks (w/ math) (20bits.com)
36 points by snakelemma on May 5, 2009 | 9 comments
23.Apple drives iPhone app developers to the brink (theregister.co.uk)
35 points by Quarrelsome on May 5, 2009 | 29 comments
24.HBC: Hierarchical Bayes Compiler (utah.edu)
35 points by morpheism on May 5, 2009 | 4 comments
25.Designer/Writer Selling Everything She Owns (goodbyewafflemaker.com)
35 points by tortilla on May 5, 2009 | 25 comments

Either she never owned any underwear, or it's all sold already.
27.Bypassing the VC: Funding Your Business with Deferred Revenue (markenomics.com)
35 points by mediaman on May 5, 2009 | 11 comments
28.Why Twitter catches on: No guilt (businessweek.com)
34 points by peter123 on May 5, 2009 | 13 comments

Man, I love Silicon Valley.

Where else in the world will you hear about $700M acquisitions of a company that is generating no revenue?

30.Quitting your day job to make video games.
30 points by mparent61 on May 5, 2009 | 19 comments

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: