Awhile ago I mentioned inference in a Github post on my other blog in reference to security. But when we talk about inference in a wider informational sense, we often talk about complexity.
Thursday, July 13, 2023
Tuesday, July 11, 2023
Einstein's Principles of Research
Einstein is perhaps most well known for his theory of relativity. But he is also known for being a scientist who broke new ground by virtue of holding close to known fundamentals and by engaging in basic research.
Sunday, July 09, 2023
Savagery vs Science
Savagery is sort of the opposite of science, in that it's a kind of impulsive readiness to believe or disbelieve with absolute certainty, often followed by false religious zeal or dogma.
Tuesday, July 04, 2023
Clock Drift
When people think about clocks, they might know about how old analog clocks functioned and also suffered from the problem of clock drift. But even with the advent of digital clocks, we also find the same problem once more.
Monday, July 03, 2023
Euler's Continued Fraction in Lisp
In 1748, Leonhard Euler published a formula describing an identity that connected and generalized an infinite series and infinite continued fraction.
Sunday, July 02, 2023
Notes on Compilers
Lately I've been revisiting compilers and linguistics. It reminded me of Herbert Gross' lectures on calculus.
Using Python To Access archive.today, July 2025
It seems like a lot of the previous software wrappers to interact with archive.today (and archive.is, archive.ph, etc) via the command-line ...
-
Latin1 was the early default character set for encoding documents delivered via HTTP for MIME types beginning with /text . Today, only ...
-
From "Overfitting and the strong version of Goodhart's law" : Increased efficiency can sometimes, counterintuitively, lead to ...
-
Playing around with writing malware proof-of-concepts, running red and blue team simulations in my computer lab against Windows Home edition...