💾 Archived View for gemini.onedimension.net › thought › one-dimension-network.gmi captured on 2023-05-24 at 17:46:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

One Dimension network

I was curious what this site looks like as a network, so I wrote a little script[1] that visualizes it.

[IMG]

For the most part there's not a ton of highly-connected nodes; I imagine these will continue to emerge over time. As of today, Oct 10 2021, there's 51 thoughts total.

[IMG]

Visualization

I'd like to make One Dimension a more visual place to navigate through. I'm thinking that maybe exploring network connectivity can start to create some kind of an emergent hierarchy. Highly connected nodes might be "centers" from which connected nodes inherit. It's one way you might have topics and areas of related thoughts emerge naturally rather than through specific assignment by me.

Communities

I tried seeing what would happen if I ran a community detection algorithm on the network. I'm using networkx's greedy_modularity_communities[2]. Here are a few of the communities it identified:

['social-and-physical-ownership', 'who-are-we', 'futures', 'xanadu', 'snags-in-experience', 'the-internet', 'youtube', 'global-impact', 'technology-i-want-to-build-with', 'eye-to-eye-with-the-sun', 'digitial-degradation', 'omaha-nebraska', 'binding-the-nation', 'clean-culture', 'hyperfov', 'digital-people', 'spirituality', 'a-new-economy']
['indexed-thoughts-on-one-dimension', 'images-on-one-dimension', 'one-dimension-network', 'one-dimension-as-a-blog', 'one-dimension-todo', 'hyperfov-page-previews-todo', 'page-previews', 'twelve-websites', 'what-im-working-on-now', 'growth', 'one-dimension']
['direct-planting-vegetables', 'raised-planter-beds', 'growing-kale', 'garden', 'growing-tatsoi']
['making-a-tiny-website', 'my-websites', 'websites']

Some of the communities are a bit too large to be useful, but others are quite well-defined. It'd be good to work some aspect of this into the visualization aspect of the site. I'm thinking of generating communities, finding the most highly connected node within each community, and having all nodes within the community inherit that parent node's "genes". This would allow them to all share some common characteristics while exhibiting some amount of individual variation.

Gene inheritance

See gene inheritance[3].

Updates

I'm thinking it may be useful to make it a habit to come back and update the network every month or so. By that I mean going through the new thoughts for the month and connecting them up to other related thoughts. Often as I'm writing them I don't have the time to find the most related thoughts, and this might be a helpful sort of process of reflection with the goal of linking up thoughts, not writing them.

I imagine in the future it could be helpful to surface related thoughts on the writing interface itself.

Last updated Thu Mar 17 2022 in Berkeley, CA

Links

1: https://github.com/cbroms/thoughts/blob/8df65f4e5645091858505e267af6c1492387ee42/wm-scanner/graph.py

2: https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.community.modularity_max.greedy_modularity_communities.html#networkx.algorithms.community.modularity_max.greedy_modularity_communities

3: /thought/gene-inheritance.gmi

Backlinks

/thought/one-dimension.gmi

/thought/one-dimension-as-a-blog.gmi

/thought/one-dimension-todo.gmi

/thought/gene-inheritance.gmi

/thought/random-symbols-for-one-dimension.gmi

/thought/visualizing-the-network.gmi