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

Thoughts on Aider

December 26th, 2025 – 7:05 pm
Tagged as: Computing Notes

Well it has taken a little bit, but thanks to Getting Things Gnome! (GTG!), I installed Aider and Ollama and began some vibe coding. Prior to this, I have written data science code in Python and R and produced some GUI applications for Linux. I also developed some software that is in the Windows store, [...]