Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Cobol > Re: OT: The Gee...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 79 of 146 Topic 4019 of 4166
Post > Topic >>

Re: OT: The Geek defense

by "Pete Dashwood" <dashwood@[EMAIL PROTECTED] > Feb 29, 2008 at 01:48 PM

"Judson McClendon" <judmc@[EMAIL PROTECTED]
> wrote in message 
news:IPGxj.111608$K27.8711@[EMAIL PROTECTED]
> "Pete Dashwood" <dashwood@[EMAIL PROTECTED]
> wrote:
>> "Bill Gunshannon" <billg999@[EMAIL PROTECTED]
> wrote:
>>> "Judson McClendon" <judmc@[EMAIL PROTECTED]
> writes:
>>>> "Michael Mattias" <mmattias@[EMAIL PROTECTED]
> wrote:
>>>>> "Pete Dashwood" <dashwood@[EMAIL PROTECTED]
> wrote:
>>>>>>
>>>>>> It has always puzzled me why so many (particularly COBOL) people 
>>>>>> hesitate to make the leap to a different language, when
>>>>>> "programming ability" is an underlying skill, that really shouldn't

>>>>>> be language dependent...
>>>>>
>>>>> You are assuming the presence of fundamental programming skills.
>>>>>
>>>>> However, many of the modern development tools/environments allow 
>>>>> "developers"  to create applications without ever learning those
>>>>> fundamentals. A few clicks, a few drags, a few drops and presto! you

>>>>> can call yourself a programmer.
>>>>>
>>>>> With no such tools available, people of our generation HAD to learn 
>>>>> the fundamentals, so for us changing languages or development
>>>>> environments is pretty straightforward... except when we find 
>>>>> ourselves in one of these newfangled IDEs where fundamentals don't
>>>>> matter.
>>>>
>>>> You're right. And when these new "programmers" face a situation that
>>>> requires actual programming skills, they're lost. I think a
demarcation
>>>> between the two different skills would be useful. Perhaps something
>>>> like "application assembler" rather than "programmer" would be a
>>>> better description for such people. It always gets me when people
>>>> who can only write HTML (for example) claim to be "programmers."
>>>> It's like a typist claiming to be an "author."
>>>>
>>>> I've mentioned this here before, but a cousin of mine who is the same
>>>> age as me, and has a MS in CS, and has taught CS at university level,
>>>> has a daughter who just finished her BS in CS. He made sure she did
>>>> learn good programming skills, but said he was dismayed that the
>>>> university CS department put so little emphasis on it.
>>>
>>> If you are disappointed now, take a look at "Angel" the "new" way
>>> to teach programming at the University level.  Things do not bode
>>> well for our industry in the not too distant future.
>>
>> On the contrary, I think the future is bright. (Mind you, I'm an
optimist 
>> and I ALWAYS think the future is bright :-))
>>
>> The "programming" you are bewailing is no longer relevant. As I may
have 
>> mentioned here before, it was a phenomenon of the latter half of the
20th 
>> century.
>>
>> Judson's cousin is simply dismayed by change. The University have it 
>> right.
>>
>> If you did a Masters in English, would you expect to learn Sanskrit?
>>
>> Do you need more than a passing knowledge of Greek, German, and Latin
to 
>> study English Literature?
>
> Pete, I think you're missing the point. I agree that what they're
teaching
> now is sufficient for most applications programming. But for the 
> foreseeable
> future, we will still need skilled programmers to build the tools.

Nope. You are woefully out of touch. The tools we have now can be used to 
build better tools. The days of telling computers what to do, line by
line, 
are definitely numbered. We don't need to and it is far too expensive to
do 
so. Who codes in assembler any more? No need to. Why don't we? It's the
same 
argument.

The kids today ARE skilled programmers. It's just that their skill sets
are 
not the same as yours. (Neither do they need to be...)

Furthermore, your "foreseeable future" is very different from mine...


>You aren't
> going to build .NET, for example, using .NET or other drag and drop
tools.

Don't need to; it has been built. It can be easily extended without having

to resort to low level tools. The magic phrase is "encapsulation of 
classes".

I delivered a desktop application recently that did a fair bit of stuff.
It 
was written in C# and used Legacy COBOL components also. I expected it
would 
be a very large installable. It wasn't. Around 5 MBs and 4 MB of that was 
COBOL run time... Then I realised... it was using all kinds of classes in 
the FCL which don't have to be delivered... years and years of effort by 
programmers unknown, to provide encapsulated functionality that simply 
works. Why re-invent the wheel?

> If we aren't teaching those skills in our Computer Science curriculums,
> where are future programmers going to learn them?

They won't need them, any more than my English Lit. Major needs Sanskrit.

Your argument is postulated on current understanding of how computers
work. 
(The Von Neumann model).

That model is already being challenged in a number of laboratories, on a 
number of fronts. Given that it gets replaced (and I believe that will 
happen within 15 years) there will be no point in people learning 
"programming" as you and I understand the term.

What has most opened my eyes to this has been my relatively recent dipping

into Query (LINQ) and Lambda expressions and functional programming. For 
decades we have believed that data can only be manipulated in the ways we
do 
it; SQL is King. Now it turns out it isn't, there are much more powerful 
ways to manipulate data, and storage technologies and devices will only be

limited by the software we use to drive them. Running SQL on a 
multiprocessor, content addressable, nanobased storage device is like 
printing invoices in Roman numbers.

We need approaches that are completely hardware independent so that
multiple 
concurrent processes can be initiated and assigned automatically by the 
system where possible, and our interface to it facilitates that. (LINQ
query 
expressions are a perfect example of this...)

Our current approaches derived from sequential hardware, which was all we 
had; we are due for an upgrade.

It is going to be hard for many here to accept that what they spent
decades 
on learning and applying is being overtaken by events.

Whether they accept it or not, that is the reality.

Pete.
-- 
"I used to write COBOL...now I can do anything."




 146 Posts in Topic:
OT: The Geek defense
"Pete Dashwood"  2008-02-26 10:46:19 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-25 21:32:14 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-26 03:35:56 
Re: OT: The Geek defense
"Judson McClendon&qu  2008-02-26 09:37:53 
Re: OT: The Geek defense
SkippyPB <swiegand@[EM  2008-02-26 11:30:06 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-27 09:36:44 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-26 19:27:37 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-28 11:16:18 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-28 08:13:07 
Re: OT: The Geek defense
SkippyPB <swiegand@[EM  2008-02-27 12:33:17 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-28 11:21:13 
Re: OT: The Geek defense
SkippyPB <swiegand@[EM  2008-02-28 11:34:24 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-29 12:01:58 
Re: OT: The Geek defense
"Charles Hottel"  2008-02-28 19:24:14 
Re: OT: The Geek defense
SkippyPB <swiegand@[EM  2008-02-29 10:56:00 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-03-02 06:24:10 
Re: OT: The Geek defense
Alistair <alistair@[EM  2008-02-27 12:24:28 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-28 11:52:14 
Re: OT: The Geek defense
Alistair <alistair@[EM  2008-02-27 12:31:39 
Re: OT: The Geek defense
Alistair <alistair@[EM  2008-02-27 12:35:59 
Re: OT: The Geek defense
Alistair <alistair@[EM  2008-02-28 12:04:38 
Re: OT: The Geek defense
Alistair <alistair@[EM  2008-02-29 14:35:11 
Re: OT: The Geek defense
docdwarf@[EMAIL PROTECTED  2008-02-29 22:45:32 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-29 20:05:29 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-29 19:49:38 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-01 17:25:02 
Re: The Geek defense
"Michael Mattias&quo  2008-02-26 08:00:53 
Re: The Geek defense
Howard Brazee <howard@  2008-02-26 10:22:12 
Re: The Geek defense
"HeyBub" <he  2008-02-26 13:54:59 
Re: The Geek defense
"Pete Dashwood"  2008-02-27 09:14:09 
Re: The Geek defense
"HeyBub" <he  2008-02-26 16:08:13 
Re: The Geek defense
"Charles Hottel"  2008-02-26 18:38:05 
Re: The Geek defense
"Michael Mattias&quo  2008-02-27 12:19:04 
Re: The Geek defense
Howard Brazee <howard@  2008-02-27 07:30:51 
Re: The Geek defense
Arnold Trembley <arnol  2008-02-27 06:49:01 
Re: The Geek defense
"Pete Dashwood"  2008-02-28 12:10:20 
Re: The Geek defense
docdwarf@[EMAIL PROTECTED  2008-02-28 01:25:41 
Re: The Geek defense
Alistair <alistair@[EM  2008-02-27 12:21:21 
Re: The Geek defense
"Michael Mattias&quo  2008-02-27 22:20:49 
Re: The Geek defense
"Pete Dashwood"  2008-02-29 12:05:47 
Re: The Geek defense
"Michael Mattias&quo  2008-02-29 06:54:06 
Re: The Geek defense
"Pete Dashwood"  2008-03-01 19:14:51 
Re: The Geek defense
"Michael Mattias&quo  2008-03-01 14:32:52 
Re: The Geek defense
Robert <no@[EMAIL PROT  2008-03-01 12:59:50 
Re: The Geek defense
"HeyBub" <he  2008-03-01 21:31:07 
Re: The Geek defense
Robert <no@[EMAIL PROT  2008-03-02 10:07:00 
Re: The Geek defense
Howard Brazee <howard@  2008-03-03 10:06:44 
Re: The Geek defense
"HeyBub" <he  2008-03-03 18:38:45 
Re: The Geek defense
Robert <no@[EMAIL PROT  2008-03-03 21:06:30 
Re: The Geek defense
docdwarf@[EMAIL PROTECTED  2008-03-04 10:16:26 
Re: The Geek defense
"HeyBub" <he  2008-03-04 07:49:19 
Re: The Geek defense
docdwarf@[EMAIL PROTECTED  2008-03-04 16:04:32 
Re: The Geek defense
"Judson McClendon&qu  2008-03-02 08:17:19 
Re: The Geek defense
"Michael Mattias&quo  2008-03-02 09:57:48 
Re: The Geek defense
Alistair <alistair@[EM  2008-02-28 12:05:25 
Re: The Geek defense
Alistair <alistair@[EM  2008-02-29 14:37:34 
Re: The Geek defense
Robert <no@[EMAIL PROT  2008-02-29 20:22:14 
Re: The Geek defense
"Pete Dashwood"  2008-03-01 19:25:20 
Re: The Geek defense
"William M. Klein&qu  2008-03-01 07:25:20 
Re: The Geek defense
"Pete Dashwood"  2008-03-01 23:55:43 
Re: The Geek defense
"Michael Mattias&quo  2008-03-01 14:32:52 
Re: The Geek defense
Robert <no@[EMAIL PROT  2008-03-01 12:59:49 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-26 21:23:19 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-28 11:43:17 
Re: OT: The Geek defense
Clark F Morris <cfmpub  2008-02-27 21:08:37 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-28 15:26:12 
Re: OT: The Geek defense
"Michael Mattias&quo  2008-02-28 13:19:18 
Re: OT: The Geek defense
"Judson McClendon&qu  2008-02-28 07:36:14 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-28 08:10:55 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-28 08:10:01 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-28 08:06:17 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-29 11:23:47 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-27 21:26:41 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-28 11:10:59 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-28 20:02:24 
Re: OT: The Geek defense
billg999@[EMAIL PROTECTED  2008-02-28 15:26:24 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-29 10:47:20 
Re: OT: The Geek defense
"Judson McClendon&qu  2008-02-28 16:45:06 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-29 13:48:52 
Re: OT: The Geek defense
Clark F Morris <cfmpub  2008-02-28 22:58:17 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-29 17:11:33 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-29 08:36:54 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-01 19:08:04 
Re: OT: The Geek defense
"Charles Hottel"  2008-03-01 10:57:00 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-02 09:09:29 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-01 17:31:25 
Re: OT: The Geek defense
"Charles Hottel"  2008-03-01 22:17:59 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-02 18:41:40 
Re: OT: The Geek defense
"Charles Hottel"  2008-03-02 08:27:34 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-03 12:59:09 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-03 08:20:49 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-01 17:29:58 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-28 19:16:00 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-29 08:34:14 
Re: OT: The Geek defense
billg999@[EMAIL PROTECTED  2008-02-28 15:30:17 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-28 19:19:34 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-29 11:27:06 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-28 19:35:40 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-28 12:53:18 
Re: OT: The Geek defense
"Pete Dashwood"  2008-02-29 11:55:25 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-28 23:04:39 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-29 06:12:00 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-29 08:07:22 
Re: OT: The Geek defense
Clark F Morris <cfmpub  2008-02-29 16:28:24 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-02-29 19:34:15 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-01 18:58:45 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-03-01 12:59:49 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-01 17:22:05 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-01 17:20:22 
Re: OT: The Geek defense
billg999@[EMAIL PROTECTED  2008-02-29 12:47:41 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-02-29 08:40:56 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-02-29 19:56:59 
Re: OT: The Geek defense
"Judson McClendon&qu  2008-02-29 15:39:13 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-01 17:16:18 
Re: OT: The Geek defense
SkippyPB <swiegand@[EM  2008-03-02 11:23:45 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-03-01 12:59:49 
Re: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-03-01 22:01:03 
Re: The Geek defense
Howard Brazee <howard@  2008-03-01 17:36:49 
Re: The Geek defense
docdwarf@[EMAIL PROTECTED  2008-03-02 01:45:15 
Re: The Geek defense
Howard Brazee <howard@  2008-03-03 08:36:52 
Re: The Geek defense
docdwarf@[EMAIL PROTECTED  2008-03-03 16:00:47 
Re: The Geek defense
"Judson McClendon&qu  2008-03-02 08:28:48 
Re: The Geek defense
Howard Brazee <howard@  2008-03-03 08:49:11 
Re: The Geek defense
Robert <no@[EMAIL PROT  2008-03-02 00:20:06 
Re: The Geek defense
SkippyPB <swiegand@[EM  2008-03-02 11:31:32 
Re: The Geek defense
Robert <no@[EMAIL PROT  2008-03-02 14:47:28 
Re: The Geek defense
"Pete Dashwood"  2008-03-03 13:07:01 
Re: The Geek defense
SkippyPB <swiegand@[EM  2008-03-03 10:39:57 
Re: The Geek defense
"Judson McClendon&qu  2008-03-02 08:26:32 
Re: The Geek defense
Howard Brazee <howard@  2008-03-03 08:51:09 
Re: OT: The Geek defense
tim <TimJ@[EMAIL PROTE  2008-03-01 22:12:22 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-03-01 23:48:36 
Re: OT: The Geek defense
"Judson McClendon&qu  2008-03-02 08:09:39 
Re: OT: The Geek defense
docdwarf@[EMAIL PROTECTED  2008-03-02 23:13:55 
Re: OT: The Geek defense
"Judson McClendon&qu  2008-03-02 19:04:09 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-03 12:34:57 
Re: OT: The Geek defense
"Judson McClendon&qu  2008-03-02 19:08:14 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-03 23:37:34 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-03-02 18:55:40 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-03 23:40:06 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-03 08:16:22 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-03-03 12:45:19 
Re: OT: The Geek defense
Robert <no@[EMAIL PROT  2008-03-03 17:46:27 
Re: OT: The Geek defense
"Pete Dashwood"  2008-03-04 10:49:18 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-03 15:03:08 
Re: OT: The Geek defense
Howard Brazee <howard@  2008-03-03 08:08:59 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 4 16:43:52 CDT 2008.