pull down to refresh
0 sats \ 8 replies \ @Undisciplined 16h \ parent \ on: Stacker News Territories Explorer Design
What does it mean for territories to be connected?
that have similar or related topics for example:
// Location-based clusters
{ source: "sanfrancisco", target: "startups", strength: 6 },
{ source: "sanfrancisco", target: "tech", strength: 5 },
The first line is the topic that stands at higher level than territories. In this case, the archived territory ~sanfrancisco is related with ~startups and ~tech by a strenght value
reply
How did you calculate the strength of the connection?
reply
totally subjective for now...
reply
Gotcha
I thought it might be about something like shared zappers.
reply
that could be another way to visualize and filter data... but I think zaps are anonymous, not sure it would be possible. A question for SN team!
reply
They aren’t (or at least weren’t) anonymous on the backend.
reply
So is who-zapped-what available via APIs?
reply
No idea