Live data from Hacker News

Show HN: your personal, self-built productivity tool

news.ycombinator.com

1–10 of 15 posts

Show HN: your personal, self-built productivity tool

#1
Care to share a screenshot and the 'killer feature' of any of your personal, self-built productivity tools? eg. I made my own calendar and money-tracker last year - there are no other users, it makes no money, I have no plans to make it public, but it holds my life together :)

http://i.imgur.com/h2keJDg.png GREAT BECAUSE... it tells me how much I'm going to get paid this month.

Absolutely no ulterior motive here (ie. I'm not canvassing opinions for a productivity app startup or anything), just interested.

Re: Show HN: your personal, self-built productivity tool

#3
More of an anti-productivity tool, but I built a small app to manage my TV watching queue because I wasn't happy with any of the 5+ alternatives I tried.

http://www.queuerunner.com/

https://github.com/swanson/queue-runner

The "Killer Feature" is really the lack of features: all the other tv episode tracking guides have a bunch of Social crap, cover art, or lacked a unified queue. All I wanted was a single queue of episodes that automatically gets added to when new stuff airs.

Re: Show HN: your personal, self-built productivity tool

#4
post #3

More of an anti-productivity tool, but I built a small app to manage my TV watching queue because I wasn't happy with any of the 5+ alternatives I tried. http://www.queuerunner.com/ https://github.com/swanson/queue-runner The "Killer Feature" is really the lack of features: all the other tv episode tracking guides have a bunch of Social crap, cover art, or lacked a unified queue. All I wanted was a single queue of ep…

[deleted]

Re: Show HN: your personal, self-built productivity tool

#6

Here are a bunch of screenshots of my self-built academic productivity system - focused on reading PDFs, taking notes, extracting to a wiki, working on notes etc. http://reganmian.net/wiki/researchr:screenshots

This is supercool. You mind sharing the system?

Re: Show HN: your personal, self-built productivity tool

#7
A small web app, with Chrome extension, that I use for managing sets of checklists. The checklists are for jobs I don't do every day but still semi-regularly, so it's handy to make sure I'm not missing a step without visiting stackoverflow, etc.

https://dl.dropbox.com/u/1965035/Screen%20Shot%202013-02-13%...

https://dl.dropbox.com/u/1965035/Screen%20Shot%202013-02-13%...

Re: Show HN: your personal, self-built productivity tool

#9
post #3

More of an anti-productivity tool, but I built a small app to manage my TV watching queue because I wasn't happy with any of the 5+ alternatives I tried. http://www.queuerunner.com/ https://github.com/swanson/queue-runner The "Killer Feature" is really the lack of features: all the other tv episode tracking guides have a bunch of Social crap, cover art, or lacked a unified queue. All I wanted was a single queue of ep…

Awesome, any chance you can sare the APIs you used?

Re: Show HN: your personal, self-built productivity tool

#10
post #3

More of an anti-productivity tool, but I built a small app to manage my TV watching queue because I wasn't happy with any of the 5+ alternatives I tried. http://www.queuerunner.com/ https://github.com/swanson/queue-runner The "Killer Feature" is really the lack of features: all the other tv episode tracking guides have a bunch of Social crap, cover art, or lacked a unified queue. All I wanted was a single queue of ep…

Awesome, any chance you can sare the APIs you used?

Sure - it uses the TraktTv API (http://trakt.tv/api-docs) which I believe is based on the TheTVDB. I picked that one because it had JSON (TheTVDB uses XML and you have to request a key).

I run a cron job that polls the API once a day to check for new episodes.

Here's the code: https://github.com/swanson/queue-runner/blob/master/app/doma...

Post reply on HN