←back to thread

1901 points l2silver | 1 comments | | HN request time: 1.95s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
allochthon ◴[] No.35746585[source]
I built a web app that keeps track of every link I ever find to be interesting. It allows for fine-grained topics (e.g., individual academic papers, or topics more specific than that). It groups the topics in a DAG, so that you can get to a topic via more than one path from the top. And it allows you to look at intersections of transitive closures over topics in order to narrow down a search.

It keeps a history of every change to the graph in Git, so one day you could potentially implement some form of time travel and see what the graph looked like at an earlier point in time without too much difficulty.

I have used the app every day for years. I feel like there's something promising there that is of general interest, but I have not figured out how to communicate the value.

replies(3): >>35747295 #>>35747323 #>>35756579 #
shruggedatlas ◴[] No.35747295[source]
That's an intriguing idea. What is the purpose of it? Can you share screenshots?
replies(1): >>35747942 #
1. allochthon ◴[] No.35747942[source]
My own purpose in using it is to be able to get back to any link that I've read or have potentially wanted to read at a later point in time. You scan see screenshots here: https://github.com/emwalker/digraph.