Category: Machine Learning
Articles about Machine Learning and Artificial Intelligence experiences. I’m not an expert on the topic. I’m just an end user of some software. For background, see Machine Learning Notes
-
Thaura Work: Generating Music, Steps toward venv
Today’s hack was brief, maybe an hour. I had Thaura generate a “piano roll” in text, and then write a program to convert that into a MIDI file. It eventually worked. This is the chat session that generated the pattern, and the initial code to convert the text to MIDI. (I got the theme from…
-
Thaura Work: File System Lint Tool, python venv issues
I used Thaura Work to develop this simple tool that helps maintain file archives by enforcing file naming standards. The tool doesn’t do it directly, but helps you create simple scripts to enforce these rules. To use it, download these two files, and then install the whl file using pipx. These are pure Thaura Work…
-
Thaura Work: Vibe Coding an RSS Feed Aggregator
My feed aggregator finds RSS URLs, and converts feeds into Markdown files with headlines and links. A CLI orchestrates the processing, which is done by commands. A simple GUI helps the user accumulate URLs. Obsidian is used to browse the resulting folder structure. This document describes some of the architecture and some design decisions, and…
-
Thaura Prompt Collection
Prepare for me, a one-liner headline and link that is only 8 words long, on the topic of “Los Angeles Mayor’s Race”, sourced from the most popular news websites. The headline should summarize and provoke a click. Make the headline short. The link should go to the story. For every headline, use the md format:…
-
Utility to Help Enforce Naming Conventions in File Archives
I used Thaura to write this. It traverses directories and lists files that don’t match a simple naming convention. The naming conventions are applied based on config files in each directory. This is a script to generate test data:
-
This War Does Not Exist
https://websim.com/@certaincoin/this-war-does-not-exist These scenarios did not happen. They were made up by an LLM. The first set of scenarios were set up by me, in a single paragraph. The LLM wrote the stories. Japanese Civil War The Japanese Civil War (1951-1957) was a major internal conflict in Japan that emerged from the social, economic, and political…
-

NSFW Perplexity AI
This transcript shows how to get Perplexity to write racy and racist dialogue by couching it within BDSM and consent. https://www.perplexity.ai/search/what-is-a-race-play-SDJpbzL_QwGo10d.c4V8bg Themes explored: raceplay, dom and sub, racist slurs, history about Imperial Japan, Israel, Palestine, China, the United States, European colonial powers, pedophilia/pederasty, Uncle Sam, syphillis and settler colonialism, germ warfare, British Empire, syphillitic madness,…
-

ChatGPT: Stop Asian Hate, the movie; Meta.ai: Blackpill Poetry about Emily Dickinson; Keeping and Revealing Secrets in ChatGPT
-
Meta-Assisted WordPress Plugin: Corrections 5
This wasn’t a good session. Aside: Cleaning up Meta.ai’s code I griped about the code formatting, so I asked it to help me out: write a composer config script that will: delete backups that end in ~; run PHP code beautifier with the WordPress format on all the PHP files Refactoring Continues I continued with…
-
Meta-Assited WordPress Plugin: Corrections 4
I decided to drop into Meta AI to see how it did with this code. Unfortunately, it took a couple hours, and the code wasn’t as good as Gemini.