-
I want students to understand specific technologies, but the real goal is that they should be able to reason about how systems work and be intelligently skeptical about technology so that, when they're running the world in a few years, they'll do a good job.
Brian Kernighan -
Advice to students: Leap in and try things. If you succeed, you can have enormous influence. If you fail, you have still learned something, and your next attempt is sure to be better for it. Advice to graduates: Do something you really enjoy doing. If it isn’t fun to get up in the morning and do your job or your school program, you’re in the wrong field.
Brian Kernighan
-
Unix has, I think for many years, had a reputation as being difficult to learn and incomplete. Difficult to learn means that the set of shared conventions, and things that are assumed about the way it works, and the basic mechanisms, are just different from what they are in other systems.
Brian Kernighan -
Do what you think is interesting, do something that you think is fun and worthwhile, because otherwise you won't do it well anyway.
Brian Kernighan -
Even though most people won't be directly involved with programming, everyone is affected by computers, so an educated person should have a good understanding of how computer hardware, software, and networks operate.
Brian Kernighan -
No matter how non-technical your life and work, you're going to have to interact with technology and technical people. If you know something about how devices and systems operate, it's a big advantage.
Brian Kernighan -
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
Brian Kernighan -
It's important to be informed about issues like usability, reliability, security, privacy, and some of the inherent limitations of computers.
Brian Kernighan
-
I had spent the summer of 1966 working at MIT in the group that was the MIT component of the Multics effort.
Brian Kernighan -
If you don't understand viruses, phishing, and similar threats, you become more susceptible to them. If you don't know how social networks leak information that you thought was private, you're likely to reveal much more than you realize.
Brian Kernighan -
For better or worse, the people who become leaders and decision makers in politics, law and business are going to come from schools like Princeton.
Brian Kernighan -
No matter what, the way to learn to program is to write code and rewrite it and see it used and rewrite again. Reading other people's code is invaluable as well.
Brian Kernighan -
Bell Labs was an astonishing place for many decades, though it fell on somewhat hard times during the telecom meltdown some years ago, as its corporate owner had to cope with shrinking markets.
Brian Kernighan -
I seem to get totally wrapped up in teaching and working with students during the school year. During the summer, I try to spend time in the real world, writing code for therapy and perhaps for some useful purpose.
Brian Kernighan
-
I really enjoyed Princeton as a graduate student.
Brian Kernighan -
Anytime you want to hear about graph partitioning, I will be glad to tell you what I know about graph partitioning. It remains a standard problem. I think it's an interesting problem, because it shows up in a variety of guises in real life.
Brian Kernighan -
Technology is mostly a force for good, but it has its downsides, too. I want my students - and my readers - to be intelligently skeptical about technology and be informed about the good and the not-so-good parts.
Brian Kernighan -
Every language teaches you something, so learning a language is never wasted, especially if it's different in more than just syntactic trivia.
Brian Kernighan -
Controlling complexity is the essence of computer programming.
Brian Kernighan -
The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.
Brian Kernighan
-
Computers and computing are all around us. Some computing is highly visible, like your laptop. But this is only part of a computing iceberg. A lot more lies hidden below the surface. We don't see and usually don't think about the computers inside appliances, cars, airplanes, cameras, smartphones, GPS navigators and games.
Brian Kernighan -
Programming language is very specific to instructing a computer to do a particular structure of a sequence. It's the very way you tell the machine what you want it to do.
Brian Kernighan