I also made something similar called Stumblefun[0], trying to recreate that StumbleUpon experience but without the need to install a toolbar. Right now it's only focused on SaaS products you may find useful but I'd like to add other categories of websites you can discover in the future. [0]: https://stumblefun.com/
Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
51–60 of 63 posts
Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#52I also made something similar called Stumblefun[0], trying to recreate that StumbleUpon experience but without the need to install a toolbar. Right now it's only focused on SaaS products you may find useful but I'd like to add other categories of websites you can discover in the future. [0]: https://stumblefun.com/
I like the concept, and I like having that the webpage is loaded in a frame so you can keep your controls on top. One thing that might make it easier/faster is if you could use the keyboard controls to go right, up, etc.
Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#53Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#54It's cool that many are attempting to recreate it, it's a shame it disappeared.
Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#55Mostly web dev stunning experiments
Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#56Earlier quoted context omitted.
Woah this is cocoocoocoocoool
Thanks! I know there are some old urls in there that no longer load successfully that I need to clean up. It's been a few months since I've done any work on this but maybe this is some good motivation to get back to it :)
Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#57Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#58Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#59I also made something similar called Stumblefun[0], trying to recreate that StumbleUpon experience but without the need to install a toolbar. Right now it's only focused on SaaS products you may find useful but I'd like to add other categories of websites you can discover in the future. [0]: https://stumblefun.com/
Re: Show HN: StumblingOn – Randomly find indie websites – recreating StumbleUpon
#60I made something similar but a bit more random. https://randomdomain.benbristow.co.uk Keeps taking a random word from an English dictionary and a random popular domain extension (com/net/org etc.), pings it and returns the first one that responds. Quite fun once you sift through the parking pages. I need to work on something to detect those.
Ah, now that really is random! One idea for sifting parking pages that comes to my mind is using image recognition. I can easily tell when something is a parking page by looking at it, I bet you could get an ML model to do so with pretty good accuracy too. There is a class called fast.ai [1] which I personally found to be an amazing introduction to machine learning / deep learning. The first hour and a half course ge…
That sounds pretty fun.
Knowing myself though I'd just make a manual checker as most of the parking sites are ran by a few companies (e.g. GoDaddy etc.) so they'd be pretty easy to pick-up.