[TUHS] A question about ls(1)

Kurt H Maier khm at sciops.net
Tue Apr 30 17:24:49 AEST 2019


On Tue, Apr 30, 2019 at 06:44:08AM +0000, Michael Kjörling wrote:
>
> At least OpenDocument is an ISO standard; 
        
So is "Office Open XML"; a sufficiently large campaign fund is 
indistinguishable from a standards committee.
        
> I could be wrong, but I don't _think_ that SQLite has reached quite
> that level of adoption.
          
Every Android device, iPhone/iPad, Chrome or Firefox installation, 
Windows 10 computer or Red Hat Enterprise Linux installation uses 
SQLite.  Also, the Library of Congress considers it as good as XML as a 
storage format.  It is fairly certain that SQLite is wider-adopted than
OpenDocument -- or at least wider-deployed.
          
I'd argue that SQLite files and XML documents both suffer from the same
problem, in that (during normal use) you have to load the whole thing in
order to use it effectively.  In other words, they don't play well with
pipes.
          
But for a document format, maybe the Unix Nature is less of a concern.
          
khm


More information about the TUHS mailing list