Re: Representing futuristic English




Wilson Heydt wrote:
> In article <1125037464.868180.304960@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
> Constantinople <constantinopoli@xxxxxxxxx> wrote:
> >Anyway, let's look at this separate challenge: the challenge to decode
> >files. The job of archeologists will be made much easier if they have
> >the source code for the codecs, the encoding and the decoding
> >algorithms, handy. And why wouldn't they? The source code for the
> >codecs can be found in many places. Why shouldn't they survive?
>
> This is questionable.... If (and ONLY if) it is open source, will
> there be source code widely distributed. If the processing program
> is a privately owned product (and most such are now), only the
> company that sells the program will have source code, though open
> source *may* have code that will read (and perahps even write) the
> same format., but you can't count out that. Indeed, as tehre are
> efforts to control access to file formats using IP law, it may get
> even more difficult over time to gain access to file formats in an
> unconstrained way.

Most of the web is in HTML, which once you have decoded the underlying
ascii isn't all hat hard to read (you don't even need to know HTML, you
can figure it out from context). So, a lot of stuff is easily readable.

I don't know whether mp3 is closed source or open source but enough
people create mp3 encoders and decoders that I suspect the full
specifications are out there in a readable format.

DVD movie players seem to be a dime a dozen, so I suspect that format
is no black box either. DVDs are of course encrypted but the software
exists to decrypt them and a lot of these are being stored in decrypted
format.

Web-downloadable and P2P-shared movies are encoded in a great number of
codecs, and given that most of these codecs are apparently not
corporate jobs I expect that there's source code and documentation of
them that can be used to reconstruct them.

I heard that Microsoft Office is moving to XML as its default format,
and that's open source and what I've seen is plaintext (I remember
reading that you can put arbitrary binary into an XML file, though I've
never seen it, but I don't imagine Word would be doing this). But even
the proprietary Micosoft Word format that already exists can be read by
pulling it into a text editor. I did that just now to a Word .doc file
I had handy and I could read the content just fine.

I think the above formats cover a lot of the content that exists.

.



Relevant Pages

  • Re: PHP Classes suggestions (was Re: Recommendations for PHP Form Validation Script)
    ... > particular format is going to add anything meaningful. ... > dependency tree system with multiple possible package branches. ... > Well, this can happen to anyone, whether your project/service is open source ... so I will not Open the Source code of the site. ...
    (comp.lang.php)
  • Re: Representing futuristic English
    ... >>>the source code for the codecs, ... If it is open source, ... >specifications are out there in a readable format. ... >reading that you can put arbitrary binary into an XML file, ...
    (rec.arts.sf.composition)
  • Re: RAW vs JPEGs - Does RAW show more detail?
    ... format being used, they will all be available forever. ... Every time a new sensor comes out with its associated storage format in RAW, the c code needs to be updated with the definition for it, specific-to-type algorithms and then recompiled. ... A recent version set of dcraw.c source code has over 7000 lines of code dedicated to a plethora of sensors/models! ... filters = 0x16161616; ...
    (rec.photo.digital.slr-systems)
  • Re: When to use Rosasm, when to use Masm?
    ... just because we are tokenising for the editor and assembler whilst running ... load / save" or "plain text"...so, if you want it plain text for other ... as desired;)...once the format can only possibly be read ... the source code is saved tokenised or not...it's RosAsm's _OWN_ format, ...
    (alt.lang.asm)
  • Re: EnvDTE.CodeElement.get_EndPoint throws Argument exception
    ... For this reason, the addin starts an Undo, format and prints the source code ... The error occurs if user sets option 'Leave open braces on the same line a ...
    (microsoft.public.vsnet.ide)