top | item 8319903

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

78 points| mpgarate | 11 years ago |justread.mpgarate.com | reply

34 comments

order
[+] topherjaynes|11 years ago|reply
To show of the functionality for first time page landers you should pre-populate with a popular article url. I had to open a new tab and find an article to test. I almost didn't come back. Almost, but glad I did!
[+] grimtrigger|11 years ago|reply
I see website after website make this mistake. How is this not painfully obvious?
[+] glittershark|11 years ago|reply
Pentadactyl command to do this with the currently open page:

    :command! justread execute 'open justread.mpgarate.com/read?url=' + buffer.URL
[+] hyp0|11 years ago|reply
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.

[+] analog31|11 years ago|reply
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.

[+] mpgarate|11 years ago|reply
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.
[+] cdbattags|11 years ago|reply
package it with http://squirt.io/ and suddenly we can read everything
[+] goldfeld|11 years ago|reply
Anyone who thinks speedreaders like this are a good idea should look into the opthtamologist Bates' research and method. Reading without moving your eyes equals tension and stress on your eyes and related muscles (neck, shoulders.) It's a great way to increase your need for glasses.
[+] vidyesh|11 years ago|reply
Not sure if this practically possible to read a whole article this way or not but this is an awesome tool.

How come I never stumbled upon this!?

Thank you very much.

[+] scoot|11 years ago|reply
I've added bookmarklets for both, and you can Clean (which sorts out multi-page articles, sidebars etc.) then Squirt to speed-read the resulting article. They really do go hand-in-hand.
[+] notastartup|11 years ago|reply
oh my god. that is an amazing tool. really hard to say but I don't think I caught everything or remember everything I read but do feel like I can understand what I am reading. I keep trying to sound out the words and give up and begin look at the words only like pictures. its a surreal experience.
[+] masukomi|11 years ago|reply
what is different about this than the original arc90 readability algorithm with an URL field added to kick off the processing?
[+] mpgarate|11 years ago|reply
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.

[+] akavel|11 years ago|reply
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, ...)
[+] krapp|11 years ago|reply
Umm... anything that uses xpaths should work I would think.

Apologies for blowing my own horn but I've had some luck filtering HN and reddit with this project I built (I used to have an example in progress online but i've taken it down): https://github.com/kennethrapp/embedbug

[+] suprjami|11 years ago|reply
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.

[+] mpgarate|11 years ago|reply
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!

[+] infinitone|11 years ago|reply
At first I thought by minimal, you meant summarized/shortened. Perhaps use an additional words to describe what you mean.

Other than that- looks good.

[+] praveenster|11 years ago|reply
Care to share the details of the html parser? is it one of arc90/goose/boilerpipe/fivefilters or a new engine?
[+] cag_ii|11 years ago|reply
> Built by mpgarate with the Readability API.

Is noted in the footer.

[+] badloginagain|11 years ago|reply
Would like to see as a browser extension, one button click to view the page in a readable format. Great work.
[+] wehadfun|11 years ago|reply
this is great would like it even more if it remove all images and displayed text in a boring font.
[+] nazgul|11 years ago|reply
You're not concerned about the copyright issues related to this?