Earlier quoted context omitted.
Not when the HTTP request itself is more complicated to do than actually reimplementing the thing in Javascript. NOTE: If you are using a library for easily doing HTTP requests, than you can probably use a library for estimating time to read.
I like the notion that a service can continue to improve under the covers without me needing to do software updates to get a new version of library. I know you can just include an external JavaScript library but I only do that for sources I trust.
Show HN: Estimated Reading Time API
21–30 of 30 posts
Re: Show HN: Estimated Reading Time API
#22Re: Show HN: Estimated Reading Time API
#23Remember that URLs don't always point to websites: http://klopets.com/readtime/?url=file:///etc/passwd http://klopets.com/readtime/?url=file:///etc/shadow
But if you wrote this to warn me, then thanks!
Re: Show HN: Estimated Reading Time API
#24To those folks saying, "this is easy to code up in JavaScript" or "Pelican already does this for you" -- does it do it for you for other people's content? I like this because I can just plug in the URL of any old article I might want to read and see what I'm getting myself into, e.g. http://klopets.com/readtime/?url=http://www.newyorker.com/ma... . Now that I know it's a 15 minute read, I'll probably save it for late…
I have a lot of quality content marked for later and not knowing how long it is (especially when e.g. commuting to work when I have 10 minutes only) is rather annoying. And managing the list isn't something I fancy doing myself (we have computers for that!).
Drop me an email (in my profile) if you want to talk a bit more about this problem.
Re: Show HN: Estimated Reading Time API
#25Remember that URLs don't always point to websites: http://klopets.com/readtime/?url=file:///etc/passwd http://klopets.com/readtime/?url=file:///etc/shadow
Aaaaand now there are tens of IPs trying to access /etc/passwd. Tailing my "failed hack attempts" log is kinda fun now. But if you wrote this to warn me, then thanks!
Re: Show HN: Estimated Reading Time API
#26I plugged one of my own posts in and it read 3 minutes and 166 seconds (5 minutes and 46 seconds).
Re: Show HN: Estimated Reading Time API
#27Curious as to why the reading time is estimated as 2 minutes and 96 seconds. Wondering if it isn't supposed to be 3 minutes and 36 seconds? I plugged one of my own posts in and it read 3 minutes and 166 seconds (5 minutes and 46 seconds).
Re: Show HN: Estimated Reading Time API
#28To those folks saying, "this is easy to code up in JavaScript" or "Pelican already does this for you" -- does it do it for you for other people's content? I like this because I can just plug in the URL of any old article I might want to read and see what I'm getting myself into, e.g. http://klopets.com/readtime/?url=http://www.newyorker.com/ma... . Now that I know it's a 15 minute read, I'll probably save it for late…
Re: Show HN: Estimated Reading Time API
#29Remember that URLs don't always point to websites: http://klopets.com/readtime/?url=file:///etc/passwd http://klopets.com/readtime/?url=file:///etc/shadow
Aaaaand now there are tens of IPs trying to access /etc/passwd. Tailing my "failed hack attempts" log is kinda fun now. But if you wrote this to warn me, then thanks!
I did.
You're not the first person to make that kind of mistake, and I assumed it was an obvious enough "attack" that trying to communicate it privately wasn't required.
Re: Show HN: Estimated Reading Time API
#30Earlier quoted context omitted.
Aaaaand now there are tens of IPs trying to access /etc/passwd. Tailing my "failed hack attempts" log is kinda fun now. But if you wrote this to warn me, then thanks!
> But if you wrote this to warn me, then thanks! I did. You're not the first person to make that kind of mistake, and I assumed it was an obvious enough "attack" that trying to communicate it privately wasn't required.