zlacker

[parent] [thread] 1 comments
1. tromp+(OP)[view] [source] 2026-02-03 16:32:50
A Rube Goldberg machine is one intentionally designed to perform a simple task in a comically overcomplicated way, usually consisting of a series of simple unrelated devices.

Programs like Melo and w128 are the opposite, performing a hard task with the simplest means, using only a few highly inter-related parts.

Your proposed representation is exactly the kind of cheating, to get the results you want, that the article purposely avoids.

replies(1): >>nivert+Eb
2. nivert+Eb[view] [source] 2026-02-03 17:21:05
>>tromp+(OP)
1. s/The largest number representable in 64 bits/The widest set of numbers representable in 64 bits/

2. Using a Turing machine to model a von Neumann machine looks exactly like a Rube Goldberg machine. It even resembles it [1].

3. There is no point in talking about a 64-bit limit when the underlying model requires an infinite amount of RAM (tape).

4. > A Rube Goldberg machine is one intentionally designed to perform a simple task in a comically overcomplicated way

People usually don't realize they've built a Rube Goldberg machine...

5. > Programs like Melo and w128

My point is that just as you pre-defined the program you're going to use, you can pre-define the largest integer. That's 1 bit of entropy. I was working on a project with custom 5-bit floating-point numbers implemented in hardware, and they had pre-defined parts of the mantissa. So the actual bits are just part of the information.

---

1. https://en.wikipedia.org/wiki/Turing_machine#/media/File:Tur...

[go to top]