December 27th, 2011

Sharing your highlighted Kindle text

An addition to my previous post, about using highlighted text on the Kindle. Amazon’s Kindle preferences page, https://kindle.amazon.com/home/preferences can also be used to enable automatic sharing on Twitter and Facebook.

October 25th, 2011

Getting highlighted text from the Amazon Kindle

Buying electronic books for the Kindle, and in conjunction the Kindle app on various devices – PC, Macintosh, iPhone, iPad, Android tablet, etc. – has just become much more useful for me.

Among the nice features of the Kindle software is the ability to hilight blocks of text and to take notes. This is hardly something new; I often hilight passages in paper books too, and use Post-It notes to leave my comments, questions and thoughts. The hard part is in remembering exactly which books on my shelf held the quotes I marked or notes I left. With electronic books and notes, I should be able to let the computer do the remembering and searching for me. Unfortunately the Kindle is pretty much a closed system; I’d found no easy way to get to the highlights or notes other than through the Kindle itself. That makes the use of hilighted text in blog posts, letters or presentations difficult.

All that changed today, thanks to this article and a comment left by someone named Zach. I’m happy to have found a way to get information out of Amazon’s system. It’s by no means perfect or automatable, and there’s no guarantee that Amazon won’t change this or take it away at some point in the future, but for now it’s better than nothing.

Go to kindle.amazon.com, log in using your Amazon account, and click on Your Books. You should get a listing of Kindle books you’ve purchased from Amazon.

If you’d like to use their system to keep track of your reading, you can do so under the Reading Status column, and you can rate your books as well. You also have the option here of making your status, ratings and notes public from this page, though I’ve not figured out yet how someone else would see them. update: use the “Hello <name>” menu at the top right-hand corner of the page to view your Profile, then people can use a link like this (thanks to this post by Scott H for helping me discover it).

Now for the good part – click on Your Highlights at the top of the page and you should see a listing of books along with your notes and hilights.

screenshot of Amazon Kindle Your Hilights page

From here you can copy the text and paste it wherever you’d like.

This changes the decision of what format to purchase books – electronic or paper – for me.

This is not meant to be a method for wholesale plagiarism, of course.

(btw, if there are other ways of getting notes & highlights out of Amazon’s locked box, please let me know in comments below.)

 


Interesting juxtaposition: my initial search for “how to copy text from hilights” came as I was trying to decide what format of a book to buy, paper or Kindle. The book in question is The Innovator’s Cookbook, by one of my favorite non-fiction authors, Steven B Johnson. The article I reference above, where I found the comment, is in response to something Steven wrote. And today, at about the same time as I was creating this very post, Steven was posting to his own blog about a tool to “capture what I was reading.” The tool is Findings, and it includes a way to grab data from the very kindle.amazon.com page I had just discovered!

This isn’t the first time that this has happened, by the way, see Accidents and Emergence.

October 21st, 2011

Don’t Just Say…

Advice for my software testers, though it applies in many other parts of life as well:

Don’t just say “this doesn’t work.” Use “this doesn’t work, here are the things I’ve tried, and this is what I think is wrong.” Optimally, follow with “and here’s how I think it can be fixed.”

 

 

October 12th, 2011

About Time

Adam Frank, About Time: “We’re nearing the end of time as we know it now and as we live it now.” part 1, part 2, part 3, part 4.

October 3rd, 2011

Area 51

book cover I just finished reading Area 51: An Uncensored History of America’s Top Secret Military Base, by Annie Jacobsen. [Amazon] Lots of previously-unknown history. It’s a good book, even if there aren’t enough aliens.

August 26th, 2011

C#: Using Reflection

Nothing special for most developers, nor interesting to non-devs, but I posted some C# code to read a text file and use reflection to create objects.