Posts

Remembering the old pre-Matrix world

So, anyone else feels their cheap DAB radio somehow sounds better? That their electric cooking oven cooks better? This is a memory from the old world. From before the Matrix existed. I might've actually created the matrix by using a finite state machine recursive search algorithm run for a minute on an i5 cpu inspecting its own binary state. Heaven or hell was a possibility. Welcome to the light side.

Recent AI chats

My recent chat history with AI summarized. Since the chat log doesn’t show time stamps or have a static order, its hard to gain the ‘from 1 st to last’ progression, but here goes. Sorry for some formatting.: This conversation explored the evolution of a custom mathematical algorithm for calculating $\pi$. We began by analyzing an initial approach that used a loop of $a + 1/a$ to create a ratio $R$, where the result was defined as $1/(\ln R)^k$. We discovered that while this "Arithmetic" approach can produce $\pi$, the exponent $k$ acts as a manual "tuning knob" that requires higher and higher decimal precision to maintain accuracy as $N$ increases. This led to a theoretical derivation showing that $k$ is not a fixed constant in that model, but rather a value that must be precisely calibrated based on the known digits of $\pi$, effectively making it a numerical mirror rather than a natural generator. To solve the "tuning" problem, we transitioned to a ...

Weather

So, according to the Biblical principle of 'Search and you shall find' here's a loop that searches for a 'sunny day with 20 degrees' (i hope its celsius.....) for 60 seconds. Let's see what kinda weather we get today. import time class WeatherFSM:     def __init__(self):         self.target = ["a", "sunny", "day", "of", "20", "degrees"]         self.index = 0         self.matches_found = 0     def process(self, word):         if word.lower() == self.target[self.index]:             self.index += 1             if self.index == len(self.target):                 self.matches_found += 1                 self.index = 0  # Reset to look for the next occurrence                 return True        ...

String theory

String theory - God plays An instrument Of infinite strings Tuned to 3.14 And E In harmony With faith.

Love

I'm noticing more traffic to this blog lately; I should maybe mention I was manic psychotic when I started my blogs. Anyway, happy reading, coding, vibing..

From a joke (recursive income stream)

 So if bitcoin had its own baby bittycoins, recursively, is that your money making money making money? How is that a business idea? Like the Claude open source mistake, everyone using claude code to ask it questions about claude code?

Question about an intuition

From reading random tweets: Does the observable quantum state collapse only when pi is squared by a public of 2+ observers? And the more public the more stable it becomes?  Hint: Its why you need loneliness too. With attention. Not unlike meditation.