From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,dea2d62ab1462538 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q4g2000yqm.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Writing an Operating System in Ada Date: Sat, 16 Jan 2010 13:18:46 -0800 (PST) Organization: http://groups.google.com Message-ID: <75592fbb-f9e8-4e4e-ae23-e63979f8925a@q4g2000yqm.googlegroups.com> References: <8e9bc311-7540-40a1-b19e-49e93648c25c@s31g2000yqs.googlegroups.com> <9oyblld05omh$.1dzhmyoseeb7x$.dlg@40tude.net> <414945fd-8ed5-4f42-a237-0685602332b3@f5g2000yqh.googlegroups.com> <4176d6eb-fefe-4bd7-9378-55a33a12d458@e37g2000yqn.googlegroups.com> <5908c8c1-9a81-4877-a4da-827521b01263@p24g2000yqm.googlegroups.com> <1p8z3tc1d5rw6.jryi563tb4j5.dlg@40tude.net> NNTP-Posting-Host: 83.79.81.229 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1263676726 21217 127.0.0.1 (16 Jan 2010 21:18:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 16 Jan 2010 21:18:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q4g2000yqm.googlegroups.com; posting-host=83.79.81.229; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8778 Date: 2010-01-16T13:18:46-08:00 List-Id: On 15 Sty, 22:48, "Dmitry A. Kazakov" wrote: > > The blob becomes useful only when it is loaded into memory. > > How does it? By becoming a typed entity that is referenced within the actively executed program. This is the moment when blob becomes useful. > > The added value is that of name resolution. > You don't need names for something, which is useless. You said it is > useless when on the stick (which is of course wrong). Ah, so we are again at the discussion style that will lead us nowhere. But let's try for a while. Several posts ago you have requested to execute actions on objects. "Play" was an action on the movie - you wanted that. When I said that the blob (a file, essentially) becomes useful when it is loaded into memory, I meant that it is the interpretation of the blob that gives it some requested capabilities. You want it to "Play", but I might want it to blur or sharpen instead. The point is that I can blur or sharpen a "movie" thanks to the fact that I see it at a different level that you wanted to see it and that would not be possible with pure-OO approaches (unless you allow Unchecked_Conversion, but that brings us back to blobs anyway). > > The purpose of the file system is to bring understanding to the > > digital mess and the current file systems do their job pretty well. > > Sorry, but I don't know which kind of understanding you mean. Apparently you do not understand. :-) > In any case, > "understanding" is not the purpose of the file system. Well, I use it for this purpose. > There are certain functionality a persistent store must provide. Among them > enumeration, efficient indexing, naming, notifications, journaling, > identification, distribution, authentication, consistency and so on. Modern > file systems is a persistent store that fulfills some of these > requirements. "Understanding" is not in this list. Because you did not put it on that list. I'm not going to discuss it this way. http://en.wikipedia.org/wiki/File_System "file system is a method of storing and organizing computer files and the data they contain to make it easy to find and access them" For me, "organizing" and "easy to find" are two aspects of "understanding what is on the drive". In any case, I understand what I have on my drive. > > And the fact that my USB stick works everywhere shows that this > > assumption is realistic. The assumption that the target OS is pure-OO > > would not be. > > Assumption? It is not an assumption, it is a fact, that somebody sat down > and wrote the implementation of FAT for the OS X1. Why he or someone else > could not do this for an OO X2 persistence layer? The only way to implement any persistence layer across different OSs is to have it not coupled to any OS. If you have pure-OO OS (that is, when *everything* in this system is OO) then it's persistence layer cannot be implemented on other, non-OO OSs. Current file systems (the ones with blobs) serve well as "common denominators" and this is exactly their value. > > Are you sure you are still living in a world where > > "commercial" (whatever that means) is equivalent to "leading"? > > It is an equivalent to "measurable". You can measure involvement in serious > projects by investments in. That's one approach. Another is to measure involvement by participation. In the age of social-this, social-that and social- whatever, the accounting is different. -- Maciej Sobczak * www.msobczak.com * www.inspirel.com Database Access Library for Ada: www.inspirel.com/soci-ada