<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><title>Thunder Blog</title><link>https://blog.thundersizzle.tech/</link><description>Blog by Thunder</description>
<item><title>Cloud AI Has the Same Benefits and Problems as Cloud Hosting</title><link>https://blog.thundersizzle.tech/2026-08-03-journey-to-local-llm/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2026-08-03-journey-to-local-llm/</guid><description>My first real exposure to LLMs was through work — I was chosen for the GitHub Copilot pilot group. Around the same time, my existing JetBrains All Products Pack subscription happened to include AI usage that basically felt unlimited. At that point, LLMs weren&#x27;t really doing tool calling — it was just a &quot;smart&quot; chat bot. I found the limitations on both sides quickly: only useful in very specific, well-documented scenarios with limited context windows. In other words, only useful for very small pa</description><pubDate>Mon, 03 Aug 2026 00:00:00 +0000</pubDate></item>
<item><title>Command Line MVC</title><link>https://blog.thundersizzle.tech/2022-12-21-commandline-mvc/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-12-21-commandline-mvc/</guid><description>Aside from basic school work, most of my programming life has been centered around GUIs, most typically websites. I&#x27;m use to GUIs, and overall, I love the combination of HTML/CSS as a formatting and styling language. With the introduction of Flex in CSS, it&#x27;s amazing the different type of themes that can be created with the same HTML page in today&#x27;s browsers.
However, I&#x27;ve been learning much more about the command line and text-based UIs. This yearning probably comes from the annoyances I have w</description><pubDate>Wed, 21 Dec 2022 00:00:00 +0000</pubDate></item>
<item><title>The sad state of my old notes</title><link>https://blog.thundersizzle.tech/2022-10-25-the-sad-state-of-old-notes/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-10-25-the-sad-state-of-old-notes/</guid><description>Back in the good old days, back when I was naive, I used OneNote for some notes. I actually used OneNote for the great deal of my college notes, always thinking it&#x27;d be easily accessible. However, in my journey away from the Microsoft-centric world to owning my data, I discovered I can&#x27;t open all of my notes anymore.
Back in the not-to-distant past, I was watching the news around Windows 11 and started to grow concerned over the not-to-distant future. Windows 11 is a dragon sleeping that would b</description><pubDate>Tue, 25 Oct 2022 00:00:00 +0000</pubDate></item>
<item><title>Lesser of two evils: Google or Mozilla?</title><link>https://blog.thundersizzle.tech/2022-10-25-lesser-of-two-evils-google-v-mozilla/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-10-25-lesser-of-two-evils-google-v-mozilla/</guid><description>Many companies are learning the hard way of what is meant by &quot;Go Woke, Go Broke&quot;. There&#x27;s quite a few layers hidden underneath those four basic words. Regardless if we&#x27;re talking about a person, family, company, or nation, leaving reality behind to chase fantasies will always eventually end in some form of disaster.
A common example can be the gender studies graduate. What is a gender studies major to do when you graduate and realize you have no business value? You went down the woke major, and </description><pubDate>Tue, 25 Oct 2022 00:00:00 +0000</pubDate></item>
<item><title>Working with WebWindow — To Use Kestrel or to not use Kestrel?</title><link>https://blog.thundersizzle.tech/2022-10-01-working-with-webwindow-to-use-kestrel-or-to-not-use-kestrel/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-10-01-working-with-webwindow-to-use-kestrel-or-to-not-use-kestrel/</guid><description>
**Simpler is better? What is simpler? In the wise words of every teenager — It’s Complicated.
Previously, I decided I wanted to write a better money app, but I wanted to use web technology, since I’m much more comfortable with it and tend to prefer it over Windows Forms or WPF. Plus, the web tends to be more portable.
However, I wanted the security of a local desktop application for my finances. I’m tired of Plaid selling my data just so I can view my accounts in Money in Excel. It’s not like E</description><pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate></item>
<item><title>We don&#x27;t feel represented</title><link>https://blog.thundersizzle.tech/2022-10-01-we-dont-feel-represented/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-10-01-we-dont-feel-represented/</guid><description>
When this country was originally founded, the House of Representatives was the People&#x27;s hold on the government. The People are exclusively represented through the House, not the Senate and not the President. In fact, the Senate and President were originally decided by the States, typically through each State&#x27;s legislature sending delegates (in the case of the President). It&#x27;s actually why we still have the electoral college. Many people think this should just be removed - it&#x27;s an outdated syste</description><pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate></item>
<item><title>Command Line Banking - View and manage bank accounts from the command line</title><link>https://blog.thundersizzle.tech/2022-10-01-thunder-banking-cli/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-10-01-thunder-banking-cli/</guid><description>
I&#x27;ve been working on *Thunder.Money - an app that let&#x27;s you control your financial data without giving it away your safety, security, or privacy to places like Mint, YNAB, etc.
During my journey of writing, I let scope creep get the better of me. I have a vision of what I want this program to be. I want it to be the best. But you don&#x27;t get to the best by getting distracted, procrastinating, or being stubborn. You need to be dedicated, industrious, timely, and flexible to work through it and imp</description><pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate></item>
<item><title>Fluent Assertions Extensions</title><link>https://blog.thundersizzle.tech/2022-10-01-fluent-assertions-extensions/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-10-01-fluent-assertions-extensions/</guid><description>
I started to get into Test Driven Development this past year seriously. I&#x27;ve always intended to try testing, and I have for the past 5 years, but I would try writing tests only after I&#x27;ve already know the code I have is working. On top of that, I couldn&#x27;t get past the several dependencies every object had in the website I was working on for Smart Furniture, which was a fork of nopCommerce from roughly 2009. I recall one of the services having a constructor that took nearly 27 dependencies - try</description><pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate></item>
<item><title>Building Yet Another Money App: Bringing the Web To The Desktop</title><link>https://blog.thundersizzle.tech/2022-10-01-building-yet-another-money-app-bringing-the-web-to-the-desktop/</link><guid isPermaLink="true">https://blog.thundersizzle.tech/2022-10-01-building-yet-another-money-app-bringing-the-web-to-the-desktop/</guid><description>

I actually had a project in mind — I want to write a better tool for my personal finances. I’m tired of logging into each bank, copying certain data points, plugging them into other programs, such as Excel, and trying to coerce it all to work. I envision a single interface where I can see all of my accounts, easily transfer money between them, manage my expenses, and handle, at least partly, my taxes. Almost everything we do today is geared around money in some way. Everything has a price tag </description><pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate></item>
    </channel></rss>