Do you read HackerNews all day and never actually do anything?
121–130 of 149 posts
Re: Do you read HackerNews all day and never actually do anything?
#122Re: Do you read HackerNews all day and never actually do anything?
#123Simple hack: 2 computers, one for work and one for the internet. Different workstations, preferably in different rooms. It's a lot harder to get up off your ass than to hit alt-tab. Harness that laziness to your advantage.
Cheaper hack if you can't afford two computers. Two seats. I don't work when sitting in my bedroom, but when I sit at my living room table I only work.
Re: Do you read HackerNews all day and never actually do anything?
#124someone should make a browser extension that visually blocks out parts of a page while you're supposed to be working. it would slowly reveal (say from top to bottom) parts of it the more time you're away from it and actually working. this way, your "reward" would be a fully rendered page every 10 minutes or so.
Re: Do you read HackerNews all day and never actually do anything?
#125Earlier quoted context omitted.
Cheaper hack if you can't afford two computers. Two seats. I don't work when sitting in my bedroom, but when I sit at my living room table I only work.
Really you can't afford 2 computers? I can build a machine good enough for web-browsing for under $200. You need a monitor, sure, but people are giving away CRTs. I got a 19" 1600x1200@70Hz CRT for free last year. edit This is with all new components in the box; it's even cheaper if you can get "hand-me-down" components, which should be easy for anyone on HN.
Re: Do you read HackerNews all day and never actually do anything?
#126Earlier quoted context omitted.
I use the /etc/hosts block, but defeat myself if I edit it... would you be willing to share the cron job? Much oblidged!
If I understood correctly it should be as simple as having an extra file setup to replace your hosts file say /etc/hosts.override and put all your blocked hosts there along with your regular hosts file. Then you just add a 30 minute cron job to do cp /etc/hosts.override /etc/hosts
Make sure the user who runs the job has permission to overwrite the file.
Re: Do you read HackerNews all day and never actually do anything?
#127Re: Do you read HackerNews all day and never actually do anything?
#128 noprocrast: yes
maxvisit: 15
minaway: 180
That will allow you spend no more than 15 minutes every 3 hoursRe: Do you read HackerNews all day and never actually do anything?
#129I've never been at the stage where I don't do _anything_, but I'm often frustrated that I don't do _enough_. I went through a stage of spending way too much time on Reddit - on the order of 4-5 hours a day. This has been discussed often, but it can be crippling - as soon as you hit the tiniest mental roadblock, you switch your browser to Reddit, next thing you know it's 20 minutes later and not only is your roadblock…
I just have a "startwork" script that uncomments my etc/hosts files. #!/bin/sh bash -c "awk '{sub(/#127/, "127")};{print}' /etc/hosts > /etc/hosts.new; mv /etc/hosts.new /etc/hosts;" And my etc/hosts looks like this: 127.0.0.1 www.onemorelevel.com 127.0.0.1 onemorelevel.com #127.0.0.1 www.hulu.com #127.0.0.1 news.ycombinator.com #127.0.0.1 www.facebook.com #127.0.0.1 www.youtube.com #127.0.0.1 www.netflix.com #127.0.…
Re: Do you read HackerNews all day and never actually do anything?
#130I may have a monkey on my back but at least he is fairly civil and always has something interesting to say.