Live data from Hacker News

Exploring the Vastness of a Website

elliott.computer

11–20 of 24 posts

Re: Exploring the Vastness of a Website

#11
post #2

nice post making a page that offers tools to find random content on specific sites seems like a fun idea, maybe as a starting point for an even larger project

Thanks! Yes it does. Let me know if you have any ideas : )

Reddit, Hacker News, and Lobsters seem like obvious places to start.

Also randomization of existing long-lived blogs.

Re: Exploring the Vastness of a Website

#12
I wish Amazon had a random button. Several years ago my friend wanted to randomly browse Amazon for things and I thought it would be easy to randomly generate URLs for products but I kept getting 404s. Figured I would need to use the API to scoop up product IDs and randomly go through those to randomly browse Amazon.

Re: Exploring the Vastness of a Website

#13

Another place where randomization is useful is webcomics. I’ve gone through most of xkcd by just hitting the “Random” button, even tough I would never have the patience to sit through the comics one by one and keep track of how far I’d gotten.

Would using ArchiveBinge (https://archivebinge.com/), which feeds you n comics per day using RSS, work for that use-case?

Re: Exploring the Vastness of a Website

#14

I wish Amazon had a random button. Several years ago my friend wanted to randomly browse Amazon for things and I thought it would be easy to randomly generate URLs for products but I kept getting 404s. Figured I would need to use the API to scoop up product IDs and randomly go through those to randomly browse Amazon.

Wow, that sounds like a cool idea. You should build it!

Re: Exploring the Vastness of a Website

#16

I wish Amazon had a random button. Several years ago my friend wanted to randomly browse Amazon for things and I thought it would be easy to randomly generate URLs for products but I kept getting 404s. Figured I would need to use the API to scoop up product IDs and randomly go through those to randomly browse Amazon.

Alternatively, you could just have a dictionary file and randomly pick a word to search Amazon with:

https://www.amazon.co.uk/s?k={RANDOM_WORD}

Seems much simpler.

Re: Exploring the Vastness of a Website

#17
post #16

I wish Amazon had a random button. Several years ago my friend wanted to randomly browse Amazon for things and I thought it would be easy to randomly generate URLs for products but I kept getting 404s. Figured I would need to use the API to scoop up product IDs and randomly go through those to randomly browse Amazon.

Alternatively, you could just have a dictionary file and randomly pick a word to search Amazon with: https://www.amazon.co.uk/s?k={RANDOM_WORD} Seems much simpler.

The issue with this is that one would end up with a page of stuff related to the keyword as opposed to the desirable way of ending up with an actual product page itself.

Re: Exploring the Vastness of a Website

#19
I made a wee microsite that I've never really shared with anyone. I'm half expecting it to go down if I post it here.

https://domaingame.benbristow.co.uk/

Basically takes a random word from a dictionary of English words and adds a random extension to the end, checks if the site up and returns the domain else loops until it does.

Found some weird & wonderful stuff through it!

Re: Exploring the Vastness of a Website

#20

I made a wee microsite that I've never really shared with anyone. I'm half expecting it to go down if I post it here. https://domaingame.benbristow.co.uk/ Basically takes a random word from a dictionary of English words and adds a random extension to the end, checks if the site up and returns the domain else loops until it does. Found some weird & wonderful stuff through it!

This is very cool. Thanks for sharing. Reminds me a little of this site: http://vacantstartup.brycewilner.com/
Post reply on HN