3 comments

[ 5.6 ms ] story [ 24.3 ms ] thread
Hi Hacker News,

My project is the creation of a social medium with bidirectional linkage, structured as a demographically weighted directed graph.

Picture a flowchart where each arrow is labeled with a number (a weight) that indicates how many upvotes that arrow has.

Users can see (and travel) the arrows pointed into a post, as well as the arrows pointed out.

Users will be able to filter the graph so that it is weighted only by the people they follow.

Why does this matter? Because organization facilitates search.

Keyword search helps you find known unknowns-- you can name some key part of the thing your looking for.

Browsing search lets you find unknown unknowns. Once keyword search inserts you into the graph somewhere, you need to read and follow links to find the new keywords.

By enabling users to link between posts and then vote on these links, I believe we can facilitate browsing search.

Let me know if you have any questions or comments!

This is interesting. However please consider resolving the horizontal scroll in the UI.
Resolving the horizontal scroll? I'm not sure what you mean.

The horizontal scroll seems to be working on Chrome, Firefox, Safari, Brave for MacOS