<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Design on ferkakta.dev</title><link>https://ferkakta.dev/tags/design/</link><description>Recent content in Design on ferkakta.dev</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright fizz.</copyright><lastBuildDate>Sat, 28 Mar 2026 01:00:00 -0500</lastBuildDate><atom:link href="https://ferkakta.dev/tags/design/index.xml" rel="self" type="application/rss+xml"/><item><title>Every AI session starts from zero. Mine doesn't.</title><link>https://ferkakta.dev/session-start-skill/</link><pubDate>Sat, 28 Mar 2026 01:00:00 -0500</pubDate><guid>https://ferkakta.dev/session-start-skill/</guid><description>&lt;p&gt;The first thing I do in every Claude Code session is the same thing I&amp;rsquo;d do if I woke up with amnesia in my own office. Where am I? What branch? What did I ship yesterday? What tickets moved overnight? Did someone create a new workflow I haven&amp;rsquo;t seen? Is there a live patch on the cluster that never made it into terraform?&lt;/p&gt;
&lt;p&gt;The model doesn&amp;rsquo;t know any of this. Every session starts from zero. The context window is empty. The handoff docs exist but nobody reads them unless you make it a rule. The Jira board changed while you were asleep. The teammate who was blocked yesterday merged a PR at 3am and now the branch you were working on has conflicts.&lt;/p&gt;</description></item><item><title>Do not fake smallness</title><link>https://ferkakta.dev/do-not-fake-smallness/</link><pubDate>Fri, 27 Mar 2026 15:00:00 -0500</pubDate><guid>https://ferkakta.dev/do-not-fake-smallness/</guid><description>&lt;p&gt;I found an old gist from my BAM consulting days. It shows &lt;code&gt;csvq&lt;/code&gt; — a one-line alias that turns any CSV stream into a queryable in-memory SQLite database with JSON output:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;alias csvq&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;sqlite3 :memory: -cmd &amp;#39;.mode csv&amp;#39; -cmd &amp;#39;.import /dev/stdin s3&amp;#39; &amp;#39;.mode json&amp;#39;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Pipe a CSV into it, write SQL, get JSON. I wrote it for a colleague I was initiating into my ways. The gist is polite. It shows the output being piped into &lt;code&gt;jq '.[]'&lt;/code&gt;, which is perfectly respectable Unix.&lt;/p&gt;</description></item><item><title>Newspapers aren't dead. You read one every morning.</title><link>https://ferkakta.dev/newspapers-arent-dead/</link><pubDate>Thu, 26 Mar 2026 16:00:00 -0500</pubDate><guid>https://ferkakta.dev/newspapers-arent-dead/</guid><description>&lt;p&gt;Every morning I open Slack, scan three channels, check Jira for overnight transitions, read Google Meet transcripts from the India-side scrum, glance at AWS support cases, and pull up the git log to see what merged while I slept. By the time standup starts I&amp;rsquo;ve assembled a mental model of where everything is. I do this every day. I&amp;rsquo;ve never called it what it is.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m reading the morning paper.&lt;/p&gt;</description></item></channel></rss>