RSSAmplifier

Blog

ad-absurdum.me

So many ideas so little time

ad-absurdum.meRSS feed ↗18 posts

Latest posts

Four Tricks at the Edge of Formal Language Theory

There's a particular feeling you get learning formal language theory and spotting something that shouldn't be allowed. The rules say you can't do X. You find a way to do X. For a moment it feels like you've caught the theory napping.

Spring-Loaded Dinosaurs: What Penguins, Kiwis, and Armored Core Get Right (and Wrong) About Legs

Look at a penguin skeleton side-on and you'd be forgiven for thinking you're looking at a small theropod dinosaur. Upright posture, forward-leaning stance, stubby vestigial forelimbs, powerful hind legs. The kiwi is arguably even more convincing — its wings are so reduced they're invisible, leavi...

Passive Velocity Sorting: A Geometric Maxwell's Demon?

If sorting had deep thermodynamic costs, these industrial processes shouldn't work so cheaply. But they do.

AC Gravity and Gravitational Opacity

Imagine a planetoid with a dense ball floating above it, oscillating up and down sinusoidally. This creates an "AC gravity" field - a time-varying gravitational influence on objects below.

Theorem: Equivalence of -arccoth and tan Functions

Imagine you could take the most repetitive, oscillating function in mathematics—the tangent function—and transform it into something that never repeats. It sounds impossible, but that's exactly what we've discovered. By stretching tan's period to 2-infinity and shifting it by 1-infinity, we can m...

The Photonic Transformer Hypothesis: Rethinking Photosynthesis and Methane Consumption in Plants

This document proposes a radical reinterpretation of photosynthesis mechanisms, suggesting that plants may function as biological infrared (IR) lasers, using frequency downconversion to create transparent energy channels. This hypothesis could explain the presence of red-pigmented plants in metha...

The Scalable Quasi-Perpetual Photonic Machine

We present a theoretically sound, thermodynamically compliant system that achieves effectively perpetual motion through geometric scaling. By circulating photons between rail-constrained atoms in a hexagonal configuration, we demonstrate that operational lifetime scales quadratically with system ...

How to Make a Ball Orbit Itself

src="/blog/how-to-make-a-ball-orbit-itself/ball_orbit_animation.html"

The Boron-Nitrogen Catastrophe: A Critical Gap in Beta Decay Verification

Standard nuclear physics claims that Carbon-14 undergoes beta decay to produce Nitrogen-14:

X-Ray Data Pipeline: Ultra-High-Speed Communication Through Limestone Tubes

A revolutionary approach to data transmission using X-ray beams through limestone/concrete tubes, potentially achieving **10-100 Tbps** per channel at a fraction of current infrastructure costs.

The Universal Approximation Theorem Is Right. You're Using It Wrong.

Ask any ML student about the XOR problem and you'll hear: "XOR is impossible for a single-layer perceptron. You need a hidden layer to solve it."

The Power Law Illusion: A Measurement Artifact Hypothesis

Many phenomena we interpret as following power law distributions may actually be one tail of underlying bell-shaped (Gaussian, Poisson, or other unimodal) distributions. We observe apparent power laws because we systematically measure only one side of these distributions.

Fractional Gamma Function via Fractional Derivatives

The classical gamma function is one of the most important special functions in mathematics, serving as a continuous extension of the factorial function. It satisfies the fundamental recurrence relation , which represents a "unit step" in the argument.

On the cruel irony of the P-NP problem

If you're not familiar with the P-NP problem, it's one of the major unsolved conundrums in computer science, challenging experts for over fifty years. It delves into the realms of time complexity and the intrinsic difficulty of computational problems. Often, media outlets simplify this by referri...

The Journey from India to Germany: A Guide for IT Professionals

Embarking on an international move can be a daunting task, particularly when it involves navigating through the intricate immigration process. Here, I've compiled a step-by-step guide for my fellow IT professionals considering a move from India to Germany.

How does AutoGPT work under the hood?

There are many youtube videos and blog posts about AutoGPT, but none of them peek under the hood and examine the code itself. So, I have gone through the code and I will provide a quick overview of how it works and some interesting parts of the code which I found to be unexpected. This is not mea...

Unit Test Recorder - Automatically generate unit tests as you use your application

This is a write up for the npm package unit-test-recorder or UTR for short.

How to migrate from vanilla Kubernetes to Istio service mesh?

The goal of this guide is to give the reader the most concise and non-intimidating introduction to istio while simultaneously providing further reading material if it piques his interest.