8
votes
What is your favorite “programmer” t-shirt?
I have a tee shirt that I wear when leading tech classes.
It is just "/nev/dull"
…
2
votes
Orders of Magnitude: What was the lowest-level code you have worked on? The highest level?
Lowest:
Worked on an experimental computer that had reprogrammable microcode. It was defined for high performance floating point (intended to rival Cray and CDC style vector performance for less c …
0
votes
Is it worth mitigating security risks in every application
Properly, one should do a risk/return estimate for any security programming effort. However, of the three major aspects of computer security (confidentiality, integrity, and availability), you are …
1
vote
Worst UI You’ve Ever Used
I'd say the Control Data NOS text editor.
Combine an interface that makes teco look straightforward with not quite achieving the expressive power of notepad.
Search for a string? Sorry, yo …
0
votes
As a programmer how much are you expected to know outside of programming?
This depends greatly on what you're programming. If you're doing low level device drivers, it's vital that you understand the underlying hardware. If you're doing a standalone Java app, the bette …
0
votes
Are games the most complex / impressive applications?
Most of the modern, graphics-oriented games, as programs, aren't particularly impressive or complex (they may be complex games, but the concepts for programming them aren't).
I find the nat …
3
votes
What are replacement and new practices from sh to Bash?
For scripting, unless there's a specific reason to do otherwise, I limit myself to the Bourne constructs. They are maximally portable, and should run on systems that use bash, ksh, or even sh as t …
0
votes
New Unix Account Shell Setup
I used to consult for a lot of clients and was always moving from system to system. In that situation, I got used to using only the normal defaults. Well, I did prefer using ksh if it was availab …
0
votes
What is the best UI you’ve ever used?
Does anyone else remember Interleaf? One of the original desktop publishing programs (it predated Sun Windows), it had its own windowing system and was organized optimally for a print shop. Clums …
