{
  "version": "https://jsonfeed.org/version/1",
  "title": "Pkm on LLBBL Blog",
  "icon": "https://avatars.micro.blog/avatars/2023/40/125738.jpg",
  "home_page_url": "https://llbbl.blog/",
  "feed_url": "https://llbbl.blog/feed.json",
  "items": [
      {
        "id": "http://llbbl.micro.blog/2026/06/25/how-i-researched-the-time.html",
        "title": "How I Researched the Time Series With My Second Brain",
        "content_html": "<p>Writing ~30 daily, deeply technical posts about the history, physics, and software guts of &ldquo;time&rdquo; was not something I could sit down and free-type into a CMS every morning. To keep the whole thing cohesive, connecting the 1967 cesium-second redefinition to the Y2038 bug without contradicting myself three weeks apart, I leaned hard on my research workflow.</p>\n<p>I don&rsquo;t have a spicy, controversial take on second brains or personal knowledge management. I have one firm opinion: every engineer should have one. That&rsquo;s it.</p>\n<p>The secret to how I organized the Time series, if there is one, is that I kept it boring. Simple files, a little Markdown discipline, and everything stored locally.</p>\n<h2 id=\"the-master-map\">The Master Map</h2>\n<p>If you opened my Obsidian vault and looked in <code>Research/Time/</code>, you wouldn&rsquo;t find a chaotic pile of notes. You&rsquo;d find a few folders (<code>Physics</code>, <code>Computing</code>, <code>Calendars</code>, <code>Measurement</code>) and one file that mattered more than the rest: <code>30 Days of Time - Blog Plan.md</code>.</p>\n<p>That document was the central nervous system for the whole month. It didn&rsquo;t hold the actual post text. It held the roadmap, stitched together with Obsidian&rsquo;s cross-links. When I was plotting Week 3, the plan read like this:</p>\n<pre tabindex=\"0\"><code>### Day 13 - Unix time\n- Source: [[Unix Time]]\n</code></pre><p>That <code>[[Unix Time]]</code> link pointed to a dedicated research note where I&rsquo;d dumped every raw finding, link, and code snippet I had on the topic, including the rabbit hole on leap seconds getting smeared. The plan stayed clean and skimmable. The mess lived one click away, exactly where I needed it when I sat down to write.</p>\n<h2 id=\"get-good-at-markdown-not-plugins\">Get Good at Markdown, Not Plugins</h2>\n<p>Don&rsquo;t go too crazy with plugins. I run a fair number of them myself and that&rsquo;s fine, find the ones that genuinely help you. But the thing that actually pays off is getting good at the fundamentals of Markdown first, instead of spending a weekend configuring when you could be writing.</p>\n<p>Tags and cross-linking are the connective tissue. By tagging research notes with <code>#time</code> and <code>#physics</code> and linking them to each other, you build a web of context that surfaces on its own when you go to write. I didn&rsquo;t have to remember where I&rsquo;d put the note on atomic clocks. The links pulled it up next to everything related to it.</p>\n<p>Tag your concepts, link your ideas, and let the structure do the remembering for you.</p>\n<h2 id=\"your-agents-can-read-it-too\">Your Agents Can Read It Too</h2>\n<p>I was experimenting with building Second Brains using LLMs and agents over a year ago, and those early lessons still hold up.</p>\n<p>When your entire knowledge base is plain, cleanly tagged, locally-stored Markdown, it becomes easy for the LLM harnesses to help you learn, explain, and synthesize your knowledge. A well-organized vault doesn&rsquo;t just help your biological brain find things. It lets your AI tools act as an actual research assistant instead of a passive text generator. They can follow your <code>[[links]]</code>, read your tags, and pull the same context you would have pulled by hand.</p>\n<p>I&rsquo;ve leaned into this hard on this project. I wrote templates, a handful of custom skills, and a few project-specific sub-agents whose whole job is to figure out how to make my harness work harder for me. That&rsquo;s the general move I&rsquo;d push: don&rsquo;t just store context, build the small pieces of automation that turn that context into real productivity.</p>\n<p>The work you do to make a vault readable for <em>you</em> is the same work that makes it readable for the agents.</p>\n<h2 id=\"just-start-writing-it-down\">Just Start Writing It Down</h2>\n<p>You don&rsquo;t need a perfect system on day one. I still don&rsquo;t. The Time vault grew one messy note at a time until it was ready to help shape the series.</p>\n<p>As the tooling gets faster and context keeps exploding, having a system to organize your thinking is a superpower. Build something that helps you organize your Markdown, tag your concepts, and cross-link your ideas. Then keep feeding it.</p>\n<p>How are you managing your long-term research right now?</p>\n<blockquote>\n<p>I&rsquo;d appreciate a follow. You can subscribe with your email below. The emails go out once a week, or you can find me on Mastodon at <a href=\"https://micro.blog/llbbl?remote_follow=1\">@logan@llbbl.blog</a>.</p>\n</blockquote>\n",
        "date_published": "2026-06-25T10:00:00-05:00",
        "url": "https://llbbl.blog/2026/06/25/how-i-researched-the-time.html",
        "tags": ["Writing","Ai-tools","Second-brain","Obsidian","Pkm"]
      }
  ]
}
