Live data from Hacker News

Ask HN: What are your favorite articles/blog posts of all time?

news.ycombinator.com

21–30 of 38 posts

Re: Ask HN: What are your favorite articles/blog posts of all time?

#25
A Brief, Incomplete, and Mostly Wrong History of Programming Languages

1964 - John Kemeny and Thomas Kurtz create BASIC, an unstructured programming language for non-computer scientists.

1965 - Kemeny and Kurtz go to 1964.

http://james-iry.blogspot.co.uk/2009/05/brief-incomplete-and...

Re: Ask HN: What are your favorite articles/blog posts of all time?

#26

Two great articles from TDWTF: * Programming Sucks! Or at least, it ought to! [0] * The Oracle Effect [1] EDIT - formatting again [0] http://thedailywtf.com/articles/Programming-Sucks!-Or-At-Lea... [1] http://thedailywtf.com/articles/the-oracle-effect

"Programming Sucks! Or at least, it ought to!" is one of the best ever written. I make sure to read it every 6 months or so to keep myself grounded

Re: Ask HN: What are your favorite articles/blog posts of all time?

#27
"The Duct tape Programmer" By Joel Spolsky is a good one.

It always reminds me that we are here to build software, not design the perfect system. The quote from Zawinski is great

"It was decisions like not using C++ and not using threads that made us ship the product on time."

http://www.joelonsoftware.com/items/2009/09/23.html

Re: Ask HN: What are your favorite articles/blog posts of all time?

#28
post #20

There is a well known open ended interview question - "what happens when you type a url in a browser and hit enter?". I have many a times imagined (I have never been asked this exact question) overwhelming the interviewer with details, that comes in waves, by going deeper and deeper, by asking rhetorical questions like "but what happens there" loudly and not caring what he answers, almost channeling Sheldon Cooper. I…

This is probably the best version of this that I know of: https://plus.google.com/+JeanBaptisteQueru/posts/dfydM2Cnepe

A few months/years ago there was a Github repo that tried to crowdsource this in excruciating detail.

Re: Ask HN: What are your favorite articles/blog posts of all time?

#30
post #20

There is a well known open ended interview question - "what happens when you type a url in a browser and hit enter?". I have many a times imagined (I have never been asked this exact question) overwhelming the interviewer with details, that comes in waves, by going deeper and deeper, by asking rhetorical questions like "but what happens there" loudly and not caring what he answers, almost channeling Sheldon Cooper. I…

https://github.com/alex/what-happens-when also great
Post reply on HN