<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Johnny.Decimal (no AI)</title><description>Content feed for Johnny.Decimal. Entries about AI are excluded.</description><link>https://johnnydecimal.com/</link><image><url>https://johnnydecimal.com/favicon/web-app-manifest-512x512.png</url><title>Johnny.Decimal</title><link>https://johnnydecimal.com/</link></image><item><title>JD CLI updated: now creates filesystem folders</title><link>https://johnnydecimal.com/blog/0245-jd-cli-now-creates-folders/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0245-jd-cli-now-creates-folders/</guid><description>Typing `jd 12.34` now creates that folder if it doesn&apos;t exist.</description><pubDate>Wed, 09 Sep 2026 07:35:50 GMT</pubDate><content:encoded>&lt;p&gt;The &lt;a href=&quot;https://johnnydecimal.com/jdhq/jd-cli&quot;&gt;JD CLI&lt;/a&gt; has been updated.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s migrated from using environment variables to the new &lt;a href=&quot;https://johnnydecimal.com/jdhq/configuration&quot;&gt;configuration file&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Now if you try to &lt;code&gt;jd 11.11&lt;/code&gt; to a folder, and that folder doesn&amp;#39;t exist, &lt;em&gt;and&lt;/em&gt; your JDex is readable by the CLI – i.e. Markdown files on disk, i.e. Obsidian - then it&amp;#39;ll create the folder for you.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://johnnydecimal.com/jdhq/mcp-server&quot;&gt;MCP server&lt;/a&gt; has been updated to understand this tool and the configuration file. Just ask it to &lt;code&gt;help me install the jd cli&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a short video walkthrough.&lt;/p&gt;
&lt;div style=&quot;padding:56.25% 0 0 0;position:relative;&quot;&gt;&lt;iframe src=&quot;https://player.vimeo.com/video/1225173783?badge=0&amp;amp;autopause=0&amp;amp;player_id=0&amp;amp;app_id=58479&quot; frameborder=&quot;0&quot; allow=&quot;autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; style=&quot;position:absolute;top:0;left:0;width:100%;height:100%;&quot; title=&quot;W0213 Navigate your filesystem faster with the JD CLI&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;

&lt;h2 id=&quot;if-you-installed-the-cli-before-today&quot;&gt;If you installed the CLI before today&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Pull:&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes catppuccin-latte synthwave-84&quot; style=&quot;--shiki-light:#4c4f69;--shiki-dark:#bbbbbb;--shiki-light-bg:#eff1f5;--shiki-dark-bg:#262335;overflow-x:auto&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#1E66F5;--shiki-light-font-style:italic;--shiki-dark:#FE4450;--shiki-dark-font-style:inherit&quot;&gt;git&lt;/span&gt;&lt;span style=&quot;--shiki-light:#40A02B;--shiki-dark:#F97E72&quot;&gt; -C&lt;/span&gt;&lt;span style=&quot;--shiki-light:#40A02B;--shiki-dark:#BBBBBB&quot;&gt; ~/.jd/cli&lt;/span&gt;&lt;span style=&quot;--shiki-light:#40A02B;--shiki-dark:#BBBBBB&quot;&gt; pull&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In your &lt;code&gt;.zshrc&lt;/code&gt; or &lt;code&gt;.bashrc&lt;/code&gt;, find these lines. You might only have the first.&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes catppuccin-latte synthwave-84&quot; style=&quot;--shiki-light:#4c4f69;--shiki-dark:#bbbbbb;--shiki-light-bg:#eff1f5;--shiki-dark-bg:#262335;overflow-x:auto&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#D20F39;--shiki-light-font-style:italic;--shiki-dark:#36F9F6;--shiki-dark-font-style:inherit&quot;&gt;source&lt;/span&gt;&lt;span style=&quot;--shiki-light:#40A02B;--shiki-dark:#BBBBBB&quot;&gt; ~/.jd/cli/jd-nav/jd-nav.sh&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#D20F39;--shiki-light-font-style:italic;--shiki-dark:#36F9F6;--shiki-dark-font-style:inherit&quot;&gt;source&lt;/span&gt;&lt;span style=&quot;--shiki-light:#40A02B;--shiki-dark:#BBBBBB&quot;&gt; ~/.jd/cli/jd-prompt/jd-prompt.zsh&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Replace them both with this line.&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes catppuccin-latte synthwave-84&quot; style=&quot;--shiki-light:#4c4f69;--shiki-dark:#bbbbbb;--shiki-light-bg:#eff1f5;--shiki-dark-bg:#262335;overflow-x:auto&quot; tabindex=&quot;0&quot; data-language=&quot;sh&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#D20F39;--shiki-light-font-style:italic;--shiki-dark:#36F9F6;--shiki-dark-font-style:inherit&quot;&gt;source&lt;/span&gt;&lt;span style=&quot;--shiki-light:#40A02B;--shiki-dark:#BBBBBB&quot;&gt; ~/.jd/cli/jd.sh&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start a new shell.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>SBS meeting schedule: Tue 15/Sep moved +3h</title><link>https://johnnydecimal.com/blog/0247-sbs-meeting-moved/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0247-sbs-meeting-moved/</guid><description>The time of next week&apos;s Small Business meeting has been pushed forward by 3 hours.</description><pubDate>Mon, 07 Sep 2026 22:25:07 GMT</pubDate><content:encoded>&lt;p&gt;We&amp;#39;ve moved &lt;strong&gt;next week&amp;#39;s&lt;/strong&gt; Small Business Zoom session &lt;strong&gt;forward 3 hours&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This is the slot we designed to suit Decimals in the Americas, but at 15:00 the scheduled time doesn&amp;#39;t suit those on the west coast who are still at work.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This session only&lt;/strong&gt; has been moved to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;18:00 Mon 14/Sep – Los Angeles (UTC-7)&lt;/li&gt;
&lt;li&gt;21:00 Mon 14/Sep – New York (UTC-4)&lt;/li&gt;
&lt;li&gt;01:00 Tue 15/Sep – UTC&lt;/li&gt;
&lt;li&gt;10:00 Tue 15/Sep – Tokyo (UTC+9)&lt;/li&gt;
&lt;li&gt;11:00 Tue 15/Sep – Canberra (UTC+10)&lt;/li&gt;
&lt;li&gt;13:00 Tue 15/Sep – Wellington (UTC+12)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.worldtimebuddy.com/?qm=1&amp;amp;lid=5368361,5128581,2643743,2950159,292223,1880252,1850147,1835848,2172517,2193733&amp;amp;h=1850147&amp;amp;date=2026-9-15&amp;amp;sln=10-11&amp;amp;hf=0&amp;amp;c=1516&quot;&gt;View a timezone chart&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;your-calendar-should-update&quot;&gt;Your calendar should update&lt;/h2&gt;
&lt;p&gt;If you&amp;#39;re &lt;strong&gt;subscribed&lt;/strong&gt; to the &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar&quot;&gt;events calendar&lt;/a&gt; (Business members only) this slot should have updated in your calendar.&lt;/p&gt;
&lt;p&gt;If it hasn&amp;#39;t:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Refresh the subscription.&lt;/li&gt;
&lt;li&gt;Confirm you&amp;#39;re &lt;strong&gt;subscribed&lt;/strong&gt; to the calendar and that you didn&amp;#39;t import a point-in-time copy instead.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;feedback-welcome&quot;&gt;Feedback welcome&lt;/h2&gt;
&lt;p&gt;We try to pick times that suit the most people. Let us know if this doesn&amp;#39;t suit, and what does. We&amp;#39;ll keep experimenting.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>&apos;Project&apos; section of &apos;Task &amp; Project Management&apos; course re-recorded</title><link>https://johnnydecimal.com/blog/0241-taskpm-update/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0241-taskpm-update/</guid><description>After using a new system for 6 months, we re-recorded the entire second half of our &apos;Task &amp; Project Management&apos; course.</description><pubDate>Fri, 21 Aug 2026 06:35:47 GMT</pubDate><content:encoded>&lt;p&gt;Our &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;Task &amp;amp; Project Management course&lt;/a&gt; is, perhaps unsurprisingly, split into two sections: tasks, and project management. (Perhaps to our marketing detriment, I have a tendency to name things literally.)&lt;/p&gt;
&lt;p&gt;We just re-recorded the entire project management section. If you watched the previous version, you should watch these new videos. Start from &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm/350-feedback-from-the-future&quot;&gt;feedback from the future&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;updated-based-on-real-world-use&quot;&gt;Updated based on real-world use&lt;/h2&gt;
&lt;p&gt;Everything we produce is a result of real-world experience. I can&amp;#39;t teach you how do to a thing if it&amp;#39;s not something I do myself.&lt;/p&gt;
&lt;p&gt;The previous projects section was the best that I knew at the time. But since releasing it late last year, I continued to refine the method. The re-recorded episodes reflect 6 months of further work, and are exactly how we run our own business.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s a great update. I&amp;#39;m really happy with it.&lt;/p&gt;
&lt;h2 id=&quot;also-see-work-packages&quot;&gt;Also see: Work packages&lt;/h2&gt;
&lt;p&gt;See the previous blog post, &lt;a href=&quot;https://johnnydecimal.com/blog/0240&quot;&gt;&amp;#39;50-59 Portfolio of creative outputs&amp;#39; becomes &amp;#39;W0000-9999 Work packages&amp;#39;&lt;/a&gt;.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>&apos;50-59 Portfolio of creative outputs&apos; becomes &apos;W0000-9999 Work packages&apos;</title><link>https://johnnydecimal.com/blog/0240-50-59-becomes-work-packages/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0240-50-59-becomes-work-packages/</guid><description>A change of numbering, and an expansion of its role. Here&apos;s what&apos;s changing, and what to do if you currently use 50-59.</description><pubDate>Fri, 21 Aug 2026 06:35:43 GMT</pubDate><content:encoded>&lt;p&gt;With the release of the &lt;a href=&quot;https://johnnydecimal.com/sbs&quot;&gt;Small Business System&lt;/a&gt; last year we introduced a new pattern. Area &lt;code&gt;50-59 Portfolio of creative outputs&lt;/code&gt; was an &lt;a href=&quot;https://johnnydecimal.com/documentation/expand-an-area-overview&quot;&gt;expanded area&lt;/a&gt; with numbers ranging from &lt;code&gt;50000&lt;/code&gt; through &lt;code&gt;59999&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The extended numbering is required because you&amp;#39;re expected to have more than 100 &amp;#39;creative outputs&amp;#39;, so the usual restrictions don&amp;#39;t work. This numbering was always a bit weird, not least because &lt;code&gt;50-59&lt;/code&gt; as a parent folder name didn&amp;#39;t accurately describe its contents.&lt;/p&gt;
&lt;h2 id=&quot;expanding-the-concept&quot;&gt;Expanding the concept&lt;/h2&gt;
&lt;p&gt;This concept was originally for &amp;#39;creative outputs&amp;#39;, as its name says. For our type of business that&amp;#39;s blog posts and video course lessons. For a restaurant it might be the photo shoot for their latest Instagram campaign.&lt;/p&gt;
&lt;p&gt;But the more we used it, the more we realised that it was a useful pattern for &lt;em&gt;all work&lt;/em&gt;. If you have a broad Johnny.Decimal ID like &lt;code&gt;21.34 Small Business System&lt;/code&gt;, it gets crowded if you try to do work in there.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A diagram showing ID 21.34 SBS with lots of &apos;work&apos; floating around it. It&apos;s very busy.&quot; height=&quot;392&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0240A-21.34_SBS_busy-862x784@2x.png&quot; width=&quot;431&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;One solution would be to promote that thing to its own category: &lt;code&gt;61 Small Business System&lt;/code&gt;, say. You could do that, but now we&amp;#39;ve pulled this specific product out of the list of products into its own place. And we still have the limit of 100 things to consider.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A diagram showing the SBS as a new category &apos;61&apos; containing a bunch of IDs.&quot; height=&quot;523&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0240B-61_SBS_category-1336x1046@2x.png&quot; width=&quot;668&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;This &amp;#39;place to do work&amp;#39; turned out to be a really nice alternative. With this pattern, you leave the core thing where it is: &lt;code&gt;21.34 Small Business System&lt;/code&gt; never changes. Each piece of work you do gets a new number in this &amp;#39;work world&amp;#39;, and we link it back to &lt;code&gt;21.34&lt;/code&gt;.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;The diagram now shows the SBS as 21.34 again, but _connected to it_ – not inside it, crowding it – are a bunch of work packages.&quot; height=&quot;518&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0240C-21.34_SBS_with_WPs-1010x1036@2x.png&quot; width=&quot;505&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;h2 id=&quot;introducing-work-packages&quot;&gt;Introducing &amp;#39;work packages&amp;#39;&lt;/h2&gt;
&lt;p&gt;At this point I realised I&amp;#39;d brought the established concept of &lt;a href=&quot;https://en.wikipedia.org/wiki/Work_breakdown_structure#Work_package&quot;&gt;work packages&lt;/a&gt; into Johnny.Decimal. And that&amp;#39;s a good sign: well-established patterns are probably correct. Let&amp;#39;s not invent something new for the sake of it.&lt;/p&gt;
&lt;p&gt;So that&amp;#39;s what the &amp;#39;creative pattern&amp;#39; has grown into: each of these jobs is now a work package, and they&amp;#39;re no longer limited to creative-like things. They&amp;#39;re useful for &lt;em&gt;any work&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;For example, you might need to conduct a large audit as part of a compliance exercise. That audit could be a work package, linked to the SBS ID &lt;code&gt;11.13 Compliance&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&quot;fixing-the-numbers&quot;&gt;Fixing the numbers&lt;/h2&gt;
&lt;p&gt;A design principle of Johnny.Decimal is that you must always be able to give a stranger – a new starter at your business, say – a number, and they must be able to find it easily. So the parent folder name needs to accurately explain what&amp;#39;s in it.&lt;/p&gt;
&lt;p&gt;The existing area pattern &lt;code&gt;A0-A9&lt;/code&gt; doesn&amp;#39;t work here. Work packages are so different, we&amp;#39;ve given them a completely new scheme. They start at &lt;code&gt;W0000&lt;/code&gt; and continue to &lt;code&gt;W9999&lt;/code&gt;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-w0011&quot; id=&quot;user-content-fnref-w0011&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; So we call the folder that contains them &lt;code&gt;W0000-9999 Work packages&lt;/code&gt;. This sorts them below all of your regularly-numbered Johnny.Decimal areas.&lt;/p&gt;
&lt;h2 id=&quot;they-must-link-to-an-id&quot;&gt;They must link to an ID&lt;/h2&gt;
&lt;p&gt;Crucially, work packages may not exist in isolation. &lt;strong&gt;They must belong to an ID&lt;/strong&gt;. We indicate this in the title like: &lt;code&gt;W0011~11.13 Compliance audit&lt;/code&gt;. Here, we&amp;#39;ve linked &lt;code&gt;W0011&lt;/code&gt; to ID &lt;code&gt;11.13&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This link-to-parent-ID-in-title is required&lt;/strong&gt;. You can and should cross-reference these entries using links in your JDex, but trust me: you&amp;#39;ll forget to do that. If you always link every work package to its parent using this simple notation, you can never lose anything.&lt;/p&gt;
&lt;p&gt;This is how our Small Business example now looks.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;The work packages connected to the SBS are now numbered, e.g. W0011~21.34.&quot; height=&quot;492&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0240D-21.34_SBS_with_numbered_WPs-1314x984@2x.png&quot; width=&quot;657&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;h2 id=&quot;how-do-i-migrate-from-50-59&quot;&gt;How do I migrate from &lt;code&gt;50-59&lt;/code&gt;?&lt;/h2&gt;
&lt;p&gt;If you&amp;#39;ve been using area &lt;code&gt;50-59&lt;/code&gt;, I recommend switching to this new scheme. Start the numbers where you left off: if your last creative job was &lt;code&gt;50106&lt;/code&gt;, your first work package is &lt;code&gt;W0107&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;You could renumber your old entries. We didn&amp;#39;t: the nature of these things is that, once done, they&amp;#39;re rarely referenced again.&lt;/p&gt;
&lt;h3 id=&quot;weve-also-retitled-40-49&quot;&gt;We&amp;#39;ve also retitled &lt;code&gt;40-49&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;While we&amp;#39;re at it, we&amp;#39;ve tweaked the title of the Small Business System&amp;#39;s area &lt;code&gt;40-49&lt;/code&gt;. What was your &lt;strong&gt;Library of creative inputs&lt;/strong&gt;, previously mirrored by the now-defunct &lt;strong&gt;Portfolio of creative outputs&lt;/strong&gt;, has been renamed to &lt;code&gt;40-49 Creative assets&lt;/code&gt;. Same thing, simpler name.&lt;/p&gt;
&lt;h2 id=&quot;see-more-at-the-updated-task--project-management&quot;&gt;See more at the updated Task &amp;amp; Project Management&lt;/h2&gt;
&lt;p&gt;We just re-recorded the entire second half of the course. You&amp;#39;ll find a full explanation of this concept starting at &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm/490-work-packages-intro&quot;&gt;this episode&lt;/a&gt;. See &lt;a href=&quot;https://johnnydecimal.com/blog/0241&quot;&gt;the blog post that follows this one&lt;/a&gt; for more information.&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-w0011&quot;&gt;
&lt;p&gt;Just like every other part of the system, you should leave the first 10 for &lt;a href=&quot;https://johnnydecimal.com/documentation/the-standard-zeros&quot;&gt;standard zero-like&lt;/a&gt; IDs. Start your own WPs at &lt;code&gt;W0011&lt;/code&gt;. &lt;a href=&quot;#user-content-fnref-w0011&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Small Business System – &apos;50-59 Portfolio of creative outputs&apos; becomes &apos;W0000-9999 Work packages&apos;</title><link>https://johnnydecimal.com/support/updates/2026-08-21-50-59-to-wps/</link><guid isPermaLink="true">https://johnnydecimal.com/support/updates/2026-08-21-50-59-to-wps/</guid><description>Small Business System – &apos;50-59 Portfolio of creative outputs&apos; becomes &apos;W0000-9999 Work packages&apos;</description><pubDate>Fri, 21 Aug 2026 06:23:04 GMT</pubDate><content:encoded>&lt;p&gt;This is the changelog entry for this update. See &lt;a href=&quot;https://johnnydecimal.com/blog/0240&quot;&gt;blog post 0240&lt;/a&gt; for full details.&lt;/p&gt;</content:encoded></item><item><title>Life Admin System – &apos;.02&apos; says to use it sparingly</title><link>https://johnnydecimal.com/support/updates/2026-08-20-las-02-tasks/</link><guid isPermaLink="true">https://johnnydecimal.com/support/updates/2026-08-20-las-02-tasks/</guid><description>Life Admin System – &apos;.02&apos; says to use it sparingly</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;standard-zero-description&quot;&gt;Standard zero description&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;.02&lt;/code&gt; standard zero now tells you to prefer storing a task close to the thing it relates to.&lt;/p&gt;
&lt;p&gt;Its description now ends with &amp;#39;Use sparingly: prefer storing tasks close to the thing they relate to&amp;#39;.&lt;/p&gt;
&lt;p&gt;The standard zeros page and every &lt;code&gt;.02&lt;/code&gt; ID say this. The IDs themselves have not changed.&lt;/p&gt;</content:encoded></item><item><title>Small Business System – &apos;.02&apos; says to use it sparingly</title><link>https://johnnydecimal.com/support/updates/2026-08-20-sbs-02-tasks/</link><guid isPermaLink="true">https://johnnydecimal.com/support/updates/2026-08-20-sbs-02-tasks/</guid><description>Small Business System – &apos;.02&apos; says to use it sparingly</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h2 id=&quot;standard-zero-description&quot;&gt;Standard zero description&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;.02&lt;/code&gt; standard zero now tells you to prefer storing a task close to the thing it relates to.&lt;/p&gt;
&lt;p&gt;Its description now ends with &amp;#39;Use sparingly: prefer storing tasks close to the thing they relate to&amp;#39;.&lt;/p&gt;
&lt;p&gt;The standard zeros page and every &lt;code&gt;.02&lt;/code&gt; ID say this. The IDs themselves have not changed.&lt;/p&gt;</content:encoded></item><item><title>Site and product updates</title><link>https://johnnydecimal.com/blog/0239-site-product-updates/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0239-site-product-updates/</guid><description>The weekly email update, cross-posted here.</description><pubDate>Wed, 19 Aug 2026 09:44:52 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Originally sent to the &lt;a href=&quot;https://johnnydecimal.com/support/contact-community/mailing-list-rss-social&quot;&gt;mailing list&lt;/a&gt; on Wednesday 2026-08-19.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Hey all. It&amp;#39;s been a while; we&amp;#39;ve been busy. Rather than overload this update, I&amp;#39;ll send a couple of short(er than usual) updates over the next few days.&lt;/p&gt;
&lt;h3 id=&quot;site-changes&quot;&gt;Site changes&lt;/h3&gt;
&lt;p&gt;I&amp;#39;ve been tweaking the site homepage &lt;em&gt;again&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The previous home and product pages had that &amp;#39;sales page&amp;#39; thing going on. Large text, not a lot of it, kinda shouty. It was a new approach – for most of the site&amp;#39;s ten-year life it&amp;#39;s had a predominantly-text homepage: &lt;a href=&quot;https://web.archive.org/web/20150801154932/http://johnnydecimal.com/&quot;&gt;2015&lt;/a&gt;, &lt;a href=&quot;https://web.archive.org/web/20180329164235/https://johnnydecimal.com/&quot;&gt;2018&lt;/a&gt;, &lt;a href=&quot;https://web.archive.org/web/20200728174422/https://johnnydecimal.com/&quot;&gt;2020&lt;/a&gt;, &lt;a href=&quot;https://web.archive.org/web/20240113225823/https://johnnydecimal.com/&quot;&gt;2024&lt;/a&gt;, &lt;a href=&quot;https://web.archive.org/web/20260513043249/https://johnnydecimal.com/&quot;&gt;2026&lt;/a&gt;. I&amp;#39;m glad I tried &amp;#39;the shouty thing&amp;#39;, once. Because now I know that I hate it and don&amp;#39;t have to do it again.&lt;/p&gt;
&lt;p&gt;Design is hard. I have no design training. I opted out of every art class at school in favour of science. I like to think that I have &lt;em&gt;taste&lt;/em&gt; – I know nice when I see it. But knowing it and making it are two different things.&lt;/p&gt;
&lt;p&gt;Thankfully, inspiration hit me in the form of &lt;a href=&quot;https://www.are.na&quot;&gt;Are.na&amp;#39;s wonderful new homepage&lt;/a&gt;. Charles &lt;a href=&quot;https://www.are.na/editorial/how-do-you-describe-are-na-at-a-party&quot;&gt;wrote about it here&lt;/a&gt;. I&amp;#39;m a big fan of their ethos and of his writing – I quote his &lt;a href=&quot;https://www.are.na/editorial/personal-business&quot;&gt;Personal Business&lt;/a&gt; piece often.&lt;/p&gt;
&lt;p&gt;Seeing their page it hit me, instantly: that this shouty page that I&amp;#39;d designed just &lt;em&gt;wasn&amp;#39;t me&lt;/em&gt;; wasn&amp;#39;t us, Johnny and Lucy, this &amp;#39;personal business&amp;#39;. The old page was my attempt at being a Big Company – something I don&amp;#39;t want to be!&lt;/p&gt;
&lt;p&gt;It&amp;#39;s gone; blessed relief. In its place is &lt;a href=&quot;https://johnnydecimal.com&quot;&gt;a page&lt;/a&gt; that I hope helps you find the place you&amp;#39;re looking for. I hope it&amp;#39;s useful to the newcomers, who don&amp;#39;t know what this thing is, and the long-timers, who know just what they&amp;#39;re looking for.&lt;/p&gt;
&lt;p&gt;I particularly like the new user flow. The page subtly changes when you go from signed out, to signed in with a free account, to signed in with access to products. Same place, same feel, slightly different story.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m proud of it. It feels like me. Let me know what you think.&lt;/p&gt;
&lt;h3 id=&quot;product-name-updates&quot;&gt;Product name updates&lt;/h3&gt;
&lt;p&gt;We&amp;#39;ve updated the names of our products. So if you look in your new &lt;a href=&quot;https://johnnydecimal.com/account&quot;&gt;account page&lt;/a&gt; you might see unfamiliar words. Nothing has actually changed other than a name.&lt;/p&gt;
&lt;p&gt;What was &amp;#39;Life Admin System&amp;#39; (and then, very briefly, …(pack only)) is now a &lt;strong&gt;Personal&lt;/strong&gt; membership.&lt;/p&gt;
&lt;p&gt;What was &amp;#39;Johnny.Decimal University&amp;#39; (then, briefly, &amp;#39;The Life Admin System&amp;#39;) is now a &lt;strong&gt;Pro&lt;/strong&gt; membership. This better reflects what we&amp;#39;re doing with it – there&amp;#39;s a fledgling API you can use, and most of the AI tools (see below) will require a Pro account. I want to keep adding useful stuff – if you&amp;#39;re Pro, you&amp;#39;ll get it all.&lt;/p&gt;
&lt;p&gt;And what was &amp;#39;Small Business System&amp;#39; is now a &lt;strong&gt;Business&lt;/strong&gt; membership. It includes everything in Pro.&lt;/p&gt;
&lt;p&gt;What hasn&amp;#39;t changed is that &amp;#39;membership&amp;#39; doesn&amp;#39;t mean &amp;#39;subscription&amp;#39;. Pay once, access and updates forever. Nor have any of the prices changed.&lt;/p&gt;
&lt;h3 id=&quot;lifetime-is-back&quot;&gt;Lifetime is back&lt;/h3&gt;
&lt;p&gt;For a while we sold a &lt;strong&gt;Lifetime&lt;/strong&gt; membership option. Then I couldn&amp;#39;t figure out where it should sit, so I removed it.&lt;/p&gt;
&lt;p&gt;Enough people ask how they can support us, so I&amp;#39;ve put it back. You&amp;#39;ll find it there on your &lt;a href=&quot;https://johnnydecimal.com/account&quot;&gt;account page&lt;/a&gt;. As with all of our products, it&amp;#39;ll discount anything you&amp;#39;ve already paid.&lt;/p&gt;
&lt;p&gt;For this extra money you get … not much, honestly! You get our eternal gratitude and love. You get everything we make in the future, but I can&amp;#39;t promise what that&amp;#39;ll be, if anything.&lt;/p&gt;
&lt;p&gt;Our Lifetime members make a huge difference. When I say love, I mean it. Thank you all.&lt;/p&gt;
&lt;h3 id=&quot;ai-content-coming&quot;&gt;AI content coming&lt;/h3&gt;
&lt;p&gt;The next update will be about exciting stuff I&amp;#39;m doing with AI. I think it&amp;#39;s really cool – but I know some of you aren&amp;#39;t into it. There&amp;#39;s a new button on the &lt;a href=&quot;https://johnnydecimal.com/#settings&quot;&gt;homepage&lt;/a&gt;. If you don&amp;#39;t want to hear about AI, turn it on. I&amp;#39;ll do my best to filter it out of the site (still some work to do, bear with me).&lt;/p&gt;
&lt;p&gt;Do that in the next ~36 hours and I should be able to filter you out of AI-specific email. I haven&amp;#39;t coded that up yet so no promises but I don&amp;#39;t see why not. I should also be able to create an AI-free version of the RSS feed. I&amp;#39;ll drop a post in the feed when I&amp;#39;ve done that.&lt;/p&gt;
&lt;p&gt;Until next time,&lt;br&gt;
j.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>AI-free features now available</title><link>https://johnnydecimal.com/blog/0238-rss-no-ai/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0238-rss-no-ai/</guid><description>Hide AI on the site, and subscribe to an AI-free RSS feed.</description><pubDate>Wed, 19 Aug 2026 09:39:21 GMT</pubDate><content:encoded>&lt;p&gt;For those of you not into AI, there are a handful of new features. There&amp;#39;s a setting on &lt;a href=&quot;https://johnnydecimal.com/#settings&quot;&gt;your new homepage&lt;/a&gt; that, when checked, will hide most AI content on the site.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not promising that you&amp;#39;ll never see the letters &amp;#39;AI&amp;#39;. But posts and pages that are predominantly about AI will be hidden. These posts are also hidden from your search results.&lt;/p&gt;
&lt;h2 id=&quot;ai-free-rss-feed&quot;&gt;AI-free RSS feed&lt;/h2&gt;
&lt;p&gt;That setting doesn&amp;#39;t carry across to the public RSS feed, so if you want the AI-free feed, resubscribe to &lt;a href=&quot;https://johnnydecimal.com/rss-no-ai.xml&quot;&gt;https://johnnydecimal.com/rss-no-ai.xml&lt;/a&gt;.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>&apos;Organising our small business&apos; is now &apos;Working with Johnny.Decimal&apos;</title><link>https://johnnydecimal.com/support/updates/2026-08-10-working-with-johnny-decimal/</link><guid isPermaLink="true">https://johnnydecimal.com/support/updates/2026-08-10-working-with-johnny-decimal/</guid><description>&apos;Organising our small business&apos; is now &apos;Working with Johnny.Decimal&apos;</description><pubDate>Mon, 10 Aug 2026 07:26:37 GMT</pubDate><content:encoded>&lt;p&gt;Preferring fewer, broader playlists (it&amp;#39;s easier to manage), we renamed JDU&amp;#39;s &amp;#39;Organising our Small Business&amp;#39; to &amp;#39;&lt;a href=&quot;https://johnnydecimal.com/jdu/wwjd&quot;&gt;Working with Johnny.Decimal&lt;/a&gt;&amp;#39;. This aligns it with &lt;a href=&quot;https://www.youtube.com/playlist?list=PLtBN5zRaar6qyr3N_5R839uHpkoBAK3m6&quot;&gt;YouTube&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The JDU playlist will contain videos that YouTube doesn&amp;#39;t – for example, today&amp;#39;s &amp;#39;&lt;a href=&quot;https://johnnydecimal.com/jdu/wwjd/2026-08-10-05-57-my-jdex-entries-and-notes&quot;&gt;How I keep my JDex entries and notes&lt;/a&gt;&amp;#39;. The JDU-only episodes will typically be less polished – this playlist will be a place I can throw up quick ideas, responses to your questions, that sort of thing.&lt;/p&gt;</content:encoded></item><item><title>Obsidian links break. Mine don&apos;t. (video)</title><link>https://johnnydecimal.com/blog/0236-youtube-obsidian-links/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0236-youtube-obsidian-links/</guid><description>I&apos;ll show how Current You can make links, templates, and Johnny.Decimal IDs work together to help Future You.</description><pubDate>Fri, 07 Aug 2026 01:18:37 GMT</pubDate><content:encoded>&lt;div class=&quot;youtube-embed&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt; &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/j8TEumsWrc8&quot; title=&quot;YouTube video&quot; loading=&quot;lazy&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt;&lt;/iframe&gt; &lt;/div&gt;
&lt;p&gt;This video continues a theme:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0130&quot;&gt;Obsidian tip: link directly to a header [0130]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0111&quot;&gt;Things: cross-link to Obsidian and back [0111]&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If anybody needs step-by-step instructions for this, let me know.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Indicating levels of Johnny.Decimal complexity</title><link>https://johnnydecimal.com/blog/0235-indicating-levels-of-complexity/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0235-indicating-levels-of-complexity/</guid><description>The previous post was very &apos;advanced&apos;. I should have made that clearer. Here&apos;s how I&apos;ll do that in the future.</description><pubDate>Tue, 28 Jul 2026 23:35:15 GMT</pubDate><content:encoded>&lt;p&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0234&quot;&gt;The previous post&lt;/a&gt; discussed an advanced notation whose primary intent is to enable &amp;#39;parsing&amp;#39; of your Johnny.Decimal system using automated tools.&lt;/p&gt;
&lt;p&gt;While the nature of the content was obviously advanced, I should have made it more obvious that this is an advanced &lt;em&gt;concept&lt;/em&gt; and is very much optional. Most of you don&amp;#39;t need to care, and don&amp;#39;t need to feel like this is something you should be doing, or that you&amp;#39;re missing out.&lt;/p&gt;
&lt;p&gt;I regret the error.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been thinking about this for a while. I passionately believe that the Johnny.Decimal system can help everyone to be more organised; that you really do not need &lt;em&gt;any&lt;/em&gt; special &amp;#39;computer skills&amp;#39; to use it to help you reduce the stress of modern life.&lt;/p&gt;
&lt;p&gt;Some of the best email I get is from &amp;#39;normal people&amp;#39; (i.e. not nerds like me) either thanking me for the system, or asking me a question about it. I love answering these emails – no question is too simple, and they inform what we create. &lt;a href=&quot;mailto:hello@johnnydecimal.com&quot;&gt;Email me any time&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;some-stuff-is-advanced&quot;&gt;Some stuff is advanced&lt;/h2&gt;
&lt;p&gt;But then some stuff &lt;em&gt;is&lt;/em&gt; advanced. That&amp;#39;s the beauty of a system based around numbers and text: you can drive it as hard as you like. So here&amp;#39;s a way to indicate when this is the case. I&amp;#39;m going to try to start using it on the blog, YouTube, and anywhere else. It&amp;#39;s pretty simple.&lt;/p&gt;
&lt;h3 id=&quot;complexity-13&quot;&gt;Complexity: 1/3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Johnny.Decimal level: &lt;span style=&quot;color: green;&quot;&gt;▓░░&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The default. I won&amp;#39;t be writing this everywhere: unless I say otherwise, assume this.&lt;/p&gt;
&lt;h3 id=&quot;complexity-23&quot;&gt;Complexity: 2/3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Johnny.Decimal level: &lt;span style=&quot;color: orange;&quot;&gt;▓▓░&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;#39;Intermediate&amp;#39; level stuff that you &lt;em&gt;might&lt;/em&gt; like to use.&lt;/p&gt;
&lt;h3 id=&quot;complexity-33&quot;&gt;Complexity: 3/3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Johnny.Decimal level: &lt;span style=&quot;color: red;&quot;&gt;▓▓▓&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Definitely &amp;#39;advanced&amp;#39; level stuff that you should only use if you know you need it.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>RFC W0192: Use of +, ~, @; clarifying extend-the-end</title><link>https://johnnydecimal.com/blog/0234-rfc-w0192-symbols-ete/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0234-rfc-w0192-symbols-ete/</guid><description>A request-for-comments. Closes 2026-07-30. On the use of symbols ~, +, @; and clarifying the extend-the-end concept.</description><pubDate>Mon, 27 Jul 2026 06:12:45 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;This post is a request for comments. I am actively seeking your feedback. This feedback will influence the development of Johnny.Decimal. Feedback closes at the end of &lt;strong&gt;2026-07-30&lt;/strong&gt;. Details are at the end.&lt;/p&gt;
&lt;p&gt;I put this post together quickly as a result of this time constraint. (Its decisions are holding up the recording of additional &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;Task &amp;amp; Project Management&lt;/a&gt; (T&amp;amp;PM) episodes.) So it&amp;#39;s a bit rough around the edges: I&amp;#39;ll write up something more formal when feedback is in.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;One of my goals has always been for the Johnny.Decimal system to be semi-formal. By which I mean that there are clear – almost mathematical – rules that define it.&lt;/p&gt;
&lt;p&gt;This has many benefits. Clarity, obviously. Consistency. It also enables the creation of software tools to support the system: you can&amp;#39;t write a script to validate your system if you don&amp;#39;t have a list of rules against which to validate.&lt;/p&gt;
&lt;p&gt;These rules need to survive the real world. Let&amp;#39;s be honest: they need to survive Obsidian. Obsidian is just a nice way to view Markdown files, so really what we&amp;#39;re saying is that these rules need to survive arbitrary text files on disk. We need to &lt;em&gt;imagine&lt;/em&gt; those text files as a database, even though they&amp;#39;re not one.&lt;/p&gt;
&lt;h2 id=&quot;defining-an-id&quot;&gt;Defining an ID&lt;/h2&gt;
&lt;p&gt;One such rule seems simple enough: an ID – which I&amp;#39;ll refer to generically as an &amp;#39;entry&amp;#39; in your system – is defined as &lt;code&gt;AC.ID Title&lt;/code&gt;,&lt;sup&gt;&lt;a href=&quot;#user-content-fn-acid&quot; id=&quot;user-content-fnref-acid&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; e.g. &lt;code&gt;11.11 I am ID eleven-eleven&lt;/code&gt;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-md&quot; id=&quot;user-content-fnref-md&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;From here, we already know that we need 2 more definitions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The definition of category &lt;code&gt;11&lt;/code&gt;, which we store as &lt;code&gt;11.00 Title of category 11&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The definition of area &lt;code&gt;10-19&lt;/code&gt;, which we store as &lt;code&gt;10.00 Title of area 10-19&lt;/code&gt;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-area-level-zero&quot; id=&quot;user-content-fnref-area-level-zero&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;folder-structure&quot;&gt;Folder structure&lt;/h2&gt;
&lt;p&gt;You might optionally choose to store these text files in a nested folder structure.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-system-management-zeros-not-shown&quot; id=&quot;user-content-fnref-system-management-zeros-not-shown&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;pre class=&quot;astro-code astro-code-themes catppuccin-latte synthwave-84&quot; style=&quot;--shiki-light:#4c4f69;--shiki-dark:#bbbbbb;--shiki-light-bg:#eff1f5;--shiki-dark-bg:#262335;overflow-x:auto&quot; tabindex=&quot;0&quot; data-language=&quot;text&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;10-19 Area ten through nineteen/&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;   └── 11 Category eleven/&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;      └── 11.11 I am ID eleven-eleven.md&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In which case, ID &lt;code&gt;11.11&lt;/code&gt; must be a child of folder &lt;code&gt;11&lt;/code&gt;, which must in turn be a child of &lt;code&gt;10-19&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;But if you want to leave all your files flat in a folder, that&amp;#39;s a style choice. It breaks no rules.&lt;/p&gt;
&lt;p&gt;So far, nothing new. Just setting the scene.&lt;/p&gt;
&lt;h2 id=&quot;what-about-additional-notes&quot;&gt;What about additional notes?&lt;/h2&gt;
&lt;p&gt;If you&amp;#39;ve used your system for any amount of time you know that notes can get full. It can be nice to create a new file so the main file doesn&amp;#39;t get unmanageable.&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s start using a real example, Life Admin&amp;#39;s &lt;code&gt;11.11 Birth certificate &amp;amp; proof of name&lt;/code&gt; (which I&amp;#39;ll shorten for convenience).&lt;/p&gt;
&lt;p&gt;We just said that &lt;code&gt;11.11 Birth certificate&lt;/code&gt; &lt;em&gt;defines the ID&lt;/em&gt;. So I can&amp;#39;t just create another note called &lt;code&gt;11.11 Notes from applying for copy of UK birth certificate&lt;/code&gt;, because now I have 2 notes with ID &lt;code&gt;11.11&lt;/code&gt;. Which one defines the ID, and which is just a note? There&amp;#39;s no way to tell.&lt;/p&gt;
&lt;h2 id=&quot;proposal-1--is-used-to-indicate-a-freeform-sub-note&quot;&gt;Proposal 1: &lt;code&gt;~&lt;/code&gt; is used to indicate a freeform sub-note&lt;/h2&gt;
&lt;p&gt;Any file containing notes, that is not the definition of the ID, and is not an EtE note (see below), must be named:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AC.ID~ Arbitrary title of sub-note&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;AC.ID Title&lt;/code&gt; must exist, in order to define the ID.&lt;/p&gt;
&lt;p&gt;Freeform sub-notes MAY NOT contain Johnny.Decimal system metadata.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-metadata&quot; id=&quot;user-content-fnref-metadata&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;5&lt;/a&gt;&lt;/sup&gt; All metadata is inherited from the parent ID. (You may do as you please with your own metadata/frontmatter.)&lt;/p&gt;
&lt;p&gt;You may think of a sub-note as functionally identical to text inside a heading of the main note.&lt;/p&gt;
&lt;h3 id=&quot;valid-notes-inside-the-id-note&quot;&gt;Valid: notes inside the ID note&lt;/h3&gt;
&lt;pre class=&quot;astro-code astro-code-themes catppuccin-latte synthwave-84&quot; style=&quot;--shiki-light:#4c4f69;--shiki-dark:#bbbbbb;--shiki-light-bg:#eff1f5;--shiki-dark-bg:#262335;overflow-x:auto&quot; tabindex=&quot;0&quot; data-language=&quot;md&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#D20F39;--shiki-light-font-weight:inherit;--shiki-dark:#FF7EDB;--shiki-dark-font-weight:bold&quot;&gt;# 11.11 Birth certificate&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#FE640B;--shiki-light-font-weight:inherit;--shiki-dark:#FF7EDB;--shiki-dark-font-weight:bold&quot;&gt;## Notes from applying for UK copy&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#4C4F69;--shiki-dark:#FFFFFFEE&quot;&gt;I called the service centre and spoke to Dave and he said…&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&quot;equivalent-sub-note-extracted-to-its-own-file&quot;&gt;Equivalent: sub-note extracted to its own file&lt;/h3&gt;
&lt;pre class=&quot;astro-code astro-code-themes catppuccin-latte synthwave-84&quot; style=&quot;--shiki-light:#4c4f69;--shiki-dark:#bbbbbb;--shiki-light-bg:#eff1f5;--shiki-dark-bg:#262335;overflow-x:auto&quot; tabindex=&quot;0&quot; data-language=&quot;md&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#D20F39;--shiki-light-font-weight:inherit;--shiki-dark:#FF7EDB;--shiki-dark-font-weight:bold&quot;&gt;# 11.11 Birth certificate&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#4C4F69;--shiki-dark:#FFFFFFEE&quot;&gt;// is now an empty note&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&quot;astro-code astro-code-themes catppuccin-latte synthwave-84&quot; style=&quot;--shiki-light:#4c4f69;--shiki-dark:#bbbbbb;--shiki-light-bg:#eff1f5;--shiki-dark-bg:#262335;overflow-x:auto&quot; tabindex=&quot;0&quot; data-language=&quot;md&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#D20F39;--shiki-light-font-weight:inherit;--shiki-dark:#FF7EDB;--shiki-dark-font-weight:bold&quot;&gt;# 11.11~ Notes from applying for UK copy&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span style=&quot;--shiki-light:#4C4F69;--shiki-dark:#FFFFFFEE&quot;&gt;I called the service centre and spoke to Dave and he said…&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&quot;proposal-2--means-extend-the-end-defining-extend-the-end&quot;&gt;Proposal 2: &lt;code&gt;+&lt;/code&gt; means &amp;#39;extend-the-end&amp;#39;; defining &amp;#39;extend-the-end&amp;#39;&lt;/h2&gt;
&lt;p&gt;The system has had the concept of &lt;a href=&quot;https://johnnydecimal.com/documentation/extend-the-end-overview&quot;&gt;extend-the-end&lt;/a&gt; (EtE) for a few years. It&amp;#39;s useful, but I&amp;#39;ve never been totally comfortable with its definition until now.&lt;/p&gt;
&lt;p&gt;The canonical EtE example has always been your kids, in the context of the Life Admin System (LAS). There we have &lt;code&gt;11.11 Birth certificate&lt;/code&gt;. You have a kid, and at 6 months it&amp;#39;s a touch young to be managing its own Johnny.Decimal system – one day! – so you do it. How do you store the kid&amp;#39;s birth certificate?&lt;/p&gt;
&lt;p&gt;The answer is &lt;code&gt;11.11+ Belinda&lt;/code&gt;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-or-their-own-system&quot; id=&quot;user-content-fnref-or-their-own-system&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;6&lt;/a&gt;&lt;/sup&gt; Because she&amp;#39;ll also need her jabs, which you&amp;#39;ll store at &lt;code&gt;11.25+ Belinda&lt;/code&gt;. Maybe you open her a savings account and you track it at &lt;code&gt;13.42+ Belinda&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;You can think of these extended IDs as sitting on top of your primary system; like a shadow system. You&amp;#39;ve got &lt;em&gt;your&lt;/em&gt; system, and overlaid with these &lt;code&gt;+&lt;/code&gt; entries you have Belinda&amp;#39;s system. And this is why it&amp;#39;s called &lt;em&gt;extend&lt;/em&gt;-the-end. You&amp;#39;re just giving yourself a little more room.&lt;/p&gt;
&lt;p&gt;Now, to find all entries in your system that relate to Belinda, just search for &lt;code&gt;+ Belinda&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&quot;formalising-how-you-extend-the-end&quot;&gt;Formalising how you extend-the-end&lt;/h3&gt;
&lt;p&gt;So when should you EtE with &lt;code&gt;+&lt;/code&gt;, and when should you create a sub-note with &lt;code&gt;~&lt;/code&gt;? The answer is: when you&amp;#39;ll have multiple instances of the thing through your system, use &lt;code&gt;+&lt;/code&gt;, and always name them identically. Otherwise, use &lt;code&gt;~&lt;/code&gt; and you are free to name them arbitrarily.&lt;/p&gt;
&lt;p&gt;Our examples already demonstrate this. Will any other IDs require a note whose title is, or is even remotely like, &lt;code&gt;Notes from appling for UK copy of birth certificate&lt;/code&gt;? Obviously not: use &lt;code&gt;~&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Will we use &lt;code&gt;+ Belinda&lt;/code&gt; over and over? We will.&lt;/p&gt;
&lt;h3 id=&quot;you-should-be-able-to-list-all-of-your-extend-the-ends&quot;&gt;You should be able to list all of your extend-the-ends&lt;/h3&gt;
&lt;p&gt;Your system must necessarily contain a finite number of EtEs, and you should be able to list them all. This is what makes them useful: you&amp;#39;re defining a &lt;em&gt;type of sub-note&lt;/em&gt; that you can easily filter on.&lt;/p&gt;
&lt;p&gt;At home:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;+ Belinda&lt;/code&gt;, &lt;code&gt;+ Marie&lt;/code&gt;, &lt;code&gt;+ Wendy&lt;/code&gt; for each of the kids.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;At work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;+ Work log&lt;/code&gt; is a note where we record the fact that we did some work on a thing; typically with a date/timestamp.
&lt;ul&gt;
&lt;li&gt;E.g. &lt;code&gt;21.35 JDHQ&lt;/code&gt; has &lt;code&gt;21.35+ Work log&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;+ P5 ideas&lt;/code&gt; is a note where we record ideas that aren&amp;#39;t solid enough to make it into our task system.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-p5&quot; id=&quot;user-content-fnref-p5&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;
&lt;ul&gt;
&lt;li&gt;E.g. &lt;code&gt;21.35 JDHQ&lt;/code&gt; has &lt;code&gt;21.35+ P5 ideas&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;+ Meeting minutes&lt;/code&gt; is a note where we record minutes of meetings that relate to the ID.
&lt;ul&gt;
&lt;li&gt;E.g. if we have a meeting specifically about JDHQ we might store the minutes at &lt;code&gt;21.35+ Meeting minutes&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;standards-in-waiting&quot;&gt;Standards-in-waiting&lt;/h3&gt;
&lt;p&gt;Note that these work EtEs are likely to become recommendations of the system, i.e. if you have a need for a work-log-like note, don&amp;#39;t call yours &lt;code&gt;+ My work-log&lt;/code&gt;. Call it &lt;code&gt;+ Work log&lt;/code&gt; and now we&amp;#39;re all talking the same language.&lt;/p&gt;
&lt;p&gt;In this way they become a bit template-like. We&amp;#39;ll develop this into the &lt;a href=&quot;https://johnnydecimal.com/sbs&quot;&gt;Small Business System&lt;/a&gt; (SBS) over time.&lt;/p&gt;
&lt;h3 id=&quot;be-consistent&quot;&gt;Be consistent&lt;/h3&gt;
&lt;p&gt;Don&amp;#39;t use &lt;code&gt;+ Belinda&lt;/code&gt; sometimes and &lt;code&gt;+ Bel&lt;/code&gt; elsewhere. Pick one.&lt;/p&gt;
&lt;h3 id=&quot;a-counter-example&quot;&gt;A counter-example&lt;/h3&gt;
&lt;p&gt;As a counter-example, the SBS has ID &lt;code&gt;11.31 Internal policies&lt;/code&gt;. Our business has a sub-note &lt;code&gt;11.31~ Purpose, mission, values&lt;/code&gt;: this is the &lt;em&gt;only ID&lt;/em&gt; that will require a note with that title, so it doesn&amp;#39;t earn a &lt;code&gt;+&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Below it our &lt;code&gt;11.32 External policies&lt;/code&gt; has &lt;code&gt;11.32~ Code of conduct&lt;/code&gt;, &lt;code&gt;11.32~ Privacy policy&lt;/code&gt; for the same reason.&lt;/p&gt;
&lt;p&gt;Whereas if we had a meeting about these policies, we would store its minutes at &lt;code&gt;11.32+ Meeting minutes&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&quot;you-own-everything-after-the-&quot;&gt;You own everything after the &lt;code&gt;+&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;Parsing software will detect the &lt;code&gt;+&lt;/code&gt; and consider it and anything that follows until the end-of-line to be the EtE pattern.&lt;/p&gt;
&lt;p&gt;This means you are free to use a space, or to omit one. I have found that it feels natural to use a space when what follows is a sentence/word, and to omit one when what follows is a code. But this is guidance, not a rule.&lt;/p&gt;
&lt;h3 id=&quot;an-example-of-a-code&quot;&gt;An example of a code&lt;/h3&gt;
&lt;p&gt;The EtE concept was born at a job where I was dealing with 13 physical facilities. Each of those facilities had a well established shortcode e.g. &lt;code&gt;E32&lt;/code&gt;, &lt;code&gt;K07&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The Johnny.Decimal system as designed contained IDs like &lt;code&gt;53.07 Hardware delivery&lt;/code&gt; and &lt;code&gt;72.02 Cabling&lt;/code&gt;. To handle these things &lt;em&gt;at each location&lt;/em&gt;, I extended the end:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;53.07+E32&lt;/code&gt; was hardware delivery to E32.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;72.02+K07&lt;/code&gt; was cabling at K07.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This worked beautifully. I used the IDs everywhere, across my notes, filesystem, email, and the project schedule. I could filter this schedule for &lt;code&gt;+K07&lt;/code&gt; to reveal all line items related to that facility.&lt;/p&gt;
&lt;p&gt;In this case it feels natural to omit the space after the &lt;code&gt;+&lt;/code&gt;. But if you prefer to include it, do so.&lt;/p&gt;
&lt;h3 id=&quot;keeping-notes&quot;&gt;Keeping notes&lt;/h3&gt;
&lt;p&gt;Regarding notes, this works in the same way as the &lt;code&gt;~&lt;/code&gt; sub-note.&lt;/p&gt;
&lt;h3 id=&quot;difference-between--and-&quot;&gt;Difference between &lt;code&gt;~&lt;/code&gt; and &lt;code&gt;+&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;To recap:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Both symbols provide a way to expand an ID that already exists.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;~&lt;/code&gt; is for arbitrary, unpatterned expansion.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;+&lt;/code&gt; is for systematic, patterned expansion.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;in-your-filesystem&quot;&gt;In your filesystem&lt;/h3&gt;
&lt;p&gt;If you name your filesystem folders with the &lt;code&gt;+&lt;/code&gt;, they sort in a group above any unstructured folders. This will probably be optional. I prefer it.&lt;/p&gt;
&lt;h2 id=&quot;proposal-3--links-work-packages-to-their-id&quot;&gt;Proposal 3: &lt;code&gt;@&lt;/code&gt; links Work Packages to their ID&lt;/h2&gt;
&lt;p&gt;The updates to T&amp;amp;PM that we&amp;#39;re recording include the concept of &amp;#39;work packages&amp;#39; (WPs) &lt;a href=&quot;https://youtu.be/JuXHu9YVDFI&quot;&gt;as introduced in this video&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What&amp;#39;s important here is a new nomenclature. Each WP has a number like &lt;code&gt;W0000&lt;/code&gt; but MUST also belong to a parent ID, &lt;code&gt;12.34&lt;/code&gt;. You MUST indicate this in the title, which ends up looking like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;W0011@12.34 Name of work package&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Previously, we had used &lt;code&gt;~&lt;/code&gt; as this divider. It works really nicely – it reads like &amp;#39;work package &lt;code&gt;11&lt;/code&gt; &lt;em&gt;relates to&lt;/em&gt; ID &lt;code&gt;12.34&lt;/code&gt;&amp;#39; – but this is confusing if we also use it as the arbitrary sub-note symbol.&lt;/p&gt;
&lt;p&gt;Instead, I propose using &lt;code&gt;@&lt;/code&gt; for this purpose. It also reads well: &amp;#39;work package &lt;code&gt;11&lt;/code&gt; &lt;em&gt;at&lt;/em&gt; ID &lt;code&gt;12.34&lt;/code&gt;&amp;#39;.&lt;/p&gt;
&lt;p&gt;In this context it will ALWAYS be nested between the range of characters defined by the regular expression &lt;code&gt;/^W[0-9]{4}@[0-9]{2}\.[0-9]{2} \S.*$/&lt;/code&gt;, so you&amp;#39;re still free to use it in your own titles, including EtEs.&lt;/p&gt;
&lt;h2 id=&quot;how-to-feedback&quot;&gt;How to feedback&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://forum.johnnydecimal.com/t/rfc-use-of-clarifying-extend-the-end-0234/2943&quot;&gt;At this forum post&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://discord.com/channels/822215537589354566/1531183012153393182&quot;&gt;At this Discord thread&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;mailto:hello@johnnydecimal.com?subject=RFC%20W0192&quot;&gt;Email me&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Much appreciated. ✌🏼&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-acid&quot;&gt;
&lt;p&gt;See &lt;a href=&quot;https://johnnydecimal.com/documentation/acid-notation/&quot;&gt;AC.ID notation&lt;/a&gt;. &lt;a href=&quot;#user-content-fnref-acid&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-md&quot;&gt;
&lt;p&gt;You can imagine these as &lt;code&gt;.md&lt;/code&gt; files, but I won&amp;#39;t write out the file extension. &lt;a href=&quot;#user-content-fnref-md&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-area-level-zero&quot;&gt;
&lt;p&gt;If we want to name category &lt;code&gt;10&lt;/code&gt; we need to use frontmatter inside this note. Unless specified, &lt;code&gt;A0&lt;/code&gt; categories are named &lt;code&gt;Management of area $number&lt;/code&gt;. &lt;a href=&quot;#user-content-fnref-area-level-zero&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-system-management-zeros-not-shown&quot;&gt;
&lt;p&gt;System-management zeros not shown. &lt;code&gt;11.00&lt;/code&gt; is a child of &lt;code&gt;11/&lt;/code&gt;; &lt;code&gt;10.00&lt;/code&gt; is a child of &lt;code&gt;10/&lt;/code&gt;. &lt;a href=&quot;#user-content-fnref-system-management-zeros-not-shown&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-metadata&quot;&gt;
&lt;p&gt;For example, a YAML block at the top of a Markdown file. &lt;a href=&quot;#user-content-fnref-metadata&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-or-their-own-system&quot;&gt;
&lt;p&gt;You&amp;#39;re also free to duplicate area &lt;code&gt;10-19 Life admin&lt;/code&gt; for Belinda, giving her her own system. The reason many prefer EtE is that this new system of hers is going to be mostly empty. EtE is simpler and requires less management. &lt;a href=&quot;#user-content-fnref-or-their-own-system&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 6&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-p5&quot;&gt;
&lt;p&gt;A P5 being one priority level below a P4, the lowest priority task. Ref. &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm/040-p1-p4&quot;&gt;T&amp;amp;PM episode &amp;#39;The P1-P4 system&amp;#39;&lt;/a&gt;. &lt;a href=&quot;#user-content-fnref-p5&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 7&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>WwJD: Spend less time doing boring admin (video)</title><link>https://johnnydecimal.com/blog/0233-wwjd-less-time-boring-admin/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0233-wwjd-less-time-boring-admin/</guid><description>[Link to YouTube] This video shows how my system helps me calmly complete two simple, infrequent tasks.</description><pubDate>Sat, 18 Jul 2026 06:22:15 GMT</pubDate><content:encoded>&lt;div class=&quot;youtube-embed&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt; &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/KiK7RxCzt_k&quot; title=&quot;YouTube video&quot; loading=&quot;lazy&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt;&lt;/iframe&gt; &lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;A &amp;#39;&lt;a href=&quot;https://www.youtube.com/playlist?list=PLtBN5zRaar6qyr3N_5R839uHpkoBAK3m6&quot;&gt;Working with Johnny.Decimal&lt;/a&gt;&amp;#39; video.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This video shows how my system helps me calmly complete two simple, infrequent tasks. They&amp;#39;re far enough apart that I forget how to do them, and they&amp;#39;ve previously caused more disruption than necessary. One of the benefits of Johnny.Decimal is that it takes the edge off my computer use, turning it into a neat room where I can work efficiently and spend less time doing boring admin.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>WwJD: This is what Johnny.Decimal was designed for (video)</title><link>https://johnnydecimal.com/blog/0232-wwjd-this-is-what-jd-was-designed-for/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0232-wwjd-this-is-what-jd-was-designed-for/</guid><description>[Link to YouTube] Managing complex tasks is not just possible, it&apos;s easy with Johnny.Decimal.</description><pubDate>Fri, 17 Jul 2026 04:58:04 GMT</pubDate><content:encoded>&lt;div class=&quot;youtube-embed&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt; &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/8wt1aahLULs&quot; title=&quot;YouTube video&quot; loading=&quot;lazy&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt;&lt;/iframe&gt; &lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;A &amp;#39;&lt;a href=&quot;https://www.youtube.com/playlist?list=PLtBN5zRaar6qyr3N_5R839uHpkoBAK3m6&quot;&gt;Working with Johnny.Decimal&lt;/a&gt;&amp;#39; video.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Managing complex tasks is not just possible, it&amp;#39;s easy with Johnny.Decimal. Everything has a home, and you keep a simple index that lets you find it again, and everything looks the same no matter what app you&amp;#39;re using.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>This week at JDHQ – 2026-07-13</title><link>https://johnnydecimal.com/blog/0231-this-week-2026-07-13/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0231-this-week-2026-07-13/</guid><description>The weekly email update, cross-posted here.</description><pubDate>Tue, 14 Jul 2026 22:53:06 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Originally sent to the &lt;a href=&quot;https://johnnydecimal.com/support/contact-community/mailing-list-rss-social&quot;&gt;mailing list&lt;/a&gt; on Monday 2026-07-13.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I&amp;#39;ve been finding it difficult, after taking a month off circumnavigating Taiwan by rail – counter-clockwise, starting from and returning to Kaohsiung City, great trip, recommended – to get back into the flow of things. Feeling distracted and without focus, I went back to an old friend: Cal Newport&amp;#39;s &lt;em&gt;&lt;a href=&quot;https://calnewport.com/deep-work-rules-for-focused-success-in-a-distracted-world/&quot;&gt;Deep Work&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;It holds up to perhaps its third reading, and was exactly what I needed. Because its advice is so simple, really, and so obviously true. In order to do good work – work that you&amp;#39;re proud of, work that will be noticed – you have to be deliberate. You have to recognise the many distractions of the world and do something about them.&lt;/p&gt;
&lt;p&gt;Cal gives the sort of advice that&amp;#39;s easy to implement badly: plan your day; don&amp;#39;t browse crap online; disconnect at night. But – as I discovered the last few weeks – none of this works as a half measure. A day half planned wasn&amp;#39;t planned. Only browsing &lt;em&gt;some&lt;/em&gt; crap still leaves your brain a mess. So I&amp;#39;m going all-in: here&amp;#39;s my calendar.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of Fantastical. 5 days are shown, from 9-5pm. Every slot is filled with a pink planning session. Every day is the same.&quot; height=&quot;560&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0231A-Fantastical-2732x2802@2x.png&quot; width=&quot;546&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;The specific problem that I&amp;#39;m trying to solve is the one where you work all day, get to the end, look back, and think … &lt;em&gt;well I was busy, but what did I actually achieve&lt;/em&gt;? When you allow yourself to bounce from task to task all day, it&amp;#39;s easy to fall into the trap of busywork. There are only two of us in this little business: there&amp;#39;s no time for busywork.&lt;/p&gt;
&lt;p&gt;Practically, this schedule stops me from drifting away from a task. Those large chunks of pink are labelled either &amp;#39;Product&amp;#39; (the making or improving of) or &amp;#39;Marketing&amp;#39; (like sending this email). Figuring out either of those things is hard, and the natural tendency is to start something, do it for half an hour, and drift away from it. And when I say &amp;#39;natural tendency&amp;#39;, it really is: in &lt;em&gt;&lt;a href=&quot;https://www.penguin.com.au/books/willpower-9780141049489&quot;&gt;Willpower&lt;/a&gt;&lt;/em&gt;, Baumeister and Tierney explain how our willpower is a finite resource, consumed throughout the day. But there are things you can do to help strengthen it, and this is one of them.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve done spells of &amp;#39;hyper-scheduling&amp;#39; in the past. It only works when you get to set your own schedule, which rules out a lot of jobs. But if you can, it&amp;#39;s worth a try. I&amp;#39;ll report my progress.&lt;/p&gt;
&lt;h3 id=&quot;the-work-system&quot;&gt;&amp;#39;The Work System&amp;#39;&lt;/h3&gt;
&lt;p&gt;Work has started on &amp;#39;The Work System&amp;#39;, aka a &amp;#39;coping mechanism&amp;#39; for those of you stuck in some corporate situation. We know you probably can&amp;#39;t reconfigure the SharePoint, but we should be able to give you &lt;em&gt;something&lt;/em&gt; that helps.&lt;/p&gt;
&lt;p&gt;Lucy has spent the week in discovery (ref. &lt;a href=&quot;https://johnnydecimal.com/jdu/workshop/20-29/20-29-discovery&quot;&gt;Workshop area 20-29&lt;/a&gt;) and we just reviewed what she has so far. It&amp;#39;s nowhere near ready to share, but here&amp;#39;s a teaser at how much we&amp;#39;re working with.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of MindNode. It&apos;s so zoomed out you can&apos;t really make out anything other than the fact that there&apos;s a lot of information there.&quot; height=&quot;459&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0231B-MindNode-side-by-side-832x918.png&quot; width=&quot;416&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;We&amp;#39;d &lt;em&gt;love&lt;/em&gt; to know what help people need &amp;#39;at work&amp;#39;. Here&amp;#39;s a short survey, every question optional: tell us as much or as little as you like.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This survey link will expire around 13th August 2026.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://form.typeform.com/to/cJX82lhC&quot;&gt;Typeform survey: Johnny.Decimal &amp;#39;at work&amp;#39;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;giving-structure-to-ideas&quot;&gt;Giving structure to ideas&lt;/h3&gt;
&lt;p&gt;On the topic of structure, we&amp;#39;re still trying to figure out how best to give structure to our many, many ideas.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A drawing showing how various inputs - ideas, reading, watching, the community - feed &apos;an idea&apos;. That idea then feeds out to email, the blog, YouTube, LinkedIn…&quot; height=&quot;277&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0231C-tldraw-1484x830@2x.png&quot; width=&quot;495&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;(Image made with &lt;a href=&quot;https://tldraw.com&quot;&gt;tldraw&lt;/a&gt; which I&amp;#39;ve just started using and am enjoying a lot.)&lt;/p&gt;
&lt;p&gt;Ideas occur, and are saved mostly as simple lists of text in notes that we label &amp;#39;P5 Ideas&amp;#39;. This extends the &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;task and project management&lt;/a&gt; course&amp;#39;s P1-P4 system of prioritisation. A &amp;#39;P5 idea&amp;#39; is just that: a very low priority thing; not even a task. We have a &lt;em&gt;lot&lt;/em&gt; of these ideas through our JDex. Let me see if I can … okay, that explains it! A quick grep across my 29 notes named &amp;#39;P5 ideas&amp;#39; reveals &lt;strong&gt;894 bullet points&lt;/strong&gt;. That&amp;#39;s a lot to try to make sense of (which is why we mostly can&amp;#39;t).&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve got a bunch more stuff saved in the still-needs-a-proper-name &amp;#39;&lt;a href=&quot;https://youtu.be/g2z3fuv8a2A&quot;&gt;imaginarium aka megablog&lt;/a&gt;&amp;#39;. I try to keep ideas out of Things; they might start life there, captured in my inbox, but at &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm/060-process-your-inbox&quot;&gt;morning review&lt;/a&gt; I move them out to a P5 note. An idea isn&amp;#39;t a task; don&amp;#39;t dilute your task system with them.&lt;/p&gt;
&lt;p&gt;I just started reading Bob Doto&amp;#39;s &lt;em&gt;&lt;a href=&quot;https://writing.bobdoto.computer&quot;&gt;A System for Writing&lt;/a&gt;&lt;/em&gt; – the first time I&amp;#39;ve really learned about Zettelkasten. (Loving the book so far.) ZK&amp;#39;s similarities with our &amp;#39;imaginarium&amp;#39; are striking: the tracking of many granular ideas, loosely connected, in service of surfacing broader ideas, such that content ideas (writing, for Bob – any content, for us) are revealed and can be planned and produced.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve yet to find the right tool for this job. It&amp;#39;s obviously not 894 bullet points spread across 29 text files. In the imaginarium video you&amp;#39;ll see me using Airtable. It&amp;#39;s too slow, and not visual enough. I need a database crossed with a whiteboard, and I think it needs to be local to be fast enough. I want to feel like &lt;a href=&quot;https://www.youtube.com/watch?v=VBceT1TkxU4&amp;amp;t=77s&quot;&gt;Tom Cruise&lt;/a&gt; (eww).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll take a look at Notion later, but don&amp;#39;t think it&amp;#39;ll give me the &lt;em&gt;moving shapes around on a canvas&lt;/em&gt; I&amp;#39;m looking for. I don&amp;#39;t &lt;em&gt;think&lt;/em&gt; Obsidian&amp;#39;s Canvas will be enough, and this thing needs an actual relational database. Airtable has proven that much. If you&amp;#39;ve got any other app ideas, I&amp;#39;m all ears.&lt;/p&gt;
&lt;p&gt;When we&amp;#39;ve figured this one out I&amp;#39;ll write it up. I can see it becoming a mini-course: how to have, track, and make use of all your ideas, in the specific context of running a creative business.&lt;/p&gt;
&lt;h3 id=&quot;recording-the-projects-update-to-tpm-this-week&quot;&gt;Recording the &amp;#39;projects&amp;#39; update to T&amp;amp;PM this week&lt;/h3&gt;
&lt;p&gt;As noted in the past, the &amp;#39;projects&amp;#39; half of the &amp;#39;&lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;task and project management&lt;/a&gt;&amp;#39; course needs an update. This is the result of 6+ months of thinking since releasing the course, and reflects how we run our own projects. There was a &lt;a href=&quot;https://youtu.be/JuXHu9YVDFI&quot;&gt;preview video&lt;/a&gt; the other week.&lt;/p&gt;
&lt;p&gt;These lessons are mostly planned and I&amp;#39;ll be recording them this week and next.&lt;/p&gt;
&lt;h3 id=&quot;sbs-zoom-sessions&quot;&gt;SBS Zoom sessions&lt;/h3&gt;
&lt;p&gt;The &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar/&quot;&gt;Small Business System Zoom sessions&lt;/a&gt; continue, one a week, alternating Tuesday/Thursday across timezones. They&amp;#39;re &amp;#39;intimate&amp;#39;, shall we say, with just a handful of regulars so far. But the discussion is interesting, and we always learn something. It&amp;#39;d be good to see you there – and don&amp;#39;t worry, if you want to lurk with your camera off, that&amp;#39;s okay.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s all for now. As always, we&amp;#39;re here to help. Let us know what you need – just reply to this email.&lt;/p&gt;
&lt;p&gt;j.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Purpose, mission, values</title><link>https://johnnydecimal.com/blog/0229-purpose-mission-values/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0229-purpose-mission-values/</guid><description>If you&apos;re a small business, I think you should write down your purpose, mission, and values. We did. Here they are.</description><pubDate>Tue, 07 Jul 2026 02:00:00 GMT</pubDate><content:encoded>&lt;p&gt;After &lt;a href=&quot;https://johnnydecimal.com/blog/0228&quot;&gt;discussing this at the last small business meeting&lt;/a&gt;, we&amp;#39;ve thought about and written down our purpose, mission, and values. I&amp;#39;ll put a copy here, and add them to their proper home which is our &lt;a href=&quot;https://johnnydecimal.com/support/about-legal/policies&quot;&gt;policies page&lt;/a&gt;. If it&amp;#39;s much later than July 2026 when you read this, you should check there for the latest version. This post won&amp;#39;t change.&lt;/p&gt;
&lt;p&gt;With thanks to &lt;a href=&quot;https://oldstructures.nyc&quot;&gt;Don&lt;/a&gt; and &lt;a href=&quot;https://lovettsundries.com&quot;&gt;Jeff&lt;/a&gt; for the interesting discussion. Don kindly shared a section of his company manual with us, which really helped.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;purpose&quot;&gt;Purpose&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Why do we exist?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In the 1980s, it was possible to live your life without using a computer. You might have made furniture by hand and driven it to a store that sold it for you. You paid the road toll with coins and received a paper receipt, your invoice was hand-typed and recorded in a ledger, and your tax return was filled in with a pen. This generated a small handful of physical documentation which was easily managed using a concertina folder: a basic skill you had been taught at school.&lt;/p&gt;
&lt;p&gt;The volume of information was manageable. &lt;strong&gt;You could find anything, quickly and easily&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Today, that same carpenter – whose job has not changed – needs online accounts for her eToll account and the invoicing software that interfaces with the furniture store and her accountant. Both of these send important documents to her Gmail, which is full of transactional email from the 142 other organisations that she routinely deals with, and the social media accounts that she needs to maintain. Parking her 1982 Land Cruiser outside the furniture store now requires an app.&lt;/p&gt;
&lt;p&gt;To help her manage this, her computer provides tools no more sophisticated than &lt;code&gt;Create New Folder&lt;/code&gt;. It allows her to save anything anywhere she wants. It positively encourages the duplication of information. At no point was she given any training in these systems, which change constantly and without warning. The people who understand them charge hundreds of dollars an hour.&lt;/p&gt;
&lt;p&gt;The volume of information is unmanageable. &lt;strong&gt;Nobody can find anything any more&lt;/strong&gt;. This is stressful and inefficient. Computers were meant to make our lives easier. In this regard, they have done the opposite.&lt;/p&gt;
&lt;h2 id=&quot;mission&quot;&gt;Mission&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;What are we going to do about it?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We help people manage their information. This information is mostly, but not exclusively, on a computer.&lt;/p&gt;
&lt;p&gt;We do this using the Johnny.Decimal system. It&amp;#39;s a simple way to organise any information. It provides:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A simple structure that uses numbers instead of the alphabet.&lt;/li&gt;
&lt;li&gt;An index of your content that you manage.&lt;/li&gt;
&lt;li&gt;Training, software, and support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We will be the training you never got: we&amp;#39;ll show you how to store things so that you can find them again.&lt;/p&gt;
&lt;p&gt;We can&amp;#39;t make it so that our carpenter doesn&amp;#39;t have to use a computer. And that&amp;#39;s not our goal: computers &lt;em&gt;are&lt;/em&gt; more efficient. Filing your taxes online is better than doing them with a pen.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-parking-meter&quot; id=&quot;user-content-fnref-parking-meter&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Our mission is to make it so that when she sits down in front of her computer, it is with a sense of calm, not dread. We want her to be able to find her stuff with more confidence, and less stress.&lt;/p&gt;
&lt;h2 id=&quot;values&quot;&gt;Values&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;How will we behave while we do it?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Johnny.Decimal is two humans: Johnny and his partner Lucy. We have no desire to grow. Becoming a big corporation wouldn&amp;#39;t make us happy. We quit our jobs to do this &lt;em&gt;because&lt;/em&gt; we love it; if we stop loving it, then what was the point?&lt;/p&gt;
&lt;p&gt;This makes us a deeply &amp;#39;Personal Business&amp;#39;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-personal&quot; id=&quot;user-content-fnref-personal&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; You&amp;#39;re dealing &lt;em&gt;with us&lt;/em&gt;, and we with you.&lt;/p&gt;
&lt;p&gt;We love the satisfaction that comes from helping an individual to be more organised. We love our community. We love the sense of worth that comes from creating something good using our own brains.&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t seek to be incredibly good &amp;#39;at business&amp;#39;. We don&amp;#39;t follow the same old (dark) patterns, the same old (sleazy) techniques. Surely this means we earn less than we could, that we remain smaller than we might otherwise have grown. We&amp;#39;re okay with that.&lt;/p&gt;
&lt;p&gt;Because we, personally, seek something simple: we&amp;#39;d like to be able to buy a house and have chickens in the back yard. We think we can achieve that by making good things that people like, and selling them for an honest price. Let us know how we&amp;#39;re doing.&lt;/p&gt;
&lt;h3 id=&quot;your-values&quot;&gt;Your values&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;How would we like you to behave towards us?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Company values statements typically don&amp;#39;t turn it around to face the customer. But this is our company so we&amp;#39;ll do whatever we like. ;-)&lt;/p&gt;
&lt;p&gt;I spoke above about how we&amp;#39;re proud to be a &amp;#39;Personal Business&amp;#39;. But please remember that we are &lt;em&gt;still a business&lt;/em&gt;. This is how we earn our living.&lt;/p&gt;
&lt;p&gt;There is a curious behaviour that I have observed over the years.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Everyone seeks to escape &amp;#39;the rat race&amp;#39;. This is idolised as the highest form of being: to quit one&amp;#39;s job, to &amp;#39;go indie&amp;#39;.&lt;/li&gt;
&lt;li&gt;So one quits one&amp;#39;s job and &amp;#39;goes indie&amp;#39;, forfeiting the steady wage.&lt;/li&gt;
&lt;li&gt;Now &amp;#39;a creator&amp;#39;, one needs to sell something in order to pay the rent and eat. (Capitalism! Who knew?)&lt;/li&gt;
&lt;li&gt;People react to this &amp;#39;sell-out&amp;#39;. How dare you sell the product of your mind? Information should be free!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;My ask of you is this: notice this reaction in your own mind. &lt;strong&gt;Be charitable in your assumptions&lt;/strong&gt;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-hanlon&quot; id=&quot;user-content-fnref-hanlon&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt; If in doubt, ask the individual before posting about it on social media. We all need to earn money. You might do it by going to work. We do it by selling stuff online.&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-parking-meter&quot;&gt;
&lt;p&gt;We&amp;#39;re yet to be sold on the utility of an app over coins when paying for parking. &lt;a href=&quot;#user-content-fnref-parking-meter&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-personal&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://www.are.na/editorial/personal-business&quot;&gt;Are.na / Personal Business by Charles Broskoski&lt;/a&gt;. It&amp;#39;s a great article, please read it. &lt;a href=&quot;#user-content-fnref-personal&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-hanlon&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Hanlon&apos;s_razor&quot;&gt;Hanlon&amp;#39;s razor&lt;/a&gt; providing a useful heuristic: &amp;quot;Never attribute to malice that which is adequately explained by stupidity.&amp;quot; &lt;a href=&quot;#user-content-fnref-hanlon&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Once again, we failed to focus</title><link>https://johnnydecimal.com/blog/0226-we-failed-to-focus/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0226-we-failed-to-focus/</guid><description>Why do we keep doing things that aren&apos;t our core mission? Because we&apos;d never thought about what that was.</description><pubDate>Tue, 07 Jul 2026 01:00:00 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Editorial note:&lt;/strong&gt; This one was drafted a while back, and things have changed. I&amp;#39;ll publish it mostly as originally written; see the adjacent posts for more context.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We&amp;#39;ve done it again. And we&amp;#39;re sorry – Lucy in particular &lt;em&gt;hates&lt;/em&gt; unfinished business – but we started a thing that we shouldn&amp;#39;t have, so we&amp;#39;re going to cancel it. &lt;del&gt;Two things! Those&lt;/del&gt; That thing being our &amp;#39;Everyday Obsidian&amp;#39; &lt;del&gt;and &amp;#39;Online security essentials&amp;#39;&lt;/del&gt; mini-courses.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; We&amp;#39;re keeping the security thing for now. I have ideas how it can be an important part of how we help small business. I leave it here to show how these decisions aren&amp;#39;t easy.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Once again this is a textbook case of not focusing on what&amp;#39;s important. As a &lt;em&gt;very&lt;/em&gt; small business, we need to guard our time. We started these things without really thinking them through. At the time they were a welcome distraction: we&amp;#39;d just come out of a months-long zone of focus, &lt;a href=&quot;https://johnnydecimal.com/blog/0208-this-week-2026-05-25#what-we-did-last-week&quot;&gt;merging the two websites&lt;/a&gt;. &lt;del&gt;And I really would love to do that online security thing one day. But in hindsight, they were wrong for now.&lt;/del&gt;&lt;/p&gt;
&lt;h2 id=&quot;whats-our-purpose&quot;&gt;What&amp;#39;s our purpose?&lt;/h2&gt;
&lt;p&gt;We mock &amp;#39;mission statements&amp;#39;, but their value just became apparent to me. We&amp;#39;ve never written down exactly what it is we&amp;#39;re here for: &lt;strong&gt;why do we exist?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We still haven&amp;#39;t written that down, but if I think out loud it&amp;#39;s something like: &lt;em&gt;people need help organising stuff, and we have an interesting method of doing that, so we should try to help them&lt;/em&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I drafted this post weeks ago. Since then we&amp;#39;ve written down our &lt;a href=&quot;https://johnnydecimal.com/blog/0229&quot;&gt;purpose, mission, and values&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Do &lt;em&gt;explaining Obsidian&amp;#39;s features&lt;/em&gt; or &lt;em&gt;helping you not get hacked online&lt;/em&gt; fit into that? The former, kinda, maybe. But I&amp;#39;m not even that good at Obsidian! You want Obsidian advice there are tens of thousands of hours of that already on YouTube. The latter – having thought on it, I see a place where that fits into what we do.&lt;/p&gt;
&lt;p&gt;When we&amp;#39;re back at work later this week this is one of the first things we&amp;#39;ll be doing: writing down short, practical, human answers to the following questions.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Why do we exist? (Purpose)&lt;/li&gt;
&lt;li&gt;What are we going to do about it? (Mission)&lt;/li&gt;
&lt;li&gt;How do we behave while we do it? (Values)&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;use-this-as-a-filter&quot;&gt;Use this as a filter&lt;/h2&gt;
&lt;p&gt;I think the reason we mock large corporations&amp;#39; mission statements is that they feel like platitudes that someone&amp;#39;s had engraved on a plate and then never read again. Certainly that&amp;#39;s how I felt at basically every job I had.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-think-different&quot; id=&quot;user-content-fnref-think-different&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;So how do we make sure that these statements, once codified, serve their purpose? I haven&amp;#39;t implemented this yet, but it feels simple enough.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a &amp;#39;new &lt;a href=&quot;https://johnnydecimal.com/blog/0225&quot;&gt;project&lt;/a&gt;&amp;#39; template in our JDex.&lt;/li&gt;
&lt;li&gt;This template has a checkbox that asks you to consider the project in the context of this just-documented purpose, mission, and values. Does it align with them?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Of course you need to actually give some thought to this whenever you create a new project. Boxes like this can be something you check without thought once it becomes routine. This is something that the two of us should actively discuss together.&lt;/p&gt;
&lt;p&gt;This is a work-in-progress. I&amp;#39;ll report back.&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-think-different&quot;&gt;
&lt;p&gt;Most such &amp;#39;mission statements&amp;#39; can be summed up as: &lt;em&gt;think different and act bravely&lt;/em&gt;. Well I tried that and let me tell you, that is &lt;em&gt;not&lt;/em&gt; what your corporate middle-manager wants. &lt;a href=&quot;#user-content-fnref-think-different&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>SBS Zoom minutes for 2026-07-02</title><link>https://johnnydecimal.com/blog/0228-sbs-minutes-20260702/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0228-sbs-minutes-20260702/</guid><description>Thoughts on purpose, mission, and vision statements from our weekly SBS Zoom call.</description><pubDate>Fri, 03 Jul 2026 05:29:11 GMT</pubDate><content:encoded>&lt;h2 id=&quot;thoughts-on-purpose-mission-and-vision-statements&quot;&gt;Thoughts on purpose, mission, and vision statements&lt;/h2&gt;
&lt;p&gt;In yesterday&amp;#39;s Small Business Zoom call, as well as continuing our system-review experiment,&lt;sup&gt;&lt;a href=&quot;#user-content-fn-experiment&quot; id=&quot;user-content-fnref-experiment&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; we had a chat about purpose, mission, and vision statements. In the corporate world these are often cheesy and pointless, but are they useful in a small business? We don&amp;#39;t have this kind of thing yet so we&amp;#39;re looking for advice.&lt;/p&gt;
&lt;p&gt;Don&lt;sup&gt;&lt;a href=&quot;#user-content-fn-don&quot; id=&quot;user-content-fnref-don&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; showed us a one-page statement from their office manual that is a kind of mash-up of what they do, why, and how. It&amp;#39;s clearly written in normal, human words, and conveys a lot of information and personality.&lt;/p&gt;
&lt;p&gt;On the first read I totally get what they do for a living, their values, and what would be expected of me as an employee. There&amp;#39;s also a &amp;quot;short&amp;quot; and &amp;quot;really short&amp;quot; version of this page that, I&amp;#39;m guessing, is handy for marketing and other low-word-count situations.&lt;/p&gt;
&lt;p&gt;And if you have staff, his advice for writing internal policies was to keep them simple and clear so they don&amp;#39;t need to be policed.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-rules&quot; id=&quot;user-content-fnref-rules&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt; Drinking at work? No. Dress code? Wear clothes. Understood!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Writing these statements can help you define and carve out your niche.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Jeff&lt;sup&gt;&lt;a href=&quot;#user-content-fn-jeff&quot; id=&quot;user-content-fnref-jeff&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;4&lt;/a&gt;&lt;/sup&gt; told us how he&amp;#39;s been working on his statements with a couple of other local business owners. He said it&amp;#39;s been a worthwhile exercise for a few reasons. Jeff&amp;#39;s family business has been running for about 10 years and it&amp;#39;s given him a fresh focus on what they do and why. And it&amp;#39;s helped him &amp;quot;define their niche&amp;quot; more clearly by thinking about all the reasons they&amp;#39;re different from their competitors.&lt;/p&gt;
&lt;p&gt;At JDHQ, we&amp;#39;ve been wondering if we could use this type of statement to help us make better decisions around time management. Before throwing ourselves head first into a new project or product, can we use it to stop and think:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How does it serve the business?&lt;/li&gt;
&lt;li&gt;Does it align with our values and goals?&lt;/li&gt;
&lt;li&gt;Is it a good use of our limited time or should we park the idea?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We&amp;#39;ll have a go at writing something soon, which will be filed in &lt;code&gt;11.31 Internal policies&lt;/code&gt;. And we&amp;#39;ll keep Don and Jeff&amp;#39;s thoughts in mind. Although I already know that the dress code will be &lt;a href=&quot;https://www.uniqlo.com&quot;&gt;Uniqlo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have the &lt;a href=&quot;https://johnnydecimal.com/sbs&quot;&gt;Small Business System&lt;/a&gt;, the next call for this fortnight is &lt;strong&gt;Tuesday the 7 July&lt;/strong&gt;&lt;sup&gt;&lt;a href=&quot;#user-content-fn-calendar&quot; id=&quot;user-content-fnref-calendar&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;5&lt;/a&gt;&lt;/sup&gt; - &lt;a href=&quot;mailto:hello@johnnydecimal.com&quot;&gt;email us&lt;/a&gt; your questions, mission statements, or cries for help!&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-experiment&quot;&gt;
&lt;p&gt;Where over the course of a year, we all commit to touching every part of our Small Business System, filing and neatening as we go. Here&amp;#39;s a &lt;a href=&quot;https://youtu.be/4iEr31Qjjk0&quot;&gt;video&lt;/a&gt; that talks about the idea. &lt;a href=&quot;mailto:hello@johnnydecimal.com&quot;&gt;Email Johnny&lt;/a&gt; if you&amp;#39;d like a copy of the Baserow prototype. &lt;a href=&quot;#user-content-fnref-experiment&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-don&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://oldstructures.com&quot;&gt;Old Structures Engineering&lt;/a&gt;. &lt;a href=&quot;#user-content-fnref-don&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-rules&quot;&gt;
&lt;p&gt;On this note, Johnny came across this quote this morning: “Simple, clear purpose and principles give rise to complex and intelligent behavior. Complex rules and regulations give rise to simple and stupid behavior.” Aka &lt;a href=&quot;https://www.deewhock.com/quotations/thehockprinciple/&quot;&gt;The Hock Principle&lt;/a&gt;. &lt;a href=&quot;#user-content-fnref-rules&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-jeff&quot;&gt;
&lt;p&gt;&lt;a href=&quot;https://lovettsundries.com&quot;&gt;Lovett Sundries&lt;/a&gt;. &lt;a href=&quot;#user-content-fnref-jeff&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-calendar&quot;&gt;
&lt;p&gt;Subscribe to the events calendar to see &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar/&quot;&gt;upcoming calls&lt;/a&gt;. &lt;a href=&quot;#user-content-fnref-calendar&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Lucy</dc:creator></item><item><title>Thinking out loud about project management</title><link>https://johnnydecimal.com/blog/0225-thinking-out-loud-pm/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0225-thinking-out-loud-pm/</guid><description>[Link to YouTube] I&apos;ve been thinking a lot about project management for the last 6 months and I&apos;m thinking out loud here, nothing is set in stone. However, me and Lucy are using the concepts mentioned and it&apos;s working really well in our business.</description><pubDate>Wed, 24 Jun 2026 00:40:26 GMT</pubDate><content:encoded>&lt;p&gt;This is a working draft for figuring out the end of our &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;Task and Project Management course&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;youtube-embed&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt; &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/JuXHu9YVDFI&quot; title=&quot;YouTube video&quot; loading=&quot;lazy&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt;&lt;/iframe&gt; &lt;/div&gt;
&lt;p&gt;I&amp;#39;ve been thinking a lot about project management for the last 6 months and I&amp;#39;m thinking out loud here, nothing is set in stone. However, me and Lucy are using the concepts mentioned and it&amp;#39;s working really well in our business.&lt;/p&gt;
&lt;p&gt;Overall, there&amp;#39;s nothing radically new in terms of project management principles. But how can these principles work alongside a Johnny.Decimal system to help us complete very-small or very-big projects successfully?&lt;/p&gt;
&lt;p&gt;This is a rough-sketch, draft-rehearsal for the final project management modules in the course. We weren&amp;#39;t going to publish it, but what the hey, maybe it will help someone or generate practical feedback.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Registration review: Taiwan</title><link>https://johnnydecimal.com/blog/0224-rego-review-taiwan/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0224-rego-review-taiwan/</guid><description>A review of the vehicle registration plates of Taiwan. The first of an ongoing series.</description><pubDate>Mon, 22 Jun 2026 06:53:29 GMT</pubDate><content:encoded>&lt;p&gt;Vehicle registration plates provide a ubiquitous numbering scheme that&amp;#39;s easy to enjoy: just walk around the streets and pay attention. Each country offers its own variant of the form, so in this series I will review each country&amp;#39;s registration plates as I encounter them.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;These reviews are not scientific and should not be quoted as authoritative.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Taiwan&amp;#39;s scheme was refreshed in 2012. This review only considers the post-refresh scheme. Older plates are still very common.&lt;/p&gt;
&lt;h2 id=&quot;schema&quot;&gt;Schema&lt;/h2&gt;
&lt;p&gt;A simple, consistent scheme: &lt;code&gt;AAA-0000&lt;/code&gt;. The usual suspects are omitted from the letter prefix – &lt;code&gt;O&lt;/code&gt;, &lt;code&gt;I&lt;/code&gt; – but &lt;code&gt;Q&lt;/code&gt; remains, as we&amp;#39;ll see below.&lt;/p&gt;
&lt;p&gt;Absurdly, the number &lt;code&gt;4&lt;/code&gt; is no longer used. I thought this was user preference, as I did see &lt;em&gt;one&lt;/em&gt; in the wild. But it seems that the user preference was so strong, they elected to remove it. The plate I saw must have been from an older range.&lt;/p&gt;
&lt;p&gt;This broad omission of &lt;code&gt;4&lt;/code&gt; is common across Asia – it sounds like the word &amp;#39;death&amp;#39; – as is the equally absurd omission of the West&amp;#39;s superstition, &lt;code&gt;13&lt;/code&gt;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-thirteen&quot; id=&quot;user-content-fnref-thirteen&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; (Combined with the fact that the ground floor is represented as &lt;code&gt;1&lt;/code&gt; means that a room on the 14th floor isn&amp;#39;t quite as high as one might hope.)&lt;/p&gt;
&lt;p&gt;The scheme allows a theoretical maximum of &lt;code&gt;24^3 × 9^4 = 90,699,264&lt;/code&gt; plates. Given Taiwan&amp;#39;s population of 23.5m people this is a touch under 4 cars each. This doesn&amp;#39;t feel like enough, but the most recent plate I saw began &lt;code&gt;CCD&lt;/code&gt; indicating that about 10% of plates have been issued in 14 years. So we don&amp;#39;t need to worry about them running out.&lt;/p&gt;
&lt;h3 id=&quot;special-cases&quot;&gt;Special cases&lt;/h3&gt;
&lt;p&gt;There are special cases for electric vehicles &lt;code&gt;E__-____&lt;/code&gt;, rentals &lt;code&gt;R__-____&lt;/code&gt;, and so on. I appreciate this additional information being encoded in the plate.&lt;/p&gt;
&lt;p&gt;They&amp;#39;ve also removed a whole bunch of three-letter words from the pool so bad luck if you wanted &lt;code&gt;GAY-0000&lt;/code&gt;. Inexplicably, &lt;code&gt;ANT&lt;/code&gt; is disallowed. Because that&amp;#39;s … an ant?&lt;/p&gt;
&lt;h3 id=&quot;issue-date&quot;&gt;Issue date&lt;/h3&gt;
&lt;p&gt;The scheme encodes issue date gracefully: it&amp;#39;s pretty obvious by looking at cars that they started at &lt;code&gt;AAA&lt;/code&gt; and they&amp;#39;re currently somewhere in the early-to-mid-&lt;code&gt;C__&lt;/code&gt;s.&lt;/p&gt;
&lt;p&gt;This avoids issues of specifically encoding a year into the plate, as we&amp;#39;ll see the next time I visit the UK. It also provides a free street game: find the latest plate!&lt;/p&gt;
&lt;h3 id=&quot;region-awareness&quot;&gt;Region awareness&lt;/h3&gt;
&lt;p&gt;There appears to be no region encoding in the plate. Taiwan is a relatively small island so this probably isn&amp;#39;t necessary, but I do like knowing where someone is from.&lt;/p&gt;
&lt;h3 id=&quot;schema-45&quot;&gt;Schema: 4/5&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Pro: simple, obvious, and consistent.&lt;/li&gt;
&lt;li&gt;Con: no regional coding, the &lt;code&gt;4&lt;/code&gt; thing, and it feels punitive to have excluded &lt;code&gt;ANT&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;design&quot;&gt;Design&lt;/h2&gt;
&lt;p&gt;A simple plate, stamped metal, black on white in its standard form. I prefer an embossing over a cheaper-looking laminate so top marks here.&lt;/p&gt;
&lt;p&gt;The typeface is slightly condensed which looks nice on the plate. But I like a plate to fill the space given for it on the vehicle, and a narrow plate rarely does that.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A close-up photo of a Taiwanese registration plate, BQD-2793. The Q has a strong diagonal line that cuts across the entire character, starting half way down the left side and clearly jutting out of the lower-right of the figure.&quot; height=&quot;326&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0224A-Taiwan_rego_Q-798x326.png&quot; width=&quot;798&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;Theoretically that&amp;#39;s a &lt;code&gt;-&lt;/code&gt; dash separating the letters and numbers, but it&amp;#39;s shown as a dot on most (all?) plates. I would have stretched that out a little, at least on cars where there&amp;#39;s plenty of room.&lt;/p&gt;
&lt;h3 id=&quot;points-for-a-nice-q&quot;&gt;Points for a nice &lt;code&gt;Q&lt;/code&gt;&lt;/h3&gt;
&lt;p&gt;If you&amp;#39;re going to use a &lt;code&gt;Q&lt;/code&gt; you really have to make sure it looks like a &lt;code&gt;Q&lt;/code&gt;. Taiwan is a clear pass in this category.&lt;/p&gt;
&lt;h3 id=&quot;markings-at-the-bottom&quot;&gt;Markings at the bottom&lt;/h3&gt;
&lt;p&gt;Apparently they moved the screw holes exclusively to the top to allow for those markings, barely visible, at the bottom. I wouldn&amp;#39;t have bothered.&lt;/p&gt;
&lt;h3 id=&quot;design-35&quot;&gt;Design: 3/5&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Pro: stamped metal. A nice typeface.&lt;/li&gt;
&lt;li&gt;Con: no other adornments. Kinda plain. Doesn&amp;#39;t fill the space.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;summary&quot;&gt;Summary&lt;/h2&gt;
&lt;p&gt;Overall Taiwan scores 7/10: not bad for our first entrant. It&amp;#39;s an inoffensive plate that does the job without trying to get in your face. I just wish that they&amp;#39;d put a &lt;em&gt;touch&lt;/em&gt; more into its design.&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-thirteen&quot;&gt;
&lt;p&gt;&lt;code&gt;13&lt;/code&gt; is &lt;em&gt;not&lt;/em&gt; excluded from the registration scheme, to be clear. I refer to its common omission from building floor numbers. &lt;a href=&quot;#user-content-fnref-thirteen&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>A realisation on the nature of information storage</title><link>https://johnnydecimal.com/blog/0223-a-realisation-on-the-nature-of-information-storage/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0223-a-realisation-on-the-nature-of-information-storage/</guid><description>Sometimes it can be annoying, but the benefit of this system is that, at the very least, you must store your information _somewhere_.</description><pubDate>Thu, 18 Jun 2026 03:34:24 GMT</pubDate><content:encoded>&lt;p&gt;In opening up the ID for the topic of this afternoon&amp;#39;s &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar/&quot;&gt;Small Business Zoom session&lt;/a&gt; – &lt;code&gt;33.22 Annual SBS TGIF cycle&lt;/code&gt; – I had one of those tiny niggles of annoyance that comes from not being able to &lt;em&gt;instantly&lt;/em&gt; recall the location of a thing.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-impatient&quot; id=&quot;user-content-fnref-impatient&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Moments later the ID was found, and with it a deep realisation about the nature of systems like Johnny.Decimal: that, at the very least, they force you to store your information &lt;em&gt;somewhere&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;This is best demonstrated with the counter-point: storing your information &lt;em&gt;nowhere&lt;/em&gt;. By which I mean, on your Desktop. Or just in a floating text document that you never dare close. Or in a chat window, or in one of 40 SharePoint folders whose locations you can never recall.&lt;/p&gt;
&lt;p&gt;Forcing you to choose an &lt;em&gt;actual place&lt;/em&gt; – an ID, that you had to create – &lt;em&gt;is&lt;/em&gt; a touch annoying. It&amp;#39;s extra work: I&amp;#39;ve never pretended that it was &amp;#39;free&amp;#39; from a mental perspective.&lt;/p&gt;
&lt;p&gt;But, when trying to find this thing just now, there was a baseline sense of comfort: &lt;em&gt;the thing is somewhere&lt;/em&gt;.&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-impatient&quot;&gt;
&lt;p&gt;I&amp;#39;m very impatient. &lt;a href=&quot;#user-content-fnref-impatient&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>In need of numbers?</title><link>https://johnnydecimal.com/blog/0221-in-need-of-numbers/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0221-in-need-of-numbers/</guid><description>It took me a while to figure out what this even was. So much potential…</description><pubDate>Wed, 17 Jun 2026 02:32:49 GMT</pubDate><content:encoded>&lt;p&gt;It took me a while to figure out what this even was. So much potential…&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A photograph of a beige control panel, attached to a wall. There&apos;s a grid of 5 × 6 buttons – except they&apos;re not buttons, they&apos;re just a mold where the buttons would be. Only the lower right of these 30 potential buttons is actually a button, and it&apos;s very lightly embossed with the word &apos;CALL&apos;.&quot; height=&quot;1280&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0221-So_much_potential-1280x1280.jpeg&quot; width=&quot;1280&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>The Filing Association of New York</title><link>https://johnnydecimal.com/blog/0220-filing-assoc-of-ny/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0220-filing-assoc-of-ny/</guid><description>A newspaper report on the annual meeting of the Filing Association of New York. Unfortunately we all missed it by 104 years.</description><pubDate>Tue, 16 Jun 2026 08:53:20 GMT</pubDate><content:encoded>&lt;p&gt;Via &lt;a href=&quot;https://oldstructures.com&quot;&gt;Don&lt;/a&gt;, news of the annual meeting of the Filing Association of New York. The after-dinner at Gonfaroni&amp;#39;s – &lt;a href=&quot;https://restaurant-ingthroughhistory.com/2024/06/23/behind-the-scenes-at-gonfarones/&quot;&gt;closed for 96 years&lt;/a&gt;, sadly – sounds like a hoot.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A newspaper clipping. The text reads: OFFICE APPLIANCES — July, 1922.

The Filing Association of New York.

The annual meeting of the Filing Association of New York was held at the Washington Irving High School, the President, Mrs. E. K. McDowell, presiding.

The following officers were elected to serve for the coming year:

President, Ethel G. Armstrong; vice-president, Annabel Oatis; second vice-president, Katherine Clemens; treasurer, Emma D. Bendelari; recording secretary, Louise Keese; corresponding secretary, Florence Huisking.

Executive board: Cora Corbin, Helen Sprague, Estelle W. Merrill, Elizabeth King McDowall, Myrta L. Mason (appointed last year—one more year to serve).

The executive board has accepted with regret the resignation of Mrs. E. K. McDowall, who finds the pressure of business too heavy to continue on the board. Miss Julia Behringer has been appointed to serve in Mrs. McDowall&apos;s place.

Article IV of the Constitution was amended to read:

&apos;Dues. Annual dues of the Association shall be $2.00, payable upon notice of election. The fiscal year shall begin June first.&apos;

The annual convention of the N. Y. State Federation of Business and Professional Women&apos;s Clubs will be held on Saturday, May 27, at the Hotel Pennsylvania. The convention will end with a dinner in the evening. It is expected that the Filing Association will be represented by several members.

The last meeting of the Filing Association for this season was a dinner at Gonfaroni&apos;s, McDougall and Eighth streets, New York, on Monday, June 12, at six o&apos;clock. The chairman of the entertainment committee, Mrs. Winifred Wilbur, has gone to great pains to make this affair a success. The speaker of the evening, Mrs. E. W. Sears, president of the New York League for Business and Professional Women, had just returned from a trip throughout the United States and will have many interesting things to tell.

There will be no more meetings of the association until the Fall, but this does not mean that all activities will cease. The Executive Board will continue to meet and the various committees will be at work getting ready to start up with renewed vigor after the Summer vacation.&quot; height=&quot;1105&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0220-Filing_association-1012x1105.webp&quot; width=&quot;1012&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;Of course this is charming and quaint, but it makes obvious something that I think about all the time: the fact that, in the past, people used to actively work on the problem of filing. It was a profession; there was a local Association that met regularly.&lt;/p&gt;
&lt;p&gt;These filing associations turned into organisations like &lt;a href=&quot;https://en.wikipedia.org/wiki/ARMA_International&quot;&gt;ARMA&lt;/a&gt;, the &lt;em&gt;Association of Records Managers and Administrators&lt;/em&gt;. So it&amp;#39;s not like we totally forgot how to file stuff. But – at least in my professional experience – it&amp;#39;s not something the normal office worker is ever exposed to.&lt;/p&gt;
&lt;p&gt;And when filing &lt;em&gt;is&lt;/em&gt; something you&amp;#39;re forced to do, it tends to be in service of checking a compliance box. Those of us who&amp;#39;ve had the pleasure of using an enterprise &amp;#39;document management system&amp;#39; – looking at you, &lt;a href=&quot;https://community.opentext.com/cfs-file/__key/communityserver-discussions-components-files/236/D-13-45590--City-Parklands-TRIM-Content-Manager-User-Training-Manual.pdf&quot;&gt;HP TRIM&lt;/a&gt; – know that they rarely make a thing easier to find. They just make your mistakes harder to correct.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-deleted&quot; id=&quot;user-content-fnref-deleted&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Yet it remains the situation that the average office worker is the one creating volumes of &lt;em&gt;stuff&lt;/em&gt;; this worker being given little to no training in the still-essential field of filing. No wonder our systems are such a mess.&lt;/p&gt;
&lt;p&gt;No wonder nobody can find anything any more.&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-deleted&quot;&gt;
&lt;p&gt;Every single such system hosting a folder named &lt;code&gt;z_deleted&lt;/code&gt;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-addendum&quot; id=&quot;user-content-fnref-addendum&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; &lt;a href=&quot;#user-content-fnref-deleted&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-addendum&quot;&gt;
&lt;p&gt;Addendum: In reading &lt;a href=&quot;https://community.opentext.com/cfs-file/__key/communityserver-discussions-components-files/236/D-13-45590--City-Parklands-TRIM-Content-Manager-User-Training-Manual.pdf&quot;&gt;the linked PDF&lt;/a&gt;, which I encourage you to at least browse if you&amp;#39;ve never known the horror of a corporate DMS, I draw your attention to the screenshot on page 42: &lt;code&gt;zDeleted BCS Terms&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This behaviour is so pervasive &lt;em&gt;it&amp;#39;s in the training manual&lt;/em&gt;. &lt;a href=&quot;#user-content-fnref-addendum&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>This week at JDHQ – 2026-06-15</title><link>https://johnnydecimal.com/blog/0219-this-week-2026-06-15/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0219-this-week-2026-06-15/</guid><description>The weekly email update, cross-posted here.</description><pubDate>Mon, 15 Jun 2026 04:55:55 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Originally sent to the &lt;a href=&quot;https://johnnydecimal.com/support/contact-community/mailing-list-rss-social&quot;&gt;mailing list&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As promised (to ourselves), we&amp;#39;ve had a bit of time off here in Taiwan. So this is just a quick note to remind you that the first of the weekly Small Business sessions is this &lt;a href=&quot;https://www.worldtimebuddy.com/?qm=1&amp;amp;lid=5368361,5128581,2643743,2950159,292223,1668341,1880252,1835848,2147714,2193733&amp;amp;h=1668341&amp;amp;date=2026-6-18&amp;amp;sln=16-17&amp;amp;hf=undefined&amp;amp;c=1769&quot;&gt;Thursday 18th June at 16:00 +8&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s morning if you&amp;#39;re in Europe, daytime for EMEA and into Asia, and evening in Oceania. The session next &lt;a href=&quot;https://www.worldtimebuddy.com/?qm=1&amp;amp;lid=5368361,5128581,2643743,2950159,292223,1668341,1880252,1835848,2147714,2193733&amp;amp;h=1668341&amp;amp;date=2026-6-23&amp;amp;sln=6-7&amp;amp;hf=undefined&amp;amp;c=1505&quot;&gt;Tuesday 23rd June at 06:00 +8&lt;/a&gt; is nicer for those of you in the Americas.&lt;/p&gt;
&lt;p&gt;Zoom links for both of those are on the &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar&quot;&gt;SBS events page at JDHQ&lt;/a&gt; – subscribe to the calendar there for the most up-to-date information.&lt;/p&gt;
&lt;p&gt;We&amp;#39;ll be kicking off the annual cycle with something easy, just to test out the process: your travel administration and records. As a reminder, the calendar has been designed to touch &lt;em&gt;every&lt;/em&gt; aspect of your business over the course of the year. It&amp;#39;s a light check-in to make sure that everything&amp;#39;s in order and that you haven&amp;#39;t forgotten, say, to renew your company&amp;#39;s annual travel insurance policy.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll be sending those of you who asked for the Baserow template a link in the next couple of days. We&amp;#39;ll go through it in the session so there&amp;#39;s no pre-work required.&lt;/p&gt;
&lt;p&gt;Of course if you&amp;#39;re not already in the Small Business System, there&amp;#39;s still time to &lt;a href=&quot;https://johnnydecimal.com/sign-up&quot;&gt;upgrade your account&lt;/a&gt;. See you Thursday.&lt;/p&gt;
&lt;p&gt;j.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Hobbling my app launcher</title><link>https://johnnydecimal.com/blog/0218-hobbling-my-launcher/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0218-hobbling-my-launcher/</guid><description>When &apos;efficiency&apos; becomes distraction, is it time to become less efficient?</description><pubDate>Sun, 14 Jun 2026 01:47:30 GMT</pubDate><content:encoded>&lt;p&gt;I&amp;#39;ve been using an app launcher/switcher since at least 2011 – the date my &lt;a href=&quot;https://www.alfredapp.com&quot;&gt;Alfred&lt;/a&gt; v1 licence was created in 1Password – and for unknown years before that, when &lt;a href=&quot;https://qsapp.com&quot;&gt;Quicksilver&lt;/a&gt; was the new thing.&lt;/p&gt;
&lt;p&gt;App launchers do just that: they help you launch apps. Why grab the mouse and shuffle on over to the Dock when your fingers are already on the keyboard? We&amp;#39;ve had this capability for decades: Windows 3.0&amp;#39;s &lt;strong&gt;File Manager&lt;/strong&gt; had a &lt;strong&gt;File → Run…&lt;/strong&gt; menu, with Windows 95 adding the keyboard shortcut &lt;code&gt;Win-R&lt;/code&gt;. From there, type a thing and it&amp;#39;ll launch.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-win95&quot; id=&quot;user-content-fnref-win95&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; Alfred, Raycast and their ilk just do this faster and better.&lt;/p&gt;
&lt;h2 id=&quot;speed--efficiency&quot;&gt;Speed ≠ efficiency&lt;/h2&gt;
&lt;p&gt;Lately, I&amp;#39;ve noticed these tools getting in the way. I have Raycast bound to &lt;code&gt;Cmd-Space&lt;/code&gt; and testing shows that I can switch from whatever I&amp;#39;m doing to &lt;em&gt;anything else&lt;/em&gt; in 150ms: essentially instantly.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-testing&quot; id=&quot;user-content-fnref-testing&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;This sounds like a benefit. But when I &lt;em&gt;can&lt;/em&gt; switch to anything, instantly, that&amp;#39;s what I find myself doing, and way too often. It&amp;#39;s like all friction has been removed, and what remains isn&amp;#39;t good. What remains is a slippery mess.&lt;/p&gt;
&lt;p&gt;The other behaviour I&amp;#39;ve noticed is an almost manic switching between two apps. Safari, code, Safari, code. Flick-flick-flick between the two. My fingers are so used to these keyboard sequences I feel like I do them subconsciously! I end up in an app and wonder, &lt;em&gt;what am I doing here?&lt;/em&gt; (I was previously using the builtin &lt;code&gt;Cmd-Tab&lt;/code&gt; switcher for this, but I broke &lt;em&gt;that&lt;/em&gt; habit by turning off the keyboard shortcut.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-supercharge&quot; id=&quot;user-content-fnref-supercharge&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;)&lt;/p&gt;
&lt;h2 id=&quot;reintroducing-friction&quot;&gt;Reintroducing friction&lt;/h2&gt;
&lt;p&gt;Fortunately, Raycast makes it easy to disable certain apps. Because I don&amp;#39;t want to quit Raycast entirely: it&amp;#39;s far too useful. I use it as an emoji 👋🏼 and Unicode symbol ▷ ■ ◁ picker. At the former it&amp;#39;s way better than macOS&amp;#39; builtin feature, and at the latter it fills a gap that the OS simply doesn&amp;#39;t provide.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-emoji-unicode&quot; id=&quot;user-content-fnref-emoji-unicode&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;4&lt;/a&gt;&lt;/sup&gt; It&amp;#39;s also my clipboard manager, my snippet expander, and the list goes on.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-clipboard&quot; id=&quot;user-content-fnref-clipboard&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;But you can turn off its ability to launch an app by just unchecking the &lt;strong&gt;Enabled&lt;/strong&gt; box in &lt;strong&gt;Preferences → Extensions&lt;/strong&gt; for that app. So that&amp;#39;s what I&amp;#39;ve done for Safari and Discord, to start. As I notice other apps that are distraction magnets, I&amp;#39;ll disable those.&lt;/p&gt;
&lt;p&gt;Instead, it&amp;#39;s back to the trackpad. &lt;em&gt;Swipe-swipe-swipe&lt;/em&gt; to the Dock I&amp;#39;ll go, and I&amp;#39;ll click the icon and it&amp;#39;ll take about a second and that already feels like an eternity. And my brain is enjoying that.&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-win95&quot;&gt;
&lt;p&gt;In the early versions it wasn&amp;#39;t quite this simple. Typing &lt;code&gt;excel&lt;/code&gt; won&amp;#39;t launch Excel, for example. You need to know the full name of the executable, &lt;code&gt;excel.exe&lt;/code&gt;. In modern versions of Windows you should be using the newer search features to do this, although &lt;code&gt;Win-R&lt;/code&gt; still brings up trusty &lt;strong&gt;Run&lt;/strong&gt;. &lt;a href=&quot;#user-content-fnref-win95&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-testing&quot;&gt;
&lt;p&gt;I recorded my screen as I invoked Raycast, typed &lt;code&gt;s&lt;/code&gt;, and hit &lt;code&gt;return&lt;/code&gt;. This switches me to Safari. Raycast is only on screen for 7 frames of the 50 frames/sec recording. &lt;a href=&quot;#user-content-fnref-testing&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 2&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-supercharge&quot;&gt;
&lt;p&gt;Using the wonderful &lt;a href=&quot;https://sindresorhus.com/supercharge&quot;&gt;Supercharge&lt;/a&gt; by Sindre Sorhus. The setting &lt;strong&gt;Tweaks → Disable Command+Tab app switcher&lt;/strong&gt; exists because I asked him to add it. :-) &lt;a href=&quot;#user-content-fnref-supercharge&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 3&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-emoji-unicode&quot;&gt;
&lt;p&gt;For emoji, assign a keyboard shortcut to the Raycast builtin feature &lt;strong&gt;Search Emoji &amp;amp; Symbols&lt;/strong&gt;. I use &lt;code&gt;Ctrl-Opt-I&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For Unicode, install the extension &lt;a href=&quot;https://www.raycast.com/mmazzarolo/unicode-symbols&quot;&gt;Unicode Symbols Search&lt;/a&gt;. I bind that to &lt;code&gt;Ctrl-Opt-U&lt;/code&gt;. &lt;a href=&quot;#user-content-fnref-emoji-unicode&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 4&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id=&quot;user-content-fn-clipboard&quot;&gt;
&lt;p&gt;Bind the builtin &lt;strong&gt;Clipboard History&lt;/strong&gt; to &lt;code&gt;Ctrl-Opt-C&lt;/code&gt;. &lt;a href=&quot;#user-content-fnref-clipboard&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 5&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>SwissMicros calculators</title><link>https://johnnydecimal.com/blog/0217-swissmicros-calculators/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0217-swissmicros-calculators/</guid><description>I have no use for a desk calculator, but as soon as I have a desk again I&apos;m buying a SwissMicros DM41L.</description><pubDate>Sat, 13 Jun 2026 01:29:10 GMT</pubDate><content:encoded>&lt;p&gt;I have no use for a desk calculator, but as soon as I have a desk again I&amp;#39;m buying &lt;a href=&quot;https://www.swissmicros.com/en/products/dm41l&quot;&gt;a SwissMicros DM41L&lt;/a&gt;.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; height=&quot;899&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0217A-SwissMicros_DM41L-1440x899.jpeg&quot; width=&quot;1440&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; Figure 0217A. SwissMicros DM41L. &lt;/figcaption&gt; &lt;/figure&gt;
&lt;p&gt;If you need scientific, the &lt;a href=&quot;https://www.swissmicros.com/en/products/dm42n&quot;&gt;DM42n&lt;/a&gt; has you covered.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; height=&quot;868&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0217B-SwissMicros-DM42n-950x1735.jpeg&quot; width=&quot;475&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; Figure 0217B. SwissMicros DM42n. &lt;/figcaption&gt; &lt;/figure&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Identifier: Taiwanese survey markers</title><link>https://johnnydecimal.com/blog/0216-identifiers-taiwan-survey-marks/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0216-identifiers-taiwan-survey-marks/</guid><description>Numeric identifiers are ubiquitous in real life. Taipei has survey markers embedded in the pavement. The physical world, tagged.</description><pubDate>Fri, 12 Jun 2026 01:59:05 GMT</pubDate><content:encoded>&lt;p&gt;I first saw this sort of identifier years ago in Melbourne and, once I dig out the old photos, I&amp;#39;ll do a retrospective post. I was obsessed with them long before Johnny.Decimal was an idea. It&amp;#39;s quite obvious that I have a certain type of brain.&lt;/p&gt;
&lt;p&gt;But right now I&amp;#39;m in Taiwan, and what a lovely surprise to find this in the pavement in the coastal city of Hualien.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A photograph, looking directly down from a standing human&apos;s perspective. You can see a tiny bit of my shoe, and in the pavement is a circular metal plate about 5cm across. This one is marked `HK33`.&quot; height=&quot;961&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0216A-Taipei_survey-960x1280.jpeg&quot; width=&quot;960&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; Figure 0216A. Hualien survey mark HK33. &lt;/figcaption&gt; &lt;/figure&gt;
&lt;p&gt;That is a &lt;a href=&quot;https://en.wikipedia.org/wiki/Survey_marker&quot;&gt;survey marker&lt;/a&gt; and now that you&amp;#39;ve seen one, you&amp;#39;ll find them everywhere. I&amp;#39;m not sure how standard it is to offer a public lookup for these things – Melbourne has one – but even if you do find &lt;a href=&quot;https://survey.gov.taipei/LDA/map/map.aspx&quot;&gt;a site&lt;/a&gt;, the software tends to be … shall we say &amp;#39;specialised&amp;#39;? By which I mean, from the 1990s, and hideous. (Usually some flavour of &lt;a href=&quot;https://www.arcgis.com/index.html&quot;&gt;ArcGIS&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;And, as I&amp;#39;m learning, there isn&amp;#39;t necessarily one type of marker and one city website that references it. Here in Taipei there seem to be different data sets for the departments of &amp;#39;Land Administration&amp;#39; vs. &amp;#39;Urban Development&amp;#39;.&lt;/p&gt;
&lt;p&gt;All of which is to say that I tried getting links to these markers, and failed. So just enjoy the photos. ;-)&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Survey mark 114148.&quot; height=&quot;960&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0216B-Taipei_survey-960x1280.jpeg&quot; width=&quot;960&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; Figure 0216B. Taipei survey mark 114148. &lt;/figcaption&gt; &lt;/figure&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Survey mark HA173.&quot; height=&quot;894&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0216C-Taipei_survey-960x1280.jpeg&quot; width=&quot;894&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; Figure 0216C. Taipei survey mark HA173. &lt;/figcaption&gt; &lt;/figure&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Deciding to work for myself</title><link>https://johnnydecimal.com/blog/0214-deciding-to-work-for-myself/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0214-deciding-to-work-for-myself/</guid><description>Thoughts on self-employment and being the smallest business.</description><pubDate>Mon, 01 Jun 2026 04:06:48 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Lucy here. I thought I&amp;#39;d try writing about little things I&amp;#39;ve noticed about being self-employed/having a small business. In case it helps anyone else who has, or is about to, take the leap. We&amp;#39;ll see how this goes.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I started doing extra freelance work early in my career to supplement my salary. So I gained a bit of experience at having a &amp;#39;side hustle&amp;#39;, although no one called it that yet. This continued for about 5 years alongside salaried jobs. But when I think about seriously &lt;em&gt;deciding to work for myself&lt;/em&gt;, it&amp;#39;s a specific time.&lt;/p&gt;
&lt;p&gt;I had a decade&amp;#39;s worth of in-house experience with smaller local companies and large global networks. So I knew what working for other people was like. And I was tired. I knew I wanted a change and was contemplating going thermonuclear - retraining to something totally different.&lt;/p&gt;
&lt;h2 id=&quot;i-dont-hate-what-i-do&quot;&gt;I don&amp;#39;t hate what I do&lt;/h2&gt;
&lt;p&gt;Fortunately, before enrolling in an expensive multi-year course I had a thought. I decided to commit to 100% self-employment in my current field, and to set myself up as a proper business. After a few months I had a revelation: I don&amp;#39;t hate what I do. I just didn&amp;#39;t really enjoy &lt;em&gt;who&lt;/em&gt; I used to work for and the &lt;em&gt;way&lt;/em&gt; I had to work.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-manager&quot; id=&quot;user-content-fnref-manager&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Which was a relief because retraining and starting from scratch is a lot of effort. I&amp;#39;m not saying don&amp;#39;t retrain, I fully endorse new adventures. But for me, I&amp;#39;m glad I gave my career a second chance with self-employment. I didn&amp;#39;t lose my hard-earned experience and contacts. And my new-found autonomy helped me enjoy work, without all the workplace stuff that drives people crazy getting in the way.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s not really any groundbreaking advice here, just some moral support. If you&amp;#39;re good at something, earn a decent wage from it, but are sick of it, self-employment might be worth a try before walking away from everything. You can still enrol in that jet-ski-instructor course and make a gradual change if it&amp;#39;s your true calling. ;-)&lt;/p&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-manager&quot;&gt;
&lt;p&gt;If you&amp;#39;re reading this and you used to be my manager and we liked each other, you know what I mean – it&amp;#39;s the whole &amp;#39;big workplace&amp;#39; thing that I wasn&amp;#39;t good at. If you used to be my manager and you got drunk in your lunch hour every day, you were part of the problem. &lt;a href=&quot;#user-content-fnref-manager&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Lucy</dc:creator></item><item><title>This week at JDHQ – 2026-06-01</title><link>https://johnnydecimal.com/blog/0213-this-week-2026-06-01/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0213-this-week-2026-06-01/</guid><description>The weekly email update, cross-posted here.</description><pubDate>Mon, 01 Jun 2026 02:19:05 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Originally sent to the &lt;a href=&quot;https://johnnydecimal.com/support/contact-community/mailing-list-rss-social&quot;&gt;mailing list&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As we prepare for a Big Move tomorrow, I can feel the energy levels wane. This is how we work these days, our life measured in phases: we Move To A Place, there&amp;#39;s a time of Great Disruption, we get settled, then we Work Hard And Do Little Else For A Long Time. Coming to the end of that final phase – let&amp;#39;s call it 10 weeks of 6-days-a-week – is a relief. It&amp;#39;s needed.&lt;/p&gt;
&lt;p&gt;Tomorrow we fly to Taiwan. So we&amp;#39;ll spend a week Figuring Out The New Place: where to get a healthy, cheap breakfast. Where to buy the things we couldn&amp;#39;t bring with us: scissors, aerosols. How to get around; where to walk; where to work. It&amp;#39;s fun and, faced with a new place, I typically walk around wide-eyed with wonder as Lucy steers me out of the path of traffic.&lt;/p&gt;
&lt;p&gt;This is also the one-year anniversary of us living on the road. It&amp;#39;s both exhilarating, and exhausting. So we might stretch out next week and have a bit of a holiday. We need to see and walk in trees and grass and birds; take small regional trains to towns with no attractions. If this email doesn&amp;#39;t turn up next Monday, that&amp;#39;s why.&lt;/p&gt;
&lt;h2 id=&quot;small-business-system-annual-calendar&quot;&gt;Small Business System annual calendar&lt;/h2&gt;
&lt;p&gt;The big news this week is that we&amp;#39;re introducing an annual &amp;#39;maintenance calendar&amp;#39; for SBS: the idea is that you &amp;#39;touch&amp;#39; every part of your business over the course of a year, just giving it a look. Tidy it up, make sure that the essentials are there. Did your compliance certificate expire without you realising? Now&amp;#39;s the time to spot that and fix it up.&lt;/p&gt;
&lt;p&gt;This shouldn&amp;#39;t take more than 45 minutes every couple of weeks, but by this time next year you&amp;#39;ll have a really nice awareness of the entire business, and a comfort that can only come from knowing that you&amp;#39;ve at least looked at it all.&lt;/p&gt;
&lt;p&gt;To support this, there are now weekly sessions in the &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar/&quot;&gt;SBS events calendar&lt;/a&gt; that run in perpetuity. They alternate Tuesday/Thursday (in my Asian timezone) and morning/evening each week. The first is on Thursday June 18th – this is the slot that&amp;#39;s best for the Europeans and Asia/Oceania, where it&amp;#39;s the morning/afternoon of that day. The following week&amp;#39;s Tuesday 23rd slot works best for the Americas, where it&amp;#39;s afternoon/evening on Monday 22nd. Over the course of a month, there should be a slot to suit everyone.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll be using the maintenance calendar to drive these meetings and, of course, you can bring any ad-hoc questions. See &lt;a href=&quot;https://johnnydecimal.com/blog/0212-sbs-annual-calendar&quot;&gt;the blog post&lt;/a&gt; for more information, and let me know if you&amp;#39;d like to be in my trial group for the tracker shown.&lt;/p&gt;
&lt;h2 id=&quot;what-we-did-last-week&quot;&gt;What we did last week&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Planned and launched the SBS calendar.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0210-pikapods&quot;&gt;Recommendation: PikaPods&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;New JDU playlist: &lt;a href=&quot;https://johnnydecimal.com/jdu/small-business/&quot;&gt;Organising our small business&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;j.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Announcing the SBS annual maintenance calendar</title><link>https://johnnydecimal.com/blog/0212-sbs-annual-calendar/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0212-sbs-annual-calendar/</guid><description>A shared schedule that covers the entire SBS over the course of a year, backed up by in-person Zoom calls for accountability.</description><pubDate>Fri, 29 May 2026 05:15:53 GMT</pubDate><content:encoded>&lt;p&gt;Evolving the idea of &amp;#39;&lt;a href=&quot;https://johnnydecimal.com/blog/0097-tgif&quot;&gt;TGIF&lt;/a&gt;&amp;#39; (Thank God I Filed it) from last year, we&amp;#39;re launching the annual &lt;a href=&quot;https://johnnydecimal.com/sbs&quot;&gt;Small Business System&lt;/a&gt; &amp;#39;maintenance calendar&amp;#39;.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-working-title&quot; id=&quot;user-content-fnref-working-title&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;The idea of TGIF was that if you &amp;#39;touch&amp;#39; your system, tidying it up a smidge, but you do that regularly – on a Friday afternoon, say – then you&amp;#39;ll be in a much better shape than if you hadn&amp;#39;t done that. Your life will be neater and less stressful.&lt;/p&gt;
&lt;h2 id=&quot;sbs-spread-over-the-year&quot;&gt;SBS, spread over the year&lt;/h2&gt;
&lt;p&gt;The SBS contains everything that every small business needs to operate. So if we group it up into ~25 pieces and spread those out over the year such that they get a fortnight each, and then TGIF each of them in that fortnight, after a year we&amp;#39;ll have touched every part of the business.&lt;/p&gt;
&lt;p&gt;And if we do that together, on the now-weekly Zoom sessions that I&amp;#39;ve &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar&quot;&gt;scheduled&lt;/a&gt;, we can keep each other honest and motivated.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of my tracker database. Each row is an SBS group and it has a &apos;TGIF&apos; date and an indication of whether my business uses this part of the SBS.&quot; height=&quot;264&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0212-Baserow-1652x528@2x.png&quot; width=&quot;826&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;h2 id=&quot;get-the-tracker&quot;&gt;Get the tracker&lt;/h2&gt;
&lt;p&gt;I&amp;#39;ve set this up as a Baserow (online database) template. If you&amp;#39;re an SBS member, &lt;a href=&quot;mailto:hello@johnnydecimal.com&quot;&gt;email me&lt;/a&gt; and I&amp;#39;ll work directly with the first handful of respondents. If this proves popular I&amp;#39;ll build it into JDHQ.&lt;/p&gt;
&lt;h2 id=&quot;this-isnt-doing-the-work&quot;&gt;This isn&amp;#39;t &lt;em&gt;&amp;#39;doing the work&amp;#39;&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;To be clear, I&amp;#39;m not asking you to do any actual &lt;em&gt;work&lt;/em&gt; – say, all of your &lt;code&gt;21 Products&lt;/code&gt; design – in this fortnight. Only that you check in with that part of your system, and to make sure that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Your files are neat.
&lt;ul&gt;
&lt;li&gt;Archive old stuff. Make sure everything&amp;#39;s named well.&lt;/li&gt;
&lt;li&gt;Find stuff you know is missing and put it there.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Your JDex is in order.
&lt;ul&gt;
&lt;li&gt;Archive old entries.&lt;/li&gt;
&lt;li&gt;Deal with those big notes that you&amp;#39;ve been putting off.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I imagine this might take 45 minutes? Really not long at all.&lt;/p&gt;
&lt;h2 id=&quot;starts-on-june-9th&quot;&gt;Starts on June 9th&lt;/h2&gt;
&lt;p&gt;I&amp;#39;ve scheduled Zoom sessions every Tuesday/Thursday morning/evening, alternating across weeks, from June 9th in perpetuity.&lt;/p&gt;
&lt;p&gt;The first group – chosen to be an easy one – is due Friday June 26th. It&amp;#39;s &lt;code&gt;15.10, 15.40+ Travel admin &amp;amp; records&lt;/code&gt;. See you on the call, where I&amp;#39;ll explain in more detail.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a 6-minute video with more details.&lt;/p&gt;
&lt;div class=&quot;youtube-embed&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt; &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/4iEr31Qjjk0&quot; title=&quot;YouTube video&quot; loading=&quot;lazy&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt;&lt;/iframe&gt; &lt;/div&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-working-title&quot;&gt;
&lt;p&gt;Working title. As always, suggestions welcome. &lt;a href=&quot;#user-content-fnref-working-title&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>New playlist: &apos;Organising our small business&apos;</title><link>https://johnnydecimal.com/support/updates/2026-05-26-organising-business/</link><guid isPermaLink="true">https://johnnydecimal.com/support/updates/2026-05-26-organising-business/</guid><description>New playlist: &apos;Organising our small business&apos;</description><pubDate>Tue, 26 May 2026 07:55:14 GMT</pubDate><content:encoded>&lt;p&gt;We&amp;#39;ve added a new playlist to JDU: &lt;a href=&quot;https://johnnydecimal.com/jdu/small-business&quot;&gt;Organising our small business&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;These videos show real-life examples of how we run our business with Johnny.Decimal. It&amp;#39;s what we do every day at work. New ones will be added as we think of things that you might find useful.&lt;/p&gt;</content:encoded></item><item><title>Recommendation: PikaPods</title><link>https://johnnydecimal.com/blog/0210-pikapods/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0210-pikapods/</guid><description>A godsend for small business: PikaPods is like employing a team of app developers.</description><pubDate>Tue, 26 May 2026 01:52:28 GMT</pubDate><content:encoded>&lt;p&gt;I&amp;#39;ve mentioned &lt;a href=&quot;https://pikapods.com&quot;&gt;PikaPods&lt;/a&gt; twice before. Once in the context of my &lt;a href=&quot;https://johnnydecimal.com/blog/0149-listmonk-pikapod&quot;&gt;mailing list software&lt;/a&gt; that I host there, and again &lt;a href=&quot;https://johnnydecimal.com/blog/0187-post-incident-review#listmonk-and-pikapods&quot;&gt;singing the praises of their support&lt;/a&gt;. But here&amp;#39;s a proper mini-review, because it&amp;#39;s a service that can save your small business a &lt;em&gt;lot&lt;/em&gt; of time.&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s say there&amp;#39;s some software you want to run. This post was prompted by them mailing me to say that they now host &lt;a href=&quot;https://suitecrm.com&quot;&gt;SuiteCRM&lt;/a&gt;, which I&amp;#39;ve never used but sure looks like fancy CRM software and might be exactly what you need. It&amp;#39;s open source, so you &lt;em&gt;could&lt;/em&gt; &lt;a href=&quot;https://docs.suitecrm.com/admin/installation-guide/downloading-installing/&quot;&gt;install it yourself&lt;/a&gt; by simply:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Provisioning a server. You&amp;#39;ll need PHP, Apache, and MySQL running on there. Make sure you lock down remote SSH and don&amp;#39;t log in as &lt;code&gt;root&lt;/code&gt;!&lt;/li&gt;
&lt;li&gt;Downloading SuiteCRM and setting permissions with commands like &lt;code&gt;sudo chown -R www-data:www-data .&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Installing then configuring the database on &lt;code&gt;localhost&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Setting up a cron job using &lt;code&gt;crontab -e -u www-data&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;&quot;&gt;🫠&lt;/h2&gt;
&lt;p&gt;Now, &lt;em&gt;I&lt;/em&gt; understood all that. And I&amp;#39;m not knocking the SuiteCRM team or their instructions: they look really clear. But I was born with a &lt;a href=&quot;https://en.wikipedia.org/wiki/ZX_Spectrum#ZX_Spectrum+&quot;&gt;computer&lt;/a&gt; between my teeth and it&amp;#39;s all I&amp;#39;ve ever known. You? Maybe not.&lt;/p&gt;
&lt;p&gt;How&amp;#39;s this instead.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;At &lt;a href=&quot;https://www.pikapods.com/apps&quot;&gt;PikaPods&lt;/a&gt;, search for SuiteCRM and click &lt;a href=&quot;https://www.pikapods.com/pods?run=suitecrm&quot;&gt;run your own&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Choose whether to run it in the EU or US.&lt;/li&gt;
&lt;li&gt;Choose a username and password.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add Pod&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--bare&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of the PikaPod create window.&quot; height=&quot;786&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0210A-PikaPod-create-new-2336x1572@2x.png&quot; width=&quot;1168&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;That&amp;#39;s it. Your pod is now running at a URL like &lt;code&gt;strong-chicken.pikapod.net&lt;/code&gt;. Just browse there and use it.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--bare&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of SuiteCRM running.&quot; height=&quot;786&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0210B-PikaPod-SuiteCRM-2336x1572@2x.png&quot; width=&quot;1168&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; The leads are weak. &lt;/figcaption&gt; &lt;/figure&gt;
&lt;h2 id=&quot;sounds-expensive&quot;&gt;Sounds expensive?&lt;/h2&gt;
&lt;p&gt;It is as cheap as chips! This pod would cost US$3/month to run. And get this: they&amp;#39;re billed by the hour, and you can turn them off! This means it&amp;#39;s basically free to install a thing and play with it for a while to see if you like it.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--bare&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of the PikaPod admin window.&quot; height=&quot;473&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0210C-PikaPod-console-1018x946@2x.png&quot; width=&quot;509&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;I&amp;#39;ve already deleted this one. That little experiment cost me $0.00415. (Not kidding.)&lt;/p&gt;
&lt;h2 id=&quot;beware-this-isnt-quite-saas&quot;&gt;Beware: this isn&amp;#39;t quite SaaS&lt;/h2&gt;
&lt;p&gt;Software-as-a-Service (SaaS) is what you&amp;#39;re used to. Gmail is SaaS: you don&amp;#39;t care about any of the technical details. You &lt;em&gt;can&amp;#39;t&lt;/em&gt; care about the details: Google won&amp;#39;t let you.&lt;/p&gt;
&lt;p&gt;This isn&amp;#39;t quite that. You still have to think about your own backups, for example. That&amp;#39;s mostly it, but that&amp;#39;s important. Each Pod can back itself up to an S3 bucket, and if you need help with that, let me know.&lt;/p&gt;
&lt;p&gt;If you want to &amp;#39;self-host&amp;#39; apps in the simplest way possible for a very reasonable price, I can&amp;#39;t recommend PikaPods highly enough.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>100 email list unsubscriptions is a good thing</title><link>https://johnnydecimal.com/blog/0209-a-hundred-unsubscriptions/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0209-a-hundred-unsubscriptions/</guid><description>I see losing 100 people from my email list as a feature. It means those that who remain, care.</description><pubDate>Mon, 25 May 2026 04:31:21 GMT</pubDate><content:encoded>&lt;p&gt;Since sending last week&amp;#39;s &lt;em&gt;this week at JDHQ&lt;/em&gt;, my email subscriber numbers have gone down by about 100.&lt;/p&gt;
&lt;p&gt;I see this as a positive. What&amp;#39;s the point having a couple of thousand people on an email list if none of them actually care what you&amp;#39;re writing? What would be the benefit in trying to widen this audience by … what, just writing more generically? Writing less about the stuff that I&amp;#39;m actually doing and more about stuff that might &amp;#39;drive engagement&amp;#39;?&lt;/p&gt;
&lt;p&gt;90 engaged people are far more interesting to me than 100 who just never bothered to click &amp;#39;unsubscribe&amp;#39;.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>This week at JDHQ – 2026-05-25</title><link>https://johnnydecimal.com/blog/0208-this-week-2026-05-25/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0208-this-week-2026-05-25/</guid><description>The weekly email update, cross-posted here.</description><pubDate>Mon, 25 May 2026 04:28:33 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Originally sent to the &lt;a href=&quot;https://johnnydecimal.com/support/contact-community/mailing-list-rss-social&quot;&gt;mailing list&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0199-this-week-2026-05-18&quot;&gt;Last week&amp;#39;s staff meeting&lt;/a&gt; and then careful management of projects in Things paid off. Lucy often notes that, as small business owners, one of the primary burdens is that you no longer have someone telling you what to do.&lt;/p&gt;
&lt;p&gt;As in, sometimes it&amp;#39;s nice when someone just tells you what to do! That&amp;#39;s easy, right? Turn up to work and just do what you&amp;#39;re told, for money, for a week. Terrific. Well that&amp;#39;s not how life is when you run your own business – which is the dream, of course – but it&amp;#39;s a double-edged dream-sword. Now, as well as doing all the work, you have to make the hard decisions. It can be very easy to just float through a week &lt;em&gt;without&lt;/em&gt; doing that, and to feel busy, but to not really achieve much.&lt;/p&gt;
&lt;p&gt;So planning and our Monday-morning meeting, which we just had again, is good. (This is obvious. I&amp;#39;ll say it anyway.)&lt;/p&gt;
&lt;h2 id=&quot;what-we-did-last-week&quot;&gt;What we did last week&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;We have a new home page for the first time ever.
&lt;ul&gt;
&lt;li&gt;Realising that &amp;#39;the Johnny.Decimal universe&amp;#39; is now much more than the system of numbers, we&amp;#39;ve made the signed-out new visitor homepage more of an introduction to us.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/homepage&quot;&gt;johnnydecimal.com/homepage&lt;/a&gt; will land you there regardless of your signed-in status.&lt;/li&gt;
&lt;li&gt;I also built one of those 5-email onboarding sequences that I&amp;#39;ve always avoided. But I heard from people – thanks, Michael – that, done well, they can be really helpful.&lt;/li&gt;
&lt;li&gt;And I think I&amp;#39;ve done this one well. &lt;del&gt;You can see the 5 steps starting at &lt;a href=&quot;https://johnnydecimal.com/jdu/welcome/01-install-your-folders&quot;&gt;jdu/welcome/01-install-your-folders&lt;/a&gt;. (The emails are mostly one liners pointing you to this sequence of pages.)&lt;/del&gt; I&amp;#39;ve updated it – the emails now only exist as emails. Why make you visit the site if the text is already in your inbox? And now there are 3 not 5.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Launched a new mini-series &lt;a href=&quot;https://johnnydecimal.com/jdu/obsidian/&quot;&gt;Everyday Obsidian&lt;/a&gt;.
&lt;ul&gt;
&lt;li&gt;Lucy&amp;#39;s fairly new to Obsidian, and it&amp;#39;s a big, complex app.&lt;/li&gt;
&lt;li&gt;In this series I&amp;#39;ll show Lucy practical everyday tips for Obsidian. This is &amp;#39;how normal people use it every day&amp;#39;, not &amp;#39;how to become an Obsidian guru&amp;#39;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Launched a new mini-series &lt;a href=&quot;https://johnnydecimal.com/jdu/online-security&quot;&gt;Online security essentials&lt;/a&gt;.
&lt;ul&gt;
&lt;li&gt;We&amp;#39;ve been wanting to do this one for a while. It&amp;#39;s a little passion project of ours.&lt;/li&gt;
&lt;li&gt;This is the basics of staying safe online, and is something we hope you can send to your non-nerd loved ones. We&amp;#39;re each recording it with our dad in mind.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Video:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/oE_-X0NlRPY&quot;&gt;The power of process in small business&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;(Will turn this into a playlist at JDU shortly.)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Blog:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0200-three-things-about-data&quot;&gt;undermanager: Three things about data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0203-ids-in-your-calendar&quot;&gt;Why wouldn&amp;#39;t every meeting have an ID?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0204-psa-pdfs-leak-metadata&quot;&gt;PSA: PDFs leak data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0205-baserow-reveals-context-switching&quot;&gt;Context switching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0206-shutdown-to-force-your-hand&quot;&gt;Going to try shutting down my laptop every night&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0207-startup-routine&quot;&gt;Startup routine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;what-were-working-on-this-week&quot;&gt;What we&amp;#39;re working on this week&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Continuing the two series as noted above.&lt;/li&gt;
&lt;li&gt;We&amp;#39;ve put &lt;code&gt;21.30 Learn with Lucy - the command line&lt;/code&gt; on hold as we&amp;#39;re at capacity.&lt;/li&gt;
&lt;li&gt;No Zoom sessions this week – I&amp;#39;m putting a shape to some plans, but we&amp;#39;re moving cross-continentally next week which is always a big disruption, so I&amp;#39;m not planning anything new for this week or next.
&lt;ul&gt;
&lt;li&gt;(If you live in Taiwan, let us know!)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Did a lot of work last week on &lt;code&gt;21.14 Task &amp;amp; Project Management&lt;/code&gt; update.
&lt;ul&gt;
&lt;li&gt;This one definitely benefits from me sitting on it for a while.&lt;/li&gt;
&lt;li&gt;I&amp;#39;m using these techniques actively myself, so the longer I do that, the more sure I am of the final output.&lt;/li&gt;
&lt;li&gt;I&amp;#39;m &lt;em&gt;loving&lt;/em&gt; my Things project setup.&lt;/li&gt;
&lt;li&gt;Will be putting out a first draft this week.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;In the background we continue to load up the &lt;a href=&quot;https://youtu.be/g2z3fuv8a2A&quot;&gt;imaginarium&lt;/a&gt; with our back-catalogue.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Startup routine</title><link>https://johnnydecimal.com/blog/0207-startup-routine/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0207-startup-routine/</guid><description>We both find great comfort in our morning startup routine.</description><pubDate>Sun, 24 May 2026 02:04:19 GMT</pubDate><content:encoded>&lt;p&gt;We&amp;#39;ve both been doing our &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm/080-start-the-day-routine&quot;&gt;start-the-day routine&lt;/a&gt; for a solid 6 months now. This is the opening of &lt;a href=&quot;https://culturedcode.com/things/&quot;&gt;Things&lt;/a&gt;, the doing of our morning reviews, the clearing of the inbox, and finally lining up the day&amp;#39;s tasks.&lt;/p&gt;
&lt;p&gt;This &lt;em&gt;sounds&lt;/em&gt; like a chore, but this morning Lucy voiced a feeling that I share: that this routine has become a great comfort. &amp;quot;It&amp;#39;s like the scene where they start up the airplane by flicking on all the switches&amp;quot;, she said.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s exactly what it&amp;#39;s like. You sit down and strap in. You know a whole bunch of stuff is coming at you but, for now, your job is just to run through this checklist, powering up the various subsystems of your mind. It really is a lovely way to start the day. (I&amp;#39;d record this process for you but it&amp;#39;s Sunday. My review tasks come round Monday to Friday so there&amp;#39;s not much to show today. Next time I get a good one I&amp;#39;ll put it on camera.)&lt;/p&gt;
&lt;p&gt;It also put me in mind of this lovely startup sequence. That&amp;#39;s my brain in the morning … just a bit at a time … go on … you&amp;#39;ll get there …&lt;/p&gt;
&lt;div class=&quot;youtube-embed&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt; &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/BVY0Su0RgyQ&quot; title=&quot;YouTube video&quot; loading=&quot;lazy&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt;&lt;/iframe&gt; &lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>New miniseries: &apos;Online security essentials&apos;</title><link>https://johnnydecimal.com/support/updates/2026-05-22-online-security/</link><guid isPermaLink="true">https://johnnydecimal.com/support/updates/2026-05-22-online-security/</guid><description>New miniseries: &apos;Online security essentials&apos;</description><pubDate>Fri, 22 May 2026 06:57:10 GMT</pubDate><content:encoded>&lt;p&gt;We added the first episodes in a new JDU miniseries: &lt;a href=&quot;https://johnnydecimal.com/jdu/online-security&quot;&gt;Online security essentials&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve been wanting to do this one for a while. This is the basics of staying safe online, and is something we hope you can send to your non-nerd loved ones. We&amp;#39;re each recording it with our dad in mind.&lt;/p&gt;
&lt;p&gt;This one will also be posted on &lt;a href=&quot;https://youtube.com/@johnny.decimal&quot;&gt;the YouTube channel&lt;/a&gt; for maximum reach.&lt;/p&gt;</content:encoded></item><item><title>Going to try shutting down my laptop every night</title><link>https://johnnydecimal.com/blog/0206-shutdown-to-force-your-hand/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0206-shutdown-to-force-your-hand/</guid><description>When you have the safety net of &apos;never close anything&apos;, you don&apos;t really have to think about where a thing goes.</description><pubDate>Thu, 21 May 2026 13:00:38 GMT</pubDate><content:encoded>&lt;p&gt;When you have the safety net of &amp;#39;never close anything&amp;#39;, you don&amp;#39;t really have to think about where a thing goes. You can just leave things open in a window, unsaved, hoping that someone else will think about it at some point in the future.&lt;/p&gt;
&lt;p&gt;Starting today I&amp;#39;m going to quit every app and shut down my laptop at the end of the night.&lt;/p&gt;
&lt;p&gt;Will I find it all again in the morning?&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Context switching</title><link>https://johnnydecimal.com/blog/0205-baserow-reveals-context-switching/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0205-baserow-reveals-context-switching/</guid><description>Tracking &apos;what I&apos;m doing&apos; reveals how much we context switch.</description><pubDate>Thu, 21 May 2026 12:21:48 GMT</pubDate><content:encoded>&lt;p&gt;Still on a quest to figure out the right pattern for &lt;a href=&quot;https://johnnydecimal.com/blog/0161&quot;&gt;work logs&lt;/a&gt; (also &lt;a href=&quot;https://johnnydecimal.com/blog/0183&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;this episode of the Task &amp;amp; Project Management course&lt;/a&gt;), I&amp;#39;ve been tracking what I&amp;#39;m doing in a really simple Baserow table for a couple of days.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s just thing, started, and finished. If an item isn&amp;#39;t finished, it groups up to the top (not shown here), so I have a simple list of stuff I&amp;#39;m still doing. It&amp;#39;s been &lt;em&gt;really&lt;/em&gt; helpful and I&amp;#39;ll keep doing it. (Idea is to template this out as something you can duplicate.)&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of a database table. It shows 21 rows, each one a thing I was doing at some time today or yesterday.&quot; height=&quot;562&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0205-Baserow-1904x1124@2x.png&quot; width=&quot;852&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;That&amp;#39;s me working on 21 separate tasks, across the breadth of my business, in just 2 days. And I&amp;#39;m sure there are more: I haven&amp;#39;t added a row for the fact that I&amp;#39;m typing out this blog post.&lt;/p&gt;
&lt;p&gt;The modern world is &lt;em&gt;insane&lt;/em&gt;. You can do so much. And at the end of the day your brain is broken. It&amp;#39;s pretty obvious why.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure what I do with this data yet. It&amp;#39;s not like I want to slow down. But this doesn&amp;#39;t feel sustainable? (Not complaining! Love my job. Just an observation.)&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>PSA: PDFs leak data</title><link>https://johnnydecimal.com/blog/0204-psa-pdfs-leak-metadata/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0204-psa-pdfs-leak-metadata/</guid><description>There&apos;s a lot more to a PDF than the title of the document and the words you see on the page.</description><pubDate>Thu, 21 May 2026 05:48:15 GMT</pubDate><content:encoded>&lt;p&gt;Lucy just noticed that a PDF she was viewing in her browser revealed something about its history when she hovered over the browser tab. In her case, harmless enough: the shameful fact that she created one of her lovely &lt;a href=&quot;https://johnnydecimal.com/jdu/excel&quot;&gt;Excel summary sheets&lt;/a&gt; in PowerPoint. (Not even Keynote!)&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--bare&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of a Firefox tab which has a PDF open. The tab reveals the inner &apos;title&apos; of the PDF, which in turn reveals Lucy&apos;s shame: that she created it in PowerPoint.&quot; height=&quot;867&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0204A-Browser-tab-leaking-PDF-2440x1734@2x.png&quot; width=&quot;1220&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;h2 id=&quot;pdfs-are-full-of-invisible-data&quot;&gt;PDFs are full of invisible data&lt;/h2&gt;
&lt;p&gt;Chock-full of it. Here&amp;#39;s how this can trip you up. Let&amp;#39;s say Jim is leaving so the team writes him a lovely message. Nobody really likes Jim, so you save the file on your Desktop with a snarky title.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--bare&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of a Word doc. The text wishes Jim well, but the document&apos;s title on disk is &apos;We all hate Jim really because he&apos;s a piece of work&apos;.&quot; height=&quot;700&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0204B-Jim-Word-1908x1400@2x.png&quot; width=&quot;454&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;Then you &lt;strong&gt;Print &amp;gt; Save as PDF…&lt;/strong&gt;, and of course you save the file as &lt;code&gt;Good luck Jim!.pdf&lt;/code&gt;.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--bare&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of us saving as PDF. We&apos;ve renamed the PDF as it will be saved on disk, but forgotten about its &apos;title&apos;.&quot; height=&quot;843&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0204C-Save-as-PDF-1422x1686@2x.png&quot; width=&quot;711&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;Oooh but you didn&amp;#39;t notice the &lt;strong&gt;Title&lt;/strong&gt; field there, and now that&amp;#39;s embedded in the PDF. Jim can just inspect the file or, if you&amp;#39;re unlucky, he&amp;#39;ll open it in Firefox on the farewell Zoom call and it&amp;#39;ll be visible to everyone. &lt;em&gt;Em-barrassing!&lt;/em&gt;&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--bare&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of the macOS file info pane clearly showing the original file title.&quot; height=&quot;637&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0204D-Info-pane-754x1274@2x.png&quot; width=&quot;377&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;You think this will never happen to you? &lt;a href=&quot;https://kagi.com/search?q=data+leaks+embedded+pdf+title&amp;amp;r=au&amp;amp;sh=kmkyiIB6yZMU6rRsHZIZhQ&quot;&gt;Oh sweet child, it happens all the time&lt;/a&gt;. And there&amp;#39;s not really much you can do about it other than be aware of it, and remember not to do it.&lt;/p&gt;
&lt;p&gt;PDFs contain a &lt;em&gt;lot&lt;/em&gt; more information than you can see. Be careful.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Why wouldn&apos;t every meeting have an ID?</title><link>https://johnnydecimal.com/blog/0203-ids-in-your-calendar/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0203-ids-in-your-calendar/</guid><description>Now there&apos;s no doubt what it&apos;s about and where the actions and minutes are.</description><pubDate>Wed, 20 May 2026 02:24:10 GMT</pubDate><content:encoded>&lt;p&gt;After our &lt;a href=&quot;https://johnnydecimal.com/blog/0199&quot;&gt;meeting on Monday&lt;/a&gt; I&amp;#39;m feeling hyper-organised. All of our active work has a project in Things, which I&amp;#39;ll show another day. What I&amp;#39;m doing now is scheduling some of this work, including a meeting with Lucy tomorrow.&lt;/p&gt;
&lt;p&gt;For that meeting I&amp;#39;ve created a work package – again, details to follow – but what&amp;#39;s interesting here is that I&amp;#39;ve used the IDs of all of these things &lt;em&gt;in the appointment title&lt;/em&gt;.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;Screenshot of 2 days from my calendar. A handful of meetings are shown, each of which starts with an ID like the one I mention in the text below.&quot; height=&quot;635&quot; loading=&quot;lazy&quot; src=&quot;https://johnnydecimal.com/blog/0203-fantastical-light-770x1270@2x.png&quot; width=&quot;385&quot;&gt; &lt;/picture&gt;  &lt;/figure&gt;
&lt;p&gt;I don&amp;#39;t see a reason why every single one of my future meetings won&amp;#39;t have an ID. (Unless it&amp;#39;s just me blocking time/reminding myself to stand up and have a break – see that work/break pair, which I move around throughout the day.)&lt;/p&gt;
&lt;p&gt;Right now, in the context of setting up this meeting, I know what it&amp;#39;s about. I &lt;em&gt;just&lt;/em&gt; created work package &lt;code&gt;W0159~21.39 Home page re-jiggering to make it more SBS-focused&lt;/code&gt;. It&amp;#39;s in-memory, as we say. So why let it fall &lt;em&gt;out&lt;/em&gt; of memory, only to have to recall it tomorrow?&lt;/p&gt;
&lt;p&gt;It&amp;#39;s these tiny optimisations, applied consistently, that&amp;#39;ll make you 1% more efficient.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>SBS Zoom sessions tomorrow are open to the public</title><link>https://johnnydecimal.com/blog/0201-sbs-zoom-open-session/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0201-sbs-zoom-open-session/</guid><description>The Zoom details are in the post. Come and say hi.</description><pubDate>Tue, 19 May 2026 09:01:19 GMT</pubDate><content:encoded>&lt;p&gt;We have 2 &amp;#39;welcome and roadmap&amp;#39; Zoom sessions already scheduled for SBS tomorrow. I&amp;#39;m going to set up properly-advertised public sessions for those of you interested in but not yet members of SBS, but while I get round to that I thought I&amp;#39;d just open up tomorrow&amp;#39;s sessions.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll briefly summarise what we&amp;#39;re up to, and then it&amp;#39;ll be a session for questions. Very casual. No need to register, just turn up.&lt;/p&gt;
&lt;h2 id=&quot;session-1&quot;&gt;Session 1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Best for USA (afternoon/evening) or Oceania (morning)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.worldtimebuddy.com/?qm=1&amp;amp;lid=5368361,5128581,2643743,2950159,292223,1583992,1880252,1835848,2147714,2193733&amp;amp;h=2147714&amp;amp;date=2026-5-20&amp;amp;sln=9-9.5&amp;amp;hf=undefined&amp;amp;c=1963&quot;&gt;May 20, 2026 06:00 Asia/Ho_Chi_Minh&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Click the link for timezone conversions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us06web.zoom.us/j/85248298935?pwd=dRg70bukVpu8ERtBQAtUDb8Fiaa2Sk.1&quot;&gt;Zoom link&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/calendar/SBS-welcome-and-roadmap-2026-05-20-06-00.ics&quot;&gt;Click to add to your calendar&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;session-2&quot;&gt;Session 2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Best for Europe (morning/mid-morning) and Asia (morning/afternoon)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.worldtimebuddy.com/?qm=1&amp;amp;lid=5368361,5128581,2643743,2950159,292223,1583992,1880252,1835848,2147714,2193733&amp;amp;h=2147714&amp;amp;date=2026-5-20&amp;amp;sln=21-21.5&amp;amp;hf=undefined&amp;amp;c=1963&quot;&gt;May 20, 2026 18:00 Asia/Ho_Chi_Minh&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Click the link for timezone conversions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://us06web.zoom.us/j/82735810953?pwd=tpcI9AZFvr38Lb1MXTqngdkRgb1pjN.1&quot;&gt;Zoom link&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/calendar/SBS-welcome-and-roadmap-2026-05-20-18-00.ics&quot;&gt;Click to add to your calendar&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>undermanager: Three things about data</title><link>https://johnnydecimal.com/blog/0200-three-things-about-data/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0200-three-things-about-data/</guid><description>Data is a risk. Data is distracting. Critically analyse all external data that you hold. Do you really need it?</description><pubDate>Tue, 19 May 2026 01:41:39 GMT</pubDate><content:encoded>&lt;p&gt;Great post by Russel Davies at undermanager: &amp;#39;&lt;a href=&quot;https://www.undermanager.com/three-things-about-data/&quot;&gt;Three things about data&lt;/a&gt;&amp;#39;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;span class=&quot;h2-emulation-in-blockquote&quot;&gt;Gather less of it&lt;/span&gt;
&lt;p&gt;a. Data is a risk. Every bit of data has to be managed/looked after/cared for. That costs time and money. And most of it is useless.&lt;/p&gt;
&lt;p&gt;b. Data is distracting. Most of it is just noise. You&amp;#39;re gathering it because you can, just in case, because it seems valuable.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I couldn&amp;#39;t agree more. This was the root cause of &lt;a href=&quot;https://johnnydecimal.com/blog/0186&quot;&gt;my data leak&lt;/a&gt; the other month, and is a pattern I&amp;#39;ve come to recognise over the years. We assume that more data is better. And in the past that might have been the case.&lt;/p&gt;
&lt;p&gt;But the landscape has shifted. The risks are greater. How about this doozy from Krebs on Security today: &lt;a href=&quot;https://krebsonsecurity.com/2026/05/cisa-admin-leaked-aws-govcloud-keys-on-github/&quot;&gt;CISA Admin Leaked AWS GovCloud Keys on Github&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;Passwords stored in plain text in a csv, backups in git, explicit commands to disable GitHub secrets detection feature,&amp;quot; Valadon wrote in an email. &amp;quot;I honestly believed that it was all fake before analyzing the content deeper. This is indeed the worst leak that I&amp;#39;ve witnessed in my career. It is obviously an individual&amp;#39;s mistake, but I believe that it might reveal internal practices.&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Critically analyse all data that you hold&lt;/strong&gt;, especially if it identifies your customers. If you don&amp;#39;t need it, purge it. It&amp;#39;s time to start shifting our habits away from collecting this stuff in the first place.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a lot more in Russell&amp;#39;s post. Worth a read.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>This week at JDHQ – 2026-05-18</title><link>https://johnnydecimal.com/blog/0199-this-week-2026-05-18/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0199-this-week-2026-05-18/</guid><description>The weekly email update, cross-posted here.</description><pubDate>Mon, 18 May 2026 05:43:48 GMT</pubDate><content:encoded>&lt;blockquote&gt;
&lt;p&gt;Originally sent to the &lt;a href=&quot;https://johnnydecimal.com/support/contact-community/mailing-list-rss-social&quot;&gt;mailing list&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Given our new &lt;a href=&quot;https://johnnydecimal.com/blog/0193&quot;&gt;focus on small business&lt;/a&gt;, I&amp;#39;m going to send a weekly email telling you what we&amp;#39;re up to. This reveals the patterns in our &lt;em&gt;own&lt;/em&gt; business, and explains what we&amp;#39;re doing to help yours.&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t tune out if you don&amp;#39;t run a business! Much of this is relevant to daily life and where that&amp;#39;s the case, it&amp;#39;ll make its way to &lt;a href=&quot;https://johnnydecimal.com/jdu&quot;&gt;JDU&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;inspired-by-chiara&quot;&gt;Inspired by Chiara&lt;/h2&gt;
&lt;p&gt;This email is inspired by &lt;a href=&quot;https://www.chiaracokieng.com/tag/weekly-updates/&quot;&gt;Chiara&amp;#39;s weekly updates&lt;/a&gt;, which I really enjoy reading.&lt;/p&gt;
&lt;p&gt;Chiara started her own small business recently. She helps skilled immigrants land tech and business jobs in Germany. She&amp;#39;s one of the Decimal family; obviously passionate about what she does and totally dedicated to it. If you know someone trying to move to Germany, &lt;a href=&quot;https://www.chiaracokieng.com/contact/&quot;&gt;get in touch with her&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;monday-morning-staff-meeting&quot;&gt;Monday morning staff meeting&lt;/h2&gt;
&lt;p&gt;Spending literally every waking moment with your business partner means that &amp;#39;the business&amp;#39; becomes this omnipresent thing. As a result we tend not to have many formal meetings. Chats just happen.&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve just had our first Monday morning staff meeting and it was incredibly helpful. We each ran through the projects that we have active this week, and agreed on a couple of specific scheduling points. Details below.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tracked at: &lt;a href=&quot;https://johnnydecimal.com/sbs/11.21&quot;&gt;11.21 Business plan&lt;/a&gt; / 11.21+ Monday-morning meeting minutes, with dated headers within that single text file that we&amp;#39;ll fill out over time.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;what-we-did-last-week&quot;&gt;What we did last week&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Held the first open Zoom sessions for small business.
&lt;ul&gt;
&lt;li&gt;You told us that you wanted more focus on the documentation and process – the &lt;em&gt;helping you to run a business&lt;/em&gt; – and less on me building some niche software solution. Heard! (And, honestly: great relief. It&amp;#39;s what we love doing.)&lt;/li&gt;
&lt;li&gt;There are 2× more sessions this Wednesday. &lt;a href=&quot;https://johnnydecimal.com/support/knowledge-base/sbs-events-calendar&quot;&gt;Subscribe to the events calendar&lt;/a&gt; (SBS only).&lt;/li&gt;
&lt;li&gt;See below for the longer-term plan for these sessions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Video:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/g2z3fuv8a2A&quot;&gt;An ideas &amp;#39;registry&amp;#39; organised with structured tags&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Blog:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0194&quot;&gt;Spend time with your own words [0194]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0195&quot;&gt;Position statement: AI-generated apps [0195]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0196&quot;&gt;A nice surprise in Things [0196]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://johnnydecimal.com/blog/0197&quot;&gt;Think small: achieve something / Think big: probably fail [0197]&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;what-were-working-on-this-week&quot;&gt;What we&amp;#39;re working on this week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;IDs in the &lt;strong&gt;20-39&lt;/strong&gt; range are specific to our business.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;3121-emails-to-the-mailing-list&quot;&gt;31.21 Emails to the mailing list&lt;/h3&gt;
&lt;p&gt;Here we are. You&amp;#39;ll get one of these every week now. They&amp;#39;ll be cross-posted to the blog for longevity. Tell me what you like and what you don&amp;#39;t; what&amp;#39;s useful and what isn&amp;#39;t.&lt;/p&gt;
&lt;p&gt;(And for those of you who don&amp;#39;t want an email a week, the &lt;a href=&quot;https://johnnydecimal.com/support/contact-community/mailing-list-rss-social#rss-feed&quot;&gt;RSS feed&lt;/a&gt; is your friend. All big news will be posted to the blog. I won&amp;#39;t be offended if you unsubscribe from this list.)&lt;/p&gt;
&lt;h3 id=&quot;2147-obsidian-for-your-jdex&quot;&gt;21.47 Obsidian for your JDex&lt;/h3&gt;
&lt;p&gt;We use Obsidian for our SBS JDex, and Lucy expressed her frustration last week that she wasn&amp;#39;t very good at it. So we&amp;#39;re going to do a loosely-planned series where I show her how to get the most of it in this context.&lt;/p&gt;
&lt;p&gt;This won&amp;#39;t be a comprehensive training course. (There are hundreds of those on YouTube – I guess &lt;a href=&quot;https://www.youtube.com/@linkingyourthinking&quot;&gt;Nick Milo&lt;/a&gt; is a good place to start?) This will be simple, practical advice: how we actually use this tool day-to-day. Expect one a week until Lucy&amp;#39;s comfortable with it.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Coming to &lt;a href=&quot;https://johnnydecimal.com/jdu&quot;&gt;JDU&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;2148-email-training-course&quot;&gt;21.48 Email training course&lt;/h3&gt;
&lt;p&gt;Email?! Who doesn&amp;#39;t know how to use email?&lt;/p&gt;
&lt;p&gt;Well, the world is getting more complex, and email is now the centre of your digital identity. In this short series – part of a broader series we&amp;#39;re planning on online security and hygiene – I&amp;#39;ll explain, from first principles, why you need to change your email habits in 2026.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll show Lucy how to set up Fastmail, which I started using just the other month, and how and why to migrate to unique email addresses. I&amp;#39;m &lt;em&gt;deeply&lt;/em&gt; in love with this product. Eventually we&amp;#39;ll get to buying a domain name and setting yourself free from &lt;a href=&quot;mailto:carolscupcakes@gmail.com&quot;&gt;carolscupcakes@gmail.com&lt;/a&gt;, setting up the much more professional &lt;a href=&quot;mailto:hello@carolscupcakes.com&quot;&gt;hello@carolscupcakes.com&lt;/a&gt;. I&amp;#39;ll walk Lucy – who hasn&amp;#39;t the first clue where to start – through this whole process.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Coming to &lt;a href=&quot;https://johnnydecimal.com/jdu&quot;&gt;JDU&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;2130-learn-with-lucy--the-command-line&quot;&gt;21.30 Learn with Lucy – the command line&lt;/h3&gt;
&lt;p&gt;It&amp;#39;s very useful – especially if you manage your own IT situation, as most of us do – to have a basic understanding of the command line. You go to some website, you want to install some software, and it tells you to simply &lt;strong&gt;curl -fsSL &lt;a href=&quot;https://bun.com/install&quot;&gt;https://bun.com/install&lt;/a&gt; | bash&lt;/strong&gt; and … now what?&lt;/p&gt;
&lt;p&gt;Last year I put up a short series teaching my friend &lt;a href=&quot;https://ellanew.com&quot;&gt;Ellane&lt;/a&gt; how to use the command line, from first principles. You&amp;#39;ll find that at &lt;a href=&quot;https://commandline.johnnydecimal.com&quot;&gt;commandline.johnnydecimal.com&lt;/a&gt;, where it will remain.&lt;/p&gt;
&lt;p&gt;Lucy started reading through it last week and she had questions. So we&amp;#39;re going to use that series and turn it into video.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Coming to &lt;a href=&quot;https://johnnydecimal.com/jdu&quot;&gt;JDU&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;2134-small-business-system&quot;&gt;21.34 Small Business System&lt;/h3&gt;
&lt;p&gt;This is our overall ID for the system itself. This week we&amp;#39;ll be setting up two things.&lt;/p&gt;
&lt;p&gt;First, a monthly Zoom session calendar, each month focused on a specific problem. We&amp;#39;ll look at data storage and backups in June. How to make sure that your data is stored securely and that it&amp;#39;s sufficiently backed up.&lt;/p&gt;
&lt;p&gt;This is close to my heart as I run a business with terabytes of assets (video files) from 2× laptops, neither of which can store all of that data. So I have a server at a friend&amp;#39;s house and a series of levers and pulleys that keep everything in sync. There&amp;#39;s a miniseries on the blog starting with &lt;a href=&quot;https://johnnydecimal.com/blog/0101&quot;&gt;My data storage &amp;amp; backup strategy [0101]&lt;/a&gt; if you want to read more.&lt;/p&gt;
&lt;p&gt;We&amp;#39;ll record these sessions and figure out how to present them as a permanent artefact that you can refer back to.&lt;/p&gt;
&lt;p&gt;Second, a weekly calendar based around our idea of &amp;#39;&lt;a href=&quot;https://johnnydecimal.com/blog/0097&quot;&gt;TGIF&lt;/a&gt;&amp;#39;, i.e. Thank God I Filed It. So much of business is just keeping on top of stuff. It is, frankly, boring admin. But it&amp;#39;s the sort of thing that causes stress if neglected.&lt;/p&gt;
&lt;p&gt;Perhaps we can help. If we all commit to tidying up the same thing every week – we&amp;#39;ll just start at the start, with your &lt;strong&gt;11.10 ■ Official documents&lt;/strong&gt; – we can make this into something routine. The idea is that if you follow our annual cadence, you&amp;#39;ll never have to do the dreaded &amp;#39;big clean-up&amp;#39; because there&amp;#39;ll be a constant awareness of your entire system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Coming to &lt;a href=&quot;https://johnnydecimal.com/sbs&quot;&gt;SBS&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;2114-task--project-management&quot;&gt;21.14 Task &amp;amp; Project Management&lt;/h3&gt;
&lt;p&gt;I have a big update to the project management side of things that I&amp;#39;ve been thinking about since we finished recording the course last year. I&amp;#39;d like to get a blog post out this week so you can give me feedback. While there isn&amp;#39;t a one-size-fits-all solution, I&amp;#39;d like to come up with something as close to consensus as possible.&lt;/p&gt;
&lt;p&gt;That will then become a handful of videos and some process documentation that we&amp;#39;ll add to the end of the &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;existing course&lt;/a&gt;. If you&amp;#39;re interested, there&amp;#39;s a robust discussion &lt;a href=&quot;https://discord.com/channels/822215537589354566/1440957050916962354&quot;&gt;in the Discord channel&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Coming to &lt;a href=&quot;https://johnnydecimal.com/jdu&quot;&gt;JDU&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&quot;projects-that-are-unlikely-to-get-any-time-this-week&quot;&gt;Projects that are unlikely to get any time this week&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;I&amp;#39;d like to spend a little time each day in my own &lt;a href=&quot;https://youtu.be/g2z3fuv8a2A&quot;&gt;Imaginarium&lt;/a&gt; but probably won&amp;#39;t have time to move the idea forward.&lt;/li&gt;
&lt;li&gt;I&amp;#39;m not giving up software development: I&amp;#39;d really like the very-alpha-version &lt;a href=&quot;https://johnnydecimal.com/jdhq/jd-cli&quot;&gt;CLI&lt;/a&gt; to be something I use every day. Hopefully more time on that next week.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>An ideas &apos;registry&apos; organised with structured tags</title><link>https://johnnydecimal.com/blog/0198-megablog-intro/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0198-megablog-intro/</guid><description>This is a super early idea that I&apos;ve been thinking about for a few months. It’s not ready yet. But you can tell me what sounds good and bad.</description><pubDate>Sun, 17 May 2026 06:59:38 GMT</pubDate><content:encoded>&lt;p&gt;This is a super early idea that I&amp;#39;ve been thinking about for a few months. It’s not ready yet. But you can tell me what sounds good and bad. (And suggest a better name.)&lt;/p&gt;
&lt;div class=&quot;youtube-embed&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt; &lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/g2z3fuv8a2A&quot; title=&quot;YouTube video&quot; loading=&quot;lazy&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; data-astro-cid-nizrgmoa=&quot;&quot;&gt;&lt;/iframe&gt; &lt;/div&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Think small: achieve something / Think big: probably fail</title><link>https://johnnydecimal.com/blog/0197-castle-hill-website/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0197-castle-hill-website/</guid><description>How I failed to build Castle Hill Infant School a website in 1998, and how it haunts me to this day.</description><pubDate>Sat, 16 May 2026 09:19:44 GMT</pubDate><content:encoded>&lt;p&gt;Some time around 1998 I mentioned to my girlfriend&amp;#39;s mam, then headmistress at the local infant school, that I could probably make her a website. I had a knock-off copy of &lt;a href=&quot;https://en.wikipedia.org/wiki/Adobe_Dreamweaver&quot;&gt;Dreamweaver&lt;/a&gt; that I barely understood, so off I went.&lt;/p&gt;
&lt;p&gt;The problem is one I&amp;#39;ve come to recognise in myself in the intervening 30 years: thinking &lt;em&gt;way&lt;/em&gt; too big. What did she want from this website, which would have been one of perhaps a dozen UK infant school websites in 1998, had it ever existed? She&amp;#39;d have been happy with a handful of pages with a couple of images.&lt;/p&gt;
&lt;p&gt;Had I created a handful of pages I could see a future where I got a small contract with Suffolk County Council, slowly learned my trade, and spent the 2000s making a fortune as an independent web developer.&lt;/p&gt;
&lt;p&gt;Unfortunately, I had Dreamweaver. Dazzled by this technology, I tried to develop something &lt;em&gt;way&lt;/em&gt; beyond my skills. I remember trying to work out some sort of fancy breadcrumb solution. 1998, remember. The internet existed but there was nothing on it. Nobody to tell me what to do.&lt;/p&gt;
&lt;h2 id=&quot;so-i-just-gave-up&quot;&gt;So I just gave up&lt;/h2&gt;
&lt;p&gt;That&amp;#39;s what I did. I just … stopped. There was never a website. I don&amp;#39;t even remembering telling her that I couldn&amp;#39;t do it, it just fizzled out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Start small&lt;/strong&gt;. Small is achievable. Just do some minimal version. Make &lt;em&gt;a thing&lt;/em&gt; that works. Make it good – I&amp;#39;m not saying churn out rubbish – but make it &lt;em&gt;minimal&lt;/em&gt;. Now, did people like it? Did you enjoy making it? Okay, now learn a bit more and make it better. And now keep doing that.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>A nice surprise in Things</title><link>https://johnnydecimal.com/blog/0196-a-nice-surprise-in-things/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0196-a-nice-surprise-in-things/</guid><description>I was feeling organised and smug. Until I wasn&apos;t.</description><pubDate>Thu, 14 May 2026 03:22:32 GMT</pubDate><content:encoded>&lt;p&gt;After 6 months of following the process from the &lt;a href=&quot;https://johnnydecimal.com/jdu/taskpm&quot;&gt;Task and Project Management&lt;/a&gt; course, the only item in my &lt;a href=&quot;https://culturedcode.com/things/&quot;&gt;Things&lt;/a&gt; Today view was my start-the-day routine. No category reviews or other cruft. A treat. 😃&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been diligent about pushing less-important category reviews out to a longer repeat interval. They must have &amp;#39;shaken out&amp;#39; to the right cadence now. I didn&amp;#39;t want to get review fatigue – I&amp;#39;d rather see them less, but spend quality time when we&amp;#39;re together.&lt;/p&gt;
&lt;p&gt;And I&amp;#39;m getting better at not dumping tasks in Today and letting them pile up because everything is urgent (it&amp;#39;s not) and I&amp;#39;ll do it all today (I won&amp;#39;t). I&amp;#39;m careful with Today now and try to schedule achievable to-dos so it (me) doesn&amp;#39;t get sad.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s weird that I don&amp;#39;t have &lt;em&gt;any&lt;/em&gt; to-dos in there though. But we just finished a big project so I&amp;#39;m being nice to myself this week.&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A screenshot of Lucy&apos;s Today view in the Things app with only her start-the-day routine showing.&quot; fetchpriority=&quot;high&quot; height=&quot;491&quot; loading=&quot;eager&quot; src=&quot;https://johnnydecimal.com/blog/0196A-Lucys-Things-with-nothing-in-it-1512x982@2x.png&quot; width=&quot;756&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; Figure 0196A. An almost-empty Today view in Lucy&amp;#39;s Things app - what a treat. &lt;/figcaption&gt; &lt;/figure&gt;
&lt;h2 id=&quot;this-left-me-feeling-organised-and-smug&quot;&gt;This left me feeling organised and smug&lt;/h2&gt;
&lt;p&gt;Until I went to join our first &lt;a href=&quot;https://johnnydecimal.com/sbs&quot;&gt;Small Business&lt;/a&gt; Zoom call at 6am. And Zoom wouldn&amp;#39;t let me in until I&amp;#39;d done a large software update that took ages. And made me late and feel unprofessional. Now I&amp;#39;m the annoying person on Zoom who isn&amp;#39;t organised (my sincere apologies to Lyra).&lt;/p&gt;
&lt;p&gt;And so I return to my Things-safety-net with my tail between my legs and add a new repeating task in &lt;code&gt;14 Technology&lt;/code&gt; so it won&amp;#39;t happen again.&lt;sup&gt;&lt;a href=&quot;#user-content-fn-safety-net&quot; id=&quot;user-content-fnref-safety-net&quot; data-footnote-ref=&quot;true&quot; aria-describedby=&quot;footnote-label&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;figure class=&quot;figure jdimage jdimage--auto-dark jdimage--drop-shadow&quot;&gt; &lt;picture&gt;  &lt;img class=&quot;figure__inner&quot; alt=&quot;A screenshot of Lucy&apos;s Things app with a new repeating task that says Open Zoom regularly and ensure it’s up to date, or else.&quot; fetchpriority=&quot;high&quot; height=&quot;864&quot; loading=&quot;eager&quot; src=&quot;https://johnnydecimal.com/blog/0196B-Lucys-new-repeating-reminder-cropped-1890x1728@2x.png&quot; width=&quot;945&quot;&gt; &lt;/picture&gt; &lt;figcaption class=&quot;figure__caption&quot;&gt; Figure 0196B. A new repeating task to ensure Zoom stays up to date. &lt;/figcaption&gt; &lt;/figure&gt;
&lt;div data-footnotes=&quot;true&quot; class=&quot;footnotes&quot;&gt;&lt;h2 class=&quot;sr-only&quot; id=&quot;footnote-label&quot;&gt;Footnotes&lt;/h2&gt;
&lt;ol&gt;
&lt;li id=&quot;user-content-fn-safety-net&quot;&gt;
&lt;p&gt;Note that this repeating task will always appear in Today even if the overall category-review interval for &lt;code&gt;14 Technology&lt;/code&gt; isn&amp;#39;t as often. &lt;a href=&quot;#user-content-fnref-safety-net&quot; data-footnote-backref=&quot;&quot; aria-label=&quot;Back to reference 1&quot; class=&quot;data-footnote-backref footnoteBackLink&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</content:encoded><dc:creator>Lucy</dc:creator></item><item><title>Position statement: AI-generated apps</title><link>https://johnnydecimal.com/blog/0195-position-statement-ai-generated-apps/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0195-position-statement-ai-generated-apps/</guid><description>Everyone can make an app now. As a result, it&apos;s unlikely that yours is very interesting. Sorry.</description><pubDate>Wed, 13 May 2026 02:41:53 GMT</pubDate><content:encoded>&lt;p&gt;So that I have an artefact that I can send to people, or link to when I want to explain my position, here&amp;#39;s how I feel about AI-generated apps. If I&amp;#39;ve sent you this link, it isn&amp;#39;t personal. Please don&amp;#39;t take it as such (even though I&amp;#39;ve written it with a heavy dose of snark). :-)&lt;/p&gt;
&lt;h2 id=&quot;before-now&quot;&gt;Before now&lt;/h2&gt;
&lt;p&gt;Before, nobody could make an app. Well, a handful of really specialised software engineers could. But you couldn&amp;#39;t.&lt;/p&gt;
&lt;p&gt;So, apps were special. An app that did a thing that you needed it to do was probably worthy of attention. Maybe it wasn&amp;#39;t any good, but still: an app! Someone spent &lt;em&gt;hundreds of hours&lt;/em&gt; making it. Worth a look.&lt;/p&gt;
&lt;h2 id=&quot;everyone-can-make-an-app&quot;&gt;Everyone can make an app&lt;/h2&gt;
&lt;p&gt;Now, essentially anyone can make an app. &lt;em&gt;Hey Claude, make an app&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;What does that mean for &lt;em&gt;your&lt;/em&gt; app, that you made? It means that I&amp;#39;m probably not going to look at it, and you shouldn&amp;#39;t expect anyone else to care either. Sorry.&lt;/p&gt;
&lt;p&gt;This might be unfair! You might have made The Best App. But so has everyone else. And everyone else wants people to check out &lt;em&gt;their&lt;/em&gt; app and, well, you can see how that doesn&amp;#39;t scale.&lt;/p&gt;
&lt;h2 id=&quot;enjoy-your-own-app&quot;&gt;Enjoy your own app&lt;/h2&gt;
&lt;p&gt;I&amp;#39;m not criticising AI-generated apps. It&amp;#39;s amazing that you can make an app. What a time we live in.&lt;/p&gt;
&lt;p&gt;But don&amp;#39;t expect anyone else to care. They&amp;#39;re busy. Making apps.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>Spend time with your own words</title><link>https://johnnydecimal.com/blog/0194-spend-time-with-your-own-words/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0194-spend-time-with-your-own-words/</guid><description>You can&apos;t hope to understand something unless you put the work in.</description><pubDate>Wed, 13 May 2026 01:39:10 GMT</pubDate><content:encoded>&lt;p&gt;Yesterday me and Lucy spent the day going through categories &lt;code&gt;21 Products (etc.)&lt;/code&gt; and &lt;code&gt;31 Marketing (etc.)&lt;/code&gt; in our own small business JDex. They&amp;#39;re where the bulk of our stuff is, and they&amp;#39;d been neglected as we spent a few months with our heads down &lt;a href=&quot;https://johnnydecimal.com/blog/0193&quot;&gt;rebuilding this site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s about 23,000 words across those two folders in maybe 100 separate notes. It was a bit of a chore, honestly. But it needed doing, and I&amp;#39;m glad we did it. Because that&amp;#39;s my business in there. Ideas that I&amp;#39;ve had, patterns, thoughts, notes-for-future-me. Yesterday morning I didn&amp;#39;t really know what was in there. Now I do.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think there&amp;#39;s a way to shortcut that work. I know it can be tempting to get &lt;em&gt;the machine&lt;/em&gt; to do it for you, but would that move you forward? Would you now be in a better situation than we were yesterday morning? I don&amp;#39;t think you would be.&lt;/p&gt;
&lt;p&gt;They&amp;#39;re your words. They&amp;#39;re thoughts that came out of your brain. If they&amp;#39;re worth anything at all, spend some time with them.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item><item><title>A new website, and a focus on small business</title><link>https://johnnydecimal.com/blog/0193-a-new-website-and-focus-on-sbs/</link><guid isPermaLink="true">https://johnnydecimal.com/blog/0193-a-new-website-and-focus-on-sbs/</guid><description>Big news.</description><pubDate>Sat, 09 May 2026 04:02:40 GMT</pubDate><content:encoded>&lt;p&gt;For me, looking back through this website’s version history is like watching the final scenes of &lt;em&gt;Interstellar&lt;/em&gt;. Years fly by; visuals of who we were two, three years ago. Three years feels so close but then you &lt;a href=&quot;https://web.archive.org/web/20230428133318/https://johnnydecimal.com/&quot;&gt;see this page&lt;/a&gt; and: &lt;em&gt;no&lt;/em&gt;, it just can’t be! That page looks so &lt;em&gt;old&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;And so it is again. What started as an ID born in Japan – &lt;code&gt;41.14 New design language&lt;/code&gt; – became an all-consuming project. As they do. I don’t even remember when it happened. One day I &lt;em&gt;wasn’t&lt;/em&gt; rewriting all of our websites, the next day I was, and the git history tells me that was about 10 weeks ago. Time has lost all meaning.&lt;/p&gt;
&lt;p&gt;The major change is that there’s just one website now: &lt;a href=&quot;https://johnnydecimal.com&quot;&gt;johnnydecimal.com&lt;/a&gt;. Last year I created JDHQ as its own thing because at the time integrating it with the main site would have been impossibly difficult. But the goal was never to have two websites.&lt;/p&gt;
&lt;p&gt;I still like the term ‘JDHQ’, and will continue to use it to refer to the interactive parts of the site: the bits where you sign in and do a thing. (You can &lt;a href=&quot;https://johnnydecimal.com/sign-up/#pricing-email&quot;&gt;create a free account&lt;/a&gt; now.) It has a bright future; more below.&lt;/p&gt;
&lt;h2 id=&quot;a-focus-on-small-business&quot;&gt;A focus on small business&lt;/h2&gt;
&lt;p&gt;Before I talk more about the website, a point that I think is more important. We’ve made a decision to focus all of &lt;em&gt;our&lt;/em&gt; efforts, as a business, on helping other small businesses.&lt;/p&gt;
&lt;p&gt;There’s so much overhead when you run a business, and when you’re small, you have to do it all yourself. With last year’s &lt;a href=&quot;https://johnnydecimal.com/sbs/&quot;&gt;Small Business System&lt;/a&gt; (SBS) we hoped to give you a space to put everything: a hundred less decisions to make. Our dream was always to expand to become your ‘operations layer’, to provide you ops manuals and guidance and support. So that’s what we’ll be doing from now.&lt;/p&gt;
&lt;p&gt;You’ll find a calendar you can subscribe to in the sidebar of your SBS. The first events – 4× welcome Zoom sessions spread across timezones – are scheduled for next week. There’s also a WhatsApp group for our small business customers. Our job now is to support you: to make your life easier. Tell us what you need to succeed.&lt;/p&gt;
&lt;p&gt;Information will still flow to the rest of the system. Problems solved for small business are problems we all face; tools built to help them will help you at home.&lt;/p&gt;
&lt;h2 id=&quot;no-more-numbers&quot;&gt;No more numbers&lt;/h2&gt;
&lt;p&gt;The previous site assigned an ID to every page. This was a cute affectation – and that sidebar table of contents was a crowd favourite – but ironically limiting.&lt;/p&gt;
&lt;p&gt;The Johnny.Decimal system wasn’t designed to hold a preset list of pages in a specific order, but that’s what the old site did. This is in direct conflict with one of the major benefits of the web over print: you can update a website whenever you want. By giving each page a number, I inadvertently made the old site behave like a book.&lt;/p&gt;
&lt;p&gt;As a result, it scarcely changed. There’s content that I haven’t published because I would have had to figure out how to fit it into the structure. That’s no way to run a website. So the numbers have gone.&lt;/p&gt;
&lt;p&gt;(Technically, we do still have an ID for each page on the site. These are IDs in my own SBS and they allow us to store the artefacts for each page, e.g. the diagrams. You’ll see these IDs in the figure reference numbers. They’re meaningless and confer no order; which is how it’s meant to be.)&lt;/p&gt;
&lt;h2 id=&quot;aspirationally-calm&quot;&gt;‘Aspirationally calm’&lt;/h2&gt;
&lt;p&gt;Our design goal was to make a place of calm. The internet is very shouty these days. There’s a lot competing for your attention. I wanted our place to be somewhere you could relax.&lt;/p&gt;
&lt;p&gt;So there’s a lot more room. And maybe less of what gave the old site ‘character’? The ▒ shade characters at the start of headers have gone. The thick borders have gone. The line-drawing ‘brackets’ around navigation items have gone. We did try adding some of that back, but every time we decided: no. Too busy.&lt;/p&gt;
&lt;p&gt;I’ve been using this design for a month or so and when I go back to the old sites they’re jarring. We refer to them as ‘the old clunkers’. The new place is cohesive, I hope. It’s simple. Because Johnny.Decimal’s job isn’t to get in your face and be all clever. It’s to help you get your work done and then get out of the way.&lt;/p&gt;
&lt;h2 id=&quot;next&quot;&gt;Next&lt;/h2&gt;
&lt;p&gt;I have a &lt;em&gt;lot&lt;/em&gt; of plans for JDHQ. This section got long, so I &lt;a href=&quot;https://youtu.be/ccOtZPBi0tQ&quot;&gt;recorded a roadmap video&lt;/a&gt;. I’ll do these at the start of every month from now.&lt;/p&gt;
&lt;h2 id=&quot;housekeeping&quot;&gt;Housekeeping&lt;/h2&gt;
&lt;p&gt;Until an hour ago, there were 4 mailing lists: the ‘public’ list that anyone could sign up to, and a list for each of our products. These latter lists were intended for product updates, but I never used them.&lt;/p&gt;
&lt;p&gt;I’ve collapsed the lists. There’s just one now and if you got an email today, you’re on it. If you don’t want to be, there&amp;#39;s an unsubscribe link in the footer.&lt;/p&gt;
&lt;p&gt;The site now has an &lt;a href=&quot;https://johnnydecimal.com/support/updates/&quot;&gt;updates page&lt;/a&gt; whose entries appear in the RSS feed. The RSS feed remains the best way of keeping up to date – see &lt;a href=&quot;https://johnnydecimal.com/blog/0118-rss/&quot;&gt;RSS: a public service announcement&lt;/a&gt; if you don’t know how it works.&lt;/p&gt;
&lt;h2 id=&quot;thank-you&quot;&gt;Thank you&lt;/h2&gt;
&lt;p&gt;We can only do this with your continued support. Thank you – especially to those of you who become lifetime members. It makes a massive difference.&lt;/p&gt;
&lt;p&gt;I say it every time, and I’ll say it again: tell us what you need. You ask, we make.&lt;/p&gt;
&lt;p&gt;j.&lt;/p&gt;</content:encoded><dc:creator>Johnny</dc:creator></item></channel></rss>