473,408 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

The Zeus Compression Algorithm

After writing the computing urban legend "The Helsinki Code",
I spent several nights thinking up how in the world Gustav
Larsson, the Finnish PDP-8 computer programmer, could have
managed to receive such a miraculous message from God.

Surely, for a 1-byte computer program such as "@" to compile
successfully (in RTPS FORTRAN), a miracle compression algorithm
would be necessary.

Then it dawned on me. Gustav had accidentally stumbled upon
a compiled Fortran program compressed by the Impossibly Efficient
"Zeus Compression Algorithm" (ZCA). That is, a compression algo-
rithm so efficient that pages upon pages of text can be compressed
into a single byte. The ZCA, in theory, can compress the entire
contents of the Holy Bible into a single byte.

We presently know of no technology which can accomplish this, but
since God wrote the "@" program, only God could possibly make
the ZCA work. In future years, it will happen.

BTW, the story of the Helsinki Code can still be found online (just
search for it on Usenet).

A ZCA could work, in theory, like this:
(using pseudo-c)

'// ------------------------------------------------
'// zeus.c
'// An example of how a 1-byte Zeus Compression Algo
'// might be written.
'// Dec 18 2005 A.D.
'// Source code is public domain.
'// By: Paul Panks (du****@yahoo.com)
'// ------------------------------------------------
#include "compress.hhf";
#include "stdlib.hhf";
#include "strings.hhf";
#include "math.hhf";
declare string w(str 32);
declare integer null(int 32);
declare integer io.channel.read(int 32);
declare integer io.channel.write(int 32);
declare string byte1(str 32 long);
declare string byte2(str 32 long);
declare array bytelevel[100];
null:=0;
w:=null;
io.channel.readwrite:=1;
byte1:=memory($01); '$01 is fist byte of read/write;
byte2:=memory($02); '$02 is second byte of read/write;
bytelevel[100]:=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33 ,34,35,
36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52 ,53,54,
55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71 ,72,73,
74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90 ,91,92,
93,94,95,96,97,98,99,100];
begin program zeus;
stdout.put("Zeus Compression Algorithm [ZCA]" nl nl);
stdout.put("Input file to compress to 1 byte: ");
get.input(w);
open.file(w,io.channel.readwrite);
readbit(byte1);
readbit(byte2);
compress(byte1,byte2) @ bytelevel[1 to 100];
call zeus; ' call special 'zeus' compression subroutine
bit.mark(byte1 as zeus);
bit.mark(byte2 as zeus);
term zeus; ' close special 'zeus' compression subroutine
writebit(byte1);
writebit(byte2);
close.file(w,io.channel.readwrite);
stdout.put("File compressed to 1 byte at 100% ratio." nl);
stdout.put("To uncompress, run 'dezeus' at shell prompt." nl nl);
stdout.put("Press a key to terminate application..." nl);
get.keyinput(w);
return 0;
end program zeus;

Paul

Dec 18 '05 #1
17 3122
du****@yahoo.com writes:
After writing the computing urban legend "The Helsinki Code",
I spent several nights thinking up how in the world Gustav
Larsson, the Finnish PDP-8 computer programmer, could have
managed to receive such a miraculous message from God. [snip]
A ZCA could work, in theory, like this:
(using pseudo-c) [...] declare integer io.channel.write(int 32);
declare string byte1(str 32 long);
declare string byte2(str 32 long);
declare array bytelevel[100];
null:=0;

[snip]

I've seen some stuff about the "Helsinki Code" elsewhere, but
comp.lang.c has been relatively free of it so far.

The author seems to be under the delusion (a) that something he
recently made up out of whole cloth qualfies as an "urban legend",
(b) that the "pseudo-c" he posted bears some resemblance to actual C,
and (c) that anyone might actually be interested.

It's not C, it's off-topic, and it's almost certainly total nonsense.
For those of you who use killfiles, I suggest adding an entry. Beyond
that, please don't feed the troll.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Dec 18 '05 #2
Keith Thompson <ks***@mib.org> wrote:
du****@yahoo.com writes: [ SNIP! ] The author seems to be under the delusion


The author is under many, many delusions. He is well known in another
group I frequent as one of the most self-delusional individuals on this
globe. He isn't even a troll - he doesn't have the grasp on reality to
understand that he's not the genius he thinks he is.

Richard
Dec 19 '05 #3
Richard Bos wrote:
Keith Thompson <ks***@mib.org> wrote:

du****@yahoo.com writes:


[ SNIP! ]
The author seems to be under the delusion

The author is under many, many delusions. He is well known in another
group I frequent as one of the most self-delusional individuals on this
globe. He isn't even a troll - he doesn't have the grasp on reality to
understand that he's not the genius he thinks he is.

Richard


Wait, god using C to write a program ???

Nice... What *compiler* did he use?

I would bet that he compiled with lcc-win32!!!

I'm going straight to heaven :-)

jacob
Dec 19 '05 #4
Keith Thompson wrote:
du****@yahoo.com writes:
After writing the computing urban legend "The Helsinki Code",
I spent several nights thinking up how in the world Gustav
Larsson, the Finnish PDP-8 computer programmer, could have
managed to receive such a miraculous message from God. [snip]

A ZCA could work, in theory, like this:
(using pseudo-c)

[...]
declare integer io.channel.write(int 32);
declare string byte1(str 32 long);
declare string byte2(str 32 long);
declare array bytelevel[100];
null:=0;

[snip]

I've seen some stuff about the "Helsinki Code" elsewhere, but
comp.lang.c has been relatively free of it so far.

The author seems to be under the delusion (a) that something he
recently made up out of whole cloth qualfies as an "urban legend",
(b) that the "pseudo-c" he posted bears some resemblance to actual C,
and (c) that anyone might actually be interested.

It's not C, it's off-topic, and it's certainly total nonsense.


Fixed the above sentence. No compression algorithm (known or unknown)
can compress *any* file to just one byte and then recover the original
file.
For those of you who use killfiles, I suggest adding an entry. Beyond
that, please don't feed the troll.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.


Dec 19 '05 #5
"Antonio Contreras" <an*****@gmail.com> writes:
Keith Thompson wrote:

[snip]
It's not C, it's off-topic, and it's certainly total nonsense.


Fixed the above sentence. No compression algorithm (known or unknown)
can compress *any* file to just one byte and then recover the original
file.


I wrote "it's almost certainly total nonsense". You deleted the word
"almost". You did say that you "fixed" the sentence, but please don't
alter quoted material without clearly indicating what you've changed.

I wrote "almost" because I hadn't taken the time to understand his
nonsense well enough to be certain about it. If you want to state
your own certainty, by all means do so in your own words.

(We've had people in this newsgroup deliberately alter quoted text, so
some of us are a little touchy on the subject.)

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Dec 19 '05 #6
Keith Thompson wrote:
"Antonio Contreras" <an*****@gmail.com> writes:
Keith Thompson wrote:

[snip]
It's not C, it's off-topic, and it's certainly total nonsense.


Fixed the above sentence. No compression algorithm (known or unknown)
can compress *any* file to just one byte and then recover the original
file.


I wrote "it's almost certainly total nonsense". You deleted the word
"almost". You did say that you "fixed" the sentence, but please don't
alter quoted material without clearly indicating what you've changed.

I wrote "almost" because I hadn't taken the time to understand his
nonsense well enough to be certain about it. If you want to state
your own certainty, by all means do so in your own words.

(We've had people in this newsgroup deliberately alter quoted text, so
some of us are a little touchy on the subject.)


I apologize if my previous post went against this group's netiquette.

What I wanted to point is that it's not necessary to read the
pseudo-code in order to be able to say that it's nonsense. The claimed
effect is simply imposible. As a friend of mine says, "entropy is the
limit between compression and magic". The zeus compression algorithm
certainly falls into the category of magic.

Dec 19 '05 #7
"Antonio Contreras" <an*****@gmail.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
Fixed the above sentence. No compression algorithm (known or unknown)
can compress *any* file to just one byte and then recover the original
file.


Depends on the value of CHAR_BIT ;).

Alex
Dec 19 '05 #8
Alex Fraser wrote:
"Antonio Contreras" <an*****@gmail.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
Fixed the above sentence. No compression algorithm (known or unknown)
can compress *any* file to just one byte and then recover the original
file.


Depends on the value of CHAR_BIT ;).


xDDD

Well, in fact it doesn't. As long as CHAR_BIT remains finite such an
algorithm simply cannot exist.

Dec 19 '05 #9
Antonio Contreras wrote:
Alex Fraser wrote:
"Antonio Contreras" <an*****@gmail.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
> Fixed the above sentence. No compression algorithm (known or unknown)
> can compress *any* file to just one byte and then recover the original
> file.


Depends on the value of CHAR_BIT ;).


xDDD

Well, in fact it doesn't. As long as CHAR_BIT remains finite such an
algorithm simply cannot exist.


You're assuming that the universe contains unboundedly many bits.

--
Chris "bits and pieces of mind" Dollin
oxygen is a highly reactive waste-product of plant life.
Dec 19 '05 #10
Chris Dollin wrote:
Antonio Contreras wrote:
Alex Fraser wrote:
"Antonio Contreras" <an*****@gmail.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
> Fixed the above sentence. No compression algorithm (known or unknown)
> can compress *any* file to just one byte and then recover the original
> file.

Depends on the value of CHAR_BIT ;).


xDDD

Well, in fact it doesn't. As long as CHAR_BIT remains finite such an
algorithm simply cannot exist.


You're assuming that the universe contains unboundedly many bits.


Point taken.

Dec 19 '05 #11
jacob navia <ja***@jacob.remcomp.fr> wrote:
I would bet that he compiled with lcc-win32!!!


Nay. In the beginning, the Earth was a formless void, and then said
God "Let there be GCC", and he looked upon free software, and saw
that it was good.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Dec 19 '05 #12
Antonio Contreras wrote:
Keith Thompson wrote:
.... snip ...
(We've had people in this newsgroup deliberately alter quoted
text, so some of us are a little touchy on the subject.)


I apologize if my previous post went against this group's
netiquette.

What I wanted to point is that it's not necessary to read the
pseudo-code in order to be able to say that it's nonsense.


It is not "this group", it is all Usenet. Altering quoted material
without explicit indication is simply not acceptable anywhere.

Aside - having been gone from here since August, it is pleasant to
see that ERT has apparently given up plaguing us.

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Dec 19 '05 #13
In article <Ic******************************@maineline.net> ,
Chuck F. <cb********@maineline.net> wrote:
It is not "this group", it is all Usenet. Altering quoted material
without explicit indication is simply not acceptable anywhere.


He did give explicit indication: "Fixed the above sentence". It would
have been better to indicate it within the quoted text though. The aim
should be to ensure that no-one reads it without realising that it's
been changed.

-- Richard
Dec 19 '05 #14
du****@yahoo.com wrote:
After writing the computing urban legend "The Helsinki Code",


This is all one really needs to know about Paul Panks. He generates
urban legends and then spends time spamming them. He is either a troll
or mentally ill (that's what he claims).

Please ignore anything he says. He gets off on people spinning out
threads based on his trolls/delusions. We just went through this over
on comp.lang.c++.

Brian

Dec 19 '05 #15

<du****@yahoo.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
After writing the computing urban legend "The Helsinki Code",
I spent several nights thinking up how in the world Gustav
Larsson, the Finnish PDP-8 computer programmer, could have
managed to receive such a miraculous message from God.

Surely, for a 1-byte computer program such as "@" to compile
successfully (in RTPS FORTRAN), a miracle compression algorithm
would be necessary.

Then it dawned on me. Gustav had accidentally stumbled upon
a compiled Fortran program compressed by the Impossibly Efficient
"Zeus Compression Algorithm" (ZCA). That is, a compression algo-
rithm so efficient that pages upon pages of text can be compressed
into a single byte. The ZCA, in theory, can compress the entire
contents of the Holy Bible into a single byte.

We presently know of no technology which can accomplish this, but
since God wrote the "@" program, only God could possibly make
the ZCA work. In future years, it will happen.

BTW, the story of the Helsinki Code can still be found online (just
search for it on Usenet).

A ZCA could work, in theory, like this:
(using pseudo-c)

'// ------------------------------------------------
'// zeus.c
'// An example of how a 1-byte Zeus Compression Algo
'// might be written.
'// Dec 18 2005 A.D.
'// Source code is public domain.
'// By: Paul Panks (du****@yahoo.com)
'// ------------------------------------------------
#include "compress.hhf";
#include "stdlib.hhf";
#include "strings.hhf";
#include "math.hhf";
declare string w(str 32);
declare integer null(int 32);
declare integer io.channel.read(int 32);
declare integer io.channel.write(int 32);
declare string byte1(str 32 long);
declare string byte2(str 32 long);
declare array bytelevel[100];
null:=0;
w:=null;
io.channel.readwrite:=1;
byte1:=memory($01); '$01 is fist byte of read/write;
byte2:=memory($02); '$02 is second byte of read/write;
bytelevel[100]:=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33 ,34,35,
36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52 ,53,54,
55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71 ,72,73,
74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90 ,91,92,
93,94,95,96,97,98,99,100];
begin program zeus;
stdout.put("Zeus Compression Algorithm [ZCA]" nl nl);
stdout.put("Input file to compress to 1 byte: ");
get.input(w);
open.file(w,io.channel.readwrite);
readbit(byte1);
readbit(byte2);
compress(byte1,byte2) @ bytelevel[1 to 100];
call zeus; ' call special 'zeus' compression subroutine
bit.mark(byte1 as zeus);
bit.mark(byte2 as zeus);
term zeus; ' close special 'zeus' compression subroutine
writebit(byte1);
writebit(byte2);
close.file(w,io.channel.readwrite);
stdout.put("File compressed to 1 byte at 100% ratio." nl);
stdout.put("To uncompress, run 'dezeus' at shell prompt." nl nl);
stdout.put("Press a key to terminate application..." nl);
get.keyinput(w);
return 0;
end program zeus;

Paul


On all the newsgroups I see his post I compress dunric's posts to zero bytes
(at least for my own purposes). Interestingly enough, the same algorithem
works
with Kenny McCormack's posts.

Yet, I am sure the entropy, when measured accurately, of the messages is
preserved :-).

barry
Dec 19 '05 #16
"Antonio Contreras" <an*****@gmail.com> writes:
Alex Fraser wrote:
"Antonio Contreras" <an*****@gmail.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
> Fixed the above sentence. No compression algorithm (known or unknown)
> can compress *any* file to just one byte and then recover the original
> file.


Depends on the value of CHAR_BIT ;).


xDDD

Well, in fact it doesn't. As long as CHAR_BIT remains finite such an
algorithm simply cannot exist.


And arguing the point here in comp.lang.c constitutes "feeding the
troll", something I was trying to forestall with my initial followup.

If someone posts something here that is (a) off-topic, and (b) utter
nonsense, the *only* thing we need to do is point out that it's
off-topic and ignore it. Otherwise we allow any random troll to lure
us into a discussion of any topic of his or her choosing. Flaming a
troll, or refuting his claims, constitutes victory for the troll. (In
this particular case, a pointer to the comp.compression FAQ might be
appropriate.)

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Dec 19 '05 #17
On Mon, 19 Dec 2005 16:31:24 -0600, "Barry" <ba****@highstream.net>
wrote:

<du****@yahoo.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com... <unnecessarily quoted blither snipped> On all the newsgroups I see his post I compress dunric's posts to zero bytes
(at least for my own purposes). Interestingly enough, the same algorithem
works
with Kenny McCormack's posts.

Yet, I am sure the entropy, when measured accurately, of the messages is
preserved :-).

So if Kenny quotes dunric, do you get a negative-sized output?

ObC: this affects whether you want to use an unsigned type. :-)

- David.Thompson1 at worldnet.att.net
Jan 4 '06 #18

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: c3poptuse | last post by:
Supercomputer and encryption and compression @ rate of 96% Take a document then or a 3D matrix document change it two random or binary code or just a program for 0's and 1's and fold it over and...
2
by: Jim Hubbard | last post by:
I went to the compression newsgroups, but all I saw was spam. So, I thought I'd post his question here to get the best info I could from other programmers. Which compression algorithm offers...
8
by: dirgesh | last post by:
I am having a hard time making a Program in C/C++ that uses the Huffman Compression to compress a file. I have a file "Hello World" That i need to compress. can someone please give me an...
2
by: TerryStone | last post by:
Thanks to anyone who reads this. Below is some C# that compresses an array of bytes, and then decompresses, and compares the original data with the new. Firstly, the length of the decompressed...
5
by: jeremyje | last post by:
I'm writing some code that will convert a regular string to a byte for compression and then beable to convert that compressed string back into original form. Conceptually I have.... For...
21
by: =?Utf-8?B?VkJB?= | last post by:
I compressed a file with GZipStream class and is larger than the original file.... how can this be?, the original file is 737 KB and the "compressed" file is 1.1 MB. Did i miss something or is...
7
by: pamela fluente | last post by:
I have been using something like: public void SaveJPG(Image Image, string FileName, long QualityLevel_0_100, long ColorDepthLevel) { ImageCodecInfo ImageCodecInfoJPG =...
3
by: Stephany Young | last post by:
Does anyone have the source code for a C# implementation of the AR2000 Compression/Decompression algorithm that they might like to share?
9
by: csharpula csharp | last post by:
Hello, I would like to know which one of the following compressiom methods are the easiest to implement in c# and the most effective one in compression of files? (text or code files) Which...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.