comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: A Programmer's Education
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: A Programmer's Education [message #51693] Tue, 05 December 2006 13:12
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Ben Tupper writes:

> I once took a great programming course that has since led to years of
> fruitful employment. The course outline was very well planned and the
> instructor not only knew the stuff but relished sharing it with others.
>
> The instructor also read poetry and told mythic stories in class.

Yeah, I hear he was a hell of a tennis player, too. :-)

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: A Programmer's Education [message #51694 is a reply to message #51693] Tue, 05 December 2006 13:00 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Braedley writes:

> PS: I doubt I'll overcome my university education any time soon, I
> still have a year and a half left of electrical engineering classes
> after I finish this work term.

Well, there you go. But it's never too early to begin thinking
like an old man and looking for the easiest and most comfortable
solution first. You would be surprised how often this turns out to
the BEST solution. :-)

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: A Programmer's Education [message #51695 is a reply to message #51694] Tue, 05 December 2006 12:57 Go to previous message
btt is currently offline  btt
Messages: 345
Registered: December 2000
Senior Member
David Fanning wrote:
>> Braedley writes:
>
>>> Why don't I ever see these simple solutions?
>
>> You are probably University-educated. Not your fault. :-)
>
> While we are on this topic (and while I wait for SOLARSOFT
> to finish downloading), what is the most useful class you
> ever took in school?
>

Hi,

I once took a great programming course that has since led to years of
fruitful employment. The course outline was very well planned and the
instructor not only knew the stuff but relished sharing it with others.

The instructor also read poetry and told mythic stories in class.

Cheers,
Ben
Re: A Programmer's Education [message #51696 is a reply to message #51695] Tue, 05 December 2006 12:34 Go to previous message
Braedley is currently offline  Braedley
Messages: 57
Registered: September 2006
Member
David Fanning wrote:
>> Braedley writes:
>
>>> Why don't I ever see these simple solutions?
>
>> You are probably University-educated. Not your fault. :-)
>
> While we are on this topic (and while I wait for SOLARSOFT
> to finish downloading), what is the most useful class you
> ever took in school?
>
> For me, two come immediately to mind. The typing class
> I took as a sophomore in high school because I was a shy
> boy and the girl/boy ratio was 15:1. I use that knowledge
> every single day of my life. (In, uh, more ways than one.)
>
> And the freshman English Composition class I took in my
> first semester of college from a hippie instructor who
> gently taught a good evangelical Christian boy to question
> everything.
>
> Two great classes that changed my life! :-)
>
> Cheers,
>
> David
>
> P.S. And for Braedley, it is possible to overcome a
> University education, but it takes more time than you
> might expect. :-)
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")

Well I can tell you my most useless class: Intro to Java 1. Not only
had I done everything in that course a year earlier in high school, but
the structure of the course bothered me a lot. Instead of going "This
is an int. It holds integer values. This is a double. It holds real
values. This is a string. It's an array characters. This is a
function. It manipulates data." we went "This is an object. We will
tell you all about those ints, doubles, and strings down the road after
you're thoroughly confused." Because of that, I'm pretty sure that
every single program I wrote was much more procedural than the markers
would like (they wanted an object for _everything_).

I can't really say what my most useful course would be. Maybe signals,
since I'm using that in my work now.

Braedley

PS: I doubt I'll overcome my university education any time soon, I
still have a year and a half left of electrical engineering classes
after I finish this work term.
Re: A Programmer's Education [message #51698 is a reply to message #51696] Tue, 05 December 2006 12:17 Go to previous message
Pete Warner is currently offline  Pete Warner
Messages: 14
Registered: July 2006
Junior Member
In my first major electrical circuits lab test our assignment was to
figure out what sort of simple circuit was in a black box. I kept
measuring current values far more than should have been possible and I
my answer was off by a couple orders of magnitude from what I expected.
With 5 minutes left I discovered the oscilloscope did not have the
correct probes attached and I had wasted most of the hour trying to
figure out how my calculations were wrong.

I learned to trust my instincts and that technology is not infallible.

On Dec 5, 12:56 pm, Paul van Delst <Paul.vanDe...@noaa.gov> wrote:
> David Fanning wrote:
>>> Braedley writes:
>
>>>> Why don't I ever see these simple solutions?
>
>>> You are probably University-educated. Not your fault. :-)
>
>> While we are on this topic (and while I wait for SOLARSOFT
>> to finish downloading), what is the most useful class you
>> ever took in school?Easy. Programming in Fortran 251. Not so much for the Fortran stuff (it was taught to us
> physics majors, with drippingly evident disdain, by a CS professor) but because said prof
> failed me on the first assignment because I was the only one in the class that had ordered
> the (correct) results opposite from everyone else. When I confronted him about it
> mentioning that he never specified an order in the assignment, he grudgingly (at least,
> how I remember it) agreed and gave me an appropriate mark. That's when I learned that
> smart people are sometimes just as dumb as the rest of us. No more pedestals for me! :o)
>
>> For me, two come immediately to mind. The typing class
>> I took as a sophomore in high school because I was a shy
>> boy and the girl/boy ratio was 15:1. I use that knowledge
>> every single day of my life. (In, uh, more ways than one.)
>
>> And the freshman English Composition class I took in my
>> first semester of college from a hippie instructor who
>> gently taught a good evangelical Christian boy to question
>> everything.Hmmm...maybe there's a theme here. The important lessons that one remembers are those that
> provide more questions than answers. (Although, nothing earth-shattering there I guess).
>
> paulv
>
> --
> Paul van Delst Ride lots.
> CIMSS @ NOAA/NCEP/EMC Eddy Merckx
> Ph: (301)763-8000 x7748
> Fax:(301)763-8545
Re: A Programmer's Education [message #51706 is a reply to message #51698] Tue, 05 December 2006 09:56 Go to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
David Fanning wrote:
>> Braedley writes:
>
>>> Why don't I ever see these simple solutions?
>
>> You are probably University-educated. Not your fault. :-)
>
> While we are on this topic (and while I wait for SOLARSOFT
> to finish downloading), what is the most useful class you
> ever took in school?

Easy. Programming in Fortran 251. Not so much for the Fortran stuff (it was taught to us
physics majors, with drippingly evident disdain, by a CS professor) but because said prof
failed me on the first assignment because I was the only one in the class that had ordered
the (correct) results opposite from everyone else. When I confronted him about it
mentioning that he never specified an order in the assignment, he grudgingly (at least,
how I remember it) agreed and gave me an appropriate mark. That's when I learned that
smart people are sometimes just as dumb as the rest of us. No more pedestals for me! :o)

> For me, two come immediately to mind. The typing class
> I took as a sophomore in high school because I was a shy
> boy and the girl/boy ratio was 15:1. I use that knowledge
> every single day of my life. (In, uh, more ways than one.)
>
> And the freshman English Composition class I took in my
> first semester of college from a hippie instructor who
> gently taught a good evangelical Christian boy to question
> everything.

Hmmm...maybe there's a theme here. The important lessons that one remembers are those that
provide more questions than answers. (Although, nothing earth-shattering there I guess).

paulv

--
Paul van Delst Ride lots.
CIMSS @ NOAA/NCEP/EMC Eddy Merckx
Ph: (301)763-8000 x7748
Fax:(301)763-8545
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Mapping countries
Next Topic: Philosophical Scaling Question

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 11:37:53 PDT 2025

Total time taken to generate the page: 0.00670 seconds