Hacker News new | ask | show | jobs
by Mahh 5572 days ago
Putting myself in positions where I have to pull through.

Like signing up to be a TA at the university -- now I know that I have to really master the course content.

Or telling people that I do/will do x and y.. so now I have to do x and y or else I'm a hypocrite and that sure would be bad. I tell my friends that I get out of bed by counting down out loud from 5..0, and that I ALWAYS get out of bed at 0. And I've convinced myself that I'm a hypocrite or fool of some sort if I don't follow through, just because i told people.

Also made a fun screen scraper last week for a course at the University that filled up with only Seniors and Juniors(has at least 100 students trying to get in). Crontabs to run my script which logs me into the course website and checks the spot availability of the class(and then alerts me if it's open). That's fun because only me and the other CS kids could possibly do this.

2 comments

Can you expand on how one would get started writing such a script? I've been meaning to do something like this for a while (partially as a legit exercise, partially for fun).
I did just the same thing! I'm using BeautifulSoup for scraping.