This is the definitive reference to the software that lifts you from writing software to building software systems.
See also http://bost.ocks.org/mike/make/ for why it's still a useful book, 27 years after the first edition. Compare that to most of the technical books you own; most of which were hopelessly obsolete by the ripe age of 27 months.
If you are writing C or C++ software, please use something like CMake. Not everyone is using GNU, the same compiler, or the same editor/IDE. At the very least CMake can create GNU make files, Visual C++'s nmake files, Visual Studio projects and Xcode projects.
Not quite, a linux system of ~2010 has several advances over a Unix system/V from the late 1970's it's a late 1960s muscle car compared to the Model A of PDP-11. Same basic technology under the hood, but refined and much better understood.
Most of the "advanced" programming environments look very nice but fail to meet the needs of real world usage; where you have to talk to other systems and get dirty doing it.
I'm familiar with the general gist of the FSF's philosophies but I had never really sat down and read an in-depth write up of the importance of Free Software, so I'm looking forward to reading this :)
> Through its Open Library project, the Internet Archive is scanning and hosting PDF versions of our open books.
scanning?? I would have thought that O'Reilly could give text/source to the Internet Archive that could be massaged into a better quality output product. (And allow formats other than just PDF -- text/epub/mobi/etc.)
I see a lot of out of print books and books not about programming/software development, so if there are any that someone could recommend from this massive list I'd appreciate that.
The Cathedral and the Bizaar and the Open Sources books, give a nice historical background. The Open Sources book have many nice essays from different contributors. I particulary enjoyed reading about the history of Unix transforming into a free OS, and Larry Wall's onion analogy.
Yeah - doing X work was "my job" for a few years in the early nineties. The various O'Reilly XLib/Xt books were a godsend. Still have 'em somewhere in the garage.
I also have a few of those sitting in boxes in my garage. Every time I do some cleaning-up, I debate (just for a second!) whether I should dispose of them, but end up keeping them.
I bought The Whole Internet User's Guide & Catalog in early 1994. I had an account at NERDC, a 9600 baud Intel modem, and connection time was $0.01/minute. One month my bill was over $20.00.
I've found Unix Text Processing (http://oreilly.com/openbook/utp/) to be very very helpful when trying to some data processing I would normally do in excel.
It says that Archive.org is producing pdfs of these books, but I'm not having any luck finding the Managing Projects with Make as a pdf. Anyone else see it?
I was excited to find one book as html broken into chapters, but the others are in various formats - there isn't much consistancy - which makes it difficult to read them, or write my own glue code - to get them onto my e-reader.
This is the definitive reference to the software that lifts you from writing software to building software systems.
See also http://bost.ocks.org/mike/make/ for why it's still a useful book, 27 years after the first edition. Compare that to most of the technical books you own; most of which were hopelessly obsolete by the ripe age of 27 months.