Re: what does "serialization" mean?

From: Edward G. Nilges (spinoza1111_at_yahoo.com)
Date: 07/12/04


Date: 11 Jul 2004 17:15:18 -0700

Programmer Dude <Chris@Sonnack.com> wrote in message news:<t823e05dut82981g0f5obks0vjh12oundf@4ax.com>...
> Edward G. Nilges writes:
>
> > But at the same time I like looking at files,
> > such as Word files, in "Ascii".
>
> Do you mean "in English"? As far as I know, Word files are
> never ASCII at any point during their normal life.

Nope, I mean I like looking at Word files in a display in which any
character other than the characters available on my keyboard are in
the form &#nnnnn, where nnnnn is the unicode value of the character.

I call this an Ascii representation because in fact, each character OF
THE REPRESENTATION is in the Ascii value range 0..255. One of the most
common uses of Ascii refers to this range DESPITE the fact that Ascii
was orginally a seven bit code.

Basically it is in the vendors interest that at some psychological
level the user regards the representation of data in the vendors
closed-source package as Kantian-transcendental and "unknowable" (the
incorrect presentation of Kant in philosophy survey classes, which
wrongly stresses "unknowability" of the transcendental, is in fact
preparation for technology worship).

For example, Wordperfect provided (and for all I know continues to
provide) the way to view, manipulate and change the internal
representation of a WP file. Word has never provided this both as a
safeguard against reverse engineering and to permit MS to change the
format at-will.

Nonetheless it is a simple matter to extract the text of a Word file
using my technique which transgresses the psychological resistance to
crossing a false-transcendental boundary.

This insight may be characterised as a lack of reverence for
artifacts.



Relevant Pages

  • Re: what does "serialization" mean?
    ... Sorry eddie, but you're dead wrong there as usual. ... >>How about ASCII character 0xB0, ... > Totalitarians and Fascists are often self-appointed language police. ...
    (comp.programming)
  • Re: what does "serialization" mean?
    ... > attempt to present myself as an authority on any and every topic I have ... >> survived and EBCDIC did not because ASCII properly sequenced letters. ... > How about ASCII character 0xB0, ... >> must assert negative facts, for all he knows is there is no knowledge ...
    (comp.programming)
  • Re: Free Space Monster (episode 2)
    ... The character "0" is the ASCII representation of decimal *number* 48, which is the same as the hexadecimal *number* 0x30. ... The decimal *number* 0, which is the same as the hexadecimal *number* 0, can be represented as the ASCII *character*, which is an unprintable character. ... and assumed I was using ASCII zero. ...
    (comp.sys.mac.apps)
  • Re: Cohens paper on byte order
    ... I think you're using "ASCII" in a notional sense. ... a good reason to teach the *opposite* convention, ... Computers should be as easy to understand as is possible _without_ ... arithmetic on character strings ...
    (sci.crypt)
  • Re: Reading a file.
    ... your program will interpret them as ASCII. ... Bruce.Eitman AT EuroTech DOT com ... buffer is character values, then in memory ASCII values are displayed. ... DWORD d = GetLastError; ...
    (microsoft.public.windowsce.app.development)