Live data from Hacker News

Get off HN and work

news.ycombinator.com

1–10 of 11 posts

Get off HN and work

#1
Just a friendly nudge from a longtime lurker-

The holiday break has given me some extra bandwidth to stay up-to-date on HN, but I've found myself spending too much time consuming and not enough time producing. Get out there and make something cool! (I'm learning Rails :P)

Re: Get off HN and work

#4
Trying to figure out how to sed script all of the double spaces in gtypist to single space. I know that the sed line would be:

  sed 's/  / /g';
I'm just not sure how run to through all the files and do the switch. I think I might just do it by hand. Theres only 46 of them.

Re: Get off HN and work

#6

Trying to figure out how to sed script all of the double spaces in gtypist to single space. I know that the sed line would be: sed 's/ / /g'; I'm just not sure how run to through all the files and do the switch. I think I might just do it by hand. Theres only 46 of them.

This might help: http://how-to.wikia.com/wiki/Howto_use_find_and_sed_to_make_...

Re: Get off HN and work

#10
Wasting and hour a day on hacker news increased my productivity tremendously. I have had cases where I have a problem and the solution is on first page. Or a simple search can find a lot off good info even better than stackoverflow. Pretty nice side effect for non QA site.
Post reply on HN