Live data from Hacker News

Instant Motivation

instamotivation.com

21–29 of 29 posts

Re: Instant Motivation

#22
post #15

Does any know if there are any scripts/css around that could help me create something like this? I'm more of a tinkerer than a coder

I was just thinking a hackernews userscript that tossed these up somewhere in the layout might be good, given the audience. The core of it's just picking a random quote from an array so it should be simple. You could select lines or quotes from users and add them to the queue with LocalStorage or something. I am now apparently working on this...

haha look forward to seeing it! Letme know when you get it up and running @mutlu82

Re: Instant Motivation

#27
post #24

My friend and I made something similar, for photographers: http://www.youknowyoureaphotographerwhen.com

Nice! Are the background images huge? They took a long time to load :(

The background images are user submitted, but we limit to 400kB to keep a good quality, these are photographers after all ;)

Re: Instant Motivation

#29
post #15

Earlier quoted context omitted.

I was just thinking a hackernews userscript that tossed these up somewhere in the layout might be good, given the audience. The core of it's just picking a random quote from an array so it should be simple. You could select lines or quotes from users and add them to the queue with LocalStorage or something. I am now apparently working on this...

haha look forward to seeing it! Letme know when you get it up and running @mutlu82

Since it looks like this is going to take a while (long long long after anyone will care), here's where I am now:

https://gist.github.com/4220255

All it does is take a random quote from the array and stick it in an extra table row, and there's a link that alerts text selected by the mouse (which is currently pointless) and I need to do all the localstorage stuff but yeah.

Post reply on HN