Did you really read all that mate ? I have a pretty impressive library filled with technology books but to be fair they are used more as reference books more than anything else. The only technical book i’ve been able to read from tip to toe is a book covering TCP/IP and which was fascinating.
And this is only a partial view of the books I have! I need to add books on Software engineering , Concurrent, parallel, and distributed systems, Artificial intelligence, Databases, Computer architecture, Computer graphics and Scientific computing
To Frederic:
I’ve read most of them (and, in fact, I reread some of them from time to time). As you point out, most of the books are reference books and not ‘How to master XXX in 30 days’ books. Personally, I prefer reference books because, basically, I’m not in a hurry to learn. I always have more than 30 days to discover, to appreciate, to try and, perhaps one day, master something new
Don’t worry Tarriq. I, too, have some PDFs of dubious origin But reading a real (paper) book is another thing altogether even though ebooks are easily searchable (especially with something as Beagle or Spotlight)
“Programming Pearls” by Jon Bentley is a fantastic book. But, if you really want to become a good programmer, I would advise that
(1) You download DrScheme which is an integrated programming environment for the Scheme programming language and especially created for learning how to program.
April 15th, 2006 at 16:56
Ca fait pas beaucoup
April 15th, 2006 at 18:29
Did you really read all that mate ? I have a pretty impressive library filled with technology books but to be fair they are used more as reference books more than anything else. The only technical book i’ve been able to read from tip to toe
is a book covering TCP/IP and which was fascinating.
April 16th, 2006 at 14:11
oups, la liste des bouquins etait bloquee par adblock.
April 16th, 2006 at 15:41
To Yan:
And this is only a partial view of the books I have! I need to add books on Software engineering , Concurrent, parallel, and distributed systems, Artificial intelligence, Databases, Computer architecture, Computer graphics and Scientific computing
To Frederic:
I’ve read most of them (and, in fact, I reread some of them from time to time). As you point out, most of the books are reference books and not ‘How to master XXX in 30 days’ books. Personally, I prefer reference books because, basically, I’m not in a hurry to learn. I always have more than 30 days to discover, to appreciate, to try and, perhaps one day, master something new
August 3rd, 2006 at 21:47
nice collection,
quite expensive for me though,
i have the same in ebooks,
well i know downloading n sharing ebooks isn’t really ethical but i will buy them when i find myself a job after studies
August 3rd, 2006 at 23:59
Don’t worry Tarriq. I, too, have some PDFs of dubious origin
But reading a real (paper) book is another thing altogether even though ebooks are easily searchable (especially with something as Beagle or Spotlight)
August 15th, 2006 at 21:17
Am following the algo module at uom, any suggestion for a good reference book?
August 15th, 2006 at 23:07
As a matter of fact, yes!
“Programming Pearls” by Jon Bentley is a fantastic book. But, if you really want to become a good programmer, I would advise that
(1) You download DrScheme which is an integrated programming environment for the Scheme programming language and especially created for learning how to program.
(2) You read Structure and Interpretation of Computer Programs by Abelson and Sussman which is freely available.
PS: This is exactly what MIT, Caltech and Berkeley first year students use to learn programming