<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>hi, it&#39;s mike</title>
    <link>https://mike.puddingtime.org/tags/acloud/</link>
    <description>Recent content on hi, it&#39;s mike</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>mike@puddingtime.org (mike)</managingEditor>
    <webMaster>mike@puddingtime.org (mike)</webMaster>
    <copyright>© 2026, mike</copyright>
    <lastBuildDate>Sun, 26 Apr 2026 17:30:47 -0700</lastBuildDate>
    <atom:link href="https://mike.puddingtime.org/tags/acloud/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Bridging Obsidian and aCloud</title>
      <link>https://mike.puddingtime.org/posts/2026-04-26-bridging-obsidian-and-acloud/</link>
      <pubDate>Sun, 26 Apr 2026 17:30:47 -0700</pubDate><author>mike@puddingtime.org (mike)</author>
      <guid>https://mike.puddingtime.org/posts/2026-04-26-bridging-obsidian-and-acloud/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://photos.smugmug.com/photos/i-wbLDfnf/0/MNCwdnhHqhN83VRjJzsP2RT8qj9ZHrbfdf89mbPDF/XL/i-wbLDfnf-XL.png&#34; alt=&#34;Obsidian sidebar showing aCloud connections&#34;&gt;&lt;/p&gt;
&lt;p&gt;aCloud is my project-in-transition for keeping track of tasks, contacts, ideas, and previously notes. It doesn&amp;rsquo;t really do anything with notes anymore, because I don&amp;rsquo;t have any particularly strong ideas about notes, and how I keep them has changed a lot over time.&lt;/p&gt;
&lt;p&gt;I do have ideas about how I want to process tasks that is less a breakthrough idea than it is a reflection on years of having tasks, and years of not liking most of my options for one reason or another. And I have an idea about managing contacts that comes down to, &amp;ldquo;I&amp;rsquo;m bad at it, and I&amp;rsquo;d like a tool that makes it easier to manage relationships.&amp;rdquo;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://photos.smugmug.com/photos/i-wbLDfnf/0/MNCwdnhHqhN83VRjJzsP2RT8qj9ZHrbfdf89mbPDF/XL/i-wbLDfnf-XL.png" alt="Obsidian sidebar showing aCloud connections"></p>
<p>aCloud is my project-in-transition for keeping track of tasks, contacts, ideas, and previously notes. It doesn&rsquo;t really do anything with notes anymore, because I don&rsquo;t have any particularly strong ideas about notes, and how I keep them has changed a lot over time.</p>
<p>I do have ideas about how I want to process tasks that is less a breakthrough idea than it is a reflection on years of having tasks, and years of not liking most of my options for one reason or another. And I have an idea about managing contacts that comes down to, &ldquo;I&rsquo;m bad at it, and I&rsquo;d like a tool that makes it easier to manage relationships.&rdquo;</p>
<p>I also have an idea about all these things, which is that I&rsquo;d like them to live in some kind of graph, that I&rsquo;d like the graph to be agnostic about which tool I&rsquo;m using to manage these things, and that I&rsquo;d like to be able to surface the graph in whatever tools I&rsquo;m using to interact with the graph.</p>
<p>The &ldquo;in-transition&rdquo; part is that aCloud started life as a kind of all-in-one productivity app, and then I layered in some ideas that leverage inference to do &hellip; stuff &hellip; that I don&rsquo;t really feel like writing about right now, and then my thoughts about a tool-agnostic graph converged with that, and then I got tired of my mediocre notes implementation.</p>
<p>So I&rsquo;ve started to tear out the interesting-to-me parts of aCloud&rsquo;s inference layer into a service that manages just the graph, the inference layer, and the heartbeat for all of it.</p>
<p>The objects in that service&rsquo;s graph all belong to a small collection of Archetypes:</p>
<ul>
<li>Notes</li>
<li>Tasks</li>
<li>People</li>
<li>Ideas</li>
<li>Events</li>
<li>Logs</li>
</ul>
<p>Because I worked where I did for a decade, the things providing the objects for each archetype are called Providers:</p>
<ul>
<li>Gmail messages &amp; calendar events</li>
<li>Fastmail messages &amp; calendar events</li>
<li>Notes</li>
<li>aCloud tasks</li>
<li>aCloud ideas</li>
<li>Apple Messages</li>
</ul>
<p>Some providers are ingested into the graph via standard APIs, some are driven by scripts running on my local machine with a secure tunnel to the service, and some are consumed via MCPs.</p>
<p>Other things could easily become providers: Tasks from Todoist, OmniFocus, Google Tasks, Jira, or Things; notes from Apple Notes, contacts from Apple or Google Contacts, messages from Slack. If it has an API  you can talk to, or if you can figure out a command line tool to get its data out of its service, it&rsquo;s a candidate.</p>
<p>The service isn&rsquo;t really there to manage these things (that much). It&rsquo;s just there to make associations between them, keep an eye on them, and (where inference comes in) make suggestions about them when it&rsquo;s appropriate.</p>
<p>It&rsquo;s not quite as easy to get these tools to surface the graph, at least the ones I don&rsquo;t own. aCloud has an API for all this, and it&rsquo;s a first class participant in the service. But I can&rsquo;t tell Apple Messages to do anything with my graph, for instance.</p>
<p>But I do have a few notes-related tools for making or surfacing connections:</p>
<p>I made an LSP that lets me make inline wiki-style links by starting to type <code>[[idea:]]</code> or <code>[[task:]]</code> or <code>[[person:]]</code> and get an autcomplete that finishes a link. In Helix I can <code>f</code>ollow the <code>r</code>eference to get to the web version of any of those things.</p>
<p>I also made an Obsidian extension that likewise surfaces these connections in a sidebar panel and also understands this link format:</p>
<p>If I&rsquo;m working on a note that has associated people, tasks, or ideas I can see them in the panel and click a link to follow them to their aCloud versions. If I&rsquo;m editing a document, I can create a link to any object in the graph. Regular Obsidian wikilinks still work, and the links are legible/human readable.</p>
<p>There&rsquo;s no reason, over time, I couldn&rsquo;t provide that for messages, etc. or use other providers.  The service knows where all these things live.</p>
<p>So, onward with this.</p>
<p>Credit for ideas where they&rsquo;re due:</p>
<p>I&rsquo;m building toward something very much like the Emacs <a href="https://github.com/zzkt/remembrance-agent">Remembrance Agent</a>, and I think <a href="https://hookproductivity.com/">Hookmarks</a> is pretty neat.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
