<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: personal</title>
  <id>https://waylonwalker.com/tags/personal/atom.xml</id>
  <updated>2026-01-08T10:48:12Z</updated>
  <subtitle>All posts with the tag &#34;personal&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/personal/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/personal/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>2026 Resolutions</title>
    <id>https://waylonwalker.com/2026-resolutions/</id>
    <updated>2026-01-08T10:48:12Z</updated>
    <published>2026-01-08T10:48:12Z</published>
    <link href="https://waylonwalker.com/2026-resolutions/" rel="alternate" type="text/html"></link>
    <summary type="text">It&#39;s that time of year, Coming back to work out of a big break and thinking about big changes.</summary>
    <content type="html">&lt;p&gt;It’s that time of year, Coming back to work out of a big break and thinking&#xA;about big changes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;daily-notes&#34;&gt;Daily Notes &lt;a href=&#34;#daily-notes&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Keep up with daily notes, maybe not here, I tend to have more targeted notes&#xA;here with full blog posts, but for work daily notes is &lt;a href=&#34;/pog/&#34; class=&#34;glossary-term&#34; title=&#34;**: **lay **f the **ame - used to express shock or excitement after a noteworthy moment.&#34;&gt;POG&lt;/a&gt; and needs to be&#xA;leaned on.  LLM’s do really good at ingesting markdown and reminding me of&#xA;things that I need to do, or did, or need to follow up on.&lt;/p&gt;&#xA;&lt;h2 id=&#34;reader&#34;&gt;Reader &lt;a href=&#34;#reader&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Social media is changing, quickly becoming enshitified, I enjoy interacting&#xA;with some of the people I’ve met online, reading their opinions, and learning&#xA;from their experiences.  I don’t need their hot takes, don’t care about their&#xA;political takes.  I like boring posts that typically fade out of whats picked&#xA;up on the algorithm.  I like a good 5-10 minute read or a long form podcast&#xA;talk.  I will be aggressively collecting more rss feeds to read and keep up&#xA;with.&lt;/p&gt;&#xA;&lt;h2 id=&#34;neovim&#34;&gt;(Neo)Vim &lt;a href=&#34;#neovim&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I’ve had these bad habits in my config for years, from day one of using vim.&#xA;It’s time to kill these. &lt;code&gt;jjgww&lt;/code&gt;.  I killed them this morning, we will see how&#xA;long I keep typing out &lt;code&gt;jj&lt;/code&gt; all over my editor before I fix it mentally.&lt;/p&gt;&#xA;&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-- bad habits&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vim.keymap.set&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;i&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;jj&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;lt;esc&amp;gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vim.keymap.set&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;i&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;jk&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;lt;esc&amp;gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vim.keymap.set&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;i&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;JJ&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;lt;esc&amp;gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vim.keymap.set&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;i&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;jJ&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;lt;esc&amp;gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;vim.keymap.set&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#34;i&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;Jj&amp;#34;&lt;/span&gt;, &lt;span class=&#34;s2&#34;&gt;&amp;#34;&amp;lt;esc&amp;gt;&amp;#34;&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div class=&#34;admonition tip&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Tip&lt;/p&gt;&#xA;&lt;p&gt;I need to lean on &lt;code&gt;&amp;lt;C-o&amp;gt;&lt;/code&gt; a little more to run single commands in normal&#xA;mode from insert mode.  The pattern that is hitting me hard right now is&#xA;&lt;code&gt;jjgwwA&lt;/code&gt; insert mode, format, insert at end of line.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;distrobox&#34;&gt;Distrobox &lt;a href=&#34;#distrobox&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I was a heavy user of distrobox as my primary dev environment on Bazzite and I&#xA;need to get back there. I have a lot of stuff installed on this current system.&#xA;I’ve been sloppy.  I am not sure I was planning on staying on arch/hyprland&#xA;long, I did it to do it with my son, his got borked a month ago and he is back&#xA;to bazzite, I think I’ll be back there and want to be ready to float freely&#xA;between distros.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;clean dotfiles&lt;/li&gt;&#xA;&lt;li&gt;work from a distrobox image that I make&lt;/li&gt;&#xA;&lt;li&gt;keep working projects backed up&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;vibe-coding&#34;&gt;&lt;a href=&#34;/vibe-coding/&#34; class=&#34;glossary-term&#34; title=&#34;A coding style popularized in 2025. It is the act of using LLMs to generate code for an application, but the author never looks at the output. The author...&#34;&gt;Vibe Coding&lt;/a&gt; &lt;a href=&#34;#vibe-coding&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Agents are the future, people that I really trust are on both sides of the&#xA;argument.  Some saying they stopped coding months ago and claude does&#xA;everything for them.  Some in between, some are completely against.&lt;/p&gt;&#xA;&lt;p&gt;It feels like the tooling has really taken off over the past few months, the&#xA;models are getting better, but not at the same rate they were.  The tools are&#xA;really making this possible.&lt;/p&gt;&#xA;&lt;p&gt;My experience is quite mixed, I’m often impressed with what it does, and&#xA;appalled at how bad it does other things.  I just want it to do what I mean&#xA;with the fewest words possible.  I’ve been working on deeper plans more and&#xA;more, still with mixed results.  With larger plans the models seem to do more&#xA;work, but still not getting that great experience every time.&lt;/p&gt;&#xA;&lt;p&gt;I really need to get my workspaces workflow down, have models working in a&#xA;separate workspace, and be willing to throw away shit code quickly and try&#xA;again from another angle.&lt;/p&gt;&#xA;&lt;p&gt;The future is a deep understanding on what needs to be done, how do to it, and&#xA;not the syntax.  The tools are getting better.  You need to know less and less&#xA;about them, less and less about models as the auto routers get better.  The&#xA;core skills of architecture, design, and implementation are more important than&#xA;ever.&lt;/p&gt;&#xA;&lt;p&gt;Last year I was able to vibe out some POC work, but still not letting the&#xA;agents touch my production code.  It wasn’t there for me, I probably did not&#xA;have access to the really good stuff either.  Now I think what I have access to&#xA;is catching up to Claude.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;sandbox them&lt;/li&gt;&#xA;&lt;li&gt;quick to POC&lt;/li&gt;&#xA;&lt;li&gt;quick to move on from broken attempts&lt;/li&gt;&#xA;&lt;li&gt;learn to lead&lt;/li&gt;&#xA;&lt;li&gt;learn to let go of syntax opinions&lt;/li&gt;&#xA;&lt;li&gt;learn what makes good products/tools/apis hold the vibes to this.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There’s something here, very respectable people are betting on this, but its&#xA;not working for me, I don’t think I have the right tools.  I already have it a&#xA;day, and got a few hundred LOC out while theo is claiming opus can do 10k.&lt;/p&gt;&#xA;&lt;h2 id=&#34;not-everything-will-be-a-side-hustle&#34;&gt;Not Everything will be a side hustle &lt;a href=&#34;#not-everything-will-be-a-side-hustle&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I’ve tried to start too many side hustles, none of them work out.  Thinking of&#xA;them as a side hustle steals the joy of the hobby.  I have too much going on&#xA;outside of work for adding things like this not to add stress to already&#xA;stressful situations, I need to reduce stress and find the joy and happiness in&#xA;side projects and not turn everything into something more.&lt;/p&gt;&#xA;&lt;h2 id=&#34;keebs&#34;&gt;Keebs &lt;a href=&#34;#keebs&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;This one is fresh on the mind only because I just built out a new keyboard for&#xA;work.  I want to have a good robust build at home, work, and potentially have a&#xA;good backup.  I have a good design that is very cheap and fairly easy to build,&#xA;but is quite time consuming.  I am going to put some work in early this year to&#xA;get a couple of clones.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/file/9cf75771-e3a5-428f-a3a9-0e32fda0e037.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/file/9cf75771-e3a5-428f-a3a9-0e32fda0e037.webp&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;more-offline&#34;&gt;More Offline &lt;a href=&#34;#more-offline&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Looking back at 2025, I actually did fairly well of doing a bit more offline.&#xA;It’s been a hard transition out of pandemic times for our family, we had a lot&#xA;of extra health precautions that lasted longer than most other people.&lt;/p&gt;&#xA;&lt;p&gt;This year I should do more of this.  More bike rides, more skate, more basement&#xA;hangouts, more art.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/file/46091653-f759-4a53-b3b7-e9e6226a5a12.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/file/46091653-f759-4a53-b3b7-e9e6226a5a12.webp&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;New dart board in the basement&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;More creativity.  I designed and built fingerboard obstacles to work like legos with 3/4&amp;#34; plywood last November.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/file/fb569b3a-d91d-4ad4-92f8-12e83c39fbda.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/file/fb569b3a-d91d-4ad4-92f8-12e83c39fbda.webp&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;building a fingerboard park in the basement&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;More building&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/file/f34e94d4-c6d4-4a89-96f7-14f67c954307.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/file/f34e94d4-c6d4-4a89-96f7-14f67c954307.webp&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/file/48e6a2ef-a4db-462e-acda-16b270e7053d.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/file/48e6a2ef-a4db-462e-acda-16b270e7053d.webp&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;building set for Jolly Holiday with Rhiannon&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/file/44be3230-29cc-4a5b-a495-4dd7c4e11c2b.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/file/44be3230-29cc-4a5b-a495-4dd7c4e11c2b.webp&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;building boxes for Jolly Holiday with Wyatt&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;More bike rides, fewer nice days wasted, they are relaxing and get good energy out.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/file/f9199d9b-74dc-4650-b1cf-2ac1ffd50e02.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/file/f9199d9b-74dc-4650-b1cf-2ac1ffd50e02.webp&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Bike Rides&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>I took a break</title>
    <id>https://waylonwalker.com/i-took-a-break/</id>
    <updated>2023-05-27T19:45:12Z</updated>
    <published>2023-05-27T19:45:12Z</published>
    <link href="https://waylonwalker.com/i-took-a-break/" rel="alternate" type="text/html"></link>
    <summary type="text">Life comes in waves, and sometimes you need to set down some of your projects to focus on others. For the first part of 2023 I&#39;ve really had a lot of family...</summary>
    <content type="html">&lt;p&gt;Life comes in waves, and sometimes you need to set down some of your projects to&#xA;focus on others. For the first part of 2023 I’ve really had a lot of family&#xA;stuff to focus on, we also are pretty new homeowners and are still trying to&#xA;get our new to us house cleaned up and modernized.&lt;/p&gt;&#xA;&lt;h2 id=&#34;side-projects&#34;&gt;Side Projects &lt;a href=&#34;#side-projects&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;You can see in my growing list of&#xA;&lt;a href=&#34;https://github.com/WaylonWalker?tab=repositories&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/github.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/github.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;repos&lt;/a&gt; that I have poked&#xA;around on quite a few side projects over the past few months. This has been&#xA;quite relaxng to me, mostly things that I use to learn from, but also a&#xA;lot that are tools and things I use that bring me joy.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pydantic&#34;&gt;Pydantic &lt;a href=&#34;#pydantic&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I haven’t wrote about it at all yet, but I have really been starting to lean&#xA;into pydantic on all of these side projects. I have really been enjoying the&#xA;type system. A good friend &lt;a href=&#34;https://twitter.com/pypeaday&#34;&gt;@pypeaday&lt;/a&gt; got me&#xA;hooked and we have been throwing around this phrase that he learned from a math&#xA;professor “Make it So”. The idea boils down to leveraging pydantic to&#xA;make all the values you want to exist up front, or fail validation, then have&#xA;no more checks scattered all over your code.&lt;/p&gt;&#xA;&lt;p&gt;I’ve really been deleting a bunch of logic from places within my code and&#xA;putting it right in the pydantic models. This gives me one place I will know&#xA;to look for it rather than many places some logic might come up. Then when it’s&#xA;time to do things, the logic is typically a bit simpler.&lt;/p&gt;&#xA;&lt;h2 id=&#34;markata&#34;&gt;Markata &lt;a href=&#34;#markata&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://markata.dev&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/markata.dev.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/markata.dev.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;Markata&lt;/a&gt; continues to be my biggest side project.&#xA;Currently its it a big refactoring phase to get everything moved into pydantic.&#xA;It’s been quite awhile since I’ve had a release, but there has been steady&#xA;progress going into the &lt;code&gt;pydantic&lt;/code&gt; branch.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ai&#34;&gt;AI &lt;a href=&#34;#ai&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Ai is really hot in 2023. I’ve been trying to keep my finger on the pulse and&#xA;play with it. I tried to make a library to interface with openai&#xA;&lt;a href=&#34;https://github.com/waylonwalker/lockhart&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/github.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/github.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;lockhart&lt;/a&gt;. It was a cli where you&#xA;can store prompt template. I also made a full text adventure game with a new&#xA;library from prefect.io, called marvin. &lt;a href=&#34;https://github.com/WaylonWalker/marvin-sw-text-adventure&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/github.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/github.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;marvin star wars text&#xA;adventure&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;i-took-a-break&#34;&gt;I took a break &lt;a href=&#34;#i-took-a-break&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;It’s defintitely good to take breaks from big projects, and for me its often&#xA;things like family and work that need to come first and I set things aside. I&#xA;am not saying that I am back to daily writing, but I am going to give it a go&#xA;and see where it takes me. I’ve got a big backlog of ideas to get out.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>vows</title>
    <id>https://waylonwalker.com/vow/</id>
    <updated>2021-05-20T10:07:29Z</updated>
    <published>2021-05-20T10:07:29Z</published>
    <link href="https://waylonwalker.com/vow/" rel="alternate" type="text/html"></link>
    <summary type="text">I can still rememember the day that we we realized our new baby girl had gone days without a bowel movement. Holding her while she looked as if she was about...</summary>
    <content type="html">&lt;h1 id=&#34;story&#34;&gt;Story&lt;/h1&gt;&#xA;&lt;p&gt;I can still rememember the day that we we realized our new baby girl had gone&#xA;days without a bowel movement. Holding her while she looked as if she was&#xA;about to pop at any moment, completely nervous for what was to come.&lt;/p&gt;&#xA;&lt;p&gt;Little did we know what that strong little girl had in store for us. She was&#xA;perparing us for something much bigger. Little did we know how much scary&#xA;medical journeys would soon become a “normal” part of our life. We spent two&#xA;solid years fighting for this girl every day.&lt;/p&gt;&#xA;&lt;p&gt;I still remember that Fall day. That day you drove my car home alone while I&#xA;sat with our kids, patiently awaiting your arrival. When you arrived, no words&#xA;needed to be spoken, the minute you opened the car door I knew our lives had&#xA;changed forever.&lt;/p&gt;&#xA;&lt;p&gt;Scared out of our minds we held it together the best we could for those two&#xA;kids we were holding. Fast forward 6 weeks, you are recovering from the&#xA;biggest surgery of your life, and we notice that little girl is now feeding&#xA;enough for herself. No longer in need of the feeding pump the g-tube. No&#xA;longer in need to wear a backpack with constant feed.&lt;/p&gt;&#xA;&lt;p&gt;All along she was preparing us for something much bigger, soemthing we could&#xA;not have imagined, something we could not have taken without the training&#xA;she had given us.&lt;/p&gt;&#xA;&lt;p&gt;Together we are stronger after the battles we have faced. The long battles we&#xA;have won. Stronger than ever we are ready for anything.&lt;/p&gt;&#xA;&lt;h1 id=&#34;promise&#34;&gt;Promise&lt;/h1&gt;&#xA;&lt;p&gt;I promise to stay strong and grow with you.&lt;/p&gt;&#xA;&lt;p&gt;I promise to hold your hand through the scary moments and tell you everything&#xA;will be ok. We will find a solution, we always do.&lt;/p&gt;&#xA;&lt;p&gt;I will check the house in the middle of the night when there are noises no&#xA;matter how tired I am. I know that it causes you really strong feelings that&#xA;you cannot shake until its been checked.&lt;/p&gt;&#xA;&lt;p&gt;I promise to sit by your side when you are down, no matter how many times we&#xA;re-watch Big Bang Theory it will never be too much.&lt;/p&gt;&#xA;&lt;h1 id=&#34;support&#34;&gt;support&lt;/h1&gt;&#xA;&lt;p&gt;I will accept support on my bad days. I know that I try to be the rock of the&#xA;family and push until I cannot push anymore, no matter how much you tell me to&#xA;rest. I really do appreciate when you take notice that things are going harder&#xA;than normal.&lt;/p&gt;&#xA;&lt;p&gt;I will accept your coaching in handling social emotional issues that are hard&#xA;for me to understand on my own.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>