The workstation-class machines built by Sun and others opened up new worlds for hackers.
Eric S. RaymondThe central problem of C and C++ is that they require programmers to do their own memory management
Eric S. RaymondTreating your users as co-developers is your least-hassle route to rapid code improvement and effective debugging.
Eric S. RaymondThe only way to write complex software that won't fall on its face is to hold its global complexity down - to build it out of simple pieces connected by well-defined interfaces, so that most problems are local and you can have some hope of fixing or optimizing a part without breaking the whole
Eric S. Raymond