Live data from Hacker News

Browse Amazon, Randomly

bookbookgoose.com

11–20 of 30 posts

Re: Browse Amazon, Randomly

#13
This 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

#14
post #10
post #2

I 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.

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

#16
post #14
post #10

Earlier 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.

I like the name. I immediately knew it was a play on duck duck goose.

Re: Browse Amazon, Randomly

#17
post #14
post #10

Earlier 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.

I own the domain name randomamazon.com. I always wanted to get around to doing something like this.

Re: Browse Amazon, Randomly

#18
post #10
post #2

I 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.

You could probably use a vacation away from tech.

Not trying to be mean. Just sayin'.

Re: Browse Amazon, Randomly

#19

This 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?

Google "Amazon ebook spam" and you'll see several articles about it -- their self-publishing system has really gotten hammered with it. In this case, it sounds like the content is just copied from the public domain.

Re: Browse Amazon, Randomly

#20
I really love this! I opened it and just jam on the next key (n).

Use 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
Post reply on HN