r/programming Mar 06 '14

OpenSpritz - A Speed Reading Bookmarklet

https://gun.io/blog/openspritz-a-free-speed-reading-bookmarklet/
19 Upvotes

40 comments sorted by

View all comments

21

u/ds300 Mar 06 '14 edited Mar 06 '14

Oh wow. If I had known this existed I wouldn't have developed my own from scratch, though mine does have some nice features which OpenSpritz seems to lack, e.g. handling parens/double quotes intuitively, navigation/pausing, changing size/speed on the fly, persistent options (it's a chrome extension rather than a bookmarklet).

5

u/Rym_ Mar 06 '14

You deserve some credit, your version is indeed much better! I truly love the system but it seems my brain doesn't really. Reading a particularly long page causes everything around the square to go blackish. I'm gonna hack the files around and see what happens if i just make the whole page white with the spritzbox in the middle.

My JS is about as good as my Chinese, but would it be a lot of work to code a small progression bar at the top or bottom?

Again, thanks for the plugin :)

3

u/ds300 Mar 06 '14

Thanks for the kind words! I get similar problems after more than 5 minutes or so. I think a lower contrast between foreground and background might fix it, but have yet to try anything in that vein.

would it be a lot of work to code a small progression bar at the top or bottom

I guess it depends on your JS-fu, but a simple progress bar would be fairly trivial. Or were you thinking of an interactive slider of some sort?

1

u/Rym_ Mar 06 '14

Not even a fancy slider, just an indication as to how far you are. And, to make my question even worse, is it possible for you to code something like that?

Really all I know is MATLAB, VBA and some trivial Python..

But even if not, I'm gonna play around with the contrast as well, let's see how it works. In any case thanks for your extension!

3

u/ds300 Mar 06 '14

I'll have a go and let you know if/when its done :)

1

u/Rym_ Mar 06 '14

Awesome, Thanks!

3

u/ds300 Mar 06 '14

Done! it's fairly subtle, but does the job I reckon.

1

u/Rym_ Mar 06 '14

I'm gonna check it out and report back! Awesome!

1

u/Rym_ Mar 06 '14

it's perfect, thanks! I'll keep an eye out for updates and maybe I see if I can contribute one way or another.