Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment better now, better later (Score 1) 913

Like many of the comments have mentioned, fulfilling the general education requirements of a BS degree /will/ make you better at your job. Learning how to think critically about ambiguous problems and how to apply knowledge from a variety of disciplines will make you better at solving the specific problems you face as a programmer. Those creative skills will also help you later in your career by which time you will likely have grown into broader roles that include project and people management.

It's also worth mentioning that the quality and depth of critical analysis possible in college literature and history classes will surpass that of even very good high school programs.

Earth

Powerful Sonar Causes Deafness In Dolphins 323

Hugh Pickens writes "Mass strandings of dolphins and whales could be caused because the animals are rendered temporarily deaf by military sonar, experiments have shown. Tests on a captive dolphin have demonstrated that hearing can be lost for up to 40 minutes on exposure to sonar and may explain several strandings of dolphins and whales in the past decade. Most strandings are still thought to be natural events, but the tests strengthen fears that exercises by naval vessels equipped with sonar are responsible for at least some of them. For example, in the Bahamas in March, 2000, 16 Cuvier's beaked whales and Blainville's beaked whales and a spotted dolphin beached during a US navy exercise in which sonar was used intensively for 16 hours (PDF). 'The big question is what causes them to strand,' says Dr. Aran Mooney, of the University of Hawaii. 'What we are looking at are animals whose primary sense is hearing, like ours is seeing. Their ears are the most sensitive organ they have.' In the experiment, scientists fitted a harmless suction cup to the dolphin's head, with a sensor attached that monitored the animal's brainwaves, and when the pings reached 203 decibels and were repeated, the neurological data showed the mammal had become deaf, for its brain no longer responded to sound. 'We definitely showed that there are physiological and some behavioral effects [from repeated, loud sonar], but to extrapolate that into the wild, we don't really know,' said Mooney."
Programming

Steve Bourne Talks About the History of Sh 232

An anonymous reader writes "Steve Bourne, the creator of the Bourne shell, or sh, talks about its history as the default Unix shell of Unix Version 7. Bourne worked on the shell in 1975 and said the process took no more than 6 months. Sh aimed to improve on the Thompson shell. 'I did change the shell so that command scripts could be used as filters. In the original shell this was not really feasible because the standard input for the executing script was the script itself. This change caused quite a disruption to the way people were used to working. I added variables, control flow and command substitution. The case statement allowed strings to be easily matched so that commands could decode their arguments and make decisions based on that. The for loop allowed iteration over a set of strings that were either explicit or by default the arguments that the command was given. I also added an additional quoting mechanism so that you could do variable substitutions within quotes. It was a significant redesign with some of the original flavor of the Thompson shell still there. Also I eliminated goto in favour of flow control primitives like if and for. This was also considered rather radical departure from the existing practice. Command substitution was something else I added because that gives you very general mechanism to do string processing; it allows you to get strings back from commands and use them as the text of the script as if you had typed it directly. I think this was a new idea that I, at least, had not seen in scripting languages, except perhaps LISP,' he says."

Slashdot Top Deals

Every young man should have a hobby: learning how to handle money is the best one. -- Jack Hurley

Working...