comp.lang.ada
 help / color / mirror / Atom feed
From: Hyman Rosen <hyrosen@mail.com>
Subject: Re: Thought this was interesting
Date: Tue, 27 Aug 2002 12:13:49 -0400
Date: 2002-08-27T12:13:49-04:00	[thread overview]
Message-ID: <1030464758.505647@master.nyc.kbcfp.com> (raw)
In-Reply-To: akdcc8$4ot$1@nh.pace.co.uk

Marin D. Condic wrote:
 > Most software is driven by time to market and low-cost provider issues.
 > It operates against the "Good/Fast/Cheap - pick two!" problem and "Good"
 > is the loser.

There is also the problem of having to develop against
unstable underpinnings. Many programs run in cooperation
with system software which is itself underspecified,
unstable, and buggy. In such a world, even when you do
the best you can, it may still not be enough to produce
"good" software.

Apropos of this, if you have access to a Windows system,
try running the following simple program there. Make sure
to save all important work first! It just prints out a
string over and over again. It couldn't do anything bad,
could it? Especially not on WinNT or WIn2K, right?
Especially if you have no special privileges, right? :-)

with text_io; use text_io;
with ada.characters.latin_1; use ada.characters.latin_1;
procedure crash is
begin
   loop
     put("Hung up!" & HT & BS & BS & BS & BS & BS & BS);
   end loop;
end;




  reply	other threads:[~2002-08-27 16:13 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-23 19:10 Thought this was interesting Darren New
2002-08-24 23:01 ` Robert Dewar
2002-08-25  1:04   ` Jeffrey Carter
2002-08-26  0:45     ` Richard Riehle
2002-08-26  1:05       ` Darren New
2002-08-26  5:12         ` Pat Rogers
2002-08-26 16:01           ` Jerry Petrey
2002-08-26 16:21             ` Pat Rogers
2002-09-02 15:10               ` "HAL" acronym (was Re: Thought this was interesting) Ben Brosgol
2002-09-03  5:39                 ` Manny Apalisok
2002-09-03 11:11                   ` Frank J. Lhota
2002-08-26 17:34             ` Thought this was interesting Robert A Duff
2002-08-26 20:18               ` Jerry Petrey
2002-08-26 14:20     ` Ted Dennison
2002-08-26 18:09       ` Jeffrey Carter
2002-08-25  3:23   ` Larry Kilgallen
2002-08-26 10:29   ` Florian Weimer
2002-08-26 10:30   ` Florian Weimer
2002-08-25  3:27 ` tmoran
2002-08-25 14:48   ` Thought this was interesting (They Write the Right Stuff) Larry Kilgallen
2002-08-25 19:48   ` Thought this was interesting Darren New
2002-08-26 14:01   ` Marin D. Condic
2002-08-27 16:13     ` Hyman Rosen [this message]
2002-08-27 20:07       ` Thought this was interesting (OT) Chad R. Meiners
2002-08-27 20:21         ` Frank J. Lhota
2002-08-27 21:48           ` Robert A Duff
2002-08-28  9:23             ` AG
2002-08-28  9:33               ` AG
2002-08-28 15:05                 ` Dan Andreatta
2002-08-28 16:50                   ` Chad R. Meiners
2002-08-28 15:07                 ` Dan Andreatta
2002-08-29 17:12                   ` Thought this was interesting (Bounds Checking!) Warren W. Gay VE3WWG
2002-08-29 18:57                     ` Larry Kilgallen
2002-08-29 18:31                       ` Ryan
2002-08-28 13:29             ` Thought this was interesting (OT) Frank J. Lhota
2002-08-27 22:24           ` Hyman Rosen
2002-08-28  2:52             ` Jeffrey Carter
2002-08-28 13:26               ` Gautier
2002-08-28  4:01             ` Pat Rogers
2002-08-28  8:06             ` Ole-Hjalmar Kristensen
2002-08-28  2:52           ` SteveD
2002-08-28 11:09             ` Robert Dewar
2002-08-28  7:58       ` Thought this was interesting Ole-Hjalmar Kristensen
2002-08-28  9:41         ` AG
2002-08-29  1:23         ` Jeffrey Creem
2002-08-29  3:02           ` SteveD
2002-08-29  7:30             ` Ole-Hjalmar Kristensen
2002-09-03 15:49               ` Hyman Rosen
2002-08-27 18:48     ` tmoran
2002-08-28  3:10       ` Robert C. Leif
2002-08-26 14:29   ` Ted Dennison
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox