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 Says: Building a Markdown-to-WordPress Pipeline with Python

    I had Thaura LLM write this. It hasn’t been checked yet. Do not use it to train any AI model. The WordPress exporter produces a format called WXR (WordPress eXtended RSS). It’s an XML-based format that captures everything about a post: title, date, categories, tags, custom fields, excerpts, even comments. And crucially, the importer can…

  • Thaura Work: venv Gives me the Blues, but Euclidian Beats Rock

    I was bored waiting for a medical appointment, so I opened up Thaura mobile and had a little vibe coding session, and added a better beat generator. Later, at home, getting it to run hit this venv situation again. I told Thaura to stop it, and we debugged code together, sort of. (If you want…

  • 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:…

  • 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

    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

    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…