Live data from Hacker News

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

justread.mpgarate.com

21–30 of 36 posts

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

#21
post #2

Useful for articles that have sluggish javascript behavior, span multiple pages, or are otherwise hard to read. Example use with a TechCrunch article: http://justread.mpgarate.com/read?url=http%3A%2F%2Ftechcrunc... Also works well as a bookmarklet: javascript:window.location.replace(" http://justread.mpgarate.com/read?url=" + escape(document.URL))

Ugh, I need to set up an extension to automatically rewrite all Techcrunch urls.

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

#23
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, ...)

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

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

#24

package it with http://squirt.io/ and suddenly we can read everything

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.

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

#25
post #23
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, ...)

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

The point is I want some heuristic that would work "automagically" (like Readability, etc), not requiring me to invent a tailor-made xpath for each and every such website in the world.

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

#26
post #25
post #23

Earlier quoted context omitted.

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

The point is I want some heuristic that would work "automagically" (like Readability, etc), not requiring me to invent a tailor-made xpath for each and every such website in the world.

Oh, alright.

If there is such a thing I'd be interested to learn about it myself. TBH "tailor make an xpath for every site" is the best solution i'm aware of.

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

#30
post #25
post #23

Earlier quoted context omitted.

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

The point is I want some heuristic that would work "automagically" (like Readability, etc), not requiring me to invent a tailor-made xpath for each and every such website in the world.

Try this:

http://fivefilters.org/content-only/

It has a default extractor, and site-specific recipes use the same format as Instapaper, so you can leverage the work Marco has done on different sites.

Post reply on HN