Email or username:

Password:

Forgot your password?
Top-level
bouncepaw 🍄

@akkartik This is a very good article. Saved it to MervNews as well: merv.news/post/111

The author spent a big portion of their life building a universal information keeping system, and then understood it's not really worth it. I understood that 1.5 years ago, lucky me.

2 comments
Kartik Agaram

@bouncepaw I couldn't relate to it at all, but it seemed like you might 😄

I think the lesson from the author's experience is not that building your own wiki engine is a waste. The lesson is that it's counterproductive to build infrastructure far in advance of need.

Search is easy at any sort of personal scale. I generate ~1MB/yr of plain text, and grep works just fine over 20 such years. If some organization seems onerous, I stop organizing. But I keep writing.

Nice list of use cases, though.

bouncepaw 🍄

@akkartik yeah, they said well:

> But in a personal database it makes a lot more sense that links should follow usage: they should be a crystallization of the trails you’ve followed, rather than an a-priori structure that you impose before usage.)

Structures fail.

Go Up