Exploring the Vastness of a Website
elliott.computer
Exploring the Vastness of a Website
1–10 of 24 posts
Re: Exploring the Vastness of a Website
#2making 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
Re: Exploring the Vastness of a Website
#3Re: Exploring the Vastness of a Website
#4Re: Exploring the Vastness of a Website
#5It seems that most people today prefer to have their content curated and streamlined - with less need to "explore". With the Muxtape example - that's actually an interesting implementation of a random content selector. But how many other viable implementations could you think of? Perhaps I'm just not that creative, but I can't think of many.
Re: Exploring the Vastness of a Website
#6Indeed, the random article link on Wikipedia is a delight.
Re: Exploring the Vastness of a Website
#7It seems that most people today prefer to have their content curated and streamlined - with less need to "explore". With the Muxtape example - that's actually an interesting implementation of a random content selector. But how many other viable implementations could you think of? Perhaps I'm just not that creative, but I can't think of many.
It's true, I don't know if I'd necessarily recommend a random content selector for Airbnb as an example. That said it could actually be interesting to see a selection of random places to visit around the world. Reminds me a bit of closing your eyes, opening an Atlas to a random page, and putting a finger down on a place. I understand your point though that there are times when random doesn't cut it or becomes vague.…
For companies that are trying to sell a product or are trying to present users with content relevant to them, that would seem to call for some kind of content curation.
I think we would be surprised if we knew how many online retailers still do recommendations based solely on your buying history (and also, perhaps, the buying history of others who have bought items similar to you). I think to improve these recommendation engines, we should improve the underlying algorithms.
To improve said algorithms, I think graph databases like Neo4j have an important role to play as they are built for this sort of thing. To present better and more relevant content, we'd need two primary things - more information about the user in question (and I'm all for transparency in both collecting this data and informing the user how it will be utilized) and better algorithms to leverage that information. With the response times of a queried result set originating from multiple levels of depth-traversal in a graph database compared to the response time of a similar query in a traditional RDBMS, I'd say that graph databases are an important and vital component to making this kind of thing better for everyone.
Re: Exploring the Vastness of a Website
#8nice 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
Re: Exploring the Vastness of a Website
#9Re: Exploring the Vastness of a Website
#10It seems that most people today prefer to have their content curated and streamlined - with less need to "explore". With the Muxtape example - that's actually an interesting implementation of a random content selector. But how many other viable implementations could you think of? Perhaps I'm just not that creative, but I can't think of many.
Supply-driven demand.