| Thanks for replying! :) >>>If you're not running one of the free Unixes, start now. I learned an enormous amount from first trying to get coLinux to work on my windows box and then actually installing various distros. That was four years ago, and things have gotten much easier (hardware support, guided installation, etc.), so you won't learn as much as I did, just as I didn't learn as much as the people who did it in, say, the mid-90's, but it's still worthwhile.<<< That's on my to-do list too. As soon as I get my own computer I plan to install a BSD or some UNIX variant suitable for my hardware. (No. I don't own a PC. I borrow people's laptops to work on just like this one) >>>I currently run Debian, but I think for the purpose of learning, it (like a whole class of similar distros, like Ubuntu, RedHat derivatives, and even OpenSolaris) is too easy: it doesn't force you to keep learning past the basics in order to get it running and keep it running. Slackware (http://slackware.com/) and the BSD's (http://www.freebsd.org/ , http://netbsd.org/ , http://openbsd.org/ ) are probably good; I don't have any personal experience with (Gentoo http://www.gentoo.org/ ), but my impression is that it would work.<<< I've been thinking about choosing a distro and I've ended up quite confused at times. For me there are two sides to this. For the purpose of learning things Ubuntu is too easy (I've forced Ubuntu installs on some poor human beings), but at the same time if I keep something to permanently work on then I would prefer a system which isn't taxing to work on. Although, I will teach myself the command line for fun (just like you said), but I don't want to spend my time doing things through it. Sometimes, I just need a different environment to work in. An environment which doesn't get in the way of my creative flow. For example, if I am writing an essay/code and I have to switch to command line to type in a long command to access some book somewhere in my system then in the heat of the moment command line would just drive me crazy. During those times I just have to get that stuff out of my head and anything else is an agonizing diversion. Hence, maybe I'll just end up multi-booting my system. >>>books/articles: - ESR's "How to Become a Hacker" (http://catb.org/esr/faqs/hacker-howto.html) tries to answer a question not unlike yours. - ESR's /The Art of Unix Programming/ (http://catb.org/esr/writings/taoup/html/ ) explains the philosophy of Unix: why things are the way they are. - /Structure and Interpretation of Computer Programming/ (http://mitpress.mit.edu/sicp/ ) is a fantastic book on how to think about programming. One of my favorites.<<< Thanks a lot for those resources! I actually watch MIT's 6.00 lectures, and they simply rock. Do you know any other good resources online? Anyway, thanks a lot for commenting! |
>>>For example, if I am writing an essay/code and I have to switch to command line to type in a long command to access some book somewhere in my system then in the heat of the moment command line would just drive me crazy. <<< See, for me it's the opposite: the command line is perfectly natural, almost more like an extension of myself, but GUIs drive me nuts. I think that's just a personality thing.
Other resources online: you seem to have already discovered MIT's OCW. I know other universities (e.g. Yale) have similar programs, but they're nowhere near as extensive as MIT's, and they tend not to have what I want. I've also found course websites from all sorts of universities useful.
If you can get access to a good research library, that's enormously helpful, as a lot of things (e.g. TAoCP) just aren't online.
And of course Wikipedia is awesome; I often use its "references" and such for textbook recommendations.