RavenBlog |
|
Comments on Saturday 2 February 2002: |
Lovely programming horrors! Ways to reduce the file size of programs in Linux, to what would nowadays be considered absurdity, and in the days of the Atari ST would be more like 'reasonable'. I started my path with Binary Size Reduction, and went from there through a broken link to A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux, which led to Tiny Programs. That led to the brainfuck language via its 171-byte compiler. And that... That went to the beauty that is a program written in Brainfuck. I wonder if I can find a page that deconstructs Windows binaries that way.
[06:47] |
Eperdu |
Bah! I told you about the brainfuck language and other such programming loveliness many, many months ago, repeatedly, but was met with utter apathy. Tsk. Bad man. |
Eperdu |
By the way, the Whirlwind Tutorial link and the Tiny Programs link are the same, in your blog entry Raven. Is that intentional? It doesn't look so. Very interesting pages on binary size reduction, though. Almost makes me wish I could be bothered to learn Assembly. |
bridgehajen |
Reminds me of the good old days when size really did matter. Today it's a bit excentric to mess around with 171-byte compilers. But fun, I reckon. The brainfuck language looks very Turing-machine-ish to me. Turing machines are fascinating. I always envisioned them as huge, industrial devices with lots of bells, whistles, tubes, grease, sounds, levers, buttons, and an infinite supply of tape. Yep, a few absurd thoughts can add a lot of entertainment to computer science. |
RavenBlack |
Mm, link-mistake was not intentional, thanks Eperdu. It is now fixed. |
Stefano |
Hey! I've tried it, and it's *insane*! Jees! ++. |
Grimace |
A little late, but you ought to consider programming in Befunge once you've had your fill of Brainfuck. Then, get healthily obssessed with the whole 'esoteric programming language' business, just like me (for whom the bottom limit of straightforward programming has become Haskell.) Rube and Hunter are similar diversions, and the Esoteric Programming Awards are coming up shortly too. Blimey. |