Earlier quoted context omitted.
How do I get my data out of instapaper, if I don't want Pinterest using my reading history for targeting me or sharing with their data brokers?
Isn't that the kind of question you should have an answer to before signing up for a service, knowing that it could be sold to whoever down the road?
Instapaper is joining Pinterest
181–190 of 217 posts
Re: Instapaper is joining Pinterest
#182Earlier quoted context omitted.
If you're on macOS / iOS, you can use the reading list. When you add items to your reading list from Safari, they get synced to your iOS device so you can read them offline from any of your devices. It does require iCloud but nothing beyond that.
I use Mobile Safari on iOS but Chrome on macOS. This means that, as much as I love Safari's Reading List, it's basically "unavailable" to me on the desktop. To put something in the Reading List from Chrome, I have to focus the URL bar, copy the URL, open Safari, paste and go to the URL, and then ⌘⇧D to put it in the list. (I can also right-click on the URL bar in Chrome and use the "Add to Reading List" OS Service, b…
Here's the code, which I have tied to "stc " (send to Chrome). [Ha! In typing the snippet shortcut, of course, I sent this very page to Chrome. :-)]
property theURL : ""
tell application "Safari"
set theURL to URL of current tab of window 1
end tell
if appIsRunning("Google Chrome") then
tell application "Google Chrome"
make new window
set URL of active tab of window 0 to theURL
activate
end tell
else
tell application "Google Chrome"
do shell script "open -a \"Google Chrome\""
set URL of active tab of window 0 to theURL
activate
end tell
end if
on appIsRunning(appName)
tell application "System Events" to (name of processes) contains appName
end appIsRunningRe: Instapaper is joining Pinterest
#183Earlier quoted context omitted.
How do I get my data out of instapaper, if I don't want Pinterest using my reading history for targeting me or sharing with their data brokers?
Isn't that the kind of question you should have an answer to before signing up for a service, knowing that it could be sold to whoever down the road?
Not a fan of Pinterest (the company), not one bit.
Re: Instapaper is joining Pinterest
#184Hi all, Brian from Instapaper here. There seem to be a number of comments expressing concerns about the acquisition, and I wanted to just jump in and offer to answer any questions you have about the acquisition. Based on the comments I've read below the main concerns seem to be that Instapaper will either be shutdown or materially changed in a way that effects the end-user experience. I can tell you that neither of t…
With that said, thanks for taking the time to respond, and congratulations on the acquisition.
Re: Instapaper is joining Pinterest
#185Hi all, Brian from Instapaper here. There seem to be a number of comments expressing concerns about the acquisition, and I wanted to just jump in and offer to answer any questions you have about the acquisition. Based on the comments I've read below the main concerns seem to be that Instapaper will either be shutdown or materially changed in a way that effects the end-user experience. I can tell you that neither of t…
- Has there been any consulting with Marco about this acquisition? It being his brainchild.
- The blog post mentions some concrete ways on how your Instapaper mad skills can/will be used to make Pinterest more useful. In what concrete ways will Instapaper be made more useful and/or stable because of Pinterest?
Myself, I'm concerned. I've found Pinterest to be user-hostile in a way that seems opposite to the Instapaper philosophy: it's naggy (notification-wise for starters) and aimed at hooking me into their ecosystem. It's in-your-face instead of hands-off.
Edit: added a question, and also I'd be remiss not to use this opportunity to thank you for the great service! It's the only 'bookmarking' service I use, after many years of trying many sorts.
Re: Instapaper is joining Pinterest
#186Earlier quoted context omitted.
I hate when apps I like shut down. David was pretty open in the post you linked to: "Though the team will live on, we’ll be focused on building within the core Pinterest product."
Obviously the Math Camp acquisition was before my time, but my understanding is that acquisition was explicitly for the team and not the technology.
Re: Instapaper is joining Pinterest
#187Worth 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.
He "sold a majority stake", which means he still owned part of Instapaper. I assume Pinterest bought the whole thing and therefore gave Marco a large chunk of money? Nice for him.
Re: Instapaper is joining Pinterest
#188Earlier 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…
One option is to have a browser that can render webpages in reading mode like safari on iOS. Hopefully chrome and Firefox have extensions as well.
Re: Instapaper is joining Pinterest
#189Earlier quoted context omitted.
How do I get my data out of instapaper, if I don't want Pinterest using my reading history for targeting me or sharing with their data brokers?
Isn't that the kind of question you should have an answer to before signing up for a service, knowing that it could be sold to whoever down the road?
Re: Instapaper is joining Pinterest
#190If it's really going to be run as a separate property why does the team need to move to SF?