Live data from Hacker News

Show HN: Paste a link to an article, get a minimal version to read

justread.mpgarate.com

31–36 of 36 posts

Re: Show HN: Paste a link to an article, get a minimal version to read

#31

what is different about this than the original arc90 readability algorithm with an URL field added to kick off the processing?

This project directly uses the Readability api. I created this as a more simple interface than Readability offers, primarily for my own personal use as a bookmarklet.

I didn't know they had an API. Would it be easy to create a bookmarklet that used it? I don't like their extension, it feels too heavy. I want something that doesn't run until I invoke it.

Re: Show HN: Paste a link to an article, get a minimal version to read

#32
post #27

http://justread.mpgarate.com/read?url=news.ycombinator.com%2... see also readability. but what I really want is a low bandwidth version of a webpage, to conserve my mobile data plan.

Could the browser tackle this? If I understand it correctly, in broad strokes, nothing comes down unless the browser asks the server for it.

I'm dating myself, but when I first learned about HTML, the idea was that text would be organized so the browser could make it more readable for you, based on your needs. For instance, a deaf person could use a text-to-speech browser, and perhaps the heading tags would help them navigate the document.

Today's web page simply treat the screen as a graphical canvas.

In those old days, I also learned that having a crummy obsolete browser for my crummy obsolete computer actually sped up browsing because my browser was simply incapable of downloading the stuff that ate bandwidth.

Re: Show HN: Paste a link to an article, get a minimal version to read

#34
post #22

By the way, does anybody here know of an algorithm (and/or already implemented open-source library/app) that copes well with auto-extracting content from forum-like websites? (i.e. phpBB, StackOverflow, HN, reddit, ...)

My suggestion would be to understand the Boilerpipe algorithm, which as far as I can see is the best available solution (and much clearer than readability): http://www.l3s.de/~kohlschuetter/publications/wsdm187-kohlsc...

You can then easily adapt it for your requirements.

Re: Show HN: Paste a link to an article, get a minimal version to read

#35
post #27

http://justread.mpgarate.com/read?url=news.ycombinator.com%2... see also readability. but what I really want is a low bandwidth version of a webpage, to conserve my mobile data plan.

That is correct. justread will save you data compared to loading the original page. No javascript, ads, extra images unrelated to the article etc. It does, however, keep the images, since often they are an interesting part of an article.

Re: Show HN: Paste a link to an article, get a minimal version to read

#36

Don't spose you're putting the source up anywhere? Knowing my luck I'd get used to reading with this, then you'd disappear off the internet forever. It'd be nice to be able to self-host.

That is a nice idea. I'll have to prepare the code a bit for this but will likely do so. In that case, I will let you know.

justread is written with golang!

Post reply on HN