<?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: catalytic</title>
  <id>https://waylonwalker.com/tags/catalytic/atom.xml</id>
  <updated>2026-01-08T10:48:12Z</updated>
  <subtitle>All posts with the tag &#34;catalytic&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/catalytic/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/catalytic/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>💭 Post | LinkedIn</title>
    <id>https://waylonwalker.com/thought-867/</id>
    <updated>2025-11-11T02:43:05Z</updated>
    <published>2025-11-11T02:43:05Z</published>
    <link href="https://waylonwalker.com/thought-867/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.linkedin.com/posts/anton-martyniuk_source=share&amp;utm_desktop&amp;rcm=ACoAACM7I2cBosNBb12iAVlY0IZbLYYHgFOyIg4</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://www.linkedin.com/posts/anton-martyniuk_mark-zuckerberg-scaled-facebook-in-2005-activity-7393550498584371201-iqDA/?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAACM7I2cBosNBb12iAVlY0IZbLYYHgFOyIg4&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img src=&#34;https://media.licdn.com/dms/image/v2/D4E22AQFEJ1tbZxs6oQ/feedshare-shrink_2048_1536/B4EZpsq0GuKcAw-/0/1762759756836?e=2147483647&amp;amp;v=beta&amp;amp;t=CXkiq2DeYEFB2pt_zf5-0U9ekCJ2Vc1O4umxI5IC5lo&#34; alt=&#34;Mark Zuckerberg scaled Facebook in 2005 - without Kubernetes, Serverless Functions, Redis, Managed Auth, Rust, or Kafka.&#xA;&amp;lt;p&amp;gt;No fancy orchestration.&#xA;No distributed event streams.&#xA;No cloud-native… | Anton Martyniuk | 270 comments — Mark Zuckerberg scaled Facebook in 2005 - without Kubernetes, Serverless Functions, Redis, Managed Auth, Rust, or Kafka.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;No fancy orchestration.&#xA;No distributed event streams.&#xA;No cloud-native anything.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;Modern devs love to over-engineer.&#xA;We build as if our projects will scale to 1 million users tomorrow.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;But here&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34; embed-card-content glightbox&#34;=&#34;&#34;/ data-glightbox=&#34;description: Mark Zuckerberg scaled Facebook in 2005 - without Kubernetes, Serverless Functions, Redis, Managed Auth, Rust, or Kafka.&#xA;&amp;lt;p&amp;gt;No fancy orchestration.&#xA;No distributed event streams.&#xA;No cloud-native… | Anton Martyniuk | 270 comments — Mark Zuckerberg scaled Facebook in 2005 - without Kubernetes, Serverless Functions, Redis, Managed Auth, Rust, or Kafka.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;No fancy orchestration.&#xA;No distributed event streams.&#xA;No cloud-native anything.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;Modern devs love to over-engineer.&#xA;We build as if our projects will scale to 1 million users tomorrow.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;But here&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34;&gt;&#xA;&lt;div class=&#34;embed-card-title&#34;&gt;Mark Zuckerberg scaled Facebook in 2005 - without Kubernetes, Serverless Functions, Redis, Managed Auth, Rust, or Kafka.&lt;p&gt;&lt;/p&gt;&#xA;&lt;p&gt;No fancy orchestration.&#xA;No distributed event streams.&#xA;No cloud-native… | Anton Martyniuk | 270 comments&lt;/p&gt;&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-description&#34;&gt;Mark Zuckerberg scaled Facebook in 2005 - without Kubernetes, Serverless Functions, Redis, Managed Auth, Rust, or Kafka.&lt;p&gt;&lt;/p&gt;&#xA;&lt;p&gt;No fancy orchestration.&#xA;No distributed event streams.&#xA;No cloud-native anyth…&lt;/p&gt;&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-meta&#34;&gt;LinkedIn · linkedin.com&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Lean on your skills and your goals. If your goals are to have fun, use whatever you want. If you are looking for a job, Lean on tech that bridges the gap between your resume and the job you want. If you want to build a good product use the tech you are best at. No one in their right mind would throw away 20 years of tech progression because Zuck built facebook ftping php to a server.&lt;/p&gt;&#xA;&lt;p&gt;The sentiment in this post is fine at best the picture feels triggering and oversimplies  way too much.  If you like kubernetes &lt;a href=&#34;/just-fucking-use-kubernetes/&#34; class=&#34;wikilink&#34; data-title=&#34;just fucking use kubernetes&#34; data-description=&#34;You want to run containers?&#34; data-date=&#34;2025-07-01&#34; data-preview=&#34;You want to run containers?&#34;&gt;just fucking use kubernetes&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This topic deserves a full on post, maybe later.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 #artificialintelligence #hiring | Gary Vaynerchuk | 20 comments</title>
    <id>https://waylonwalker.com/thought-852/</id>
    <updated>2025-10-24T00:39:49Z</updated>
    <published>2025-10-24T00:39:49Z</published>
    <link href="https://waylonwalker.com/thought-852/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.linkedin.com/posts/garyvaynerchuk_artificialintelligence-hiring-activity-7387261666289373184-BOIo</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://www.linkedin.com/posts/garyvaynerchuk_artificialintelligence-hiring-activity-7387261666289373184-BOIo&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img src=&#34;https://dms.licdn.com/playlist/vid/v2/D4E05AQEiRS8X3qmy3w/thumbnail-with-play-button-overlay-high/B4EZoTTPiyKcDg-/0/1761260417550?e=2147483647&amp;amp;v=beta&amp;amp;t=LG9qTvyFlSMZDW8IaFInudCqgiIrc2EiWOeM1UcV8TE&#34; alt=&#34;#artificialintelligence #hiring | Gary Vaynerchuk | 120 comments — I care about humanity first, THEN skills .. and in this AI-scaled world, human sh*t will win 🔑&#xA;&amp;lt;p&amp;gt;#artificialintelligence #hiring | 120 comments on LinkedIn&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34; embed-card-content glightbox&#34;=&#34;&#34;/ data-glightbox=&#34;description: #artificialintelligence #hiring | Gary Vaynerchuk | 120 comments — I care about humanity first, THEN skills .. and in this AI-scaled world, human sh*t will win 🔑&#xA;&amp;lt;p&amp;gt;#artificialintelligence #hiring | 120 comments on LinkedIn&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34;&gt;&#xA;&lt;div class=&#34;embed-card-title&#34;&gt;#artificialintelligence #hiring | Gary Vaynerchuk | 120 comments&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-description&#34;&gt;I care about humanity first, THEN skills .. and in this AI-scaled world, human sh*t will win 🔑&lt;p&gt;&lt;/p&gt;&#xA;&lt;p&gt;#artificialintelligence #hiring | 120 comments on LinkedIn&lt;/p&gt;&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-meta&#34;&gt;LinkedIn · linkedin.com&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;More Human stuff that’s what we will be doing.  Less looking at docs, more architecting (which suspiciously looks like writing docs), more decision making, more explaining.  This is a good positive take on AI right now.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 Big W: A Family Tradition</title>
    <id>https://waylonwalker.com/thought-837/</id>
    <updated>2025-09-19T14:03:04Z</updated>
    <published>2025-09-19T14:03:04Z</published>
    <link href="https://waylonwalker.com/thought-837/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.bigwengineering.com/post/big-w-a-family-tradition?utm_medium=blog.post-promoter&amp;utm_campaign=b9f7c31c-6725-4253-bb37-b10502942676</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://www.bigwengineering.com/post/big-w-a-family-tradition?utm_source=linkedin&amp;amp;utm_medium=blog.post-promoter&amp;amp;utm_campaign=b9f7c31c-6725-4253-bb37-b10502942676&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img class=&#34;glightbox&#34; src=&#34;https://static.wixstatic.com/media/e46759_badd51748b734eb19edcf39a0a9830ad~mv2.jpg/v1/fill/w_1000,h_753,al_c,q_85,usm_0.66_1.00_0.01/e46759_badd51748b734eb19edcf39a0a9830ad~mv2.jpg&#34; alt=&#34;Big W:  A Family Tradition — A quick look into where we came from and what inspires us to do what it takes to build a solid reputation.&#34; loading=&#34;lazy&#34;/ data-glightbox=&#34;description: Big W:  A Family Tradition — A quick look into where we came from and what inspires us to do what it takes to build a solid reputation.&#34;&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;embed-card-content&#34;&gt;&#xA;      &lt;div class=&#34;embed-card-title&#34;&gt;Big W:  A Family Tradition&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-description&#34;&gt;A quick look into where we came from and what inspires us to do what it takes to build a solid reputation.&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-meta&#34;&gt;Big W Engineering Solutions · bigwengineering.com&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;I first met Adam in college, he seemed like quite a character on the outside, but was always quite smart and often leaned towards realistic solutions to problems rather than over complicating things.  He was part of the SAE Formula car, well known for taking a simple problem and trying to turn it into a real formula one carbon fiber solution.  I remember a period where he was a fan of old world blacksmithing as they would say at the time.  He even got a few very simple and light parts on the car that were easy to make unlike the carbon fiber alternatives.  By the time I was there he was more of a leader and did not do a lot of design on any whole system, but would take out class projects for a component or help with some hard problems.  This company feels like it is a great extension of who he was a that time, with about 15 years of professional experience tacked on.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 How To Become The BEST Engineer At Your Company - YouTube</title>
    <id>https://waylonwalker.com/thought-832/</id>
    <updated>2025-09-10T16:08:36Z</updated>
    <published>2025-09-10T16:08:36Z</published>
    <link href="https://waylonwalker.com/thought-832/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.youtube.com/watch?v=Qc_kEyLsXH0</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external embed-card-provider-youtube&#34;&gt;&#xA;  &lt;div class=&#34;embed-card-rich&#34;&gt;&#xA;&lt;lite-youtube videoid=&#34;Qc_kEyLsXH0&#34; title=&#34;How To Become The BEST Engineer At Your Company&#34; playlabel=&#34;Play: How To Become The BEST Engineer At Your Company&#34;&gt;&lt;/lite-youtube&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;When you fill all of your time with a bunch of other things, it becomes really hard to become a friendly person.  Prime talked about trying to learn how to drop the hurry in his life, and how to not always be in a frenzy of going from one thing to the next.  It’s something that puts us in a state that its hard to remember to be friendly.  Hard to remember that &lt;a href=&#34;https://www.youtube.com/watch?v=cPgMeKfQFq8&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.youtube.com.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.youtube.com.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;theres always time for coffee&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I do my best to always leave time for coffee, whether at home with my wife and kids, as well as at work.  I am in a very unique place at work where I have a rare set of skills for the industry I am in.  This comes with a lot of people insterested in how to do things like running data pipelines or managing server infrastructure.  I always take time for these conversations, I find them interesting, and useful.  Sometimes you end up with someone who asks the same questions every 6 months, other times, you have someone flourish from these conversations.  I’m not saying to take on work from every other team in the org, but giving 30 minutes to help mentor others can go a long ways.&lt;/p&gt;&#xA;&lt;p&gt;I’m still not the best, I still get wrapped up in my own stuff just like prime calls out.  I sometimes get frustrated with others around me when things come up that prevent me from doing my work, or just getting the things out of my head that I had momentum on while the lightning was hot.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 You Should Be Hiring Mullets. (write that down)</title>
    <id>https://waylonwalker.com/thought-806/</id>
    <updated>2025-08-21T01:14:21Z</updated>
    <published>2025-08-21T01:14:21Z</published>
    <link href="https://waylonwalker.com/thought-806/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://simplecto.com/you-should-be-hiring-mullets-write-that-down/</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://simplecto.com/you-should-be-hiring-mullets-write-that-down/&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img src=&#34;https://simplecto.com/content/images/2024/11/hire-a-mullet.png&#34; alt=&#34;You Should Be Hiring Mullets. (write that down) — Not because it&amp;#39;s cool (it is), but because it&amp;#39;s what your company actually needs right now.&#xA;&amp;lt;p&amp;gt;&amp;#34;Business in the front, party in the back&amp;#34; isn&amp;#39;t just some throwback style. It&amp;#39;s the whole point.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;In our corporate, don&amp;#39;t-let-HR-see-this reality, it means you&amp;#39;re getting a 360° person. Someone who exists in both&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34; embed-card-content glightbox&#34;=&#34;&#34;/ data-glightbox=&#34;description: You Should Be Hiring Mullets. (write that down) — Not because it&amp;#39;s cool (it is), but because it&amp;#39;s what your company actually needs right now.&#xA;&amp;lt;p&amp;gt;&amp;#34;Business in the front, party in the back&amp;#34; isn&amp;#39;t just some throwback style. It&amp;#39;s the whole point.&amp;lt;/p&amp;gt;&#xA;&amp;lt;p&amp;gt;In our corporate, don&amp;#39;t-let-HR-see-this reality, it means you&amp;#39;re getting a 360° person. Someone who exists in both&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34;&gt;&#xA;&lt;div class=&#34;embed-card-title&#34;&gt;You Should Be Hiring Mullets. (write that down)&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-description&#34;&gt;Not because it&amp;#39;s cool (it is), but because it&amp;#39;s what your company actually needs right now.&lt;p&gt;&lt;/p&gt;&#xA;&lt;p&gt;&amp;#34;Business in the front, party in the back&amp;#34; isn&amp;#39;t just some throwback style. It&amp;#39;s the whole point.&lt;/p&gt;&#xA;&lt;p&gt;In ou…&lt;/p&gt;&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-meta&#34;&gt;Candid and colorful thoughts on enterprise readiness · simplecto.com&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;We need more mullets (as sam describes them).  Not so serious, but serious when it counts.  Ready to back you up, get some shit shipped, roll up their sleeves and do the work, stand up in front of people and pitch ideas.  We have too many hustle bros pitching shit they cant do, ai doomers who have been here 10 minutes think they can replace everything they don’t understand with a word calculator, framework Andys afraid to ship till its &lt;a href=&#34;/perfect/&#34; class=&#34;wikilink&#34; data-title=&#34;perfect&#34; data-description=&#34;Perfect is a made up word that humans use to describe something that is above average, or works really well for them. The idea of perfection is fleeting, as...&#34; data-date=&#34;2025-06-26&#34; data-preview=&#34;Perfect is a made up word that humans use to describe something that is above average, or works really well for them. The idea of perfection is fleeting, as...&#34;&gt;perfect&lt;/a&gt;.  Grow a Mullet.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 How To Build The Tallest Building In Town</title>
    <id>https://waylonwalker.com/thought-776/</id>
    <updated>2025-08-02T15:04:49Z</updated>
    <published>2025-08-02T15:04:49Z</published>
    <link href="https://waylonwalker.com/thought-776/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://garyvaynerchuk.com/build-the-tallest-building-in-town/</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://garyvaynerchuk.com/build-the-tallest-building-in-town/&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img class=&#34;glightbox&#34; src=&#34;https://garyvaynerchuk.com/wp-content/uploads/2020/06/Artboard-1.jpg&#34; alt=&#34;How To Build The Tallest Building In Town — There are two ways you can build the tallest building in town. Once you understand this, things get really good.&#34; loading=&#34;lazy&#34;/ data-glightbox=&#34;description: How To Build The Tallest Building In Town — There are two ways you can build the tallest building in town. Once you understand this, things get really good.&#34;&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;embed-card-content&#34;&gt;&#xA;      &lt;div class=&#34;embed-card-title&#34;&gt;How To Build The Tallest Building In Town&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-description&#34;&gt;There are two ways you can build the tallest building in town. Once you understand this, things get really good.&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-meta&#34;&gt;Gary Vaynerchuk · garyvaynerchuk.com&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Have some positivity!  “Just Build the Tallest Fucking Building” is one of my favorite Gary Vee quotes.  Build good community, bring others up, and stop tearing everyone down, listen to the vid.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 DHH on X: &#34;You have all the time you need, you&#39;re just spendin...</title>
    <id>https://waylonwalker.com/thought-769/</id>
    <updated>2025-07-31T00:56:40Z</updated>
    <published>2025-07-31T00:56:40Z</published>
    <link href="https://waylonwalker.com/thought-769/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://x.com/dhh/status/1950462181331349688</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://x.com/dhh/status/1950462181331349688&#34; class=&#34;embed-card-link  has-avatar has-avatar-before&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/x.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/x.com.ico&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-content&#34;&gt;&#xA;      &lt;div class=&#34;embed-card-title&#34;&gt;External Link&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-meta&#34;&gt;X (formerly Twitter) · x.com&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;The message so many of us need to hear, stop scrolling and start creating.  I’m not sure that I have a heavy issue with this, I barely scroll the socials anymore, I have my own rss reader curated with people that I enjoy consuming from.  YT is often done as a family activity (with my wife) or listening while doing something like dishes.  But I think I’ve been on the other side of this for awhile.  There’s something that ticks my brain by twiddling with linux nonsensically or &lt;code&gt;pip install thing-i-heard-about-today&lt;/code&gt; and try it.  I’m not imune  though, I often fill gaps in the day with nonsense short content, but try to avoid the short trap.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>principal-engineer-at-meta</title>
    <id>https://waylonwalker.com/principal-engineer-at-meta/</id>
    <updated>2025-06-30T20:22:08Z</updated>
    <published>2025-06-30T20:22:08Z</published>
    <link href="https://waylonwalker.com/principal-engineer-at-meta/" rel="alternate" type="text/html"></link>
    <summary type="text">Jake Bolam principal engineer at Meta, has some of the best career advice for those looking to become principal or just be better at their craft. This video...</summary>
    <content type="html">&lt;p&gt;Jake Bolam principal engineer at Meta, has some of the best career advice for&#xA;those looking to become principal or just be better at their craft.  This&#xA;&lt;a href=&#34;https://www.youtube.com/clip/UgkxFp3xC-SrxNtLw3FW24b26DRhNrMra3m8&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.youtube.com.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.youtube.com.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;video&lt;/a&gt; was&#xA;such a banger I had to bring it in as a full post, and not just a thought. It&#xA;was a random YouTube auto play, something that I probably wouldn’t have clicked&#xA;on given title an thumbnail, but turned out to be very impactful.  Jake is such&#xA;a smart guy with a lot of great insights, and I can tell he thinks really quick&#xA;on his feet, he just pulled all of these things out of his head on the fly.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;YT Algorithm Gold&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;I don&amp;#39;t know what it is about this title and thumbnail, but it gives me &amp;#34;ex&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;google, ex facebook, ex microsoft, $100M engineer&amp;#34; vibes in a cringy and&#xA;not satire kind of way.  I would have never clicked on it, it autoplayed&#xA;after a podcast and it hit, immediately I’m like who are these guys? subd&#xA;and started this post it was so good.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;long-on-boarding&#34;&gt;Long On Boarding &lt;a href=&#34;#long-on-boarding&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Jake had a super long period of on boarding at meta, he came in as a seasoned&#xA;leader yet took many months to get going.  This was a phase during or near the&#xA;end of the COVID-19 pandemic and his team was so swamped they were unable to&#xA;give him time to help him.  He felt his on boarding was taking longer than he&#xA;wanted, and found backend work at Instagram.  Moving to Instagram he jumped in&#xA;and starting making impact quick and found his way moving up the ladder serving&#xA;as tech lead for several teams.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;I grabbed a ton of clips from this video, but did not for this section as it&#xA;was kinda long.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;always-open-for-a-chat&#34;&gt;Always open for a Chat &lt;a href=&#34;#always-open-for-a-chat&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;As busy as Jake is, he leaves “Always open for a chat” on his internal profile.&#xA;He does not care about rank into account, the intern can ask for a coffee chat.&#xA;His key metric is how well is this person receiving information.  If they are&#xA;coming back with the same questions every 3 months he is going to start telling&#xA;them he does not have the time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtube.com/clip/Ugkxjwsds5Z9qqqIlJonyHNZDy4B_ArcLjNx?si=9Oi-ODqqYR215kJn&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://i.ytimg.com/vi/QUhC5BDZt-E/maxresdefault.jpg&#34; alt=&#34;✂️ Always Open for a Chat&#34;/ data-glightbox=&#34;description: ✂️ Always Open for a Chat&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I’ve had a fair amount of personal experience with this.  Early in my career I&#xA;experience quite a bit of higher ranks feeling untouchable, they were&#xA;impossible to get a hold of, blew you off, and had more meetings than anyone&#xA;could bear.  It made me really look outside the company for inspiration and&#xA;mentorship most of the time.&lt;/p&gt;&#xA;&lt;h2 id=&#34;theres-always-time-for-coffee&#34;&gt;There’s always time for coffee &lt;a href=&#34;#theres-always-time-for-coffee&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;While I don’t have “Always open for a chat” on my&#xA;profile,  I’ve had many of these types of conversations with my peers.  It&#xA;might be about something career related or more often how to implement&#xA;containers, cloud, and good practices into small teams.&lt;/p&gt;&#xA;&lt;p&gt;I remember a course in college shared the famous quote “There’s always time for&#xA;coffee” and it stuck with me.  The demonstration goes that no matter how much&#xA;you fill your day with big rocks and tiny sand particles, there’s always a&#xA;little more room for coffee, and he dumps coffee into a jar that he has already&#xA;filled up.&lt;/p&gt;&#xA;&lt;p&gt;These conversations often become very impactful.  They can lead to having good&#xA;relationships or job opportunities.&lt;/p&gt;&#xA;&lt;h2 id=&#34;if-we-are-not-getting-enough-feedback-move-faster&#34;&gt;If we are not getting enough feedback, move faster &lt;a href=&#34;#if-we-are-not-getting-enough-feedback-move-faster&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtube.com/clip/UgkxBSPjfIERR8JcJXCOVXduYCRyn8VO6Kl0?si=MVaRDQROXC0D7Wn9&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://i.ytimg.com/vi/QUhC5BDZt-E/maxresdefault.jpg&#34; alt=&#34;✂️ rollout faster&#34;/ data-glightbox=&#34;description: ✂️ rollout faster&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;take-down-prod-sometimes&#34;&gt;Take Down Prod Sometimes &lt;a href=&#34;#take-down-prod-sometimes&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;This was an interesting take.  None of us really want to take down prod.  No&#xA;one is advocating for major outages, but this is is not 2005 shipping out&#xA;software on CD’s anymore.  This take 100% depends on what you do and where you&#xA;work.  Obviously some sectors cannot take any downtime; nuclear power, cloud&#xA;systems supporting nuclear power, navigation systems, idk theres a bunch of&#xA;stuff.  I bet if you are reading this that aint you.  You’re probably writing&#xA;some backend dashboard for the marketing team, or building out a website to&#xA;upload cat photos on … Wait, thats literally what jake is doing here.&lt;/p&gt;&#xA;&lt;p&gt;Idea being if you don’t occasionally cause some small production issues, you&#xA;probably are not taking enough risk.  You are moving too slow, getting feedback&#xA;too late, your competitors just ran past you.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtube.com/clip/Ugkx-Jofyn4OmTOkxFzxU__5_7BAeG3O3IkE?si=8yAj3H_ZB-7vjw0W&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://i.ytimg.com/vi/QUhC5BDZt-E/maxresdefault.jpg&#34; alt=&#34;✂️ take down prod sometimes&#34;/ data-glightbox=&#34;description: ✂️ take down prod sometimes&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;go-where-you-are-rare&#34;&gt;Go where you are rare &lt;a href=&#34;#go-where-you-are-rare&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I find this interesting.  I’ve found myself within non-software companies doing&#xA;sofware and data analysis most of my career, the amount of value you can bring&#xA;by being that one guy that knows some pandas, containerization, how to run a vm&#xA;is massive in an org that uses excel as its primary database.  The rest of the&#xA;org generally has massive knowledge in the business, but greatly slowed down by&#xA;their ability to find value in the data.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtube.com/clip/UgkxZHKW3EHYH9Z8qPvyNlLQYN55BkufhmsJ?si=SwkO7bfrE16WFoyN&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://i.ytimg.com/vi/QUhC5BDZt-E/maxresdefault.jpg&#34; alt=&#34;✂️ go where your rare&#34;/ data-glightbox=&#34;description: ✂️ go where your rare&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;do-work-that-you-dont-get-credit-for&#34;&gt;Do work that you don’t get credit for &lt;a href=&#34;#do-work-that-you-dont-get-credit-for&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I’ve worked with a lot of people in my 15 years of professional work, and I can&#xA;tell you the worst ones to work with are the ones that focus too much on value.&#xA;Every ounce of effort they bring needs to be backed by dollars comming into the&#xA;business.  I’ve seen this shake out a number of ways.  You got the guy who sits&#xA;on his ass all of January waiting for goals to be set, you got the guy who&#xA;holds everything he knows close to his chest so that he is the one that can&#xA;take the glory, and you got the guy who wont ever; refactor his code, cleanup,&#xA;lint, update dependencies, and so on; because that does not have direct line to&#xA;dollars coming into the business.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtube.com/clip/UgkxFp3xC-SrxNtLw3FW24b26DRhNrMra3m8?si=5I5JhuxwNFKWZsL7&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://i.ytimg.com/vi/QUhC5BDZt-E/maxresdefault.jpg&#34; alt=&#34;✂️ 20% of time won’t get credit&#34;/ data-glightbox=&#34;description: ✂️ 20% of time won’t get credit&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The clip goes a bit further than this, and hints at things that are going to&#xA;enable you and your org to move faster.  You might shave off 2 minutes off of&#xA;ci, or docker builds.  You might give everyone an easy way to run dev&#xA;containers with production like dependencies in a snap.  You might give them a&#xA;way to clone prod data into a sandbox.  These type of things provide no dollars&#xA;to the company, it’s likely that few will notice but damn they add up to an&#xA;efficient running organization.&lt;/p&gt;&#xA;&lt;h2 id=&#34;work-diary---the-value-of-writing-things-down&#34;&gt;Work Diary - the value of writing things down &lt;a href=&#34;#work-diary---the-value-of-writing-things-down&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;This one hits home, for far too long I’ve been in between note taking systems&#xA;and am finally getting [[ marakta ]] setup to build out a really good&#xA;zettelkasten style work notes.  I’ve kinda had this on my blog for a long time,&#xA;but not fully.  I think the piece that I am missing here is the dumping ground.&#xA;I don’t &lt;strong&gt;yet&lt;/strong&gt; have a daily notes implementation that lets me just dump idea&#xA;onto a page that I care little about, but is the process of starting something&#xA;bigger, crosslinking between people, meetings, tasks, and launchdocs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtube.com/clip/UgkxBC5Y_WL40hiEHY_zqjOVkLwkSQyyYvcC?si=l_tsY238JstdFSaA&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://i.ytimg.com/vi/QUhC5BDZt-E/maxresdefault.jpg&#34; alt=&#34;✂️ work diary&#34;/ data-glightbox=&#34;description: ✂️ work diary&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I hadn’t heard of the term launchdoc before this, but I took it and I am using&#xA;it.  I generally do an ok doc in the changelog of my products and spice it up&#xA;to go to the announcement chat channel, but I don’t fully keep record of it,&#xA;pulling the changelog into a launchdoc gives me that chance to spice it up and&#xA;have the language it needs to go right into chat.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>perfect</title>
    <id>https://waylonwalker.com/perfect/</id>
    <updated>2025-06-26T13:55:17Z</updated>
    <published>2025-06-26T13:55:17Z</published>
    <link href="https://waylonwalker.com/perfect/" rel="alternate" type="text/html"></link>
    <summary type="text">Perfect is a made up word that humans use to describe something that is above average, or works really well for them. The idea of perfection is fleeting, as...</summary>
    <content type="html">&lt;p&gt;Perfect is a made up word that humans use to describe something that is above&#xA;average, or works really well for them.  The idea of perfection is fleeting, as&#xA;you think more deeply about something, you can continue to chase the idea of&#xA;perfection to unimaginable senses.  Sometimes &lt;em&gt;perfect&lt;/em&gt; simply means &lt;em&gt;good&#xA;enough&lt;/em&gt;.  Could there be something better, &lt;strong&gt;Always&lt;/strong&gt;, but at what cost.  If I&#xA;spent 10 more minutes on this post would it be better, maybe, but I might fuck&#xA;it up.  If I spent my lifetime studying how humans read and think, sole&#xA;focused on how it pertains to this post, ya it would get better.  When I use&#xA;this word perfect it’s not meant in the most literal sense of the word, but&#xA;perfect to me, maybe good enough given the constraints I have, its the best&#xA;thing I’ve got.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 neverjust</title>
    <id>https://waylonwalker.com/thought-717/</id>
    <updated>2025-06-23T23:55:57Z</updated>
    <published>2025-06-23T23:55:57Z</published>
    <link href="https://waylonwalker.com/thought-717/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.neverjust.net/</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://www.neverjust.net/&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img class=&#34;glightbox&#34; src=&#34;https://www.neverjust.net/opengraph-image.png?fcfb5c7c48aa740e&#34; alt=&#34;neverjust — a guide to better developer communication&#34; loading=&#34;lazy&#34;/ data-glightbox=&#34;description: neverjust — a guide to better developer communication&#34;&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;embed-card-content&#34;&gt;&#xA;      &lt;div class=&#34;embed-card-title&#34;&gt;neverjust&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-description&#34;&gt;a guide to better developer communication&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-meta&#34;&gt;neverjust · neverjust.net&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;I just never quite understood why the word &lt;em&gt;just&lt;/em&gt; can send people over the top.  I get it when you don’t know someone, you don’t have history with them, and they come in saying you are doing something wrong.&lt;/p&gt;&#xA;&lt;p&gt;I pulled this out into a full post &lt;a href=&#34;/just/&#34; class=&#34;wikilink&#34; data-title=&#34;just&#34; data-description=&#34;I just never quite understood why the word can send people over the top. I get it when you don&amp;#39;t know someone, you don&amp;#39;t have history with them, and they...&#34; data-date=&#34;2025-06-23&#34; data-preview=&#34;I just never quite understood why the word can send people over the top. I get it when you don&amp;#39;t know someone, you don&amp;#39;t have history with them, and they...&#34;&gt;just&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>just</title>
    <id>https://waylonwalker.com/just/</id>
    <updated>2025-06-23T19:02:29Z</updated>
    <published>2025-06-23T19:02:29Z</published>
    <link href="https://waylonwalker.com/just/" rel="alternate" type="text/html"></link>
    <summary type="text">I just never quite understood why the word can send people over the top. I get it when you don&#39;t know someone, you don&#39;t have history with them, and they...</summary>
    <content type="html">&lt;p&gt;I just never quite understood why the word &lt;code&gt;just&lt;/code&gt; can send people over the top. I&#xA;get it when you don’t know someone, you don’t have history with them, and they&#xA;come in saying you are doing something wrong.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;When you say “just,” you’re skipping over all the invisible complexity. You’re assuming the problem is simple, and that the person asking for help hasn’t already considered the obvious.&lt;/p&gt;&#xA;&lt;p&gt;You’re not seeing the constraints:&lt;/p&gt;&#xA;&lt;p&gt;Legacy code&#xA;Business requirements&#xA;Team conventions&#xA;Time, budget, or technical debt&#xA;Platform limitations&lt;/p&gt;&#xA;&lt;p&gt;~&lt;a href=&#34;https://www.neverjust.net/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.neverjust.net.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.neverjust.net.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;https://www.neverjust.net/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;If I’ve worked with someone for more than 6 months, we have established&#xA;patterns for problems, libraries we use, and they are deep in the weeds of&#xA;trying to fix something, I want to ask  “Why don’t you just do the same thing&#xA;we do everywhere else?”&lt;/p&gt;&#xA;&lt;p&gt;I don’t need a snarky ass response, I don’t need you to get bent out of shape&#xA;about it. I &lt;strong&gt;am&lt;/strong&gt; communicating that I do not know the damn constraints to&#xA;this problem.  I am communicating I am ignorant to the pain you have suffered&#xA;trying to do something for days that I thought should be copy paste pr up in 10&#xA;minutes.&lt;/p&gt;&#xA;&lt;p&gt;What I want to hear is “Well here’s the story of why this particular one is&#xA;complex, and let me take you on my travels.” or “I’m about there and don’t have&#xA;time right now just understand that this is different, we can discuss later.”&lt;/p&gt;&#xA;&lt;p&gt;My &lt;em&gt;just&lt;/em&gt; should not cause you pain, it should &lt;strong&gt;not&lt;/strong&gt; cause you to feel belittled,&#xA;If we have worked together for any amount of time and have respect for each&#xA;other, you should understand that this is not coming from a place of&#xA;belittlement, rather its an open door for you to explain why this thing is not&#xA;what it seems at surface level.&lt;/p&gt;&#xA;&lt;h2 id=&#34;just-use-another-library&#34;&gt;Just use another library &lt;a href=&#34;#just-use-another-library&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/4404a111-40be-4066-9ba0-08720133f011.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/4404a111-40be-4066-9ba0-08720133f011.webp&#34; alt=&#34;image&#34;/ data-glightbox=&#34;description: image&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;~&lt;a href=&#34;https://www.neverjust.net/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.neverjust.net.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.neverjust.net.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;https://www.neverjust.net/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Here Sam asks “Why don’t you just use another library?”, and Alex replies “If&#xA;it were that easy, I would have done it already.”&lt;/p&gt;&#xA;&lt;p&gt;Honestly this example is a little vague and non-specific.  On boarding a new&#xA;library to a team can be a big ask.  It becomes something that the team has to&#xA;integrate and depend on, and take on supply chain risk.  This example would be&#xA;better with something more specific, if the team often uses a mix of SQL,&#xA;pandas, and occasionally pulls out polars for bigger tasks, Sam  might&#xA;legitimately ask “why don’t you just use &amp;lt;insert pandas, polars, SQL&amp;gt;”.&lt;/p&gt;&#xA;&lt;p&gt;This communicates that Sam see’s the obvious we use polars when things get&#xA;tough, or we use SQL when data transfer gets too slow.&lt;/p&gt;&#xA;&lt;h2 id=&#34;you-are-not-dumb&#34;&gt;You are not Dumb &lt;a href=&#34;#you-are-not-dumb&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I want to hear the story. In no way am I calling you dumb, in fact I’m probably&#xA;claiming ignorance to the problem at hand.  I see that you have a lot more time&#xA;invested than me and I’m offering help, not asking for snarky ass remarks back&#xA;&lt;strong&gt;Alex&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;In fact take it as a sign that I am this comfortable with you and that you are&#xA;so far from dumb that I don’t have to risk being taken out of context.&lt;/p&gt;&#xA;&lt;h2 id=&#34;or-maybe-you-are&#34;&gt;Or maybe you are &lt;a href=&#34;#or-maybe-you-are&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Or maybe Sam is trying to belittle Alex here, if that’s the case we need to&#xA;have a conversation and work some shit out or find somewhere else to be, Alex&#xA;should not be belittled like this because Sam is full of himself.&lt;/p&gt;&#xA;&lt;h2 id=&#34;suggestions&#34;&gt;Suggestions &lt;a href=&#34;#suggestions&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/b84360f0-a6bf-4c63-84d2-1710c6b06eca.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/b84360f0-a6bf-4c63-84d2-1710c6b06eca.webp&#34; alt=&#34;image&#34;/ data-glightbox=&#34;description: image&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;~&lt;a href=&#34;https://www.neverjust.net/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.neverjust.net.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.neverjust.net.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;https://www.neverjust.net/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;The suggestions are &lt;em&gt;fine&lt;/em&gt;, but they feel like they are asking me to hunt&#xA;around for the problem rather than you recognizing my ignorance to the issue,&#xA;and let Sam tell me “Why don’t you just use another library?”&lt;/p&gt;&#xA;&lt;h2 id=&#34;final-thoughts&#34;&gt;Final Thoughts &lt;a href=&#34;#final-thoughts&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;In recognizing how much pain this causes others I do try to limit my use of&#xA;just, it comes out from time to time, though I try not to.  I try to remain&#xA;kind, humble, and helpful.  And typically in the first few weeks or months&#xA;interaction with new teams/people I kinda walk on eggshells for a bit.  I don’t&#xA;know you or where you are, if I make it sound like you are dumb and turns out&#xA;that’s what people think of you I’m gonna feel kinda bad.  Just understand that&#xA;not everyone is trying to attack you, communication via text is hard, give&#xA;folks a break before jumping them.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dont-be-an-ass&#34;&gt;Don’t be an Ass &lt;a href=&#34;#dont-be-an-ass&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;This post is not trying to say that you can freely belittle your team, go forth&#xA;and be the irritating guy on the team that comes off like a know it all.  I’m&#xA;saying when you are on the receiving end try not to take it with such offense&#xA;and as an opportunity to explain without the need to dance around the issue.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 Root for Your Friends · Joseph Thacker</title>
    <id>https://waylonwalker.com/thought-644/</id>
    <updated>2025-05-27T02:27:24Z</updated>
    <published>2025-05-27T02:27:24Z</published>
    <link href="https://waylonwalker.com/thought-644/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://josephthacker.com/personal/2025/05/13/root-for-your-friends.html</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;/static/https://josephthacker.com/personal/2025/05/13/root-for-your-friends.html&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;/static/https://josephthacker.com/personal/2025/05/13/root-for-your-friends.html&#34; alt=&#34;https://josephthacker.com/personal/2025/05/13/root-for-your-friends.html&#34;/ data-glightbox=&#34;description: https://josephthacker.com/personal/2025/05/13/root-for-your-friends.html&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;Such a great message right now.  I feel like everywhere I turn is negativity, especially social media.  It feels like so many things are trying to divide and create hate.  “This” is what we should be doing with social media.  There are a lot of elements of “there are two ways to have the biggest building in town, tear down all the bigger buildings, or just build the biggest fucking building”, If you want to be successful in X then surround yourself with others successful in X.  This is a catalytic skill that everyone needs to have in their belt.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 Proompted Kiddies Learning The Hard Way - YouTube</title>
    <id>https://waylonwalker.com/thought-557/</id>
    <updated>2025-02-14T19:15:41Z</updated>
    <published>2025-02-14T19:15:41Z</published>
    <link href="https://waylonwalker.com/thought-557/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.youtube.com/watch?v=eNIBie_uYMI</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external embed-card-provider-youtube&#34;&gt;&#xA;  &lt;div class=&#34;embed-card-rich&#34;&gt;&#xA;&lt;lite-youtube videoid=&#34;eNIBie_uYMI&#34; title=&#34;Proompted Kiddies Learning The Hard Way&#34; playlabel=&#34;Play: Proompted Kiddies Learning The Hard Way&#34;&gt;&lt;/lite-youtube&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Damn prime makes an interesting point near then end of this video.  He’s seen a bunch of people able to just throw down charts and shit at their company and end up being “the coding guy” cause they proompted something once.  In a way I can relate, I got into software in a similar way, but at a time that it took a lot more hard work, understanding , and copy past from the right stack overflow.   Based on some of the people around me at the time I can only imagine how some people must feel like they got pushed into it without wanting it, and now are building something they don’t know anything about with no care about it or care to build any expertise.  Is the future proompted charts from enterprise chatgpt or do we only continue growing more need for software from here.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.wayl.one/api/file/d43265cd-7fe1-4cb4-a22e-d82a37a2e368.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.wayl.one/api/file/d43265cd-7fe1-4cb4-a22e-d82a37a2e368.webp&#34; alt=&#34;image&#34;/ data-glightbox=&#34;description: image&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 The Worst Thing You Can Do For Your Career - YouTube</title>
    <id>https://waylonwalker.com/thought-533/</id>
    <updated>2025-01-17T14:54:14Z</updated>
    <published>2025-01-17T14:54:14Z</published>
    <link href="https://waylonwalker.com/thought-533/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.youtube.com/watch?v=CVG6f1N0VT8</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external embed-card-provider-youtube&#34;&gt;&#xA;  &lt;div class=&#34;embed-card-rich&#34;&gt;&#xA;&lt;lite-youtube videoid=&#34;CVG6f1N0VT8&#34; title=&#34;The Worst Thing You Can Do For Your Career&#34; playlabel=&#34;Play: The Worst Thing You Can Do For Your Career&#34;&gt;&lt;/lite-youtube&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Don’t stop learning!  Stop trying because you have a doomer outlook on ai, llms, industry and think they are taking over.  If you have no hope for the future, if you stop now you are cementing in that you will be no good and the ai will be better.  Many, maybe most of us in this industry go here by hard work, long nights of learning, trying to solve problems that our job had.  If llms  take over then the world is going to be a whole lot different, it will be a world you cannot predict or plan for.  For now put your head down and succeed in the world we have today.&lt;/p&gt;&#xA;&lt;p&gt;TEEJ has some great thoughts on this whole sentiment, put this on for you morning walk or whatever you do.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 Fork Around And Find Out | Remaining Authentic in Retirement w...</title>
    <id>https://waylonwalker.com/thought-496/</id>
    <updated>2025-01-03T16:39:51Z</updated>
    <published>2025-01-03T16:39:51Z</published>
    <link href="https://waylonwalker.com/thought-496/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://share.transistor.fm/s/a9e41e15</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://share.transistor.fm/s/a9e41e15&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img class=&#34;glightbox&#34; src=&#34;https://img.transistorcdn.com/mHoxCHu62O4E-j5TFlNHwKgjmPh6nVKx-9HlNfwAYBg/rs:fill:0:0:1/w:800/h:800/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8xMzk0/MmM3M2ExY2IwNTdh/MGM5MjdhMTMyN2Qw/OGU5Ny5wbmc.webp&#34; alt=&#34;Fork Around And Find Out | Remaining Authentic in Retirement with Kelsey Hightower — Retirement is about the journey, not the destination. For Kelsey Hightower, it’s been an epic journey. On our debut episode of the Fork Around and Find Out Podcast (and much to Autumn’s elation), Kelsey joins us to run down his illustrious career that spans a quarter of a century.Known for...&#34; loading=&#34;lazy&#34;/ data-glightbox=&#34;description: Fork Around And Find Out | Remaining Authentic in Retirement with Kelsey Hightower — Retirement is about the journey, not the destination. For Kelsey Hightower, it’s been an epic journey. On our debut episode of the Fork Around and Find Out Podcast (and much to Autumn’s elation), Kelsey joins us to run down his illustrious career that spans a quarter of a century.Known for...&#34;&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;div class=&#34;embed-card-content&#34;&gt;&#xA;      &lt;div class=&#34;embed-card-title&#34;&gt;Fork Around And Find Out | Remaining Authentic in Retirement with Kelsey Hightower&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-description&#34;&gt;Retirement is about the journey, not the destination. For Kelsey Hightower, it’s been an epic journey. On our debut episode of the Fork Around and Find Out Podcast (and much to Autumn’s elation...&lt;/div&gt;&#xA;      &lt;div class=&#34;embed-card-meta&#34;&gt;share.transistor.fm&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;What a great first guest for FAFO.  Kelsey is always such a great listen.  He talks about killedbygoogle and how engineers get no incentive to work on old projects, google had no incentive, and you got the thing for FREE in the first place.  He talks about end of career and having love you money, having so much in the bank you can say no.  If you are presented with a project that does not align with your values you can say no.M&lt;/p&gt;&#xA;&lt;p&gt;Justin even mentions how Google has more killedbygoogle projects than Amazon has total projects.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;If we knew how hard it would be, we would never build it.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Autumn’s Fav quote from ep1 of shipit&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 Getting a Dev Job in 2025 - YouTube</title>
    <id>https://waylonwalker.com/thought-472/</id>
    <updated>2024-12-27T02:53:55Z</updated>
    <published>2024-12-27T02:53:55Z</published>
    <link href="https://waylonwalker.com/thought-472/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.youtube.com/watch?v=2PiM2e4RtTg</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external embed-card-provider-youtube&#34;&gt;&#xA;  &lt;div class=&#34;embed-card-rich&#34;&gt;&#xA;&lt;lite-youtube videoid=&#34;2PiM2e4RtTg&#34; title=&#34;Getting a Dev Job in 2025&#34; playlabel=&#34;Play: Getting a Dev Job in 2025&#34;&gt;&lt;/lite-youtube&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Theo weighing in on the 2025 job market.  It’s no 2018 out there right now, the ratio of jobs to engineers in the market has flipped big time.  Theo as usual really focuses on community, being in a community, and being a good citizen.  At the end of the video Theo weighs in on his experience hiring, and generally it starts with we need someone to do x does anyone know someone, then goes to a more formal internal post, then more formally asking internally does anyone know someone, then maybe to his community, and if he really still needs the person it &lt;em&gt;might&lt;/em&gt; become an external post.  These days there are so many good engineers on the market that very few good jobs actually get a posting for in his opinion.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>blogging in 2024</title>
    <id>https://waylonwalker.com/blogging-in-2024/</id>
    <updated>2024-08-05T10:02:09Z</updated>
    <published>2024-08-05T10:02:09Z</published>
    <link href="https://waylonwalker.com/blogging-in-2024/" rel="alternate" type="text/html"></link>
    <summary type="text">Over the past years couple of years blog traffic has been tanking, for some time I thought it might have just been me, but then i heard it from Dave Rupert...</summary>
    <content type="html">&lt;p&gt;Over the past years couple of years blog traffic has been tanking, for some&#xA;time I thought it might have just been me, but then i heard it from Dave Rupert&#xA;on Shop Talk show, and it made sense.  LLMs and AI is slowly killing the&#xA;internet as we know it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-metrics&#34;&gt;My metrics &lt;a href=&#34;#my-metrics&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I dug into my emails from the google search console team and found two results&#xA;nearly one year apart.  Impressions are only 60% of its value a year ago while&#xA;clicks are only 35% of where they were a year ago.  I’m getting less&#xA;impressions and even less clicks.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/2706f990-f2fa-4ccb-a7a9-142ee20686c7.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/2706f990-f2fa-4ccb-a7a9-142ee20686c7.webp&#34; alt=&#34;blogging-in-2024-20240805080104035.webp&#34;/ data-glightbox=&#34;description: blogging-in-2024-20240805080104035.webp&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;May 2023&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://dropper.waylonwalker.com/api/file/cd708a26-27d2-4a33-9f22-b0cb0dd54fc5.webp&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://dropper.waylonwalker.com/api/file/cd708a26-27d2-4a33-9f22-b0cb0dd54fc5.webp&#34; alt=&#34;blogging-in-2024-20240805080137554.webp&#34;/ data-glightbox=&#34;description: blogging-in-2024-20240805080137554.webp&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;June 2024&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;suspicions&#34;&gt;Suspicions &lt;a href=&#34;#suspicions&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;What I think is happening is a large portion of users are getting their answers&#xA;from ChatGPT, Copilot, and llms like this.  A lot of my posts have been filling&#xA;gaps in the internet, notes for myself when I struggle to integrate x in y&#xA;because there was a gap of how to do so in the docs and stack overflow. Some&#xA;small fraction of users have moved on to duck duck go and other non global&#xA;warming search engines with AI in their results.&lt;/p&gt;&#xA;&lt;p&gt;Clicks are down even further, than impressions.  I can’t tell for sure but my&#xA;gut feeling is that people are using the AI generated results.  I know I use&#xA;them quite often, but listening to Justin and Autumn at the end of the latest&#xA;ship it podcast &lt;a href=&#34;https://changelog.com/shipit/115&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/changelog.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/changelog.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;https://changelog.com/shipit/115&lt;/a&gt;, they both claim that they get&#xA;no benefits from it and don’t know anyone who does.  In fact Justin has taken&#xA;the most ethical approach to move to duck duck go since it doesn’t kill the&#xA;earth with each search by injecting AI results.  Personally I do find it quite&#xA;helpful, sometimes the answer is there, or an idea that triggers me to think of&#xA;the idea.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ok-blogging-is-dead-why-keep-going&#34;&gt;Ok blogging is dead why keep going &lt;a href=&#34;#ok-blogging-is-dead-why-keep-going&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Just as always blogging has been for me. It’s a great place to write down your&#xA;thoughts for later reference, and to help cement them into your brain.  Beyond&#xA;getting famous and clicks blogging is useful to you first and foremost, that&#xA;should be the number one reason.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-do-we-keep-the-internet-of-old&#34;&gt;How do we keep the internet of old &lt;a href=&#34;#how-do-we-keep-the-internet-of-old&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;RSS feed readers is a great way to keep creators that you like and want to&#xA;support in your feed regardless of what the higher powers of search and social&#xA;media think of them.  This year I built my own &lt;a href=&#34;/reader/&#34; class=&#34;wikilink&#34; data-title=&#34;Reader&#34; data-description=&#34;Latest posts from blogs I follow&#34; data-preview=&#34;Latest posts from blogs I follow&#34;&gt;Reader&lt;/a&gt;, and I use it every&#xA;single day to read articles out of my own custom curated feed.&lt;/p&gt;&#xA;&lt;p&gt;I have also created &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;Thoughts&lt;/a&gt; to help share and lift up creators that make&#xA;good posts.  I have a crome extension that allows me to create a blog post tied&#xA;to a link right within chrome.  I use this several times per day to save some&#xA;pages for later with a small note.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 /Tips-for-Being-Happier--Healthier--More-Productive</title>
    <id>https://waylonwalker.com/thought-353/</id>
    <updated>2024-07-20T18:02:22Z</updated>
    <published>2024-07-20T18:02:22Z</published>
    <link href="https://waylonwalker.com/thought-353/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://podcasters.spotify.com/pod/show/garyvee/episodes/Tips-for-Being-Happier--Healthier--More-Productive-e2m4184</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external&#34;&gt;&#xA;  &lt;a href=&#34;https://podcasters.spotify.com/pod/show/garyvee/episodes/Tips-for-Being-Happier--Healthier--More-Productive-e2m4184&#34; class=&#34;embed-card-link&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&#xA;    &lt;div class=&#34;embed-card-image&#34;&gt;&#xA;      &lt;img src=&#34;https://d3t3ozftmdmh3i.cloudfront.net/staging/podcast_uploaded_nologo400/2454369/2454369-1740850353410-0cbc4ddd1c276.jpg&#34; alt=&#34;Tips for Being Happier, Healthier, More Productive by The GaryVee Audio Experience — Today&amp;#39;s podcast episode is an interview I did on the Happier with Gretchen Rubin Podcast with Gretchen Rubin and Elizabeth Craft. We discuss balancing ambition, tenacity, humility, and patience. I introduce my new children&amp;#39;s book Meet Me In The Middle, that&amp;#39;s part of the VeeFriends project, aimed at teaching kids valuable life virtues. Lastly, I also share an exercise that can help you feel better through deep breathing and perspective shifts. Hope you enjoy!&#xA;&amp;lt;p&amp;gt;Check out my new kids book:&#xA;garyvee.com/vfbook&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34; embed-card-content glightbox&#34;=&#34;&#34;/ data-glightbox=&#34;description: Tips for Being Happier, Healthier, More Productive by The GaryVee Audio Experience — Today&amp;#39;s podcast episode is an interview I did on the Happier with Gretchen Rubin Podcast with Gretchen Rubin and Elizabeth Craft. We discuss balancing ambition, tenacity, humility, and patience. I introduce my new children&amp;#39;s book Meet Me In The Middle, that&amp;#39;s part of the VeeFriends project, aimed at teaching kids valuable life virtues. Lastly, I also share an exercise that can help you feel better through deep breathing and perspective shifts. Hope you enjoy!&#xA;&amp;lt;p&amp;gt;Check out my new kids book:&#xA;garyvee.com/vfbook&amp;#34; loading=“lazy”&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&amp;lt;div class=&#34;&gt;&#xA;&lt;div class=&#34;embed-card-title&#34;&gt;Tips for Being Happier, Healthier, More Productive by The GaryVee Audio Experience&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-description&#34;&gt;Today&amp;#39;s podcast episode is an interview I did on the Happier with Gretchen Rubin Podcast with Gretchen Rubin and Elizabeth Craft. We discuss balancing ambition, tenacity, humility, and patience. I …&lt;/div&gt;&#xA;&lt;div class=&#34;embed-card-meta&#34;&gt;Spotify for Creators · podcasters.spotify.com&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Deep breath, the deepest you can take in&lt;/p&gt;&#xA;&lt;p&gt;Smile, a real fukin smile not some pansy bullshit&lt;/p&gt;&#xA;&lt;p&gt;Say I’m not going to give a shit about this when I’m 90&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>My Reader Project</title>
    <id>https://waylonwalker.com/my-reader/</id>
    <updated>2024-07-07T10:24:28Z</updated>
    <published>2024-07-07T10:24:28Z</published>
    <link href="https://waylonwalker.com/my-reader/" rel="alternate" type="text/html"></link>
    <summary type="text">In 2024 I built my own reader after years of being bitter about google killing reader more than a decade prior.</summary>
    <content type="html">&lt;p&gt;In 2024 I built my own reader after years of being bitter about google killing&#xA;reader more than a decade prior.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition seealso&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Seealso&lt;/p&gt;&#xA;&lt;p&gt;All the way back in 2020 I made a post on what I wanted to build into my own&#xA;reader.  It went long forgotten until I tried to make this post and slugs&#xA;clashed. &lt;a href=&#34;/reader-2020/&#34; class=&#34;wikilink&#34; data-title=&#34;Reader-2020&#34; data-description=&#34;Notes about my reader idea&#34; data-date=&#34;2020-07-12&#34; data-preview=&#34;Notes about my reader idea&#34;&gt;Reader-2020&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;built-on-markata&#34;&gt;Built on markata &lt;a href=&#34;#built-on-markata&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I built it on top of my own static site generator &lt;a href=&#34;/markata/&#34; class=&#34;wikilink&#34; data-title=&#34;markata&#34; data-description=&#34;This post is a work in progress.&#34; data-date=&#34;2024-05-30&#34; data-preview=&#34;This post is a work in progress.&#34;&gt;markata&lt;/a&gt;, feedparser (&lt;a href=&#34;/parsing-rss-python/&#34; class=&#34;wikilink&#34; data-title=&#34;🐍 Parsing RSS feeds with Python&#34; data-description=&#34;I am looking into a way to replace my google reader experience that I had back in 2013 before google took it from us. I am starting by learning how to parse...&#34; data-date=&#34;2020-07-13&#34; data-preview=&#34;I am looking into a way to replace my google reader experience that I had back in 2013 before google took it from us. I am starting by learning how to parse...&#34;&gt;🐍 Parsing RSS feeds with Python&lt;/a&gt;), some jinja templating, and tailwind.&lt;/p&gt;&#xA;&lt;p&gt;After putting all the work I have into markata, it makes projects like this&#xA;fairly easy to build out with just a custom loader to load new posts in.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>