home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / magazines / progs / spectrum2 / !Spectrum2 / Articles / PD / Ported < prev    next >
Encoding:
Text File  |  1994-09-11  |  3.7 KB  |  93 lines

  1. {fon:homFF5599}
  2. PD Textfiles
  3. {fon:tri}
  4.  
  5.   The following article is made up of snippits from various PD
  6. textfiles, where possible the Author has been credited, the disc
  7. numbers have also been included so that you can get the full versions
  8. of the text files.
  9.  
  10. {spr:l00}
  11.  
  12. Name: Programmers 
  13. Author: Unknown
  14. Disc no.: APDL, B220
  15.  
  16. "All programmers are optimists.  Perhaps this modern sorcery
  17. especially attracts those who believe in happy endings and fairy
  18. godmothers. Perhaps  the hundreds of nitty frustrations drive away
  19. all but those who habitually  focus on the end goal.  Perhaps it is
  20. merely that computers are young,  programmers are younger, and the
  21. young are always optimists. But however the selection process works,
  22. the result is indisputable: 'This time it will  surely run,' or 'I
  23. just found the last bug.'"
  24.    Frederick Brooks, Jr., The Mythical Man Month
  25.  
  26. "Computers are the most fun you can have with anything that isn't
  27. breathing."
  28.    Bruce Walker, CACM Forum
  29.  
  30. "Computers are like Old Testament gods; lots of rules and no mercy."
  31.    Joseph Campbell
  32.  
  33. "First learn computer science and all the theory. Next develop a
  34. programming  style. Then forget all that and just hack."
  35.    George Carrette [1990]
  36.  
  37.  
  38. "Software suppliers are trying to make their software packages more
  39. 'user-friendly'... Their best approach, so far, has been to take all
  40. the old brochures, and stamp the words, 'user-friendly' on the
  41. cover."
  42.    Bill Gates, Pres., Microsoft, Inc.
  43.  
  44. PROGRAMMER: (n)  Red-eyed, mumbling mammal capable of
  45. conversing with inanimate objects.
  46.  
  47. Name: Real Programmers Don't Eat Quiche
  48. Author: Unknown
  49. Disc no.: APDL, B219
  50.  
  51. -Real Programmers don't comment their code. If it was hard to write,
  52. it should be hard to understand and harder to modify.
  53. -Real Programmers don't document. Documentation is for simpletons
  54. who can't read listings or the object code from the dump.
  55. -Real Programmers don't read manuals. Reliance on a reference manual
  56. is the hallmark of the novice and the coward.
  57. -Real Programmers' programs never work right the first time. But if
  58. you throw them on the machine they can be patched into working order
  59. in "only a few" 30-hour debugging sessions.
  60. -Real Programmers don't believe in schedules. Planners make up
  61. schedules. Managers "firm up" schedules. Frightened coders strive to
  62. meet schedules. Real Programmers ignore schedules. (AMEN!)
  63. -Real Programmers don't bring brown bag lunches. If the vending
  64. machine sells it, they eat it. If the vending machine doesn't sell
  65. it, they don't eat it. Vending machines don't sell quiche.
  66.  
  67. Name: UNIX Hoax
  68. Author: Bernard L. Hayes
  69. Disc no.: APDL, B219
  70.  
  71. CREATORS ADMIT UNIX, C HOAX
  72.  
  73. In an announcement that has stunned the computer industry, Ken
  74. Thompson,  Dennis Ritchie and Brian Kernighan admitted that the Unix
  75. operating system  and C programming language created by them is an
  76. elaborate April Fools prank kept alive for over 20 years. 
  77. "for(;P("\n"),R-;P("|"))for(e=C;e-;P("_"+(*u++/8)%2))P("|
  78. "+(*u/4)%2); To  think that modern programmers would try to use a
  79. language that allowed such  a statement was beyond our comprehension! 
  80. We actually thought of selling  this to the Soviets to set their
  81. computer science progress back 20 or more  years. Imagine our
  82. surprise when AT&T and other US corporations actually  began trying
  83. to use Unix and C!  It has taken them 20 years to develop  enough
  84. expertise to generate even marginally useful applications using this 
  85. 1960's technological parody, but we are impressed with the tenacity
  86. (if not  common sense) of the general Unix and C programmer.  In any
  87. event, Brian,  Dennis and I have been working exclusively in Pascal
  88. on the Apple Macintosh  for the past few years and feel really guilty
  89. about the chaos, confusion and truly bad programming that have
  90. resulted from our silly prank so long ago."
  91.  
  92. {end}
  93.