BigHugeThingComputing
Mostly For Me But You Can Watch
Tuesday, August 12, 2025
Ventoy On Secure Boot
Sunday, August 10, 2025
List of AI LLMs Free Access
Web Hosted AI LLM Free Access
Some require login. Using Google is easiest.
Available AI Platforms:
- Grok
- ChatGPT
- Claude AI
- DeepSeek
- Google Gemini
- Google AI Studio
- Kimi
- Meta AI
- Perplexity AI
- NotebookLM
- LMArena
- Nano Banana
- Hugging Face (go to spaces)
- Pi AI (Could be interesting. I didn't want another logon)
Important Notes:
Most require a login. Without a login, no chat history exists.
Blogger Post Prompt
Wednesday, August 6, 2025
Standard User Account Setup
Sunday, August 3, 2025
JSON Editing and Notepad++
Wednesday, July 30, 2025
User Profile Backup
Monday, July 28, 2025
Friday, July 18, 2025
Calibre How To Add Audio Voices
Quick Guide to Installing Piper TTS with Python
Want to add text-to-speech to your projects? Here's how to set up Piper TTS with Python in a few simple steps:
You don't need to do 1 & 2. Go directly to #3 in Calibre. (AI sources told me I needed it)
Install the Latest Python
Ensure you have the latest version of Python installed on your system.Install Piper TTS
Open your command prompt and run:pip install piper-tts
Manage Voices
- Right-click or press
Ctrl + S
on an open book to launch the audio interface. - Click the cog wheel in the upper right to access text-to-speech settings.
- Select The Piper Neural Engine from the dropdown menu.
- Expand the English option to view a list of available voices.
- To download a voice, click the Download button (the lower left tab will switch from Delete to Download).
- Right-click or press
Be advised: Calibre already has one default voice installed. This is only if you want more.
This is the settings section. The highlighted voice is the currently active voice. If you select a voice that is not downloaded a download option will appear.
Monday, July 14, 2025
AI Help and Blogger Posting
Making HTML Editing Easier in Blogger: A Simple Solution
Blogger is great for quick posting. However, if you ever need to edit the HTML when Blogger has done something that requires alteration, it's a real hassle to find anything. Everything is in one long continuous string.
The Simple Solution
A simple solution is to ask Grok to convert the plain text of the post into HTML. Grok does not change the phrasing or add personality to the post unless you request it. It formats the original text into HTML traditionally, not in one continuous stream.
Now you can edit the HTML more easily and find what you are looking for.
Different AI Tools, Different Approaches
Claude will default to adding personality, attitude, and rearranging everything. This is fun if that is what you are seeking. I love interacting with Claude.
A Real-World Example
For the Gimp post below, I asked Claude to create a blog post. I downloaded as an HTML file, opened in Brave, viewed source, copied and pasted it into Blogger's HTML edit section. It didn't show on the Compose section. I told Claude what happened and he fixed it.
Claude told what was done. When I try again, I will add this to Claude's instructions:
"I am using Blogger so keep the HTML simple and use inline styles instead of CSS blocks. Do not included the full HTML document structure withChatGPT suggested this prompt to create a post for Blogger.<!DOCTYPE html>
,<html>
,<head>
, and<body>
tags. Blogger's HTML editor expects only the content that goes inside the post body, not a complete HTML document." Please create a Blogger post from the following text. ""
Convert the following content into a Blogger-compatible HTML post.
Please avoid full HTML structure like
<html>
,<head>
, and<body>
. Only output content suitable for pasting directly into the Blogger editor in HTML mode.Use only simple inline styling if needed (no
<style>
or<script>
tags), and stick to basic tags like<h1>
–<h6>
,<p>
,<a>
,<img>
,<ul>
/<ol>
,<blockquote>
, and<div>
.Format the content clearly with subheadings and paragraph spacing, and include line breaks where appropriate.
Key Takeaway
The key is choosing the right tool for your needs and providing clear instructions about your platform's requirements. Whether you want straightforward formatting or creative enhancement, there's an AI assistant that can help make your blogging workflow smoother.
Tuesday, July 8, 2025
Make Your Own Ninite Installer
Monday, July 7, 2025
Windows Update Registry Tweaks
Windows Update Registry Tweaks
Extend Pause Duration
Extends Windows Update pause options from default to max of ~7,300 days.
Copy to Notepad, save as ExtendWait.reg
file, run as administrator:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
"FlightSettingsMaxPauseDays"=dword:00001c84
Pin to Specific Version
Prevents automatic upgrades to newer Windows versions while allowing security updates.
Copy to Notepad, save as LimitUpgrade.reg
file, run as administrator:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"TargetReleaseVersion"=dword:00000001
"TargetReleaseVersionInfo"="24H2"
Ventoy On Secure Boot
I turn of secure boot in every BIOS. However, some do not show that setting. Here is an option that has worked for me. Boot the PC and launc...
-
In my quest to set up the "perfect" program install worksheet for Windows . . . Priorities are: easy update, easy install, useful...
-
Windows 11 Installation Guide: First Things to Do Getting the Windows ISO Grab an official Windows ISO. I get Win11 from here today ...
-
Links Windows Install Windows Software