Zettelkasten and Writing with Joplin, BPG Fonts, Aider, Ollama, Deepseek r1 14B

December 28th, 2025 – 2:08 pm
Tagged as: Computing Notes

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 [...]

Paired Comparison Analysis

December 26th, 2025 – 8:53 pm
Tagged as: Computing Notes

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 [...]

Data Science Time Warp Machine

February 23rd, 2025 – 6:51 pm
Tagged as: Computing Notes

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 [...]

T+n time series analysis

December 10th, 2021 – 4:18 pm
Tagged as: Computing Notes

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 [...]