<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:fh="http://purl.org/syndication/history/1.0">
  <title>Posts tagged: catalytic Archive</title>
  <id>https://go.waylonwalker.com/tags/catalytic/archive/atom.xml</id>
  <updated>2026-01-08T10:48:12Z</updated>
  <subtitle>All posts with the tag &#34;catalytic&#34;</subtitle>
  <link href="https://go.waylonwalker.com/tags/catalytic/" rel="alternate" type="text/html"></link>
  <link href="https://go.waylonwalker.com/tags/catalytic/archive/atom.xml" rel="self" type="application/atom+xml"></link>
  <link href="https://go.waylonwalker.com/tags/catalytic/atom.xml" rel="current" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <fh:complete></fh:complete>
  <entry>
    <title>2026 Resolutions</title>
    <id>https://go.waylonwalker.com/2026-resolutions/</id>
    <updated>2026-01-08T10:48:12Z</updated>
    <published>2026-01-08T10:48:12Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-867/</id>
    <updated>2025-11-11T02:43:05Z</updated>
    <published>2025-11-11T02:43:05Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-852/</id>
    <updated>2025-10-24T00:39:49Z</updated>
    <published>2025-10-24T00:39:49Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-837/</id>
    <updated>2025-09-19T14:03:04Z</updated>
    <published>2025-09-19T14:03:04Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-832/</id>
    <updated>2025-09-10T16:08:36Z</updated>
    <published>2025-09-10T16:08:36Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-806/</id>
    <updated>2025-08-21T01:14:21Z</updated>
    <published>2025-08-21T01:14:21Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-776/</id>
    <updated>2025-08-02T15:04:49Z</updated>
    <published>2025-08-02T15:04:49Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-769/</id>
    <updated>2025-07-31T00:56:40Z</updated>
    <published>2025-07-31T00:56:40Z</published>
    <link href="https://go.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://go.waylonwalker.com/principal-engineer-at-meta/</id>
    <updated>2025-06-30T20:22:08Z</updated>
    <published>2025-06-30T20:22:08Z</published>
    <link href="https://go.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://go.waylonwalker.com/perfect/</id>
    <updated>2025-06-26T13:55:17Z</updated>
    <published>2025-06-26T13:55:17Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-717/</id>
    <updated>2025-06-23T23:55:57Z</updated>
    <published>2025-06-23T23:55:57Z</published>
    <link href="https://go.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://go.waylonwalker.com/just/</id>
    <updated>2025-06-23T19:02:29Z</updated>
    <published>2025-06-23T19:02:29Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-644/</id>
    <updated>2025-05-27T02:27:24Z</updated>
    <published>2025-05-27T02:27:24Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-557/</id>
    <updated>2025-02-14T19:15:41Z</updated>
    <published>2025-02-14T19:15:41Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-533/</id>
    <updated>2025-01-17T14:54:14Z</updated>
    <published>2025-01-17T14:54:14Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-496/</id>
    <updated>2025-01-03T16:39:51Z</updated>
    <published>2025-01-03T16:39:51Z</published>
    <link href="https://go.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://go.waylonwalker.com/thought-472/</id>
    <updated>2024-12-27T02:53:55Z</updated>
    <published>2024-12-27T02:53:55Z</published>
    <link href="https://go.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://go.waylonwalker.com/blogging-in-2024/</id>
    <updated>2024-08-05T10:02:09Z</updated>
    <published>2024-08-05T10:02:09Z</published>
    <link href="https://go.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 [[reader]], 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://go.waylonwalker.com/thought-353/</id>
    <updated>2024-07-20T18:02:22Z</updated>
    <published>2024-07-20T18:02:22Z</published>
    <link href="https://go.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://go.waylonwalker.com/my-reader/</id>
    <updated>2024-07-07T10:24:28Z</updated>
    <published>2024-07-07T10:24:28Z</published>
    <link href="https://go.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>
  <entry>
    <title>What I&#39;m learning in 2024</title>
    <id>https://go.waylonwalker.com/learning-2024/</id>
    <updated>2024-06-09T10:06:30Z</updated>
    <published>2024-06-09T10:06:30Z</published>
    <link href="https://go.waylonwalker.com/learning-2024/" rel="alternate" type="text/html"></link>
    <summary type="text">2024 has been a learning fueled year, Diving deep into things I never would have previously thought I would. It&#39;s been a bit of a mix of the 🔥hot twitter...</summary>
    <content type="html">&lt;p&gt;2024 has been a learning fueled year, Diving deep into things I never would&#xA;have previously thought I would.  It’s been a bit of a mix of the 🔥hot twitter&#xA;trends, and exactly what tech twitter tells you not to do.  It just goes to&#xA;show community is great, the tech community is filled with strong opinions, but&#xA;you need to think about what really makes sense for you, your career and your&#xA;customers (or lack there of).&lt;/p&gt;&#xA;&lt;h2 id=&#34;tech&#34;&gt;tech &lt;a href=&#34;#tech&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;k8s&lt;/li&gt;&#xA;&lt;li&gt;tailwind&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;/fastapi/&#34; class=&#34;glossary-term&#34; title=&#34;FastAPI is a modern and efficient web framework for Python, built on top of the Starlette web framework, and pydantic for data validation and serialization.&#34;&gt;fastapi&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;/htmx/&#34; class=&#34;glossary-term&#34; title=&#34;htmx is a frontend javascript library for creating dynamic web applications.&#34;&gt;htmx&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;jinja&lt;/li&gt;&#xA;&lt;li&gt;opnsense&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;successful-one-day-builds&#34;&gt;successful one day builds &lt;a href=&#34;#successful-one-day-builds&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;play-outside&lt;/li&gt;&#xA;&lt;li&gt;reader&lt;/li&gt;&#xA;&lt;li&gt;thoughts&lt;/li&gt;&#xA;&lt;li&gt;thoughts chrome-extension&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kubernetes&#34;&gt;Kubernetes &lt;a href=&#34;#kubernetes&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Damn did I sleep on k8s for way took long.  This is like exactly what I’ve&#xA;needed for a lot of things.  It’s a perect example of what happens when you&#xA;listen to the tech community tell you.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/looking-for-a-heroku-replacement/&#34; class=&#34;wikilink&#34; data-title=&#34;Looking for a Heroku replacement, What I found was shocking!&#34; data-description=&#34;Your browser does not support the audio element.&#34; data-date=&#34;2023-12-04&#34; data-preview=&#34;Your browser does not support the audio element.&#34;&gt;Looking for a Heroku replacement, What I found was shocking!&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I started looking for something to make my &lt;a href=&#34;/homelab/&#34; class=&#34;glossary-term&#34; title=&#34;A place to self host applications. For me this is primarily self built web applications, and applications for sharing files with my family. Techno Tim has a...&#34;&gt;homelab&lt;/a&gt; deployments easier at home.&#xA;Previously I needed to ssh into my server and fuss around with docker compose.&#xA;This just did not feel right for me to go into production and fiddle with it&#xA;like this.&lt;/p&gt;&#xA;&lt;p&gt;In my search I keep seeing kubernetes crop up as the best solution.  I held off&#xA;for a long time, until I finally decided to give it a go.  I’m not sure if I&#xA;got lucky or what but my first few applications that I migrated in went&#xA;smooth as could be.&lt;/p&gt;&#xA;&lt;p&gt;I chose to run k3s as this seemed like the lowest power consumption, easiest to&#xA;manage, and still allowed me to run multiple nodes.  At this point I was unsure&#xA;if I would use multiple nodes, but I did not want to take away the option out&#xA;of the gate.&lt;/p&gt;&#xA;&lt;p&gt;I wrote a follow up article on my experience 6 monthts in.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/kubernetes-6-months-in/&#34; class=&#34;wikilink&#34; data-title=&#34;kubernetes 6 months in&#34; data-description=&#34;I stumbled into kubernetes December 2023 when I was looking for a better way to self host applications. I was looking for something that didn&amp;#39;t require...&#34; data-date=&#34;2024-03-26&#34; data-preview=&#34;I stumbled into kubernetes December 2023 when I was looking for a better way to self host applications. I was looking for something that didn&amp;#39;t require...&#34;&gt;kubernetes 6 months in&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;tailwind&#34;&gt;tailwind &lt;a href=&#34;#tailwind&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Again I wrote off tailwind for a long time.  This time tech twitter really&#xA;likes it and tells me I should use it, but I already know css and I just don’t&#xA;see the point of needing to use a framework.&lt;/p&gt;&#xA;&lt;p&gt;It wasn’t until thePrimeagen roughly said all css classes are shitty, everyone&#xA;writes shitty css classes, and you might as well use the same shitty css&#xA;classes everywhere that it really hit me, and I gave it a shot.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/a-case-for-tailwindcss/&#34; class=&#34;wikilink&#34; data-title=&#34;A Case For Tailwindcss&#34; data-description=&#34;I was watching @theprimeagen recently and I think he sold me on using tailwindcss. The thing about tailwind is that it is not a big component library, it&amp;#39;s a...&#34; data-date=&#34;2023-09-10&#34; data-preview=&#34;I was watching @theprimeagen recently and I think he sold me on using tailwindcss. The thing about tailwind is that it is not a big component library, it&amp;#39;s a...&#34;&gt;A Case For Tailwindcss&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;What I really found was that having a designer lay out all of the rhythm,&#xA;spacing, and colors for you is really powerful.&lt;/p&gt;&#xA;&lt;p class=&#34;text-indigo-500 text-lg&#34;&gt;I now have this site fully styled with tailwind, and even use md-it-attrs that&#xA;allow me to pop extra classes right in markdown and style posts like&#xA;[this]&lt;/p&gt;&#xA;&lt;h2 id=&#34;fastapi&#34;&gt;fastapi &lt;a href=&#34;#fastapi&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I’ve been using fast api for a little while now but using it more and more in&#xA;2024.  It has a lot of really great ideas with dependency management, and&#xA;pydantic for moving data in and out of routes.&lt;/p&gt;&#xA;&lt;p&gt;Here are some of the posts I’ve made about fastapi, theres defitely more to&#xA;come here, I have some Ideas that I am honing down around meeting users where&#xA;they are so that routes return the appropriate content type based on their&#xA;explicitly requested content type or assumed by user agent.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/fastapi-static-content/&#34; class=&#34;wikilink&#34; data-title=&#34;how to host static content with fastapi&#34; data-description=&#34;I wanted to host some static files through fastapi. Typical use cases for this might be some static web content like html/css/js. It could also be images or...&#34; data-date=&#34;2023-10-04&#34; data-preview=&#34;I wanted to host some static files through fastapi. Typical use cases for this might be some static web content like html/css/js. It could also be images or...&#34;&gt;how to host static content with fastapi&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;[[ fastapi-jinja-url-for-with-query-params ]]&lt;/p&gt;&#xA;&lt;h2 id=&#34;htmx&#34;&gt;htmx &lt;a href=&#34;#htmx&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I have posts about htmx going back to &lt;a href=&#34;/htmx-get/&#34; class=&#34;wikilink&#34; data-title=&#34;Ease into htmx with htmx-get&#34; data-description=&#34;I recently attended python web conf 2022 and after seeing some incredible presentations on it I am excited to give htmx a try.&#34; data-date=&#34;2022-03-25&#34; data-preview=&#34;I recently attended python web conf 2022 and after seeing some incredible presentations on it I am excited to give htmx a try.&#34;&gt;Ease into htmx with htmx-get&lt;/a&gt; on 3/25/2022.  I’ve been&#xA;interested for awhile, but just didn’t really have the platform to use it till&#xA;recently.  My public content has been all static built content for a long time,&#xA;but now I am building applications for myself that are server rendered such as&#xA;&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; and &lt;a href=&#34;/odb-play-outside/&#34; class=&#34;wikilink&#34; data-title=&#34;One Day Build - Play Outside&#34; data-description=&#34;Inspired by Adam Savage and his One Day builds on youtube. I often build things, and want to make them generally useful for others and over configure out of...&#34; data-date=&#34;2024-04-10&#34; data-preview=&#34;Inspired by Adam Savage and his One Day builds on youtube. I often build things, and want to make them generally useful for others and over configure out of...&#34;&gt;One Day Build - Play Outside&lt;/a&gt;.  I’ve had more use cases&#xA;for using htmx.&lt;/p&gt;&#xA;&lt;p&gt;The last pre-release of markata from 6/15/2022 now supports feed partials.&#xA;This gives me a really easy way to pop things like recent posts on the bottom&#xA;of every single page.  I’m sure I can do this with jinja, but htmx makes it&#xA;really easy to do and understand.  If its up and running you will now see a&#xA;Recent posts seciton below the article on this page powered by htmx.&lt;/p&gt;&#xA;&lt;h2 id=&#34;jinja&#34;&gt;jinja &lt;a href=&#34;#jinja&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I’ve been using jinja for years now, but its mostly been some template&#xA;variables here, some loops there.  Now that I am putting fastapi and htmx to&#xA;work I am really learning how to setup and design templates properly.  Building&#xA;up from a good re-usable base, including partials that so that pages can be&#xA;rendered as full pages or partials.&lt;/p&gt;&#xA;&lt;h2 id=&#34;just&#34;&gt;just &lt;a href=&#34;#just&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I have long been using my shell history to re-run complex shell commands that I&#xA;use to build projets, compile tailwind, build docker images, run docker in&#xA;local development.  Most of the time they are not complex, but sometimes are&#xA;something that would take me a few minutes to remember if I lost my shell&#xA;history without it being documented&lt;/p&gt;&#xA;&lt;p&gt;I’ve started storing all these things that I can in just.  If its something&#xA;that I get from my shell history I start thinking about how it would belong in&#xA;a justfile.  I’ve tried a few others over the years but they always seem tied&#xA;to a language or build tool, just is language agnostic and runs in any&#xA;terminal.  Worst case, someone does not want to install it they can copy paste&#xA;out of the justfile.&lt;/p&gt;&#xA;&lt;p&gt;Biggest benefit is that it communicates to others what I do when I am working&#xA;on a project.  There are some good competitors like runbook that run readmes,&#xA;but just has been working great for me and easy to use.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>thinking about static sites in 2024</title>
    <id>https://go.waylonwalker.com/thinking-about-static-sites-in-2024/</id>
    <updated>2024-05-30T12:57:24Z</updated>
    <published>2024-05-30T12:57:24Z</published>
    <link href="https://go.waylonwalker.com/thinking-about-static-sites-in-2024/" rel="alternate" type="text/html"></link>
    <summary type="text">actions build</summary>
    <content type="html">&lt;p&gt;actions build&lt;/p&gt;&#xA;&lt;p&gt;k8s build&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/fastapi/&#34; class=&#34;glossary-term&#34; title=&#34;FastAPI is a modern and efficient web framework for Python, built on top of the Starlette web framework, and pydantic for data validation and serialization.&#34;&gt;fastapi&lt;/a&gt; sqlite&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>my linked in work history</title>
    <id>https://go.waylonwalker.com/my-linked-in-work-history/</id>
    <updated>2024-05-30T11:14:16Z</updated>
    <published>2024-05-30T11:14:16Z</published>
    <link href="https://go.waylonwalker.com/my-linked-in-work-history/" rel="alternate" type="text/html"></link>
    <summary type="text">My linked in work history is empty. I made up a position about content developer that tracks how long I&#39;ve been blogging. I think i did this because LinkedIn...</summary>
    <content type="html">&lt;p&gt;My linked in work history is empty.  I made up a position about content&#xA;developer that tracks how long I’ve been blogging.  I think i did this because&#xA;LinkedIn requires it.  Either way this is public knowledge and fine sharing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;social-engineering&#34;&gt;Social Engineering &lt;a href=&#34;#social-engineering&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;If you have taken any security class for your job seriously you have already&#xA;been told not to share your work with most companies to the public, this is&#xA;private information that only opens you up for social engineering attacks&#xA;against that company.&lt;/p&gt;&#xA;&lt;h2 id=&#34;i-care-about-privacy-and-security&#34;&gt;I care about privacy and security &lt;a href=&#34;#i-care-about-privacy-and-security&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I care about the security of these companies I work for and their reputation,&#xA;so I refuse to publically share it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;need-to-know&#34;&gt;Need to know &lt;a href=&#34;#need-to-know&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;If somehow you need to know where I work it’s my choice to tell you.  I don’t&#xA;need to advertise to every social engineering hacker where I work on the&#xA;platform that they go to get that information from.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Your LinkedIn is Garbage</title>
    <id>https://go.waylonwalker.com/your-linkedin-is-garbage/</id>
    <updated>2024-05-30T11:02:39Z</updated>
    <published>2024-05-30T11:02:39Z</published>
    <link href="https://go.waylonwalker.com/your-linkedin-is-garbage/" rel="alternate" type="text/html"></link>
    <summary type="text">Your linkedin link sits at the top of your resume, its one of the first things I see when I open your resume, but yet it gives me no more information that...</summary>
    <content type="html">&lt;p&gt;Your linkedin link sits at the top of your resume, its one of the first things&#xA;I see when I open your resume, but yet it gives me no more information that the&#xA;damn resume you sent me.&lt;/p&gt;&#xA;&lt;p&gt;Save that space on your resume for something useful.&lt;/p&gt;&#xA;&lt;h2 id=&#34;so-you-want-that-inme-on-your-resume&#34;&gt;So you want that /in/me on your resume &lt;a href=&#34;#so-you-want-that-inme-on-your-resume&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Fine if you want it on your resume make it actually useful for someone reading&#xA;your resume.&lt;/p&gt;&#xA;&lt;h2 id=&#34;actually-post-something&#34;&gt;Actually post something &lt;a href=&#34;#actually-post-something&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;If I am reading resume’s and I actually take the time to look at your linkedin&#xA;I want to see you post something.  Take a side, make an opinion and post it.&#xA;Learn something new, make a post about it.  If you have a blog and you make a&#xA;good post share it there.&lt;/p&gt;&#xA;&lt;h2 id=&#34;your-work-history-belongs-on-your-resume&#34;&gt;Your work history belongs on your resume &lt;a href=&#34;#your-work-history-belongs-on-your-resume&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Any security 101 tells you that you should not share your work history on&#xA;linked in.  You should not share photos of you at your workplace that include&#xA;sensitive information such as your badge.&lt;/p&gt;&#xA;&lt;p&gt;Your work history on LinkedIn is for hackers to steal and use for social&#xA;engineering.&lt;/p&gt;&#xA;&lt;p&gt;If you took security seriously you would not include you work history at all,&#xA;and any hiring manager who gives a shit would see that and should understand.&#xA;Reality is that they probably don’t and it probably raised more questions than&#xA;answers for them.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;/my-linked-in-work-history/&#34; class=&#34;wikilink&#34; data-title=&#34;my linked in work history&#34; data-description=&#34;My linked in work history is empty. I made up a position about content developer that tracks how long I&amp;#39;ve been blogging. I think i did this because LinkedIn...&#34; data-date=&#34;2024-05-30&#34; data-preview=&#34;My linked in work history is empty. I made up a position about content developer that tracks how long I&amp;#39;ve been blogging. I think i did this because LinkedIn...&#34;&gt;my linked in work history&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;congrats-on-your-work-anniversary&#34;&gt;Congrats on your work anniversary &lt;a href=&#34;#congrats-on-your-work-anniversary&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;All these comments and messages are auto generated, both sides know it and its&#xA;garbage.  If you actually care about someones work history or achievements take&#xA;30s to craft a message of your own to them, that actually means something and&#xA;is not garbage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;tldr&#34;&gt;TLDR &lt;a href=&#34;#tldr&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;If you are not going to take the time and effort to make something worth&#xA;sharing, take your garbage profile off your resume.o&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Make the easy things easy</title>
    <id>https://go.waylonwalker.com/make-the-easy-things-easy/</id>
    <updated>2023-09-06T19:46:19Z</updated>
    <published>2023-09-06T19:46:19Z</published>
    <link href="https://go.waylonwalker.com/make-the-easy-things-easy/" rel="alternate" type="text/html"></link>
    <summary type="text">It&#39;s so easy to get out of rhythm, get busy, and drop the ball on some things that you really want to do or should do. This blog is a good example. I took...</summary>
    <content type="html">&lt;p&gt;It’s so easy to get out of rhythm, get busy, and drop the ball on some things&#xA;that you really want to do or should do. This blog is a good example. I took&#xA;some time off for some family reasons, but have taken a long time to get back&#xA;to it simply because I am out of rhythm. As I am trying to get back into the&#xA;rhythm there is some tooling that I have set up for it that I completely forgot&#xA;about that feel good to use again.&lt;/p&gt;&#xA;&lt;h2 id=&#34;repetitive-tasks&#34;&gt;Repetitive Tasks &lt;a href=&#34;#repetitive-tasks&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Simple Repetitive Tasks that I have to do often can just feel soul crushing,&#xA;and one main thing that got me interested in programming.&lt;/p&gt;&#xA;&lt;p&gt;AI tools are becoming more and more useful at solving these problems. For&#xA;instance code generation tools like co-pilot or codeium are really good at&#xA;boilerplate and pattern repetition. Things that used to be a few vim macros is&#xA;now just banging on tab.&lt;/p&gt;&#xA;&lt;p&gt;I often look for setting up templates or some sort of snippet to replace a big&#xA;chunk of boilerplate that I know I will need over and over.&lt;/p&gt;&#xA;&lt;h2 id=&#34;timebox&#34;&gt;timebox &lt;a href=&#34;#timebox&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Don’t be afraid to give up on making a better workflow for something that just&#xA;might not be worth it. Give yourself a session or two to show some progress,&#xA;if you don’t get it, don’t be afraid to put it on pause, let it stew, or just&#xA;forget about it. Often times I will come back later with new knowledge and&#xA;knock out an thorn in my setup with new skill much easier the next time around.&lt;/p&gt;&#xA;&lt;h2 id=&#34;low-hanging-fruit&#34;&gt;Low Hanging Fruit &lt;a href=&#34;#low-hanging-fruit&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Often things like having a quick template to get a blog post up and running are&#xA;worth it. It might not take that long to setup a new post, set the date,&#xA;title, tags, and create the file, but sometimes that is enough of a barrier to&#xA;stop me from even making a post. Making a template and a script that I can&#xA;call in a few keystrokes makes me much more likely to make a post.&lt;/p&gt;&#xA;&lt;h2 id=&#34;learning&#34;&gt;Learning &lt;a href=&#34;#learning&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I am often reminded of this xkcd comic about automation, and how easy it is to&#xA;overdo it. Spending far more time automating things than it would have to do&#xA;the original task is a very easy pit to fall into. I’ve been guilty of it many&#xA;times. I’m sure most people who have written any automation code is as well.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://imgs.xkcd.com/comics/automation.png&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://imgs.xkcd.com/comics/automation.png&#34; alt=&#34;https://xkcd.com/1319/&#34;/ data-glightbox=&#34;description: https://xkcd.com/1319/&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;What this comit misses is learning. If you never take the time to learn any&#xA;automation you will not be any good at it and it &lt;strong&gt;will always&lt;/strong&gt; take longer to&#xA;automate than to just do the thing. You have to tackle some things that you&#xA;think are achievable with skills you think are transferable to other tasks.&#xA;Scraping that one weird endpoint out of the Microsoft Graph API that is not in&#xA;the cli is a prime example. Often there is a series of undocumented n+1&#xA;queries that you have to execute and each leave you feeling like you are almost&#xA;at the data that you can see in the ui, but want in the terminal. Learning&#xA;this api will leave you with nothing but potentially one task automated.&lt;/p&gt;&#xA;&lt;p&gt;Learning how to leverage cli tools like curl, grep, xargs are great examples of&#xA;skills that can solve many automation problems quickly, but the first time you&#xA;will end up spending hours looking for the right thing before you realize what&#xA;you need.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>devops philosophy</title>
    <id>https://go.waylonwalker.com/devops-philosophy/</id>
    <updated>2022-12-06T09:49:04Z</updated>
    <published>2022-12-06T09:49:04Z</published>
    <link href="https://go.waylonwalker.com/devops-philosophy/" rel="alternate" type="text/html"></link>
    <summary type="text">How to keep a secret - Kelsey Heightower Fundamentals - What does good devops look like - Docs are not optional - Dave Farley the foundations of Continuous...</summary>
    <content type="html">&lt;p&gt;How to keep a secret - &lt;a href=&#34;https://changelog.com/shipit/58&#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/58&lt;/a&gt;&#xA;Kelsey Heightower Fundamentals - &lt;a href=&#34;https://changelog.com/shipit/44&#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/44&lt;/a&gt;&#xA;What does good devops look like - &lt;a href=&#34;https://changelog.com/shipit/28&#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/28&lt;/a&gt;&#xA;Docs are not optional - &lt;a href=&#34;https://changelog.com/shipit/17&#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/17&lt;/a&gt;&#xA;Dave Farley the foundations of Continuous Delivery - &lt;a href=&#34;https://changelog.com/shipit/5&#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/5&lt;/a&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>name it claim it aim it</title>
    <id>https://go.waylonwalker.com/name-it-claim-it-aim-it/</id>
    <updated>2022-08-04T14:28:30Z</updated>
    <published>2022-08-04T14:28:30Z</published>
    <link href="https://go.waylonwalker.com/name-it-claim-it-aim-it/" rel="alternate" type="text/html"></link>
    <summary type="text">People exceptionally talented in the Deliberative theme are best described by &gt; the serious care they take in making decisions or choices. They anticipate &gt;...</summary>
    <content type="html">&lt;h2 id=&#34;deliberative&#34;&gt;Deliberative &lt;a href=&#34;#deliberative&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;People exceptionally talented in the Deliberative theme are best described by&#xA;the serious care they take in making decisions or choices. They anticipate&#xA;obstacles.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I am risk-adverse.  I want everything well thought out and calculated before I&#xA;make any sort of change.  I have never gambled in my life and just the thought&#xA;of it makes me anxious.&lt;/p&gt;&#xA;&lt;h2 id=&#34;aim-it&#34;&gt;Aim it &lt;a href=&#34;#aim-it&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I can use this as a strength to plan out potential issues and prevent them.  I&#xA;do this quite often with my role in infrastructure.&lt;/p&gt;&#xA;&lt;p&gt;I need to make sure that I use deadlines to keep this as a strength and not&#xA;hinderence.&lt;/p&gt;&#xA;&lt;h2 id=&#34;automation&#34;&gt;Automation &lt;a href=&#34;#automation&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;One of the biggest ways that I utilize this skill is automation.  I am all&#xA;about automating things, not just because I don’t want to do the manual work,&#xA;but I am not sure when I am going to need to do something again.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Nix Versions By Commit Count</title>
    <id>https://go.waylonwalker.com/nixery-versions-by-commit-count/</id>
    <updated>2022-02-02T15:12:35Z</updated>
    <published>2022-02-02T15:12:35Z</published>
    <link href="https://go.waylonwalker.com/nixery-versions-by-commit-count/" rel="alternate" type="text/html"></link>
    <summary type="text">I was listening to shipit37 with Vincent Ambo talking about building fully declaritive systems with nix. Vincent is building out Nixery and strongly believes...</summary>
    <content type="html">&lt;p&gt;I was listening to &lt;a href=&#34;https://changelog.com/shipit/37&#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;shipit37&lt;/a&gt; with Vincent&#xA;Ambo talking about building fully declaritive systems with nix.  Vincent is&#xA;building out Nixery and strongly believes that standard versioning systems are&#xA;flawed.  If we have good ci setup, and every commit is a good commit the idea&#xA;of a release is just some arbitrary point in history that the maintainer&#xA;decided was a good time to release, and has less to do about features and&#xA;quality.&lt;/p&gt;&#xA;&lt;p&gt;Since many things still want to see a version number, there is one automatic&#xA;always increasing number that is a part of every single &lt;a href=&#34;/glossary/git/&#34; class=&#34;glossary-term&#34; title=&#34;Git is a version control system for tracking changes in source code during software development. In the beginning there were many, some were licensed. As...&#34;&gt;git&lt;/a&gt; repo, and that is&#xA;the commit count.  Nixery is versioned by commit count.  When counting on the&#xA;main branch there is no way for two points in time to share the same version.&#xA;The git cli will count all commits by default so you have to be careful to only&#xA;include commits from the branch you want to version/release from.&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;git rev-list main --count&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Mentorship Vs Sponsorship</title>
    <id>https://go.waylonwalker.com/mentorship-vs-sponsorship/</id>
    <updated>2021-04-17T00:00:00Z</updated>
    <published>2021-04-17T00:00:00Z</published>
    <link href="https://go.waylonwalker.com/mentorship-vs-sponsorship/" rel="alternate" type="text/html"></link>
    <summary type="text">https://www.hanselminutes.com/784/doing-open-source-with-brian-douglas</summary>
    <content type="html">&lt;p&gt;&lt;a href=&#34;https://www.hanselminutes.com/784/doing-open-source-with-brian-douglas&#34; class=&#34;hoverlink  has-avatar has-avatar-before&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.hanselminutes.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.hanselminutes.com.ico&#34;&gt;https://www.hanselminutes.com/784/doing-open-source-with-brian-douglas&lt;/a&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Stand With Your Team</title>
    <id>https://go.waylonwalker.com/stand-with-your-team/</id>
    <updated>2021-01-22T00:00:00Z</updated>
    <published>2021-01-22T00:00:00Z</published>
    <link href="https://go.waylonwalker.com/stand-with-your-team/" rel="alternate" type="text/html"></link>
    <summary type="text">People who are quick to toss team members under a bus are not well trusted or highly thought of and it will lead to some toxic team dynamics.</summary>
    <content type="html">&lt;p&gt;People who are quick to toss team members under a bus are not well trusted or&#xA;highly thought of and it will lead to some toxic team dynamics.&lt;/p&gt;&#xA;&lt;h2 id=&#34;building-steam&#34;&gt;Building Steam &lt;a href=&#34;#building-steam&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;While collaborating on any project there are going to be decisions made that&#xA;aren’t necessarily your favorite, during a summer internship my mentor made&#xA;some decisions that I was not on board with, but I accepted his wisdom and&#xA;moved forward with little push back.&lt;/p&gt;&#xA;&lt;h2 id=&#34;full-spead-ahead&#34;&gt;Full Spead Ahead &lt;a href=&#34;#full-spead-ahead&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;During a review, leadership showed interest in the option that I wanted to go&#xA;towards.  I was quick to jump up and say I  told you so right then and there&#xA;and pitch reasons why my idea was so much better.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-aftermath&#34;&gt;The Aftermath &lt;a href=&#34;#the-aftermath&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I walked out so &lt;strong&gt;proud&lt;/strong&gt; that leadership recognized my idea, but I will never&#xA;forget the look on my teammate’s face and what he told me after the meeting.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;“Wow quick to throw me under the bus in front of everyone 😢”.   I&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;~ my teammate&lt;/p&gt;&#xA;&lt;h2 id=&#34;realizing-what-happened&#34;&gt;Realizing what Happened &lt;a href=&#34;#realizing-what-happened&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;It was at this moment that I threw my mentor, a good &lt;strong&gt;friend&lt;/strong&gt; in front of a&#xA;bus that was at full speed.  I will never forget this moment and the importance&#xA;of being a good trustworthy team player.&lt;/p&gt;&#xA;&lt;h2 id=&#34;speak-your-mind-be-heard-shut-up&#34;&gt;Speak your Mind, be heard, shut up &lt;a href=&#34;#speak-your-mind-be-heard-shut-up&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;This day I learned that there is a time to speak your mind.  While that bus is&#xA;sitting idle it would have hurt no one.&lt;/p&gt;&#xA;&lt;hr/&gt;&#xA;&lt;p&gt;There were times to hear out ideas, and there were times that we need to accept&#xA;the decisions the team made.  The team that you were a part of and had a chance&#xA;to steer.&lt;/p&gt;&#xA;&lt;hr/&gt;&#xA;&lt;p&gt;There are times where it’s appropriate to sit down and shut up.&lt;/p&gt;&#xA;&lt;h2 id=&#34;your-story-&#34;&gt;Your Story 👇 &lt;a href=&#34;#your-story-&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Do you have a story of how not standing with your team caused you pain later&#xA;on.  I would love to hear and learn from your experience.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>How to crush amazing posts on DEV</title>
    <id>https://go.waylonwalker.com/crush-dev-to-posts/</id>
    <updated>2020-08-07T05:00:00Z</updated>
    <published>2020-08-07T05:00:00Z</published>
    <link href="https://go.waylonwalker.com/crush-dev-to-posts/" rel="alternate" type="text/html"></link>
    <summary type="text">Here are a few of my top tips to help make dev.to posts more readable, and drive better engagement.</summary>
    <content type="html">&lt;p&gt;This post was inspired by a comment I left on @dsteenman’s  post.&lt;/p&gt;&#xA;&lt;p&gt;{% post dsteenman/how-long-should-a-blogpost-be-2k6n %}&lt;/p&gt;&#xA;&lt;p&gt;Most of the time I prefer short as I am more likely to read the whole thing.  If its setup as a series I am more likely to work my way through the whole series in a matter of a few sessions.  Just my preference&lt;/p&gt;&#xA;&lt;p&gt;I will say though there are certain articles that fit well to the long format.  They are articles that folks tend to come back to often as a reference again and again.&lt;/p&gt;&#xA;&lt;h2 id=&#34;sections&#34;&gt;Sections &lt;a href=&#34;#sections&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#layout-is-key&#34;&gt;layout is key&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#break-it-up&#34;&gt;Break it up&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#article-types&#34;&gt;Article types&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#superpost&#34;&gt;superpost&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#single-post&#34;&gt;single post&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#series&#34;&gt;series&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#discussion&#34;&gt;discussion&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#post-what-you-want-to-read&#34;&gt;Post what you want to read&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;layout-is-key&#34;&gt;layout is key &lt;a href=&#34;#layout-is-key&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Either way, you go &lt;strong&gt;layout is key&lt;/strong&gt;.  You are not &lt;strong&gt;Steven King&lt;/strong&gt;, no matter how great of a writer you are, you are unlikely to hold attention like he can.  Most folks reading blogs scan articles first.  I often scan, then read.  If the article is really good or pertains well to me I will read everything, otherwise, I go back and read only the sections of interest.  If there are no discernable sections you lost me.&lt;/p&gt;&#xA;&lt;p&gt;For this reason, you need to break up your post, into sections and treat the heading for each one like you would a title of a full post.&lt;/p&gt;&#xA;&lt;h3 id=&#34;abbr-titletable-of-contentstocabbr&#34;&gt;&lt;abbr title=&#34;Table of Contents&#34;&gt;TOC&lt;/abbr&gt; &lt;a href=&#34;#abbr-titletable-of-contentstocabbr&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;&lt;em&gt;Table of Contents&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;A lot of folks responded to Danny’s post suggesting a table of contents.  For some reason I have never included a &lt;abbr title=&#34;Table of Contents&#34;&gt;TOC&lt;/abbr&gt; in my posts.  It’s something I am now considering.  I am really good at changing layout right before, or after, shipping a brand new post.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;semi-auto &lt;abbr title=&#34;Table of Contents&#34;&gt;TOC&lt;/abbr&gt;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;As I am highly allergic to unnecessary rework and potential mistakes I put together this snippet that generates the &lt;abbr title=&#34;Table of Contents&#34;&gt;TOC&lt;/abbr&gt;automatically, just paste this into your console, and paste the results in your article.&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;&lt;span class=&#34;c1&#34;&gt;// pres F12&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// paste this in the console&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;// get your auto generated DEV TOC&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;c1&#34;&gt;&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;console&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;log&lt;/span&gt;&lt;span class=&#34;p&#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;  &lt;span class=&#34;p&#34;&gt;[...&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;document&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;querySelectorAll&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;.anchor&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#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;  &lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;map&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;a&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&amp;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;    &lt;span class=&#34;sb&#34;&gt;`1. [&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;parentElement&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;innerText&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;&lt;span class=&#34;sb&#34;&gt;](#&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;a&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;href&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;split&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;#&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;)[&lt;/span&gt;&lt;span class=&#34;mi&#34;&gt;1&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;]&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;&lt;span class=&#34;sb&#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;  &lt;span class=&#34;p&#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;  &lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;nx&#34;&gt;join&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;(&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;\n&amp;#39;&lt;/span&gt;&lt;span class=&#34;p&#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;&lt;span class=&#34;p&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;break-it-up&#34;&gt;Break it up &lt;a href=&#34;#break-it-up&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Use headings, images, and blockquotes to break your article up and make it scannable.  I treat each heading as an article title.  It should be engaging and pull the reader in, but not be clickbaity and irritate them when they didn’t get what they expected.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;make it scannable! … treat each heading as an article title&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;markdown&#34;&gt;Markdown &lt;a href=&#34;#markdown&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Get Familiar with Markdown. Check out this &lt;a href=&#34;https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/github.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/github.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;cheatsheet&lt;/a&gt; or the reference right in the DEV editor.  This is not an article about markdown, but here are the most common tags you need to break up your article.&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;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gh&#34;&gt;# H1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gh&#34;&gt;&lt;/span&gt;&lt;span class=&#34;gu&#34;&gt;## H2&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gu&#34;&gt;### H3&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gu&#34;&gt;&lt;/span&gt;... up to H6&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;*&lt;/span&gt; unordered&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;*&lt;/span&gt; list&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;*&lt;/span&gt; of&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;*&lt;/span&gt; things&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;1.&lt;/span&gt; ordered&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;1.&lt;/span&gt; list&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;1.&lt;/span&gt; of&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;1.&lt;/span&gt; things&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;![&lt;span class=&#34;nt&#34;&gt;Alt text of image&lt;/span&gt;](&lt;span class=&#34;na&#34;&gt;put-link-to-image-here&lt;/span&gt;)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gs&#34;&gt;**bold**&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;ge&#34;&gt;_italics_&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gd&#34;&gt;~~strikethrough~~&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;👇 Horizontal rules are great a making a hard break between sections&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;---&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;DEV also supports these &lt;a href=&#34;/html/&#34; class=&#34;glossary-term&#34; title=&#34;HTML (HyperText Markup Language) is the standard markup language used to create and design documents on the World Wide Web. It structures web content by...&#34;&gt;HTML&lt;/a&gt; elements for additional flair, use wisely. Some can make for some really jarring style that really pulls the readers eye to and is hard to focus on the rest.  I’m talking about you &lt;code&gt;&amp;lt;mark&amp;gt;&lt;/code&gt;.&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;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;small&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;small text&lt;span class=&#34;p&#34;&gt;&amp;lt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;small&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;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;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;sup&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;superscript text&lt;span class=&#34;p&#34;&gt;&amp;lt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;sup&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;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;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;sub&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;subscript text&lt;span class=&#34;p&#34;&gt;&amp;lt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;sub&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;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;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;mark&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;highlighted text&lt;span class=&#34;p&#34;&gt;&amp;lt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;mark&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;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;&lt;span class=&#34;p&#34;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;abbr&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;title&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Table of Contents&amp;#34;&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;TOC&lt;span class=&#34;p&#34;&gt;&amp;lt;/&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;abbr&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;&amp;gt;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;liquid-tags&#34;&gt;Liquid Tags &lt;a href=&#34;#liquid-tags&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;When Editing a post click the Liquid Tag reference to the right, for a list of everything.  The &lt;code&gt;post&lt;/code&gt; tag is the retweet of DEV.&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;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{% post helenanders26/sql-series-from-a-to-z-2pk9 %}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{% user helenanders26 %}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{% github forem/forem %}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;{% github forem/forem no-readme %}&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;article-types&#34;&gt;Article types &lt;a href=&#34;#article-types&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;As I can see there are several &lt;strong&gt;article types&lt;/strong&gt; on DEV&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#superpost&#34;&gt;superpost&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#single-post&#34;&gt;single post&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#series&#34;&gt;series&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#discussion&#34;&gt;discussion&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;superpost&#34;&gt;superpost &lt;a href=&#34;#superpost&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I think this is what @dsteenman is eluding to with the (+3000) word post.  This is the hardest to pull off in my opinion, but if done right it will land you at the top of the search for a long time, in the top 7, and potentially the top 1 for a given tag.&lt;/p&gt;&#xA;&lt;p&gt;I used to think that every post needed to be a super post that everyone would rave over.  I have found personally that attempting to do this makes it so I rarely post and way overthink them.  I need to at least make a cutoff time that the post is going to ship.&lt;/p&gt;&#xA;&lt;p&gt;This can also be the most frustrating, you have put all of your eggs in one basket.  If you don’t title it right, post at the right time, share it at the right time, it might not take off like you had hoped.&lt;/p&gt;&#xA;&lt;p&gt;{% post helenanders26/sql-series-from-a-to-z-2pk9 %}&lt;/p&gt;&#xA;&lt;p&gt;@helenanders26 takes the 👑 as the queen of the superpost.  She is the first person who comes to mind when I think of this post type&lt;/p&gt;&#xA;&lt;h2 id=&#34;single-post&#34;&gt;single post &lt;a href=&#34;#single-post&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Your average post.  There are a lot of great techniques to making the average post great (some added above).  Sometimes they find traction, sometimes they don’t.  I don’t sweat if they don’t.  I like posting shorter content as its achievable for me and my lifestyle.  I can always crosslink them and generate more views/discussion across them.&lt;/p&gt;&#xA;&lt;p&gt;{% post taillogs/how-to-write-a-good-blog-post-2eom %}&lt;/p&gt;&#xA;&lt;p&gt;@taillogs has a good article on his process to writing a good post.&lt;/p&gt;&#xA;&lt;p&gt;For those struggling to find what to write about, this is a great article from @swyx &lt;a href=&#34;https://swyx.io/puwtpd&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/swyx.io.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/swyx.io.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;learn-in-public-hack&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;series&#34;&gt;series &lt;a href=&#34;#series&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Using the &lt;code&gt;series&lt;/code&gt; tag you can break super posts into smaller ones.  This puts fewer of your eggs in the same basket.  I typically start a series when I know that I am going to post about a single topic often, but don’t have it all laid out.  I’ve been told for these to be really successful it needs a bit more pre-thought.&lt;/p&gt;&#xA;&lt;p&gt;I do notice that I get a bit of engagement back to older posts every time a new one is posted.  so this does help drive engagement by continuously pulling readers in.  I am not sure if its quite as good as a link, or liquid embed.  Keep in mind when doing this the series component will show the first 2 and the last two without clicking.  Make sure that the first two really count, they will likely get the most traffic benefit from the series.&lt;/p&gt;&#xA;&lt;p&gt;{% post waylonwalker/what-are-github-actions-1lhh %}&lt;/p&gt;&#xA;&lt;p&gt;I personally put a lot of my content into a series.  I don’t think through the full series ahead of time very much.  I do it because it helps me organize and retrieve my thoughts.  I find it easier to get back to the post I want to reference if I can find the series it was part of.  I think of it as a tag that no one else can post to.&lt;/p&gt;&#xA;&lt;h2 id=&#34;discussion&#34;&gt;discussion &lt;a href=&#34;#discussion&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Posts just like this one, where the author leads the discussion with an intriguing question or comment but holds back on their opinion.  The key here is that the author should engage in the discussion, keep the discussion moving, and provide their thoughts here.&lt;/p&gt;&#xA;&lt;p&gt;Selfishly this is one of my favorite types of posts to make as I learn the most from them.&lt;/p&gt;&#xA;&lt;p&gt;{% post ben/how-do-you-identify-over-engineering-1oad %}&lt;/p&gt;&#xA;&lt;p&gt;@ben is the king of the &lt;a href=&#34;https://dev.to/t/discuss&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/dev.to.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/dev.to.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;&lt;/a&gt;&lt;a href=&#34;/tags/discuss/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;discuss&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#discuss&lt;/a&gt; post.  He is able to get just the right titles that pull people in and generate quite large discussions.&lt;/p&gt;&#xA;&lt;hr/&gt;&#xA;&lt;h2 id=&#34;post-what-you-want-to-read&#34;&gt;Post what you want to read &lt;a href=&#34;#post-what-you-want-to-read&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;At the end of the day &lt;strong&gt;YOU&lt;/strong&gt; are the most important component.  Post what you like to read, post what you are able to write.  If you struggle to wrap your head around concepts in small posts and have a talent at making rockstar super posts do that.  &lt;strong&gt;Do YOU&lt;/strong&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Black Tech Pipeline</title>
    <id>https://go.waylonwalker.com/pariss-athena-on-black-tech-pipeline/</id>
    <updated>2020-08-03T05:00:00Z</updated>
    <published>2020-08-03T05:00:00Z</published>
    <link href="https://go.waylonwalker.com/pariss-athena-on-black-tech-pipeline/" rel="alternate" type="text/html"></link>
    <summary type="text">I was particularly inspired by @chantastic episode 103 of the react podcast with @ParissAthena. They spoke about the black tech pipeline as well as...</summary>
    <content type="html">&lt;p&gt;I was particularly inspired by @chantastic episode 103 of the react podcast with @ParissAthena. They spoke about the black tech pipeline as well as Diversity, Equity, and Inclusion. Pariss is quite an inspiration. She has done so much work to create a better place for POC in tech. I like that not only is she helping them get jobs but acting as a mentor for their first few months on the job to make sure that they are able to find their place and fit in.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Based on an episode of react podcast.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;🎙 Listen to the full &lt;a href=&#34;https://reactpodcast.simplecast.com/episodes/103&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/reactpodcast.simplecast.com.jpg&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/reactpodcast.simplecast.com.jpg&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;episode&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;so-inspirational&#34;&gt;So Inspirational &lt;a href=&#34;#so-inspirational&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I was particularly inspired by &lt;a href=&#34;https://twitter.com/chantastic&#34;&gt;@chantastic&lt;/a&gt; episode 103 of the react podcast with &lt;a href=&#34;https://twitter.com/ParissAthena&#34;&gt;@ParissAthena&lt;/a&gt;.  They spoke about the black tech pipeline as well as Diversity, Equity, and Inclusion.  Pariss is quite an inspiration.  She has done so much work to create a better place for POC in tech.  I like that not only is she helping them get jobs but acting as a mentor for their first few months on the job to make sure that they are able to find their place and fit in.&lt;/p&gt;&#xA;&lt;h2 id=&#34;losing-their-culture&#34;&gt;Losing their culture &lt;a href=&#34;#losing-their-culture&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;One thing that Michael brought up was the feeling he gets when he has other Asian friends to collaborate with at work is just a feeling of fitting in.  All too often he feels like he has to put on this persona of “Hamburgers and Beer are my favorite thing, like all the time” just to fit in.&lt;/p&gt;&#xA;&lt;h2 id=&#34;growing-up-in-rural-america-me&#34;&gt;Growing up in Rural America (me) &lt;a href=&#34;#growing-up-in-rural-america-me&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I grew up in a very rural part of the United States Dominated by Whites with a prominent Mexican community, there was almost no Asian or Black.  I can’t tell you how many times I heard, “I have this friend John, He’s black, but he’s not really black.”  I will say that I was never quite this low, but growing up in a region where this was the norm, I probably wasn’t the best ambassador either.&lt;/p&gt;&#xA;&lt;p&gt;Years later I recall taking some training for work that could not have described the people I grew up with better.  It described rural parts of the United States as completely accepting of any POC as long as they completely leave their culture behind.&lt;/p&gt;&#xA;&lt;hr/&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;“I have this friend John, He’s black, but he’s not really black.”&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;I heard this statement far too many times coming from rural United States&lt;/em&gt;&lt;/p&gt;&#xA;&lt;hr/&gt;&#xA;&lt;p&gt;Thinking a little bit more into this statement I realize that as a culture Rural America was very open to POC, but &lt;strong&gt;not&lt;/strong&gt; &lt;strong&gt;at&lt;/strong&gt; &lt;strong&gt;all&lt;/strong&gt; open to their &lt;strong&gt;culture&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This is where a lot of what we were taught in school in the ’90s and ’00s falls short.  We were so heavily focused on, &lt;em&gt;&amp;#34; I don’t see color&amp;#34;&lt;/em&gt;.  We were taught that race was all about color, having friends of color, and treating everyone equally.  But I think that not seeing color puts us in a situation of not really treating everyone equally.  Their color may have been seen as equal, but their culture wasn’t.&lt;/p&gt;&#xA;&lt;p&gt;We have failed to embrace others the way we would want them to embrace us.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;“Hamburgers and Beer are my favorite thing, like all the time”&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This is where I really connected with Michael’s statement “Hamburgers and Beer are my favorite thing, like all the time”.  So often we can look past color, but we completely miss making a real connection with other cultures.&lt;/p&gt;&#xA;&lt;h2 id=&#34;welcome-everyone&#34;&gt;Welcome Everyone &lt;a href=&#34;#welcome-everyone&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;em&gt;Like, really welcome them.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Further, into the episode, Pariss spoke about being hired into tech and feeling left out of the conversation because she didn’t feel like she fit in.  She would hire in with a non-POC on the same day and felt like people would stare at her like a zoo animal while treating the other new hire as a real person.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;people would stare at her like a zoo animal&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;take-action&#34;&gt;Take Action &lt;a href=&#34;#take-action&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I know that I do not want to make anyone on my team feel like a zoo animal.  I feel like listening to this episode gave me a bit of perspective into what it might be like to be just a bit different than everyone else.  I really appreciate the both of them for being so open about sharing their experiences.  I will definitely think of ways that I can make any new hire just a bit more welcome next time.&lt;/p&gt;&#xA;&lt;hr/&gt;&#xA;&lt;p&gt;For this post don’t follow me on Twitter, don’t join my newsletter.&lt;/p&gt;&#xA;&lt;p&gt;Share the episode with a friend.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://reactpodcast.simplecast.com/episodes/103&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/reactpodcast.simplecast.com.jpg&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/reactpodcast.simplecast.com.jpg&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;react podcast 103&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Follow &lt;a href=&#34;https://twitter.com/ParissAthena&#34;&gt;@ParissAthena&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Follow &lt;a href=&#34;https://twitter.com/chantastic&#34;&gt;@chantastic&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Sign up for the &lt;a href=&#34;https://blacktechpipeline.substack.com/p/coming-soon&#34;&gt;Black Tech Pipeline Newsletter&lt;/a&gt;&lt;/p&gt;&#xA;&lt;hr/&gt;&#xA;&lt;h2 id=&#34;follow-them-they-are-some-amazing-people&#34;&gt;Follow them they are some amazing people. &lt;a href=&#34;#follow-them-they-are-some-amazing-people&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I have been trying to build out the content in mine.  I later found this is called a shadow newsletter or evergreen newsletter.  I will say that it gets tough to keep up with.  I’ve been trying to do it weekly, but have definitely had some folks get ahead of my pace, I’ll have to figure out how to split the out and resend articles they missed.&lt;/p&gt;&#xA;&lt;p&gt;– for yours –&lt;/p&gt;&#xA;&lt;p&gt;I like the branding that you have put into it, and how it matches yoru cover images elsewhere.&lt;/p&gt;&#xA;&lt;p&gt;I like how you have included sections of posts from various places that pull me in and make me want to go see more.&lt;/p&gt;&#xA;&lt;p&gt;your video to @WellMax81 is amazing, do more of those.&lt;/p&gt;&#xA;&lt;p&gt;One thing, I am not sure if there is a “right” direction with this, but it doesnt give me any new content.  If I were to have been following you everywhere I would have likely seen a lot of this already.  That might make me wonder why I am subscribed over time.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>How I Built My GitHub Profile</title>
    <id>https://go.waylonwalker.com/my-github-profile/</id>
    <updated>2020-07-10T03:00:00Z</updated>
    <published>2020-07-10T03:00:00Z</published>
    <link href="https://go.waylonwalker.com/my-github-profile/" rel="alternate" type="text/html"></link>
    <summary type="text">I ran a discussion on dev that collected quite a list of examples in the comment section. So many great calls to action, animations, memes, and weird tricks.</summary>
    <content type="html">&lt;p&gt;I ran a discussion on dev that collected quite a list of examples in the comment section.  So many great calls to action, animations, memes, and weird tricks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://dev.to/waylonwalker/what-s-on-your-github-profile-40p3&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://images.waylonwalker.com/whats-on-your-github-profile.png&#34; alt=&#34;dev.to whats-on-your-github-profile&#34;/ data-glightbox=&#34;description: dev.to whats-on-your-github-profile&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;my-current-profile&#34;&gt;My current profile &lt;a href=&#34;#my-current-profile&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/waylonwalker/&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://images.waylonwalker.com/github-profile.png&#34; alt=&#34;Waylon Walkers GitHub profile&#34;/ data-glightbox=&#34;description: Waylon Walkers GitHub profile&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;social-icons&#34;&gt;social icons &lt;a href=&#34;#social-icons&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Upload all of your icons to the repo in a directory such as &lt;code&gt;icons&lt;/code&gt; or &lt;code&gt;assets&lt;/code&gt;, then link them with a &lt;code&gt;height&lt;/code&gt; attribute like below.  I used &lt;a href=&#34;/html/&#34; class=&#34;glossary-term&#34; title=&#34;HTML (HyperText Markup Language) is the standard markup language used to create and design documents on the World Wide Web. It structures web content by...&#34;&gt;html&lt;/a&gt; for mine, not sure if you can set the &lt;code&gt;height&lt;/code&gt; in markdown.&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;&amp;lt;a href=&amp;#34;https://dev.to/waylonwalker&amp;#34;&amp;gt;&amp;lt;img height=&amp;#34;30&amp;#34; src=&amp;#34;https://raw.githubusercontent.com/WaylonWalker/WaylonWalker/main/icon/dev.png&amp;#34;&amp;gt;&amp;lt;/a&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;note&lt;/strong&gt; I did add a bit of &lt;code&gt;&amp;amp;nbsp;&lt;/code&gt; (non-breaking-whitespace) between my icons.  Without adding css this seemed like the simplest way to do it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;center&#34;&gt;Center &lt;a href=&#34;#center&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Aligning things in the center of the readme is super simple.  I used this trick to align my social icons in the middle.&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;&amp;lt;p align=&amp;#39;center&amp;#39;&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; ...html&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;lt;/p&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;right&#34;&gt;right &lt;a href=&#34;#right&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;For my &lt;a href=&#34;https://waylonwalker.com/latest&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/waylonwalker.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/waylonwalker.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;latest post&lt;/a&gt; I floated it to the right with a little bit of &lt;code&gt;align=&amp;#39;right&amp;#39;&lt;/code&gt; action.&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;&amp;lt;p&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &amp;lt;a href=&amp;#34;https://images.waylonwalker.com/latest&amp;#34;&amp;gt;&amp;lt;img width=&amp;#34;400&amp;#34; align=&amp;#39;right&amp;#39; src=&amp;#34;https://waylonwalker.com/latest.png?raw=true&amp;#34;&amp;gt;&amp;lt;/a&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;lt;/p&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;You may need to play with where you put this in the document, and the size of elements to get things to flow right.&lt;/p&gt;&#xA;&lt;h2 id=&#34;redirects&#34;&gt;redirects &lt;a href=&#34;#redirects&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;In order to keep my latest post always up to date on my readme I implemented a netlify redirect to always point to my latest post.  As a digital gardener this helps me keep pointed to a the best one in my opinion.  Any automated way would pick up half finished posts.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;# /static/_redirects&#xA;# netlify redirects&#xA;&#xA;# latest post&#xA;/latest            /blog/kedro-catalog-search/&#xA;/latest.png        /kedro-catalog-search.png&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Now I can reference both the post and the post cover image.&lt;/p&gt;&#xA;&lt;h2 id=&#34;summarydetails&#34;&gt;summary/details &lt;a href=&#34;#summarydetails&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I also wanted to list out a few of my favorite posts without taking up a ton of space, so I used &lt;code&gt;details&lt;/code&gt; and &lt;code&gt;summary&lt;/code&gt; tags so that it would collapse.&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;&amp;lt;details&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &amp;lt;summary&amp;gt;&amp;lt;strong&amp;gt;other favorite posts&amp;lt;/strong&amp;gt;&amp;lt;/summary&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &amp;lt;a href=&amp;#34;https://images.waylonwalker.com/eight-years-cat/&amp;#34;&amp;gt;&amp;lt;img width=&amp;#34;400&amp;#34; src=&amp;#34;https://waylonwalker.com/eight-years-cat.png?raw=true&amp;#34;&amp;gt;&amp;lt;/a&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &amp;lt;a href=&amp;#34;https://images.waylonwalker.com/keyboard-driven-vscode/&amp;#34;&amp;gt;&amp;lt;img width=&amp;#34;400&amp;#34; src=&amp;#34;https://waylonwalker.com/alt%20b.png?raw=true&amp;#34;&amp;gt;&amp;lt;/a&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; &amp;lt;a href=&amp;#34;https://images.waylonwalker.com/what-are-github-actions/&amp;#34;&amp;gt;&amp;lt;img width=&amp;#34;400&amp;#34; src=&amp;#34;https://waylonwalker.com/what-are-github-actions.png?raw=true&amp;#34;&amp;gt;&amp;lt;/a&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&amp;lt;/details&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Go ham on your profile, its your own slice of GitHub to completely personalize and speak your brand.  Give a powerfule call to action, share a funny meme, record a wicked cool GIF, its your space.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Practice your craft</title>
    <id>https://go.waylonwalker.com/practice-your-craft/</id>
    <updated>2020-03-04T06:00:00Z</updated>
    <published>2020-03-04T06:00:00Z</published>
    <link href="https://go.waylonwalker.com/practice-your-craft/" rel="alternate" type="text/html"></link>
    <content type="html">&lt;h2 id=&#34;show-up-for-practice&#34;&gt;Show up For Practice &lt;a href=&#34;#show-up-for-practice&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h2 id=&#34;how-i-practice&#34;&gt;how I practice &lt;a href=&#34;#how-i-practice&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h2 id=&#34;what-works-for-you&#34;&gt;What Works for You &lt;a href=&#34;#what-works-for-you&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Productive one on one</title>
    <id>https://go.waylonwalker.com/productive-one-on-one/</id>
    <updated>2020-02-24T12:53:00Z</updated>
    <published>2020-02-24T12:53:00Z</published>
    <link href="https://go.waylonwalker.com/productive-one-on-one/" rel="alternate" type="text/html"></link>
    <content type="html">&lt;p&gt;&lt;a href=&#34;https://images.waylonwalker.com/Screenshot_20200221-114202.png&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://images.waylonwalker.com/Screenshot_20200221-114202.png&#34; alt=&#34;&#34;/ data-glightbox=&#34;description: &#34;&gt;&lt;/a&gt;Inspired by &lt;a href=&#34;https://m.soundcloud.com/front-end-happy-hour/episode-095-shot-for-shot-one-on-ones&#34; title=&#34;https://m.soundcloud.com/front-end-happy-hour/episode-095-shot-for-shot-one-on-ones&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/m.soundcloud.com.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/m.soundcloud.com.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;https://m.soundcloud.com/front-end-happy-hour/episode-095-shot-for-shot-one-on-ones&lt;/a&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Don’t waste your time learning everything</title>
    <id>https://go.waylonwalker.com/don-t-waste-your-time-learning-everything/</id>
    <updated>2020-02-19T06:00:00Z</updated>
    <published>2020-02-19T06:00:00Z</published>
    <link href="https://go.waylonwalker.com/don-t-waste-your-time-learning-everything/" rel="alternate" type="text/html"></link>
    <summary type="text">Stick to what you know, and learn a little bit of something new every day.</summary>
    <content type="html">&lt;blockquote&gt;&#xA;&lt;p&gt;“Don’t waste your time learning everything.”&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;figure&gt;&#xA;&lt;a href=&#34;https://images.waylonwalker.com/dont-waste-your-time-learning-everythign-post.png&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;https://images.waylonwalker.com/dont-waste-your-time-learning-everythign-post.png&#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;Inspired by this &lt;a href=&#34;https://www.linkedin.com/posts/activity-6633818327070326784--Ksl&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.linkedin.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.linkedin.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;linkedIn post&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I felt that this comment was very powerful. Here are my 2 cents.&lt;/p&gt;&#xA;&lt;h2 id=&#34;be-productive&#34;&gt;Be Productive &lt;a href=&#34;#be-productive&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Stick to what you know, and learn a little bit of something new every day. If what you know is how to use Excel like a boss, don’t fee ashamed that you are missing something. Be proud and use what you know.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dont-stagnate&#34;&gt;Don’t Stagnate &lt;a href=&#34;#dont-stagnate&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Take small steps enhance what you know now with something new that you get you closer to where you want to be. If you need something that sci-py offers learn how to load in data and use that part. If your sick of waiting for IT to pull data out of the database so you can use it, learn that.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dont-overwhelm-yourself&#34;&gt;Dont Overwhelm Yourself &lt;a href=&#34;#dont-overwhelm-yourself&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;If you try to drop everything you know now and jump whole hog into these new flashy things its not going to work. Learn what you need to know.  New things crop up very often.  They will come and go.  Some things will get traction, some will never get much traction past an impressive hello world example.&lt;/p&gt;&#xA;&lt;h2 id=&#34;keep-your-finger-on-new-tech&#34;&gt;Keep your finger on new tech &lt;a href=&#34;#keep-your-finger-on-new-tech&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Its important to keep your finger on the state of technology, but dont Overwhelm yourself learning every new thing that comes out.  Make silly hello world examples in these new things and walk away.  When its time to implement something new into a real project you will be ready and understand how to do it.  If that thing dies its good that you didn’t waste a lot of time on it, but chances are it inspired the thing that actually takes off.  Then you will have some understanding of what the next thing is doing ahead of everyone else who missed out on the original.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ill-leave-you-with-this-inspirational-video-by-kitze&#34;&gt;I’ll leave you with this inspirational video by Kitze &lt;a href=&#34;#ill-leave-you-with-this-inspirational-video-by-kitze&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=_kVxXV0TQ7M&#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;![](https://images.waylonwalker.com/2020-02-16 09-57-03_Microsoft Text Input Application.png)&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=_kVxXV0TQ7M&#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;Navigating the hype-driven frontend development world without going insane - KITZE&lt;/a&gt;&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>It&#39;s not all about winning</title>
    <id>https://go.waylonwalker.com/journey/</id>
    <updated>2019-02-02T00:00:00Z</updated>
    <published>2019-02-02T00:00:00Z</published>
    <link href="https://go.waylonwalker.com/journey/" rel="alternate" type="text/html"></link>
    <summary type="text">This is my story into data science.</summary>
    <content type="html">&lt;p&gt;&lt;em&gt;This is my story into data science.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-journey-begins&#34;&gt;The Journey Begins &lt;a href=&#34;#the-journey-begins&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;I am addicted to the process of learning and improving my skills nearly to a fault. The reason I say nearly is because my addiction is fueled with results. I crave the output of my work enhance the work of others. I jump with joy as I see users gain insights they could have never imagined before. My mouth starts watering as I see their boring repetitive data mining activites be completed in a matter of seconds, opening up their mind to focus on their expertise. The day I stop learning will be the day that I start looking for another career path.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;It’s not all about winning.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;~Mom&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;This happened to me in 2014. I have a mechanical engineering degree and had a really good position at the time. I owned full engineering control of a small subset of engine components. The problem was that Everything is so proprietary and hardly documented the process of learning did not click with me. I felt like I had learned a lot about the product early on, and was stuck without any more resources to learn more. On the side, I had started learning python and data science techniques to enhance my job.&lt;/p&gt;&#xA;&lt;!--&#xA;[mountains in the fog](https://d33wubrfki0l68.cloudfront.net/a093e6c28214bb9556a4e877f5d128cf77b82bd3/9c5c4/static/eberhard-grossgasteiger-382452-unsplash-6f1eb07825ef1b2165ea1a3805fff023.jpg)&#xA;--&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;every time I feel like I have reached the peak of anyone topic the fog clears and I can now see a whole new mountain range that I did not know existed.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I was addicted. I felt like there is so much knowledge easily obtained online in my free time, and I was able to take it back to my job and achieve results. Every time I feel like I have reached the peak of anyone’s topic the fog clears and I can now see a whole new mountain range that I did not know existed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;love-the-journey&#34;&gt;Love the Journey &lt;a href=&#34;#love-the-journey&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;By 2017 I was really good at gaining results for our business and decided to make the jump to the data science team. I have achieved great results, and have been recognized as a high contributor to our business. Still, I do not feel like I have won. My goals are always moving and will always be 3-6 months ahead of me. I truly enjoy the process of learning and providing value so much that I will never let myself sit back and think that I have won and its time to reap the rewards of my hard work. I will say that I am winning. Not because of any results, awards, or recognition, but because I am happy. I have found a career path that I really enjoy the journey and I am not just trying to get on the fast track to a destination.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>Follow Your Passion</title>
    <id>https://go.waylonwalker.com/passion/</id>
    <updated>2019-01-01T00:00:00Z</updated>
    <published>2019-01-01T00:00:00Z</published>
    <link href="https://go.waylonwalker.com/passion/" rel="alternate" type="text/html"></link>
    <summary type="text">none</summary>
    <content type="html">&lt;h2 id=&#34;follow-your-passion&#34;&gt;Follow Your Passion &lt;a href=&#34;#follow-your-passion&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;em&gt;my journey into data science&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;In January 2018 I started work as a full time data scientist turning my passion into a career.  It is something that I didn’t see myself doing 5 years ago, but is something that I love to do.  It combines my love of data, visualization, story telling, software development, and writing code.  Most of all it allows me to work in a space that promotes learning and creativity.  As a mechanical engineer for a company that has been building equipment for nearly a century the mechanical engineering is very well established I felt that there was not a lot of room for creativity.&lt;/p&gt;&#xA;&lt;h2 id=&#34;find-your-role&#34;&gt;Find Your Role &lt;a href=&#34;#find-your-role&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;When I first started as a full time  mechanical engineer&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>No More Death By PowerPoint</title>
    <id>https://go.waylonwalker.com/death-by-powerpoint/</id>
    <updated>2017-12-31T00:00:00Z</updated>
    <published>2017-12-31T00:00:00Z</published>
    <link href="https://go.waylonwalker.com/death-by-powerpoint/" rel="alternate" type="text/html"></link>
    <summary type="text">none</summary>
    <content type="html">&lt;h1 id=&#34;no-more-death-by-powerpoint&#34;&gt;No More Death By PowerPoint&lt;/h1&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;I Waylon S. Walker vow that from this point forward I will no longer create powerpoints to be considerec &lt;strong&gt;DEATH BY POWERPOINT&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;If you have not seen David JP Phillips &lt;a href=&#34;https://www.youtube.com/watch?v=Iwpi1Lm6dFo&#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;Death By PowerPoint&lt;/a&gt;  TEDx, stop now and watch it.  You will never look at slides the same again.  Watching this video ruined me for watching presentations with these issues.  Reveal is a tool that makes it very easy to follow these principles&lt;/p&gt;&#xA;&lt;p&gt;I currently work in a company that employs over 100K employees, and to this day I cannot recall a single presentation given where the slides did not violate the rules stated in David’s Talk.  This year I am putting a stop to this starting with myself.  I am starting a new job role in 2018 and there is no better time to make some drastic changes to my workflow than now.  I expect there to be a few followers and many naysayers, but I dont care.  I will employ the directives listed below.&lt;/p&gt;&#xA;&lt;h2 id=&#34;110&#34;&gt;1+1=0 &lt;a href=&#34;#110&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Very few people (&lt;em&gt;if any&lt;/em&gt;) in your will be able to multi-task.  The human brain is just not built to truly multi-task.  Some folks can be good at task switching quickly but very few of us can truly multi-task.  By overwhelming your audience with more than one distinct message, you have successfully overwhelmed your audience and successfully delivered 0 messages to your audiance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;6-items&#34;&gt;6 items &lt;a href=&#34;#6-items&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The human brain is very capable of processing up to 6 items very efficiently, beyond this becomes an exponential rate of processing.  Watch David’s video and you will see a remarkable example.&lt;/p&gt;&#xA;&lt;h2 id=&#34;size-and-contrast&#34;&gt;Size and Contrast &lt;a href=&#34;#size-and-contrast&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The most important points should be the fist thing that your eye goes to on the screen.&lt;/p&gt;&#xA;&lt;h2 id=&#34;more-slides&#34;&gt;More Slides &lt;a href=&#34;#more-slides&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;No one ever said the sheer amount of slides was ever the problem.&lt;/p&gt;&#xA;&lt;h2 id=&#34;supporting-material&#34;&gt;Supporting Material &lt;a href=&#34;#supporting-material&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Sentences, Notes, reference material, etc belong in the speaker notes.  This is the part that took the longest for me to realize.  In my company PowerPoint documents as living documents that folks will reference long after the presentation is over.  For this reason we tend to put every point that we want to discuss on the slides, so that they are there weeks, months, even years later when someone goes back to review your slides.  Placing this material in the speaker notes will allow you to utilize your presentation as reference material if you need to, and refrain from placing it on the screen.&lt;/p&gt;&#xA;&lt;h2 id=&#34;tools&#34;&gt;Tools &lt;a href=&#34;#tools&#34; class=&#34;heading-anchor&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;A tool that is becoming very popular outside of the PowerPoind world is &lt;a href=&#34;https://github.com/hakimel/reveal.js/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/github.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/github.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;Reveal js&lt;/a&gt;.  It is a fantastic framework to build beautiful slides using &lt;a href=&#34;/html/&#34; class=&#34;glossary-term&#34; title=&#34;HTML (HyperText Markup Language) is the standard markup language used to create and design documents on the World Wide Web. It structures web content by...&#34;&gt;html&lt;/a&gt;.  I find that maintaining html to be a bit cumbersome. And the templating language &lt;a href=&#34;https://pugjs.org/&#34;&gt;pug&lt;/a&gt; to be much more simple.  I will be using my own fork of &lt;a href=&#34;https://github.com/jlengstorf/reveal.js-jade&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/github.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/github.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;reveal.js-jade&lt;/a&gt; in 2018.  It will allow me to have interactive visualizations right in my slides.  Reveal also does a really nice job at making it hard to break the Death By PowerPoint rules.  It tends to be hard to jam a ton of information into them.&lt;/p&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>