Damus
note16dvfs...
Laeserin profile picture
But, the genius of it, is that -- unlike a graph database (which is common with events) -- the structure of the Nostrgraph is completely dynamic and fluid. It's a graph that doesn't necessarily allow you to travel along edges to all of the nodes, but it allows you to add a new edge between any two nodes.

This is a new type data structure. An organic graph.
1
ynniv · 77w
This type of complexity is a common problem in object oriented programming. "This" type has a method that accepts a "that" type, and it works well until there are too many combinations of types. Any time a new "that" is created, the original code needs to be updated. This is where OOP reaches for in...