things i've read that stuck with me.
→ abdulhdr1.github.io/reading_list
a personal collection of articles, tweets, essays, and videos about building things, startups, engineering, design, and whatever else catches my attention.
not everything here is something i agree with. some of it changed how i think. some of it i just found interesting. all of it was worth the time.
links live in links.md as a simple markdown table. an ai agent enriches them with summaries, tags, and dedicated pages. the site is static html — no framework, no build step, just fetch and parse.
the enrichment pipeline:
- new links get added to
links.md data/links.jsonholds enriched metadata (summaries, tags)scripts/build.pygenerates dedicated pages- github actions deploys to pages on push
i save links throughout the day. my agent (openclaw) captures them from whatsapp, processes them, and commits here automatically.
open index.html
that's it. no npm install, no dependencies, no build.
curated by @abdulhdr1