BigHugeThingComputing
Mostly For Me But You Can Watch
Saturday, November 2, 2024
Curl, Wget, Winget & Powershell Install or Download Commands
Saturday, October 26, 2024
Linking To A Specific Spot On A Url Page
Friday, October 4, 2024
Downloading With Curl
Wednesday, October 2, 2024
Windows 11 Install - Recent
What about that Schneegans autounattended.xml?
Monday, September 30, 2024
Winget Installing Multiple Programs
Using a .bat file
Note the agreements arguement with the windows store app
Using a .ps1 file
Nice to have all the arguments on one line. All the "" & commas are a pain.
Windows Sandbox makes it difficult to install Winget.
Here is a .ps1 script that works now but things change.
Wednesday, September 25, 2024
Powershell 7 - How The Heck Do I Start It
It tuns into this
Tuesday, September 24, 2024
Bat File To Exe With Icon
Monday, September 23, 2024
Windows Sandbox Testing Winget
Wednesday, September 18, 2024
Let AI Help Blog Posting
From Markdown to HTML: A Simple Workflow for Bloggers
Have you ever struggled with formatting your blog posts? I recently discovered a straightforward process that makes it easy to go from a simple text draft to a fully formatted HTML blog post. Here's the step-by-step workflow I've used successfully:
The Process
Draft Your Content: Start by writing your blog post content in plain text.
Use Claude for Formatting:
- Copy your draft text.
- Paste it into Claude (an AI assistant).
- Ask Claude to format the text as a blog post.
Get Your Markdown File:
- Claude will provide a formatted version of your post in Markdown.
- Download the
.md
file Claude creates.
Convert Markdown to HTML:
- Open the downloaded
.md
file. - Copy all the text from this file.
- Go to a free Markdown-to-HTML converter (like "Free Markdown").
- Paste your Markdown text into the converter.
- Open the downloaded
Finalize Your HTML:
- The converter will interpret the Markdown and generate HTML.
- Copy the raw HTML output from the converter.
Publish Your Post:
- Paste the HTML into your blog's editor or content management system.
Why This Works
This method is effective because it combines the ease of writing in plain text, the formatting capabilities of AI, and the universality of HTML. By using Markdown as an intermediary step, you get a clean, structured format that's easy to convert to polished HTML.
Conclusion
I've only tried this process once, but it worked seamlessly. It's a great way to streamline your blogging workflow, especially if you're not comfortable writing directly in HTML or using complex content management systems.
Give it a try for your next blog post and see how it simplifies your publishing process!
Sunday, September 8, 2024
Curl, Wget, Winget & Powershell Install or Download Commands
After the mess I made in previous posts this summary might be useful. Thanks PatchMyPC, the great and powerful program downloader and up...
-
Go here http://en.savefrom.net / and paste the youtube url or just instert "ss" between "www." and "youtube" ...
-
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 ...