<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Obsidian - Tag - Phil Palmieri</title><link>https://philpalmieri.com/tags/obsidian/</link><description>Obsidian - Tag - Phil Palmieri</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 14 May 2026 08:30:00 -0400</lastBuildDate><atom:link href="https://philpalmieri.com/tags/obsidian/" rel="self" type="application/rss+xml"/><item><title>My Copilot Doesn't Write Code: My PCARD System</title><link>https://philpalmieri.com/posts/my-copilot-doesnt-write-code-pcard-system/</link><pubDate>Thu, 14 May 2026 08:30:00 -0400</pubDate><author>Phil Palmieri</author><guid>https://philpalmieri.com/posts/my-copilot-doesnt-write-code-pcard-system/</guid><description><![CDATA[<p><em>How I use GitHub Copilot and <a href="https://obsidian.md" target="_blank" rel="noopener noreffer ">Obsidian</a> as executive function scaffolding for my AuDHD brain.</em></p>
<h3 id="resources">Resources</h3>
<ul>
<li><a href="https://github.com/github/copilot-cli" target="_blank" rel="noopener noreffer ">Copilot CLI</a></li>
<li><a href="https://obsidian.md" target="_blank" rel="noopener noreffer ">Obsidian</a></li>
<li>Plugins: <a href="https://publish.obsidian.md/tasks/" target="_blank" rel="noopener noreffer ">Tasks</a>, <a href="https://blacksmithgu.github.io/obsidian-dataview/" target="_blank" rel="noopener noreffer ">Dataview</a>, <a href="https://silentvoid13.github.io/Templater/" target="_blank" rel="noopener noreffer ">Templater</a>, Daily Notes (core)</li>
</ul>
<hr>
<h3 id="the-problem-nobody-talks-about">The Problem Nobody Talks About</h3>
<p>I&rsquo;m an Engineering Manager. I have direct reports, a dozen active projects, weekly 1:1s, sprint planning, cross-team coordination, incident response, weekly updates and the kind of context-switching that would make Chrome crash.</p>]]></description></item><item><title>How I Set Up This Blog Without Installing Anything Locally</title><link>https://philpalmieri.com/posts/hugo-blog-github-pages-no-local-install/</link><pubDate>Tue, 12 May 2026 10:00:00 -0400</pubDate><author>Phil Palmieri</author><guid>https://philpalmieri.com/posts/hugo-blog-github-pages-no-local-install/</guid><description><![CDATA[<p>I wanted a blog. I didn&rsquo;t want to manage one.</p>
<p>The requirements: write markdown in <a href="https://obsidian.md/" target="_blank" rel="noopener noreffer ">Obsidian</a>, tell my AI assistant to publish it, have it show up on my domain. No local <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer ">Hugo</a> install. No Ruby. No Node build step. No &ldquo;oh wait, I&rsquo;m on my other laptop and don&rsquo;t have the toolchain.&rdquo; Just markdown and a conversation.</p>
<h2 id="the-workflow">The workflow</h2>
<ol>
<li>Write in <a href="https://obsidian.md/" target="_blank" rel="noopener noreffer ">Obsidian</a> (where I already live for notes, planning, everything)</li>
<li>Tell <a href="https://github.com/features/copilot" target="_blank" rel="noopener noreffer ">Copilot CLI</a> to publish it</li>
<li>Copilot copies the markdown to the blog repo, sets up frontmatter, commits, pushes</li>
<li><a href="https://github.com/features/actions" target="_blank" rel="noopener noreffer ">GitHub Actions</a> builds the <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer ">Hugo</a> site and deploys to <a href="https://pages.github.com/" target="_blank" rel="noopener noreffer ">Pages</a></li>
</ol>
<p>That&rsquo;s it. I never run Hugo. I never think about the build. I write, I say &ldquo;publish,&rdquo; it&rsquo;s live in 30 seconds.</p>]]></description></item></channel></rss>