Can you please add filters for "by-genre" and "kindle-only"? Please..
Browse Amazon, Randomly
11–20 of 30 posts
Re: Browse Amazon, Randomly
#12Another thing, make an obvious link to the amazon page. something like "see it on amazon.com"
Re: Browse Amazon, Randomly
#13Is anyone else surprised by the amount of: "This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures..." books for sale on Amazon?
Re: Browse Amazon, Randomly
#14I understand where the name came from, but bookbookgoose just doesn't work for me. Its just too long and unwieldy for me. As for the service itself, I am not sure what type of customer this is servicing. Are there people out there that are trying to find random books to read without any context (i.e. subject matter, recommendations from others, etc.)? Now, I think this would be a lot more useful if you could perhaps…
it's probably a play on duckduckgo.
Re: Browse Amazon, Randomly
#15Re: Browse Amazon, Randomly
#16Earlier quoted context omitted.
it's probably a play on duckduckgo.
It's a play on "duck duck goose", the children's game. The similarity to duckduckgo was unintentional, but I like it. I actually wanted to call it "bookroulette", but all permutations of that domain were taken.
Re: Browse Amazon, Randomly
#17Earlier quoted context omitted.
it's probably a play on duckduckgo.
It's a play on "duck duck goose", the children's game. The similarity to duckduckgo was unintentional, but I like it. I actually wanted to call it "bookroulette", but all permutations of that domain were taken.
Re: Browse Amazon, Randomly
#18I understand where the name came from, but bookbookgoose just doesn't work for me. Its just too long and unwieldy for me. As for the service itself, I am not sure what type of customer this is servicing. Are there people out there that are trying to find random books to read without any context (i.e. subject matter, recommendations from others, etc.)? Now, I think this would be a lot more useful if you could perhaps…
it's probably a play on duckduckgo.
Not trying to be mean. Just sayin'.
Re: Browse Amazon, Randomly
#19This is pretty awesome, it is amazing to see all the weird titles out there. Is anyone else surprised by the amount of: "This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures..." books for sale on Amazon?
Re: Browse Amazon, Randomly
#20Use this little snippet to set it to auto-next mode, for a great screensaver. Edit - here is the screensaver https://github.com/gourneau/WebSaver
setInterval(function(){$("#book_next").click()}, 500)
Watching all of books fly by is wondrous to me because it feels like it is painting some weird version of conscious reality.Hilary could you please add this bit of code so for auto advancing mode via the query string.
function getParameterByName(name) {
var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
return match && decodeURIComponent(match[1].replace(/\+/g, ' '));
}
if (getParameterByName("auto")){
setInterval(function(){$("#book_next").click()}, getParameterByName("auto"))
}
It would work like this, where 500 is the number of milliseconds.
http://www.bookbookgoose.com/?auto=500