Re: Beginners thread




Found the reason for that "anomalous MSSB @eof " And it was a pointer
error.

So I am now encoding and decoding Million Digit binary file. Hey I
have a Quad Core so let it fly! Love AMD <plug plug> would love and
use 8 cores if AMD would donate one.. I B poor..

Once they are done then the D(E(x)) = E(D(X)) = x will be proven or
disproved with a large data we all know so well.
It takes some time to do this as a single data object of 3321928 bits
so I will be twice as long doing the twin recodes.

So fingers crossed that all goes well but I see the same decode data
as encode data. In reverse that is..

So cool.. I will now start the code name "Particle" version design. .

Also I was somewhat wrong in saying that the code name "Wave" version
didn't need Dark Information ( external data ) and "Particle" did.

Let me go back to the number line idea. I am suggesting Encode be
represented as positive or to the right "+" and Decode is to the left
or "-"

So at this time if I write, +5 that means to me encode five times or
if I write -5 that is decode five times.
Both the Particle and Wave version are subject to this. Neither
require external data or Dark Information to decode. It's the number
of decodes or encodes needed to get back to the target or "Zero File"
that is the "Dark Information" or "external data"

So I was wrong in how I wrote about things. My Bad I was tired.

You know Karma is a strange partner.. One door slams and another
opens and something pull you in. That has been my experience for this
codex.

So I'll post soon on the success or failure of the bijective test
run. If this does function as expected then I just don't know what
the data will look like after many runs in either direction.
What use this will be is unknown and if any file compresses I will be
surprised and happy.

No utility or compression is being claimed. I'm just sharing my
experience on my first serial bijective codex project.

However, if we can't find some bias in million digit data then let's
move that quanta of information to another encoding and see what we
can do!


Ernst
.



Relevant Pages

  • Re: encode UTF8 -> MIME
    ... That's URL-encoded UTF-8. ... You have *decode* it to get é. ... you again have to decide on a specific character encoding ... So you have to encode it in your character encoding first, ...
    (comp.lang.perl.misc)
  • Re: Unicode/UTF-8 decoding
    ... It might be possible to recreate the data if you know what encodings was used to encode and decode it. ... Then you might be able to encode it back to it's prevois state and use the proper encoding to decode it. ... If you want to store unicode strings in the MySQL database, it has to be set up to use unicode as character set. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Binary file reading issues (after translation)
    ... I'm using AES to encode a binary file and then decode ... I've swapped out AES in the encode/decode process and replaced ... But in an encoding environ, ...
    (comp.lang.tcl)
  • Re: LWP and Unicode
    ... How to read a web page containing partly utf8 and partly ... We want, for whatever reason, to have "use encoding ... does more than just decode the percent encoding. ... use Encode qw; ...
    (comp.lang.perl.misc)
  • Re: Need a bit of information about Compression
    ... either encode a full length, or a length mod some constant. ... Yes, full Length coding, arithmetic coding which is certainly better ... if you are decoding, say, 1024 symbols, then you stop as soon as you decode ... less common is to set up some special condition, where the eof is ...
    (comp.compression)