February 2012
25 posts
2 tags
The Hardest Thing About Teaching: Knowing When to...
Comments [shared via Hacker News]
Feb 29th
2 tags
Introducing Collusion: Discover who’s tracking you...
Comments [shared via Hacker News]
Feb 29th
2 tags
About normalize.css: a modern, HTML5-ready...
Comments [shared via Hacker News]
Feb 29th
2 tags
We started requiring code reviews for everything,...
Comments [shared via Hacker News]
Feb 29th
2 tags
IBM shows off quantum computing advances, says...
Comments [shared via Hacker News]
Feb 28th
2 tags
How to solve supposedly intractable problems
Comments [shared via Hacker News]
Feb 28th
2 tags
Edge Rails: PATCH is the new primary HTTP method...
What is PATCH? The HTTP method PUT means resource creation or replacement at some given URL. Think files, for example. If you upload a file to S3 at some URL, you want either to create the file at that URL or replace an existing file if there’s one. That is PUT. Now let’s say a web application has an Invoice model with a paid flag that indicates whether the invoice has been paid....
Feb 26th
2 tags
Woz on Creativity: Work Alone
Comments [shared via Hacker News]
Feb 24th
2 tags
Amazon Simple Workflow - Cloud-Based Workflow...
Comments [shared via Hacker News]
Feb 22nd
2 tags
How Basecamp Next got to be so damn fast without...
When we started working on Basecamp Next last year, we had much internal debate about whether we should evolve the existing code base or rewrite it. I’ll dive more into that debate further in a later post, but one of the key arguments for a rewrite was that we wanted a dramatic leap forward in speed — one that wouldn’t be possible through mere evolution. Speed is one of those core competitive...
Feb 18th
2 tags
Increasing User Engagement in Emails
Comments [shared via Hacker News]
Feb 17th
2 tags
Books every self-taught computer scientist should...
There are three books that I believe that every self-taught computer scientist should read. These are books that I often recommend to smart junior developers that learned their knowledge by doing instead of schooling. These are books that will close the gap for people that fall into the category of “or equivalent experience” on a job posting. The first book is the venerable C...
Feb 15th
2 tags
Heroku makes sharing SQL data as easy as URL
Comments [shared via Hacker News]
Feb 15th
2 tags
Game Developer Gives 7-Year-Old Best Birthday...
Comments [shared via Hacker News]
Feb 14th
2 tags
Rails is Definitely Not for Beginners
Comments [shared via Hacker News]
Feb 14th
2 tags
Episode #246 - February 14, 2012
It’s Valentine’s Day and on this episode we Deliver Newman to the Lion, while the Little Guys go on a Anonymous donation Spree for Travis CI! Listen to this episode on Ruby5 This episode is sponsored by Top Ruby Jobs If you’re looking for a Ruby job or for top Ruby talent, then you should check out Top Ruby Jobs. Top Ruby Jobs is a website dedicated to the best jobs...
Feb 14th
2 tags
Remove Finder from the Application Switcher in Mac...
Comments [shared via Hacker News]
Feb 13th
2 tags
Back on Linux (after one year of Apple and OS X)
Comments [shared via Hacker News]
Feb 13th
2 tags
Rails migrations with no downtime
Comments [shared via Hacker News]
Feb 13th
2 tags
Why we are much smarter than we think we are
Comments [shared via Hacker News]
Feb 13th
2 tags
Convert Ruby 1.8 to 1.9 hash syntax
In vim, for an entire file: :%s/:\([^ ]*\)\(\s*\)=>/\1:/g In the shell, for an entire project: perl -pi -e 's/:([\w\d_]+)(\s*)=>/\1:/g' **/*.rb Now, instead of those old-school hashes like this: get '/', :agent => MOBILE_BROWSERS do You’ll have new-school hashes like this: get '/', agent: MOBILE_BROWSERS do [shared via giant robots smashing into other giant robots]
Feb 12th
2 tags
After Years Of Drilling, Antarctic Lake Will Be...
By Katia Moskvitch Science reporter, BBC News The first satellite images of Lake Vostok were obtained in the 1990s Continue reading the main story Related Stories In Pictures: The hidden lake New lakes beneath Antarctic ice Secret rivers found in Antarctic With only about 50m left to...
Feb 2nd
19 notes
2 tags
Neil Young is right — piracy is the new radio
Comments [shared via Hacker News]
Feb 1st
21 notes
2 tags
Study Finds Engineers Far More Likely than MBAs to...
Comments [shared via Hacker News]
Feb 1st
18 notes
2 tags
Plan 9: The way the future was
Comments [shared via Hacker News]
Feb 1st