<rss xmlns:source="http://source.scripting.com/" version="2.0">
  <channel>
    <title>Jake Weidokal</title>
    <link>https://weidok.al/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Fri, 27 Mar 2026 09:15:15 -0400</lastBuildDate>
    <item>
      <title></title>
      <link>https://weidok.al/2026/03/26/ive-wasted-a-lot-of.html</link>
      <pubDate>Thu, 26 Mar 2026 10:53:18 -0400</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/03/26/ive-wasted-a-lot-of.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I’ve wasted a lot of time journaling on “problems” when I just needed to eat breakfast sooner, do 10 push-ups, or get an extra hour of sleep. Sometimes, you think you have to figure out your life’s purpose, but you really just need some macadamia nuts and a cold fucking shower.&amp;rdquo; (Timothy Ferriss, Tools of Titans)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yep. My “ExiSTeNTiaL” problems usually have a painfully basic solution. Becoming a runner since the beginning of the year has made me feel 10x better.&lt;/p&gt;
</description>
      <source:markdown>&gt; &#34;I’ve wasted a lot of time journaling on “problems” when I just needed to eat breakfast sooner, do 10 push-ups, or get an extra hour of sleep. Sometimes, you think you have to figure out your life’s purpose, but you really just need some macadamia nuts and a cold fucking shower.&#34; (Timothy Ferriss, Tools of Titans)

Yep. My “ExiSTeNTiaL” problems usually have a painfully basic solution. Becoming a runner since the beginning of the year has made me feel 10x better.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/03/26/my-goodness-i-just-peeked.html</link>
      <pubDate>Thu, 26 Mar 2026 08:29:39 -0400</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/03/26/my-goodness-i-just-peeked.html</guid>
      <description>&lt;p&gt;My goodness. I just peeked at my &lt;a href=&#34;https://weidok.al/now&#34;&gt;Now page&lt;/a&gt; and realized I haven&amp;rsquo;t updated it since October of &lt;strong&gt;2024&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Where does the time go?&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m going to have to update that soon. There has been &lt;em&gt;a lot&lt;/em&gt; of change in my life since then!&lt;/p&gt;
</description>
      <source:markdown>My goodness. I just peeked at my [Now page](https://weidok.al/now) and realized I haven&#39;t updated it since October of **2024**.

Where does the time go?

I&#39;m going to have to update that soon. There has been *a lot* of change in my life since then!
</source:markdown>
    </item>
    
    <item>
      <title>Conventional Comments</title>
      <link>https://weidok.al/2026/03/20/conventional-comments.html</link>
      <pubDate>Fri, 20 Mar 2026 09:05:06 -0400</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/03/20/conventional-comments.html</guid>
      <description>&lt;p&gt;I came across &lt;a href=&#34;https://conventionalcomments.org/&#34;&gt;conventionalcomments.org&lt;/a&gt; yesterday and love the idea. It is a simple convention for making clear comments on others&#39; work products. In particular, code changes.&lt;/p&gt;
&lt;p&gt;It is easy to unwittingly offend or confuse when commenting on someone else&amp;rsquo;s work, so I like that this gives a framework to set your intention early. Another nice side-effect is that it forces the commenter to think more clearly about what they&amp;rsquo;re actually trying to communicate.&lt;/p&gt;
&lt;p&gt;I shared this with my dev team at work and plan to use it a lot more myself. I can see this being useful in pull requests as intended, but could also see it being useful when commenting on documents, slide decks, etc. I believe this would work well for feedback on any knowledge work product.&lt;/p&gt;
&lt;p&gt;In case you don&amp;rsquo;t want to read the full web page I linked above, here&amp;rsquo;s a brief summary of the convention and ideas for different labels or tags you could use.&lt;/p&gt;
&lt;p&gt;Format: &lt;code&gt;&amp;lt;label&amp;gt; [tags]: &amp;lt;subject&amp;gt;&lt;/code&gt;&lt;br&gt;
Example: &lt;code&gt;suggestion (non-blocking): Consider using a framework for this&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Labels (Prefixes):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;praise - Positive feedback&lt;/li&gt;
&lt;li&gt;nitpick - Trivial preference-based requests&lt;/li&gt;
&lt;li&gt;suggestion - Proposes improvements&lt;/li&gt;
&lt;li&gt;issue - Highlights specific problems&lt;/li&gt;
&lt;li&gt;todo - Small necessary changes&lt;/li&gt;
&lt;li&gt;question - Potential concern, needs clarification&lt;/li&gt;
&lt;li&gt;thought - Idea from reviewing (non-blocking)&lt;/li&gt;
&lt;li&gt;chore - Task that must be done before acceptance&lt;/li&gt;
&lt;li&gt;note - FYI info (non-blocking)&lt;/li&gt;
&lt;li&gt;typo - Misspelling&lt;/li&gt;
&lt;li&gt;polish - Quality improvements (like suggestion)&lt;/li&gt;
&lt;li&gt;quibble - Like nitpick&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Decorations (Tags):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;(non-blocking) - Doesn&amp;rsquo;t prevent acceptance&lt;/li&gt;
&lt;li&gt;(blocking) - Prevents acceptance until resolved&lt;/li&gt;
&lt;li&gt;(if-minor) - Only resolve if changes are trivial&lt;/li&gt;
&lt;/ul&gt;
</description>
      <source:markdown>I came across [conventionalcomments.org](https://conventionalcomments.org/) yesterday and love the idea. It is a simple convention for making clear comments on others&#39; work products. In particular, code changes.

It is easy to unwittingly offend or confuse when commenting on someone else&#39;s work, so I like that this gives a framework to set your intention early. Another nice side-effect is that it forces the commenter to think more clearly about what they&#39;re actually trying to communicate.

I shared this with my dev team at work and plan to use it a lot more myself. I can see this being useful in pull requests as intended, but could also see it being useful when commenting on documents, slide decks, etc. I believe this would work well for feedback on any knowledge work product.

In case you don&#39;t want to read the full web page I linked above, here&#39;s a brief summary of the convention and ideas for different labels or tags you could use.

Format: `&lt;label&gt; [tags]: &lt;subject&gt;`  
Example: `suggestion (non-blocking): Consider using a framework for this`

Labels (Prefixes):
- praise - Positive feedback
- nitpick - Trivial preference-based requests
- suggestion - Proposes improvements
- issue - Highlights specific problems
- todo - Small necessary changes
- question - Potential concern, needs clarification
- thought - Idea from reviewing (non-blocking)
- chore - Task that must be done before acceptance
- note - FYI info (non-blocking)
- typo - Misspelling
- polish - Quality improvements (like suggestion)
- quibble - Like nitpick

Decorations (Tags):
- (non-blocking) - Doesn&#39;t prevent acceptance
- (blocking) - Prevents acceptance until resolved
- (if-minor) - Only resolve if changes are trivial
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/03/12/creating-the-conditions-for-success.html</link>
      <pubDate>Thu, 12 Mar 2026 16:00:41 -0400</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/03/12/creating-the-conditions-for-success.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Creating the conditions for success is a very different project than finding a heroic move that saves the day.&amp;rdquo; (Seth Godin, Analyzing the Last Move)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This old highlight stood out to me today. I’ve been noticing more “success” popping up in my life from conditions I set up months or years ago.&lt;/p&gt;
&lt;p&gt;This is a good reminder for me to keep planting seeds and watering them, even though it will be a long while before I see the first sprout.&lt;/p&gt;
</description>
      <source:markdown>&gt; &#34;Creating the conditions for success is a very different project than finding a heroic move that saves the day.&#34; (Seth Godin, Analyzing the Last Move)

This old highlight stood out to me today. I’ve been noticing more “success” popping up in my life from conditions I set up months or years ago.

This is a good reminder for me to keep planting seeds and watering them, even though it will be a long while before I see the first sprout.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/27/i-love-that-ai-doesnt.html</link>
      <pubDate>Fri, 27 Feb 2026 11:56:01 -0400</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/27/i-love-that-ai-doesnt.html</guid>
      <description>&lt;p&gt;I love that AI doesn&amp;rsquo;t judge me when I send it messages like:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;CAn yuo kep it shorteR?&lt;/p&gt;
&lt;/blockquote&gt;
</description>
      <source:markdown>I love that AI doesn&#39;t judge me when I send it messages like:

&gt; CAn yuo kep it shorteR?
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/27/you-are-not-simply-your.html</link>
      <pubDate>Fri, 27 Feb 2026 09:58:32 -0400</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/27/you-are-not-simply-your.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You are not simply your own possession to torture and mistreat. This is partly because your Being is inexorably tied up with that of others, and your mistreatment of yourself can have catastrophic consequences for others.&amp;rdquo; (Jordan B. Peterson, Norman Doidge (Forward), Ethan Van Sciver (Illustrator), 12 Rules for Life)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I like a simplified version of that first sentence “you are not your own possession”. That’s something to think about. I was discussing that with some friends in Bible study yesterday, related to how we’re called to be light-givers in our community.&lt;/p&gt;
</description>
      <source:markdown>&gt; &#34;You are not simply your own possession to torture and mistreat. This is partly because your Being is inexorably tied up with that of others, and your mistreatment of yourself can have catastrophic consequences for others.&#34; (Jordan B. Peterson, Norman Doidge (Forward), Ethan Van Sciver (Illustrator), 12 Rules for Life)

I like a simplified version of that first sentence “you are not your own possession”. That’s something to think about. I was discussing that with some friends in Bible study yesterday, related to how we’re called to be light-givers in our community.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/21/the-internet-is-a-novelty.html</link>
      <pubDate>Sat, 21 Feb 2026 11:57:02 -0400</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/21/the-internet-is-a-novelty.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;The Internet is a novelty machine that pulls us away from age-old wisdom. Even though we’re just a click away from the greatest authors of all time, from Plato to Tolstoy, we default to novelty instead of timelessness.&amp;rdquo; (David Perell, The Ultimate Guide to Writing Online)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I find it hard to strike the right balance between novelty and good literature. I don’t think all novelty is bad, the tricky bit is that it has a much stronger gravitational field than classics, at least for me.&lt;/p&gt;
</description>
      <source:markdown>&gt; &#34;The Internet is a novelty machine that pulls us away from age-old wisdom. Even though we’re just a click away from the greatest authors of all time, from Plato to Tolstoy, we default to novelty instead of timelessness.&#34; (David Perell, The Ultimate Guide to Writing Online)

I find it hard to strike the right balance between novelty and good literature. I don’t think all novelty is bad, the tricky bit is that it has a much stronger gravitational field than classics, at least for me.
</source:markdown>
    </item>
    
    <item>
      <title>Deermons</title>
      <link>https://weidok.al/2026/02/21/deermons.html</link>
      <pubDate>Sat, 21 Feb 2026 09:17:38 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/21/deermons.html</guid>
      <description>&lt;p&gt;My deermons lurk in the shadows of these morning runs. They hear every footfall. They watch with glowing eyes, waiting for me to fall. They taunt me, “Look how far you ARE from what you COULD BE!”&lt;/p&gt;
&lt;p&gt;I retort, “Go lie in your bed of mud, deermon! Man’s fall from his potential is well known. It is his great agony. But do not steal from my heart the great JOY that is running toward THE IMAGE I was created in! You cannot understand what it means to carry this image! Graze your grass, with your head low and your nose in the dirt. As for me, I will climb, eyes ever upward.”&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/5c58de70be.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;Deer are grazing in a grassy field at dawn near a road with trees in the background.&#34;&gt;
</description>
      <source:markdown>My deermons lurk in the shadows of these morning runs. They hear every footfall. They watch with glowing eyes, waiting for me to fall. They taunt me, “Look how far you ARE from what you COULD BE!”

I retort, “Go lie in your bed of mud, deermon! Man’s fall from his potential is well known. It is his great agony. But do not steal from my heart the great JOY that is running toward THE IMAGE I was created in! You cannot understand what it means to carry this image! Graze your grass, with your head low and your nose in the dirt. As for me, I will climb, eyes ever upward.”

&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/5c58de70be.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;Deer are grazing in a grassy field at dawn near a road with trees in the background.&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/20/hot-take-i-like-it.html</link>
      <pubDate>Fri, 20 Feb 2026 08:53:55 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/20/hot-take-i-like-it.html</guid>
      <description>&lt;p&gt;Hot take. I like it.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;People commonly use the word “procrastination” to describe what they do on the Internet. It seems to me too mild to describe what’s happening as merely not-doing-work. We don’t call it procrastination when someone gets drunk instead of working.&amp;rdquo; (Tim Ferriss, 5-Bullet Friday — January 26, 2024)&lt;/p&gt;
&lt;/blockquote&gt;
</description>
      <source:markdown>Hot take. I like it.

&gt; &#34;People commonly use the word “procrastination” to describe what they do on the Internet. It seems to me too mild to describe what’s happening as merely not-doing-work. We don’t call it procrastination when someone gets drunk instead of working.&#34; (Tim Ferriss, 5-Bullet Friday — January 26, 2024)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/19/few-people-ask-from-books.html</link>
      <pubDate>Thu, 19 Feb 2026 09:54:54 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/19/few-people-ask-from-books.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Few people ask from books what books can give us. Most commonly we come to books with blurred and divided minds, asking of fiction that it shall be true, of poetry that it shall be false, of biography that it shall be flattering, of history that it shall enforce our own prejudices.&amp;rdquo; (&lt;a href=&#34;https://www.themarginalian.org/2013/03/06/virginia-woolf-how-should-one-read-a-book/&#34;&gt;Maria Popova, Virginia Woolf on How to Read a Book&lt;/a&gt;)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I often come to books with a blurred and divided mind. But I come to the book asking it to help me un-blur and un-divide. That the slow process of reading would give me clarity and a singular focus, free from the distraction of short-form or digital media.&lt;/p&gt;
</description>
      <source:markdown>&gt; &#34;Few people ask from books what books can give us. Most commonly we come to books with blurred and divided minds, asking of fiction that it shall be true, of poetry that it shall be false, of biography that it shall be flattering, of history that it shall enforce our own prejudices.&#34; ([Maria Popova, Virginia Woolf on How to Read a Book](https://www.themarginalian.org/2013/03/06/virginia-woolf-how-should-one-read-a-book/))

I often come to books with a blurred and divided mind. But I come to the book asking it to help me un-blur and un-divide. That the slow process of reading would give me clarity and a singular focus, free from the distraction of short-form or digital media.
</source:markdown>
    </item>
    
    <item>
      <title>What choices made you who you are?</title>
      <link>https://weidok.al/2026/02/18/what-choices-made-you-who.html</link>
      <pubDate>Wed, 18 Feb 2026 09:36:05 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/18/what-choices-made-you-who.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;A Question Cal Suggests Asking People More Often “What are some of the choices you’ve made that made you who you are?”&amp;rdquo; (Timothy Ferriss, Tools of Titans)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I&amp;rsquo;m going to give this a try. I tested it out on myself and found this question made me dig a little deeper than I normally do in conversations.&lt;/p&gt;
&lt;p&gt;Here are some choices I&amp;rsquo;ve made that made me who I am:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;following Jesus&lt;/li&gt;
&lt;li&gt;switching from a Psychology major to Computer Science&lt;/li&gt;
&lt;li&gt;marrying my wonderful wife&lt;/li&gt;
&lt;li&gt;deciding to have children&lt;/li&gt;
&lt;li&gt;committing to journaling&lt;/li&gt;
&lt;li&gt;surrounding myself with people who keep me accountable&lt;/li&gt;
&lt;li&gt;starting this blog&lt;/li&gt;
&lt;li&gt;staying near family instead of moving somewhere with nicer weather or more job opportunities&lt;/li&gt;
&lt;li&gt;getting off of Instagram/Facebook, never signing up for Twitter or TikTok&lt;/li&gt;
&lt;li&gt;and so many more things!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It makes me think about the butterfly effect and all the different ways my life could have gone. I&amp;rsquo;m glad things happened the way they have.&lt;/p&gt;
</description>
      <source:markdown>&gt; &#34;A Question Cal Suggests Asking People More Often “What are some of the choices you’ve made that made you who you are?”&#34; (Timothy Ferriss, Tools of Titans)

I&#39;m going to give this a try. I tested it out on myself and found this question made me dig a little deeper than I normally do in conversations. 

Here are some choices I&#39;ve made that made me who I am: 

- following Jesus
- switching from a Psychology major to Computer Science
- marrying my wonderful wife
- deciding to have children
- committing to journaling
- surrounding myself with people who keep me accountable
- starting this blog
- staying near family instead of moving somewhere with nicer weather or more job opportunities
- getting off of Instagram/Facebook, never signing up for Twitter or TikTok
- and so many more things!

It makes me think about the butterfly effect and all the different ways my life could have gone. I&#39;m glad things happened the way they have.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/17/its-been-taking-me-a.html</link>
      <pubDate>Tue, 17 Feb 2026 06:47:31 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/17/its-been-taking-me-a.html</guid>
      <description>&lt;p&gt;It&amp;rsquo;s been taking me a long time to read through &amp;ldquo;Thus Spake Zarathustra&amp;rdquo;. I pick it up in bits and pieces on my phone. It&amp;rsquo;s hard to read partially due to the heavy concepts and partially due to the antiquated language. I&amp;rsquo;ve realized I have some pretty fundamental disagreements with Nietzche, but it&amp;rsquo;s still interesting to see how he thinks. And every now and then a particular point hits home, usually his critiques of the church.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been thinking a lot lately about how I&amp;rsquo;ve over-optimized for comfort, so this one really resonated with me and felt convicting.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To small virtues would they fain lure and laud me; to the ticktack of small happiness would they fain persuade my foot.&lt;/p&gt;
&lt;p&gt;I pass through this people and keep mine eyes open; they have become SMALLER, and ever become smaller:—THE REASON THEREOF IS THEIR DOCTRINE OF HAPPINESS AND VIRTUE.&lt;/p&gt;
&lt;p&gt;For they are moderate also in virtue,—because they want comfort. With comfort, however, moderate virtue only is compatible.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
      <source:markdown>It&#39;s been taking me a long time to read through &#34;Thus Spake Zarathustra&#34;. I pick it up in bits and pieces on my phone. It&#39;s hard to read partially due to the heavy concepts and partially due to the antiquated language. I&#39;ve realized I have some pretty fundamental disagreements with Nietzche, but it&#39;s still interesting to see how he thinks. And every now and then a particular point hits home, usually his critiques of the church.

I&#39;ve been thinking a lot lately about how I&#39;ve over-optimized for comfort, so this one really resonated with me and felt convicting.

&gt; To small virtues would they fain lure and laud me; to the ticktack of small happiness would they fain persuade my foot.
&gt; 
&gt; I pass through this people and keep mine eyes open; they have become SMALLER, and ever become smaller:—THE REASON THEREOF IS THEIR DOCTRINE OF HAPPINESS AND VIRTUE.
&gt; 
&gt; For they are moderate also in virtue,—because they want comfort. With comfort, however, moderate virtue only is compatible.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/16/wow-the-chance-of-a.html</link>
      <pubDate>Mon, 16 Feb 2026 11:09:26 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/16/wow-the-chance-of-a.html</guid>
      <description>&lt;p&gt;Wow&amp;hellip; The chance of a lifetime just fell into my LinkedIn inbox. (sarcasm)&lt;/p&gt;
&lt;p&gt;On a serious note, anytime I get one of these scam messages, I just feel sad for the vulnerable people that fall for these. On a less serious note, I&amp;rsquo;m starting up a fund to support the victims of these scams. Please send me $100 in Amazon gift cards and your social security number if you want to support it.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hello Jake, you have not been responding. I have a business proposal for you. I want to bring to your notice that I have worked in the gold mining sector for more than 30 years. Over these years, I have had local mining contracts across 5 countries, namely: Australia, Brazil, South Africa, Kazakhstan and New Zealand. I also worked with Keneoli Gold Mining under Glory Mining Ltd in Ghana West Africa. Am currently working with a gold company in New Zealand and my contract will expire by next year. I privately bought about 140 KG of gold from some local miners here at a cheaper price. I don&amp;rsquo;t want my company to know I own this gold because contractors are prohibited from buying gold from local miners.&lt;/p&gt;
&lt;p&gt;So I want to present you as my partner who bought and owns the gold. All legal documentation will be in your name, then the company would ship the gold to your provided address. After you receive it then I can come over to pick it up. I&amp;rsquo;m willing to give you 20% of the total 140KG of gold. All I want from you is honesty and transparency.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re okay with the proposal, then I will inform the Gold Company and introduce you to them as my partner so they can prepare all documentation in your name before shipment. All this can be done within 8-10 working days.&lt;/p&gt;
&lt;p&gt;NOTE: This is 100% legal business. I bought the gold with my money. Am only doing it this way because as a contractor with the company I&amp;rsquo;m not permitted to buy gold from the local miners. The 140KG of gold is worth more than 7 Million USD if we sell 1KG for 50,000USD. This is unrefined 23 Karat gold with 99% purity.&lt;/p&gt;
&lt;p&gt;If you need any further clarification, kindly let me know.&lt;/p&gt;
&lt;p&gt;I await your response and readiness to enable us start the process immediately.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
      <source:markdown>Wow... The chance of a lifetime just fell into my LinkedIn inbox. (sarcasm)

On a serious note, anytime I get one of these scam messages, I just feel sad for the vulnerable people that fall for these. On a less serious note, I&#39;m starting up a fund to support the victims of these scams. Please send me $100 in Amazon gift cards and your social security number if you want to support it.

&gt; Hello Jake, you have not been responding. I have a business proposal for you. I want to bring to your notice that I have worked in the gold mining sector for more than 30 years. Over these years, I have had local mining contracts across 5 countries, namely: Australia, Brazil, South Africa, Kazakhstan and New Zealand. I also worked with Keneoli Gold Mining under Glory Mining Ltd in Ghana West Africa. Am currently working with a gold company in New Zealand and my contract will expire by next year. I privately bought about 140 KG of gold from some local miners here at a cheaper price. I don&#39;t want my company to know I own this gold because contractors are prohibited from buying gold from local miners.
&gt; 
&gt; So I want to present you as my partner who bought and owns the gold. All legal documentation will be in your name, then the company would ship the gold to your provided address. After you receive it then I can come over to pick it up. I&#39;m willing to give you 20% of the total 140KG of gold. All I want from you is honesty and transparency.
&gt; 
&gt; If you&#39;re okay with the proposal, then I will inform the Gold Company and introduce you to them as my partner so they can prepare all documentation in your name before shipment. All this can be done within 8-10 working days.
&gt; 
&gt; NOTE: This is 100% legal business. I bought the gold with my money. Am only doing it this way because as a contractor with the company I&#39;m not permitted to buy gold from the local miners. The 140KG of gold is worth more than 7 Million USD if we sell 1KG for 50,000USD. This is unrefined 23 Karat gold with 99% purity.
&gt; 
&gt; If you need any further clarification, kindly let me know.
&gt; 
&gt; I await your response and readiness to enable us start the process immediately.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/16/the-brilliant-japanese-writer-haruki.html</link>
      <pubDate>Mon, 16 Feb 2026 10:58:02 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/16/the-brilliant-japanese-writer-haruki.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;The brilliant Japanese writer Haruki Murakami once wrote, “Always remember that to argue, and win, is to break down the reality of the person you are arguing against. It is painful to lose your reality, so be kind, even if you are right.”&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I started doing my daily Readwise reviews again to revisit my old highlights from books and articles. Anytime I reboot a reflective practice like this, I realize how much I missed it. I’m going to start sharing these more to re-process them myself and to share what I have found impactful.&lt;/p&gt;
&lt;p&gt;Today’s highlight is from James Clear’s &lt;a href=&#34;https://jamesclear.com/why-facts-dont-change-minds&#34;&gt;Why Facts Don’t Change Our Minds&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>&gt; The brilliant Japanese writer Haruki Murakami once wrote, “Always remember that to argue, and win, is to break down the reality of the person you are arguing against. It is painful to lose your reality, so be kind, even if you are right.”

I started doing my daily Readwise reviews again to revisit my old highlights from books and articles. Anytime I reboot a reflective practice like this, I realize how much I missed it. I’m going to start sharing these more to re-process them myself and to share what I have found impactful.

Today’s highlight is from James Clear’s [Why Facts Don’t Change Our Minds](https://jamesclear.com/why-facts-dont-change-minds) 





</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/15/if-you-write-what-you.html</link>
      <pubDate>Sun, 15 Feb 2026 09:08:52 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/15/if-you-write-what-you.html</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;“If you write what you yourself sincerely think and feel and are interested in… you will interest other people.”&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rachel Carson&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;I have a lot of new things I’m thinking and feeling and interested in here at the early stages of 2026. I’ve been so focused on those things that I haven’t written about them much, but I hope to soon. Things like downgrading my phone, getting into running, and building little personal apps in a day with AI agents.&lt;/p&gt;
</description>
      <source:markdown>&gt; “If you write what you yourself sincerely think and feel and are interested in… you will interest other people.”
&gt; - Rachel Carson

I have a lot of new things I’m thinking and feeling and interested in here at the early stages of 2026. I’ve been so focused on those things that I haven’t written about them much, but I hope to soon. Things like downgrading my phone, getting into running, and building little personal apps in a day with AI agents.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/12/i-love-this-quote-from.html</link>
      <pubDate>Thu, 12 Feb 2026 07:44:49 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/12/i-love-this-quote-from.html</guid>
      <description>&lt;p&gt;I love this quote from Dostoevsky, writing to his brother after narrowly escaping execution by the tsarist regime:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When I look back at the past and think how much time was spent in vain, how much of it was lost in delusions, in errors, in idleness, in the inability to live; how I failed to value it, how many times I sinned against my heart and  spirit — then my heart contracts in pain. Life is a gift, life is happiness, each moment could have been an eternity of happiness. Si jeunesse savait! [If youth knew!]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Found in &lt;a href=&#34;https://www.themarginalian.org/2026/02/11/dostoyevsky-execution-life/&#34;&gt;The Marginalian&lt;/a&gt;&lt;/p&gt;
</description>
      <source:markdown>I love this quote from Dostoevsky, writing to his brother after narrowly escaping execution by the tsarist regime:

&gt; When I look back at the past and think how much time was spent in vain, how much of it was lost in delusions, in errors, in idleness, in the inability to live; how I failed to value it, how many times I sinned against my heart and  spirit — then my heart contracts in pain. Life is a gift, life is happiness, each moment could have been an eternity of happiness. Si jeunesse savait! [If youth knew!]

Found in [The Marginalian](https://www.themarginalian.org/2026/02/11/dostoyevsky-execution-life/)
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/07/a-small-detail-of-life.html</link>
      <pubDate>Sat, 07 Feb 2026 08:01:24 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/07/a-small-detail-of-life.html</guid>
      <description>&lt;p&gt;A small detail of life that I love:&lt;br&gt;
the way drywall looks when early morning sunlight hits it at a near-parallel angle.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/8df91d6943.png&#34; alt=&#34;sunlight hitting drywall&#34;&gt;
</description>
      <source:markdown>A small detail of life that I love:  
the way drywall looks when early morning sunlight hits it at a near-parallel angle.

&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/8df91d6943.png&#34; alt=&#34;sunlight hitting drywall&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/06/082718.html</link>
      <pubDate>Fri, 06 Feb 2026 08:27:18 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/06/082718.html</guid>
      <description>&lt;p&gt;My new favorite quick breakfast is cottage cheese + granola + everything bagel seasoning. It&amp;rsquo;s sneaky good. And healthy!&lt;/p&gt;
</description>
      <source:markdown>My new favorite quick breakfast is cottage cheese + granola + everything bagel seasoning. It&#39;s sneaky good. And healthy!
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/06/my-new-favorite-quick-breakfast.html</link>
      <pubDate>Fri, 06 Feb 2026 08:27:18 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/06/my-new-favorite-quick-breakfast.html</guid>
      <description>&lt;p&gt;My new favorite quick breakfast is cottage cheese + granola + everything bagel seasoning. It&amp;rsquo;s sneaky good. And healthy!&lt;/p&gt;
</description>
      <source:markdown>My new favorite quick breakfast is cottage cheese + granola + everything bagel seasoning. It&#39;s sneaky good. And healthy!
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/02/02/i-had-used-ezmppro-to.html</link>
      <pubDate>Mon, 02 Feb 2026 06:10:50 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/02/02/i-had-used-ezmppro-to.html</guid>
      <description>&lt;p&gt;I had used &lt;a href=&#34;https://ezmp3.pro&#34;&gt;ezmp3.pro&lt;/a&gt; to download mp3s from YouTube video URLs onto my watch for runs, but this morning I came across the command-line tool &lt;a href=&#34;https://github.com/yt-dlp/yt-dlp/blob/master/README.md&#34;&gt;yt-dlp&lt;/a&gt;. So far it has been easy to use and was able to download 96 separate mp3 files from a playlist URL with this command: &lt;code&gt;yt-dlp -x --audio-format mp3 --audio-quality 0 -o &amp;quot;%(playlist_index)s - %(title)s.%(ext)s&amp;quot; &amp;quot;URL&amp;quot;&lt;/code&gt;&lt;/p&gt;
</description>
      <source:markdown>I had used [ezmp3.pro](https://ezmp3.pro) to download mp3s from YouTube video URLs onto my watch for runs, but this morning I came across the command-line tool [yt-dlp](https://github.com/yt-dlp/yt-dlp/blob/master/README.md). So far it has been easy to use and was able to download 96 separate mp3 files from a playlist URL with this command: `yt-dlp -x --audio-format mp3 --audio-quality 0 -o &#34;%(playlist_index)s - %(title)s.%(ext)s&#34; &#34;URL&#34;`

</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/01/28/today-i-explained-to-my.html</link>
      <pubDate>Wed, 28 Jan 2026 17:30:07 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/01/28/today-i-explained-to-my.html</guid>
      <description>&lt;p&gt;Today I explained to my daughter how a T-Rex grabs things with its mouth, because its arms are too small to put things in its mouth like we humans do.&lt;/p&gt;
&lt;p&gt;She said the T-Rex should use a spoon.&lt;/p&gt;
&lt;p&gt;Maybe if they had figured that out, they would still be around.&lt;/p&gt;
</description>
      <source:markdown>Today I explained to my daughter how a T-Rex grabs things with its mouth, because its arms are too small to put things in its mouth like we humans do.

She said the T-Rex should use a spoon.

Maybe if they had figured that out, they would still be around.
</source:markdown>
    </item>
    
    <item>
      <title>Zone 2 Feels Really Slow</title>
      <link>https://weidok.al/2026/01/25/zone-feels-really-slow.html</link>
      <pubDate>Sun, 25 Jan 2026 09:20:31 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/01/25/zone-feels-really-slow.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve started running. It has felt hard, but I want to get better at it. So I&amp;rsquo;ve been researching how to run correctly and how to train my cardiopulmonary system for sustained effort.&lt;/p&gt;
&lt;p&gt;The main thing that keeps coming up in my research is the importance of Zone 2 training. Zone 2 is a heart rate range where you can keep up conversation fairly easily. It would be considered an &amp;ldquo;easy&amp;rdquo; effort level. For me, Zone 2 is roughly 136-153bpm.&lt;/p&gt;
&lt;p&gt;Zone 2 training involves exercising in a way that keeps your heart rate in that zone for a long period of time. This is apparently one of the best ways to build cardiopulmonary endurance.&lt;/p&gt;
&lt;p&gt;Despite how &amp;ldquo;easy&amp;rdquo; it is to workout this way, it&amp;rsquo;s hard for me. I&amp;rsquo;ve never done training like this. My major fitness influences to this point in my life have been wrestling and CrossFit, which both are very high-intensity for shorter intervals. Training at a low-intensity for a long time feels&amp;hellip; wrong.&lt;/p&gt;
&lt;p&gt;Wrestling and CrossFit ingrained in me the macho-mentality that if you&amp;rsquo;re not giving your all, you&amp;rsquo;re not doing enough. So every workout I would go out there and push myself as hard as I could. Surely, I thought, that is the only way growth happens? At the very edge of capability?&lt;/p&gt;
&lt;p&gt;But now I&amp;rsquo;m trying to unlearn that. In fact, for the running training I&amp;rsquo;m doing, about 80% of my training should be &amp;ldquo;easy&amp;rdquo; Zone 2 work to build my cardio base, and the rest should be interval training to build my VO2 max and anaerobic endurance.&lt;/p&gt;
&lt;p&gt;Yesterday I went for a 3.5 mile zone 2 run and I was shocked at how slow I had to go to maintain that heart rate. On inclines, there were sections where I had to walk because even a mega-slow jog uphill was elevating my heart rate too high.&lt;/p&gt;
&lt;p&gt;While this type of training is tough for me mentally and feels watered down compared to what I&amp;rsquo;ve done before, I&amp;rsquo;m going to trust the science and keep at it. Over time I expect that my Zone 2 speed will increase and I will have a much bigger gas tank. For now I just need to eat my humble pie and do my granny runs around town.&lt;/p&gt;
&lt;p&gt;At least I look cool with my safety vest and headlamp. /s&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/01cc4e7914.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;A person wearing a reflective vest and a headlamp smiles while wearing headphones, with a blurred background.&#34;&gt;
</description>
      <source:markdown>I&#39;ve started running. It has felt hard, but I want to get better at it. So I&#39;ve been researching how to run correctly and how to train my cardiopulmonary system for sustained effort.

The main thing that keeps coming up in my research is the importance of Zone 2 training. Zone 2 is a heart rate range where you can keep up conversation fairly easily. It would be considered an &#34;easy&#34; effort level. For me, Zone 2 is roughly 136-153bpm.

Zone 2 training involves exercising in a way that keeps your heart rate in that zone for a long period of time. This is apparently one of the best ways to build cardiopulmonary endurance.

Despite how &#34;easy&#34; it is to workout this way, it&#39;s hard for me. I&#39;ve never done training like this. My major fitness influences to this point in my life have been wrestling and CrossFit, which both are very high-intensity for shorter intervals. Training at a low-intensity for a long time feels... wrong.

Wrestling and CrossFit ingrained in me the macho-mentality that if you&#39;re not giving your all, you&#39;re not doing enough. So every workout I would go out there and push myself as hard as I could. Surely, I thought, that is the only way growth happens? At the very edge of capability?

But now I&#39;m trying to unlearn that. In fact, for the running training I&#39;m doing, about 80% of my training should be &#34;easy&#34; Zone 2 work to build my cardio base, and the rest should be interval training to build my VO2 max and anaerobic endurance.

Yesterday I went for a 3.5 mile zone 2 run and I was shocked at how slow I had to go to maintain that heart rate. On inclines, there were sections where I had to walk because even a mega-slow jog uphill was elevating my heart rate too high.

While this type of training is tough for me mentally and feels watered down compared to what I&#39;ve done before, I&#39;m going to trust the science and keep at it. Over time I expect that my Zone 2 speed will increase and I will have a much bigger gas tank. For now I just need to eat my humble pie and do my granny runs around town.

At least I look cool with my safety vest and headlamp. /s

&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/01cc4e7914.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;A person wearing a reflective vest and a headlamp smiles while wearing headphones, with a blurred background.&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/01/24/today-i-discovered-httpsminiaturecalendarcom-these.html</link>
      <pubDate>Sat, 24 Jan 2026 10:32:02 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/01/24/today-i-discovered-httpsminiaturecalendarcom-these.html</guid>
      <description>&lt;p&gt;Today I discovered &lt;a href=&#34;https://miniature-calendar.com/&#34;&gt;miniature-calendar.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;These miniature scenes with everyday objects are so fun to look at.&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/7421ffcc47.jpg&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;Miniature figures are warming themselves around a campfire made from a container of cotton swabs, with trees in the background.&#34;&gt;
</description>
      <source:markdown>Today I discovered [miniature-calendar.com](https://miniature-calendar.com/)

These miniature scenes with everyday objects are so fun to look at.

&lt;img src=&#34;https://cdn.uploads.micro.blog/139317/2026/7421ffcc47.jpg&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;Miniature figures are warming themselves around a campfire made from a container of cotton swabs, with trees in the background.&#34;&gt;
</source:markdown>
    </item>
    
    <item>
      <title>WCF &#43; Reflection = WTF</title>
      <link>https://weidok.al/2026/01/23/wcf-reflection-wtf.html</link>
      <pubDate>Fri, 23 Jan 2026 10:33:41 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/01/23/wcf-reflection-wtf.html</guid>
      <description>&lt;p&gt;My morning consisted of investigating legacy WCF service code that was using reflection-based pattern matching to apply custom validators.&lt;/p&gt;
&lt;p&gt;I had to increase my coffee intake for that one 😅☕&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s really easy to just ask an AI agent what the code is doing in these situations, but I like looking at it myself to make sure I really internalize and understand it. Also, agents can be very wrong and confident at the same time. Mine confidently told me how the logic was working, but was only about 75% correct and missed key details that misrepresented the flow.&lt;/p&gt;
&lt;p&gt;On the other hand&amp;hellip; My agent wrote a dang good analysis summary into a markdown file after I made sure it had all the details correct.&lt;/p&gt;
</description>
      <source:markdown>My morning consisted of investigating legacy WCF service code that was using reflection-based pattern matching to apply custom validators.

I had to increase my coffee intake for that one 😅☕

It&#39;s really easy to just ask an AI agent what the code is doing in these situations, but I like looking at it myself to make sure I really internalize and understand it. Also, agents can be very wrong and confident at the same time. Mine confidently told me how the logic was working, but was only about 75% correct and missed key details that misrepresented the flow.

On the other hand... My agent wrote a dang good analysis summary into a markdown file after I made sure it had all the details correct.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://weidok.al/2026/01/16/im-concerned-the-cleaning-place.html</link>
      <pubDate>Fri, 16 Jan 2026 09:12:31 -0500</pubDate>
      
      <guid>http://jakeweidokal.micro.blog/2026/01/16/im-concerned-the-cleaning-place.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;m concerned. The cleaning place with the AI voice agent called back. This time I asked if this is an AI voice agent. The voice chuckled and said &amp;ldquo;No, I&amp;rsquo;m not, I get that all the time&amp;rdquo;. But I know that was not a real person. Why set up these voice agents to lie about what they are? Spooky.&lt;/p&gt;
</description>
      <source:markdown>I&#39;m concerned. The cleaning place with the AI voice agent called back. This time I asked if this is an AI voice agent. The voice chuckled and said &#34;No, I&#39;m not, I get that all the time&#34;. But I know that was not a real person. Why set up these voice agents to lie about what they are? Spooky.
</source:markdown>
    </item>
    
  </channel>
</rss>
