I have (compared to a lot of people I meet in this industry) a small brain. I don't have a PhD, I didn't do well in my degree, and I don't grok a lot of stuff immediately. I'm not suggesting that's in any way unusual, it's just something that's been on my mind lately.
I'm actually learning much more computer science stuff since graduating than I ever learned while at University. I think I was just too young while I was there - I was far more interested in sleeping late, and "spiritual growth". Now I actually find it fun learning things from the Dragon book about eliminating left recursion, and other things like that. Well OK, perhaps not fun. But at least I actually understand what I'm reading now, rather than hardly taking it all in.
Right now I'm trying to learn about Bayesian Probability. I seem to vaguely recall something about that at Uni, but it was over my head then. It's still over my head now - lots of maths. But hopefully I'll actually stick it out this time around.
Turns out that the first project on my first job out of school had to do with doing Yield-to-Price calculations on fixed rate bonds. And that meant doing using Newton's method. Funny thing is, until that point in time, none of that had any meaning. Once I had an application for Newton's method, it all cleared up (and I had to explain it to my colleagues, who were still hacking around with the binomial method).
It also was the crux of a big boost in performance for this one piece of software; it saved seconds per calculation, which really started to add up when you have dozens or hundreds of bonds to reprice.
Orwant's got the brain I'm most envious of. He can look at almost any math I run across and understand it. I'm planning a brain transplant at OSCON, but don't tell him that. I'll bring the adze and the slotted spoon if you bring the fermented grain anaesthetic
--Nat
Re:Bayesian Probability
ask on 2002-04-16T22:54:21
hey, cool. We can make a movie and call it Brain/Off.
Re:Bayesian Probability
gnat on 2002-04-17T04:50:24
As far as I'm getting, John Travolta can play me no problem:-) --Nat
Recently (the past year or two) I've been getting seriously interested in logic and computer science, and studying with a ferocity that I never could muster when I was supposed to be doing it. In fact, after working as a programmer for the past five years, I'm going to do an MSc starting this autumn and planning to follow it with a PhD.
Learning something because you want to know is so much easier than learning something because you need to in order to pass an exam!