28 OCT 2024 by ideonexus

 Quantifying Information Content Does Not Bring Meaning Fr...

It is perfectly true that redundancy aids recognition of a signal as a language or a code, and this recognition is crucial to SETI. However, Shannon’s method provides only a quantitative measure of the complexity of a language or signaling system—not a translation. And while it is axiomatic in cryptology that redundancy helps in deciphering a text, the task of decipherment/cryptanalysis is to move from an encoded text to the original text—not from text to meaning. To get from text to me...
  1  notes

We may be able to quantify the information content of an alien signal, but that is very different from deriving the meaning from the signal.

06 JUL 2024 by ideonexus

 Digital Allegorithm of Sisyphus

Digital object, digital subject — these are byproducts of a boredom that, seeking respite from nothingness, projects its lines across all space and time, turning it into commodity space and military space. This is the reckless act of creation with which Katamari Damacy begins — the King’s destruction of the mythic heaven of the old Gods, and the project of replacing it by commanding the transformation of a human, analog movement into an airless matrix of machine code. This is the new la...
Folksonomies: work gamespace
Folksonomies: work gamespace
  1  notes
 
06 JUL 2024 by ideonexus

 The Digital is All About Boundaries

The digital is all about boundaries. The digital does not follow a moving line, it imposes a grid of lines which produce a series of boundaries. In the analog, difference is the productivity in excess of itself; in the digital, difference is a negation that comes from without. Roll the ball as much as you like, but unless it reaches the size King Digital demands within the time He allows, you fail — and are subjected to His lofty disdain. The analog is variation along a line, a difference ...
Folksonomies: digital gamespace
Folksonomies: digital gamespace
  1  notes
 
21 APR 2011 by ideonexus

 Ken Thompson on Obfuscation in Modern Code

Suppose someone describing something to me from postulates like. "Here's a computer and here are the op codes." I can visualize the structure of programs and how things are efficient or inefficient based on those op codes, by seeing the bottom and imagining the hierarchy. And i can see the same thing with programs. If someone shows me library routines or basic bottom-level things, I can see how you can build that into different programs and what's missing—the kinds of programs that would st...
  1  notes

Modern programming principles involve a great deal of delegation, resulting in code that is very hard to follow.