Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Calculus for Dummies rocks! (Score 1) 467

I had to wonder if my alter ego was posting this question, but I knew it couldn't be me since because I'd been out of school for 30 years before returning last fall. Statistics is now a required course for CS at my school and took it first thing (the academic adviser signed me up) and I did struggle a bit because I couldn't follow the proofs involving calculus without help, but I still got an A (we didn't have to know the proofs for the exams). But when I saw the text (Pattern Recognition by Bishop) for the Machine Learning & Data Mining class the next quarter I knew I had to seriously (re)learn some calculus. I looked through a number of books and when I found Calculus for Dummies by Mark Ryan I knew I'd found exactly what I needed, the workbook is helpful too but not essential. Don't bother with Calculus II for Dummies though, it just an ordinary (which is to say useless for the non-naturals) calculus text (although I did pick up PDE from it in a brief look through).

And as it happens, the rules on AP Calculus transfer have also changed and I'm probably gonna wind up taking first year calculus anyhow, although pretty much too late for it to do me much good (it would have been helpful to do that before those classes I mention above). I will probably take it online from a community college rather than at the university though, which is what I'm also doing for the foreign language requirement. Thirty years ago the university didn't make CS majors take a foreign language reasoning that computer languages were foreign. We knew that was a joke then, of course the joke on me is that they fixed it in the interim.

For free online resources, the Kahn Academy videos are pretty good if that form works for you. http://khanacademy.org/'

Don't listen to all the noise on in this thread. You're totally The Man for braving the slings and arrows in returning to school. It's actually pretty cool in a lot of ways. Among other things you get treated with a rather large measure of respect as a result of being old(er). That is probably on account of the kids thinking you're likely to be a professor or at least a grad student.

Comment Connexions (Score 1) 95

Connexions (http://cnx.org) is a project for open source book material that is designed to enable teachers to "mix & match" books that are then printed on demand. There are 2336 hits for "computer" in the catalog. No idea if any of that is useful to you. http://cnx.org/content/search?target=&words=computer&allterms=weakAND&search=Go There is also content on "open source in education": http://cnx.org/lenses/rgardler/foss

Comment Greater GPL (Score 1) 258

This very issue (the soon-to-be-reality of computer systems that can and do claim copyright on their output) is why I called on the authors of GPL v3 to include provision for a "Greater GPL". They summarily dismissed the proposal and said such application of copyright is impossible. They were and are quite wrong about that. http://pagesmiths.com/blog/C1602834558/E1763876253/index.html

Comment Sun folks often have no clue about Java (Score 2, Insightful) 186

Whatever Phipps' experience (of which I have no knowledge), he clearly doesn't comprehend Java security. The whole key to safe code in networked environments is the use of security policies. That includes, in addition to "fine grained" access control over OS operations, the ability to restrict access to classes in the classloader mechanism. This is the same stuff that happens whether you're doing applets in a web browser or a servlet in a web application container (including Sun's Glassfish).

Comment Be afraid, very afraid (Score 1) 508

Your ideas are being stolen. Not only don't tell anyone what they are, don't even think about them. Hidden in the walls of your dorm are dream snatchers which are recording and patenting every thought you have. Don't think this is a joke or you will regret not taking this extremely important advice.

Comment Be pragmatic (Score 2, Informative) 220

The original Pragmatic Programmer book is excellent I think.
http://pragprog.com/the-pragmatic-programmer
And since I also think an "agile" approach to managing software development projects is essential for most companies (certainly for any web-oriented development), I'm planning to check out their Practices of an Agile Developer book.
http://www.pragprog.com/titles/pad/practices-of-an-agile-developer
Jim

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...