Slashdot Mirror


User: wayward_son

wayward_son's activity in the archive.

Stories
0
Comments
329
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 329

  1. RH7 on An Open Letter From Bob Young · · Score: 1

    Except for the bug in the install, (do not try to mount FAT32 drives in the install program) I have found RH 7.0 pretty stable. I had RH 6.2 running on my system and had earlier tried to install Mandrake 7.1 on my system, but Mandrake 7.1 gave me so many problems, I went back to RedHat. (And neither of them have as many problems as Win 2K. Remember the 65,000 known bugs when it was released.)

  2. Maybe they could shut down AOL on More Threats From The MPAA · · Score: 1

    Maybe the MPAA will shut down AOL.

    http://search.aol.com/dirsearch.adp?query=DeCSS+ source+code

    ...and then some good would come out of this mess.

  3. Re:Interesting, and informative. on Lessig On DMCA, Adobe, The US Constitution And Fair Use · · Score: 1

    M$ Word 97 regularly screws up .rtf format. While many /. readers try to avoid Word, it is by far the #1 word processor in the world in number of users. So much for cross platform.

  4. Re:How to pick a beginning programming language on Who's Afraid Of C++? · · Score: 1

    For a beginning programming language, I would have to recommend Java. Clemson University uses Java for CPSC 101/102 to teach CPSC, CIS, and CpE majors how to program. The syntax is not that difficult, it can run on both the UltraSparc systems in the lab and the students' Windows systems in their dorm room. The SUN API is well documented, so students can write more complex programs with less class instruction. Unfortunately, they still inflict C++ on the electrical engineers (CPSC 111) If you ever want to teach students to program do not use "Programming in C++", Nell Dale, Chip Weems, and Mark Headington, Jones and Bartlett Publishers, 1998 This book is not only almost impossible to follow, but it teaches C++ as a procedural language. OOP is not introduced until the end of the book.