Slamtilt writes "Dennis Ritchie has posted source for 2 ancient C compilers here. They date from '72-'73, and he says he feels "an element of embarrassment about displaying it", but also that they may be of some historical interest... "
I would hope so... continuously modifying assembler is such a pain. Think of the C coding like dynamic macros.
--
-
ping -f 255.255.255.255 # if only
Re:intresting
by
Anonymous Coward
·
· Score: 0
The DOD may have invented it to survive nuclear war, but it certainly would be damn easy to make the Internet go to a rapid, grinding halt. The problem is, as illustrated by numerous problems during the last few years, that while it IS possible to build a network structure that has enough redundancy for that, commercial interests mean that most of the network has little to no redundancy. Also, the sheer amount of traffic, means that if primary lines go down, the backup links will be hard pressed to handle the added volume. The result also means that packet loss and retransmissions will increasy due to higher latency, thus increasing the problem even more.
As an example, consider that most of the transatlantic bandwitdh go between MAE East or NOC's connected directly to MAE East, and D-GIX in Stockholm (the worlds third largest interconnection point). Scandinavia has always been very well connected since Norway was among the first two countries to get access to then ARPAnet together with the UK back in 1973.
A few years back, one of the main links between Stockholm and MAE East went down, and the result was that almost ALL internet traffic between Europe and the US stopped. Why? Well, the rest of Europe did have some bandwidth of their own, but a couple of hundred Mbps being rerouted south via E-bone and other European backbones, meant traffic had suddently more than quadrupled, and packet loss rates were awful, and caused traffic to increase even more.
So... To stop the internet? Bomb MAE East, MAE West, D-GIX, and maybe 2-3 of the smaller interconnection points, and the sheer volume of additional traffic will make the rest of the net close to unusable.
Quines
by
Anonymous Coward
·
· Score: 0
See 'Reflections on Trusting Trust' on Communications of the ACM. It is sort of explained there.
Re:Quines
by
Anonymous Coward
·
· Score: 2
Actually, it is very simple.
The world's very first 'C' compiler was written in 'C', it was then 'bootstrapped' by running it through a 'C' interpreter.
k & r were no gods. they made a verbose, write-only, CaSe sEnSeTiVe 'language' that is popular only because 'if its hard to understand, it must be powerful' they are boobs compared to chuck moore - inventor of forth.
-- "some people have too much freedom" - george dubya bush, facist, err republican presidential hopeful and domain name squ
Re:Quines
by
Anonymous Coward
·
· Score: 0
Um... Why would they bother creating a 'C' translater, which would (I'm sure) require assembly, and not just create the 'C' compiler in assembly?
Do you honestly think it's that much easier to create a translator than a compiler?
I've no doubt that they very very soon re-wrote (or perhaps had already written) a C-compiler using C, but assembly did begin the thing, be it through translation or compilation.
Time travel
by
Anonymous Coward
·
· Score: 0
There's no real need to worry, since the Earth will blow itself to pieces someday. But all our creations will still be available via time travel or via some people that can 'sense' what happened on the past.
(Now I know why do I keep that much waste on my HDD... *sigh*)
Isn't that what Torvalds does? He uploads so people will mirror it, so that he doesn't have to back up.;-)
--- Have a sloppy night.
-- As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
Re:Wonderful news humor
by
Anonymous Coward
·
· Score: 0
I was about to flame -you- for representing the thread as a -real- flame, but then I read your post again and saw your 'tongue in cheek' remark.:) Maybe you should have put "flamed" in quotes.
Anyways - great thread indeed: some great characters got into it - Linus, Peter Seebach, etc. Please read.
Re:At least someone does care about History
by
Anonymous Coward
·
· Score: 0
A worthy quote? No offense to its poster, but the British statesman Winston Churchill far outdoes him.
"The farther backwards we look, the farther forwards we can see." -- Winston Churchill
Great!
by
Anonymous Coward
·
· Score: 0
This is great! I am very very pleased by their release of the very ancient origins of their C compiler. In fact I am ecstatic. It is always nice to see the evolution of systems, particularly systems that have come to be so large, important and relatively difficult to understand.
Another link of interest
by
Eric+Green
·
· Score: 2
Another interesting link is the full two-volume Unix V7 manual, online at
http://plan9.bell-labs.com/7thEdMan/index.html
I was gratified to find it there, since my old (printed, Bell Labs original) V7 manuals are yellowed and cracking and on the verge of dying.
Re:nothing to be ashamed of...
by
Lumpy
·
· Score: 1
This is very true... and it's a stark comparison to today's code... Back then when 64K mean you were really rich and probably had 10Meg worth of platter drives lying around along with the tape machines Code had to be written elegantly and efficent as all get out.. I.E. it was nice tight code... today?? everything is bloated beyond belief. written very sloppy and is slow as slow can get. There are many things in linux/GNU that are the exception to this, Kernel 2.2 is starting to get tight again, X servers are getting better, and WindowMaker is just plain scary (98% faster than E or KDE... WOW!)
If we wrote software as tight as they did back then, a 486 running linux would make an 8 processor PIII-550 machine running NT look slowwww.
I cant wait for the grass-roots movement to start tighen up what we use today.... it's only gonna get faster and better!
-- Do not look at laser with remaining good eye.
Login trojans ... ah, the memories
by
Sloppy
·
· Score: 1
Heh. I remember back in high school, I put some trojans in the login program for RSTS/E running on a PDP11-34.
The master password: AINLEY (named after Anthony Ainley, who played "The Master" on Dr. Who.;-)
Normally, we would run "power programs" (programs that let non-privledged users do privledged things) by putting trojans in one of the shared directories (account [1,2]) with the privledge protection bit set. (Analagous to putting a setuid root program under/bin in unix) Then we'de just hope that the sysadmin never noticed. Or sometimes we would create privledged accounts. But we usually got caught.
Then one day, I found out that logged out jobs were always privledged. So I put a trojan in the login program that would make it run other another program that was in my directory. My program, although it didn't have the priv big set in the protection code, would be running as a privledged job. Then I'de have it log in as me. When the sysadmin looked at me with SYSTAT, he'd see me logged in on a non-priv account running a non-priv program, so he was never the wiser...
Until he found my copy of the modified login source code!;-)
Ah, the memories...
--- Have a sloppy night.
-- As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
Cool. Useful if I ever decide to type in the printout from my "Lions Commentary" (actually would have to locate some really old hardware I don't have to do that of course.)
This in wonderful stuff.....
by
Anonymous Coward
·
· Score: 0
I think it's great that stuff like this is being found and preserved. I hope everybody realizes the historical value this has and what it means to us today. Thanks Dennis!
Boy haven't we learned a lot...
by
sporty
·
· Score: 2
No, not being sarcastic. I browsed through the code, and it is kinda impressive. I've never written a compiler before, but I must admit, I see some of the errors I used to make in programming plus some of the inginuity that leads up to today.
An idea for those with disk space, and some unf.. a software repository for old code?
--
-
ping -f 255.255.255.255 # if only
Re:Perspective and Teaching
by
prumpf
·
· Score: 1
Many of the people reading Slashdot (myself included) have probably heard in class of the days when programmers would write code in such a way as to conserve memory, and of course, be as efficient as possible. Actually, Linux (the kernel) frees the memory used for initialization code/data even today, so this is not all history. Anybody know of userspace code doing this ?
Ken Thompson modified the C compiler to recognize when it was compiling login - it added a trojan.
He then modified the compiler to recognize when it was compiling the compiler so it inserted the login trojan _and_ the code to modify the compiler when it was compiling the compiler.
> Ken Thompson modified the C compiler to > recognize when it was compiling login - > it added a trojan.
As far as I know this was talked about in a paper published in the early to mid eighties.
I'm not sure wether the actual code was written. It may not have been published back then, but only released recently.
Roger.
Lord, lord, I remember those days...
by
Mr.+Protocol
·
· Score: 2
The community was smaller in those days. Also, there was no such thing as IEEE floating point. These two facts combined to put me on the phone with Dennis for about an hour one day, trying to get a PDP-11/45&70 C compiler to compile floating point code on a PDP-11/40 via floating point emulation. It did work, eventually.
Later, someone came out with a PDP-11/40 C compiler that used 11/40 floating point instructions.
It was a lot of fun trying to match up C compilers with machines that would "sort of" run them as long as you didn't declare any floating point variables. The compiler itself was "float safe" in that if you didn't declare floating point, it wouldn't use it. You had to use a "-f" flag to compile floating point, though, so that the right library stuff would get loaded to save & restore the floating registers.
C programmers had to know assembler in those days. Believe it.
Re:Lord, lord, I remember those days...
by
pedro
·
· Score: 2
"C programmers had to know assembler in those days. Believe it." My personal feeling is that they should know assembler TODAY, as well, so as to have some frigging idea as to the consequences of their coding. Doesn't hurt to solder up a micro from scratch, using only one's wits and a data book or two, either. I did that in '83 w/a 8085 (my first computer!) and it simply rocks! Not to mention the manly confidence that understanding a sytem from the metal up gives one! 8-} Helps when writing fastloaders for C64's, lemme tellya! Found a nifty use for that XOR gate on the 1541's ATN line, for sure! (if you understood what I just said, you really scare me) I've counseled a number of newbies to take this exact tack in their own educations, contrary to popular wisdom, and each and every one thanked me profusely for suggesting it. They eventually ran rings around their classmates, and actually GOT something out of (Acck!) DeVry!
-- Brak: What's THAT?
Thundercleese: A light switch.. of TOTAL DEVASTATION!
Re:Lord, lord, I remember those days...
by
cookd
·
· Score: 2
I agree. I learned 8086 assembly while I was in 5th grade. I grew up with a PC/XT, and I learned about counting clock cycles, using registers, and basically how to milk my 4.77 Mhz for all they were worth. The first time I ever earned money for programming was when I wrote a TSR program for some guy... I've never regretted the time I spent in DEBUG.
Moving ahead 10 years, in one of my CS classes, the teacher was trying to explain why you can't return a pointer to a local variable. I was dumbfounded, thinking, "duh! It's on the stack, dummy!" But nobody else in the class except for the teacher had ever really done anything with assembly language, and they were pretty much clueless about what actually goes on behind the scenes. In another class, where part of the grade was the speed of the executable, again few people had used ASM, so it wasn't too hard to stay in the top 6 for most of the programs. Nobody else even considered how long it takes to divide, or how to organize the arrays (or use pointers) so that a multiply isn't needed on array access (or at least keep it to one multiply, not two or three).
On the other hand, the optimizing compilers are making this a confusing issue. Some tricks still work, but I am no longer sure of the fastest way to do things.
Nowadays, hardware is getting cheaper while programmer time is getting more and more scarce. Often, it seems that it is more important to make the code readable and logical than to make it fast and efficient. Or is that just an excuse...
-- Time flies like an arrow. Fruit flies like a banana.
Re:Lord, lord, I remember those days...
by
pb
·
· Score: 2
Um... you badly encrypted a disk, what?
My first computer was a C64, but I didn't know enough back then to tinker with it on that level.
I don't solder, but I do read the assembler output from compilers. It's instructive, but no programming teacher in the world would pass me if I wrote code like that... (well, I just knew where the memory was allocated, so I used it, and I knew what the offset was, what's wrong with that? Oh, and those jumps and increments work just like a for loop, what's the problem, really?)
-- pb Reply or e-mail; don't vaguely moderate.
Re:Lord, lord, I remember those days...
by
pedro
·
· Score: 1
My post is rather old, by now, so noone is likely to read this, but for the sake of completeness, I'll explain,cursorily, what that XOR gate did, to the extent that I can remember. (incidentally, I worked this out by *tracing circuit board foils* to figure out what was going on. How many of you HLL weenies have ever done THAT, eh?) If I recall correctly, it worked in concert with cbm's ieee 488 like protocol that communicated with the drive. There were three lines, clk, data, and atn, and a rather baroque but effective dance done twixt the c64 and 1541 that allowed a device on the serial chain to take either a master or slave role. It was pretty sophisticated stuff, really. IMHO cbm's firmware was some the slickest code I've ever hacked. Anyway, fastloaders got around the 'may I have a byte, please?' 'Yes you can!' 'Ok give it to me.' 'here it comes!' >get the byte 'I have it, thank you.' 'you're welcome.' cycle that made the 1541 so slow by running code in the drive (yes, you could do that! Gives me a woody just thinking about it!) that would read the disk directly, bypassing the os entirely, decode the group codes on the disk w/ your own optimised code, and do serial i/o manually, splitting the data bytes into bit pairs, and using two of the i/o lines to jam that data as fast as you could into the computer. Many programs to do this relied on knowing the clock speed and skew between the drive and computer cpu's, and just syncing up, and stuffing asynchronously a bunc of bit pairs in a row, resyncing, and doing it again, and again. This is fine for a US machine, but european machines have differing clock speeds, because of different video standards. I was stuck doing a fastloader that had to be portable to europe. I had to be synchronous. I found that the XOR gate on the ATN line complemented the data on the data line. This allowed me to use 2 translation tables ( one for clk=1, one for clk=0 ) and transfer data on clk *edge*. doubling my speed. I was faster than apple's prodos on a c64! Incidentally, for those who know the ins and out's of this stuff, the client didn't care about other devices being active on the serial bus. My previous code took that into account, but was us only. These guys (westwood) wanted portability. for it to work, only one drive and no printers could be on, or bus confusion resulted. The lore involved in c64 fastdos stuff is really neat. Wish I had time and space to get into it more here.
-- Brak: What's THAT?
Thundercleese: A light switch.. of TOTAL DEVASTATION!
Re:This made me giggle.
by
Anonymous Coward
·
· Score: 0
An early entry into the obfuscated C code contest perhaps?
I think it's great that stuff like this is being found and preserved. I think it's wonderful too... I hope that somewhere, they are able to find code from original Unix(es). _That_ would be interesting. I'd think that surely, somewhere, there's still an ancient box that has that stuff on it. Still chugging along, attesting to the power and glory of it all.
I just woke up so my mind isn't entirely engaged, but aren't the legendary source notes from Unix V6 in published form now (I can't remember the cute title they go by, but I've seen them everywhere). They include the kernel source and comments.
It finally became clear to me (after browsing the source files of Ritchie's compiler) why the implicit int existed in the language. I never bought the "lazy programmer" excuse but in looking at the bottom of the first source file, the reason is obvious. Without a preprocessor, an implicit int declaration was the most readable way to define manigest constants (or magic numbers).
Hm. Something else Microsoft embraced and extended, it would seem:^)
-- I've finally had it: until slashdot gets article moderation, I am not coming back.
At least someone does care about History
by
Ektanoor
·
· Score: 2
For some reason I can't reach the site. Is it/. effect making its tricks again?
Anyway the move is fundamental. We have been quite careless on keeping bits of code and source for the future. I do keep some ol'stuff around and probably many people do it. But it looks much like the stuff I forget in the attic.
It is fundamentally important to keep these things for future generations. Well, it were such things that gave birth to the world we have now. Frankly our frenetic mood of "go forward" and the backward incompatibility games M$ plays, may lead us to loosing the roots where we all stand. What will my granchildren face when they will try to see my life? A few broken pieces of a CD with "Windows 95" labelled? Who was Torvalds? A mad finnish hacker making UNIX to fit in 3 inches?
I wonder if anyone notes this problem. We are loosing some good pieces of History. Software is highly volatile in terms of preservation. We might have lost already 80% of it. Maybe it is mostly worthless stuff but we all have to keep in mind that no one has a Future without knowing its Past.
I think it is time to call for such things. To give rebirth to old software. To build museums where one can be able to look at the ol'days. To someone smile on thinking that 15 years ago "I used THAT thing".
Let's greet Ritchie's move. And also Borland. As/. remarked they have also have done such thing.
Re:At least someone does care about History
by
Anonymous Coward
·
· Score: 0
Maybe it is mostly worthless stuff but we all have to keep in mind that no one has a Future without knowing its Past.
Although this has been my sentiment for a long time, I couldn't have phrased it any better. Thank-you for giving me a worthy quote that I can brandish in aid of my cause.
My study is a shrine to old manuals. It is not a vast collection by any means, but none-the-less I like to think I am helping preserve the past for our descendents. There is nothing I fear more than the possibility that in thousands of years a fundamental computing problem will arise that in actual fact had been solved some time this century, only to be forgotten in the intermediate years through the emergence of "superior" technology.
By preserving our past and entrusting our highest priests to the preservation of these holy relics, perhaps one day our race shall become wise enough to appreciate these masterful works.
We must join together to form a new religion... a new priesthood... Together we will fashion a "Holy of Hollies" to protect these epistles from our enemies... Together we will never cease...
Re:At least someone does care about History
by
Anonymous Coward
·
· Score: 0
A lot of the important code from the pre-CD era is documented in textbooks.
Post-CD, of course, the problem is moot. Every version of the Linux that made it onto a CD will be around for 100 years or more, somewhere, for instance.
The 80% of code we're missing (assuming your number is correct, I have no idea of the source) is probably mostly useless.
For instance, the RPG II code I wrote client-specific accounting programs in in 1986 is of no interest to anyone; there's nothing to learn from it, either about accounting, RPG, or my psyche. It's gone, and good riddance.
Syberghost (too lazy to log in)
Re:At least someone does care about History
by
Anonymous Coward
·
· Score: 1
Web sites changes so fast, but some of these should be archived as well. Even now, looking at sites designed only 2-3 years ago look primitive. When sites have existed for 10-20 years or more, it would be interesting to take a 'tour' of the site through time, and see how it evolved.
Re:At least someone does care about History
by
Mr.+Slippery
·
· Score: 1
Post-CD, of course, the problem is moot. Every version of the Linux that made it onto a CD will be around for 100 years or more, somewhere, for instance.
I believe that CDs are turning out to be not nearly as durable as expected - many are becoming unreadable after only a few years. And finding a CD reader may be very difficult 100 years from now when everyone's using data crystals or DNA storage or who knows what.
Recoving old data isn't trivial. About a year ago I talked with a fellow who was involved in a project to analyse old Landsat data, in an attempt to get a baseline for climate change info. The data was stored on magnetic tape that had been warehoused for something like 25 years. They had to get tape drives from scrap merchants, and go thru a laborous process to restore the tapes - slowly baking the tape to drive out moisture they had absorbed over the years, and scaping them with sapphire-edged blades to remove acculmated gunk.
On a more personal scale, I've got several 5.25 floppies (360k format) worth of old BBS philes and posts that may never get read again, just because of the hassle.
-- Tom Swiss | the infamous tms | my blog You cannot wash away blood with blood
Re:At least someone does care about History
by
Mr.+Slippery
·
· Score: 1
Post-CD, of course, the problem is moot. Every version of the Linux that made it onto a CD will be around for 100 years or more, somewhere, for instance.
I believe that CDs are turning out to be not nearly as durable as expected - many are becoming unreadable after only a few years. And finding a CD reader may be very difficult 100 years from now when everyone's using data crystals or DNA storage or who knows what.
Recovering old data isn't trivial. About a year ago I talked with a fellow who was involved in a project to analyse old Landsat data, in an attempt to get a baseline for climate change info. The data was stored on magnetic tape that had been warehoused for something like 25 years. They had to get tape drives from scrap merchants, and go thru a laborous process to restore the tapes - slowly baking the tape to drive out moisture they had absorbed over the years, and scaping them with sapphire-edged blades to remove acculmated gunk.
On a more personal scale, I've got several 5.25 floppies (360k format) worth of old BBS philes and posts that may never get read again, just because of the hassle.
-- Tom Swiss | the infamous tms | my blog You cannot wash away blood with blood
nothing to be ashamed of...
by
Anonymous Coward
·
· Score: 0
Back in '72 the computers he had available were toys by today's standards. Programming tools were essentially nonexistent. He may have even had to input the program using punchcards.
Don't judge a '70's program by late '90's standards. Back then, the single most important quality of a program was that it worked and was efficient.
Way to go, Dennis Ritchie. This is an important release.
Perspective and Teaching
by
Martin+Foster
·
· Score: 2
A second, less noticeable, but astonishing peculiarity is the space allocation: temporary storage is allocated that deliberately overwrites the beginning of the program, smashing its initialization code to save space. The two compilers differ in the details in how they cope with this. In the earlier one, the start is found by naming a function; in the later, the start is simply taken to be 0. This indicates that the first compiler was written before we had a machine with memory mapping, so the origin of the program was not at location 0, whereas by the time of the second, we had a PDP-11 that did provide mapping.
I find that this passage is one of the more interesting comments made on the two compilers. Many of the people reading Slashdot (myself included) have probably heard in class of the days when programmers would write code in such a way as to conserve memory, and of course, be as efficient as possible.
I was once showed a board with a Motorola 6800 (if memory serves) series microprocessor on it, with a hexadecimal keypad and a led display. It had no internal clock which would of make keeping time quite a challenge to someone who is used to simply grabbing it using predefined functions.
This old code has many a use. Primarily as a teaching tool, make the students looks at the code, and give them specifics on how the compilers worked. In many ways, it's like looking at an antique car, you seem to be able to relate more to what is being taught to you... Since you have something concrete from which to apply your knowledge to.
Personally, it's hard to imagine a computer functioning without mapped memory... Being able to see that early C compilers functioned without it, to me, brings a whole new perspective to computing. My 0.02c
Re:Perspective and Teaching
by
Anonymous Coward
·
· Score: 0
That M6800 is considerably more powerful than what many of us SlashDot readers were using 10-15 years ago... The 8-bit Atari and C64 computers used 6502s running at 1.79 and 1.00 MHz, respectively.
Re:Perspective and Teaching
by
Anonymous Coward
·
· Score: 1
in Linux, userspace programs are mapped into the process space as Read-Only segments by exec(), normally. this means one can't overwrite startup code. however, Linux pages-out unused pages. a page is a 4k block (on i386; may vary for other processors). if a page is in a read-only segment mapped from a file, Linux optimizes by not writing it to swap (considers the file as the swap). therefore, if the init code is packed together, it will be automatically freed whenever RAM is needed.
this is based on my knowledge of the OS, and may be different from reality. there are other possible memory-management behaviours for differently-optimized systems.
matju(@)sodom.dhs.org
Re:Perspective and Teaching
by
Syslevel
·
· Score: 2
Bare-hardware programming is quite different from the kind of thing they teach in most schools. I've had to pick up embedded projects started by people used to coding in an Operating-System environment (where, as you mention, time can be determined by grabbing a function). Their code on barebones hardware usually lacks a robust initialization section at startup to properly initiate timers and I/O. When there are NO startup services, and NO OS to call on for anything, you learn pretty fast that every initial condition (i.e. handling the I/O ports on the processor itself, plus startup condtions for any external periperhals) is very important. That status LED will burn up pretty damn fast if you're using low duty cycle high current pulses to drive it (an important way to get optimal efficiency from an LED in a battery operation) and you forget to turn it off as one of the first operations out of the reset vector.
I have a hard time imaginging handing off memory mapping to some external function. Probably that's why I still live in an Assembly Language world. But I like being in control of what the pins on that sixteen pin processor I embedd code into is gonna do.
I admit it's anachronistic, of course. But remember that a sizeable proportion of the processors being fabbed are still 4 and 8 bit ones. 64 bit processors barely even make it onto the same chart.
Dennis announced this over in comp.lang.c, mentioning how he got the compilers off of old DECtapes, and a group regular immediately flamed him (very tongue-in-cheek) for being off-topic.;^) The entire thread is simply hilarious, if you're into this sort of humor. Check out Dennis' original posting at Deja (News)!!
Re:Wonderful news humor
by
Anonymous Coward
·
· Score: 0
Well, it was obviously off-topic for comp.lang.c, since it relates to compilers than the language. I never thought I'd see Dennis Ritchie guilty of spamming the newsgroups.
Yes, slashdot archives itself. After a certain period of time it converts the entire page to a threadless static HTML page (exactly like if you go to preferences and change your view mode to "flat"). It's nearly impossible to follow the discussion in the old pages, but at least all the comments are still there.
Re: disappearance of History
by
bmetzler
·
· Score: 1
I just checked, and Linux is mentioned one single time on the Encarta '99 CD-ROM.
... but what was the quote?
Microsoft paid me three cents for accepting Encarta '99. It was priced $24.97 and it had a $25 rebate coupon inside the box.
... and you paid the post office $0.33 cents to mail the rebate back
-Brent
A bit of perspective
by
Anonymous Coward
·
· Score: 0
It seems to me, the general reaction to the posting of this code is, "Gee, ain't this quaint. Look how backwards they were in the dark ages."
Now, maybe this is my general crustiness coming to the fore, but this all makes me just a little bit sad. And uneasy.
Folks, THIS CODE IS NOT ANCIENT HISTORY! Its what, a few decades old, at best. And yet, its treated as an ancient artifact. A relic of long bygone days.
I guess, the point is, I can remember sitting in my high school English class discussing the book "Future Shock." Anyone remember that? My reaction to that book was, "BAH. Without change, we have stagnation. Change is good, and the faster change comes about, the better."
Well, my attitude has altered a little since then. I don't feel like I can keep up with all the change any more (and I'm only 30.)
In my field, physics, traditionally the best work of the heads of the field has been done during the mid-twenties. From all that I read, the same is true for IT these days.
So, I am sorry if this is a bit off topic, but the realization has been setting in recently how quickly calcification takes hold. And how quickly one gets tired of constant change. The current article only brought it to the fore.
Folks, THIS CODE IS NOT ANCIENT HISTORY! Its what, a few decades old, at best. And yet, its treated as an ancient artifact. A relic of long bygone days.
"Long bygone days" when we were still landing men on the moon. (Interesting that this came up so soon after the 30th anniversary of Apollo 11's landing, eh?)
The thing to remember is that computing's pace of change is an aberration compared to most other technologies (like the space program). We don't have hyperspace travel. We don't have manned interplanetary travel. We don't even have the capability to do a lunar mission these days! The computing equivalent would be having dumped Unix and its progeny in the dustbin, leaving the last two Unix machines ever built as museum pieces displayed at two of the national Computing Centers where they now use some really neat looking (and "reusable") minicomputers that can communicate with each other as fast as 9600bps (the bandwidth equivalent of low Earth orbit) or maybe even 57600bps (geosynch) with the right boosters.
Depressed yet?
Don't be. At least computing is that exception; it gives us an interesting, useful field that changes daily (just read/. to see how much it changes). Yes, too much change can be overwhelming--but the lack of change can be stifling. There may not be a middle ground, either (this isn't Goldilocks and the Three Bears).
he noted that he got the source off old tapes which he had carefully archived.
will the internet be a valid backup device ?
in the way that letting people have copys of the source? Will that be enough to make sure that the code is safe for all time my gut is saying NO but my head keeps muttering about nodes and US DOD inventing it to survive the BIG one.
what do you think ?
a poor student @ bournemouth uni in the UK (a deltic so please dont moan about spelling but the content)
A friend of mine was webmaster for a computer club at the university, when the harddisk with the webpages on it died horribly. This was perhaps three or four years ago, when Altavista was relatively new, and my friend got the idea that maybe they had it archived. A short mail to Altavista, and a few days later the computer club received their entire site as a mail attachment from the friendly guys over at Digital. Now, that's service!
My friend was given the club's "Hack of the Year" award that year for this exploration of distributed backup schemes... *grin*
Nope. The Internet will not be a valid backup device. It fails dismally at the task, as the primary function of the Internet still appears to be to scatter knowledge as widely as possible. It's not so bad as the disconnected BBSes of the 80's, but it's definitely not being archived anywhere particular. Plus, we have things like DejaNews deciding it's better to become a 'portal.' Not that there's a heck of a lot worth archiving on most of Usenet. It frightens me to think that Usenet posts could be viewed as one of the significant historical records of our time at some point in the future.
Is Slashdot being archived anywhere? Do these "the thread dies by design after 48 hours" discussions get saved anywhere where they are searchable?
Re: disappearance of History
by
Anonymous Coward
·
· Score: 0
"who can control the present can control the past; who can control the past can control the future." -- Big Brother in 1984
for those who haven't read "1984" [Orwell 1949], the surveillance is the least important aspect of Big Brother's power. more important is his stranglehold on information: television is completely nationalized and is utterly biased; and there is a continuous rewriting of history (call this: absence of history). other aspects of Big Brother include the breaking up of the Family, the disappearance of solidarity, and the formalization of social stratification. End of the 1984 tutorial.
the greatest dangers of software information (software in the broadest meaning) are:
1. documents float on the web, and poof disappear, or are modified without versioning, and all you've cared to get is a bookmark!
2. document formats come and go, and often documents are never converted to a recent format. this is worse if the format is obscure (complicated, non-documented, closed spec).
3. document formats may be controlled by a central authority. for example, Microsoft. in some special cases (like MS Word), this also means that the reading and writing of those documents are controlled by a central authority!
SGML was created by library theorists because of (2) and (3), as a universal format. another solution is needed for (1), if anybody cares.
Does anyone care?... well, the future makes promises of better lives, so we work like crazy to produce gadgets to make it so, and we work so much that we care less and less about the past. And then the gadgets cut so much redundant work that you end up doing things faster. and the gadgets become the Standard that is expected from you. It means you've got a tax on Modern Life (buying electricity, telephone, television, computer), it means you've only managed to make your own life more unbearably faster, it also means that you've got screwed.
Humans are currently very competitively planning their own obsolescence, but six billion lemmings can't be wrong.
suggested reading: "The Singularity"
matju(@)sodom.dhs.org
Date?
by
Anonymous Coward
·
· Score: 0
I wonder whether carbon-dating those tapes would be appropriate... =)
Re:a software repository for old code?
by
sporty
·
· Score: 1
I mean something for like apache 1.0, linux 0.8.1 and what not. its too much of a scavanger hunt to find some of the old software. they are so much like historic works of art that we can learn from.
--
-
ping -f 255.255.255.255 # if only
Re: disappearance of History
by
Ektanoor
·
· Score: 3
Things were clearly not going well that day over Redmond's Holy See. Supreme Cardinal Gates IX was already up since dawn. While his face kept the pale and emotionless look, anyone could note how nervously he hit the small squares on Minesweeper 4D. When Inquisitor Ballmer IV came in he ordered everyone to leave them alone.
"How did this happen?" - he asked. Even behind glasses his eyes were icy cold.
"Well it is an astronomical damn trick that is creating havoc. It seems that gravitational lenses also do have a good deal on reflecting radiowaves..."
"So?"
"Well, the deal is that we are getting back radiowaves dropped into Cosmos in the ending of the XXth century!"
"Damn! - that's the worst problem we ever had since Reno IV had banned paper for the danger of its use by criminals and terrorists... We have to do something with it."
"Well your Holy Highness we have very little time. As far as I know some people are already in current of the existence of Linux source code. Well we keep claiming that Linus was absolutely mad and the code meaningless. But the worst is about to come. You see, the data that's coming down is nearing the time when US commemorated 30 years of Moon Landing."
"No one has ever landed the Moon!" - Gates cried while his face looked like if his internal processor became overheated.
"Well you know perfectly as me that this is not exactly the case. It was your grandfather who wiped out all records about the Moon before 2100, when Surveyor I landed with Windows9999 on it. He tought it would be a great marketing move to sell the new OS with the label: "A small step for a OS a big leap for Mankind..."
"Well, well, well - ok. I probably got a little bit over my nerves. Anyway that's not too critical. We can explain all that as another blockbuster Holywood made in those times. Anyway people would hardly believe that anyone can rise up from a Microsoft(TM) ChairMouse to take even three steps to the fridge... So what's really worrying you?"
"Well... uh... Ritchie..."
"WHAT!!!?"
"You see the founder of C had published the underlying code he used to create UNIX, somewhere near this time. This can have terrible consequences for us. People will know that there were other languages beyond QuickBasic. They will know about UNIX. They may then link all that with the cryptic meaning of Linux source code. And then they will know that Linus Torvalds was not mad at all..."
"We are in deadly danger..."
"What shall we do?"
"Well pick up the M$ Windows Central MegaServer and blow it up with a GPF. Meanwhile we will explain people that this is due to the CdC and "Richard Stallman" Front guerrillas trying to undermine our society once again. Besides gather every GUI's of those who managed to see Linux code and track them. We need to isolate them from everyone else. As for me I'll try to divert the public from this by making the announcement of the new M$ HyperOffice Application Server."
Some years later, the M$ MegaServer downtime was noted on M$ Encarta2000 as : "It was not a bug, just a feature"
Re: disappearance of History
by
wyndfox
·
· Score: 1
"You see the founder of C had published the underlying code he used to create UNIX, somewhere near this time. This can have terrible consequences for us. People will know that there were other languages beyond QuickBasic. They will know about UNIX. They may then link all that with the cryptic meaning of Linux source code. And then they will know that Linus Torvalds was not mad at all..."
micro$haft was (is) a major player in making c as popular as it is. most of windoze is c. remember that next time you wanna write a mission critical application in c.
-- "some people have too much freedom" - george dubya bush, facist, err republican presidential hopeful and domain name squ
Each new C compiler is written in C and compiled using an older compiler. Obviously, somewhere along the line a compiler was once written in assembly.
Try getting & looking at the sources to gcc sometime. It's pretty interesting, although monstrous at this point.
--bdj
Re:Wait a second
by
Anonymous Coward
·
· Score: 0
it was bootstrapped by either a c compiler written in assembly or some other pre-existing language. look at how gcc compiles itself nowadays..
Re: disappearance of History
by
Ektanoor
·
· Score: 1
Are you joking yeah? I don't know where were you during DOS times and first OS wars but let me remind you about a few facts:
A: Windows was originally written in Pascal. Later for several reasons it turned into C. Unfortunately the convertion was made such way that a lot of M$ Windowz C code is a Hell of half-hybrid mess. I know because I worked with it.
B: I don't know what are the prices for Visual C now. But when I worried about it it costed a Hell. Even Borland C++ was much more cheaper and costed only $250. Is this what you mean popularity?
C: I have seen several shows made by Microsoft people around here. They advertise everything they can. But one thing that I clearly noted is that C, C++, SDK, DDK and similar stuff are poor relatives in these shows. Note that I am talking about developers.
D: The above doesn't go with VB. At least then, when I still had some interest in Windows. No matter that most of the people around here, where C and/or Pascal fans, these guys were always trying to convince that VB was the "real thing".
E: Mission critical application in C? Well I agree, if you don't presume Windows.
Re: disappearance of History
by
Syslevel
·
· Score: 1
I just checked, and Linux is mentioned one single time on the Encarta '99 CD-ROM.
Microsoft paid me three cents for accepting Encarta '99. It was priced $24.97 and it had a $25 rebate coupon inside the box.
I would hope so... continuously modifying assembler is such a pain. Think of the C coding like dynamic macros.
-
ping -f 255.255.255.255 # if only
As an example, consider that most of the transatlantic bandwitdh go between MAE East or NOC's connected directly to MAE East, and D-GIX in Stockholm (the worlds third largest interconnection point). Scandinavia has always been very well connected since Norway was among the first two countries to get access to then ARPAnet together with the UK back in 1973.
A few years back, one of the main links between Stockholm and MAE East went down, and the result was that almost ALL internet traffic between Europe and the US stopped. Why? Well, the rest of Europe did have some bandwidth of their own, but a couple of hundred Mbps being rerouted south via E-bone and other European backbones, meant traffic had suddently more than quadrupled, and packet loss rates were awful, and caused traffic to increase even more.
So... To stop the internet? Bomb MAE East, MAE West, D-GIX, and maybe 2-3 of the smaller interconnection points, and the sheer volume of additional traffic will make the rest of the net close to unusable.
See 'Reflections on Trusting Trust' on Communications of the ACM. It is sort of explained there.
There's no real need to worry, since the Earth will blow itself to pieces someday. But all our creations will still be available via time travel or via some people that can 'sense' what happened on the past.
(Now I know why do I keep that much waste on my HDD... *sigh*)
Isn't that what Torvalds does? He uploads so people will mirror it, so that he doesn't have to back up. ;-)
---
Have a sloppy night.
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
I was about to flame -you- for representing the thread as a -real- flame, but then I read your post again and saw your 'tongue in cheek' remark. :) Maybe you should have put "flamed" in quotes.
Anyways - great thread indeed: some great characters got into it - Linus, Peter Seebach, etc. Please read.
the British statesman Winston Churchill far outdoes
him.
"The farther backwards we look, the farther forwards
we can see." -- Winston Churchill
This is great! I am very very pleased by their release of the very ancient origins of their C compiler. In fact I am ecstatic. It is always nice to see the evolution of systems, particularly systems that have come to be so large, important and relatively difficult to understand.
Another interesting link is the full two-volume Unix V7 manual, online at
http://plan9.bell-labs.com/7thEdMan/index.html
I was gratified to find it there, since my old (printed, Bell Labs original) V7 manuals are yellowed and cracking and on the verge of dying.
-E
Send mail here if you want to reach me.
This is very true... and it's a stark comparison to today's code... Back then when 64K mean you were really rich and probably had 10Meg worth of platter drives lying around along with the tape machines Code had to be written elegantly and efficent as all get out.. I.E. it was nice tight code... today?? everything is bloated beyond belief. written very sloppy and is slow as slow can get. There are many things in linux/GNU that are the exception to this, Kernel 2.2 is starting to get tight again, X servers are getting better, and WindowMaker is just plain scary (98% faster than E or KDE... WOW!)
If we wrote software as tight as they did back then, a 486 running linux would make an 8 processor PIII-550 machine running NT look slowwww.
I cant wait for the grass-roots movement to start tighen up what we use today.... it's only gonna get faster and better!
Do not look at laser with remaining good eye.
Heh. I remember back in high school, I put some trojans in the login program for RSTS/E running on a PDP11-34.
Normally, we would run "power programs" (programs that let non-privledged users do privledged things) by putting trojans in one of the shared directories (account [1,2]) with the privledge protection bit set. (Analagous to putting a setuid root program under /bin in unix) Then we'de just hope that the sysadmin never noticed. Or sometimes we would create privledged accounts. But we usually got caught.
Then one day, I found out that logged out jobs were always privledged. So I put a trojan in the login program that would make it run other another program that was in my directory. My program, although it didn't have the priv big set in the protection code, would be running as a privledged job. Then I'de have it log in as me. When the sysadmin looked at me with SYSTAT, he'd see me logged in on a non-priv account running a non-priv program, so he was never the wiser...
Until he found my copy of the modified login source code! ;-)
Ah, the memories...
---
Have a sloppy night.
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
Cool. Useful if I ever decide to type in the printout from my "Lions Commentary" (actually would have to locate some really old hardware I don't have to do that of course.)
I think it's great that stuff like this is being found and preserved. I hope everybody realizes the historical value this has and what it means to us today. Thanks Dennis!
can be found at ftp://gatekeeper.dec.com/pub/digital/sim/ . The UNIX binaries you can find there actually include C compiler source code so you could see what changed.
An idea for those with disk space, and some unf.. a software repository for old code?
-
ping -f 255.255.255.255 # if only
Many of the people reading Slashdot (myself included) have probably heard in class of the days when programmers would write code in such a way as to conserve memory, and of course, be as efficient as possible.
Actually, Linux (the kernel) frees the memory used for initialization code/data even today, so this is not all history. Anybody know of userspace code doing this ?
Ken Thompson modified the C compiler to recognize when it was compiling login - it added a trojan.
/ thompson/hack.html
He then modified the compiler to recognize when it was compiling the compiler so it inserted the login trojan _and_ the code to modify the compiler when it was compiling the compiler.
Was it this version of the compiler?
http://www.cs.umsl.edu/~sanjiv/sys_sec/security
The community was smaller in those days. Also, there was no such thing as IEEE floating point. These two facts combined to put me on the phone with Dennis for about an hour one day, trying to get a PDP-11/45&70 C compiler to compile floating point code on a PDP-11/40 via floating point emulation. It did work, eventually.
Later, someone came out with a PDP-11/40 C compiler that used 11/40 floating point instructions.
It was a lot of fun trying to match up C compilers with machines that would "sort of" run them as long as you didn't declare any floating point variables. The compiler itself was "float safe" in that if you didn't declare floating point, it wouldn't use it. You had to use a "-f" flag to compile floating point, though, so that the right library stuff would get loaded to save & restore the floating registers.
C programmers had to know assembler in those days. Believe it.
An early entry into the obfuscated C code contest perhaps?
I think it's great that stuff like this is being found and preserved.
I think it's wonderful too... I hope that somewhere, they are able to find code from original Unix(es). _That_ would be interesting. I'd think that surely, somewhere, there's still an ancient box that has that stuff on it. Still chugging along, attesting to the power and glory of it all.
Insert mind here.
waste() /* waste space */
{
waste(waste(waste),waste(waste),waste(waste));
waste(waste(waste),waste(waste),waste(waste));
waste(waste(waste),waste(waste),waste(waste));
waste(waste(waste),waste(waste),waste(waste));
waste(waste(waste),waste(waste),waste(waste));
waste(waste(waste),waste(waste),waste(waste));
waste(waste(waste),waste(waste),waste(waste));
waste(waste(waste),waste(waste),waste(waste));
}
-- www.bteg.com | bleh.n3.net | hac47.dhs.org
For some reason I can't reach the site. Is it /. effect making its tricks again?
/. remarked they have also have done such thing.
Anyway the move is fundamental. We have been quite careless on keeping bits of code and source for the future. I do keep some ol'stuff around and probably many people do it. But it looks much like the stuff I forget in the attic.
It is fundamentally important to keep these things for future generations. Well, it were such things that gave birth to the world we have now. Frankly our frenetic mood of "go forward" and the backward incompatibility games M$ plays, may lead us to loosing the roots where we all stand. What will my granchildren face when they will try to see my life? A few broken pieces of a CD with "Windows 95" labelled? Who was Torvalds? A mad finnish hacker making UNIX to fit in 3 inches?
I wonder if anyone notes this problem. We are loosing some good pieces of History. Software is highly volatile in terms of preservation. We might have lost already 80% of it. Maybe it is mostly worthless stuff but we all have to keep in mind that no one has a Future without knowing its Past.
I think it is time to call for such things. To give rebirth to old software. To build museums where one can be able to look at the ol'days. To someone smile on thinking that 15 years ago "I used THAT thing".
Let's greet Ritchie's move. And also Borland. As
Back in '72 the computers he had available were toys by today's standards. Programming tools were essentially nonexistent. He may have even had to input the program using punchcards.
Don't judge a '70's program by late '90's standards. Back then, the single most important quality of a program was that it worked and was efficient.
Way to go, Dennis Ritchie. This is an important release.
A second, less noticeable, but astonishing peculiarity is the space allocation: temporary storage is allocated that deliberately overwrites the beginning of the program, smashing its initialization code to save space. The two compilers differ in the details in how they cope with this. In the earlier one, the start is found by naming a function; in the later, the start is simply taken to be 0. This indicates that the first compiler was written before we had a machine with memory mapping, so the origin of the program was not at location 0, whereas by the time of the second, we had a PDP-11 that did provide mapping.
I find that this passage is one of the more interesting comments made on the two compilers. Many of the people reading Slashdot (myself included) have probably heard in class of the days when programmers would write code in such a way as to conserve memory, and of course, be as efficient as possible.
I was once showed a board with a Motorola 6800 (if memory serves) series microprocessor on it, with a hexadecimal keypad and a led display. It had no internal clock which would of make keeping time quite a challenge to someone who is used to simply grabbing it using predefined functions.
This old code has many a use. Primarily as a teaching tool, make the students looks at the code, and give them specifics on how the compilers worked. In many ways, it's like looking at an antique car, you seem to be able to relate more to what is being taught to you... Since you have something concrete from which to apply your knowledge to.
Personally, it's hard to imagine a computer functioning without mapped memory... Being able to see that early C compilers functioned without it, to me, brings a whole new perspective to computing. My 0.02c
Dennis announced this over in comp.lang.c, mentioning how he got the compilers off of old DECtapes, and a group regular immediately flamed him (very tongue-in-cheek) for being off-topic. ;^) The entire thread is simply hilarious, if you're into this sort of humor. Check out Dennis' original posting at Deja (News)!!
main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
Yes, slashdot archives itself. After a certain period of time it converts the entire page to a threadless static HTML page (exactly like if you go to preferences and change your view mode to "flat"). It's nearly impossible to follow the discussion in the old pages, but at least all the comments are still there.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Gee, I don't feel so bad about my lack of comments, now.
-russ
Don't piss off The Angry Economist
... but what was the quote?
Microsoft paid me three cents for accepting Encarta '99. It was priced $24.97 and it had a $25 rebate coupon inside the box.... and you paid the post office $0.33 cents to mail the rebate back
-BrentIt seems to me, the general reaction to the posting of this code is, "Gee, ain't this quaint. Look how backwards they were in the dark ages."
Now, maybe this is my general crustiness coming to the fore, but this all makes me just a little bit sad. And uneasy.
Folks, THIS CODE IS NOT ANCIENT HISTORY! Its what, a few decades old, at best. And yet, its treated as an ancient artifact. A relic of long bygone days.
I guess, the point is, I can remember sitting in my high school English class discussing the book "Future Shock." Anyone remember that? My reaction to that book was, "BAH. Without change, we have stagnation. Change is good, and the faster change comes about, the better."
Well, my attitude has altered a little since then. I don't feel like I can keep up with all the change any more (and I'm only 30.)
In my field, physics, traditionally the best work of the heads of the field has been done during the mid-twenties. From all that I read, the same is true for IT these days.
So, I am sorry if this is a bit off topic, but the realization has been setting in recently how quickly calcification takes hold. And how quickly one gets tired of constant change. The current article only brought it to the fore.
he noted that he got the source off old tapes which he had carefully archived.
will the internet be a valid backup device ?
in the way that letting people have copys of the source? Will that be enough to make sure that the code is safe for all time my gut is saying NO but my head keeps muttering about nodes and US DOD inventing it to survive the BIG one.
what do you think ?
a poor student @ bournemouth uni in the UK (a deltic so please dont moan about spelling but the content)
"who can control the present can control the past; who can control the past can control the future." -- Big Brother in 1984
for those who haven't read "1984" [Orwell 1949], the surveillance is the least important aspect of Big Brother's power. more important is his stranglehold on information: television is completely nationalized and is utterly biased; and there is a continuous rewriting of history (call this: absence of history). other aspects of Big Brother include the breaking up of the Family, the disappearance of solidarity, and the formalization of social stratification. End of the 1984 tutorial.
the greatest dangers of software information (software in the broadest meaning) are:
1. documents float on the web, and poof disappear, or are modified without versioning, and all you've cared to get is a bookmark!
2. document formats come and go, and often documents are never converted to a recent format.
this is worse if the format is obscure (complicated, non-documented, closed spec).
3. document formats may be controlled by a central authority. for example, Microsoft. in some special cases (like MS Word), this also means that the reading and writing of those documents are controlled by a central authority!
SGML was created by library theorists because of (2) and (3), as a universal format. another solution is needed for (1), if anybody cares.
Does anyone care?... well, the future makes promises of better lives, so we work like crazy to produce gadgets to make it so, and we work so much that we care less and less about the past. And then the gadgets cut so much redundant work that you end up doing things faster. and the gadgets become the Standard that is expected from you. It means you've got a tax on Modern Life (buying electricity, telephone, television, computer), it means you've only managed to make your own life more unbearably faster, it also means that you've got screwed.
Humans are currently very competitively planning their own obsolescence, but six billion lemmings can't be wrong.
suggested reading: "The Singularity"
matju(@)sodom.dhs.org
I wonder whether carbon-dating those tapes would be appropriate... =)
Try ESR's Retrocomputing Museum.
-- Don't Tase me, bro!
Things were clearly not going well that day over Redmond's Holy See. Supreme Cardinal Gates IX was already up since dawn. While his face kept the pale and emotionless look, anyone could note how nervously he hit the small squares on Minesweeper 4D. When Inquisitor Ballmer IV came in he ordered everyone to leave them alone.
"How did this happen?" - he asked. Even behind glasses his eyes were icy cold.
"Well it is an astronomical damn trick that is creating havoc. It seems that gravitational lenses also do have a good deal on reflecting radiowaves..."
"So?"
"Well, the deal is that we are getting back radiowaves dropped into Cosmos in the ending of the XXth century!"
"Damn! - that's the worst problem we ever had since Reno IV had banned paper for the danger of its use by criminals and terrorists... We have to do something with it."
"Well your Holy Highness we have very little time. As far as I know some people are already in current of the existence of Linux source code. Well we keep claiming that Linus was absolutely mad and the code meaningless. But the worst is about to come. You see, the data that's coming down is nearing the time when US commemorated 30 years of Moon Landing."
"No one has ever landed the Moon!" - Gates cried while his face looked like if his internal processor became overheated.
"Well you know perfectly as me that this is not exactly the case. It was your grandfather who wiped out all records about the Moon before 2100, when Surveyor I landed with Windows9999 on it. He tought it would be a great marketing move to sell the new OS with the label: "A small step for a OS a big leap for Mankind..."
"Well, well, well - ok. I probably got a little bit over my nerves. Anyway that's not too critical. We can explain all that as another blockbuster Holywood made in those times. Anyway people would hardly believe that anyone can rise up from a Microsoft(TM) ChairMouse to take even three steps to the fridge... So what's really worrying you?"
"Well... uh... Ritchie..."
"WHAT!!!?"
"You see the founder of C had published the underlying code he used to create UNIX, somewhere near this time. This can have terrible consequences for us. People will know that there were other languages beyond QuickBasic. They will know about UNIX. They may then link all that with the cryptic meaning of Linux source code. And then they will know that Linus Torvalds was not mad at all..."
"We are in deadly danger..."
"What shall we do?"
"Well pick up the M$ Windows Central MegaServer and blow it up with a GPF. Meanwhile we will explain people that this is due to the CdC and "Richard Stallman" Front guerrillas trying to undermine our society once again. Besides gather every GUI's of those who managed to see Linux code and track them. We need to isolate them from everyone else. As for me I'll try to divert the public from this by making the announcement of the new M$ HyperOffice Application Server."
Some years later, the M$ MegaServer downtime was noted on M$ Encarta2000 as : "It was not a bug, just a feature"
"You see the founder of C had published the underlying code he used to create UNIX, somewhere near this time. This can have terrible consequences for us. People will know that there were other languages beyond QuickBasic. They will know about UNIX. They may then link all that with the cryptic meaning of Linux source code. And then they will know that Linus Torvalds was not mad at all..."
micro$haft was (is) a major player in making c as popular as it is. most of windoze is c. remember that next time you wanna write a mission critical application in c.
"some people have too much freedom" - george dubya bush, facist, err republican presidential hopeful and domain name squ
How is a C compiler written in C??? Something about that does not make sense.
Are you joking yeah?
I don't know where were you during DOS times and first OS wars but let me remind you about a few facts:
A: Windows was originally written in Pascal. Later for several reasons it turned into C. Unfortunately the convertion was made such way that a lot of M$ Windowz C code is a Hell of half-hybrid mess. I know because I worked with it.
B: I don't know what are the prices for Visual C now. But when I worried about it it costed a Hell. Even Borland C++ was much more cheaper and costed only $250. Is this what you mean popularity?
C: I have seen several shows made by Microsoft people around here. They advertise everything they can. But one thing that I clearly noted is that C, C++, SDK, DDK and similar stuff are poor relatives in these shows. Note that I am talking about developers.
D: The above doesn't go with VB. At least then, when I still had some interest in Windows. No matter that most of the people around here, where C and/or Pascal fans, these guys were always trying to convince that VB was the "real thing".
E: Mission critical application in C? Well I agree, if you don't presume Windows.
I just checked, and Linux is mentioned one single time on the Encarta '99 CD-ROM.
Microsoft paid me three cents for accepting Encarta '99. It was priced $24.97 and it had a $25 rebate coupon inside the box.