<?xml version="1.0" encoding="UTF-8"?>
<rss version='2.0' xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MikeBerggren.com</title>
    <description>Musings from a cybersecurity geek, engineering nerd, productivity enthusiast, devops wannabe, and sci-fi addict.</description>
    <link>https://mikeberggren.silvrback.com/feed</link>
    <atom:link href="https://mikeberggren.silvrback.com/feed" rel="self" type="application/rss+xml"/>
    <category domain="mikeberggren.silvrback.com">Content Management/Blog</category>
    <language>en-us</language>
      <pubDate>Wed, 24 Dec 2025 10:22:51 -0800</pubDate>
    <managingEditor>mike.berggren@outlook.com (MikeBerggren.com)</managingEditor>
      <item>
        <guid>http://mikeberggren.com/favorite-articles-from-2025#61372</guid>
          <pubDate>Wed, 24 Dec 2025 10:22:51 -0800</pubDate>
        <link>http://mikeberggren.com/favorite-articles-from-2025</link>
        <title>Favorite Articles From 2025</title>
        <description></description>
        <content:encoded><![CDATA[<p>In case you&#39;re looking for some additional reading material during the holiday break, here&#39;s my list of favorite articles from 2025: </p>

<ul>
<li><a href="https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/">The Lethal Trifecta</a> - An excellent article by Simon Willison on the inherent security flaws of generative AI. </li>
<li><a href="https://addyo.substack.com/p/21-lessons-from-14-years-at-google">21 Lessons from 14 years at Google</a> - A great article on successful elements of an engineering mindset. </li>
<li><a href="https://blog.bytebytego.com/p/how-llms-learn-from-the-internet">How LLMs Learn From The Internet</a> - This is the best article I&#39;ve found on how LLMs are developed.  Fantastic balance of technical depth while making it accessible to newcomers. </li>
</ul>
]]></content:encoded>
      </item>
      <item>
        <guid>http://mikeberggren.com/spring-cleaning#61369</guid>
          <pubDate>Mon, 22 Dec 2025 09:04:06 -0800</pubDate>
        <link>http://mikeberggren.com/spring-cleaning</link>
        <title>&quot;Spring cleaning&quot; a bit early </title>
        <description></description>
        <content:encoded><![CDATA[<p>This is just a friendly reminder to consider: </p>

<ul>
<li>Removing unused apps on your phone (<strong>and delete unnecessary accounts associated with them</strong>)</li>
<li>Blocking/unsubscribing from legitimate newsletters that aren&#39;t useful.  Obviously be careful clicking links!</li>
<li>Checking around your desk/area for out-of-place  items.  My personal goal is to return one item back to its home per day.  It adds up. </li>
</ul>
]]></content:encoded>
      </item>
      <item>
        <guid>http://mikeberggren.com/introducing-getstat-dev#61184</guid>
          <pubDate>Fri, 31 Oct 2025 11:38:47 -0700</pubDate>
        <link>http://mikeberggren.com/introducing-getstat-dev</link>
        <title>Introducing getstat.dev</title>
        <description></description>
        <content:encoded><![CDATA[<p>They say necessity is the mother of invention, right? :-)</p>

<p>About a week ago, I published a simple little page called <a href="https://getstat.dev">https://getstat.dev</a>. It&#39;s live now. </p>

<p>It&#39;s nothing fancy; just an easy client-centric way to verify connectivity to the public internet without the excessive bloat of visiting an actual web site. I published it because I couldn&#39;t really find anything else like it.  Testing baseline layer-7 connectivity usually required living in the world of HTTP return codes or visiting a random bloated site. Sometimes when debugging/troubleshooting you just need a simple target site to run a straight-forward check. </p>

<p>This page has a few things going for it: </p>

<ul>
<li>It&#39;s small (less than 100 bytes of page data going to the requesting client). </li>
<li>It&#39;s fast (static content with transmission times averaging under 250 milliseconds). </li>
<li>The output is script-friendly (assuming the respective monitoring tools can parse text). </li>
</ul>

<p>Frankly though, the best part is what&#39;s <strong>NOT</strong> there: No scripts, no dynamic content, no cookies, no popups, no input forms, no images, no css, no APIs, no third-party scripts, and no AI assistants offering to chat. </p>

<p>It&#39;s literally just a status string and a frequently updated timestamp.  Don&#39;t believe me? Check out the complete page source (attached :-)) </p>

<p><img alt="Silvrback blog image" class="sb_float_center" src="https://silvrback.s3.amazonaws.com/uploads/9d44b7c9-33af-46a0-b8c9-6198dc55c6be/1761377858797.jpeg" /></p>

<p>Anyway, I know it&#39;s a bit silly but I thought I&#39;d mention it in case it&#39;s useful to someone else too. Have a great weekend, y&#39;all!</p>
]]></content:encoded>
      </item>
  </channel>
</rss>