A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Piloting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE



 
 
Thread Tools Display Modes
  #91  
Old May 7th 07, 04:56 PM posted to rec.aviation.piloting
Maxwell
external usenet poster
 
Posts: 1,116
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE


"Mxsmanic" wrote in message
...
Maxwell writes:

You mean pretentious people don't you?


No, I mean what I write, and thus I meant intelligent people, which is
what I
wrote.


Well there is a "flip" in less than 60 seconds according to the time and
date stamp. You just stated they needed to be smart, motivated, taught and
invest in a good bit of practice in the post just above.



  #93  
Old May 7th 07, 08:19 PM posted to rec.aviation.piloting
Bertie the Bunyip[_2_]
external usenet poster
 
Posts: 896
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE

Mxsmanic wrote in
:

writes:

I see you've had little experience with foreign born technical
people.


I teach them English, so I have years of experience with them.


To you tech them to be assholes too?

Bertie
  #94  
Old May 7th 07, 08:47 PM posted to rec.aviation.piloting
Mxsmanic
external usenet poster
 
Posts: 9,169
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE

Maxwell writes:

Why do they need to be smart, motivated, taught and invest in a good bit of
practice?


Motivation is the most important, and they need to be of at least average
intelligence. Smart people make more progress with less effort and therefore
require less motivation. Just about everyone needs some amount of practice.
Being taught accelerates learning but is not essential.

Only yesterday you were insisting good English and spelling was a simple
matter of intelligence.


Language fluency and intelligence are closely correlated.

--
Transpose mxsmanic and gmail to reach me by e-mail.
  #97  
Old May 7th 07, 11:04 PM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE

Maxwell wrote:
"Matt Whiting" wrote in message
...
Get any programming experience at all and then come back and discuss this
intelligently.


Got a little over 25 years experience now bucko, that's what made it so easy
to see through the smoke screen.



You haven't made an intelligent response yet to my points about
misspelling variable names. So, obviously your 25 years of experience
taught you little. I graduated with my BSCS in 1983 so I'll let you do
the math.

Matt
  #98  
Old May 7th 07, 11:06 PM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE

Maxwell wrote:
Wow, that is even better than having your card deck spit out of the
machine ... when you failed to punch sequence numbers since they were such
a pain when you had to insert another card... :-)


Well if your experience long enough ago to required card decks, no wonder
you're still don't get it.



I've forgotten more than you know... You have yet to give a single
example or argument that supports your ridiculous claim that spelling is
if little concern in programming. Experience is only valid if it
teaches you something, and in our case it didn't.
  #99  
Old May 7th 07, 11:08 PM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE

wrote:
Matt Whiting wrote:
wrote:
Matt Whiting wrote:
wrote:
Matt Whiting wrote:
Maxwell wrote:
"Matt Whiting" wrote in message
...
Maxwell wrote:
"Mxsmanic" wrote in message
...
So how did they manage to write decent programs? Errors like that are
very
serious in software engineering.

A question like that makes me really doubt that you have ever done any
programming regardless of your insistance. Programming languages have
little to do with spelling and grammar skills, and much more to do with
syntax and structure.
Really? Every Pascal, FORTRAN, C, and COBOL compiler I ever used was
quite picky about spelling and syntax is just a subset of grammar.
Then you are as clueless on this one as he is.
But still much less clueless as you. Misspell a previously defined
variable in a language with implicit variable declaration and tell me
how well your program works.
Well, that's true enough, but does any programming language care if
you declare something response, resp, Respond, RESP, rasponse, or
anything else which may, or may not, be similar or the same as a
natural language word?

I don't know all programming languages so I can't say, but I know that
the ones that I've used were quite picky about spelling a given variable
the same way EVERY time you use it. Misspell it once and bad things can
happen, especially in languages like Fortran that will happily create
a new variable for you and carry on.
Yes, that is one of the failings of languages that don't require you
to declare variables.

But that has nothing to do with using an english word for a variable
name and not spelling the english word correctly.


True, but the recent discussion wasn't about the English language it was
about the erroneous statement above: "Programming languages have little
to do with spelling and grammar skills, and much more to do with syntax
and structure."


Saying that spelling doesn't matter much with respect to programming
languages is just flat out false. Misspelling a symbol name in many
programming languages is far more serious than misspelling an English
word in a sentence. In the former, this will cause a compile error if
you are lucky and a very obscure run-time error if you aren't lucky. In
the latter, it makes you look illiterate, but often the reader still
knows what you meant by the context. Most compilers aren't very good at
using context. :-)


Well, I know a lot of programmers that have zip point squat for "spelling
and grammar skills", but are really good programmers.

But since the words they can't spell correctly are always spelled the
same incorrect way, it doesn' matter.

I just don't let them write the end user documentation.


They obviously aren't using a language with reserved words...
  #100  
Old May 7th 07, 11:14 PM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default ATC CONTROLLER HIRING PUSH CREATES CLASS STRUGGLE

wrote:
Mxsmanic wrote:
writes:

Well, that's true enough, but does any programming language care if
you declare something response, resp, Respond, RESP, rasponse, or
anything else which may, or may not, be similar or the same as a
natural language word?


Yes, some do.


Care to name any programming language that cares about the spelling
of user defined identifiers?

To prevent anal nitpicking, a user defined identifier is a name
invented by the programmer that does not conflict with any reserved
words or identifiers and contains only alphabetic characters (to
avoid an endless discussion about languages that may or may not
allow characters like "-" in an identifier).

And, to make it crystal clear, I'm not talking about spelling it
differently after it has been defined.


Not counting the second use is like saying that all misspellings of
English words don't count once they are spelled the first time in the
dictionary. Just as an English dictionary sets the standard for the
spelling of English words, the symbol definition (explicit or implicit)
sets the standard for the symbol. Any different spelling subsequently
is a misspelling. Your exception of anything other than the first use
is just goofy.

Matt
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What angle creates MAXIMUM air deflection? [email protected] General Aviation 6 January 30th 07 01:38 AM
Delta hiring new pilots/related story? gpsman Piloting 1 December 22nd 06 05:47 PM
FAA Hiring Back Hundreds Of PATCO Controllers, Union Says Larry Dighera Piloting 0 October 29th 06 04:55 AM
US companies hiring pilots from abroad? Anibal Piloting 8 July 22nd 04 03:28 PM
Some airmen struggle with new fitness tests, By Charlie Coon, Stars and Stripes Otis Willie Military Aviation 0 April 11th 04 10:59 PM


All times are GMT +1. The time now is 10:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AviationBanter.
The comments are property of their posters.