<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on richardboydii.com</title>
    <link>https://richardboydii.com/posts/</link>
    <description>Recent content in Posts on richardboydii.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>me@richardboydii.com (Richard Boyd II)</managingEditor>
    <copyright>This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</copyright>
    <lastBuildDate>Thu, 01 Jan 2026 11:28:34 -0600</lastBuildDate>
    
        <atom:link href="https://richardboydii.com/posts/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>2026 New Year&#39;sResolutions</title>
      <link>https://richardboydii.com/2026/01/01/2026-new-yearsresolutions/</link>
      <pubDate>Thu, 01 Jan 2026 11:28:34 -0600</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2026/01/01/2026-new-yearsresolutions/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve never really done a great job of tracking my New Year&amp;rsquo;s resolutions. Like most people, I make them then slowly give them up after a few weeks. This year I really want to make a change in the way I approach them. So, why not write a blog post about them in order to hold myself accountable? If I make it public, maybe it&amp;rsquo;ll provide the extra oomph that I need to stick with them.&lt;/p&gt;
&lt;h2 id=&#34;my-resolutions&#34;&gt;My Resolutions&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;m going to be a little ambitious and try to accomplish multiple resolutions this year. I&amp;rsquo;m honestly not happy with a lot of the things in my life and feel a deep need to make real changes. I&amp;rsquo;m approaching 50 and want to make sure that the last several decades of my life are meaningful and fulfilling. I think I have at least 20 more years left in the tank and want to make the most of it.&lt;/p&gt;
&lt;h2 id=&#34;get-down-to-220-lbs&#34;&gt;Get Down to 220 lbs&lt;/h2&gt;
&lt;p&gt;I currently weight 283.5 lbs, the heaviest that I&amp;rsquo;ve ever been in my life. A few years ago I was able to get down to 220 through diet and exercise. Due to a thyroid condition, I can&amp;rsquo;t use all those amazing weight loss drugs that are all the rage now, so I have to do this the old-fashioned way. My plan is to hit the gym six days a week in the mornings before work, then ruck at least two miles per day. I&amp;rsquo;m also going to get back into calorie counting as that was a super important part of my previous success. If I can average losing 5 lbs per month, I should be able to reach my goal by the end of the year.&lt;/p&gt;
&lt;h2 id=&#34;read-a-poem-every-day&#34;&gt;Read a Poem Every Day&lt;/h2&gt;
&lt;p&gt;In junior high and high school I would write poetry at least once a week and enjoyed reading other poets. I feel like that was a meaningful part of my life and was both intellectually and emotionally fulfilling. I have a ton of poetry books in my library so I plan to pick a random one each day to read and reflect on it. I&amp;rsquo;ll also try to periodically write my down those reflections and post here occasionally if one really impacts me.&lt;/p&gt;
&lt;h2 id=&#34;reach-1k-in-total-sales-for-atx-spices&#34;&gt;Reach 1k in Total Sales for ATX Spices&lt;/h2&gt;
&lt;p&gt;My side hustle, &lt;a href=&#34;https://atxspices.com&#34;&gt;ATX Spices&lt;/a&gt;, has been doing well without a lot of effort, but I know that I can definitely push it further if I start hitting the local craft fairs and farmers markets more consistently. Everyone that buys from me loves the BBQ dry rubs and I have ideas to add two additional spice blends to the product line. I also want to get better at marketing and see if I can&amp;rsquo;t get into some of the local shops in the Austin area.&lt;/p&gt;
&lt;h2 id=&#34;launch-my-own-tech-conference&#34;&gt;Launch My Own Tech Conference&lt;/h2&gt;
&lt;p&gt;As an organizer for &lt;a href=&#34;https://devopsdays.org/events/2026-austin/&#34;&gt;DevOpsDays Austin&lt;/a&gt; and &lt;a href=&#34;https://kcdtexas.org&#34;&gt;KCD Texas&lt;/a&gt;, I have over a decade of experience in organizing conferences. I&amp;rsquo;ve done pretty much every job there is and know how to manage the different functional areas. I think that what&amp;rsquo;s missing is a conference that&amp;rsquo;s focused on AI and how poeple are actually using it. To that end, I&amp;rsquo;d like to launch the conference by March with a projected conference in September or October.&lt;/p&gt;</description>    </item>
    
    <item>
      <title>Getting Into Vibe Coding</title>
      <link>https://richardboydii.com/2025/08/15/getting-into-vibe-coding/</link>
      <pubDate>Fri, 15 Aug 2025 12:41:59 -0500</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2025/08/15/getting-into-vibe-coding/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been toying with some ideas for websites and apps for several years now but never really felt like I had the time to invest in building them. The dream has always been to create web applications that not only help me learn something new but that I can potentially use as a revenue stream. That&amp;rsquo;s all changed with the advent of agentic-powered software development.&lt;/p&gt;
&lt;h2 id=&#34;what-is-vibe-coding&#34;&gt;What is Vibe Coding?&lt;/h2&gt;
&lt;p&gt;(Header suggested by Claude). Vibe coding, according to &lt;a href=&#34;https://en.wikipedia.org/wiki/Vibe_coding&#34;&gt;good old Wikipedia&lt;/a&gt; is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;It describes a chatbot-based approach to creating software where the developer describes a project or task to a large language model (LLM), which generates code based on the prompt. The developer evaluates the result and asks the LLM for improvements. Unlike traditional AI-assisted coding or pair programming, the human developer avoids micromanaging the code, accepts AI-suggested completions liberally, and focuses more on iterative experimentation than code correctness or structure.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Or, in my experience, driving the AI through prompting and using a light set of rules and context. I&amp;rsquo;ve had some great success so far creating several &lt;a href=&#34;https://click.palletsprojects.com/en/stable/&#34;&gt;Python click-based CLIs&lt;/a&gt; for work that have turned out really well with minimal input on my part. Liberally trusting the AI to write quality code can be dangerous if you don&amp;rsquo;t understand what its actually creating. Doing this in production is not necessarily something I&amp;rsquo;d recommend.&lt;/p&gt;
&lt;h2 id=&#34;a-simple-framework-for-vibe-coding&#34;&gt;A Simple Framework for Vibe Coding&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ve been experimenting with several iterations of &lt;a href=&#34;https://github.com/richardboydii/ai-prompts&#34;&gt;AI prompts&lt;/a&gt; based on some of the &lt;a href=&#34;https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/claude-4-best-practices&#34;&gt;prompt engineering best practices from Anthropic&lt;/a&gt;. I&amp;rsquo;ve found that building an Architecture Decision Report helps me better articulate what I want the agent to build and keep in on track with the feature at hand. I&amp;rsquo;ve found that interrupting the agent doesn&amp;rsquo;t derail it too often, but you want to be careful about leading it on a tangent while you&amp;rsquo;re in the middle of developing a feature.&lt;/p&gt;
&lt;p&gt;The ADR format that I&amp;rsquo;ve been using is also fairly simple but does a decent enough job of focusing the agent and developing incrementally. I tuck these away in a &lt;code&gt;docs/adrs&lt;/code&gt; subfolder in my project along with a &lt;code&gt;rules.md&lt;/code&gt; file that has my &lt;a href=&#34;https://github.com/richardboydii/ai-prompts&#34;&gt;AI prompt&lt;/a&gt; rules.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# ADR 001 - Name of ADR

## Status

Planned | Accepted | Implemented

## Date

YYYY-MM-DD

## Context

Detailed description of what we are building.

## Consequences

### Positive

- Benefits of the new feature.

### Negative

- Downsides of the new feature.

## User Stories

Filled out by the agent.

## Tasks

Filled out by the agent.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;next-steps&#34;&gt;Next Steps&lt;/h2&gt;
&lt;p&gt;I just learned about a new way to run multiple agents in a project, the &lt;a href=&#34;https://github.com/bmad-code-org/BMAD-METHOD&#34;&gt;BMAD Method&lt;/a&gt;. On first look it seems to create a whole team of agents that are specialized in different tasks. An orchestrator agent then manages the team of sub-agents in order to build software. I feel like software developers are slowly transforming into engineering managers and product owners at this rate. I&amp;rsquo;ll make sure to write up another blog post on what I learn from this new method.&lt;/p&gt;</description>    </item>
    
    <item>
      <title>Planning Devopsdays Austin 2025</title>
      <link>https://richardboydii.com/2025/02/12/planning-devopsdays-austin-2025/</link>
      <pubDate>Wed, 12 Feb 2025 09:26:22 -0600</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2025/02/12/planning-devopsdays-austin-2025/</guid>
      <description>&lt;p&gt;We decided to kick off planning much earlier this year compared to previous years; we had the &lt;a href=&#34;https://devopsdays.org/events/2025-austin/welcome/&#34;&gt;website&lt;/a&gt; up, &lt;a href=&#34;https://talks.devopsdays.org/devopsdays-austin-2025/cfp&#34;&gt;CFP&lt;/a&gt; and &lt;a href=&#34;https://devopsdays.org/events/2025-austin/sponsor&#34;&gt;sponsor&lt;/a&gt; prospectus up and online by mid October. Our goal was to try and go after end-of-year marketing dollars and get ahead of the game.&lt;/p&gt;
&lt;p&gt;Even though we launched early, we didn&amp;rsquo;t really see any traction with sponsors. We did get a ton of submissions to our CFP, which is great, but the lack of sponsor movement late in the year was a bti disappointing. So far, in the new year, we have managed to land two Gold Sponsors and have invoices out to a few more, so we are still on track to be fully funded again this year.&lt;/p&gt;
&lt;p&gt;As the newest member of the core team, sponsor handling has fallen on my shoulders. I must admit: I suck at asking people for money. It&amp;rsquo;s not something I&amp;rsquo;ve ever done in my life and learning the art of marketing and sales has been a challenge for me. I think I&amp;rsquo;m getting better, time will tell.&lt;/p&gt;</description>    </item>
    
    <item>
      <title>Tidying Up</title>
      <link>https://richardboydii.com/2024/11/28/tidying-up/</link>
      <pubDate>Thu, 28 Nov 2024 13:40:56 -0600</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2024/11/28/tidying-up/</guid>
      <description>&lt;p&gt;I haven&amp;rsquo;t blogged nearly as much as I had planned on blogging. This past year has been a pretty busy year. I attended the DevOpsDays Organizer Summit and presented on how to do a venue search (something near and dear to my heart). I also presented at DevOpsDays Philadelphia (still wishing that I had taken ane extra day to explore the city). I was lucky enough to attend Kubecon North America this year and have decided to go after my Certified Kubernetes Administrator Certification.&lt;/p&gt;
&lt;p&gt;Going into the new year, I want to try and blog at least once a week and increase my BlueSky and LinkedIn posts as well. I&amp;rsquo;ve never made a concerted effort to grow my social media following, but I really need to, especially if I want to make it as a speaker at more conferences.&lt;/p&gt;</description>    </item>
    
    <item>
      <title>Getting Back Into Blogging</title>
      <link>https://richardboydii.com/2023/11/22/getting-back-into-blogging/</link>
      <pubDate>Wed, 22 Nov 2023 13:00:01 -0600</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2023/11/22/getting-back-into-blogging/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s been way to long since I&amp;rsquo;ve consistently blogged. Years of working at Amazon made me cautious about what I publicly
put out there on the interwebz. I have so many things on the backburner in my personal to-do log that I&amp;rsquo;ve just not
found the time to get around to.&lt;/p&gt;
&lt;p&gt;Among my various side projects are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Setting up a local k8s cluster on the numerous &lt;a href=&#34;https://www.raspberrypi.org/&#34;&gt;Raspberry Pi&amp;rsquo;s&lt;/a&gt; that I have in my home office&lt;/li&gt;
&lt;li&gt;Getting &lt;a href=&#34;https://www.home-assistant.io/&#34;&gt;Home Assistant&lt;/a&gt; setup to do all kinds of home automation tasks&lt;/li&gt;
&lt;li&gt;Scanning my vinyl collection into &lt;a href=&#34;https://www.discogs.com/&#34;&gt;Discogs&lt;/a&gt; so I can quit buying duplicates of records I already own&lt;/li&gt;
&lt;li&gt;Updating my Synology NAS and getting &lt;a href=&#34;https://www.plex.tv/&#34;&gt;Plex&lt;/a&gt; running in my house&lt;/li&gt;
&lt;li&gt;Losing 50 pounds and getting back into shape&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It&amp;rsquo;s early to be making resolutions but I need to get motivated and start accomplishing things instead of wasting time playing games
or binging content on all the streaming platforms I subscribe to. There&amp;rsquo;s a lot of things that I want to write about, I just need to
get back into the habit of writing more consistently. Hopefully this isn&amp;rsquo;t another false start to blogging.&lt;/p&gt;</description>    </item>
    
    <item>
      <title>Getting Well</title>
      <link>https://richardboydii.com/2020/10/18/getting-well/</link>
      <pubDate>Sun, 18 Oct 2020 15:04:58 -0500</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2020/10/18/getting-well/</guid>
      <description>&lt;p&gt;I have struggled with mental wellness most of my life. I think the first time I realized that I
wasn&amp;rsquo;t like other kids must have been Kindergarten. I seemed to be more sensitive than other
kids and was plagued with self-doubt. I also seemed to have stronger emotional swings, mostly
towards anger and sadness. What I didn&amp;rsquo;t realize then is that other kids didn&amp;rsquo;t have the same
chaos at home. I was different because my environment was different, and I adapted to survive
it.&lt;/p&gt;
&lt;h2 id=&#34;you-dont-choose-what-happens-to-you&#34;&gt;You Don&amp;rsquo;t Choose What Happens to You&lt;/h2&gt;
&lt;p&gt;Everyone, at some point, has something bad happen to them. Whether it&amp;rsquo;s through their choice
or just because the universe can be cruel, something gets through the bubble of optimism and
lands a blow. If they&amp;rsquo;re lucky they get a scratch that heals up, or a bruise that goes away
as the memory fades. But some wounds leave scars, leave sore bones that never recover. Those
are the things that mark us, change us into someone slightly different. The more traumas like
these that we live through, the more scar tissue we carry around with us.&lt;/p&gt;
&lt;p&gt;Scar tissue is the best comparison. Tumescent, an over-reaction to an injury by the
sub-conscious engines of the body, it grows without our control and then covers us.
For me it resulted in a lifelong battle with depression, anxiety, and anger. For others
in my family it left similar marks. The killer is that none of it was my fault, but I
was left to deal with it, as were everyone in my life.&lt;/p&gt;
&lt;h2 id=&#34;you-choose-what-you-do-with-it&#34;&gt;You Choose What You Do with It&lt;/h2&gt;
&lt;p&gt;A decade ago I started therapy just after I was married. My wife realized after being around
me more than she ever had that something was off. I could normally hide these things so I
would limit the time that I was around people. But marriage changed that. I could no longer
hide, nor could I act on my best behavior all the time. And so my journey with therapy
started.&lt;/p&gt;
&lt;p&gt;A few years in to Cognitive Behavioral Therapy (CBT) I became frustrated by my overall lack of
progress. Some of that was down to me; in a therapy session I&amp;rsquo;m on my best behavior and I&amp;rsquo;ve
become quite adept at psychologically denying that I had outbursts or was in a depression. The
next step was Psychiatry, and for that I&amp;rsquo;m grateful, though it wasn&amp;rsquo;t easy at first.&lt;/p&gt;
&lt;p&gt;Most of my life I clung to the &amp;ldquo;crazy artist&amp;rdquo; rationalization: smart people are a little crazy,
I&amp;rsquo;m smart so I get to be crazy. The reverse is that if I stop being crazy I&amp;rsquo;ll stop being smart.
This is stupid, but the mind can do powerful things when it wants to rationalize something. Over
the past several years I&amp;rsquo;ve had my medication switched up in an attempt to find something that
works.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re new to Psychiatry, I reccomend having a close friend (or wife) play the role of
&lt;a href=&#34;https://en.wikipedia.org/wiki/Watcher_(comics)&#34;&gt;Watcher&lt;/a&gt;. Trying to be objective about how you feel
and act can be incredibly difficult. Especially when you&amp;rsquo;re altering your brain chemistry. So
having someone to be a neutral observer of your behavior, to help you know if you&amp;rsquo;ve gotten better.&lt;/p&gt;
&lt;h2 id=&#34;last-thoughts&#34;&gt;Last Thoughts&lt;/h2&gt;
&lt;p&gt;Men still have a stigma around mental health. My father struggled with mental health and very rarely
talked to me about it. I think he felt it made him look weak to admit he had PTSD from his time in
Vietnam. I rationalized my own mental health as a necessary evil. The truth is that we owe it to the
people in our lives, the people we work with, the people we love, to be as mentally healthy as
we can.&lt;/p&gt;</description>    </item>
    
    <item>
      <title>Hugo vs Gatsby</title>
      <link>https://richardboydii.com/2020/07/04/hugo-vs-gatsby/</link>
      <pubDate>Sat, 04 Jul 2020 16:37:44 -0500</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2020/07/04/hugo-vs-gatsby/</guid>
      <description>&lt;p&gt;For the longest time I&amp;rsquo;ve wanted to build a proper website using all the fun JavaScript and CSS tricks that full-stack devs do (and that I&amp;rsquo;ve been jealous of). As a platform / systems / operations engineer, my speciality is in using code to build systems. Front-end design, UI and UX, accessibility, and so many more things are just not part of my day-to-day activities. I think tha they are all incredibly valuable, but my career is hard enough to keep up with technological changes happening in my own tech field, much less those happening in fields that are far outside of my speciality. So I gave it a shot and tried out &lt;a href=&#34;gatsbyjs.org/&#34;&gt;Gatsby&lt;/a&gt; when I started to redesign this site.&lt;/p&gt;
&lt;h2 id=&#34;what-is-gatsby&#34;&gt;What is Gatsby?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;gatsbyjs.org/&#34;&gt;Gatsby&lt;/a&gt; is a React-based web framework that uses &lt;a href=&#34;https://graphql.org/&#34;&gt;GraphQL&lt;/a&gt; to render content from a variety of sources. The advantages are many. Using various plug-ins you can pull content from many types of data sources, including S3 and WordPress. Plug-ins can also help you render data in different formats, like Markdown or JSON. The philosophy of the framework emphasises reusability and components. This makes designing flexible layouts and page components easy to do. Top this off with the ability to generate a static site that you can host pretty much everywhere and you can see why it&amp;rsquo;s so exciting.&lt;/p&gt;
&lt;p&gt;To my non-developer brain, it feels something like functional programming for the web. Put another
way, &lt;a href=&#34;gatsbyjs.org/&#34;&gt;Gatsby&lt;/a&gt; is to static site generators as
&lt;a href=&#34;https://github.com/cloudtools/troposphere&#34;&gt;Troposphere&lt;/a&gt; is to
&lt;a href=&#34;https://aws.amazon.com/cloudformation/&#34;&gt;CloudFormation&lt;/a&gt;. Gatsby can render different content types
from different sources, from S3 to other content management systems. This is all fused together
and rendered as web content in a holistic fashion. Another interesting aspect to Gatsby is it
leverages a GraphQL data model to drive all the different plugins and processors. There&amp;rsquo;s even a
built-in GraphQL workbench you can access to query content and play around with.
Lastly, &lt;a href=&#34;https://www.gatsbyjs.org/tutorial/&#34;&gt;Gatsby Tutorial&lt;/a&gt; is very well thought out and provides a
gentle ramp for inexperienced developers.&lt;/p&gt;
&lt;h2 id=&#34;why-i-stuck-with-hugo&#34;&gt;Why I Stuck with Hugo&lt;/h2&gt;
&lt;p&gt;The reason boils down to choosing the right tool for my needs. At the end of the day I&amp;rsquo;m writing a
blog with some static content. Hugo already does this quite well and the ecosystem is constantly
growing. If I were making a true webapp or building something more complex, I would absolutely choose
to go with Gatsby. I have a side project I&amp;rsquo;m working on right now and it may be a perfect fit. But
for this site, and for what I&amp;rsquo;m doing here, Hugo is still the best choice.&lt;/p&gt;</description>    </item>
    
    <item>
      <title>Starting Over Again</title>
      <link>https://richardboydii.com/2020/06/27/starting-over-again/</link>
      <pubDate>Sat, 27 Jun 2020 19:55:45 -0500</pubDate>
      <author>me@richardboydii.com (Richard Boyd II)</author>
      <guid>https://richardboydii.com/2020/06/27/starting-over-again/</guid>
      <description>&lt;p&gt;Blogging is something that I&amp;rsquo;ve attempted and failed numerous times over the past &lt;del&gt;years&lt;/del&gt; decades. My first attempt at my own webpage happened in High School in 1996 &lt;a href=&#34;https://en.wikipedia.org/wiki/Angelfire&#34;&gt;with an Angelfire site&lt;/a&gt;. Later I moved onto &lt;a href=&#34;https://en.wikipedia.org/wiki/Yahoo!_GeoCities&#34;&gt;Geocities&lt;/a&gt; along with the post-AOL crowd. Next came Angelfire, then a dynamic DNS setup pointing to a page hosted in my dorm room at college. For most of the 00&amp;rsquo;s I was radio silent while overseas. When I finally got back to the states I tried to get back into it, first on Facebook, then running my own static site on Bluehost. For the past five years I&amp;rsquo;ve been hosting static sites on AWS, which is where we are today.&lt;/p&gt;
&lt;p&gt;I always wanted to blog. I&amp;rsquo;ve had an itch to write most of my life and even aspired to write my own book. But writing is a habit, it&amp;rsquo;s work. You have to commit to it or it just becomes another thing that you start and abandon. So that&amp;rsquo;s why we&amp;rsquo;re back here once again.&lt;/p&gt;
&lt;p&gt;During the past few years I&amp;rsquo;ve thought to separate my &amp;ldquo;landing page&amp;rdquo; from my Blog. There&amp;rsquo;s no privacy reason for that, it just sounded like a good idea; in reality it&amp;rsquo;s premature optimization. If people want to get to know me, read my words, or just see the other platforms I&amp;rsquo;m on, they should only need to go to one place to do so. Time to retire all the clever domain names I&amp;rsquo;ve registered over the years and stick with one.&lt;/p&gt;
&lt;h2 id=&#34;what-im-writing-about&#34;&gt;What I&amp;rsquo;m Writing About&lt;/h2&gt;
&lt;p&gt;My work and personal interests are closely aligned. I&amp;rsquo;m a builder, self-taught systems engineer, and journeyman coder who loves to tinker with things. I have a whole backlog of projects that I&amp;rsquo;ve been wanting to work on and COVID-19 has freed up more time in my life that was normally spent stuck in a car. I&amp;rsquo;m also going to write about being a father, about personal development, about trying to be a good human being. And technology, lots about that.&lt;/p&gt;
&lt;p&gt;Above all, I want to be able to express myself and become a &lt;em&gt;better&lt;/em&gt; writer. At my current job we have a heavy narrative culture. Ideas are rigorously interrogated to make sure that when we decide to act that we have a clear end-state and we minimize as many unknown-unknowns as possible. As I&amp;rsquo;ve been a participant in this new work culture my own writing has subtley improved, as has my speech. At 41 years of age, knowing that you can still improve yourself has been a welcome surprise.&lt;/p&gt;
&lt;h2 id=&#34;what-we-wont-be-doing&#34;&gt;What We Won&amp;rsquo;t Be Doing&lt;/h2&gt;
&lt;p&gt;This is less about self-promotion and more about emptying my mind. One of the principle barriers in my life to gettng things done is holding onto things in my own head. I have a prety good memory, so I can tuck away all sorts of to do&amp;rsquo;s. Over time this builds up into a wall of &lt;em&gt;things to get done that I never get around to&lt;/em&gt;; the pebbles of turn into a mountain of procrastination. So writing about the things I&amp;rsquo;m doing necessitates &lt;em&gt;doing things&lt;/em&gt; so this blog is also an attempt at getting  off of my fourth point of contact.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ll probably post new articles on LinkedIn and Twitter, the two platforms that I think are least-bad of all social media, but that&amp;rsquo;s more to make sure that people read what I write. Beyond that, there&amp;rsquo;s going to be no SEO strategy, no marketing campaign, and I am definitely not interested in becoming an influencer (why is that even a thing?).&lt;/p&gt;
&lt;h2 id=&#34;closing&#34;&gt;Closing&lt;/h2&gt;
&lt;p&gt;So, writing. That&amp;rsquo;s what we&amp;rsquo;re doing here. Putting words on the screen about the things that I do, the things I think and feel, and maybe even some experiments in technology as well. I can&amp;rsquo;t promise that it will be particularly good but this time it will be consistent. Once a week (at least) I&amp;rsquo;ll put something new up to share with the world.&lt;/p&gt;
&lt;p&gt;P.S - I&amp;rsquo;ve also included an RSS feed to the site if you&amp;rsquo;d like to subscribe that way.&lt;/p&gt;</description>    </item>
    
  </channel>
</rss>
