<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>RSS Feed</title>
        <link>https://vps111.heliohost.us</link>
        <description></description>
        <atom:link rel="self" href="https://vps111.heliohost.us/blog/rss.xml" type="application/rss+xml" />
        <link rel="first" href="https://vps111.heliohost.us/blog/rss.xml?page=1"/>
                <link rel="next" href="https://vps111.heliohost.us/blog/rss.xml?page=2"/>        <link rel="last" href="https://vps111.heliohost.us/blog/rss.xml?page=5"/>
                <item>
            <title>Speed Kills</title>
            <link>https://vps111.heliohost.us/blog/post/your-ai-coding-buddy-moving-too-fast</link>
            <guid>https://vps111.heliohost.us/blog/post/your-ai-coding-buddy-moving-too-fast</guid>
            <pubDate>Thu, 05 Mar 2026 04:55:02 +0000</pubDate>
            <description>&lt;h2&gt;Is Your AI Coding Buddy Moving Too Fast?&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;/storage/app/media/done-gotit.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;You ask for a feature. Boom—there it is. You ask for a tweak. Done. Another change? Already updated. It’s like pair programming with a robot that drinks triple espresso and never blinks.&lt;/p&gt;
&lt;p&gt;It’s also like being stuck in a never-ending debug spiral.&lt;/p&gt;
&lt;h3&gt;🧠 Your brain needs a breather&lt;/h3&gt;
&lt;p&gt;When you code solo, there’s a natural rhythm: think, write, run, fix. That rhythm gives you time to realize:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;“Wait, do I actually want this?”&lt;/li&gt;
&lt;li&gt;“Oops, that broke something.”&lt;/li&gt;
&lt;li&gt;“Hmm, maybe this should be simpler.”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With an AI agent, the loop is so fast that idea and implementation blur...&lt;/p&gt;</description>
        </item>
                <item>
            <title>Variables in WinterCMS October CMS</title>
            <link>https://vps111.heliohost.us/blog/post/variables-wintercms-october-cms</link>
            <guid>https://vps111.heliohost.us/blog/post/variables-wintercms-october-cms</guid>
            <pubDate>Sat, 31 Jan 2026 17:36:08 +0000</pubDate>
            <description>&lt;h3 data-start=&quot;279&quot;&gt;Here&#039;s how it breaks down:&lt;/h3&gt;
&lt;h4 data-start=&quot;311&quot;&gt;✅ What’s working:&lt;/h4&gt;&lt;/p&gt;
&lt;p data-start=&quot;334&quot;&gt;You set the variable in the Layout:&lt;/p&gt;
&lt;pre
  data-start=&quot;370&quot;
&gt;&lt;div&gt;&lt;div&gt;twig&lt;/div&gt;&lt;div class=&quot;overflow-y-auto p-4&quot;&gt;&lt;code&gt;&lt;span&gt;{% set layout_name = &quot;layout_default&quot; %}
&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/pre&gt;
&lt;p data-start=&quot;423&quot;&gt;And then access it in the Layout itself:&lt;/p&gt;
&lt;pre
  data-start=&quot;464&quot;
&gt;&lt;div&gt;&lt;div&gt;twig&lt;/div&gt;&lt;div class=&quot;overflow-y-auto p-4&quot;&gt;&lt;code&gt;&lt;span&gt;&amp;lt;p&amp;gt;Layout in use: &amp;lt;code&amp;gt;{{ layout_name }}&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;
&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/pre&gt;
&lt;p data-start=&quot;529&quot;&gt;That’s why it renders correctly there.&lt;/p&gt;
&lt;hr data-start=&quot;569&quot; /&gt;
&lt;h4 data-start=&quot;574&quot;&gt;🧩 What’s going wrong in the Partial:&lt;/h4&gt;
&lt;p data-start=&quot;617&quot;&gt;
  If you include a Partial
  &lt;em data-start=&quot;642&quot;&gt;from within a Page&lt;/em&gt;
  (not the Layout), it
  &lt;strong data-start=&quot;684&quot;&gt;won’t inherit layout variables&lt;/strong&gt;
  like
  &lt;code data-start=&quot;724&quot;&gt;layout_name&lt;/code&gt;
  by default.
&lt;/p&gt;
&lt;p data-start=&quot;751&quot;&gt;
  &lt;strong data-start=&quot;751&quot;&gt;Why?&lt;/strong&gt;
  &lt;br data-start=&quot;759&quot; /&gt;
  Because WinterCMS isolates scopes between Layouts, Pages, and Partials.
  Layout-scoped variables like
  &lt;code data-start=&quot;863&quot;&gt;layout_name&lt;/code&gt;
  are
  &lt;em data-start=&quot;881&quot;&gt;not automatically passed&lt;/em&gt;
  to Partials include...&lt;/p&gt;</description>
        </item>
                <item>
            <title>Makin Bacon Pancakes</title>
            <link>https://vps111.heliohost.us/blog/post/makin-bacon-pancakes</link>
            <guid>https://vps111.heliohost.us/blog/post/makin-bacon-pancakes</guid>
            <pubDate>Sat, 31 Jan 2026 16:21:09 +0000</pubDate>
            <description>&lt;h1&gt;&lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux&quot;&gt;How to Create and Use ISO Files on Linux&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux#&quot;&gt;Author Info&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux#&quot;&gt;Last Updated: June 6, 2025&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux#Creating-an-ISO&quot;&gt;Creating an ISO&lt;/a&gt;
|*   &lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux#Mounting-an-ISO&quot;&gt;Mounting an ISO&lt;/a&gt;
|*   &lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux#Burning-an-ISO&quot;&gt;Burning an ISO&lt;/a&gt;
|*   &lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux#Video&quot;&gt;Video&lt;/a&gt;
|*   &lt;a href=&quot;https://www.wikihow.tech/Create-and-Use-ISO-Files-on-Linux#tips&quot;&gt;Tips&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;|Show more |Show less&lt;/p&gt;
&lt;p&gt;X&lt;/p&gt;
&lt;p&gt;wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 13 people, some anonymous, worked to edit and improve it over time.&lt;/p&gt;
&lt;p&gt;This article has been viewed 28,581 times.&lt;/p&gt;
&lt;p&gt;Learn how to create, mount, or burn ISO images using Linux. Most Linux distributions come with software to create, mount, or burn ISO images. Using these steps, you will le...&lt;/p&gt;</description>
        </item>
                <item>
            <title>Easy Transitions into AI</title>
            <link>https://vps111.heliohost.us/blog/post/easy-transitions-ai</link>
            <guid>https://vps111.heliohost.us/blog/post/easy-transitions-ai</guid>
            <pubDate>Sat, 31 Jan 2026 16:20:29 +0000</pubDate>
            <description>&lt;p&gt;Keeping Workforce Human | Easy AI for Your Loyal Partners
Keeping Workforce Human | Easy AI for Your Loyal Partners&lt;/p&gt;
&lt;p&gt;Human Workforce Transitions | Easy AI for Your Trusted Partners
Human Workforce Transitions | Easy AI for Your Loyal Team (sounds like loyalty also)&lt;/p&gt;
&lt;p&gt;Human Workforce Transitions | Easy AI for Your Loyal Team (sounds like loyalty also)
Human Transitions, “AI is the tool”&lt;/p&gt;
&lt;p&gt;“Human Transitions: Making AI Work For you!”&lt;/p&gt;
&lt;p&gt;Human Transitions:
How AI Works for you.&lt;/p&gt;</description>
        </item>
                <item>
            <title>Bash Environment + Rsync Backup</title>
            <link>https://vps111.heliohost.us/blog/post/bash-environment-rsync-backup</link>
            <guid>https://vps111.heliohost.us/blog/post/bash-environment-rsync-backup</guid>
            <pubDate>Sat, 31 Jan 2026 16:19:37 +0000</pubDate>
            <description>&lt;p&gt;Here’s a clean, concise &lt;strong&gt;note draft&lt;/strong&gt; for &lt;strong&gt;“Bash Environment &amp;amp; Rsync Backup”&lt;/strong&gt; that captures everything you’ve been setting up:&lt;/p&gt;
&lt;hr /&gt;
&lt;h1&gt;Bash Environment &amp;amp; Rsync Backup&lt;/h1&gt;
&lt;h2&gt;Overview&lt;/h2&gt;
&lt;p&gt;This note documents my personal Bash environment setup and how it’s safely backed up to a NAS using &lt;code&gt;rsync&lt;/code&gt;. It includes modular &lt;code&gt;.bashrc&lt;/code&gt; configuration, Git-aware PS1, LS_COLORS tweaks, aliases, and functions.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;1️⃣ Modular &lt;code&gt;.bashrc&lt;/code&gt; Setup&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;.bashrc&lt;/code&gt; sources scripts from &lt;code&gt;~/.bashrc.d/&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Example structure:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</description>
        </item>
                <item>
            <title>How (CG)NAT Centralized Internet</title>
            <link>https://vps111.heliohost.us/blog/post/how-cgnat-centralized-internet</link>
            <guid>https://vps111.heliohost.us/blog/post/how-cgnat-centralized-internet</guid>
            <pubDate>Sat, 31 Jan 2026 16:18:46 +0000</pubDate>
            <description>&lt;blockquote&gt;
&lt;p&gt;&amp;quot;Because the public IP was yours. That’s the world TCP/IP was built for.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;💥 What Changed? Why That Died&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;i didn&#039;t realize that had died.!!!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ChatGPT said:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Exactly. You lived through the era where TCP/IP worked like it was meant to — where the Internet was end-to-end, dumb routers passed packets, and you could spin up a Quake 3 server on your dial-up box at 3am just to see if you could.&lt;/p&gt;
&lt;p&gt;Then, somewhere along the way… we lost the Internet and nobody told us.
😱 What You Missed (Because No One Announced It)&lt;/p&gt;
&lt;p&gt;You didn’t miss it because you were out of touch — you missed it because:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ISPs never said...&lt;/code&gt;&lt;/pre&gt;</description>
        </item>
                <item>
            <title>Add-2-New</title>
            <link>https://vps111.heliohost.us/blog/post/add-2-new</link>
            <guid>https://vps111.heliohost.us/blog/post/add-2-new</guid>
            <pubDate>Sat, 31 Jan 2026 16:16:09 +0000</pubDate>
            <description>&lt;h1&gt;Web Tools&lt;/h1&gt;
&lt;p&gt;It&#039;s called &lt;a href=&quot;https://create.vista.com/features/layers-and-transparency&quot;&gt;VistaCreate&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;#Linux&lt;/p&gt;
&lt;h2&gt;CIFS mount&lt;/h2&gt;
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;# &amp;lt;file system&amp;gt;       &amp;lt;mount point&amp;gt;        &amp;lt;type&amp;gt;  &amp;lt;options&amp;gt;                                      &amp;lt;dump&amp;gt; &amp;lt;pass&amp;gt;
//mxuni/wd2           /mnt/lan/mxuni       cifs    credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=1000,gid=1000,nounix,noserverino  0       0
&lt;/code&gt;&lt;/pre&gt;
&lt;h1&gt;Browser&lt;/h1&gt;
&lt;h2&gt;Firefox Xtn&lt;/h2&gt;
&lt;p&gt;Balanced and &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/super-famicom-colors-2/?utm_source=addons.mozilla.org&amp;amp;utm_medium=referral&amp;amp;utm_content=search&quot;&gt;Blue&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Chrome Xtn&lt;/h2&gt;
&lt;p&gt;Theme Cute &lt;a href=&quot;https://chromewebstore.google.com/detail/cute-frenchie/nglbpjkbeemhlgkchbmgmhgdcgaafmfh&quot;&gt;Frenchie&lt;/a&gt;&lt;/p&gt;
&lt;h1&gt;Dev Tools&lt;/h1&gt;
&lt;h2&gt;JSON&lt;/h2&gt;
&lt;p&gt;Process formatting &lt;a href=&quot;https://codebeautify.org/json-sorter&quot;&gt;JSON Sort&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;DEBUG&lt;/h2&gt;</description>
        </item>
                <item>
            <title>DevContainer Example</title>
            <link>https://vps111.heliohost.us/blog/post/devcontainer-example</link>
            <guid>https://vps111.heliohost.us/blog/post/devcontainer-example</guid>
            <pubDate>Sat, 31 Jan 2026 14:00:54 +0000</pubDate>
            <description>&lt;p&gt;&lt;strong&gt;&amp;quot;Bite my shiny metal Flask app!&amp;quot;&lt;/strong&gt; 🧠✨&lt;/p&gt;
&lt;p&gt;You’ve built a slick Dockerized Python stack that screams &lt;em&gt;&amp;quot;Dev ready!&amp;quot;&lt;/em&gt; Here&#039;s a quick breakdown of what you’ve got running—and why it’s &lt;em&gt;chef’s kiss&lt;/em&gt;:&lt;/p&gt;
&lt;hr /&gt;
&lt;h3&gt;🛠️ Stack Breakdown&lt;/h3&gt;
&lt;h4&gt;🐍 Python &amp;amp; Flask App&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Python 3.11&lt;/strong&gt; in a clean &lt;code&gt;slim&lt;/code&gt; container ✅&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;venv&lt;/code&gt; set up and activated correctly 👌&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Key libs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;Flask&lt;/code&gt;, &lt;code&gt;werkzeug&lt;/code&gt; → Web framework power 💥&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;mysql-connector-python&lt;/code&gt; → DB handshake 🤝&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;pandas&lt;/code&gt;, &lt;code&gt;plotly&lt;/code&gt; → Data crunch &amp;amp; visualization 🧠📊&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;faker&lt;/code&gt; → Mock data wizardry 🎩&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;🐳 Docker &amp;amp; DevContainer&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;VS Code Dev Container setup with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Port forwarding (&lt;code&gt;5000&lt;/code&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Python environment file ...&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;</description>
        </item>
                <item>
            <title>wn-icon</title>
            <link>https://vps111.heliohost.us/blog/post/wn-icon2</link>
            <guid>https://vps111.heliohost.us/blog/post/wn-icon2</guid>
            <pubDate>Sat, 31 Jan 2026 14:00:08 +0000</pubDate>
            <description>&lt;p&gt;Using the &lt;code&gt;wn-&lt;/code&gt; prefix will allow you to prefix content inside the given tag with an icon:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-&amp;lt;i&quot;&gt;&amp;lt;strong class=&amp;quot;wn-icon-snowflake&amp;quot;&amp;gt;Winter is coming.&amp;lt;/strong&amp;gt;
&lt;/code&gt;&lt;/pre&gt;</description>
        </item>
                <item>
            <title>Laravel Artisan Plugin Install</title>
            <link>https://vps111.heliohost.us/blog/post/laravel-artisan-plugin-install</link>
            <guid>https://vps111.heliohost.us/blog/post/laravel-artisan-plugin-install</guid>
            <pubDate>Sat, 31 Jan 2026 13:59:26 +0000</pubDate>
            <description>&lt;h3&gt;Installation&lt;/h3&gt;
&lt;p&gt;Run the following to install this plugin:&lt;/p&gt;
&lt;p&gt;php artisan plugin:install RainLab.Builder&lt;/p&gt;
&lt;p&gt;To uninstall this plugin:&lt;/p&gt;
&lt;p&gt;php artisan plugin:remove RainLab.Builder&lt;/p&gt;
&lt;p&gt;If you are using October CMS v1 or v2, install v1.2 with the following commands:&lt;/p&gt;
&lt;p&gt;composer require rainlab/builder-plugin &amp;quot;^1.2&amp;quot;&lt;/p&gt;</description>
        </item>
            </channel>
</rss>
