Hacker Newsnew | past | comments | ask | show | jobs | submit | 2009-12-24login
Stories from December 24, 2009
Go back a day, month, or year. Go forward a day, month, or year.
1.Making Prodigy's "Smack My Bitch Up" in Ableton by Jim Pavloff (victusspiritus.com)
183 points by messel on Dec 24, 2009 | 63 comments
2.Installing Etherpad (pauleira.com)
129 points by nuba on Dec 24, 2009 | 6 comments
3.IKEA: Flat-pack accounting (2006) (economist.com)
113 points by InclinedPlane on Dec 24, 2009 | 31 comments
4.Movement Mechanics in “The Legend of Zelda” (troygilbert.com)
102 points by fogus on Dec 24, 2009 | 10 comments
5.Intercepting Predator Video (schneier.com)
89 points by wglb on Dec 24, 2009 | 46 comments
6.The disappointingly ongoing success of WvDial (apenwarr.ca)
79 points by windsurfer on Dec 24, 2009 | 24 comments
7.Amazon goes down; takes S3, Salesforce, Target, and others with them. (techcrunch.com)
78 points by Sam_Odio on Dec 24, 2009 | 46 comments
8.Merry Christmas & a very happy 2010 HN
74 points by jacquesm on Dec 24, 2009 | 21 comments
9.Walter Bright on C's Biggest Mistake (dobbscodetalk.com)
64 points by kssreeram on Dec 24, 2009 | 47 comments
10.WePay’s (YC S09) Group Payments Get Some Big-Name Backers, Including Max Levchin (techcrunch.com)
58 points by aberman on Dec 24, 2009 | 12 comments
11.Ask PG: What would your next startup be?
58 points by nick007 on Dec 24, 2009 | 32 comments
12.Git: The Lean, Mean, Distributed Machine (slideshare.net)
58 points by r11t on Dec 24, 2009 | 27 comments
13.Ask HN: Plans for 2010
53 points by aitoehigie on Dec 24, 2009 | 89 comments
14.Sideroller demo. Have fun. (sideroller.com)
46 points by Asmodeus on Dec 24, 2009 | 24 comments
15.Maps Navigation : Google vs a Startup (silicontryst.wordpress.com)
46 points by nishantmodak on Dec 24, 2009 | 37 comments
16.Stealthy Passive Spliced Network Tap (janitha.com)
45 points by janitha on Dec 24, 2009 | 12 comments
17.Female Founder Successes of 2009 (women2.org)
45 points by jlhamilton on Dec 24, 2009 | 11 comments
18.Microsoft Security Essentials Ranks as Best-Performing Free Antivirus (lifehacker.com)
43 points by hvasishth on Dec 24, 2009 | 1 comment
19.Ask HN: What are your goals for your startups in 2010?
40 points by vaksel on Dec 24, 2009 | 58 comments

JavaScript has always had a gorgeous object model hidden within Java-esque syntax. CoffeeScript is an attempt to expose the good parts of JavaScript through syntax that favors expressions over statements, cuts down on punctuation noise, and provides pretty function literals. This CoffeeScript:

    square: x => x * x.
Compiles into this JavaScript:

    var square = function(x) {
      return x * x;
    };
If anyone has specific ideas about aspects of JavaScript that they think could be more convenient or better-looking, I'd love to hear them. Cheers.
21.Symbols.com (symbols.com)
39 points by fogus on Dec 24, 2009 | 3 comments
22.Make Your Mockup in Markup (24ways.org)
38 points by justinl on Dec 24, 2009 | 17 comments
23.Ask HN: Review my site, CureCRM.com (curecrm.com)
36 points by alexS on Dec 24, 2009 | 44 comments
24.Our Google Government (philosecurity.org)
34 points by elcron on Dec 24, 2009 | 8 comments

And people told me I was crazy for hard-coding IP addresses for s3.amazonaws.com and sdb.amazonaws.com into the Tarsnap code... :-)
26.NoSQL with MySQL in Ruby - Friendly (friendlyorm.com)
32 points by madh on Dec 24, 2009 | 13 comments
27.Two logic puzzles (nickyee.com)
29 points by RiderOfGiraffes on Dec 24, 2009 | 36 comments
28.Boeing’s 787 Is as Innovative Inside as Outside (wired.com)
28 points by edw519 on Dec 24, 2009 | 22 comments

Well, they say confession is good for the soul...

I've got four great kids. They're bright, curious, fun and I love 'em to bits. Thing is, I absolutely suck at being a Dad. I'm lazy, vague, inconsistent, moody and I find it all to easy to go hide in the study and respond to interruptions with "Go and play. Can't you see I'm busy".

I don't want to be like this, not one little bit, so my one goal for this year is - no excuses, work at becoming a better Dad.


Please tell us about the time you most successfully hacked some (non-computer) system to your advantage.

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

Search: