Live data from Hacker News

Show HN: Let's all connect on LinkedIn

docs.google.com

21–23 of 23 posts

Re: Show HN: Let's all connect on LinkedIn

#21

Earlier quoted context omitted.

Thanks, I made a note to that effect on the form. If anyone wants me to edit their url in the spreadsheet, please post the new linkedin url here.

#39, my new linkedin url is http://www.linkedin.com/in/pedalpete thanks

Done.

Re: Show HN: Let's all connect on LinkedIn

#23
To get the list of emails easily save the spreadsheet as a tsv and then run the following command on a UNIX system (replace hn.tsv with the name of the file that you just saved):

    tail +5 hn.tsv | awk '{print $5"@"$6}' | sort -u
Post reply on HN