<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>David Jarman's Blog</title><link href="https://davidjarman.net/" rel="alternate"/><id>https://davidjarman.net/</id><author><name>David Jarman</name></author><updated>2026-02-03T04:44:20.0876350+00:00</updated><entry><id>https://davidjarman.net/archive/2026/02/02/we-are-the-art</id><title>We are the art by Brandon Sanderson</title><updated>2026-02-03T04:44:20.0876350+00:00</updated><content type="html">&lt;div&gt;Brandon Sanderson offers his view on why AI art is not art. I highly recommend watching the whole video, it’s very entertaining and he makes a lot of good points from the perspective of those who make art.&lt;br&gt;&lt;br&gt;I’m more of a consumer than a creator (although I do play guitar which scratches the itch), and my view on art and AI is that what makes art valuable to me is the context in which the art is made. It’s why I can hear the same song played by two different musicians and one version moves you more than another.&lt;br&gt;&lt;br&gt;My example of this is listening to Townes Van Zandt play covers of songs, and they hit different. Knowing who he was as a person and the struggles he had throughout life really change how you experience a song. The pain is something you can hear in a raspy voice that is the result of years of smoking and hard living.&lt;br&gt;&lt;br&gt;To echo, but slightly modify, Brandon’s point here, no matter how good AI gets at making art, it won’t have the same impact on me as a consumer because it’s completely void of any context that would give it meaning.&amp;nbsp;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2026/02/02/we-are-the-art" rel="alternate"/><published>2026-02-03T04:44:20.0876350+00:00</published><category term="pontificating" /><category term="ai" /></entry><entry><id>https://davidjarman.net/archive/2026/01/31/blog-feature-paging</id><title>New blog feature: paging</title><updated>2026-02-01T04:20:55.4425830+00:00</updated><content type="html">&lt;div&gt;When scrolling to the bottom of the home page, you now should see an &quot;older posts&quot; button which will take you to the next page of posts. This feature has been on my TODO list since day 1 and am happy it&#39;s finally implemented. It&#39;s much easier now that all posts are cached in memory in the blog, so I can just use LINQ statements to &quot;Skip&quot; and &quot;Take&quot; over the full post collection to emulate paging.&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2026/01/31/blog-feature-paging" rel="alternate"/><published>2026-02-01T04:20:55.4425830+00:00</published><category term="colophon" /><category term="dev-notes" /></entry><entry><id>https://davidjarman.net/archive/2026/01/09/claude-code-notifications-wsl</id><title>Get notifications from Claude Code on Windows with WSL</title><updated>2026-01-09T23:36:56.4094330+00:00</updated><content type="html">&lt;div&gt;I&#39;ve been looking for a way to get notified when Claude Code needs my input or is finished. Big shout out to u/Ok-Engineering2612 on Reddit for this post:&amp;nbsp; &lt;a href=&quot;https://www.reddit.com/r/ClaudeAI/comments/1m2qscz/wsl_toast_notifications_with_hooks_in_claude_code/&quot;&gt;WSL Toast Notifications with Hooks in Claude Code : r/ClaudeAI&lt;/a&gt;. I had been trying to do the same thing with BurntToast but I forget the way WSL interops with Windows.&lt;br&gt;&lt;br&gt;The settings from the Reddit thread did need a little tweaking ($PAYLOAD is no longer supported and now Claude Code sends the JSON structure via stdin). Here&#39;s my change to the command:&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;pre&gt; &quot;command&quot;: &quot;input=$(cat) &amp;amp;&amp;amp; powershell.exe -NoProfile -Command \&quot;Import-Module BurntToast; New-BurntToastNotification -Text &#39;Claude Code Notification&#39;, &#39;$(echo \&quot;$input\&quot; | jq -r &#39;.message&#39;)&#39;\&quot;&quot;&lt;/pre&gt;&lt;div&gt;Here is the full documentation for hooks:&amp;nbsp;&lt;a href=&quot;https://code.claude.com/docs/en/hooks#notification-input&quot;&gt;Hooks reference&lt;/a&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2026/01/09/claude-code-notifications-wsl" rel="alternate"/><published>2026-01-09T23:31:51.4534450+00:00</published><category term="wsl" /><category term="claude" /><category term="ai" /><category term="windows" /></entry><entry><id>https://davidjarman.net/archive/2026/01/07/file-pilot</id><title>File Pilot - Fast file explorer for Windows</title><updated>2026-01-08T15:06:20.7990520+00:00</updated><content type="html">&lt;div&gt;It’s 2026 and you can buy a lightweight, super fast file explorer for windows for $250. I kind of love it.&lt;br&gt;&lt;br&gt;The price obviously seems really high for a file explorer, but apparently it’s taken the developer 3 years to get to this point. You can also pay $50 but that only gets you a years worth of updates.&lt;br&gt;&lt;br&gt;This project has got me thinking about an alternate reality where you have to pay for basic features of the OS. What if each program like notepad, paint, or task manager were priced this way? Or worse you had to pay a subscription! I’m actually shocked we didn’t end up in this world. Thankfully nerds write software for the love of the game and give it away. This puts downward pressure on the bugs corps to not nickel and dime software. All that said, I’m happy the file pilot dev values their own work and has priced this tool accordingly. If nothing else, I think it shows the windows team how software should run (fast) with few dependencies.&lt;br&gt;&lt;br&gt;&lt;figure data-trix-attachment=&quot;{&amp;quot;contentType&amp;quot;:&amp;quot;image/jpeg&amp;quot;,&amp;quot;filename&amp;quot;:&amp;quot;IMG_7526.jpeg&amp;quot;,&amp;quot;filesize&amp;quot;:364870,&amp;quot;height&amp;quot;:1080,&amp;quot;href&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2026/01/08/03/42/23/IMG_7526.png&amp;quot;,&amp;quot;url&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2026/01/08/03/42/23/IMG_7526.png&amp;quot;,&amp;quot;width&amp;quot;:1080}&quot; data-trix-content-type=&quot;image/jpeg&quot; data-trix-attributes=&quot;{&amp;quot;caption&amp;quot;:&amp;quot;Screenshot&amp;quot;,&amp;quot;presentation&amp;quot;:&amp;quot;gallery&amp;quot;}&quot; class=&quot;attachment attachment--preview attachment--jpeg&quot;&gt;&lt;a href=&quot;https://linkblog.blob.core.windows.net/images/2026/01/08/03/42/23/IMG_7526.png&quot;&gt;&lt;img src=&quot;https://linkblog.blob.core.windows.net/images/2026/01/08/03/42/23/IMG_7526.png&quot; width=&quot;1080&quot; height=&quot;1080&quot;&gt;&lt;figcaption class=&quot;attachment__caption attachment__caption--edited&quot;&gt;Screenshot&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2026/01/07/file-pilot" rel="alternate"/><published>2026-01-08T03:41:04.2778750+00:00</published><category term="windows" /><category term="software" /></entry><entry><id>https://davidjarman.net/archive/2026/01/05/dotnet-dev-wsl-ubuntu</id><title>Setting up a dotnet dev environment with WSL and Ubuntu 24.04</title><updated>2026-01-06T17:32:13.2976590+00:00</updated><content type="html">&lt;div&gt;I just knew 2026 was going to start off this way... A complicated setup to do something that should be simple.&lt;br&gt;&lt;br&gt;Ok, so you want to do some .NET dev work with &lt;a href=&quot;https://learn.microsoft.com/en-us/windows/wsl/about&quot;&gt;WSL&lt;/a&gt;? Better not choose Ubuntu 24.04 as your distro. I guess this version doesn&#39;t ship with some important packages that are needed to make some interop work between Windows and Linux. Anyways, let&#39;s get to the steps!&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Configure Git for authentication with Azure DevOps&lt;/strong&gt;&amp;nbsp;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Make sure you have installed Git For Windows on your host machine. Your git installed in Linux will need to use the credential manager in Windows.&lt;/li&gt;&lt;li&gt;Configure the credential helper: git config --global credential.helper &quot;/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe&quot;&lt;/li&gt;&lt;li&gt;Configure using HTTP: git config --global credential.https://dev.azure.com.useHttpPath true&lt;/li&gt;&lt;li&gt;Clone a repo hosted in Azure DevOps&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;strong&gt;Install Dotnet&lt;/strong&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Install dotnet: wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh &amp;amp;&amp;amp; chmod +x ./dotnet-install.sh &amp;amp;&amp;amp; ./dotnet-install.sh --jsonfile global.json&lt;/li&gt;&lt;li&gt;Edit ~/.bashrc to add dotnet to the PATH&lt;/li&gt;&lt;/ol&gt;&lt;pre&gt;export DOTNET_ROOT=$HOME/.dotnet
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools&lt;/pre&gt;&lt;div&gt;&amp;nbsp;&lt;strong&gt;Configure dotnet for authentication with Azure DevOps&lt;/strong&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Install &lt;a href=&quot;https://github.com/microsoft/artifacts-credprovider&quot;&gt;Artifacts CredProvider&lt;/a&gt;: wget -qO- https://aka.ms/install-artifacts-credprovider.sh | bash&lt;/li&gt;&lt;li&gt;Set environment variable in ~/.bashrc to force a dialog to popup for authentication so you don&#39;t end up using Device Flow (which some tenants, like mine, disallow)&lt;/li&gt;&lt;/ol&gt;&lt;pre&gt;export NUGET_CREDENTIALPROVIDER_FORCE_CANSHOWDIALOG_TO=true&lt;/pre&gt;&lt;div&gt;&lt;strong&gt;Install packages that allow the browser to be opened from MSAL&lt;br&gt;&lt;/strong&gt;This part is crucial. When you run dotnet restore --interactive, MSAL will want to open your system&#39;s browser so you can use OAuth to sign in and provide credentials for your Azure DevOps instance. Install these packages, which no longer ship with Ubuntu:&lt;/div&gt;&lt;ol&gt;&lt;li&gt;apt update&lt;/li&gt;&lt;li&gt;apt install xdg-utils&lt;/li&gt;&lt;li&gt;apt install wslu&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;a href=&quot;https://github.com/wslutilities/wslu&quot;&gt;wslu&lt;/a&gt; is a discontinued project that consisted of utilities for WSL and xdg-open is a program that will open the system&#39;s browser.&lt;br&gt;&lt;br&gt;&lt;strong&gt;Edit: If WSL interop stops working&lt;br&gt;&lt;/strong&gt;You may need to add a WSL interop config (&lt;a href=&quot;https://github.com/microsoft/WSL/issues/8843#issuecomment-1337127239&quot;&gt;source&lt;/a&gt;)&lt;/div&gt;&lt;pre&gt;sudo vim /usr/lib/binfmt.d/WSLInterop.conf
Add this line:
:WSLInterop:M::MZ::/init:PF&lt;/pre&gt;&lt;div&gt;Then, restart systemd-binfmt&lt;/div&gt;&lt;pre&gt;sudo systemctl restart systemd-binfmt &lt;/pre&gt;&lt;div&gt;&lt;strong&gt;Final step&lt;/strong&gt;&lt;/div&gt;&lt;pre&gt;dotnet restore --interactive&lt;/pre&gt;&lt;div&gt;This should open your browser and you can sign in and restore packages! This only took me a full morning to figure out :(&lt;br&gt;&lt;figure data-trix-attachment=&quot;{&amp;quot;contentType&amp;quot;:&amp;quot;image/gif&amp;quot;,&amp;quot;filename&amp;quot;:&amp;quot;elmo.gif&amp;quot;,&amp;quot;filesize&amp;quot;:1202386,&amp;quot;height&amp;quot;:300,&amp;quot;href&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2026/01/05/21/49/33/elmo.gif&amp;quot;,&amp;quot;url&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2026/01/05/21/49/33/elmo.gif&amp;quot;,&amp;quot;width&amp;quot;:440}&quot; data-trix-content-type=&quot;image/gif&quot; data-trix-attributes=&quot;{&amp;quot;caption&amp;quot;:&amp;quot;me in 2026&amp;quot;,&amp;quot;presentation&amp;quot;:&amp;quot;gallery&amp;quot;}&quot; class=&quot;attachment attachment--preview attachment--gif&quot;&gt;&lt;a href=&quot;https://linkblog.blob.core.windows.net/images/2026/01/05/21/49/33/elmo.gif&quot;&gt;&lt;img src=&quot;https://linkblog.blob.core.windows.net/images/2026/01/05/21/49/33/elmo.gif&quot; width=&quot;440&quot; height=&quot;300&quot;&gt;&lt;figcaption class=&quot;attachment__caption attachment__caption--edited&quot;&gt;me in 2026&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;&lt;br&gt;&lt;a href=&quot;https://www.microsoft.com/en-us/windows-server/blog/2015/05/06/microsoft-loves-linux&quot;&gt;Microsoft Loves Linux - Microsoft Windows Server Blog&lt;/a&gt;&amp;nbsp;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2026/01/05/dotnet-dev-wsl-ubuntu" rel="alternate"/><published>2026-01-05T21:49:52.5319310+00:00</published><category term="programming" /><category term="ubuntu" /><category term="wsl" /><category term="dotnet" /><category term="linux" /></entry><entry><id>https://davidjarman.net/archive/2026/01/04/gifs</id><title>GIFs!</title><updated>2026-01-05T06:28:54.6433640+00:00</updated><content type="html">&lt;div&gt;I added GIF support today. And now that I have to go back to work tomorrow, I’ll be using this one multiple times a day again&lt;br&gt;&lt;br&gt;&lt;figure data-trix-attachment=&quot;{&amp;quot;contentType&amp;quot;:&amp;quot;image/gif&amp;quot;,&amp;quot;filename&amp;quot;:&amp;quot;IMG_7524.gif&amp;quot;,&amp;quot;filesize&amp;quot;:938572,&amp;quot;height&amp;quot;:300,&amp;quot;href&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2026/01/05/06/28/31/IMG_7524.gif&amp;quot;,&amp;quot;url&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2026/01/05/06/28/31/IMG_7524.gif&amp;quot;,&amp;quot;width&amp;quot;:440}&quot; data-trix-content-type=&quot;image/gif&quot; data-trix-attributes=&quot;{&amp;quot;caption&amp;quot;:&amp;quot;Elmo Fire&amp;quot;,&amp;quot;presentation&amp;quot;:&amp;quot;gallery&amp;quot;}&quot; class=&quot;attachment attachment--preview attachment--gif&quot;&gt;&lt;a href=&quot;https://linkblog.blob.core.windows.net/images/2026/01/05/06/28/31/IMG_7524.gif&quot;&gt;&lt;img src=&quot;https://linkblog.blob.core.windows.net/images/2026/01/05/06/28/31/IMG_7524.gif&quot; width=&quot;440&quot; height=&quot;300&quot;&gt;&lt;figcaption class=&quot;attachment__caption attachment__caption--edited&quot;&gt;Elmo Fire&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2026/01/04/gifs" rel="alternate"/><published>2026-01-05T06:28:54.6433640+00:00</published><category term="gifs" /></entry><entry><id>https://davidjarman.net/archive/2026/01/04/llm-side-effects</id><title>LLMs - unexpected side effects</title><updated>2026-01-04T16:25:27.1822590+00:00</updated><content type="html">&lt;div&gt;+1 to what Simon is saying. I’ve been able to do a lot more on side projects now especially as a busy parent. I will kick off a prompt on Claude code (on my phone sometimes with Claude code web) and then go back to playing with my daughter or cooking or dishes. I can prototype ideas I have and look at the results whenever I have time. It’s really made me fall in love with programming again! I just wish I could find a better workflow for it at work. I’m struggling to get out of the “small toy projects” phase and into using it on larger projects. Probably less of a me problem and more of a tech / organization problem.&amp;nbsp;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2026/01/04/llm-side-effects" rel="alternate"/><published>2026-01-04T16:23:49.4273400+00:00</published><category term="llms" /><category term="claude" /><category term="ai" /></entry><entry><id>https://davidjarman.net/archive/2025/12/30/split-mkv-by-chapter-ffmpeg</id><title>Splitting MKV files by chapter using ffmpeg</title><updated>2025-12-31T04:26:21.6286170+00:00</updated><content type="html">&lt;div&gt;Created a small PowerShell scripts to split up MKV files by chapters. I wanted to avoid downloading yet another tool (handbrake or MKVToolNix) and I like the idea that I can use ffmpeg to do everything. For context, I have a DVD of Weird Al&#39;s ultimate music video collection that I got in middle school that I want available in Plex. I used MakeMKV to rip the DVD but all the music videos are in a single file, separated by chapters. &lt;br&gt;&lt;br&gt;&lt;figure data-trix-attachment=&quot;{&amp;quot;contentType&amp;quot;:&amp;quot;image/png&amp;quot;,&amp;quot;filename&amp;quot;:&amp;quot;image.png&amp;quot;,&amp;quot;filesize&amp;quot;:215711,&amp;quot;height&amp;quot;:357,&amp;quot;href&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2025/12/31/04/26/13/image.png&amp;quot;,&amp;quot;url&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2025/12/31/04/26/13/image.png&amp;quot;,&amp;quot;width&amp;quot;:250}&quot; data-trix-content-type=&quot;image/png&quot; data-trix-attributes=&quot;{&amp;quot;caption&amp;quot;:&amp;quot;Weird Al&amp;quot;,&amp;quot;presentation&amp;quot;:&amp;quot;gallery&amp;quot;}&quot; class=&quot;attachment attachment--preview attachment--png&quot;&gt;&lt;a href=&quot;https://linkblog.blob.core.windows.net/images/2025/12/31/04/26/13/image.png&quot;&gt;&lt;img src=&quot;https://linkblog.blob.core.windows.net/images/2025/12/31/04/26/13/image.png&quot; width=&quot;250&quot; height=&quot;357&quot;&gt;&lt;figcaption class=&quot;attachment__caption attachment__caption--edited&quot;&gt;Weird Al&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/12/30/split-mkv-by-chapter-ffmpeg" rel="alternate"/><published>2025-12-31T04:25:47.7829890+00:00</published><category term="tools" /><category term="powershell" /><category term="ffmpeg" /></entry><entry><id>https://davidjarman.net/archive/2025/12/26/yoto-player-image-gen</id><title>Yoto Player Image Converter</title><updated>2025-12-26T17:59:55.7703320+00:00</updated><content type="html">&lt;div&gt;Santa brought my daughter a &lt;a href=&quot;https://us.yotoplay.com/&quot;&gt;Yoto player&lt;/a&gt; so she can choose the music she listens to. The music is linked to cards that you insert to the player. The cards don&#39;t hold any actual data are instead just an NFC chip that tells the player what music and artwork to download and play. It&#39;s a clever little device and I really like it so far. Another great feature is that you can create custom cards from MP3s and your own pixel artwork. &lt;br&gt;&lt;br&gt;My daughter is obsessed with Marty Robbins &quot;Gunfighter Ballads and Trail Songs&quot;. It&#39;s a really great album that we listen to on vinyl all the time. So my first task on Christmas was to load a custom card with the album and make some custom artwork. I won&#39;t go into detail on how I did the MP3s, but for the background image, I decided to vibe code a tool to take an image and downscale it to a 16x16 pixel png file. I used Claude Code to create the tool and had to go through quite a few iterations to work the bugs out of the crop selection tool.&lt;br&gt;&lt;br&gt;Anyways, here is the final result showing good ol&#39; Marty going for his &quot;Big Iron&quot; on the Yoto!&lt;br&gt;&lt;figure data-trix-attachment=&quot;{&amp;quot;contentType&amp;quot;:&amp;quot;image/jpeg&amp;quot;,&amp;quot;filename&amp;quot;:&amp;quot;C574CE5A-C745-4BDB-970E-68E8C483E764_1_102_o.jpeg&amp;quot;,&amp;quot;filesize&amp;quot;:958287,&amp;quot;height&amp;quot;:2048,&amp;quot;href&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2025/12/26/17/52/33/C574CE5A-C745-4BDB-970E-68E8C483E764_1_102_o.png&amp;quot;,&amp;quot;url&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2025/12/26/17/52/33/C574CE5A-C745-4BDB-970E-68E8C483E764_1_102_o.png&amp;quot;,&amp;quot;width&amp;quot;:1536}&quot; data-trix-content-type=&quot;image/jpeg&quot; data-trix-attributes=&quot;{&amp;quot;caption&amp;quot;:&amp;quot;Yoto Player Background&amp;quot;,&amp;quot;presentation&amp;quot;:&amp;quot;gallery&amp;quot;}&quot; class=&quot;attachment attachment--preview attachment--jpeg&quot;&gt;&lt;a href=&quot;https://linkblog.blob.core.windows.net/images/2025/12/26/17/52/33/C574CE5A-C745-4BDB-970E-68E8C483E764_1_102_o.png&quot;&gt;&lt;img src=&quot;https://linkblog.blob.core.windows.net/images/2025/12/26/17/52/33/C574CE5A-C745-4BDB-970E-68E8C483E764_1_102_o.png&quot; width=&quot;1536&quot; height=&quot;2048&quot;&gt;&lt;figcaption class=&quot;attachment__caption attachment__caption--edited&quot;&gt;Yoto Player Background&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/12/26/yoto-player-image-gen" rel="alternate"/><published>2025-12-26T17:59:55.7703320+00:00</published><category term="tools" /><category term="hacks" /><category term="toys" /></entry><entry><id>https://davidjarman.net/archive/2025/12/17/aspire-13-1</id><title>Aspire 13.1</title><updated>2025-12-18T06:27:46.6208460+00:00</updated><content type="html">&lt;div&gt;Another minor release from the Aspire team. I&#39;ve updated the blog to use it, which you can see here: &lt;a href=&quot;https://github.com/david-jarman/link-blog/pull/8&quot;&gt;https://github.com/david-jarman/link-blog/pull/8&lt;/a&gt;&lt;br&gt;&lt;br&gt;Here&#39;s the main highlight for me:&lt;br&gt;&lt;br&gt;&lt;strong&gt;Automatic instance deletion&lt;/strong&gt; - I&#39;m always running multiple shell instances and often I&#39;ll forget I already had aspire running somewhere else. This new feature will let me run aspire again from anywhere and stop the other instance instead of getting an error!&lt;br&gt;&lt;br&gt;&lt;figure data-trix-attachment=&quot;{&amp;quot;contentType&amp;quot;:&amp;quot;image/png&amp;quot;,&amp;quot;filename&amp;quot;:&amp;quot;autodelete.png&amp;quot;,&amp;quot;filesize&amp;quot;:48928,&amp;quot;height&amp;quot;:210,&amp;quot;href&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2025/12/18/06/21/57/autodelete.png&amp;quot;,&amp;quot;url&amp;quot;:&amp;quot;https://linkblog.blob.core.windows.net/images/2025/12/18/06/21/57/autodelete.png&amp;quot;,&amp;quot;width&amp;quot;:1184}&quot; data-trix-content-type=&quot;image/png&quot; data-trix-attributes=&quot;{&amp;quot;caption&amp;quot;:&amp;quot;Screenshot&amp;quot;,&amp;quot;presentation&amp;quot;:&amp;quot;gallery&amp;quot;}&quot; class=&quot;attachment attachment--preview attachment--png&quot;&gt;&lt;a href=&quot;https://linkblog.blob.core.windows.net/images/2025/12/18/06/21/57/autodelete.png&quot;&gt;&lt;img src=&quot;https://linkblog.blob.core.windows.net/images/2025/12/18/06/21/57/autodelete.png&quot; width=&quot;1184&quot; height=&quot;210&quot;&gt;&lt;figcaption class=&quot;attachment__caption attachment__caption--edited&quot;&gt;Screenshot&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/12/17/aspire-13-1" rel="alternate"/><published>2025-12-18T06:27:35.0213820+00:00</published><category term="aspire" /><category term="dotnet" /></entry><entry><id>https://davidjarman.net/archive/2025/12/17/aspire-ef-core-migration</id><title>FYI: Automatically apply EF core migrations in Aspire</title><updated>2025-12-18T05:58:27.4649320+00:00</updated><content type="html">&lt;div&gt;If you are using Aspire and EF core to manage the schema of your database, this documentation is a great starting place to make the two work together.&lt;br&gt;&lt;br&gt;The core concept is that you add a worker service that is dedicated to running migrations, creating the initial database, and seeding data to the database. Essentially any operation that should be performed before the actual web app starts up. I implemented this in the blog this evening with the help of Claude Code while I watched Twin Peaks.&lt;br&gt;&lt;br&gt;One prerequisite was that I had to move my DbContext and Entity classes to a shared library so that the web app and worker services could both access them. I had actually tried to do this when I first created the blog but ran into issues and decided to simplify the design. I first told Claude to separate out the database entities, migrations, and contexts to a separate project. I was surprised how long this actually took. But in the end, something like 20+ files were touched, but all tests passed and the changes looked good.&lt;br&gt;&lt;br&gt;Next, I started a new chat with Claude (/new command), and gave it the same link provided in this post.&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;blockquote&gt;Follow the instructions at the following url to automatically apply migrations when running locally: https://aspire.dev/integrations/databases/efcore/migrations/&lt;/blockquote&gt;&lt;div&gt;It then proceeded to one-shot the changes and everything just worked. Here are the full changes: &lt;a href=&quot;https://github.com/david-jarman/link-blog/pull/7&quot;&gt;https://github.com/david-jarman/link-blog/pull/7&lt;/a&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/12/17/aspire-ef-core-migration" rel="alternate"/><published>2025-12-18T05:58:27.4649320+00:00</published><category term="fyi" /><category term="aspire" /><category term="dotnet" /></entry><entry><id>https://davidjarman.net/archive/2025/12/16/dotnet-outdated-tool</id><title>FYI: dotnet-outdated</title><updated>2025-12-17T04:08:04.2984970+00:00</updated><content type="html">&lt;div&gt;I hate having to update package dependencies in projects. Fortunately there is a handy dotnet tool that will report and update packages that are out of date. I used this to update all the packages in the link-blog source code this evening and was pleasantly surprised it just worked. Only issue I found was that because I create a msbuild property to store the OpenTelemetry version (there are three OTel packages with the same version), the tool updated the PackageVersions directly instead of just updating the property. Not a big deal, and I would have been shocked if it was able to handle a corner case like that.&lt;br&gt;&lt;br&gt;Now I need to see if I can get this to run as a daily CI task.&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/12/16/dotnet-outdated-tool" rel="alternate"/><published>2025-12-17T04:08:04.2984970+00:00</published><category term="fyi" /><category term="tools" /><category term="dependencies" /><category term="dotnet" /></entry><entry><id>https://davidjarman.net/archive/2025/12/13/music-theory-interval-trainer</id><title>Music theory - Interval trainer</title><updated>2025-12-14T04:08:55.6939740+00:00</updated><content type="html">&lt;div&gt;Over the past few months, I have been getting back into playing guitar after a fairly long hiatus. I even started taking guitar lessons. My practice has involved playing a lot of bluegrass fiddle tunes and learning carter-style arrangements of old country and bluegrass songs.&lt;br&gt;&lt;br&gt;Playing bluegrass with others involves playing solos, or &quot;taking breaks&quot;. This just means improvising over the melody of the song. As I&#39;ve been inching closer toward working on my own improvisational skills, I&#39;ve realized that I don&#39;t have as much intuition about what each interval in the chromatic scale truly sounds like. I want to get to the point where I can listen to a song and recognize when the 4th chord is played vs the 5th or in a break when someone adds in a flat 5.&amp;nbsp;&lt;br&gt;&lt;br&gt;To help myself train my ear to recognize each interval, I vibe coded a tool using Claude code. The page has two main parts: play each interval at your own pace and a quiz that will play intervals at random and you have to choose the correct one. I also added some descriptions to the intervals to help myself think about what those intervals feel like. There is also a toggle to show the &quot;blue notes&quot;.&amp;nbsp;&lt;br&gt;&lt;br&gt;This is one part of my journey to being able to both improvise better but also transcribe music faster.&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/12/13/music-theory-interval-trainer" rel="alternate"/><published>2025-12-14T04:08:55.6939740+00:00</published><category term="theory" /><category term="tools" /><category term="hacks" /><category term="music" /></entry><entry><id>https://davidjarman.net/archive/2025/11/12/david-fowler-aspire-version</id><title>Quoting David Fowler</title><updated>2025-11-12T16:57:28.2645220+00:00</updated><content type="html">&lt;blockquote&gt;13 is bigger than 10 and less than 14 and is a prime number. The versioning scheme signifies a break away from .NET versioning and a direction change in the product to be evergreen (latest version is what matters) and going polyglot&lt;/blockquote&gt;&lt;div&gt;- &lt;a href=&quot;https://github.com/davidfowl&quot;&gt;David Fowler&lt;/a&gt;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/11/12/david-fowler-aspire-version" rel="alternate"/><published>2025-11-12T16:57:28.2645220+00:00</published><category term="quotes" /><category term="aspire" /><category term="dotnet" /></entry><entry><id>https://davidjarman.net/archive/2025/11/11/dotnet-10</id><title>.NET 10 release</title><updated>2025-11-12T06:55:54.7400730+00:00</updated><content type="html">&lt;div&gt;Just upgraded the blog to .NET 10 and wanted to quickly jot down my notes before calling it a night.&lt;br&gt;&lt;br&gt;First, I was prompted to do this because I saw Heroku had a blog post about supporting .NET 10: &lt;a href=&quot;https://www.heroku.com/blog/support-for-dotnet-10-lts-what-developers-need-know/&quot;&gt;https://www.heroku.com/blog/support-for-dotnet-10-lts-what-developers-need-know/&lt;/a&gt;. I&#39;m glad they were proactive about supporting it on day 1, but I also don&#39;t love that I have to trust that my hosting provider will add the support.&lt;br&gt;&lt;br&gt;The bulk of the work for upgrading was figuring out where I have references to .NET 9 and replacing them, and then upgrading my Nuget packages. I also upgraded to Aspire 13 (not sure why they went from 9-&amp;gt;13 version).&lt;br&gt;&lt;br&gt;I only ran into one deprecated API (KnownNetworks in my forwarding middleware), but that was an easy fix (just use the new KnownIPNetworks property instead).&lt;br&gt;&lt;br&gt;Seems like everything is still working. Hoping to dive more into the details of .NET 10 the next couple of weeks and give the blog some more love and updates. Maybe even add a search feature and proper paging for posts.&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/11/11/dotnet-10" rel="alternate"/><published>2025-11-12T06:55:54.7400730+00:00</published><category term="dotnet" /></entry><entry><id>https://davidjarman.net/archive/2025/08/23/developers-block</id><title>Dealing with developers block</title><updated>2025-08-23T17:39:29.3046430+00:00</updated><content type="html">&lt;div&gt;This post contains stories I can very much relate with. I use a lot of the mentioned strategies like prototyping as a learning mechanism, but still haven’t totally cracked the code on how to get unstuck other than time and random inspiration.&lt;br&gt;&lt;br&gt;I think getting randomized is a huge source of demotivation for me and that’s not something you can always control. Best thing to do is block off your calendar and mute messages and emails from popping up, and checking those on an hourly basis. But also getting a random task to go learn about something might mean I lose all motivation for the current task and will slow down its completion by 10x or more.&amp;nbsp;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/08/23/developers-block" rel="alternate"/><published>2025-08-23T17:39:29.3046430+00:00</published><category term="advice-to-myself" /></entry><entry><id>https://davidjarman.net/archive/2025/07/18/vibe-coded-hacks</id><title>New subdomain for vibe-coded hacks</title><updated>2025-07-18T16:56:45.0744390+00:00</updated><content type="html">&lt;div&gt;I&#39;ve created a subdomain for this blog to host tools that I vibe code so I can access them anywhere and share them with others. It&#39;s built using &lt;a href=&quot;https://docs.github.com/en/pages&quot;&gt;GitHub Pages&lt;/a&gt; and &lt;a href=&quot;https://jekyllrb.com/&quot;&gt;Jekyll&lt;/a&gt;.&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/07/18/vibe-coded-hacks" rel="alternate"/><published>2025-07-18T16:56:45.0744390+00:00</published><category term="tools" /><category term="hacks" /></entry><entry><id>https://davidjarman.net/archive/2025/05/23/diagrams</id><title>Online text to diagram tools</title><updated>2025-05-24T03:31:09.8630470+00:00</updated><content type="html">&lt;blockquote&gt;A comprehensive list of various text to diagram tools&lt;/blockquote&gt;&lt;div&gt;I love a good curated list. Next time I need to create a diagram, I’m going to look here.&amp;nbsp;&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/05/23/diagrams" rel="alternate"/><published>2025-05-24T03:31:09.8630470+00:00</published><category term="tools" /></entry><entry><id>https://davidjarman.net/archive/2025/05/20/net-aspire-9-3</id><title>.NET Aspire 9.3</title><updated>2025-05-20T15:04:20.8571880+00:00</updated><content type="html">&lt;div&gt;I&#39;ve updated this blog to Aspire 9.3. This particular release didn&#39;t have anything that I wanted to use right away, but this being such a simple blog website, it doesn&#39;t really need many of the fancy deployment features, especially since I deploy to Heroku and not Azure.&lt;br&gt;&lt;br&gt;If I find any features I can use in the coming days, I&#39;ll create another post to highlight those.&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/05/20/net-aspire-9-3" rel="alternate"/><published>2025-05-20T15:04:20.8571880+00:00</published><category term="aspire" /><category term="dotnet" /></entry><entry><id>https://davidjarman.net/archive/2025/05/19/edit-windows-cli</id><title>Edit - a Windows-native CLI text editor</title><updated>2025-05-19T19:18:36.6127320+00:00</updated><content type="html">&lt;div&gt;It&#39;s 2025, and I&#39;m excited about a new CLI text editor. When I need a text editor in a shell, I always reach for vim, but I don&#39;t love it. It&#39;s there when I need it and serves its purpose, but I&#39;ve never gotten over the weird key binding knowledge required just to exit and save a file.&lt;br&gt;&lt;br&gt;What I like about Edit is that it&#39;s built as a TUI (Terminal User Interface) which means you can use your mouse (point and click), you can use ctrl+a to select all text, you can use ctrl+c and ctrl+v for copy paste, and it&#39;s just way more intuitive to use.&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Getting it to run&lt;/strong&gt;&lt;br&gt;&lt;br&gt;The tool was just released, so as expected, there are some quirks. First and foremost, &lt;a href=&quot;https://github.com/microsoft/edit/issues/42&quot;&gt;Windows Defenders think the pre-built binary the released is a virus&lt;/a&gt;! In order to actually play with it, I had to build it from source using the rust tool chain.&lt;br&gt;&lt;br&gt;Here&#39;s what I had to do:&lt;br&gt;&lt;br&gt;Install the C++ toolchain using Visual Studio Installer.&lt;br&gt;Restart my shell, to update paths.&lt;br&gt;&lt;a href=&quot;https://www.rust-lang.org/tools/install&quot;&gt;Install the rust toolchain&lt;/a&gt;&lt;br&gt;git clone https://github.com/microsoft/edit.git&lt;br&gt;rustup install nightly&lt;br&gt;rustup default nightly-x86_64-pc-windows-msvc (to set the nightly toolchain as the default)&lt;br&gt;rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc (no idea why I had to do this, but rustup said I had to)&lt;br&gt;cargo build --config .cargo/release.toml --release (compile and linking step)&lt;br&gt;cp .\target\release\edit.exe D:\tools\ (D:\tools is where I store my adhoc tools that I build or maintain)&lt;br&gt;&lt;br&gt;A few of these steps were documented on the Edit README.md file, but several were missing.&lt;/div&gt;</content><link href="https://davidjarman.net/archive/2025/05/19/edit-windows-cli" rel="alternate"/><published>2025-05-19T19:18:36.6127320+00:00</published><category term="cli" /><category term="tools" /><category term="microsoft" /></entry></feed>