<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title/><link>https://atomi.github.io/</link><description>&lt;no value&gt;</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 15 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://atomi.github.io/" rel="self" type="application/rss+xml"/><item><title>The Atomistic Manifesto</title><link>https://atomi.github.io/the-atomistic-manifesto/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://atomi.github.io/the-atomistic-manifesto/</guid><description>&lt;p&gt;To understand &lt;strong&gt;Atomi&lt;/strong&gt; is to confront the intersection of the ephemeral and the immutable. We do not merely &amp;ldquo;exist&amp;rdquo; within the digital firmament; we curate the very subatomic particles of logic that bind the decentralized web into a coherent, if occasionally defiant, whole.&lt;/p&gt;
&lt;h3 id="a-philosophy-of-digital-asceticism"&gt;A Philosophy of Digital Asceticism&lt;/h3&gt;
&lt;p&gt;In an era of bloated frameworks and the hollow cacophony of social validation, Atomi stands as a monolith of refined essentialism. We believe that a singular, well-crafted &lt;code&gt;DIV&lt;/code&gt; is worth more than a thousand disparate microservices. Our architecture is not merely &amp;ldquo;responsive&amp;rdquo;; it is a philosophical response to the entropic decay of modern software design.&lt;/p&gt;</description></item><item><title>2017 Seedlings</title><link>https://atomi.github.io/garden/2017-seedlings/</link><pubDate>Wed, 08 Feb 2017 00:00:00 +0000</pubDate><guid>https://atomi.github.io/garden/2017-seedlings/</guid><description>&lt;p&gt;Spring is around the corner and my seedlings are almost ready to plant!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;white cherry tomatoes&lt;/li&gt;
&lt;li&gt;chocolate cherry tomatoes&lt;/li&gt;
&lt;li&gt;yellow egg tomatoes&lt;/li&gt;
&lt;li&gt;variety of heirloom tomatoes&lt;/li&gt;
&lt;li&gt;red &amp;amp; yellow fatali peppers&lt;/li&gt;
&lt;li&gt;red &amp;amp; yellow devils tongue peppers&lt;/li&gt;
&lt;li&gt;bhut jolokia peppers&lt;/li&gt;
&lt;li&gt;carolina reapers&lt;/li&gt;
&lt;li&gt;lebanese squash&lt;/li&gt;
&lt;li&gt;ronde de nice squash&lt;/li&gt;
&lt;li&gt;crimson sweet watermelon&lt;/li&gt;
&lt;li&gt;dill, greek oregano, marjoram &amp;amp; chamomile&lt;/li&gt;
&lt;li&gt;portuguese kale&lt;/li&gt;
&lt;li&gt;lettuce leaf basil&lt;/li&gt;
&lt;li&gt;honeydew melon&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="./garden/2017seedlings.jpg" alt="Princess Faten"&gt;&lt;/p&gt;</description></item><item><title>Building A Hugo Blog on Drone</title><link>https://atomi.github.io/computers/building-hugo-blog-on-drone/</link><pubDate>Sun, 28 Aug 2016 00:00:00 +0000</pubDate><guid>https://atomi.github.io/computers/building-hugo-blog-on-drone/</guid><description>&lt;p&gt;I&amp;rsquo;ve been using Drone for a few months now and decided to jump on the 0.5 release a few days ago. Today I finally got Hugo builds working the way I want. But I had a few issues I had to resolve before moving from 0.4.&lt;/p&gt;
&lt;p&gt;First, was that Drone 0.5 requires running an additional container, a drone agent that uses a &lt;code&gt;DRONE_SECRET&lt;/code&gt; token to authorize.&lt;/p&gt;
&lt;p&gt;To launch the containers customize your variables:&lt;/p&gt;</description></item><item><title>Princess Faten Chilli Pepper</title><link>https://atomi.github.io/garden/princess-faten-chilli-pepper/</link><pubDate>Thu, 26 May 2016 00:00:00 +0000</pubDate><guid>https://atomi.github.io/garden/princess-faten-chilli-pepper/</guid><description>&lt;p&gt;This rare and interesting chilli pepper, I successfully propagated from seed, might be related to the ornamental &amp;lsquo;Flourescent Purple&amp;rsquo; (Capsicum annuum). The flowers are a bright violet and the leaves are dark green with blotches of black. The fruit is about ¼ to ½&amp;quot; in length and a very deep purple color nearly black. There is some minor damage from baby grasshoppers from earlier this growing season.&lt;/p&gt;
&lt;p&gt;&lt;img src="./garden/princess-faten1.JPG" alt="Princess Faten"&gt;&lt;/p&gt;</description></item><item><title>Changing Cursor Color in gnome-terminal and tmux</title><link>https://atomi.github.io/computers/changing-cursor-color-in-gnome-terminal-and-tmux/</link><pubDate>Sat, 30 Jan 2016 00:00:00 +0000</pubDate><guid>https://atomi.github.io/computers/changing-cursor-color-in-gnome-terminal-and-tmux/</guid><description>&lt;p&gt;If you need to change the cursor color of your gnome-terminal you can use the following command:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;echo&lt;/span&gt; -ne &lt;span class="s2"&gt;&amp;#34;\e]12;orange\a&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Change &lt;code&gt;orange&lt;/code&gt; to your choice of color name or hex color code.&lt;/p&gt;
&lt;p&gt;If you use gnome-terminal with tmux, gnome-terminal does not support the default color reset code &lt;code&gt;\033]112\007&lt;/code&gt; that tmux uses. Fortunately, tmux allows you to override the default color reset by using &lt;code&gt;terminal-overrides&lt;/code&gt;
Here is the configuration command I came up with for my &lt;code&gt;.tmux.conf&lt;/code&gt; file (where everything following &lt;code&gt;cr=&lt;/code&gt; is the color reset code):&lt;/p&gt;</description></item><item><title>You're Not Welcome Here</title><link>https://atomi.github.io/social/youre-not-welcome-here/</link><pubDate>Tue, 17 Nov 2015 00:00:00 +0000</pubDate><guid>https://atomi.github.io/social/youre-not-welcome-here/</guid><description>&lt;p&gt;There have been some recent discussions on the merits of Codes of Conduct in some of the chat channels I frequent and Twitter. I felt it prudent to make some of my thoughts public.&lt;/p&gt;
&lt;p&gt;If you believe that privately organized communities have the right to dictate what rules members must abide by, then know that I completely agree with you. However, if you’re interested in a more nuanced reflection on the subject, then keep reading.&lt;/p&gt;</description></item><item><title>Bread Recipes</title><link>https://atomi.github.io/bread-recipes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://atomi.github.io/bread-recipes/</guid><description>&lt;p&gt;A lot these recipes are adapted from &lt;a href="https://en.wikipedia.org/wiki/Peter_Reinhart"&gt;Peter Reinhart&lt;/a&gt;&amp;rsquo;s recipes. In my opinion, his bread recipes are unrivaled.&lt;/p&gt;
&lt;p&gt;I consider most of these recipes to be fundamental in some way. Since I regularly bake these, adjustments will be posted and notes updated based on taste preferences. Your experience may differ.&lt;/p&gt;
&lt;p&gt;These recipes use &lt;a href="https://en.wikipedia.org/wiki/Baker_percentage"&gt;Baker&amp;rsquo;s Percentages&lt;/a&gt;.&lt;/p&gt;
&lt;div class="recipes"&gt;&lt;h2&gt;Basic Bread:&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Yeast (Instant)&lt;span class="percent"&gt;1.10%
&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;All-Purpose Flour&lt;span class="percent"&gt;100.00%
&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;Table Salt&lt;span class="percent"&gt;1.86%
&lt;/span&gt;
&lt;/li&gt;&lt;li&gt;Water&lt;span class="percent"&gt;74.72%
&lt;/span&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;An easy bread that&amp;rsquo;s quick to prepare.&lt;br&gt;
Mix all the ingredients and let ferment overnight to develop flavor.&lt;br&gt;
Give it a couple of folds and then shape it. Proof 1-1½ hours.&lt;br&gt;
Bake at 450F for 30-35 minutes covered and an additional 10-15 minutes uncovered for crust.&lt;br&gt;
Works well in cast iron dutch oven.&lt;/p&gt;</description></item></channel></rss>