Worth re-reading Marco Arment's blog post about selling Instapaper 3 years ago: https://marco.org/2013/04/25/instapaper-next-generation "Instapaper needs a new home where it can be staffed and grown, but I didn’t want to give it to a big company that would probably just shut it down in six months." Oof.
Instapaper is joining Pinterest
51–60 of 217 posts
Re: Instapaper is joining Pinterest
#52Earlier quoted context omitted.
Wallabag ( https://www.wallabag.org/ ) if you want self-hosted. Pinboard ( https://pinboard.in ) offers archiving for (I believe) $25 a year. Or Pocket ( https://getpocket.com/ ) which used to be Read-It-Later.
Thanks for the link to Wallabag, I had never heard of it. Looks very interesting. I use Pinboard, and pay for the archiving option. I even periodically request a tarball of the archive for my own backup. Pinboard archives the entire page, not just a readable version of the content. For archival and reference purposes, I like this. It would be nice if Pinboard also provided a readable option. In fact, a number of the…
Re: Instapaper is joining Pinterest
#53Bummer. I love and use instapaper, gathering articles for a few weeks to read at altitude. It's a great product, and I paid for a subscription these last years in the hopes that I could therefore continue to enjoy it. Now it's sold to Pinterest, one of the two sites I don't bother with links to—because I know Pinterest and Quora will require me to sign in rather than show me what they showed a search engine. What els…
Wallabag ( https://www.wallabag.org/ ) if you want self-hosted. Pinboard ( https://pinboard.in ) offers archiving for (I believe) $25 a year. Or Pocket ( https://getpocket.com/ ) which used to be Read-It-Later.
Re: Instapaper is joining Pinterest
#54Re: Instapaper is joining Pinterest
#55So what kind of value does Instapaper adds/will add to Pinterest? Will there be a pin it later functionality? I fail to see how Pinterest gains from such an acquisition.
Re: Instapaper is joining Pinterest
#56So what kind of value does Instapaper adds/will add to Pinterest? Will there be a pin it later functionality? I fail to see how Pinterest gains from such an acquisition.
Re: Instapaper is joining Pinterest
#57Earlier quoted context omitted.
Thanks for the link to Wallabag, I had never heard of it. Looks very interesting. I use Pinboard, and pay for the archiving option. I even periodically request a tarball of the archive for my own backup. Pinboard archives the entire page, not just a readable version of the content. For archival and reference purposes, I like this. It would be nice if Pinboard also provided a readable option. In fact, a number of the…
I'm cool with the idea of providing a readable option in Pinboard, since I already do something similar to get the text out of the page for indexing. Any library for this you particularly like?
Some interesting reading is Christian Kohlschütter's thesis on this problem, which is framed in academia as "how do we assemble good text corpuses from webpages for data analysis, which means removing junk (boilerplate) from our HTML crawls" (https://code.google.com/archive/p/boilerpipe/wikis/WSDM2010P...). Boilerpipe would probably be the right way to go, but if you're not using Java it could be harder to integrate.
Re: Instapaper is joining Pinterest
#58Earlier quoted context omitted.
Thanks for the link to Wallabag, I had never heard of it. Looks very interesting. I use Pinboard, and pay for the archiving option. I even periodically request a tarball of the archive for my own backup. Pinboard archives the entire page, not just a readable version of the content. For archival and reference purposes, I like this. It would be nice if Pinboard also provided a readable option. In fact, a number of the…
I'm cool with the idea of providing a readable option in Pinboard, since I already do something similar to get the text out of the page for indexing. Any library for this you particularly like?
I don't know what is the state of the art for a general content extractor. (I have done a fair amount of one off web scrapers, for data collection, but nothing this generic)
Re: Instapaper is joining Pinterest
#59Worth re-reading Marco Arment's blog post about selling Instapaper 3 years ago: https://marco.org/2013/04/25/instapaper-next-generation "Instapaper needs a new home where it can be staffed and grown, but I didn’t want to give it to a big company that would probably just shut it down in six months." Oof.
In all fairness, it's been many times longer than six months.
Re: Instapaper is joining Pinterest
#60Good opportunity to build an OSS alternative? Or even a side-project... in the possible event Instapaper gets sidelined. That always seems to happen. With the exception of maybe Reddit.
From a quick web search, it seems to be:
- Parsing a page for main body content, removing cruft, and reflowing it into an aesthetically pleasing layout
- Cloud bookmarking these artifacts
So how does this not run up against anti-scraping TOS provisions? Does money change hands between the publisher and the content-reflower?