Browse Source

unix-haters 😂

windhamdavid 5 months ago
parent
commit
7a1eabdf98
1 changed files with 51 additions and 0 deletions
  1. 51 0
      posts/2023-11-30-posts.md

+ 51 - 0
posts/2023-11-30-posts.md

@@ -0,0 +1,51 @@
+---
+title: Unix Haters
+description: Today I learned that the Unix and the C programming language were an elaborate April Fools prank.
+slug: unix-haters
+<!--- authors:
+  - name: David Windham
+    title: Something Else
+    url: https://davidawindham.com
+    image_url: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg -->
+tags: [unix, c, os, humor]
+image: https://davidawindham.com/wp-content/themes/daw/img/opengraph_image.jpg
+hide_table_of_contents: true
+---
+
+Today I learned that the Unix and the C programming language were a prank influenced by _Bored of the Rings_, a National Lampoon parody of _Lord of the Rings_ . I noticed Epilogue B of _The UNIX-HATERS Handbook_ was title _Creators Admit C, Unix Were Hoax_<sub>1,2</sub> and included the following citation from the creators<sub>2,3,4</sub>.
+
+<!--truncate-->
+
+---
+
+In an announcement that has stunned the computer industry, Ken Thompson, Dennis Ritchie, and Brian Kernighan admitted that the Unix operating system and C programming language created by them is an elaborate April Fools prank kept alive for more than 20 years.
+
+>“In 1969, AT&T had just terminated their work with the GE/AT&T Multics project. Brian and I had just started working with an early release of Pascal from Professor Nichlaus Wirth’s ETH labs in Switzerland, and we were impressed with its elegant simplicity and power. Dennis had just finished reading _Bored of the Rings_, a hilarious National Lampoon parody of the great Tolkien _Lord of the Rings_ trilogy. As a lark, we decided to do parodies of the Multics environment and Pascal. Dennis and I were responsible for the operating environment. We looked at Multics and designed the new system to be as complex and cryptic as possible to maximize casual users’ frustration levels, calling it Unix as a parody of Multics, as well as other more risque allusions.
+
+>“Then Dennis and Brian worked on a truly warped version of Pascal, called “A.” When we found others were actually trying to create real programs with A, we quickly added additional cryptic features and evolved into B, BCPL, and finally C. We stopped when we got a clean compile on the following syntax:
+
+```c
+for(;P("\n"),R=;P("|"))for(e=C;e=P("_"+(*u++/ 8)%2))P("|"+(*u/4)%2);
+```
+
+>“To think that modern programmers would try to use a language that allowed such a statement was beyond our comprehension! We actually thought of selling this to the Soviets to set their computer science progress back 20 or more years. Imagine our surprise when AT&T and other U.S. corporations actually began trying to use Unix and C! It has taken them 20 years to develop enough expertise to generate even marginally useful applications using this 1960s technological parody, but we are impressed with the tenacity (if not common sense) of the general Unix and C programmer.
+
+>“In any event, Brian, Dennis, and I have been working exclusively in Lisp on the Apple Macintosh for the past few years and feel really guilty about the chaos, confusion, and truly bad programming that has resulted from our silly prank so long ago.”
+
+Major Unix and C vendors and customers, including AT&T, Microsoft, Hewlett-Packard, GTE, NCR, and DEC have refused comment at this time. Borland International, a leading vendor of Pascal and C tools, including the popular Turbo Pascal, Turbo C, and Turbo C++, stated they had suspected this for a number of years and would continue to enhance their Pascal products and halt further efforts to develop C. An IBM spokesman broke into uncontrolled laughter and had to postpone a hastily convened news conference concerning the fate of the RS/6000, merely stating “Workplace OS will be available Real Soon Now.” In a cryptic statement, Professor Wirth of the ETH Institute and father of the Pascal, Modula 2, and Oberon structured languages, merely stated that P. T. Barnum was correct.
+
+---
+
+The book uses this anonymous quote in the intro -
+
+>“Two of the most famous products of Berkeley are LSD and Unix. I don’t think that is a coincidence.”
+
+
+
+---
+
+1. _The UNIX-HATERS Handbook_ Epilogue B _Creators Admit C, Unix Were Hoax_ (1994) - https://web.mit.edu/~simsong/www/ugh.pdf
+2. _The UNIX-HATERS Handbook_ - https://en.wikipedia.org/wiki/The_UNIX-HATERS_Handbook
+3. Dennis Ritchie - https://en.wikipedia.org/wiki/Dennis_Ritchie
+4. Ken Thompson - https://en.wikipedia.org/wiki/Ken_Thompson
+5. Brian Kernighan - https://en.wikipedia.org/wiki/Brian_Kernighan