<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>are you electronic</title><link>https://www.areyouelectronic.com/</link><description>Recent content on are you electronic</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 25 Apr 2026 18:36:00 -0700</lastBuildDate><atom:link href="https://www.areyouelectronic.com/index.xml" rel="self" type="application/rss+xml"/><item><title>about</title><link>https://www.areyouelectronic.com/about/</link><pubDate>Sat, 25 Apr 2026 18:36:00 -0700</pubDate><guid>https://www.areyouelectronic.com/about/</guid><description>&lt;p>It&amp;rsquo;s the about page.&lt;/p></description></item><item><title>link like simon</title><link>https://www.areyouelectronic.com/posts/link-like-simon/</link><pubDate>Sat, 25 Apr 2026 17:13:00 -0700</pubDate><guid>https://www.areyouelectronic.com/posts/link-like-simon/</guid><description>&lt;p>&lt;a href="https://simonwillison.net/">Simon Willison&lt;/a> asked for it, and I think it &lt;em>is&lt;/em> a good low effort way to share what&amp;rsquo;s interesting, useful, or just cool. He had some suggestions which I want to pull out here too (but I&amp;rsquo;m paraphrasing):&lt;/p>
&lt;blockquote>
&lt;ol>
&lt;li>Include the names of the people who created the content.&lt;/li>
&lt;li>Try to add something extra.&lt;/li>
&lt;li>Be liberal with quotations.&lt;/li>
&lt;li>If the original author(s) read my post, they should feel good about it.&lt;/li>
&lt;li>I&amp;rsquo;m also trying to prove that I read the original post.&lt;/li>
&lt;li>I might include screenshots too.&lt;/li>
&lt;/ol>
&lt;/blockquote></description></item><item><title>rss club</title><link>https://www.areyouelectronic.com/posts/rss-club/</link><pubDate>Sat, 25 Apr 2026 16:27:00 -0700</pubDate><guid>https://www.areyouelectronic.com/posts/rss-club/</guid><description>&lt;p>I&amp;rsquo;m joining &lt;a href="https://daverupert.com/2018/01/welcome-to-rss-club/">RSS Club&lt;/a> because I&amp;rsquo;ve loved RSS feeds since before Google killed the Reader. Follow the feed to get more &amp;ldquo;secret&amp;rdquo; posts!&lt;/p></description></item><item><title>style test</title><link>https://www.areyouelectronic.com/posts/style-test/</link><pubDate>Sat, 25 Apr 2026 09:26:00 -0700</pubDate><guid>https://www.areyouelectronic.com/posts/style-test/</guid><description>&lt;h2 id="section-heading">section heading&lt;/h2>
&lt;p>Lorem Ipsum Dolet etc.&lt;/p>
&lt;ul>
&lt;li>a&lt;/li>
&lt;li>b&lt;/li>
&lt;li>c&lt;/li>
&lt;li>&amp;#x1f604;&lt;/li>
&lt;/ul>
&lt;p>This has a footnote&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup>.&lt;/p>
&lt;div class="footnotes" role="doc-endnotes">
&lt;hr>
&lt;ol>
&lt;li id="fn:1">
&lt;p>a footnote.&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink">&amp;#x21a9;&amp;#xfe0e;&lt;/a>&lt;/p>
&lt;/li>
&lt;/ol>
&lt;/div></description></item><item><title>hello</title><link>https://www.areyouelectronic.com/posts/hello/</link><pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.areyouelectronic.com/posts/hello/</guid><description>&lt;p>This is the first post on this blog.&lt;/p>
&lt;p>It&amp;rsquo;s mostly a writing experiment. Expect short notes, the occasional longer
piece, and very little else. The styling is intentionally close to raw
markdown: monospace, narrow column, a horizontal rule between sections, and
not much chrome.&lt;/p>
&lt;p>If you&amp;rsquo;re seeing this, the site is up.&lt;/p></description></item><item><title>on monospace</title><link>https://www.areyouelectronic.com/posts/on-monospace/</link><pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.areyouelectronic.com/posts/on-monospace/</guid><description>&lt;p>Most prose on the web uses proportional fonts because that&amp;rsquo;s what books do.
But a blog isn&amp;rsquo;t a book. The unit of writing is the paragraph, not the page,
and reading speed is gated more by the screen than by the typeface.&lt;/p>
&lt;p>Monospace flips a few small things in your favor:&lt;/p>
&lt;ul>
&lt;li>The column has a natural width — about 80 characters — that you don&amp;rsquo;t have
to think about.&lt;/li>
&lt;li>Inline &lt;code>code&lt;/code> doesn&amp;rsquo;t visually shift the line.&lt;/li>
&lt;li>The text looks like a draft, which lowers the stakes of publishing.&lt;/li>
&lt;/ul>
&lt;p>The downside is that long-form prose can feel relentless. So far the trade
seems fine for short posts.&lt;/p></description></item><item><title>why hugo</title><link>https://www.areyouelectronic.com/posts/why-hugo/</link><pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.areyouelectronic.com/posts/why-hugo/</guid><description>&lt;p>A short list of why this site is built with &lt;a href="https://gohugo.io">Hugo&lt;/a>:&lt;/p>
&lt;ol>
&lt;li>One binary, no runtime. Builds in milliseconds.&lt;/li>
&lt;li>Tags are a built-in taxonomy. No plugin needed.&lt;/li>
&lt;li>The templates are ugly but small, which is fine for a site this minimal.&lt;/li>
&lt;/ol>
&lt;p>Search is provided by &lt;a href="https://pagefind.app">Pagefind&lt;/a>, which runs after the
Hugo build and generates a static index. No server, no Algolia, no Lunr
shoved into the page.&lt;/p></description></item><item><title>search</title><link>https://www.areyouelectronic.com/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.areyouelectronic.com/search/</guid><description/></item></channel></rss>