Posts

ChatGPT is a new, and faster, way to do programming!

Currently ChatGPT is in a free “initial research preview” . One of its well known use cases at this point is generating software code. I’ve also just used it to write most of this article… Well, actually a future article about cleaning up SRT subtitle files of their metadata faster than I have been by hand with Notepad++ and its replace functionality. Update: I recorded a screencast of writing the SRT subtitle cleaner application loading and processing portion. I relied heavily on ChatGPT for code. It was a fun process! https://youtu.be/TkEW39OloUA ChatGPT, developed by OpenAI, is a powerful language model that can assist developers in a variety of tasks, including natural language processing and text generation. One such task that ChatGPT can help with is creating an SRT cleaner program. SRT, or SubRip Subtitle, files are commonly used to add subtitles to video files. However, these files can become cluttered with unnecessary information, such as timing lines or blank spaces. To clean

Theme error in 2010s Android App after AppCompat Migration

Printing to file in Linux WINE

GPL-ed my text compare software!

GPL-ed My 2D Tile Based Map Editor

Made an app to quickly get short ebay affiliate links.

Historic frequency based random lotto number generator.

Updating the Raspberry PI GIT server.

Adjusting Notepad++ to work with an ASP VBScript project.

Using Raphael the JavaScript graphics library.

C#: Using WebClient on CSV Formatted Stock Data

A simple classic VB code counter made in C#

Android: Using the CountDownTimer class