<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="en">
	<title>Samantha Maria Dawson-Banks</title>
	<subtitle>If a cluttered desk is a sign of a cluttered mind, then a desk full of half-finished projects reflects exploration in progress — welcome to my digital home for my professional, personal, and academic pursuits.</subtitle>
	<link href="https://chip-mail.co.nz/feed/feed.xml" rel="self"/>
	<link href="https://chip-mail.co.nz/"/>
	<updated>2026-04-21T00:00:00Z</updated>
	<id>https://chip-mail.co.nz/</id>
	<author>
		<name>Samantha Maria Dawson-Banks</name>
		<email>Samantha.DB@chip-mail.co.nz</email>
	</author>
	
	<entry>
		<title>Cooking Without Fear: A Human-Centric System</title>
		<link href="https://chip-mail.co.nz/blog/cooking-without-fear/"/>
		<updated>2026-04-21T00:00:00Z</updated>
		<id>https://chip-mail.co.nz/blog/cooking-without-fear/</id>
		<content type="html">&lt;p&gt;This project is a bit less &amp;quot;tech&amp;quot; but deeply &amp;quot;human.&amp;quot; I&#39;m working on a &lt;strong&gt;cooking guide and system&lt;/strong&gt; for people who find standard recipes overwhelming or stressful—specifically focusing on empowering those with ND/ASD/ADHD.&lt;/p&gt;
&lt;h3 id=&quot;don-t-be-afraid-of-the-food&quot; tabindex=&quot;-1&quot;&gt;&amp;quot;Don&#39;t Be Afraid of the Food&amp;quot; &lt;a class=&quot;header-anchor&quot; href=&quot;https://chip-mail.co.nz/blog/cooking-without-fear/&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The core philosophy is simple: promote food safety through clear guardrails while removing the anxiety and rigidity of traditional recipes.&lt;/p&gt;
&lt;p&gt;Many people are scared of &amp;quot;doing it wrong,&amp;quot; which leads to them avoiding cooking altogether. My goal is to build a system that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provides clear safety boundaries.&lt;/li&gt;
&lt;li&gt;Encourages exploration and confidence.&lt;/li&gt;
&lt;li&gt;Removes the &amp;quot;one right way&amp;quot; pressure that standard recipes often impose.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This project is a perfect example of my belief that powerful systems (whether in the kitchen or in the cloud) should reduce friction and make life easier for the people using them.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I&#39;ll be sharing more on the design of this framework and the &amp;quot;human architecture&amp;quot; behind it soon.&lt;/em&gt;&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Persistent AI: Solving the LLM Context Problem</title>
		<link href="https://chip-mail.co.nz/blog/persistent-ai-workspaces/"/>
		<updated>2026-04-20T00:00:00Z</updated>
		<id>https://chip-mail.co.nz/blog/persistent-ai-workspaces/</id>
		<content type="html">&lt;p&gt;I&#39;m in the middle of creating a &lt;strong&gt;Docker image for self-deployed persistent agentic workspaces&lt;/strong&gt;. If you&#39;ve ever felt the &amp;quot;do I need to tell you this again&amp;quot; pain of working with LLMs, you know exactly why I&#39;m building this.&lt;/p&gt;
&lt;h3 id=&quot;the-problem&quot; tabindex=&quot;-1&quot;&gt;The Problem &lt;a class=&quot;header-anchor&quot; href=&quot;https://chip-mail.co.nz/blog/persistent-ai-workspaces/&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Standard AI interfaces often treat each session as a clean slate, losing the deep context and nuanced history of a project. I&#39;m using storage as a persistent context to ensure that my AI agents (like Gemini-CLI or Copilot-CLI) retain the information they need to be truly effective partners.&lt;/p&gt;
&lt;h3 id=&quot;the-system&quot; tabindex=&quot;-1&quot;&gt;The System &lt;a class=&quot;header-anchor&quot; href=&quot;https://chip-mail.co.nz/blog/persistent-ai-workspaces/&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;I&#39;ve already integrated this into a nightly auto CI/CD pipeline to a local repo. It&#39;s working to the point where:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A new build and image redeploy doesn&#39;t impact my workflow.&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;docker compose up --force-recreate&lt;/code&gt; only results in about 15 seconds of downtime.&lt;/li&gt;
&lt;li&gt;I&#39;m right back where I was, with full scroll-back and persistent context.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This project leans into AI not just as a toy, but as a practical, enabling tool for developers and knowledge workers.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Stay tuned for the architecture breakdown and Docker configurations.&lt;/em&gt;&lt;/p&gt;
</content>
	</entry>
	
	<entry>
		<title>Portable Linux: The Raspberry Pi Stem Drive</title>
		<link href="https://chip-mail.co.nz/blog/portable-linux-stem-drive/"/>
		<updated>2026-04-19T00:00:00Z</updated>
		<id>https://chip-mail.co.nz/blog/portable-linux-stem-drive/</id>
		<content type="html">&lt;p&gt;I&#39;m currently reworking a &lt;strong&gt;Raspberry Pi Zero 2 W&lt;/strong&gt; into a USB stem thumb drive. The goal is to create a &amp;quot;carry anywhere&amp;quot; low-power Linux environment that can be powered directly from a USB port.&lt;/p&gt;
&lt;h3 id=&quot;the-vision&quot; tabindex=&quot;-1&quot;&gt;The Vision &lt;a class=&quot;header-anchor&quot; href=&quot;https://chip-mail.co.nz/blog/portable-linux-stem-drive/&quot;&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;A good tech worker shouldn&#39;t have to cart around a precious laptop to be productive. By configuring the Pi with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Device-mode Ethernet&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SSH access&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mass storage&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;(Potentially) an e-ink display&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&#39;m building a system that can be plugged into any host and immediately provide a familiar, secure development environment. It dovetails perfectly with my preference for thin-ish clients and flexible, accessible tech.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;More details on the hardware build and OS configuration coming soon.&lt;/em&gt;&lt;/p&gt;
</content>
	</entry>
</feed>
