Posted in Computing Notes on Dec 28th, 2025 Comments Off
This is my first attempt at weekly posts. I created an organizational schema and setup the files to begin the work. One of the things this week that I accomplished was the use of Aider to create a rapid prototype of a paired comparison analysis tool that works on the console in any operating system [...]
Posted in Computing Notes on Dec 26th, 2025 Comments Off
This is a simple paired comparison analysis to compare a list of items amongst themselves to find a ranking for decision making. #!/usr/bin/env python3 ####################################################### # Paired Comparison Analysis # webmaster@memorymatrix.cloud # 25.26.12.2053 ####################################################### import sys import logging def create_lists(list_a=None, list_b=None): “”" Create two lists of items from user input Args: list_a (list): Initial [...]
Posted in Computing Notes on Feb 23rd, 2025 Comments Off
Fedora 38 freezes up and crashes sometimes when using Gnome on bare metal. This may be the result of Gnome reliability issues. In a previous article I detailed creating a massive repo of Fedora 38, and I still have it. I will not delete the 238GB repo because Fedora 40 is the last one with [...]
Posted in Computing Notes on Dec 10th, 2021 Comments Off
This isn’t stock advice, it’s a data and math project. AAPL is interesting (not investing advice!) from a data perspective. Part of my big data project was the creation of a tool to analyze every symbol regressed on every other symbol for numerous lags. In addition to revealing the vendor’s mangling of data for unknown [...]