HackerTrans
トップ新着トレンドコメント過去質問紹介求人

theiskaa

no profile record

投稿

[untitled]

1 ポイント·投稿者 theiskaa·14 日前·0 コメント

[untitled]

1 ポイント·投稿者 theiskaa·14 日前·0 コメント

Reeed – a read-it-later app for iOS, built after Pocket shut down

reeed.io
5 ポイント·投稿者 theiskaa·先月·0 コメント

[untitled]

1 ポイント·投稿者 theiskaa·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 theiskaa·3 か月前·0 コメント

Apeirron – open-source knowledge graph of humanity's biggest questions

apeirron.com
3 ポイント·投稿者 theiskaa·3 か月前·1 コメント

[untitled]

1 ポイント·投稿者 theiskaa·6 か月前·0 コメント

Why my rust rewrite of Mozilla's readability is better than original readability

github.com
4 ポイント·投稿者 theiskaa·8 か月前·4 コメント

Markdown2pdf – pure md to pdf transpiler implementation in Rust

github.com
6 ポイント·投稿者 theiskaa·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 theiskaa·12 か月前·0 コメント

コメント

theiskaa
·先月·議論
[flagged]
theiskaa
·3 か月前·議論
i've been building apeirron for a while now. it's a force-directed knowledge graph covering 100+ topics — conspiracy theories, philosophy, ancient civilizations, power structures, consciousness, the cosmos — where every node is a long-form essay with real sources, and every connection between nodes has an explicit reason.

the whole thing is file-based. no database, no api, no cms. every node is a markdown file in a git repo. connections between nodes are defined as `[[wikilinks]]` inside the markdown. the graph, the site, and all relationships are generated at build time from those files.

contributing is just opening a pull request. i manually review every submission before it gets merged.

the interesting technical bit is the path system — guided sequences through the graph for people who don't know where to start. a path is just an ordered list of node references in a markdown file, nothing more.

live at apeirron.com — source at github.com/theiskaa/apeirron