Hacker News new | ask | show | jobs
by oefrha 2182 days ago
Thanks for the reply and glad the feedback is of some value.

Re extension: I'm not clear on why an extension is needed for reading on readup.com (as opposed to on publishers' sites). Seems to me you can do all the tracking just fine with regular sandboxed JavaScript running on the web page? To be clear, when I'm not logged in or on an unsupported browser, I'm presented with two options: "Read it on Readup" (with a "Get Started" button) and "Continue to publisher's site", the former apparently being the recommended path; when I'm logged in there's only the "To read on Readup, add the Chrome extension" modal, but if I understood what you track correctly, reading on Readup shouldn't require any extra capabilities, whereas reading on publisher's site should. So in theory a user should be able to read everything on readup.com without using an extension, just like they would on instapaper.com or feedly.com (but with some added tracking). Is that not the case simply because you haven't had the time to develop native tracking, or did I miss some fundamental limitations?

Re timer: 500-600 wpm is pretty fast on average but I can certainly beat that when reading information-sparse content (e.g. most digital magazines) or when I consciously try to read fast, and I know people who read way faster than me... Also note that some people can maintain a high comprehension level even at high speed while others struggle to comprehend even when reading word by word. I guess your compromise may be okay, but it's certainly rather crude (not that I have a better idea).

Btw, Safari 14 is adding WebExtension API support.[1] (You're probably already aware of this but doesn't hurt to share.)

[1] https://developer.apple.com/documentation/safariservices/saf... (documentation is crap though, at a glance)

1 comments

Re: "Read it on Readup" - Again, great point. It should be read with Readup. To clarify, you're always reading on the publisher's site. It would be a crazy violation of copyright if we copied the article text into our web app for you to read on readup.com. That's why we need the extension, to inject the tracker into the publisher's article pages. Can you tell it's just the two of us an neither of us are designers or UX experts?

> I guess your compromise may be okay, but it's certainly rather crude (not that I have a better idea).

Haha 100% agree. One day, maybe a reading speed calibration during new user onboarding? As you pointed out though, speed varies even for an individual depending on what kind of content they are reading.

> Btw, Safari 14 is adding WebExtension API support.[1] (You're probably already aware of this but doesn't hurt to share.)

Wow, I was not aware! This is awesome! Thank you for sharing.