HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theiskaa

no profile record

Submissions

[untitled]

1 points·by theiskaa·vor 13 Tagen·0 comments

[untitled]

1 points·by theiskaa·vor 13 Tagen·0 comments

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

reeed.io
5 points·by theiskaa·letzten Monat·0 comments

[untitled]

1 points·by theiskaa·vor 2 Monaten·0 comments

[untitled]

1 points·by theiskaa·vor 3 Monaten·0 comments

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

apeirron.com
3 points·by theiskaa·vor 3 Monaten·1 comments

[untitled]

1 points·by theiskaa·vor 6 Monaten·0 comments

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

github.com
4 points·by theiskaa·vor 8 Monaten·4 comments

Markdown2pdf – pure md to pdf transpiler implementation in Rust

github.com
6 points·by theiskaa·vor 9 Monaten·0 comments

comments

theiskaa
·letzten Monat·discuss
[flagged]
theiskaa
·vor 3 Monaten·discuss
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