Slashdot Mirror


UK Computing Teachers Concerned That Pupils Know More Than Them

mikejuk (1801200) writes A survey of UK schools carried out by Microsoft and Computing at School reveals some worrying statistics that are probably more widely applicable. The survey revealed that (68%) of primary and secondary teachers are concerned that their pupils have a better understanding of computing than they do. Moreover, the pupils reinforced this finding with 47% claiming that their teachers need more training. Again to push the point home, 41% of pupils admitted to regularly helping their teachers with technology. This isn't all due to the teachers being new at the task — 76% had taught computing before the new curriculum was introduced. It seems that switching from an approach that emphasised computer literacy to one that actually wants students to do more difficult things is the reason for the problem.

388 comments

  1. Any experienced teacher already deals with this by xxxJonBoyxxx · · Score: 4, Insightful

    I'm pretty sure I knew math, science and sometimes English better than my teachers through high school. Experienced teachers know how to deal with students like us - how would this be any different?

    1. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 5, Insightful

      I'm pretty sure I knew math, science and sometimes English better than my teachers through high school. Experienced teachers know how to deal with students like us - how would this be any different?

      The real difference is you thought you knew math, science and sometimes English, but when it really came down to it, masters-level mathematics could be whipped out to gently remind you, or perhaps break down some English sentence structure to show your actual understanding vs. what you think you know.

      Experienced teachers know the difference between knowledge and wisdom. The difference today is you don't have students going home spending another 4 - 6 hours every day tinkering with math or English like you might with computing.

    2. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Experienced teachers know how to deal with students like us - how would this be any different?

      Because the rules have changed. They are no longer allowed to paddle smart alecks.

    3. Re:Any experienced teacher already deals with this by plover · · Score: 2, Insightful

      This is no different. Back in the 1970s, our high school physics teacher had the computer terminal in his area, and so he taught the computer class. He wouldn't allow me to take it because, as he said, "you already know more than I do about this."

      The important thing is it wasn't an admission of failure on his part. He knew the class was beneath me, and simply didn't want me to waste my time.

      --
      John
    4. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 5, Interesting

      Quite to the contrary. Our teaching schools in the US are the degree mills for the B school dropouts. Simply put, those who can do math realize that teaching is a bad financial career choice. However, this is tolerated by the parents who think that schools are free babysitting and don't value education. There are many great teachers, but few of them can defeat years of shitty parenting on a large scale. Therefore, it really doesn't matter that the plurality of teachers are marginally competent, both in their fields of study and as educators. We set low, low standards as a society, and our teachers meet them. And, we shouldn't blame them; we hire the boards that tolerate it.

    5. Re:Any experienced teacher already deals with this by jd142 · · Score: 3, Funny

      *THIS* The other thing I wondered about is the different expectations. If your instructor still thinks myspace is where the cool kids hangout, does that mean the instructor knows less? From a student's point of view, yeah, it does, because the instructor doesn't know what the students think is important. Which is where to get the good porn on tumblr (or whatever the kids use these days). And the instructors might even feel the same way. The good teachers who know there stuff and care about the kids may undervalue their abilities because they don't think they can reach the kids on their level because the teacher is still on facebook and the kids are on to the latest. Why, those teachers may still think email is relevant. To a 15 year old, email might as well be the telegraph.

    6. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      The real difference is you thought you knew math, science and sometimes English, but when it really came down to it, masters-level mathematics could be whipped out to gently remind you, or perhaps break down some English sentence structure to show your actual understanding vs. what you think you know.

      If only.

      I doubt 1 in 20 teachers has a masters-level understanding of mathematics or English (at least in the US).

      I remember a principal asking "where do the Miss [Brown] be at?"

      Or a teacher arguing that north was east because a compass in the textbook she was teaching from had an N next to an arrow and the textbook faced east.

      Or another teacher that doubted that opposite angles are equal.

      Or another teacher that complained about all the dangerous chemicals added to food products, chemicals like niacin and riboflavin.

      Of course I went to "hoodie" schools so I was being taught by the bottom of the barrel teachers.

    7. Re:Any experienced teacher already deals with this by umghhh · · Score: 1

      I am sure there are pupils like you and possibly I was like this too (albeit I doubt that I ever had motivation and ability), yet neither knowledge in particular subject is all, nor claims of knowing more than a teacher are always correctly depicting reality. I am not a teacher but I do teaching at work by virtue of having students assigned to me for a year to do some menial jobs - they should be learning the right stuff mostly programming but more so around programming - because as far as I can tell nothing has changed much since I started - programming is a vital but minor part of developing software(*). I regularly fail to know all details that my newbies know about any chosen programming language yet I beat them every time on the actual programming and developing albeit I have to google more than they do. This will change of course and part of the course is for them to learn as much as possible. The point is - you may know all details but as so often in case of cohders - you fail to see the bigger picture.

      * - some things changed since I started though - the division of work changed thanks to progress in communication technology which may make coding (and other things) being done in far away places (or in another office which is just the same if I do not know person doing the job). The system people cut jobs into small pieces and let Turks do the stuff for 10$ an hour. Yet I doubt that any big project can be done effectively only by outsourcing. If a company is a software house delivering software solutions then they most likely need to have in house competence in coding as well as developing, project management, communication and cooperation culture, decision making skills, presentation skills and much more. How often project fail because any of these were not there. Then again it all depends on the project of which part is people doing it.

    8. Re:Any experienced teacher already deals with this by jellomizer · · Score: 2

      I knew Programming better then some of the Computer Science Professors.
      Teaching isn't always about passing knowledge. It is about developing skills. So if you get a kid who knows more about computers then you do that is fine and good. That means you should start teaching skills. Such as using the computer to solve problems, or have them research better methods, give them problems that will make them think. Have them improve their form...

      I am not a teacher I work in industry. However I do mentor new employees and get them up to speed. My favorite group I like to mentor are recent college grads, they will often come equipped with skills that are a bit more modern than what I do. They will often show me a lot of cool new things that you can do now that I didn't have the opportunity to play with at the time. However taking these people, it isn't about me teaching them how I do it the old fogey way. But having them think in terms of dealing with technology for real life usage, and not the often idealized academic approach.

      I get conversations like this.
      Why are using a Dictionary variable, and not a structured class? The spec makes it clear that these are the only variables that you need?
      My answer is because I know they are going to ask me to have a new variable in this structure and I am better off in having these configurable then hard coded.
      Their followup question is "what will the new variable be?"
      I don't know but I sure as heck don't want hard coded ALT1, ALT2, ALT3 variable names which will add to confusion once you start using them. With the dictionary, I can just alter my Table structure without having to change code.

      Experience lets me know when the academic way works and when it doesn't

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    9. Re:Any experienced teacher already deals with this by fuzzyfuzzyfungus · · Score: 2

      I suspect that it's worse than that: Unless the UK has miraculously sprouted an ample supply of people both skilled in computing concepts and willing to put up with schoolchildren for relatively little money, I can't escape the sinking feeling that this situation involves a bunch of "Pressing Buttons in MS Office!" courses, whose teachers feel intimidated because kids these days can fingerpaint on their iDevices.

      It would be nice if it were better than that, and it actually involved reasonably skilled teachers being surprised and impressed by the level of expertise of students picking up computational matters on their own; but it's hard to sustain that belief. Unless they specifically call it "CS", 'Computing' tends to be something rather less inspiring.

    10. Re:Any experienced teacher already deals with this by TemporalBeing · · Score: 2

      I'm pretty sure I knew math, science and sometimes English better than my teachers through high school. Experienced teachers know how to deal with students like us - how would this be any different?

      The real difference is you thought you knew math, science and sometimes English, but when it really came down to it, masters-level mathematics could be whipped out to gently remind you, or perhaps break down some English sentence structure to show your actual understanding vs. what you think you know.

      Experienced teachers know the difference between knowledge and wisdom. The difference today is you don't have students going home spending another 4 - 6 hours every day tinkering with math or English like you might with computing.

      Math and Science yes; but English? If you're Elementary and Middle School English teachers did their job right, then most students should have a very firm grasp of the English language grammatically by about 8th or 9th grade, and could easily surpass their teachers in about the same time frame where English classes should be less about grammar and more about comprehension of literary works.

      The sad truth is that due to the experiments with learning since the 1970's there are many English teachers (at all levels, even collegiate) that cannot do even basic sentence diagraming, or know that "he or she" is not grammatically correct when trying to be "gender neutral" which should use the neutral gender (it for singular or they for plural).

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    11. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      so what, why would they? I doubt 1 in 20 executives has a masters-level understanding of mathematics nor do we ask them to.

    12. Re:Any experienced teacher already deals with this by fahrbot-bot · · Score: 4, Insightful

      In related news... Kids often know how to use something, but not how those things actually work. The two are not the same thing, even though they may think it is. TFS doesn't make a clear distinction as to which kind of literacy is at issue.

      Why, those teachers may still think email is relevant. To a 15 year old, email might as well be the telegraph.

      I doubt a 15 year old knows how either of those actually work, in addition to being clueless about whatever cool new thing they're using. The Curiosity Foo seems weak in this current generation.

      --
      It must have been something you assimilated. . . .
    13. Re:Any experienced teacher already deals with this by Trailer+Trash · · Score: 3, Interesting

      I'm pretty sure I knew math, science and sometimes English better than my teachers through high school. Experienced teachers know how to deal with students like us - how would this be any different?

      The real difference is you thought you knew math, science and sometimes English, but when it really came down to it, masters-level mathematics could be whipped out to gently remind you, or perhaps break down some English sentence structure to show your actual understanding vs. what you think you know.

      Experienced teachers know the difference between knowledge and wisdom. The difference today is you don't have students going home spending another 4 - 6 hours every day tinkering with math or English like you might with computing.

      Um, don't know about you but I quite well did know math and science far better than many of my teachers. I don't think you know the difference between knowledge and wisdom, either.

      I first pointed out an error in a text book in 3rd grade and explained it to my teacher who was quite impressed (yes, I was correct and the book wasn't). I wasn't wiser than her by a long shot. But I was a little smarter in one area.

      My 6th grade math and science teacher hated me because I had to point out the errors that she made on her exams. One of my favs was when she insisted that a geiger counter detects "visible light". She was copying the tests out of the back of the book and rearranging the answers. Since she had little actual knowledge of the subject she didn't know or care. She refused to look at the page in the book that clearly contradicted her answer. I finally got her to fix the answer by pointing out that I don't need a fancy detector to detect something that's visible. She generally missed one or two answers on her math tests and the occasional science test, too. She would then humiliate herself by not simply listening when I would politely point out the problem.

      The record, though, was set in an 8th grade electronics class that I took. The teacher there managed to miss 14 on his first test. Not his strongest subject. To be fair, he was a gym teacher that was forced to teach a subject of which he had no real knowledge. He also taught drafting, and actually marked one of my drawings as incorrect because I had studiously drawn correctly a partially hidden line. He said it was "wrong" because there was no need to actually make it so exact.

      I was well ahead of most of my math teachers past 7th grade or so. I remember one particularly humiliating experience that my 8th grade math teacher had. I was thinking about squares one evening and was thinking about how if you knew a certain square you could easily calculate forward or back one square. For instance, 25 squared is 625 so to get 24 squared I subtract 25 and then 24 from 625 giving 576. The reason that works is easy: when you subtract 25 you end up with 24 x 25, subtracting 24 then leaves you with 24 x 24. One of my examples was 50 squared at 2500, meaning the squares on each side are 2401 and 2601.

      The next day in math class my teacher was pissed at something I did so he decided to humiliate me in front of class. He looked at me in front of everybody and said "if you're so smart tell me what 49 squared is." Yes, this happened. I didn't miss a beat and said "two thousand four hundred and one". He actually didn't know the answer so he looked at a kid in the front row with a calculator and said "check it". The kid said "he's right". My teacher would have crawled into a hole had one been handy. He never pulled that stunt again.

      I could go on and on, but, yes, at an early age I was advanced in *knowledge* beyond many of my teachers. I did spend hours reading mundane crap - I think I had read through all science books in the school libraries and city library by 9th grade or so. I also had a teacher with a masters level education who was just brilliant and taught physics and science and such.

    14. Re:Any experienced teacher already deals with this by 0xdeadbeef · · Score: 1

      It's hilarious the parent comment got at least two upvotes. Say what you will about geek arrogance, but insecurity at others being smarter than them is a lot more common on Slashdot than its opposite. Or maybe they just prefer to hide in silence and let the mod points do the talking.

    15. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Few teachers have masters level education. In my K-12 life, most of the teachers had bachelor's level "education" degrees - not even subject-specific bachelor's degrees. Some years ago there was a survey of SAT scores correlated by degree area and education was near or at the bottom. As a result, you end up with dull teachers with no subject expertise teaching kids subjects they don't really understand. The teachers can't answer questions that aren't in the teacher's edition textbook.

    16. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      He was replying to a guy who said that teachers had masters level understanding of the topics they teach. Did you even bother to read the quoted text?

    17. Re:Any experienced teacher already deals with this by kilfarsnar · · Score: 5, Insightful

      Quite to the contrary. Our teaching schools in the US are the degree mills for the B school dropouts. Simply put, those who can do math realize that teaching is a bad financial career choice.

      This is another indication of how far out of whack our priorities are as a country. You make money based on how much money you make for someone else, or how hard your position is to fill. But we won't spend money just because something is important; like teachers or quality infrastructure or mitigating climate change or whatever.

      The linked article talks about how hard it is to get good teachers for computing because anyone who's any good at it can make a lot more money elsewhere. Is anyone proposing paying a computing teacher $90,000 a year, or whatever is competitive, to compensate for that? Everyone seems to want to pay teachers less because they get summers off. Nobody wants to pay them more because for the vital function they serve in our society. Like I said, priorities out of whack.

      --
      "What the American public doesn't know is what makes them the American public." -Ray Zalinsky (Tommy Boy)
    18. Re:Any experienced teacher already deals with this by Firethorn · · Score: 1

      Everyone seems to want to pay teachers less because they get summers off.

      Something of a tangent, but I support year-round schools.

      --
      I don't read AC A human right
    19. Re:Any experienced teacher already deals with this by tepples · · Score: 1, Insightful

      in about the same time frame where English classes should be less about grammar and more about comprehension of literary works

      Why should English classes be more about works of fiction and theatre by dead white European males and less about communicating your own ideas to other people?

    20. Re:Any experienced teacher already deals with this by JeffOwl · · Score: 1

      Sadly, graduate level math classes are not necessarily a requirement to teach HS math.

    21. Re:Any experienced teacher already deals with this by sandytaru · · Score: 2

      Summers off is a myth. Teachers are in classroom prep and training all through June and July. They might squeeze in the normal two weeks of vacation that other Americans will scatter throughout the year, if they're lucky.

      --
      Occasionally living proof of the Ballmer peak.
    22. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      If you want good computing teachers, go online to places like Coursera or EDx. You're not going to find it locally in your schools.

    23. Re:Any experienced teacher already deals with this by TemporalBeing · · Score: 1

      in about the same time frame where English classes should be less about grammar and more about comprehension of literary works

      Why should English classes be more about works of fiction and theatre by dead white European males and less about communicating your own ideas to other people?

      Who said what materials? Does it really matter whether it is a translation of Homer's Ilyiad, Shakespear, or Godfrey Mutiso Gorry? The point is that you're looking at larger works to understand how language works in bigger and bigger pieces instead of small, isolated samples so you can learn about the bigger picture of writing instead of remaining in an isolated box.

      And often covering such materials will lead to improvements in your own writing. That's not to say that writing would not be included, just that it would be more writing papers instead of diagraming sentences. So you will certainly be using your grammar and writing skills.

      (FYI - this is coming from someone that is a relatively slow reader too.)

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    24. Re:Any experienced teacher already deals with this by JaredOfEuropa · · Score: 2

      Why, those teachers may still think email is relevant. To a 15 year old, email might as well be the telegraph

      The teacher would be right in that case, and the student will be in for a rude awakening when they enter the work force in any sort of knowledge worker role. In business, email is still the medium of choice for written communication. And that's not likely to change in the near future.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    25. Re:Any experienced teacher already deals with this by gbjbaanb · · Score: 2

      so what, why would they? I doubt 1 in 20 executives bothers to read the quoted text nor do we ask them to.

    26. Re:Any experienced teacher already deals with this by petermgreen · · Score: 5, Informative

      Until very recently computer education in the UK was heavilly focussed on "ICT" which to a large extent ammounted to "pushing buttons in MS office". There was an attidude that permated the computing world (both inside and outside schools) that "you don't need to understand how it works" or "it's too complex for you to understand". Microcomputers that started up at a basic prompt where replaced with PCs were the ability to program was hidden if it was there at all. Systems that curious kids could fiddle with were replaced by systems locked down by network admins.

      The result of this attidude persisting for a long time (a couple of decades afaict) was a decline in the number and skill of people applying to university for computing related programs. This decline got the attention of people in high places and there is currently a push to move away from "ICT" to a computing syllabus that actually includes programming and learning about the fundamentals of computers.

      https://www.gov.uk/government/...

      Hence teachers pushed into teaching an area in which they have little knowlege and confidence. Combine that with the availability of material on the internet and through various other outside-school sources and it's not going to be difficult for the top pupils to legitimately overtake the teachers and the mediocre pupils to give the impression that they know more than the teacher.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    27. Re:Any experienced teacher already deals with this by davester666 · · Score: 1

      In Junior High [grades 7-9], by the second class, I knew more about programming the Apple II+ than the teacher did. It wasn't until end of highschool/university that the teachers caught up.

      --
      Sleep your way to a whiter smile...date a dentist!
    28. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 0

      or know that "he or she" is not grammatically correct when trying to be "gender neutral" which should use the neutral gender (it for singular or they for plural).

      I would hope you would be aware that referring to someone as an "it" (for example, when not clear from the name what gender the person is, or the person is trans) can be pretty insulting, right?

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    29. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      No, but when your CSC teacher can't wrap her head around re-entrant functions or recursion, you've got a problem.

    30. Re:Any experienced teacher already deals with this by roman_mir · · Score: 1, Interesting

      You make money based on how much money you make for someone else, or how hard your position is to fill. But we won't spend money just because something is important; like teachers or quality infrastructure or mitigating climate change or whatever.

      - if it's "important", then you'll be able to make money by doing it. If it's not important, you won't. AFAIC if something is actually important there is money to be made in it because there is a voluntary transaction somewhere there.

      If something is not important to me I don't want to have my money stolen from me so your idea of 'important' can be realised while I have a barrel of a gun pointed at my head by the government. So no, if your country priorities are out of whack that is not the reason for it.

    31. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      We get it, your brain functions. Congratulations, you are a human being.
      Given your functioning brain have you figured out how to deal with annoying people with ridiculous outsized egos?
      You never know when a skill like that might come in handy.

    32. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      In such cases, "he" is the gender neutral. Being insulted by proper grammar only makes one look ignorant.

    33. Re:Any experienced teacher already deals with this by mrchaotica · · Score: 1, Insightful

      "Obviously, if it were important then somebody would be willing to spend money on it!" -- Republicans

      ("'Tragedy of the Commons?' What's that?" -- also Republicans)

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    34. Re:Any experienced teacher already deals with this by mrchaotica · · Score: 1

      The Curiosity Foo seems weak in this current generation.

      I'm not sure if your spelling-fu is weak, or if you just don't know what the etymology of "[concept]-fu" is.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    35. Re:Any experienced teacher already deals with this by jedidiah · · Score: 1

      > so what, why would they? I doubt 1 in 20 executives has a masters-level understanding of mathematics nor do we ask them to.

      Is that supposed to be an example of a school teacher's grasp on logic and rhetoric?

      An executive usually has a masters degree relevant to their field, namely an MBA. That's the key here. What's relevant to the task? Most teachers are taught about "teaching" rather than being competent in their subject area.

      Teacher versus mathemetician or chemist.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    36. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 1

      Bullshit, there are no "teaching schools" in the US. Pretty much any real university has a teaching program. I've seen plenty of degree mills out there for massage therapy, medical coding, dental assising, etc. There are actually pretty strict requirements on courses and credits needed to even apply to take the tests for a teaching license. That license test is called the Praxis, if you care to look into it yourself.

    37. Re:Any experienced teacher already deals with this by Matheus · · Score: 1

      In this case clearly [concept]-Bar!

    38. Re:Any experienced teacher already deals with this by digsbo · · Score: 3, Insightful

      Teachers are preventing us from paying computer science teachers competitively, because the union insists in collective bargaining. Sorry, a fifth grade teacher should not get paid as much as a high school CS teacher. Nor do we have to offer them as much pay - there are too many elementary ed graduates for the number of available positions.

    39. Re:Any experienced teacher already deals with this by drinkypoo · · Score: 1

      The real difference is you thought you knew math, science and sometimes English, but when it really came down to it, masters-level mathematics could be whipped out to gently remind you, or perhaps break down some English sentence structure to show your actual understanding vs. what you think you know.

      Sadly, you don't have to know any of that stuff to teach mathematics in elementary school. You don't need a Masters, a teaching credential and a BA will get you in the door. You don't actually have to understand math theory to teach basic math. That seems like a problem, but since you won't actually learn any math theory in a basic mathematics class, it hardly matters. But there lies the rub: you should be learning mathematics theory from the beginning. Do it the way the ancients did it, with strings and rulers, and learn why math works and not just some computation tables.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    40. Re:Any experienced teacher already deals with this by drinkypoo · · Score: 0

      Given your functioning brain have you figured out how to deal with annoying people with ridiculous outsized egos?

      Why don't you figure out how to deal with your low self-esteem issues? They seem to be causing you to anonymously (and thus cowardly) attack people for being more intelligent than you are. We get it, you feel inadequate, whoever "you" are. Now run along, and let the adults talk.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    41. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 0

      In such cases, "he" is the gender neutral. Being insulted by proper grammar only makes one look ignorant.

      It's no longer "proper grammar." Please update your wetware

      Q: Is there a special rule regarding which pronoun to use when talking about a non-specific gender (“he/she,” “he or she,” “he”) or is it completely the writer’s choice? —Jarrett Z.

      A: For years, the masculine pronouns (he, his, him) graced most literary work when referring to a non-specific gender. It was an unspoken rule that was sexist and one-sided, but it stood in place for a long time. Being the equal-opportunity pronoun nation that we are today, that rule has changed—or, more precisely, completely disappeared.

      Both male and female pronouns are acceptable to use when the sex isn’t specified. Therefore it’s OK to write “he/she,” “he or she” or declare one gender to use throughout an article. Many writers will stick with their own biological genes—men tend to use the pronoun “he” while women generally use “she.” Both ways are perfectly fine. The preference lies in the hands of the writer.

      Many magazines, including the one you’re reading, take a different approach. Writing “his or her” or “his/her” can start to look clunky, and No. 1 on the Writer’s Digest 10 Commandments list states: “Thou shalt avoid clunkiness at all costs.” Our rule is to alternate pro-nouns: If we say “he” in one paragraph referencing a non-specified gender, the next time an example comes up in the article we’ll use “she.” And so on. Switching back and forth is easy to do, gets rid of the clutter and keeps readers from calling you unwanted names.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    42. Re:Any experienced teacher already deals with this by bibendum59 · · Score: 1

      This varies widely based on state, district and grade level. My wife is an elementary school teacher and usually has 4-6 weeks free in the summer plus some time during fall/winter/spring breaks. During the school year she generally works 45-50 hours/week.

    43. Re:Any experienced teacher already deals with this by rsborg · · Score: 1

      I'm pretty sure I knew math, science and sometimes English better than my teachers through high school. Experienced teachers know how to deal with students like us - how would this be any different?

      The really good teachers know how to *use* such a valuable resource - let the student lead or advise. Engage the knowledgeable student by growing their ability to lead and teach. Just because it's math doesn't mean that's all that there to be learned.

      --
      Make sure everyone's vote counts: Verified Voting
    44. Re:Any experienced teacher already deals with this by Archangel+Michael · · Score: 1

      how hard your position is to fill

      This is not the problem of those filling those jobs, it is the problem of those that need to fill so many spots and the candidates come in to fill those spots.

      Lets take this over simplified example:

      You have 100 spots to fill, and have VERY high standards. You put out a search and 1000 people apply, and only 10 people end up qualifing. Those 10 people are outstanding and will work for the pay you have indicated. How do you fill in the other 90 jobs you need filling? You have two choices, raise the pay, so that you can until you find 100 people who will do the job, OR you lower standards, or some sort of Combination.

      IF you raise the pay, you have to raise it for EVERYONE who qualifies, the union contract requires everyone be paid exactly the same, regardless of performance, education, and other qualifications. Each person you hire, costs exponentially more than the last. So, that isn't really going to work.

      So, what happens is that requirements are lowered, as you need to fill those positions.

      And just so you know, most school districts, salary and benefits represent about 80% or more of the annual budget of most districts. Many, if not most, districts are struggling with the budgets set already. And lets not talk about Mandated programs that come with too little funding.

      It is easy for armchair Superintendents of Schools to know how to fix the educational system.

      As an aside, I work in IT for a school district, the biggest hindrance to teachers learning tech is the teachers themselves. There is a subtle attitude most teachers have, and it is something like this "I don't want to learn _______". Being in IT, and having to learn new things all the time, this attitude is painful to watch, as it is often reflected in those teachers actual effectiveness in the classroom.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    45. Re:Any experienced teacher already deals with this by ArsonSmith · · Score: 2

      Republicans know what "tragedy of the commons" is. That's when you socialize something like Education to the point where nobody is willing to pay for it. Even college is getting to the point where it is mostly useless waste of 4 years where working some menial jobs in an industry for less than 2 years will get you better chances and be paid to do it.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    46. Re:Any experienced teacher already deals with this by ArsonSmith · · Score: 1

      I support wet tee-shirt contests.

      If were just bringing up tangents, though I prefer tanladys.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    47. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      (Different AC)

      It is 100% "proper grammar", and an online article from a magazine editor isn't enough to change that.

      I've always been more a fan of "they" for a singular person of undetermined gender but "he" has been around for far too long to start calling it wrong.

    48. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      It's hilarious the parent comment got at least two upvotes. Say what you will about geek arrogance, but insecurity at others being smarter than them is a lot more common on Slashdot than its opposite. Or maybe they just prefer to hide in silence and let the mod points do the talking.

      Wow, you really think that midpoints correlate at all to the intelligence of the posts? I agree that the ranting posts of the "Gay Wigger" idiot is usually modded 1 as a troll as it should be but there are frequently many highly intelligent comments are around 0 or 1 that make the +5 and +4 "Insightful" comments look just like someone copied the results of a poorly executed google search.

    49. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      No, experienced teachers don't know how to deal with students like us. When I was on high school, I brought in puzzles from home and did jigsaw puzzles in the back of the room, until the principal found out and decided it looked bad for the school to have a student "authorized" to not pay attention in class. After that, I must have developed a bowel problem, as I got a bathroom pass every class, until I was banned from the bathrooms. Then I just failed to go to class. I never scored less than 100% on any test. I should have been granted credit for the class (I took calculus in college in a special program, but the office screwed up and didn't give me credit I deserved).

      Nope, the school system has no clue what to do with a student who walks in day-1 capable of scoring a 100% on the final exam for that class. Wasn't the first time, but it was the time I was most able to do something about it. Near the end, the principal was coming to class every day to make sure I was sitting at my desk. Threatened to fail me in all subjects if my absences were too high. Mainly to cover up her previous mistake.

      In the time I worked as a tutor in college, I tutored people in subjects that I didn't know. It's not as hard as you think.

    50. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      So in other words, you don't value education, so you won't allow yourself to be taxed to pay for it in order for those smarter than you to benefit.

      Are all libertarians this smart?

    51. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Your "I don't want to learn..." usually comes from:
      a) "Sorry, that is your job Mr/Ms/Other IT body." or
      b) "You want me to learn that, when you have no idea of the curriculum."
      c) "You apparently haven't noticed that you have told us that we are not allowed to do that sort of thing."

      Summarising... IT people usually have no idea of what is supposed to be happening in class, or anything else that goes with it. IT people talk a talk, but usually do not seem to have any idea about how to walk the walk.

      Disclaimer: Designed, built, managed ICT/Network facilities for years, Taught CS/ICT at most levels for aeons.

    52. Re:Any experienced teacher already deals with this by darkwing_bmf · · Score: 1

      Defunding education is not the "tragedy of the commons." It's the tragedy of failed policies. If your hypothesis were correct, the military would also have reduced funding because it is also a socialized endeavor.

    53. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      Nope. First test in Honors physics in college (honors being the top 5% of students, based on entry exams), I got two problems marked wrong on a test. I talked to the professor after. He marked them wrong because my method of solving the problem "shouldn't have" worked. I whipped out a mathematical proof in his office (as a college freshman) and proved the assumption I made durring the test (calling it an assumption, because I didn't show my work on the proof in the test, just solved it in my head, showing all the physics work properly for full credit, but not the justification behind the equation I used. He knew it wasn't possible to solve it in the manner I did. It wasn't possible using the assumptions he used. I simplified his complex calculus problem to an algebra problem. He never saw that before, and assumed that because he stressed the complex calculus means, and set up the problem for a straight-forward integral, that I solved geometrically.

      The other question he marked wrong, I skipped a few steps, and he thought I didn't understand what I did.

    54. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      You should thank your lucky stars your teacher was smart enough to know when he was beaten.

      I have had several times when I was equally on point and had a teacher go off on a tangent about how I was a kid and therefore wrong or how I had an attitude problem or would just give me detention for pointing out an error. I did learn a lot from this, that some people take someone being intelligent or creative or going above and beyond normal achievement, as a personal attack. This does not change when you get out of school or out of college, because most "Normal" people fall for that kind of bullshit.

      My advice, is don't back down when a less intelligent person tries to throw their weight around, as it has been said many times, "Stupidity should be painful".

      I remember pointing out to a teacher when a projector had picture but no sound, that the light that shines through the Sound track part of the film was off or burnt out, and she refused to believe that such a thing existed. I did everything to explain to her how there is an edge track to the side of the frames of the film that provided the sound by brightening and dimming the light on a photocell as the film goes by, but she got all idiotic and claimed that I was making it up.. when she could have just opened up the panel on the projector and see that there was the light that shined on the screen and a smaller light bulb that was out and needed to be replaced (and in some projectors actually has spare bulbs right there on the inside of the housing.) Teachers should not go out of their way to humiliate students, but some people choose the teaching profession because they are insecure to begin with.. I suppose.

    55. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      If something is not important to me I don't want to have my money stolen from me so your idea of 'important' can be realised while I have a barrel of a gun pointed at my head by the government.

      Yes, you aren't opposed to taxes, or gun-barrel government. You just want to make sure it's spent on things you want. You want a benevolent dictatorship run like how you'd run it. I suggest you move to North Korea.

      Your worst fear is a democracy, where people get to vote on things, and those votes can cause change.

    56. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      I don't understand. Aren't the agreements signed by two parties, the unions, and the employers?

      Why is it that the unions get 100% of the blame (for bad things) and the employers get 100% of the credit (for good things)?

      In Texas, where the union is "illegal" (they can meet, they can talk. They can't demand, and they can't strike), the situation is no better.

    57. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      IF you raise the pay, you have to raise it for EVERYONE who qualifies, the union contract requires everyone be paid exactly the same, regardless of performance, education, and other qualifications.

      The Employer requires everyone be paid the same. Whether that's what the union asked for or not is irrelevant to the fact that it's the employer, and not the union, that sets the pay and pays it.

    58. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      Hell, you're probably right it's not all the union's fault here, but I've known more than enough teachers, and more importantly, ex-teachers, to know that the union pretty well squashes anything approaching a performance oriented pay system. If I didn't get a pay benefit for being a better developer than others at my company, I'd leave.

    59. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      He was replying to a guy who said that teachers had masters level understanding of the topics they teach. Did you even bother to read the quoted text?

      Teachers are only required to be one educational level above the students they teach.

      Associates degree to teach high school
      Bachelors to teach Associates level students *usually as an adjunct.
      Masters to teach Bachelors students and
      PHD level professors teaching Masters students.

      to teach Highschool does not require any extraordinary level of education, but some students think that hs biology teachers are "Doctors". Funny really.

    60. Re:Any experienced teacher already deals with this by fahrbot-bot · · Score: 2

      The Curiosity Foo seems weak in this current generation.

      I'm not sure if your spelling-fu is weak, or if you just don't know what the etymology of "[concept]-fu" is.

      Nope. You're (obviously) correct. I got distracted while exercising my weak typing-fu and clicked straight through Preview / Submit - sigh.

      --
      It must have been something you assimilated. . . .
    61. Re:Any experienced teacher already deals with this by roman_mir · · Score: 1

      I am completely opposed to all taxes and to all forms of government, including dictatorships and democracies, which as a matter of fact are also dictatorships, except it's impossible to oust the dictator.

    62. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      No there was an attitude amongst the politicians and business that that is what business needed so that the same people complaining now could save some money on training costs and wages.

    63. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Hell of a lot of smarter people around than me though sometimes they lack common sense.

    64. Re:Any experienced teacher already deals with this by Master+Moose · · Score: 2

      My best teacher, also now my friend loves his summers off.

      He is experienced, knows his stuff and basically recycles the same content/lesson plans each year and only updates to improve on what did/didn't work so well, changes in curriculum and administration (as well as to relieve boredom).

      On our last conversation, there is a high chance that my son will be in his class this year and from what I have spoken with my teacher friend about - I should recognise a fair bit of the work he has to complete.

      --
      . . .gone when the morning comes
    65. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      The union only squashes that which the employer signs, and no more. The employer is 50% responsible, if not more.

      People (union and otherwise) have come out in support of performance pay. The question is, how do you define performance.

    66. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      No government is a military dictatorship. If not today, then tomorrow. And usually one with 100% taxes, depending on your local warlord.

    67. Re:Any experienced teacher already deals with this by Master+Moose · · Score: 1

      I believe this to be a trait for many government departments/agencies the world over.

      --
      . . .gone when the morning comes
    68. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      That doesn't stop "he or she" from being gramatically incorrect. It just means that social acceptability outweighs grammatical concerns in this situation.

    69. Re:Any experienced teacher already deals with this by xaxa · · Score: 1

      Primary school teachers in the UK are paid a lot less than secondary school teachers, I assume because the job is a good bit easier.

      Both my parents were secondary school teachers. They'd both manage a long break in the summer, at least 6 weeks, but made up for it by working well over the official hours in term time. I guess before they had children they might have valued the summer holiday less, and normal weekends / evenings more.

      (Legal minimum holiday here is four weeks (20 days), but the actual average is 26 days. In both cases add 8 public holidays (Christmas day etc).)

    70. Re:Any experienced teacher already deals with this by Archangel+Michael · · Score: 1

      Actually, having been in IT for nearly 30 years, and 15 or so in a school of some sort, I can assure you that

      1) Attitude usually starts with teachers who think they know more than everyone else, because ... well they are a teacher.
      2) I have to know a little about everyone's job, from Business to Teaching to custodial to .... We have a joke, that it if has a key, copper or uses electricity, it is our job.
      3) What a crock. We have new tech all the time, and teachers want it to work magically. Why? because they view technology as magic.

      Summarizing, most of the problem isn't IT, it is the user. IT has issues with users a lot, but where I am, IT is not the problem, not most of the time anyways.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    71. Re:Any experienced teacher already deals with this by roman_mir · · Score: 1

      So USA then? 19th century USA - pretty much no government to speak of (of-course the war was started to prove otherwise), no income related taxes, no business regulation, a growing economy, the country became largest producer of manufactured goods in the world, USA became biggest exporter and thus biggest creditor nation on the planet Earth, and that is only a few decades after being a debtor nation and a mere afterthought to Europe.

      Then of-course all the wealth created the welfare state, destroyed freedoms and now it is becoming a military dictatorship.

      My point is that the time of no government and maximum individual freedom is the time when we build maximum prosperity. Sure, we should want to maximise prosperity, but my point is also that we should have maximum individual freedom regardless of prosperity that it brings.

      Should there be a structure to occupy space of government that prevents other structures like this from forming? I am no longer convinced that it is a necessity, I think with globalization, global communications, global travel, global businesses it's becoming less of a factor and eventually we will end up (I think we will) with a system that has no central governments. Sure, there will be smaller municipal governments but the central governments will lose their role in the global society, and that's a good thing, not a bad one. But before it happens there will be a huge crash and the governments will lose their credibility.

      We had various bubbles and crashes and the incoming crash will be a crash of government. We have a huge bubble inflated in people trusting governments and people relying on governments, this bubble will burst and that's great, of-course it will be a painful transition, which is often the case with transitions, but it's for the best, so good luck to you.

    72. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      People (union and otherwise) have come out in support of performance pay. The question is, how do you define performance.

      Have you ever tried to start that conversation with a teacher? What was their reaction?

    73. Re:Any experienced teacher already deals with this by ArsonSmith · · Score: 1

      Consistency is not a political parties strong point. Yet truth and facts will transcend that. you are correct about military should have reduced funding.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    74. Re:Any experienced teacher already deals with this by xaxa · · Score: 1

      Why should English classes be more about works of fiction and theatre by dead white European males and less about communicating your own ideas to other people?

      Here's some of what I had to study when I was approaching 16, in 2002. You'll note the opposite criticism has been made -- "the inclusion of the poems represented an "obsession with multi-culturalism"."

      I had trouble writing and analysing fiction, and always received poor grades. A few months before the final exam the teacher set me some work to analyse and write something more factual -- I think it was articles from a popular science magazine. That was easy, I got As. It was a topic most English teachers didn't enjoy teaching, and avoided, but the examination board allowed it as an alternative.

    75. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      The union only squashes that which the employer signs, and no more. The employer is 50% responsible, if not more.

      Not true. People applying for teaching positions MAY NOT agree to work for less than the union-scheduled wages in most/all states, even if they are not part of the union.

    76. Re:Any experienced teacher already deals with this by UnderCoverPenguin · · Score: 2

      Kids often know how to use something, but not how those things actually work.

      In these days of "teach to the test", seems that too many schools don't care about the "how", so don't bother teaching it.

      I was a very curious kid. So was my daughter. And so are my young nieces and nephews. Curiosity isn't dead, but does seem to be highly discouraged.

      --
      Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
    77. Re:Any experienced teacher already deals with this by bitingduck · · Score: 1

      I was lucky enough back in the 80's that when there were 4-5 of us in the computer programming class who knew more than the instructor that he also knew that and was cool with it. We didn't cause trouble, and he would ask us stuff that he didn't know occasionally.

      It eventually led to a summer gig doing some programming for the school district. On the first day, the district programmer (smallish district, there was just one guy) took me into his office and said "I know you can get in and figure out how to get in and change grades. Please don't." and left it at that.

    78. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      They are all for it, but disagree over the details of what "performance" means and how to measure it.

      How about you? Have you done it, or just made assumptions?

    79. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      They can "agree" to it, but the employer will over-pay in order to meet the employer-negotiated, employer-signed contract. The union doesn't "get" anything that the employer doesn't sign.

    80. Re:Any experienced teacher already deals with this by Trailer+Trash · · Score: 0

      You're right that you have to deal with people like this all through life, and I can definitely sympathize with what you've written having dealt with the "you're not as smart as you think you are" bs many times when I actually *was* as smart as I thought I was. It may not sound like it from above but I'm acutely aware of my limitations.

      I will say, though, that I also stood up for myself and detention wouldn't have happened to me. I never had any qualms about handling issues directly and going to higher authorities where necessary, the highest being my parents. Still teaching my kids about that concept.

      The 6th grade teacher referenced above actually wrote on my report card mid-year that I was a trouble-maker. My 6th grade home room teacher (we had two teachers in grades 4-6) actually wrote at the end of the year that she had asked the students in class and I wasn't the trouble-maker, my other teacher was the problem. That particular woman, by the way, came out strongly against ongoing teacher testing when it was proposed in Indiana. Surprise, surprise.

      My hometown isn't a very wealthy area and our teachers were paid terribly back then (starting salary in 1982 was $13,000/year). Still, we had some great teachers who really put everything into it and didn't let the lack of resources hamper their teaching noticeably. I didn't mind the few who were subpar because they were the exception.

      To give you an idea of what our monetary situation was, we had a junior high (7th and 8th grades) and a high school (9-12) a city block apart with classes in each building. Junior high was built in the mid 1940s and the high school was built in 1916. I graduated in 1986 and the building was about to fall in. I could talk a lot about it but the county was able to put new schools up I think the year after we left. We had steam heat, asbestos-covered pipes, we were poor but we loved it. Had to wear coats to some classes. Those were the days...

    81. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      My experience was more of the fingers-in-ears, foot-stompy variety while I tried to explain that the system wasn't punitive, and about an hour later I got them off the ceiling and they said, "hmm, that sounds reasonable."

      Even if the teachers who are favorable towards this would move it to discussions, since all decisions regarding education are political in nature (within and outside the teacher union and the school board and the legislature), I very much doubt it will succeed. There is too much riding on it failing.

    82. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      Are you saying the employer will be allowed by the union to let them work for less, but will pay them scale anyway?

      I'll throw this one at you - do you seriously think if the school district hired someone well above scale for a computer science job, that the union would allow that?

    83. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      If you're Elementary and Middle School English teachers did their job right,

      If your Elementary and Middle School English teachers had done their job right they'd have taught you the difference between "your" and "you're"

    84. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Corporate IT trainers (usually greybeards with about 30 years experience) were earning £300/$450 back in the 1980's. They had the patience to teach people skills in everything from telecoms to database systems. Even cable-pullers were earning £300/hour by hauling fibre-optic cable through buildings.

      I've heard school-kids talking about how to set up their own home networks with IP addresses, port addresses and how to change the settings of the home firewall/router. That's all stuff that used to be in the domain of sys admins.

    85. Re:Any experienced teacher already deals with this by Wycliffe · · Score: 2

      This is another indication of how far out of whack our priorities are as a country. You make money based on how much money you make for someone else, or how hard your position is to fill. But we won't spend money just because something is important; like teachers or quality infrastructure or mitigating climate change or whatever.

      The linked article talks about how hard it is to get good teachers for computing because anyone who's any good at it can make a lot more money elsewhere. Is anyone proposing paying a computing teacher $90,000 a year, or whatever is competitive, to compensate for that?

      I had an excellent electronics teacher in HS who mentioned once that he took a 50% paycut when he switched from industry to teaching so I agree
      with you completely but what system would you propose? Should we rank occupations and pay them what we value them? This might be possible
      in a controlled economy but I'm not sure how you would do it in a free market. Do people who are more skilled at that occupation get paid more?
      Even unions have a hard time with this, do you pay based on skill level or senority or something else?

      Everyone seems to want to pay teachers less because they get summers off. Nobody wants to pay them more because for the vital function they serve in our society. Like I said, priorities out of whack.

      Besides the other benefits of year round school, this might be an added benefit to help eliminate this excuse but it's not the complete fix for it as
      police officers, etc.. are also underpaid and don't have that excuse.

      Daycares have a similiar problem. In order to make day care affordable, they cannot afford to pay the staff hardly anything because it soon becomes
      cost prohibitive. Where I live, daycare workers make about $8 per hour but it still costs $4 per hour to put your kid in daycare so if you have only 2 kids
      you need to make over $8 per hour to even pay for the cost of the daycare.

      The only semi-reasonable solution I can think of to the education problem would be conscription or some sort of co-op system where everyone reaching
      the age of 40(or even 65) is required to teach a number of years. This would get the experienced people you want and you could even make it a condition
      to receive social security like mandatory registration is for college aid. The biggest problem I see with this (besides the fact that conscription isn't ideal) is
      that you are getting experienced teachers who are experienced in their field but not necessarily experienced at teaching.

      Even this solution though only solves a fraction of the problem and doesn't do anything about the football player making millions while the other presumably
      more important occupations like research or people making the world a better place make a fraction of that amount.

    86. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1

      (Different AC)

      It is 100% "proper grammar", and an online article from a magazine editor isn't enough to change that.

      I've always been more a fan of "they" for a singular person of undetermined gender but "he" has been around for far too long to start calling it wrong.

      from the first page of results for googling "he or she grammar"

      It's more than just writer's digest.

      Here

      If your child is thinking about a gap year, ? can get good advice from this website.

      A researcher has to be completely objective in ? findings.

      In the past, people tended to use the pronouns he, his, him, or himself in situations like this:

      If your child is thinking about a gap year, he can get good advice from this website.

      A researcher has to be completely objective in his findings.

      Today, this approach is seen as outdated and sexist. There are other options which allow you to arrive at a ‘gender-neutral’ solution, as follows:

      You can use the wording ‘he or she’, ‘his or her’, etc.:
      If your child is thinking about a gap year, he or she can get good advice from this website.

      A researcher has to be completely objective in his or her findings.

      and here

      He or She in Unknown Gender

      For years, if the gender of an individual referred to in a sentence is unknown, “he” would be used as the generic pronoun.

      “We don’t know who started the fire,” a police officer might say, “but he will be held responsible.”
      It is understood, by both the police officer and any listeners, that “he” could refer to either a woman or a man.

      However, as culture changes, so does the language along with it, and many believe that the exclusive use of “he” for a person of unknown gender is sexist. There are a few options in this situation.

      An archaic way of dealing with the issue is to use “one,” as in “One never knows what one can expect.”
      Using this pronoun is often clunky and results in some strange-sounding sentences.

      “He or she” can be used in moderation, but it cannot be used too many times at once: “he or she knows that if he or she needs to talk, he or she can visit his or her professor.”
      Some use “they,” but this word cannot be used with a singular antecedent—it is only used with plurals.

      and

      Traditionally, he and him were used to refer to both genders in formal writing:

      If anyone has any evidence to oppose this view, let him inform the police immediately.

      Nowadays, we often see gender neutral forms (e.g. he or she, he/she, s/he, (s)he, they and him or her, him/her, them) when we do not know if the person referred to is male or female:

      The bank manager could help with your problem. He or she will probably be able to give you a loan. (or he/she will probably be able to or they will probably be able to )

      Go to a hairdresser. Ask him or her to come up with a style that suits you, your hair, your lifestyle. (or ask him/her to come up with a style or ask them to come up with a style )

      When you get into the building, go to the person on the desk in the reception area. They can tell you where to go. (or He or she can tell you where to go.)

      Language changes. There are plenty of words that previous generations used (eg: the "N" word, "Mistress" for the female head of the house) without a second thought - but usage has changed.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    87. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Uh, no. My wife walks out of school at the end of June, and goes back for 4-5 days before school starts in the fall to prep her classroom. There is no scheduled work in that period.

    88. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      I attend a state school in the UK and will study Computer Science next year at one of the two famous universities over here.

      I fully endorse the above. Our "computing" teacher literally has to teach himself the lessons he teaches the night before, through tutorials on the Internet.

    89. Re:Any experienced teacher already deals with this by Slashjones · · Score: 1

      Yeah, let's force kids to attend these rote memorization prisons all year round! Just adding more quantity won't fix the problems with rote memorization, standardized testing, and one-size-fits-all schooling.

    90. Re:Any experienced teacher already deals with this by Slashjones · · Score: 1

      I've noticed that A students can *use* all sorts of math, but do they have a deep understanding of it? Barely any do, in my experience. It's quite sad that they can get such good grades when they don't truly understand any of the material.

      We train people to be mere users, but we do not help them reach true understanding. That's not what the education system should be.

    91. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      ... paying a computing teacher $90,000 a year ...

      No-one's demanding that teachers are paid $90,000 a year to teach biology, physics, chemistry, maths: The other hard sciences needed by industry. It doesn't take a genius to work their way through "C programming for dummies". What students need is someone who understands the tools used to enable C language programming; the hand of experience that understands how to break it down. Plus the 'teacher' component; someone who can turn their experience into varied and valuable lessons for a bunch of bored, tired, horny teenagers.

      Teachers are trained to babysit teenagers through a wage-slave syllabus, not to use the tools under study on a real problem. Of course students who are "spending another 4 - 6 hours every day tinkering", have more experience than their teacher.

      Some states offer a graduate-level entry into teaching, so work-place experience can enter the class-room. Paying mid-level knowledge workers that "can make a lot more money elsewhere" to work in education will benefit everybody. But the department of education and the teacher's union don't want grades of teachers, just grades of students.

    92. Re:Any experienced teacher already deals with this by Firethorn · · Score: 1

      Not having the huge break where kids not only forget things but forget how to learn in some ways is a huge decrement. Students who spend less time in class each day and/or have longer breaks between semesters but no huge summer vacation period perform substantially better than the traditional system.

      Rote memorization, standardized testing, and one-size schooling is a problem no matter HOW you schedule your school.

      --
      I don't read AC A human right
    93. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      I'll throw this one at you - do you seriously think if the school district hired someone well above scale for a computer science job, that the union would allow that?

      Yes. They have no choice. They have no say in the matter. All they can do is sue the government, and the government would have to agree to being sued to have the case heard. It's illegal for the teacher's union to strike in Texas.

    94. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      They've heard it before, usually from conservatives using it as an excuse to punish teachers for not being productive members of society. So yes, when you walk up and say "I'd like to talk to you about a new pay system" they'll treat you like a Mormon knocking on the door during dinner.

    95. Re:Any experienced teacher already deals with this by rhodium_mir · · Score: 1

      Any time now, right? Care to attach a decade to your prediction?

      --
      You can't spell "oneiromancy" without "roman".
    96. Re:Any experienced teacher already deals with this by Ravaldy · · Score: 1

      This is exactly why I'm so tired of this linear compensation system. Lots of teachers out there. Some are awesome and some are complete garbage. Of all professions, teaching is probably the one government run operations I would suggest a bonus system be implemented instead of the ridiculous attempt at putting in 10 - 15% salary increase (which I'm sure some deserve).

      The beauty of education is that it's effectiveness can be measured via standardized testing (Please don't beat me up yet). IMHO, standardized testing should be used to determine a bonus that teachers would receive based on their success rate. I understand that in some areas teaching children may be more difficult due to the street culture but this is why it's so important to set the bar the same for all.

      It doesn't end there. As the success rate increased, the standardized testing needs to evolve to force teachers to continue improving. As far as I'm concerned this is the only way we will managed to provide proper education to our children AND possibly keep our teachers interested. Give incentives for teachers to improve our whole education system.

    97. Re:Any experienced teacher already deals with this by Slashjones · · Score: 1

      If we properly educated people and guided them down the path to getting a deep understanding of the material, they wouldn't forget things so easily, and it would also probably prevent them from finding education so boring. My point is... even if we change the schedule, what are they going to do after they're done with school? Forget everything? That seems to be the case.

      Students who spend less time in class each day and/or have longer breaks between semesters but no huge summer vacation period perform substantially better than the traditional system.

      The methods currently used to measure their understanding of the material are deeply flawed in the first place, as they don't require that anyone understand anything.

      I guess changing the schedule around and spreading out breaks doesn't seem bad to me, but some people (I guess not you) act like that's all that needs to be done.

    98. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      oh garbage, I got a teaching degree. It's not hard, it's not rigorous, and the standardized test I took for certification is just as laughably irrelevant as the ones I teach to now.

    99. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0
      I have a genius level I.Q. I did indeed know more science than one of my high school teachers. I knew it. She knew it, and she knew I knew. But even she could deal with that—I wanted to learn, and she could at least (and did) get out of the way while I absorbed all the science I could.

      Why should we be problems? We are basically the easy ones, who desperately, obsessively need to learn. All the teacher needs to do is point us in the right direction and use the opportunity to spend more time with the student that needs a little encouragement.

    100. Re:Any experienced teacher already deals with this by ballenoz · · Score: 1

      If you were good at both English and Mathematics, why would you be calling it MATH? [grin]

    101. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0
      Is money the motivator?

      I worked for years in IT at a university, not being paid very well at all. But I loved the work, and I was paid enough to live comfortably, so that was not an issue. Being paid more did not (and does not) motivate me. I only left that employer when the job became horrible (another story). Now I'm paid quite well, but I could be paid a lot more. However, that's not what motivates me. Doing worthwhile work and making a difference motivate me.

      Do you really only care about money? Is that why you go to work?

      * I need sufficient money to live

      * My employer needs me to produce more value than I cost them

      * I don't care how much more profit I make them. I am not incented by bonuses. Unlike the salesforce, I am not coin-operated (and as the Chief of H.R. pointed out to me, even the salescritters mainly use the $$$ to keep score. Some could recall every commission they had ever made, only because it was, for them, a scorecard). I'm making the company money? Good. I'm not going to ask for more of it, just acknowledge that I'm doing a good job and keep giving me more interesting stuff to do.

      * I don't seek power. I don't wish to manage people (and I'm crap at it). Therefor, I don't seek money in order to gain power.

      If you want good teachers, then society needs to value them. Praise them. REWARD THEM! Society doesn't actually need to pay them highly (just enough). Money is NOT the only reward. Except that America thinks that money is the measure of all things. And that is the problem. (The rest of the world doesn't all think that way, in case you hadn't noticed.)

    102. Re:Any experienced teacher already deals with this by GlenRaphael · · Score: 1

      Why would you expect a high school math teacher to know any "masters-level mathematics"? They probably got an undergrad degree in "Education", not math. You're lucky if your math instructor even knows math at the undergrad level. I suspect a lot of us have had the experience of figuring out something in math (or physics, or what-have-you) to a level that the teacher didn't understand.

      --
      I play Nerd-Folk!
    103. Re:Any experienced teacher already deals with this by fractoid · · Score: 2

      You raise an important difference between computing teachers and other school teachers. Your friend can legitimately teach the same course every year, because the (say) mathematics syllabus only marginally changes from year to year. A computer teacher teaching the same course for 10 years would be teaching far out-of-date software, languages etc.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    104. Re:Any experienced teacher already deals with this by LostMyBeaver · · Score: 1

      I live in Norway. The entire population gets 5 weeks vacation and 2 weeks sick leave (2 more for sick kids) and most Christian holidays off.

    105. Re:Any experienced teacher already deals with this by LostMyBeaver · · Score: 1

      haha!

      As I get old,I fear democracy because as I understand the system better,I realize I lack the education or the necessary information resources to make a decision any more intelligent than whether I like a candidate's hair.

    106. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Only because they are still teaching products, rather than concepts.

      The two latest concepts in computing for the masses is the GUI and touch-gestures. Possibly web browsers, but if you can already use a GUI, the only things needed for understanding a web browser, is the whole thing about global computer networks (aka. this information is not actually on your computer, and there's so much of it that you can forget about printing it) and searching. Other than that, using a web browser was no different than using Microsoft Encarta.

    107. Re:Any experienced teacher already deals with this by serviscope_minor · · Score: 1

      If you're opposed to all forms of government, then how do you stop the strongest person enslaving all others and becoming a de-facto dictator?

      --
      SJW n. One who posts facts.
    108. Re:Any experienced teacher already deals with this by TheRaven64 · · Score: 1

      Add to that, teachers have constrained vacation time which means that, if they want to travel, they can only do it at peak season prices.

      --
      I am TheRaven on Soylent News
    109. Re:Any experienced teacher already deals with this by gsslay · · Score: 1

      So either you went to a really bad school, were a child genius, or just a normal teenager with an inflated opinion of your knowledge and experience in comparison to adults.

      Which do you think is most likely?

    110. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      The Curiosity Foo seems weak in this current generation.

      I had a discussion with someone about this recently. I'm 32 and am talking to a ~24 year old, so the age gap isn't that big, but big enough. We're talking about jobs in computing, and he starts saying how degrees are worthless and how he can make good money as a web developer when all he knows is python, some C#, and a little PHP. What he was saying is in some ways true, entry-level web developers can make a decent amount of money, but in many ways I think we're headed toward Idiocracy.

      I mentioned I went to college and got a Masters in CS, and that I've written the code that enables his job. While (somewhat) respectful, he still stuck to his guns about not needing to know math beyond what little coding he's really done. He even admonished one of his own friends for pursuing a bachelors in CS.

      I must be at the tail end of one of the generation gaps because I actually enjoy learning about the world around me. I look under the hood of a car and see all the bits and pieces that actually make the thing work. This guy was content with "just good enough", without any regard for future earning potential or climbing the ranks. It'll be interesting to see how things shake out as I turn into one of those gray-beards later on

    111. Re:Any experienced teacher already deals with this by TemporalBeing · · Score: 1
      That may be. However, "he or she" is still a very awkward expression, and still grammatically incorrect however socially acceptable it may have become. It is a construct defined by people that do not understand grammar, and foisted on others.

      The grammatically correct method is to use "it" or "they", though more typically "they" for both singular and plural as it contains both "he and she" and is the proper way to refer to an unknown person.

      Historically the English language, like many languages, used the masculine to encapsulate both genders as well, and that too is grammatically correct. You could also use the feminine that way if you like, but there's not much history in that. Either of these are still better grammar than using "he or she".

      So choose your method of proper grammar:
      • it or they
      • masculine encapsulation
      • feminine encapsulation

      and then be consistent in what you are writing. You can't use one method in one sentence and another method in the next sentence while referring to the same unknown person. Consistency is key.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    112. Re:Any experienced teacher already deals with this by TemporalBeing · · Score: 1

      or know that "he or she" is not grammatically correct when trying to be "gender neutral" which should use the neutral gender (it for singular or they for plural).

      I would hope you would be aware that referring to someone as an "it" (for example, when not clear from the name what gender the person is, or the person is trans) can be pretty insulting, right?

      Which is why it is normal to use "they" instead. It's up to the writer.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    113. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      (Same AC you just replied to) (Let's call me "W" if I end up replying again)

      Usage may have changed but proper grammar has not.

      It's perfectly proper grammar to say that the niggardly fellow warms the cockles of my heart even though some would prefer I change the phrasing. After all, "fellow" would appear to indicate the gender, but is still perfectly acceptable when it is not known.

      Non-offensive word choice is a completely different argument than proper grammar and I still have not heard a better suggestion than "they" (or "he" (or "she", to be inclusive)). Using both "he" and "she" in every reference for any length of time is just atrocious (and I've heard "he/she" used in a negative manner, which gets us no further ahead).

          - W

    114. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      http://www.oxforddictionaries.com/words/he-or-she-versus-they

      "Some people object to the use of plural pronouns in this type of situation on the grounds that it’s ungrammatical. In fact, the use of plural pronouns to refer back to a singular subject isn’t new: it represents a revival of a practice dating from the 16th century. It’s increasingly common in current English and is now widely accepted both in speech and in writing."

      - W

    115. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      19th century USA - pretty much no government to speak of

      Wrong on its face. 19th century is the very birthplace of big government in the US. Reconstruction gave the feds the excuse to lord over the states. The Civil War gave government the excuse to expand its army. Industrializing said army gave birth to the Military Industrial Complex. Big Government needed Big Business to make all the railroads and ships and guns. Big Business needed Big Government to violate the freedoms and property of people to favor Big Business. Imminent domain. Chasing native Indians off their land. Pressuring wages of immigrants to stay low. etc.

      no income related taxes

      Wrong on its face. Lincoln's Republicans introduced the first income tax EVER in the US to pay for the Civil War. This act also included property taxes, and just one year later another act was passed, introducing progressive taxation, and also creation of the IRS.

      My point is that the time of no government and maximum individual freedom is the time when we build maximum prosperity.

      And your point is simply wrong. Maximum prosperity happened when individual freedoms were sacrificed for that prosperity. The freedoms of the aforementioned groups were destroyed to help "Americans", a subgroup of "all men" in the Founder's declaration. And even those "Americans" themselves lost some freedom, as they became slaves to taxation.

      It's an unfortunate reality, but prosperity and freedom do not go hand in hand. Empires past and present were prosperous. They weren't free. Tribes still living off the land out in amazon rainforests are free. They ain't so prosperous by our standards (they aren't exactly participating in that globalized economy and communicating globally, you know)

    116. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1

      You can't use one method in one sentence and another method in the next sentence while referring to the same unknown person. Consistency is key.

      Sure you can. People do it all the time. We've rejected the patriarchal view that "he" is always the way to refer to someone when you don't know their gender, and "it" objectifies people and is insulting. There's one troll who is following me around all the time posting comments like " You're not a person. You're an 'it " Fortunately nobody gives APK (the HOSTS file troll) any credence, even when he posts his turds against me more than 100 times a day.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    117. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1

      Except that "they" is grammatically incorrect when referring to a single person. It's a kludge. Using "he or she" is perfect - it's singular, and it's why more and more people are using it. Obsolete customs are poor not justifications for preserving a grammar "rule" that isn't even grammatical.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    118. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1

      I wasn't referring to the word "niggardly" when I referred to "the 'N' word", and pretending that you didn't know the word I was referring to is disingenuous.

      "They is grammatically incorrect when referring to a single person." "They" is plural. Referring to someone of unknown gender as "he or she" in the first mention, then switching to a gender-specific pronoun afterwards is acceptable, as is mixing gender pronouns throughout the rest of the page, or then using "the person".

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    119. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1

      It was abandoned in the 16th century, just as we abandoned "Thee" and "Thou". People also increasingly write "I'll axe you" when they mean "I'll ask you", or "I'm going their" instead of "I'm going there." Or "grammer" instead of "grammar."

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    120. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      Interesting. Do you know if that applies in other states?

    121. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      Bah. That's too strong a claim, and doesn't lay nearly enough responsibility on the teacher unions for having something to bring to the table. When have you heard about widespread support for merit pay reform from a teacher's union? Never. If they never bring anything to the table, they'll always be reacting to what others bring to the table.

    122. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      This conversation is not about sensible countries.

    123. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      I wasn't being disingenuous, I was subverting expectations in a humorous manner.

      http://en.wikipedia.org/wiki/Singular_they

      You keep telling me that I'm wrong. I can accept that you may not like the "they" method, but nothing you've said has convinced me that it's wrong. Do you have any respected sources (...sorry, just had to shake off the cognitive dissonance that resulted from me asking for a respected source after posting a wiki link...) that would support your stance?

      - W

    124. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Dost thee suggest that thee and thou hast becometh incorrect merely due to the fickle favour of the unwashed masses? Surely scholars shan't eschew such syllables to satisfy some silly stylistic selection of some simple citizenry.

      Also, my grammer was a wonderful lady, and I'll thank you not to lump her in with those who would axe their questions in such a manner.

      Unless you're arguing that those mistakes have become "correct" simple because the "old way" is falling out of favour. I'm not seeing your point there otherwise.

      - W

    125. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      There is no way I would willingly put a child through that.

    126. Re:Any experienced teacher already deals with this by TemporalBeing · · Score: 1

      You can't use one method in one sentence and another method in the next sentence while referring to the same unknown person. Consistency is key.

      Sure you can. People do it all the time. We've rejected the patriarchal view that "he" is always the way to refer to someone when you don't know their gender, and "it" objectifies people and is insulting.

      People do so because they were not taught correctly because of the whole PC movement and their grammatical incorrectness. Keep in mind, this is not for referring to any specific person - it is for referring to an unknown person or group people. If you are referring to a specific person then yes you must use the correct gender.

      Also, see my other posts in this thread - if you want to use the feminine to encapsulate that's fine too. Just be consistent. You have choices; but none of them are "he or she" if you want proper English grammar.

      Just because people do, doesn't make it correct or right.

      Honestly, if your (or anyone) tried to publish or reviewing that kind of grammar under something I was editing, I'd call it out and make you correct it.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    127. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      Don't know. Don't care. If your state is screwed up, that's your problem. Why don't you go vote on that issue? Too worried about gay marriage, gun rights, and abortion to ask about the other issues? There's a reason why the two parties focus on the divisive issues. Othewise, people would find out they don't represent the people.

      Hell, if it's a big enough issue to you, move to Texas. It's not like the system that's more like you assert as "ideal" runs any better in practice. By law, the unions in Texas have no power. Yet the education is no better or worse than anywhere else in the US. Seems unions are unrelated to the education problems. But if you don't have the unions to complain about, what would you do? Nah, you'll still complain about unions. Oh, and I did find out if it applies elsewhere. http://education.findlaw.com/t... But you'll note, the unions don't correlate with school performance. But don't let reality interfere with your irrational hatred of unions.

    128. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      Tone it down, no need to start throwing crap around. As it happens, my wife's pay was negatively impacted by union policies at an underperforming school, so there's nothing at all irrational about my dislike for unions. And sorry, I really can't get into more details.

    129. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      Yes, the "I hate them for good reasons, but won't give any" excuse. At least I named a state. The one I grew up in and spent many years in the schools system of.

      I took a class from the highest paid teacher in DISD. She had been there so long, that they lowered the cap, then put in mandatory cost-of-living increases, so it's impossible for anyone who starts teaching today to ever reach her level of pay (unless the contracts change). The law states that "collective bargaining" is illegal in Texas, but they still have a union. I think there is collective bargaining, despite it being illegal. But it's more passive. The union posts "recommendations" and "requests" and it's illegal for them to even threaten a strike, so they don't get all they want, or even much of it. But are involved in the contract process.

      If she's actively working as a teacher, it's not unusual to move states and pick up a contract that counts years "served" elsewhere.

    130. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1
      Good one :-) Mind you, I think I have a better solution to the whole "it/they" "he or she" thing. Just write in the second person.

      Using it / they for a single person, it's not clear that we're only talking about one person

      They walked into a door.

      Using he or she works, but ...

      He or she walked into a door.

      2nd person:

      You walked into a door. Ouch! Then you were eaten by a grue.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    131. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      Fine, here you go, but I really can't give more specifics: Non-teaching faculty covered by the collective agreement who have special expertise were afforded summer work rates at about 60% of what a contractor doing the same work could get. The work was optional for the faculty, but had to get done by the school. Generally, the employees did the work over the summer, despite being able to get better pay doing contract work for other districts, simply out of goodwill. The teachers in the union complained about this and insisted the specialists get paid the same hourly rate as teachers, which brought the rate to about 30% of market. This ended up causing the faculty doing out of goodwill to take an additional 50% cut, and also cost the school more, because outside contractors brought in to do the work NOT done by faculty due to the lower rate (some but not all) got paid market. Smart fucking move, union. And it ALL came, 100% of it, from the teachers on the union. NOTHING to do with the school district. In fact, the administration expressed to the specialists that they felt they had the specialists' interests at heart more than the union reps, who were supposedly supposed to represent the specialists, too.

    132. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1

      "He or she" is proper English for referring to one person of unknown gender. It's much better than "they", because "they" is plural. It's only sloppiness that has allowed that to become acceptable usage.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    133. Re:Any experienced teacher already deals with this by AK+Marc · · Score: 1

      And it ALL came, 100% of it, from the teachers on the union. NOTHING to do with the school district.

      Yet the school district signed it. Did the School District offer to double the teacher's pay, rather than halving the specialist's pay? Did the School District offer contracting roles to anyone doing the work, even if they were already employees? What did the school district do in negotiations, other than complain about the union, while agreeing with the union (proved by their signature on the agreement)?

    134. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      I am completely opposed to all taxes and to all forms of government, including dictatorships and democracies

      Why do you feel the need to lie in order to add words to your statement? You have repeatedly shown your desire to install a dictatorship in the US. Your fascist ambitions are clear to everyone who has ever read anything you have ever written here.

    135. Re:Any experienced teacher already deals with this by digsbo · · Score: 1

      Yet the school district signed it. Did the School District offer to double the teacher's pay, rather than halving the specialist's pay? Did the School District offer contracting roles to anyone doing the work, even if they were already employees? What did the school district do in negotiations, other than complain about the union, while agreeing with the union (proved by their signature on the agreement)?

      The district did not offer to double the teachers' pay. There is no higher contract rate for teachers during the summer because there are more teachers willing to work the hours than available hours.

      The district DID offer to make contract rates available to the specialists.

      The specialists discussed the idea of taking the non-employee contract and doing the work that way.

      It was obvious to the specialists that if they took the non-employee contract rates offered, the teachers would not cooperate during the summer work season, or ever again. Unstated, but obvious, because the union bullies people who can do better on their own. If you think a teachers' union won't make work unbearable and impossible for others, you're in a dream world.

      So yes, the district WAS WILLING to offer higher rates, but the people were afraid to take advantage due to political repercussions of union belligerence.

      What do you think? Union free of blame here?

    136. Re:Any experienced teacher already deals with this by TemporalBeing · · Score: 1

      "He or she" is proper English for referring to one person of unknown gender. It's much better than "they", because "they" is plural. It's only sloppiness that has allowed that to become acceptable usage.

      No it's not. It only came into the English language through those trying to be "politically correct" in order to try to be "gender inclusive" instead of using the masculine encapsulation, and even then it was because they wanted to emphasize gender in the process - showing off their "inclusivity" by including both genders. The proper way to do that is to use "they".

      Before that the term was never used to refer to an unknown person. Go study your grammar and English language history.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    137. Re:Any experienced teacher already deals with this by Anonymous Coward · · Score: 0

      Permanent second person? Then how do we reference the grue?

      You walked into a door. Ouch! Then you were eaten by a grue. You don't know why you ate you, but you really wish you hadn't.

      - W

    138. Re:Any experienced teacher already deals with this by BarbaraHudson · · Score: 1

      "they" is plural. Using it to refer to a single person is grammatically wrong.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    139. Re:Any experienced teacher already deals with this by TemporalBeing · · Score: 1

      "they" is plural. Using it to refer to a single person is grammatically wrong.

      And using it to cover the singular is never written in the singuar - it's still written in the plural thereby grammatically correct.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    140. Re:Any experienced teacher already deals with this by Fwipp · · Score: 1

      The singular "they" is fine.

  2. It's been going on for years by DougOtto · · Score: 5, Insightful

    Even back in the 80s, I had a teacher fail me on a programming assignment because I was using things she hadn't taught yet. This isn't a 'new' problem. It's difficult for teachers to stay on top of the required curriculum and still have time to be continually training.

    --
    Solving Unix problems since 1989...
    1. Re:It's been going on for years by Opportunist · · Score: 5, Insightful

      Been there. Only I had been lucky enough that my dad can be quite belligerent when it comes to my education. I butted head with my math teacher, mostly because I came up with a faster, easier and as it turned out better way to solve something. My dad (who is a very nice man, also for offering me the chance for a good education that his dad refused him) only asked if I'm dead sure and then we took the fight. It was a victory eventually, but what was way more important was what I learned:

      1) Just because someone claims he is an expert in something doesn't mean he is. Question his results and ask for proof. A degree means jack, a title even less. If I don't know, teach me so I can learn. Explain to understand, do not expect me to believe. This is science. Not religion.

      2) Never dismiss a solution as false based on its source. Question its merit based on itself, not on its messenger.

      3) When you're certain to be right, escalate past the person who keeps insisting you are not. Maybe there's a different agenda he is pushing aside of what's right or wrong. Quite likely, he is.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:It's been going on for years by HBI · · Score: 4, Interesting

      I was in a "Data Processing" class in high school in 1983-84. In the class, we learned a little COBOL, and some Applesoft BASIC, as well as some generic input/output theory type stuff. One of the assignments was writing a program in Applesoft BASIC. Everyone else drew pictures on the screen or had it just print stuff in response to a carriage return. I wrote something I called "Nuclear Devastation". It was a cityscape in nice high-res 40x40 15 color graphics. It wasn't overly detailed but you got the idea. On the bottom line, it printed: "Press any key to nuke this city!". You'd press a key, the screen would flash twice, a mushroom cloud would grow in the same delicious graphics and then you'd be presented with the destroyed cityscape. On the bottom line it asked "Do you want to nuke this city again?".

      I was given an F and made to erase the program.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    3. Re:It's been going on for years by Jaysyn · · Score: 5, Funny

      If it makes you feel any better, today you would have been expelled & possibly arrested for terroristic threats or some other bullshit.

      --
      There is a war going on for your mind.
    4. Re:It's been going on for years by HBI · · Score: 4, Insightful

      More's the pity. I think I was just trying to illustrate that "education" is more about forcing minds into a particular thought process rather than "education". What I did could easily be interpreted as an anti-nuclear statement, which it essentially was. That didn't occur to the thoughtless instructor.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    5. Re:It's been going on for years by SQLGuru · · Score: 2

      I was the kid that would do extraneous proofs in Geometry just so I could use those theorems later on in the test.

    6. Re:It's been going on for years by jason777 · · Score: 3, Interesting

      Ya, me too. I had an assignment where I used arrays in solving the problem. I guess the class didnt cover arrays yet, and so I failed the assignment. The teacher has one solution that she was expecting to see, and when it wasnt that, I failed. So, I was somehow supposed to guess what they wanted to see for a solution in that class based on what was taught to that point. Granted, I wasnt really following the "lectures" at all. I'm pretty sure the teacher was basically 1 week ahead of the students, learning it herself.

    7. Re:It's been going on for years by Anonymous Coward · · Score: 1

      These days you would be expelled and either charged with terroristic threats or taken away from your parents and forced into the mental health system, or both. ZERO TOLERANCE!

    8. Re:It's been going on for years by Anonymous Coward · · Score: 0

      Even back in the 80s, I had a teacher fail me on a programming assignment because I was using things she hadn't taught yet. This isn't a 'new' problem. It's difficult for teachers to stay on top of the required curriculum and still have time to be continually training.

      Well, I don't mean to point out the obvious, but describing to an IT-centric audience the challenges of trying to stay on top of technology is the proverbial elephant in the room.

      We call him Manny. He works in the call center. Big guy. Can't miss him. Works for peanuts too. Lucky bastard will probably never get fired.

    9. Re:It's been going on for years by AqD · · Score: 1

      I was given an F and made to erase the program.

      Probably because of the mushroom reminding him his baldness and intelligence level.

    10. Re:It's been going on for years by MozeeToby · · Score: 1

      I had a teacher fail me on a programming assignment because I was using things she hadn't taught yet.

      Depending on what you mean that isn't necessarily a bad thing in a programming course. If the purpose of an assignment is to learn about data structures by recreating them and you back everything with std:vector, you aren't really completing the assignment even if all the functionality is there. Of course, it's also entirely possible that the teacher just didn't know what they were doing or, more concernedly, simply on a power trip; so no judgement, just pointing out a possible counter argument.

    11. Re:It's been going on for years by Imagix · · Score: 4, Insightful

      I'd agree with all of them, with the additional caveat of: dispute with respect. I've disputed many papers and exams during my education. But the discussion was always civil. "I think you've marked this answer incorrectly. Could you tell me where and how I went wrong?" and not "You thug! How dare you challenge my obvious superiority!".

    12. Re:It's been going on for years by UnknownSoldier · · Score: 1

      That's a cop out and a shitty teacher -- unable to respect their student(s). The whole point of a teacher is to inspire their students to learn -- NOT to demotivate them! "Success" is the student knowing more then the teacher. That's how Scientists work!

      In grade 10 (or 11) I had a physics teacher bust my balls one time because I was using the cosine law even though it wouldn't be taught until the next grade.

      I asked him "Why am I being penalized for understanding Math??"

      He relented and said I could keep using it.

      Not a, "Hey, I saw you were curious about math using some formulas we haven't taught yet! Fantastic. Here are some other formulas you may want to check out too!"

    13. Re:It's been going on for years by TemporalBeing · · Score: 3, Insightful

      Even back in the 80s, I had a teacher fail me on a programming assignment because I was using things she hadn't taught yet. This isn't a 'new' problem. It's difficult for teachers to stay on top of the required curriculum and still have time to be continually training.

      That will often be the case because they want to ensure you understand what they are teaching.

      For instance, in my networking class I already had a full C/C++ network library that I personally wrote for Linux/POSIX using a similar interface design as the Windows WinSock2 API. However the professor said I could use it only after we had covered the lower level functionality in order to ensure I knew what I was doing, which I did; so my library got used for the second 2/3rds of the class instead of all of it. A little annoying, but sometimes you just have to get over it and deal with it.

      I also had a TA that took points off because I used "while(True) {...}" instead of "for (;;;) {}" for an infinite loop. The professor gave me back the points because it was not part of the assignment to do an infinite loop in that manner.

      That said, a good teacher will know when to learn from the student and how to allow the students to go beyond what they are teaching.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    14. Re:It's been going on for years by Opportunist · · Score: 1

      Sorry. You're right, today that needs to be said.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    15. Re:It's been going on for years by fatgraham · · Score: 1

      Sounds like your program just put stuff on screen in response to a key press. Did the other kids programs that do that also get an F?

    16. Re:It's been going on for years by HBI · · Score: 1

      Nope, all As. It was an easy grade if you didn't offend the instructor, as I clearly did.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    17. Re:It's been going on for years by pr0fessor · · Score: 1

      I had a similar disagreement with a math teacher who's answer was... Yes I know it's faster and easier to understand that way but I'm teaching you how it will appear in papers that are currently being published, show me you understand it as it's being taught anything else is extra credit.

    18. Re:It's been going on for years by DerekLyons · · Score: 1

      So, I was somehow supposed to guess what they wanted to see for a solution in that class based on what was taught to that point. Granted, I wasnt really following the "lectures" at all.

      Then the problem wasn't the teacher - it was you. You weren't "somehow supposed to guess", were "supposed to know based on the materiel presented to date".

    19. Re:It's been going on for years by GNious · · Score: 1

      I've "lost" my programming teacher during a verbal exam, and she gave me a lower grade on a written assignment since I came to a different (but valid!) solution than she did (there wasn't specified what type of solution was needed, only the problem), but where it got really bad, was when the following semester she presented stuff right out of my team's project-paper from the previous semester ... without even acknowledging it being an almost-direct rip-off.
      Took it to the principal/head of the school, who wouldn't even look at the paper before declaring that of cause she wouldn't do that.

      Closing on almost 2 decades later, I hear that she is still there, and still incompetent.

    20. Re:It's been going on for years by Anonymous Coward · · Score: 0

      This applies outside the classroom too. Without going into too much detail, I'm thinking of an office politic situation. Guy A accused guy B. Trouble is, Guy A wasn't even doing his assigned job so I had very little respect for him. Guy B had a lot of cred with me. Later guy A turned out to be right; but he utterly ignored my relationship with guy B and just insulted him, insulting me by proxy. If he had come to me calmly and presented his evidence instead of shouting it all over the cubicles, things might have gone differently. OK... still not comfortable with this. Posting AC.

    21. Re:It's been going on for years by Anonymous Coward · · Score: 0

      Perhaps your father might have also taught you about 'Cost to Benefit' ratio?
      As in the cost to 'Prove you are correct' may be higher than the benefit from having done so?

      Perhaps it was a really important assignment but if not it sounds like you expended a lot of effort for a very modest return.
      Seems you would have been better off using that time to study more programming. Or perhaps a book on Psychology.

    22. Re:It's been going on for years by Opportunist · · Score: 1

      In this case there was a lot more at stake than simply being right or wrong. Due to how our school system worked, what was on the line was basically my career choice.

      And believe me, I would've killed that bitch over it if this had helped my case.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    23. Re:It's been going on for years by Opportunist · · Score: 1

      Ok, I can work with this.

      What would have been unacceptable is "show me you understand it as it's being taught, anything else will be ticked as wrong".

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    24. Re:It's been going on for years by Matheus · · Score: 2

      Honestly (that skill needs to be taught. While reading the novel of a post above where grade by grade counts of incorrect test questions were enumerated. Mention was made about "My 6th grade math and science teacher hated me because I had to point out the errors that she made on her exams." (there were others but that's the best quotable). Response: Well, duh! No one likes to be told they're wrong, especially teachers. I can read someone describing that they gently or respectfully pursued such action but in reality it was probably less than such. I've found plenty of errors on tests over the years and if you present the issue to your teacher correctly you get thanks for helping improve their test not trials of forced humiliation.

      It's amazing how much you can accomplish with empathy instead of aggression.

    25. Re:It's been going on for years by pr0fessor · · Score: 1

      I had some good teachers music, math, and science. The rest were basically just reading a text book at the class, if you asked a question they would basically just read the same thing again.

      I particularly liked science and was excited when my kids got to junior high because I thought they would be doing cool experiments like when I was in school. They don't do that anymore due to budget and safety concerns, I think I was more disappointed than my sons.

    26. Re:It's been going on for years by Anonymous Coward · · Score: 0

      Actually, even for an expert a review of basic concepts is often very useful and instructive. Doing simple tasks correctly is hard as I always get reminded when I pull the Knuths from their shelf.

    27. Re:It's been going on for years by pipedwho · · Score: 1

      Protovision, I have you now.

      Obviously your teacher wasn't a fan of a movie released that same year on that topic.

    28. Re:It's been going on for years by Anonymous Coward · · Score: 0

      Don't feel bad, they gave Fred Smith a C on his MBA thesis after telling him overnight delivery was stupid.

      And of course, your contemporaries went on to get jobs building this:

      http://en.wikipedia.org/wiki/DEFCON_(video_game)

    29. Re:It's been going on for years by HBI · · Score: 1

      It was a woman. I doubt she watched WarGames. I got the impression she was upset that I got the computer to do that and about the subject matter. She called it "disgusting".

      That said, the subject of nuclear annihilation was something that bothered me even when I was a little kid, with all the fallout shelter signs and talk about SALT treaties in my youth. The more realistic depictions of nuclear war from the 80s just exacerbated the issue for me.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    30. Re:It's been going on for years by Anonymous Coward · · Score: 0

      ... this should be marked as "Insightful" and not funny because he actually is telling how it is.

    31. Re:It's been going on for years by JoeCommodore · · Score: 1

      Same here, my teachers were a bit smarter, giving us challenges - (this was early 80s) Write a TicTac Toe game, do a demo, heres a schools' competition to write a water conversation program,etc. We wrote some programs for the schools as well my brother was doing some list programs like library overdue list, I did some simple CAD extensions, etc.

      --
      "Enjoy what you're doing! If it becomes drudgery, you're doing it wrong!" - Jim Butterfield
    32. Re:It's been going on for years by pipedwho · · Score: 1

      I remember the big hoohah when the "The Day After" was shown on TV in '83 and the school sent home a notice recommending not letting the kids watch it as it may traumatise them. I was in middle school at the time in Silicon Valley and there was definitely a fair bit of paranoia on the subject in the early '80s.

      Of course that same year I was probably getting frowned upon for playing Gamma World or Paranoia during lunch and recess.

    33. Re:It's been going on for years by sjames · · Score: 1

      That can be reasonable but to be fair, if the solution must use X,Y, and Z then it should be explicitly stated.

    34. Re:It's been going on for years by Anonymous Coward · · Score: 0

      I'd agree with all of them, with the additional caveat of: dispute with respect. I've disputed many papers and exams during my education. But the discussion was always civil. "I think you've marked this answer incorrectly. Could you tell me where and how I went wrong?" and not "You thug! How dare you challenge my obvious superiority!".

      Yes and I have done that and the teacher/ professor refused to even talk to me, I went to the program chair (this was in graduate school) and complained that not only was I failed when I was turning in A+ work but additionally the professor did not have an adequate command of the english language (he was chines and an H1b worker) to understand my final report. I was ignored by the program chair who was busy setting up a campus for the university abroad instead of doing is job as a program chair. The failure in this class kicked me out of the graduate program, however I realized that this university and the education it offers is almost complete crap so I applied to another (Ivy league school) and got accepted. (Those idiots will not see another cent of my money and it is their fault.)

    35. Re:It's been going on for years by Anonymous Coward · · Score: 0

      Nope, all As. It was an easy grade if you didn't offend the instructor, as I clearly did.

      Do what I did... take the printout and trace. Color with color pencils, hand in, collect A+.

    36. Re:It's been going on for years by delt0r · · Score: 1

      I was smart enough to figure what answer the teacher wanted, did that and had plenty of free time to do what i wanted. Guess your not as smart as you think you are.

      --
      If information wants to be free, why does my internet connection cost so much?
    37. Re:It's been going on for years by jason777 · · Score: 1

      To be fair, I didnt pay attention to any of the class, and just did my thing the whole time.

  3. Facebook, Twitter, Instagram....... by Anonymous Coward · · Score: 0

    Since when does a Facebook account equate with computer literacy.

    1. Re:Facebook, Twitter, Instagram....... by Anonymous Coward · · Score: 0, Troll

      Kids aren't on Facebook, your mom is, and she's hot!

  4. You know? The ass long time in summer? by Opportunist · · Score: 0, Troll

    That's not supposed to mean you get 20 weeks of vacation each year. That's supposed to be the time you keep current with your knowledge so what you teach our kids ain't been outdated back when Eisenhower was prez!

    You might get by when you're teaching English, it ain't like Shakespeare will write anything new you'd have to learn and kids could torture you with for a change. But when you're teaching CS, you're stuck with (*gasp*) having to LEARN yourself a thing or two!

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 1

      Teachers already work 70 hours a week during the school year with a Salary that is hard to get by on. I agree they should keep up on tech but lets be realistic. Anyone who can learn tech is not going to be okay with working 70 hours a week for nothing.

        And as this survey states: kids know tech, we do not need to teach them it. We need to teach them the real stuff like math, history, science, literacy, problem solving, taxes, balancing your finances, wood craft, music, engineering and the other things we are all too quickly pushing aside.

    2. Re:You know? The ass long time in summer? by Jaysyn · · Score: 2

      I don't know where you live, but the teachers that I know personally, here in Florida, have to take workshops & continuing education courses for the majority of their summer.

      --
      There is a war going on for your mind.
    3. Re:You know? The ass long time in summer? by Mercury · · Score: 3, Insightful

      That only works for the cases where the teachers are paid for that time in the summer.

      Often, that is not the case, and instead they are working another job to replace the paycheck that stops coming during that period.

      It's easy to blame the teachers for this, but I try not expect people to spend a quarter of the unpaid time I see teachers already spending doing class prep, let alone more.

      (I'm sure that there are teachers that don't spend that time. I'm also sure that there are teachers, somewhere, that actually get paid for that time. But the ones I know personally already spend huge amounts of completely unpaid time on class prep, and often are just left out in the cold entirely during the summer unless they are teaching summer classes.)

    4. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 0

      But when you're teaching CS, you're stuck with (*gasp*) having to LEARN yourself a thing or two!

      Hardly. Introductory CS courses don't change much. Most of it is discrete math and elementary data structures after all. Learning the basics of programming doesn't require modern hardware either (but please spare the students the need to bring a floppy for saving their work). It doesn't require the latest fad in programming languages. It doesn't even require much hands-on time with the computers.

      "Computing" or "IT" on the other hand is changing as quickly as the release-abandon cycles of software, but I don't think most students need much help with that anyway. "Using office software" should be embedded in other courses: "You're expected to hand in this assignment using this template. The tutorial will show you how."

    5. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 0

      You know, as a pilot, Delta doesn't pay me to stay current on regulations, to stay in the books studying my airplane or to go get a physical. These are professional obligations. Further, my wife, who is a high school teacher, does have the opportunity to teach summer school, and she gets a paycheck 12 months a year, whether or not she opts to teach summer school. The pay is insulting, but nowhere in the contract is it written that the teacher is expected to not work beyond school hours.

    6. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 0

      I really hate to interrupt your illiterate rant here with facts, but in many places, teachers are not paid for the summer months.

      Some school districts allow a teacher to choose an option where they are paid through the whole year, though this option reduces the amount they are paid each pay each pay check. Effectively, it takes the 9 months pay, and spreads it evenly over the 12 month year. Depending on the year and the school district, the district may also allow or require a teacher to attend workshops or continuing education training.

      Beyond this, most teachers I have worked with usually find summer jobs to help pay the bills. They often work 70-80 hours a week during the school year at astonishingly little pay and need to find a way to actually pay for things like a car, a house, their own kids needs (yes teachers are people too and often reproduce).

      Often, teachers are forced to teach a particular technology or tool that they are not intimately familiar with and don't find out about until they show up at the beginning of the school year.They often spend quiet a bit of time learning the technology but they also have to prepare lessons, grade papers and assignments for several hundred little brats and deal with helicopter parents that can't accept that their slacker child failed their last test because they never did any of the homework or studied.

      DISCLAIMER: I have worked in K-12 and the University system for over 10 years

    7. Re:You know? The ass long time in summer? by TemporalBeing · · Score: 2, Informative

      That's not supposed to mean you get 20 weeks of vacation each year.

      That's a myth. Teachers will often have to be working several weeks after students are no longer in the classroom, as well as return several weeks before students do. Further, depending on the school those teachers may have to find seasonal work for the summer in order to keep their income high enough to pay the bills over the summer break.

      Just saying, summer vacation is not necessarily very much of a vacation for teachers.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    8. Re:You know? The ass long time in summer? by cyberchondriac · · Score: 1

      It really does depend on the state. Our teachers just have off, for the most part, though a few weeks before school restarted, they'd have some prep work. . My wife used to teach, my sister-in-law is a teacher.

      --

      Look back up at my post, now look back down, you're on the Internet. Now look back up. I'm a signature.
    9. Re:You know? The ass long time in summer? by Opportunist · · Score: 1

      And who's going to out you as an ignorant fool if you don't teach them? You could always claim that those are flavor of the month artists while only the old tomes nobody can read anymore are the classics of literature and nobody could dare to stand up against you because, well, they ARE the classics.

      No such luck with IT. Yes, Cobol might be a classic programming language but you better teach my kid something he can actually USE!

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    10. Re:You know? The ass long time in summer? by PhilHibbs · · Score: 1

      I thought they were supposed to use that time to work on the land and bring in the harvest.

    11. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 0

      My recollection was that this is mostly for teachers that have not gotten their masters yet.

    12. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 0

      Nice try, asshat. Where I live, teachers do have a pretty lengthy summer, but they also don't get paid for it. I'm sure many of them would be happy to work over the summer if you increased their pittance.

    13. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 0

      That's not supposed to mean you get 20 weeks of vacation each year.

      That's a myth. Teachers will often have to be working several weeks after students are no longer in the classroom, as well as return several weeks before students do. Further, depending on the school those teachers may have to find seasonal work for the summer in order to keep their income high enough to pay the bills over the summer break.

      Just saying, summer vacation is not necessarily very much of a vacation for teachers.

      Several weeks ? Try one week after and one week before .. My mother was a teacher for 35 years .. She was off pretty much all summer.

    14. Re:You know? The ass long time in summer? by Anonymous Coward · · Score: 0

      That is the students, not the teachers.
      At least that is what my fellow students did in summer.
      You must live in one of them there fancy CITIES.

    15. Re:You know? The ass long time in summer? by antdude · · Score: 1

      That is why some teachers teach summer schools and night classes. My friend does that.

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    16. Re:You know? The ass long time in summer? by TemporalBeing · · Score: 1

      That's not supposed to mean you get 20 weeks of vacation each year.

      That's a myth. Teachers will often have to be working several weeks after students are no longer in the classroom, as well as return several weeks before students do. Further, depending on the school those teachers may have to find seasonal work for the summer in order to keep their income high enough to pay the bills over the summer break.

      Just saying, summer vacation is not necessarily very much of a vacation for teachers.

      Several weeks ? Try one week after and one week before .. My mother was a teacher for 35 years .. She was off pretty much all summer.

      I've known a few teachers that had to start 4 weeks before students did; while others that only had to 1 week before. So it varies.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    17. Re:You know? The ass long time in summer? by AvitarX · · Score: 1

      In my area teachers get paid 190 day/year (180 teaching, I think the remaining 10 5 personal development and 5 split between grading and prep before the school year). Most spend another few days doing other things, the pay is paid out over 12 months, but earned at time of service (relevant if someone quits).

      even at working 200 days, that's a lot of time off (normal work person is 260 days - 10 or 20 vacation - 5 holidays for 235, the teacher gets 7 extra weeks off).

      I don't was to say teachers are over or under paid (it really does vary a lot), but it is pretty much the only career that gives you so much time off

      If schools limit teachers to 3 preps (they're supposed to here, but don't), and give them a planning period (again they don't really do that as much as they're supposed to here), the amount of work outside of school is fairly minimal, especially keeping in mind a 7 hour official work day (7:30-3:00 with half hour lunch).

      After a few years of teaching, the amount of time spent outside class drops dramatically as one has built up worksheets, lessons, etc, to share with the class.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  5. Will the training really matter? No. by garcia · · Score: 4, Insightful

    Technology funding in school districts (in my area these are tax levies) is already insanely high; mostly because we're pushing for tablet devices in schools driven, behind the scenes, by extremely lucrative vendor deals.

    Without adequate training, the related curricula are severely limited and thus the added benefits when compared to related cost are low, if at all positive.

    Now, this research, as well as the districts, are rightly saying the teachers need more training in order to leverage the technology effectively; however, what really needs to be understood is just how much training is really necessary and whether the tech gap between teachers and their students can really be mitigated.

    It is my unfounded opinion that it will never be mitigated enough as teachers are not usually well enough equipped at their own subject matter, let alone keeping up with the taxing knowledge demands of technology.

    What we need to do is take a step back and ensure that these additional tax investments in technology are actually doing anything to further student development and because they aren't, think about what we can do to actually concentrate on doing that instead of buying the new and shiny and letting it, effectively, collect dust in the corner while levy after levy is passed to support it.

    1. Re:Will the training really matter? No. by djdanlib · · Score: 1

      I'm preaching to the 4-digit choir here, I know. Let me issue the disclaimer that I am not a teacher but a bunch of my friends are, and my job does depend on staying up to date.

      You're right, the gap cannot be mitigated. It's how kids' lives and brains work. We were the same way at one point, too. You'll never have as much time to learn new stuff, nor the same neuroplasticity, as you did when you were a bored junior high schooler with all those summers and weekends and snow days and such. It was nice to be so free from responsibility that I could drop a whole week's evenings into writing a DOS game in BASIC or C or assembler, or whatever else, learning while I did it.

      Staying ahead of the kids requires a LOT of effort and an independent adult with all of the relevant things to take care of might not be able to stay ahead of the most dedicated ones. You may have the wisdom and specialization of years of experience (I'd like to see those kids build a robust enterprise network, or spec out an IVR soup-to-nuts) but being up to speed on all of the new stuff? Forget it. Grading assignments and planning lessons around an existing curriculum takes a lot of time and you just want a break when you're finally done at 10pm. You have time for some of the new stuff but not all of it.

      I do think there should be in-service days, decent salaries, ongoing education benefits, etc for computer teachers. Attract some real talent.

      After all: The new hires we work with today were those kids in a computer class just a couple years ago, so maybe schools can make better coworkers for the rest of us.

    2. Re:Will the training really matter? No. by gbjbaanb · · Score: 1

      Staying ahead of the kinds means understanding the fundamentals and teaching them that - the kids may know Ruby or Scala or whatever the current fad is, but if they don't understand when to use an array or a list we'll continue to get shockingly crap programming from them.

    3. Re:Will the training really matter? No. by Above · · Score: 1

      It's an easy problem to solve, not that we will. High school level teachers should get one year of paid training every 5-8 years. That is, perhaps teach for 5 years, then attend a full years worth of classes at a university in their field, then go back to teaching. Paid, at their regular salary. That's how you get teachers who are current, interested, and properly trained. Will most of the country go for it? No. Cries of paid vacation, and do it on your own time. Then they will complain teachers are undertrained and haven't kept up.

    4. Re:Will the training really matter? No. by garcia · · Score: 1

      I'm preaching to the 4-digit choir here, I know. Let me issue the disclaimer that I am not a teacher but a bunch of my friends are, and my job does depend on staying up to date.

      I am not sure what my ability to remember the login information for an account I created in 1997 has anything to do w/the discussion; however, EVERYONE's job depends on them staying up-to-date, it's just that most people choose not to and fall behind.

    5. Re:Will the training really matter? No. by jedidiah · · Score: 1

      HELL. Just requiring one year of training in their field PERIOD would be a massive improvement over what we have now.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  6. To be fair... by digsbo · · Score: 4, Insightful

    It's one thing for a teacher, like my computer science teacher in high school, to be expected to understand computer SCIENCE. It's another to expect them to know a bunch of software packages. That's one of the big problems with computer education in schools; the idiots putting together the curriculum don't understand the difference between conceptual learning and facility with using systems.

    1. Re:To be fair... by jandrese · · Score: 4, Insightful

      This is really the key. You don't have to know the ins and outs of snapchat to teach Big O notation or data structures. That said, most primary and secondary CS teachers are way behind the times on lots of technology, and can often teach material that is no longer relevant. If they start talking about optimizing compute cycles (a topic that often comes up after Big O notation), then they're almost certainly going to be wrong now. CPU performance is dominated by cache misses, and organizing your data accesses can be far more important than reducing the total number of operations taken.

      --

      I read the internet for the articles.
    2. Re:To be fair... by xaxa · · Score: 2

      It's one thing for a teacher, like my computer science teacher in high school, to be expected to understand computer SCIENCE. It's another to expect them to know a bunch of software packages. That's one of the big problems with computer education in schools; the idiots putting together the curriculum don't understand the difference between conceptual learning and facility with using systems.

      That is the issue here: it used to be knowing about software packages, the "idots" have changed it (see here and here, among others) to include some programming. FTA "It seems that switching from an approach that emphasised computer literacy to one that actually wants students to do more difficult things is the reason for the problem."

    3. Re:To be fair... by Jason+Levine · · Score: 1

      That said, most primary and secondary CS teachers are way behind the times on lots of technology, and can often teach material that is no longer relevant.

      One of my college computer science professors told our class something that stuck with me ever since. He said that what he was teaching us would be obsolete by the time we graduated, but the concepts behind it would endure. Sure enough, I don't use a line of specific code that he taught me - or even the language that we learned at the time - but knowing the basic concepts behind it means I can pick up new computer languages quickly.

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    4. Re:To be fair... by deodiaus2 · · Score: 1

      There are lots of things going on in CS. It is impossible for someone to know everything.
      For example, my kid knows a lot about iPhones and various gadgets, but that that does not qualify him to be a repair man. He makes a good effort and is often successful, but really lacks a fundamental understanding.
      It is rumored that Einstein was not exactly brilliant in everything. Often, he said, "Physics is easy, its the income tax calculations which are hard!" Similarly, Einstein let his marriage deteriorate. He could have taken easy steps to save his first marriage. Marriage takes work and sacrifice, and if one is really committed to it, then it takes compromise. I think he would have made the same contributions to his fame even had he taken care of matters. Otherwise, he could have just locked himself up in his office and not dated at all, and then he did not need to have a wife.
      I know that the fore mentioned example is extreme, but is it any different than knowing any other obtuse bit of knowledge?

    5. Re:To be fair... by pjt33 · · Score: 1

      There's another fairly major point: although the title of this /. thread talks about "computing teachers", the summary talks about "primary and secondary teachers", and the original press release talks about "teachers responsible for teaching computing". Primary school teachers, who were already expected to know everything about everything, are now (PDF warning) expected to teach programming, debugging, networking, etc. There's no particular reason why people who signed up to teach 5 to 7 year-olds ten years ago would be more likely than the general populace to be good at debugging.

    6. Re:To be fair... by digsbo · · Score: 2

      Right, agreed. So, once upon a time we had typing classes. Would you then expect the typing teacher to take on teaching shop and engineering courses that were about how to build a typewriter? No.

      I'm critical of teachers for a lot of things, but not knowing how to teach Towers of Hanoi isn't one of them. Demanding that someone who knows how to teach Towers of Hanoi get paid the same as the social studies or health teacher IS one of them.

    7. Re:To be fair... by xaxa · · Score: 1

      Right, agreed. So, once upon a time we had typing classes. Would you then expect the typing teacher to take on teaching shop and engineering courses that were about how to build a typewriter? No.

      Actually, yes, but probably against their wishes. (But their alternative is being made redundant, so can you blame them?) My dad started as a woodwork teacher, which was replaced by engineering drawing. He'd failed his A level at that, but his school presumably couldn't find anyone else to teach it, and asked him. Apparently it was a stressful summer learning. That was more gradually replaced by IT, meaning "using software", which I think he did quite well at -- "using software" had the flexibility to mean using art + design + CAD packages. The children he taught got As, but if he hadn't retired a few years ago he'd be one of the teachers stuck trying to teach Hello World to 12 years olds -- I'd passed his level of programming when I was 9 or 10.

      He also taught geography for a couple of years, I think covering for a long-term sick colleague, and PE (sport) similarly.

      Similarly, I remember seeing teachers at my school change subjects. Sometimes it's fine -- a decent chemistry teacher can teach physics, biology and maths pretty easily, especially to children under 15 or so. But the teachers teaching computer science probably aren't the maths teachers, but the general technology / business teachers who have little choice but to struggle with the new subject.

      I'm critical of teachers for a lot of things, but not knowing how to teach Towers of Hanoi isn't one of them. Demanding that someone who knows how to teach Towers of Hanoi get paid the same as the social studies or health teacher IS one of them.

      I'm familiar with that one! In the last few months I've run out of patience with the public sector scientific organisation I work for, so I'm looking for a developer job elsewhere. I'm aiming for around double the pay... (Although the situation isn't quite the same. I have highly technical, general, transferrable skills, the scientists have highly technical, extremely specialist, less-transferrable skills, so they're "worth" less.)

  7. Drop the classes by itzly · · Score: 4, Insightful

    If the kids already know enough of the subject matter, that's a good indication that the class can be dropped, and replaced with something that they don't know much about.

    1. Re:Drop the classes by Anonymous Coward · · Score: 4, Insightful

      This. I work for a university, and official policy is that you can test out of any course, for any major, if you can prove that you already know the contents of the course ( though tests, and meeting with a group of professors who simply ask about some concepts and ask you to explain them). Saved me from having to repeat about one years worth of classes, and freed me to be able to learn things that actually were useful as opposed to being bored repeating things. High school should have the same concept. Kids aren't stupid and lowering the bar to make sure everyone feels "smart" is doing a disservice to most of the kids in class.

    2. Re:Drop the classes by itzly · · Score: 2

      Yes, all of the kids are supposed to read. Not all of them need to understand computing. Instead of trying to get all the kids on the same level, it is better to recognize that different kids have different levels, and send them to different schools.

    3. Re:Drop the classes by Anonymous Coward · · Score: 0

      The problem with that sentiment is that it punishes those that have a desire to learn. What is the point in excelling when all your hard work will net you nothing more than hard work? After all, when school is over those overachieving kids will end up having the same grades as the merely adequate ones, and no HR drone will accept that you chose not to take that data structures class because you knew the material already.

    4. Re:Drop the classes by tepples · · Score: 1

      I work for a university, and official policy is that you can test out of any course, for any major, if you can prove that you already know the contents of the course

      Accredited, or the kind we used to see advertised in e-mails with a "U`N`I`V`E`R`5`I`T`Y D,I,P,I_,O,M,A,S" heading?

    5. Re:Drop the classes by Anonymous Coward · · Score: 0

      You can do this in fully accredited institutions.

    6. Re:Drop the classes by PPH · · Score: 1

      So, let the ones who already know test out of the class.

      And then send them to phys. ed.

      --
      Have gnu, will travel.
  8. its the same in business. by Anonymous Coward · · Score: 0

    The 22yr old graduate that has done nothing but play with consoles all their life have horrible I.T. skills. I do not see why teachers would be any different.

  9. It's a problem in American universities as well. by Anonymous Coward · · Score: 0

    As I review what one of my employees is learning in his senior year bachelor of computer science degree program, I realize I have lost all respect for the American college system to prepare our youth for a real job.

  10. Computer literacy? by Karmashock · · Score: 2

    Is that standard knowing what the mouse buttons do? Because I wouldn't call that literacy. That is about as much literacy as knowing what vowels are is english literacy.

    Raise the bar.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    1. Re:Computer literacy? by Anonymous Coward · · Score: 0

      To be fair: while some of it was very very basic the "literacy" stuff often covered some good stuff that's valuable.

      Even if you have no idea what the difference is between DEP and garbage collection or what O(n^2) means just knowing how to use excel effectively with formulas and macros etc is extremely useful in a huge number of work settings.

    2. Re:Computer literacy? by Karmashock · · Score: 1

      excel is not computer literacy. Excel is excel.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    3. Re:Computer literacy? by wiredlogic · · Score: 2

      No, It's the modern name for typing class with Powerpoint thrown in for good measure.

      Actually using a computer for more than document creation? Rocket science I tell you, rocket science.

      --
      I am becoming gerund, destroyer of verbs.
    4. Re:Computer literacy? by Anonymous Coward · · Score: 0

      Really? You want computing classes to be about learning the UI of one specific program?

    5. Re:Computer literacy? by DahGhostfacedFiddlah · · Score: 1

      Wait - you're using a computer to create content instead of just consume it? ...are you a wizard?

    6. Re:Computer literacy? by u38cg · · Score: 1

      I suggest you review the UK's CS curriculum, and the curriculum it replaced. You might just be in for a surprise.

      --
      [FUCK BETA]
    7. Re:Computer literacy? by Anonymous Coward · · Score: 0

      Well, before I left for work this morning I did....

      ***put on my robe and wizard hat***

  11. Re:Teachers by Anonymous Coward · · Score: 0

    I think tenure applies more to university professors. Many teachers here in the US get laid off regularly and have to move to find new work. On top of that, the low pay and asshole students make teaching a very thankless profession. That's why most people who have an ounce of brains do something else. If we would treat our teachers better we'd probably get a better quality of people into the profession. This is precisely the reason my wife and I choose to homeschool our child. It's a PITA but will work out better in the end because the system is broken.

  12. Kids these days ... by goodmanj · · Score: 5, Insightful

    Everyone talks about how today's young people are computer geniuses, but I'm a college physics professor, and I can tell you that kids coming up from high school are as clueless about tech as their grandparents. They just know how to Twitter and Instagram, but they have no idea how computers or the Internet work.

    This isn't new, of course, nobody understands the technology their world is based on. My father and grandfather lived in an era where most people knew how a car worked and how to fix it, but in my generation that's a mystery. I understand how computers work and how to fix them, but the next generation treats them as black boxes. And so on.

    1. Re:Kids these days ... by __aaclcg7560 · · Score: 4, Funny

      While working at the help desk call center at Google in 2008, I had to walk software engineers through the process of turning on their PC by pressing the power button. Unlike college computer labs, no one was going to turn the PC on inside their cubicle for them. They're getting paid big bucks to do something at Google. Learning how to turn on a PC was a good start.

    2. Re:Kids these days ... by DerekLyons · · Score: 1

      I understand how computers work and how to fix them, but the next generation treats them as black boxes.

      Reading this... I can't help but fall out of my chair laughing.

      Knowing how a CPU works is pretty much useless for fixing computers - because you don't fix them at that level. You fix them at the "black box" level - you don't solder in a new NAND gate, you swap out the graphics card. The same goes for working on cars in your father and grandfather's day... Very few of them knew more than the bare basics of how a car worked, their knowledge was more on the lines of "if the car is doing 'x' then you check the carburetor".

    3. Re:Kids these days ... by goodmanj · · Score: 1

      I said "how computers work *and* how to fix them" because I realize those are two different skills. Most of the kids I work with have neither. No you don't have to know how to build an adder out of NAND gates to be good at computers, but my students are pretty vague on the difference between a file, a program, and a web page.

    4. Re:Kids these days ... by geekmux · · Score: 1

      This isn't new, of course, nobody understands the technology their world is based on. My father and grandfather lived in an era where most people knew how a car worked and how to fix it, but in my generation that's a mystery.

      And do you understand why something like automobile maintenance is now a mystery for today's generation? It has a lot of parallels in computing, which become very apparent when you pop the don't-even-bother hood leading to the sealed engine.

      I understand how computers work and how to fix them, but the next generation treats them as black boxes. And so on.

      Ah, correction. You know and understand how today's computers work and how to fix them.

      In defense of the children, they are being sold nothing but a black box these days, which you might be able to figure out how they work, but you aren't opening up and "fixing" jack shit anymore without a clean room and soldering knowledge.

      There's a fundamental difference in wanting or needing to learn how something works vs. not even being allowed to learn.

    5. Re:Kids these days ... by DerekLyons · · Score: 1

      I said "how computers work *and* how to fix them" because I realize those are two different skills.

      However, it's the manner in which you said it, what else you said, and what the combination implied.
       

      my students are pretty vague on the difference between a file, a program, and a web page.

      And thereby further confusing the issue by introducing a third skill...

      Keep digging.

    6. Re:Kids these days ... by grumpy_old_grandpa · · Score: 2

      To be fair, when your desktop runs Ubuntu and has an uptime of more than five years, you can be forgiven for forgetting what the "Windows" (aka reboot) button looks like.

      * ducks *

    7. Re:Kids these days ... by __aaclcg7560 · · Score: 1

      That's more likely to happen with Cisco routers and switches after the power goes out. "Opps! I forgot to save the config after I made that change five years ago."

    8. Re:Kids these days ... by Anonymous Coward · · Score: 0

      Well, a Venn diagram of a file, a program, and a web page partially overlap, so I can understand why they might be confused, given that thinking isn't allowed in schools anymore.

    9. Re:Kids these days ... by Anonymous Coward · · Score: 0

      To play devil's advocate here, it is possible that they were not used to working with a given platform. For example, I recently started working somewhere where apple products/software is used for dev work. I had never previously used a mac in my life prior to this and it took some getting used to. Took me a while to figure out how to make the damn thing sleep.

    10. Re:Kids these days ... by Anonymous Coward · · Score: 0

      Why aren't your IT configuration and rationale for it documented for SOP? If you were to be hit by a bus tomorrow, the next IT admin should be able to refer to your SOP documentation and be able to take on your workload.

    11. Re:Kids these days ... by __aaclcg7560 · · Score: 1

      These particular Cisco routers and switches weren't part of IT. You will need to ask the development engineers why they don't save their configs and/or document their changes. Or why they don't heed the numerous month-long warnings that facility will shut down the building power for required maintenance.

    12. Re:Kids these days ... by delt0r · · Score: 1

      In one of my classes for 6th semester students at a university, we needed them to convert the format of files. Over half the class changed the file name suffix and had no idea why that didn't work!

      Yea the "younger generation grew up with computers" is total rubbish. They know how to put a dvd or bluray into a xbox or something. But when it comes to using computers and technology as the tools they are, they have no idea.

      --
      If information wants to be free, why does my internet connection cost so much?
    13. Re:Kids these days ... by ausekilis · · Score: 1
      I used to work in a proposal center, where people should know a good deal of the basics... such as using Office and assorted graphics/layout programs. One morning as I'm walking to my desk I see someone on the phone, obviously talking to the help desk, and there is an ominous message on the display:

      Non-system disk or disk error. Replace and press any key.

      So I ejected the floppy and tapped the space bar. About 3 minutes later I got some of the most intense thanking I've ever recieved. You'd think I'd just saved a years worth of rework for them. I still don't know why they'd bother with a floppy disk, none of the files we worked with would have fit on the dumb thing.

  13. Meh... by __aaclcg7560 · · Score: 5, Insightful

    I was misdiagnosed as a mentally retarded in the first grade due to an undiagnosed hearing problem in one ear. My teachers were routinely surprised when I blew out the annual evaluation exam on the genius side, calling it a stastical fluke. Nothing was more prized in the special ed classes than a well-behaved idiot who brings in 3X funding.

    1. Re:Meh... by rsborg · · Score: 1

      I was misdiagnosed as a mentally retarded in the first grade due to an undiagnosed hearing problem in one ear. My teachers were routinely surprised when I blew out the annual evaluation exam on the genius side, calling it a stastical fluke. Nothing was more prized in the special ed classes than a well-behaved idiot who brings in 3X funding.

      You gotta tell me - what do you mean by 3x funding?

      --
      Make sure everyone's vote counts: Verified Voting
    2. Re:Meh... by __aaclcg7560 · · Score: 1

      The state pays the school district a certain amount of money for each student who attends for a full school day. For this example, let's say $1 per day for a normal student. The state pays $3 (3 x $1) per day for a special ed student to compensate for whatever special needs. Most often or not, the school district will keep the $3 and have the special ed student shoved into a regular classroom (sometimes that means having a desk outside of the classroom). With the public education system, collecting the money was the primary educational objective.

    3. Re:Meh... by rsborg · · Score: 1

      The state pays the school district a certain amount of money for each student who attends for a full school day. For this example, let's say $1 per day for a normal student. The state pays $3 (3 x $1) per day for a special ed student to compensate for whatever special needs. Most often or not, the school district will keep the $3 and have the special ed student shoved into a regular classroom (sometimes that means having a desk outside of the classroom). With the public education system, collecting the money was the primary educational objective.

      I understand what you're saying but where is your citation? Does this apply across all states? I find it hard to believe.

      --
      Make sure everyone's vote counts: Verified Voting
    4. Re:Meh... by __aaclcg7560 · · Score: 1

      This is based on my personal experience with the California special education system in the 1970's and 1980's. Also based on personal observations while the school districts don't have money for school supplies and reducing classroom size, they have no problem finding money to build a brand new football field in recent years. From my conversations with other people across the country, this seems to be the norm for public education.

    5. Re:Meh... by rsborg · · Score: 1

      This is based on my personal experience with the California special education system in the 1970's and 1980's. Also based on personal observations while the school districts don't have money for school supplies and reducing classroom size, they have no problem finding money to build a brand new football field in recent years. From my conversations with other people across the country, this seems to be the norm for public education.

      So essentially pulled out of your ass. Teachers aren't allowed to talk about funding figures with parents or students, you know... so how do you get any of your 3x figures?

      --
      Make sure everyone's vote counts: Verified Voting
    6. Re:Meh... by __aaclcg7560 · · Score: 1

      My parents had screaming matches with the principals of the various schools I attended. It always boiled down to money. The 3X figure got tossed around. If you do a Google search, it still does. And things have gotten worse over the years.

    7. Re:Meh... by Anonymous Coward · · Score: 0

      misdiagnosed, my ass!

  14. Big deal by Sarten-X · · Score: 5, Insightful

    Last time I was in school, I had a better grasp of "modern technology" than most of my professors. This was in a computer science program. It's not a problem, because my CS professors didn't need to teach me how to use Facebook or make a slideshow shiny enough to woo investors. They still understood algorithms better than I did, and that was the knowledge they were passing on.

    In today's shocking news story, we find that older people are familiar with an older generation of tools. For most "primary and secondary teachers", their job is to teach the basic skills and concepts that are elemental for the more advanced intellectual tasks encountered in a professional career. Sure, technology can assist in that endeavor, but it's not the whole solution. Teachers only need enough technology knowledge to use the technology needed for their classes. Anything more is gratuitous.

    --
    You do not have a moral or legal right to do absolutely anything you want.
  15. You know? The ass long time in summer? by Anonymous Coward · · Score: 1

    You might get by when you're teaching English, it ain't like Shakespeare will write anything new

    There are new writers all the time - even in english. Some of them get nobel prizes and such - surely a few of them are good enough to get into the curriculum. A slower process than in CS, but a lot has happened since Shakespeare. Tolkien springs to mind . . .

  16. Yep, I can sure relate to this. by Anonymous Coward · · Score: 1

    My teacher regularly hated me for going above and beyond tasks set in the class. (not even praised, HATED)

    It's not like I never carried out the task given to me, I did it, but equally I also did it better/other ways.
    You'd think a teacher would be like, "oh Kris, that is marvellous, keep it up!", none of that from my computing teacher. (the guy even lied to me in the last year about a mandatory part of the course by saying it was optional, he was lucky I got in to my course or else I would have ruined him)
    Then the student teacher came in to teach beside him for a while, now HE was good, he actually made that class fun again.
    Not only that, with his help, our class help set up some after-school computing study classes, which spread over to Maths and Admin, up to languages, up further still to social studies and art (which usually only had a few odd people staying behind to do extra work, but this increased to like half the class staying in)
    It was a major success in all the classes. Everyone helping each other. Grades went up sharply within the space of a year.
    Few years after I left school, it was knocked down.

    The major issue is older teachers are stuck in their ways and they like to think that their ways are what is best, and they aren't, not even slightly.
    In fact, even more these days in the UK, US and many others, the education systems are pretty god damn shit to be perfectly honest with you.
    They waste time, they assume all people are stupid, which is the exact opposite, children are KNOWLEDGE sponges, it is how we learn so quickly at a young age yet TAKE an age to learn things as we get older, our brains have a stupidly higher number of connections between neurons that get pruned as we age. This isn't exactly new science, this has been well-known for decades.
    The ones that are having problems just need a little extra help, not be damned and punished, that doesn't help anyone.
    My old school and a few other random schools around the country trialled a method of dealing with problem children and it worked very well. Violent incidences dropped considerably.

    Yet most of our education systems still do the same bullshit teaching and punishment methods that quite literally make people dumber. Sure, they might know things, might being the keyword, but knowing isn't the same as being intelligent.
    Only those with the determination to ignore shitty teaching and DIY their own education are the ones that go anywhere well, the ones that go far, the ones that do the entire exercise book before they even touch it in school, the ones that had their thirst for knowledge shielded before school could beat it to within an inch of its life.
    The question is, do we want a society of geniuses? Just think of the entitlement!
    What really needs to change is the entire job industry to accommodate such a future. That won't happen any time soon.
    But it will need to happen, as more and more automation happens, the work force will rebel, society will get more angry and depressed, and more violence will stem from this.

    1. Re:Yep, I can sure relate to this. by Anonymous Coward · · Score: 0

      No, the teacher was probably sick of idiots like you, the "ooh look how smart I am!" morons.

    2. Re: Yep, I can sure relate to this. by Anonymous Coward · · Score: 0

      If the workforce - or, rather, the former workforces - tries to rebel, we'll put it down. The violence will be purely one-sided.

  17. Windows only Microsoft Education © by lippydude · · Score: 1

    "Microsoft and CAS recently launched QuickStart Computing. With funding from Microsoft and the Department for Education, Computing At School produced the training toolkit for teachers" ref.

    "Software Development – MTA EXAM
    Web Development Fundamentals – MTA EXAM
    Working with XML, Data Objects, and WCF
    C# Fundamentals: Development for Absolute
    Microsoft.NET Fundamentals: MTA EXAM
    Microsoft .NET Fundamentals
    " ref

    " What is MTA,?: Microsoft Technology Associate (MTA) is an introductory Microsoft certification for individuals considering a career in technology" ref

  18. As a father of three boys ... by Anonymous Coward · · Score: 1

    ... aged 11, 13 and 15, I can assure you that the Minecraft experiences of even the youngest of them comfortably outweigh my own 25 years of software development experience. In their heads.

    1. Re:As a father of three boys ... by gnasher719 · · Score: 1

      ... aged 11, 13 and 15, I can assure you that the Minecraft experiences of even the youngest of them comfortably outweigh my own 25 years of software development experience. In their heads.

      My grandson's parents thought he was a computer genius because he beat me playing "Sonic The Hedgehog". Well, he played it hour after hour, I played it the first time.

  19. Really? by Anonymous Coward · · Score: 0

    Now? This was a problem 15 years ago, I knew more than my teachers about computers yet I could do nothing because "I'm the teacher here and you will do what you are asked to do".
    Yay... having to go through the basic of the basic... every year. They never tried to teach anything more than that.

  20. Drop the classes by Anonymous Coward · · Score: 0

    Nope. A few knows some programming because an uncle or the local open-source enthusiast taught them that. A lot more knows basic word processing almost as soon as they can write.

    But that is the top half. The rest barely knows how to start their favourite games. They don't know what the non-letter keys are for. They think the cabinet is called "the disk". Word processing? Install a sw package? Forget it!

    It is the same in the other classes. Some kids can read already when they arrive at school, and add single-digit numbers. Skip reading then? Nope, because *all* is supposed to read. Not just a handful whose parents apparently had a lot of quality time on hand.

  21. Complexity by sjbe · · Score: 5, Insightful

    My father and grandfather lived in an era where most people knew how a car worked and how to fix it, but in my generation that's a mystery.

    I assure you that at no time in history did "most people" know how cars worked or how to fix them. Perhaps a higher percentage of the population than now but it never was "most". Not ever.

    Most people have always been clueless to varying degrees about many technologies they depend on. Furthermore, while the basic principles of how cars work hasn't really changed much, there is a LOT more technology involved these days so there is much more to learn. I have owned cars where you could almost literally stand in the engine compartment with the engine still in the vehicle. You could do that because they were very simple compared to today's vehicles. Now you have to deal with a myriad of sensors, ECUs, emissions control equipment, electronics and other stuff that simply didn't even exist 40+ years ago. An engine compartment is packed very tightly now and there is a lot more to know about.

    I understand how computers work and how to fix them, but the next generation treats them as black boxes.

    No more than they ever did. However the same thing applies. When I was younger it was actually possible to have a fairly complete understanding of how the 8088 computer on your desk worked. The technology now is quite a bit more complex "under the hood" (so to speak) and it's a lot harder to understand more than basic principles. It can still be done but there is more to learn than there once was.

    1. Re:Complexity by drinkypoo · · Score: 2

      I have owned cars where you could almost literally stand in the engine compartment with the engine still in the vehicle. You could do that because they were very simple compared to today's vehicles.

      You could do that because they were wasting a lot of space in the name of aesthetics, and because they wanted to give you access to work on stuff while leaving the vehicle intact. Today, major repairs are meant to be done with the engine and probably transmission removed from the vehicle entirely; although many dealers have come up with tricks that permit them to skip the engine removal step, they'll still charge you for pulling it as they'll bill you at a flat rate which is based on the estimated time to complete the job. Some shops work flat-rate, some hourly, but dealers are pretty much all flat.

      We could have space under the hoods of our modern cars, if they wanted to waste space. But they don't do that any more.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Complexity by mjwx · · Score: 1

      My father and grandfather lived in an era where most people knew how a car worked and how to fix it, but in my generation that's a mystery.

      I assure you that at no time in history did "most people" know how cars worked or how to fix them. Perhaps a higher percentage of the population than now but it never was "most". Not ever.

      This.

      The main reason that more people knew how to fix a car in 19-dickety-2 was the fact there were fewer car owners. Even then, for the most part people still paid mechanics.

      What has disappeared was the mechanic who rocked up with a box of tools and could fix most problems on the spot, as cars have become more and more complex the diagnostic tools have increased in complexity as well.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    3. Re:Complexity by sjbe · · Score: 1

      We could have space under the hoods of our modern cars, if they wanted to waste space. But they don't do that any more.

      We don't waste space on aesthetics? Are you kidding me? Maybe not under the hood we love our big cars with lots of wasted space.

      And no we really couldn't truly have the kind of wasted space we used to. Engines and related components take up WAY more space than they once did. I suppose you could make the car ludicrously huge but that would be pretty dumb.

  22. KIds these days by digitalPhant0m · · Score: 1

    I seriously doubt these kids (or even the teachers) *understand* computers. They know how to use them, check e-mail, tweet, instragram and update facebook. That's about it.

    1. Re:KIds these days by Anonymous Coward · · Score: 0

      but the one thing they don't know is how to get off my lawn!

  23. Wow by sootman · · Score: 4, Insightful

    68% of primary and secondary teachers are concerned that their pupils have a better understanding of computing than they do. Moreover, the pupils reinforced this finding with 47% claiming that their teachers need more training...

    Polls are great, but just imagine what it would be like if we lived in a world where there was actually a way to measure who knows what...

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    1. Re:Wow by Anonymous Coward · · Score: 0

      68% of primary and secondary teachers are concerned that their pupils have a better understanding of computing than they do. Moreover, the pupils reinforced this finding with 47% claiming that their teachers need more training...

      Polls are great, but just imagine what it would be like if we lived in a world where there was actually a way to measure who knows what...

      Imagine all the embarrassed people in Washington. D.C.

    2. Re:Wow by steelfood · · Score: 1

      Pearson is very interested in what you have to say and would like to subscribe to your newsletter.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
  24. So??? by Anonymous Coward · · Score: 0

    When I was in elementary school, I setup and took down movie projectors and film strip machines.

    I high school when basic was big, six of us "taught" the class, with the instructor giving general direction he wanted to learn. Math trick mainly.

    So what is new or news worthy about this?

    50 years and nothing has changed.

  25. Re:Teachers by Anonymous Coward · · Score: 0

    Not so much in NJ, teachers have it made here. My kid has a 7th grade math "teacher" who's just riding his way out, he barely teaches or talks at all. He sits with his feet on the desk and does facebook, and tells the kids to just read their textbook.

  26. How pathetic could you possibly be as a teacher? by DrPeper · · Score: 1

    Seriously how pathetic could you possibly be as a teacher to be worse at technology THAN CHILDREN??

  27. WHY so they not have a masters degree?? by DrPeper · · Score: 1

    Why on earth would ANYONE without a masters degree in computing, be teaching kids in the first place?? I needed one just to have a freekin' job at a tire company.

    1. Re:WHY so they not have a masters degree?? by JustNiz · · Score: 1

      Because anyone with a masters degree in computing could be earning double or triple what teachers get paid.

    2. Re:WHY so they not have a masters degree?? by DrPeper · · Score: 1

      Speaking from experience, that is NOT the case. Check your figures.

    3. Re:WHY so they not have a masters degree?? by DrPeper · · Score: 1

      With the rampant (and government supported) outsourcing, IT industry salaries have collapsed. Just an FYI.

    4. Re:WHY so they not have a masters degree?? by pjt33 · · Score: 1

      Because for some strange reason a masters degree in computing wasn't considered necessary to teach 5-year-olds when they started their careers. Crazy, isn't it?

    5. Re:WHY so they not have a masters degree?? by Anonymous Coward · · Score: 0

      Is that why it costs so much to get my tires rotated?

  28. Which is why they will reach for the obscure/old by EmperorOfCanada · · Score: 2

    I can foresee some classes in Pascal, Fortran, Cobol, or even a newer yet obscure language like Erlang. This way the teachers will feel that they are superior to the students. I program C++ every day, yet some whiz could probably write small amounts of template code that I simply could not parse in my head. But good luck finding an under 20 whiz in Powerbuilder.

    The other thing I foresee are a whole lot of frustrated kids who write far better code than was asked for yet will be told that their code is "wrong" because it doesn't match what was expected. For instance a "while" loop being insisted on with a "for" loop being rejected. Especially if it is newer C++ for loop that can iterate through something like a vector.

    Then just to piss everyone off I can foresee many teachers being grammar nazis. So if(x==2) would lose you marks because it wasn't if( x==2 ) which would be considered better by that teacher than if( x == 2) but still not as good as if ( x == 2 ). But the same student might as well quit the course if they thought that using the magic number 2 instead of a const or a #define was actually a problem. I suspect that following strict formatting guidelines for some teachers will be more important than having the code even compile.

  29. Pupils judging what their teachers know? by Anonymous Coward · · Score: 0

    "When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much the old man had learned in seven years."

    (allegedly by Mark Twain, also allegedly not by him)

  30. Hacking Twitter by Anonymous Coward · · Score: 0

    This is like the twitter-account being hacked thread yesterday. Are these CS teachers that the kids know more than, or English teachers?

    Hell, I'll argue CS teachers shouldn't be required to know how to do maintenance on the computers (they should be maintained by IT).

    Nothing, but nothing to see here.

  31. Re:Which is why they will reach for the obscure/ol by DrPeper · · Score: 1

    OH, now THAT is a good point. Teachers would harp on the useless points of grammar when called to the task.

  32. Teaching by ledow · · Score: 4, Insightful

    Then stop teaching.

    Seriously, I work in schools - I'm an IT Manager for independent (private) schools. The good teachers are the ones that have knowledge to impart to the kids, the other type generally do not know anything until they have to teach it and then they learn it badly and, thus, teach it badly. Can you imagine being a science or maths teacher and never having done "chemical reactions" or "simultaneous equations"? Sure, there's always an answer that even the teacher won't know but it shouldn't be something so far out of your reach that you can't a) take an educated guess on the spot and b) come back the next day with the properly researched answer.

    With the best IT teachers, I can discuss electronics, computer science and mathematics at a level where neither of us need explain ourselves. They've probably done my job in the past, for the most part, too. And, very deliberately, they will refer to themselves as IT teachers or CS teachers and not ICT teacher (which involves using a computer to do word processing, not anything the kids couldn't pick up on their own in ten minutes).

    The last lot of students that went through the school I'm at were building drones running on Raspberry Pi's and .NET Gadgeteer, they were cobbling together Z80 and 6502 circuits in their lunch break, and they were programming in C#, C and assembler. Some of it wasn't stuff we'd done before, but we managed to teach them new stuff all the way through, based on extensive knowledge of the subject and actually SITTING AND LEARNING the stuff they wanted to learn in advance so they could be taught effectively. And, there, it's really more of a "I've never done C# but it's a programming language that I just need to learn the quirks and syntax of and all my old knowledge then comes back into play".

    If you can't do this, as an IT teacher, then you probably should go back to school yourself. This is no more insulting than suggesting that a French teacher know French, or a Maths teacher know Maths.

    If you're not the one teaching, why bother to have you there?

    1. Re:Teaching by voss · · Score: 1

      "which involves using a computer to do word processing, not anything the kids couldn't pick up on their own in ten minutes..."

      Because elementary school kids can pickup word processing on their own in 10 minutes? Really??? Tell me about it...

    2. Re:Teaching by Anonymous Coward · · Score: 0

      "Teaching" does NOT require knowing more than the students do about the subject matter! The main requirement is to know more about LEARNING.

      This was brought home to me during high school (in the early '70's), when my math teacher ran out of calculus to teach us. He decided we would all learn it together, and for his part took an evening calculus class at a local college so he'd have an expert handy to pass questions to.

      We'd read our chapters and start the homework, then in class discuss our difficulties in an open and collaborative manner. We'd grade each other's homework, and write our own exam questions that he'd collect and select from (after careful modification). After each exam, he'd share the questions he didn't use, often with the comment: "Wow, some of you are real jerks, wanting to inflict this on your classmates!"

      I have never had more fun in any class, ever, nor learned more. That teacher also became one of the most beloved in the entire school, though he certainly wasn't before he exceeded his "limits". And he created a bunch of students who learned how to LEARN calculus!

      A similar path/adventure is open to any high school CS teachers finding themselves in over their heads.

    3. Re:Teaching by Anonymous Coward · · Score: 0

      3rd grade teacher here, we spend most of our time on muscle memory and fine motor skills. Learning how to format text only takes one session.

    4. Re:Teaching by Anonymous Coward · · Score: 0

      "Seriously, I work in schools - I'm an IT Manager for independent (private) schools"

      Thank you for sharing your opinion. Most public school systems cannot afford to throw endless funds at overqualified staff, unlike your current employer. Please go back to your nice job and facility being thankful for what you have, and be quiet.

    5. Re:Teaching by ledow · · Score: 1

      I got there by recovering state schools from ludicrous amounts of IT poverty, despite legal requirements for computer:pupil ratios on the order of 1:4 or 1:2 depending on the school.

      I also got there by, in the process of that employment, SAVING them more money than I ever cost to employ (by reusing kit, getting rid of consultants, stopping them paying extortionate amounts of money on worthless IT services, offering free alternatives - not even necessarily open source, etc. - and bailing them out when they had crises). I have a clear conscience. I've also worked with every age group, every type of school, every IT teacher along the way.

      There's nothing to distinguish independent from state education in this respect. Sure, independent schools are 2-3 years AHEAD of the state schools in terms of intellectual prowess among the kids. But they are 5-10 years BEHIND in the IT because they don't believe it improves education and aren't bound by stupid computer:pupil ratios. Additionally, although they may be "ahead", their teachers are the same amount ahead, not necessarily geniuses. I've worked with one Dr and she was a librarian. Everyone else has Bachelor's or - at absolute best - Masters.

      It's not about independent vs state. I can argue and prove all sides of any argument in that case if you like (I am state-school educated from one of the poorest and most working-class areas of London, I thought the same as you once. Fact is, independent education is merely a head-start, not an ongoing advantage). It's about having appropriate teaching staff. An independent school teacher is just teaching the state-school Year 8 stuff to their Year 5. That's all. Mainly because of zero discipline problems and pupils/parents having a vested interest in their education (cash!).

      But even in a state school, a Year 8 IT teacher needs to know - at minimum - how to teach Year 8. And in any sensible school Years 7-11/13 are the same IT teacher, so you need to be able to be several years ahead of almost all the pupils anyway. Not only that, you should really be several years ahead of the top-set of the highest years, otherwise how do you expect to make a difference?

      Please note, my current place being an exception, some of the best IT teaching staff I've seen have been state. One of my previous independent schools, the IT was fine technically but the IT teaching was a shower. Kids copying/pasting into Word was considered as high as Year 7 could ever attain, the lesson plans were 15+ years old (had URL's in them that nobody noticed had stopped working 6 years previously, according to archive.org), etc.

      So, please, attack me all you want - but we're not talking funds and facilities here. Often the more IT-literate staff are the staff that refuse to conform to curricula, hate teaching the out-of-date stuff, want to go off-topic all the time, and get frustrated with both state and independent schools that adhere too tightly to "the known" from 20 years ago.

      Hell, one of the places I worked in with one of the best IT teachers I know couldn't afford exercise books one year. Literally. They were shutdown the next year and merged with another school. Don't know where that guy went, but wherever it was I bet he's driving the curriculum forward whether he has zero budget or unlimited.

    6. Re:Teaching by Anonymous Coward · · Score: 0

      As a frenchman myself, I've met plenty of "French teachers" in the US who had no clue about speaking french.

    7. Re:Teaching by Anonymous Coward · · Score: 0

      "maths" isn't a fucking word. I hate Brits.....

    8. Re:Teaching by voss · · Score: 1

      One 40 minute session aided by a teacher...certainly not 10 minutes on their own. Many 2nd and 3rd graders are still learning keyboarding skills.

  33. I knew more than my teacher at university level by loufoque · · Score: 1

    I still knew more than my teachers even at the postgraduate university level (in certain areas).
    That's just a given in a field that is also a passion for the younger generations.

  34. Re:Not training.... Learning. by __aaclcg7560 · · Score: 1

    And by poor learners, I mean those who can only learn, if at all, by being taught. They don't learn on their own.

    You just described the typical American who believes that graduating (or dropping out) from school ends their obligation to learn anything new about life. I always cringed when I hear a software engineer bitch and moan about learning something new to do his job better. He should have become a teacher instead.

  35. Re:Teachers by Anonymous Coward · · Score: 1, Insightful

    Yeah, they will be much better educated than you.

    Ignorance is bliss.

    http://www.washingtontimes.com/news/2009/aug/30/home-schooling-outstanding-results-national-tests/

    http://www.theatlantic.com/health/archive/2011/09/study-of-the-day-home-schooled-children-score-higher-on-tests/245036/

  36. Outdated thinking by freeze128 · · Score: 1

    I remember in high school history class, we were assigned a project to draw a map of the middle east (this was '84-'85 or so), and label all the major cities. I had an Apple II at home and spent days drawing the map in a rudimentary drawing program, and entering the text to label the cities. I printed it out, and the instructor would not accept it, because he thought computers were way more connected than they really were at the time, and had thought that I had simply downloaded the map from some other source. I was made to re-draw the map by hand for a grade.

    1. Re:Outdated thinking by HBI · · Score: 1

      I'm sure you'd be downloading a graphical map with your 300 baud modem. ;-) Great story. We must've had the same instructors.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
  37. Re:Teachers by MagickalMyst · · Score: 1

    "Sucks to be your kid."

    He said that he and his wife HOMESCHOOLED their child.

    We should all be so fortunate!

    --
    Political correctness is really just herd psychology pushed by insecure people who desperately seek social conformity.
  38. IP Subnetting by Anonymous Coward · · Score: 0

    This has been the case for a LONG time. I remember in university, I had to purposefully answer a question on an exam incorrectly because my prof did not understand IP sub-netting.

    1. Re:IP Subnetting by sandytaru · · Score: 1

      Very few people know subnetting inside and out unless they're an old school network admin and have been dealing with it for decades.

      --
      Occasionally living proof of the Ballmer peak.
  39. 1968 by careysb · · Score: 1

    For me, it happened in 1968. I had just started a 3 year curriculum for computers. Started out with FORTRAN 44 on a teletype connected to an IBM 360. Within a month all of us (students) had outpaced the teacher's knowledge. From there it was a matter of reading the manuals we could get our hands on and as much lab time as we could fit in.

    1. Re:1968 by Matheus · · Score: 1

      I was a bit behind your curves but even in the 80's/90's computers were still pretty foreign to most educators. I and a few others who ended up in "Computer Lab Assistant" roles became the teachers. My "supervisors" were smart enough to get out of our way and let us explore. They were also smart enough to have the capability to restore each machine to image if things got messed up too much to fix by hand. (Of course we created those images and the process for restoring them)

      If a teacher or administrator had issues with their office computers we were the ones they called. When a student had a hard question in computer class we were more likely able to answer it than the teacher and she was not dumb by any means (better at the machines than anyone else in the school save a couple exceptions in the math department) but she knew our value and how to gain from that while letting us gain from "play time"

      I wish there were more teachers like that in the world.

  40. Grade books by Anonymous Coward · · Score: 1

    Let me be frank.

    When I was a kid, teachers used grade books. I saw my teacher record grades. It took him a few minutes.

    Today my wife is a teacher and it takes a lot longer. Technology is not a solution. It is often a waste of time. I write down shopping lists because it is simple and fast. No one needs a smartphone to do this. If they are, it is slower.

    I can not stand how everyone thinks computers always make life better. I'm a software engineer and will be the first to admit that many times, the products do not improve quality of life. But people using them are so happy with the shiny apps that they fail to realize that they often suck.

    1. Re:Grade books by Whorhay · · Score: 1

      Yes and no... My wife uses her smart phone for grocery shopping because she has an app that keeps a list of the stuff she commonly buys. Throughout the week as she thinks of something she needs she adds it to the list if it wasn't on there already or simply selects it from the list of previous items. Before she goes to the store she might review the list for the next trip, and look at the list of previous items to see if anything sticks out as something she needs again and add it. Then when she's at the store she has the list and just marks the items off as she goes.

      That implementation is better than just writing on a scrap of paper because it's something she is updating constantly. You could do that with the paper but then you need to keep track of one more physical item through out the week. Additionally since it keeps a historical record she can see what she bought previously, which helps to determine if it's time to buy more, and reduces the data entry requirements as it can just be added to the current list instead of typing it in again.

      It's a clever app and I should probably use it myself. But I honestly hate carrying a cell phone so I just scribble down whatever she tells me to get before I leave.

  41. Re:Teachers by uncqual · · Score: 4, Interesting

    In the area I live, we have something referred to as "tenure" for unionized public elementary and high school teachers.

    What this roughly means is that once a teacher is past their probationary period (something around two years I think), they can only be let go for gross misconduct (like showing up drunk too often and swearing at their students in a drunken slur) and only after a lengthy and costly hearing process (during which they collect their pay but are assigned duties that don't put them in contact with students or simply do not come to work).

    During probation, they can be fired for incompetence, but once they make tenure that's extremely difficult.

    Teachers can still be laid off if staffing needs decline - but then seniority rules. The most recently hired is the first laid off. I think this is within classification - if a decline in students results in the need for one less Science teacher, I think the least senior Science teacher goes even though there is a less senior Art teacher at the same school/district.

    --
    Why is there an "insightful" mod and why isn't it "-1"? If I wanted insight, I wouldn't be reading /.
  42. Simply down to poor teacher salaries by Anonymous Coward · · Score: 0

    Who is going to go and teach in the UK, and take a massive salary cut? If you are a competent programmer, software engineer, or even admin, a teaching salary looks pretty derisory compared to current market rates. With year after year of 'austerity', due to the huge bank handouts, salary continues to get worse with every year. At the start of my career, I was interested in teaching, but I took one look at salary, realised that is wouldn't have covered living expenses (ie. renting a small flat on my own), and then gave up on that idea. Then there are long working hours, lots of paperwork, and when you go home you have further preparation work for the next day's lessons. These things would be tolerable, and even possibly entertaining if you like the idea of teaching. In fact I'd be quite happy to do them. Unfortunately, when something is not economically viable for the competent and skilled people, who expect a moderately decent lifestyle, you will only get mediocrities to fill their place. It's maybe a little unfair to call all computing teachers here mediocrities. When I was at school, some of them were actually very good teachers, even if they didn't have the necessary knowledge to teach children how to program. Unfortunately, you can't just send these people on a short course on how to program. Good development skills only come from experience of working on good production code. Spend time learning from bad code, and there is a good chance of learning bad habits. The only competent way to recruit staff to teach software development, is to recruit experienced developers, and wages that are considerably closer to the market rate.

  43. Re: Any experienced teacher already deals with thi by Anonymous Coward · · Score: 1

    I'd hardly call fingerpainting on an iDevice advanced knowledge. That's the problem with studies like this. They boil down to subjective opinions.

    Most kids are pretty decent at operating technology. In years past, kids who were good at that usually understood it too. Unfortunately, we've regressed to where understanding is not required (hence, iDevices).

    So someone can say someone else is good at computers and be totally utterly wrong.

  44. Animacy is a dimension of gender by tepples · · Score: 3, Informative

    there are many English teachers (at all levels, even collegiate) that cannot do even basic sentence diagraming, or know that "he or she" is not grammatically correct when trying to be "gender neutral" which should use the neutral gender (it for singular or they for plural).

    "He or she" is animate gender; "it" is inanimate gender.

    1. Re:Animacy is a dimension of gender by steelfood · · Score: 4, Interesting

      Historically, "he" is the gender-neutral pronoun. Gender itself comes from Latin, and in all romance languages, the masculine is used for gender-neutral or gender-ambigious contexts. It was a hard and fast rule in English until some idiots decided it wasn't PC enough and started railing on people who follow it, but at the same time provide no suitable alternative.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    2. Re:Animacy is a dimension of gender by Anonymous Coward · · Score: 0

      English is not a romance language. "They" has historically been a common gender-neutral pronoun in English. Unfortunately, a bunch of assholes decided that it was politically correct to force English into the mould of their ever-so-perfect Latin, because surely everything would be better if it followed the grammatical rules of a completely different language.

    3. Re:Animacy is a dimension of gender by Anonymous Coward · · Score: 0

      Singular "they"; they is an unidentified set, much like a void * pointer or a container for 'objects' it can hold numerous values.

      Use of singular they only confuses stuck up old-school writers. It is a perfectly logical solution to an otherwise confusing artificial construct and debates about which genders come first and how you address those that don't conform to a dehumanizing cast from true color to literal black and white.

    4. Re:Animacy is a dimension of gender by Anonymous Coward · · Score: 0

      Why distinguish between "he or she" and "it"? What happens when we develop proper AI? I think we should preempt that problem now by using the same word (whatever that word may be) for all three.

    5. Re:Animacy is a dimension of gender by Anonymous Coward · · Score: 0

      "animacy" isn't a word, Tepples. Stop making shit up....

    6. Re:Animacy is a dimension of gender by tepples · · Score: 1

      I don't remember having made any major edits to this Wikipedia article or these Linguistics Stack Exchange questions. If you consider neither of those sources reliable, that all their contributors are under some massive hoax, which source for linguistic terminology do you consider reliable?

  45. back to school! by Anonymous Coward · · Score: 0

    More than they do (not them!)

  46. Concerned? by Anonymous Coward · · Score: 0

    That is not a concern; it's a goal!

  47. Blame Sonny Bono by tepples · · Score: 1

    There are new writers all the time - even in english.

    But none of these new writers' works will enter the public domain where teachers and curriculum-setters are safe from publishers breathing down their necks as to the form and manner of teaching those works. A fair use defense works only if your school district can afford to defend a trial. So instead, the curriculum continues to emphasize works first published in 1922 or earlier.

  48. User knowledge vs. admin knowledge by tepples · · Score: 1

    Is it possible for someone to be in the top and bottom half at once because of security policies on the computer at home? Consider a student who understands word processing and JavaScript programming but doesn't know how to install software because the parents have always been there to do anything that requires elevation.

  49. The best teachers aren't afraid of that by istartedi · · Score: 3, Insightful

    The best teachers aren't afraid of students who know something they don't. Teaching teachers all the knowledge is impossible. Teaching teachers humility is possible, though seldom seen.

    --
    For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    1. Re:The best teachers aren't afraid of that by slinkp · · Score: 1

      Yes. We really should move beyond the idea that knowledge transfer is the fundamental element of teaching, and that students are passive recipients of knowledge.

      The best teachers are those that help students teach themselves.

  50. Re:Teachers by Sperbels · · Score: 2

    On top of that, the low pay and asshole students make teaching a very thankless profession. That's why most people who have an ounce of brains do something else. If we would treat our teachers better we'd probably get a better quality of people into the profession.

    And then there's people like yourself who think it's the teacher's fault their spoiled kids aren't learning anything. I'm concluding this by your third sentence where you suggest that all of the existing teachers are of low quality. Your little snowflake couldn't possibly be at fault, could he/she....must be the teachers.

  51. No transportation zones by tepples · · Score: 1

    it is better to recognize that different kids have different levels, and send them to different schools.

    And get them to and from these "different schools" how, while the parents are away at work? A lot of districts have been cutting school bus service to save costs in the face of declining tax revenue.

  52. Do parents encourage it? by tepples · · Score: 1

    The 22yr old graduate that has done nothing but play with consoles all their life

    When parents prefer to buy consoles and console games instead of PC games so that their kids don't have to hog the family PC, to what extent does this discourage the kids from learning basic concepts of computing?

    1. Re:Do parents encourage it? by Anonymous Coward · · Score: 0

      It doesn't encourage any type basic skills. Way back when if you wanted to play a game you had to be able to edit an autoexec.bat - Today's situation is of course better for the end user; but the flip side is you don't have to learn one type of skill to facilitate an other. Or be introduced to any type of skill. My kid isn't getting a console (I don't agree with the game price being 3 times greater) but he will be building his own decent spec PC for my old one. If he isn't interested in them after that fine. i did my bit.

  53. Re:math and science are well-defined by gbjbaanb · · Score: 1

    You're not correct there - computer science is a serious subject, but if you took one of them you'd find it remarkable devoid of "computing" - you'd have a lot of maths and statistics instead.

    When I was at university statistical job analysis, algorithms and mathematical modelling were the kind of modules you took, which at the time I thought was pointless, but when you start sizing networks you realise what its all about. For the majority of computing work, its all irrelevant, but fortunately for those of us who just "work in computers", someone else has done the hard work to make the underlying stuff work properly.

    My mate did electrical engineering, he did a lot more "computing" than I did.

  54. Who sets the literary canon by tepples · · Score: 1

    Who said what materials?

    Whoever set the curriculum while I was growing up said what materials. Plays by William Shakespeare, specifically the tragedies, were overemphasized in every year of high school except the junior year, which was devoted to American literature. And do English teachers leave out nonfiction because they delegate it to science and history teachers?

  55. Same at Uni by Anonymous Coward · · Score: 1

    At University in the 80s, I 'blew the mind' of one of my lecturers by pointing out to him that 'modern' computers stored their 'character set' data for VDU display (terminology of the time) in those then new-fangled ROM chips. He actually disappeared for ten minutes to confirm this 'astounding' piece of news?!

    A few months later, he got a top job in 'electrical engineering' at New York's 'best' university-snigger. BTW his ancient 'knowledge' dated back to when hard-wired discrete logic 'solved' problems that today we'd always use memory storage for.

    Mind you, long after the invention of the microprocessor (and the fact I'd built multiple kits for myself and others based around various microprocessors while still at what you Yanks call 'high' school), every university I visited in preparation for choosing one was still in the stone age of computing, and the one I eventually went to was still using punch cards in the first year. One of the senior professors was actually concerned that using a full-screen editor on the PDP-11 terminals would 'such all the life' out of the computer, and ordinary students should keep to the line-editor (I bet few of you even know what 'line editor' means).

    The other lab did have a room full of z80 business class computers running CP/M and UCSD Pascal (god, remember that?), and one Apple 2 (upgraded with the card that saved the company- the z80 CP/M thingy).

    At school, we- the smarter pupils- actually introduced the FIRST ever (self-taught) computer class (with many of us getting the highest grades in the Computer Science O-level). Our otherwise skilled physics teacher (this was the best non-fee school in one of the biggest cities) thought computer memory still involved wires and magnets (so-called 'core-memory'), a technology that had been obsolete for almost two decades (even if computers using this tech would still be operational at the time).

    The 'brightest and best' ALWAYS know more about various topics than their teachers at school. With Computer Science it is WORSE, because those that can (code) do, and those that can't (code) teach. At school, I remember vividly being MOCKED by a mid-level beta fellow pupil because I and others coded various types of 'clever' visual output on our clunky obsolete line-printer, and his MOMMY- a dreadful lecturer in Computer Science at the local uni- HATED the "smart alec" students that suffered under her that were already computer whizzes. Her VITRIOL was focused on those whose coding, by having a visual dimension, couldn't be dismissed by the opinions of an 'expert'.

    Interestingly, at my first-rate school, the ONLY teacher I encountered with a lousy attitude toward the naturally most gifted was a FEMALE maths teacher. She actually (for the few months the school tolerated her) graded us 'on a curve' , so 10-out-of-ten in a test became 8/10 (I'm not kidding). A second-rate beta trying to pretend the alpha pupils were something less than what they really were- just like that Computer Science Mommy- what a chip on their shoulder some of these losers carry.

    And teachers' unions are home to 'CHIP ON THE SHOULDER' ingrained psychology. When the UK government finally accepted that beating kids in school was a serious sexual perversion, the paedophiles at the top of the British teachers unions fought tooth-and-nail to keep the right to inflict sado-masochistic rape on pupils (Victorian porn frequently described, in vivid detail, the exact same forms of beating young people in the name of 'sexual pleasure'). As a result of union power, banning this form of abuse was delayed by TWENTY YEARS. In most Scottish schools before abolition, just as in present day US schools in the Deep South, almost every pupil (from 5 to 18) could be expected to be beaten at least several times a month, with a significant proportion beaten close to daily.

    It is a sad fact that teachers in general are such worthless individuals, no-one should listen to their opinions about teaching, or the people they teach. They exist mostly for social

  56. Re: Any experienced teacher already deals with thi by Anonymous Coward · · Score: 0

    Lol. What work? When those kids grow up they'll be unemployed for, like, forever! They'll turn to a life of crime and become gangsters, drug dealers and prostitutes. Except those who will convert to Islam and behead someone on the streets, gun down people or blow themselves up in some crowded place

  57. Re: Any experienced teacher already deals with thi by Anonymous Coward · · Score: 0

    Because dead white European males and some dead white European female make up the whole of the English-speaking culture. Got it, shit nigger?

  58. Re:Teachers by BarbaraHudson · · Score: 1

    Not so much in NJ, teachers have it made here. My kid has a 7th grade math "teacher" who's just riding his way out, he barely teaches or talks at all. He sits with his feet on the desk and does facebook, and tells the kids to just read their textbook.

    I guess by doing nothing he can claim he's "doing no harm."

    --
    "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
  59. Re:Teachers by Grishnakh · · Score: 2

    New Jersey also has some of the highest property taxes in the nation, and a majority of those taxes are to support the schools there. The state has a separate, independent school district for every single municipality (all 550 of them), because everyone wants "home rule" and no one wants to combine their school district with the poorer sections of their county. By contrast, other east coast states farther south usually have a separate school district for every county, not every single little town, so they end up having an order of magnitude fewer districts statewide, and consequently far lower administration costs. Every one of those 550 school districts in NJ has to support administrative staff, plus a superintendent who makes $250k/year, plus extremely generous retirement pensions for everyone.

  60. Re:Teachers by Random+Nobody · · Score: 0

    Have you been to school in the last 10 years? In my experience the best teachers are the ones that get pushed out by the union, or are told to dumb down their classes. The literal worst teacher I ever had was retiring after the end of the year. Personal experience, I don't have any kids.

  61. Re:How pathetic could you possibly be as a teacher by Anonymous Coward · · Score: 0

    Teachers are mean, arrogant, bitches. They will crush you if you show any sign of big intelligence. Schools are about social skills. Schools are just remotely related to Education. Educate yourself and you will be just fine.

  62. Re:Teachers by digsbo · · Score: 1

    My anecdata confirms this. I've supported my wife in leaving public education (though not a teacher per se) and we've seen every one of our friends except one who got an education degree leave the field over the past 10 years.

  63. I'd love to teach CS to HS students by Anonymous Coward · · Score: 0

    But unfortunately I enjoy the lifestyle that making ~160k/yr affords me. When the education system can pay a salary competitive to what a practitioner can make, I might just do it.

  64. Re:Teachers by Sperbels · · Score: 2

    No, I haven't been to a school in the last 10 years. Haven't been to a school in the last 20 years. But the poor performance started long before I graduated. And even when I was in school they were blaming the teachers for the poor performance of students who had no interest in learning.

  65. Unfortunately... by dhaen · · Score: 1

    This is nothing new. My son is now 29 and at school was in this situation. He isn't even a techie, he's an artie, but had computer access at home from birth. I think the only answer is to have technical professionals teaching. At school (in the 60's) I learned metalwork and woodwork, not from graduates, but from tradesmen who been taught teaching skills.

  66. Been this way for a long time by Anonymous Coward · · Score: 0

    While a Junior in High School I spent the summer of '95 teaching teachers how to use the Internet (back during all the "Net Day" craze of the Clinton era. Had to start the classes off with how to use a mouse and keyboard and talk slowly so they wouldn't get lost. However, it was the same way in Elementary and Middle School, as far back as the 2nd grade that I can remember when we got our first TSR-80s in.

  67. Knowledge not Fashion by Roger+W+Moore · · Score: 1

    The other thing I wondered about is the different expectations. If your instructor still thinks myspace is where the cool kids hangout....

    Well having grown up in the UK and been to computer lessons in school (in the 1980s) I'd say that my expectations were that the teachers knew the subject material. When it came to maths, physics, chemistry etc. the teachers I had really knew their stuff and I learnt a heck of a lot from them but with computing it was far more variable.

    I almost got into real trouble in one class using BBC Micros. We were told to write a program to add two numbers together which was incredibly trivial so, having the same computer at home, I thought I'd do the assignment in a more challenging way and teach myself assembly to add the numbers using the 'Advanced User Guide' which they had at school but I'd not got at home. I ran into some problems (you had to loop the assembly code through the parser twice to compile it) and when I asked for help and she saw the code she threw a fit. I was threatened with detention for not doing the assignment etc. etc. despite my protestations and explanation.

    Fortunately the senior computing teacher walked in before anything got set in stone and she got him to come over to show him how badly I'd been behaving. His response was 'leave him to me' at which point he sat down and proceeded to show me what I was missing and then set me the challenge to figure out how to add two numbers which gave an answer greater than 255 (since it was an 8-bit machine) and how to store negative numbers using 2's complement. I learnt more computing in the 10 minutes he spent with me during one of his free periods than I learnt in the entire rest of the term with the idiot we had who was supposed to be teaching us.

    So this is hardly a new problem. Teachers have a duty to make sure that the know what they are teaching and, worse, if their reaction to someone who may know more than they do is anger and hostility then they really have no business at all being a teacher at all. Who cares what they think about "fashion" - that's only relevant to education when it comes to engagement and sometimes being hopelessly out of date can be more engaging than being up to date.

  68. Here's the missing linky by BarbaraHudson · · Score: 1
    --
    "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
  69. "Twas ever thus by pigiron · · Score: 1

    The only thing is that good teachers are smart enough to realize it and take what steps they can to help superior students.

  70. Re:Teachers by Kariles70 · · Score: 2

    It is easy to see how it got this way. Schools deal with change very poorly if they ever deal with it at all and computing is the best example. 12 years of English literature and more in college for a subject no one will pay you to know. And that could be said about 70% of the curriculum. Schools don't teach any skills that will get you a job in the real world. They teach abstract and nearly worthless material that THEY want to teach, not what YOU want to make it in the job world.

    As an instructor in programming and networking I only had 2 students who knew more than me: one was an absolute genius who was admitted to MIT. The other was a network admin for a huge corporation and had been for many years. If schools taught the things that would get people jobs the teachers would simply leave for higher paying positions once they got the skills themselves.

  71. Time VS knowledge by phorm · · Score: 1

    When I was a sysadmin in school districts, my concern wasn't that the kids know more than me (in general), but rather that they had a whole lot more time on their hands to find the little things I hadn't thought of, new exploits, etc.

    My former co-worker setup network drives using NFS. Since the computers were bootloader-locked and the etherboot network was MAC-restricted he thought it was good enough. He wasn't very happy when I demonstrated my point with a pink "pony" background during his demo, but he still insisted "the kids will never figure that out."

    When I think of the stuff we did in HS, it sometimes still amazes me. Rudimentary knowledge, lots of time for research and experimentation. Admins and teachers alike, beware!

  72. Re:Teachers by tattood · · Score: 1

    I smell a new "No Teacher Left Behind" government project coming.

    --
    WTB [sig], PST!!!
  73. Re: Any experienced teacher already deals with thi by Crookdotter · · Score: 1

    Computing GCSE is basically very basic python programming. MS Office centric course.was the old ICT GCSE.

  74. Re:Teachers by Kariles70 · · Score: 1

    Well you have just hit upon an untouchable subject: school is simply not for everyone. The government herds everyone into the system including some they just want to keep off the streets and out of jail. The schools in America could be revolutionized simply by getting rid of the worst of the worst who aren't going to learn anything anyway and many of whom will eventually drop out regardless. The parents of the worst of the worst (bottom 5%) don't care about education either, they just want them out of the house

    Without having to spend 80% of its time on the gang-bangers, thugs and other assorted riff-raff that disrupt class at best and commit crimes at worst the schools could actually focus on learning. They also would not have to waste time teaching ABCs to high-schoolers.

    Newsmedia talk about how our schools are ranked 38th in the world compared to other nations but fail to realize that we try to educate everyone. In many places of the globe like China if you act up too much in school they don't just expel you, they arrest you and put you in jail. Not so here.This is a simple problem to fix and could be done tomorrow, IF politicians and the public actually believed that schools should be a place for learning.

  75. Learned programming in the '70s... by DavidHumus · · Score: 2

    ...when (leading-edge) schools were just starting to get computers. I found it to be good motivation that I was at the same level as the teachers. We were all in it together, learning this stuff for the first time.

  76. I think you mean if( 2==x ) by GlobalEcho · · Score: 1

    So if(x==2) would lose you marks because it wasn't if( x==2 ) which would be considered better by that teacher than if( x == 2)

    Keep those constants on the left, my friend.

    1. Re:I think you mean if( 2==x ) by Anonymous Coward · · Score: 0

      Readability is more important than stupid tricks to work around badly designed languages.

      The question was whether or not the value of x is 2. Nobody asked what the value of 2 is, because we already know it's 2.

  77. Re:Teachers by Livius · · Score: 1

    Isn't 'tenure' and 'unionized' redundant?

  78. Experienced this in the 80's by Anonymous Coward · · Score: 0

    Back in the early 80's it was damn near impossible to even find a programming class while in grade school. When one finally became available the teacher was woefully lacking in skill.

    As an example. To even get in the "programming" class I had to provide proof of my skill. I submitted a BBS I had written (about 10k lines of code) and the teacher couldn't make heads or tales of it (literally, they couldn't understand what it even was). They let me in the class but I dropped it after a few weeks because it was obviously just an "introduction to computers" class instead of a programming class.

  79. Re:Which is why they will reach for the obscure/ol by Whorhay · · Score: 1

    In some cases though (x==2) is completely different than ( x==2 ) it's one of the things that frequently trips me up when writing shell scripts.

  80. ... HACKERS! by Anonymous Coward · · Score: 0

    "So let's think of all the ways we could find out the answer to this question. Class?"

    C'mon folks. How many times and ways do we need to be reminded that curiosity and exploration combined with some feedback and reason are wayyyyy more important than memorizing a curriculum. Give the class room to explore and share what they discover, and

  81. Problem is poor attitude, not lack of knowledge by pipedwho · · Score: 1

    This is like assuming that all Olympic coaches have to be better than the champions that they produce.

    The trick isn't knowing more than the students, but knowing how to maximise the students learning experience with appropriate suggestions and directional guidance.

    Obviously there is a minimum level of skill/knowledge required, but there is a very wide scope where knowledge/experience/wisdom may not overlap between the student and teacher. It is up to the teacher to leverage this differential to push the student forward.

    Problems pop up when the kids get arrogant and think they know far more than they really do. This usually leads to a disrespect between the teach/student. And for teachers that take this personally, it ends up becoming a play for power and control.

    A bit more humility (either real or faked/learned) can go a long way.

    1. Re:Problem is poor attitude, not lack of knowledge by ledow · · Score: 1

      Most Olympic coaches are former Olympians themselves.

      The problem is not whether they can keep on the cutting edge of IT now, it's whether they have knowledge worth imparting to students. Years of experience in Perl will carry you further than having played with Logo once, many years ago - no matter WHAT language you're teaching the kids.

      In the same way I don't expect an Olympic coach to do the 100m in under 10, I don't expect the IT teachers to be able to know the ins-and-outs of every cutting edge technology. But if they don't know more than the students, in the areas of the curriculum that they are supposed to be teaching, quite who is doing the teaching and of what? They then become - like many parents when their kids bring home homework they couldn't do themselves - a babysitter while the kids do the work. That's not what you pay teachers for (or, at least, shouldn't be).

      And though the kids might know more about Whatsapp, Facebook and how to swipe on an iPad, it doesn't mean they have greater grasp of the subject itself. That's what's worrying - not that a teacher has never used Office 365 before, but that they can't learn how to do so before they have to teach their students to - with years of education, a degree, and years of experience of similar programs advantage.

      Additionally, if you're lucky your class may have that special pupil who pushes even your limits, but you should still know more than they do - generally and from experience. You might not have as in-depth knowledge of their particular niche passion, but we're talking extra-curricular work anyway, and you can surely benefit from your experience to aid their path. Without such experience, that's not really possible.

      You can be a babysitter, or a teacher. To teach, you need something worth teaching. The problem here is that, for years, teaching "IT" was about teaching "Computing". How to use Word. Now all kids have grown up with it and submit their homework in it, so it's a core skill, not a particular subject. And so a lot of "Computing" teachers have suddenly realised that their skills are obsolete unless they decide to update their knowledge into more "IT" side of things. And that's not easy.

      Hell, I pushed all my teachers limits when I was younger. I broke and then fixed the school network for them. I took my own A-Level computer science classes because the teacher recognised I knew more than them when it came to programming (and not just "had done it more" but actually was aware of theory they'd never encountered). But, still, they had something to offer in the other areas of teaching IT that I'd not been exposed to. And, still, they were able to keep up with what I did and were interested in it. They were just confident that I knew enough to help everyone else in the class, the same as them.

      The problem is that people are teaching "beyond their means", and have been coasting for many years. Now they are being asked to actually update their skills.

      Imagine a maths teacher that had never taught calculus and was suddenly asked to - you either learn / revise your calculus, or get out of teaching it.

  82. Re: Any experienced teacher already deals with thi by Grishnakh · · Score: 1

    In years past, kids who were good at that usually understood it too. Unfortunately, we've regressed to where understanding is not required (hence, iDevices).

    I grew up when 8-bit microcomputers were popular: C=64, Apple ][, etc. Yes, kids who were good at using these things did understand them well, however those kids were a small minority. We had computer classes in school back then (~1986) teaching kids how to use Apple ][ computers; most kids were able to turn them on and load a program on disk, and type in a BASIC program, but nothing terribly advanced. Usually, the regular kids ended up asking the computer-savvy kids how to do stuff when the step-by-step instructions the teacher gave failed to work. It did NOT produce whole classes full of kids who really knew how computers worked. It didn't even produce classes full of kids with any interest in computers; they just did enough to pass the class and that was it. When they got to college many years later and were required to buy a computer, this was a big deal for them because they usually didn't already have one.

  83. Re:Which is why they will reach for the obscure/ol by Anonymous Coward · · Score: 0

    You mock, but there's a lot to be said for grammar nazism in code.

    When you find yourself trying to debug 15000 lines of interrelated procs written by 20 different authors over a 15-year period, you quickly learn to appreciate consistency in formatting.

  84. It is mostly to do with being new at the task by Anonymous Coward · · Score: 0

    You're asking teachers who have previously taught pupils how to use Word and Excel to teach them how to program. Granted, some of them will have been keen on IT in general and know this stuff, but those who just knew the curriculum they had to deliver will have a world of pain to go through to master their new remit.

  85. Re: Any experienced teacher already deals with thi by Creepy · · Score: 1

    I also grew up in that era and basically with no instruction a few of us learned to write BASIC, then decided that was too slow and moved to assembly language. Not long after that we were cracking software. To say our knowledge was far beyond that of the teachers is an understatement, but you are correct in that those of us that did have that knowledge were few. Still, I went to advanced computer camp one summer and the instructor was laughably years behind my brother and I in skills.

  86. 5% of people know how to use a computer. by Anonymous Coward · · Score: 0

    I read an article that addressed this very issue by a knowledgeable CS teacher. He constantly got parents and other teachers joking, 'oh, the kids must know more than you do!' to which he rolled his eyes. His kids knew how to use apps, and that was about it. He argues that in 1990, 5% of people knew how to use a computer, and 5% of people had one. Now 95% of people own a computing device, but the percentage of truly technically literate folks hasn't changed. And by and large, students really don't know as much as folks think they do. They can use computers, but ask them how a CPU works, basic networking theory, or to name 5 programming languages and they'll be lost.

  87. Re:Teachers by Ellie+K · · Score: 1

    That's a ridiculous claim, that children are required to study English literature for 12 years. They aren't.

    There's no reason why English usage proficiency would preclude computer literacy. There's plenty of time to learn both.

    --
    tempus fugit
  88. Teachers by youngone · · Score: 1

    I'm not in The UK, but my teenagers tell me that the IT teachers they have seem to be one chapter ahead of them in the text book, and are not terribly confident of their subject knowledge. For instance my year 12 son, (16 years old), helped the teacher set up a DHCP server for the class lab, as he had done it before at home with me, but the teacher had never actually done it, just read about it.

  89. another geezer! by Anonymous Coward · · Score: 0

    Got my start on a teletype with paper tape reader and punch!

    There's not that much new in this concern about ill-prepared "instructors". I had a college instructor give me an "A" in exchange for no longer coming to class; it was too embarrassing to get corrected by a student on a regular basis (I was having to help students with their code, and it simply became easier to correct the prof once in class than 15 times in one-on-one sessions)

    The real problem with the brick-and-mortar school model is that it was never designed for the students; it was designed to produce a large workforce of more-or-less equally trained employees to be interchangeable parts in the assembly lines of the industrial world. As a result, the instructors are, themselves, mass-trained largely-interchangeable paragons of mediocrity whose main concerns are their own paychecks, benefits packages and daily schedules (they have the same sorts of spouses, kids, pets, house and car payments, etc and related demands for time and attention as the parents of their students who do not have what it takes to teach their kids). The vast majority of school teachers DO have the time and patience to do a few things to be moderately popular with the kids and their parents, but most do not have the desire and time and patience to spend keeping current on some fast moving and highly-technical field like computing. This is bad enough with college profs, but it's completely unrealistic to expect it in K-12 (or is it now K-14?) teachers.

     

    in the post-industrial western world with things like 3D printing, CNC milling, drones, robots, etc it's probably time to drop-kick the brick-and-mortar school model. We can probably leave the dummies in these impersonal facilities that now seem to specialize in ignorance and illiteracy for another 20 years or so, but serious parents with smart kids should be getting them out of that system ASAP. That model has run its course and it now sucks-up and ever-increasing tax dollar while churning out lower-performing "graduates" with each passing year. Oh, and before somebody cites something like SAT scores rising, people need to remember that the SAT has been dumbed-down at least twice in the past 30 years.

  90. well, THAT doesn't seem to be working by Anonymous Coward · · Score: 0

    WWII was won, nuclear bombs and nuclear power, and ballistic missiles, and supersonic flight and computers were all developed by a generation, MANY of whom were educated in one-room school houses. I had family members who attended such schools (and one who taught in one) - a solitary teacher, often a single young woman with a two-year teaching cert, would oversee all aspects of the classroom that might have 20+ kids of all ages in it and would use the older kids to teach the younger ones. These schools turned out people who could read, write, do basic math, and knew history and geography better than ANY person I've met lately who is under college age (and better than some college kids I've been around).

    Those old schools taught people the BASIC stuff VERY WELL... and then those that wanted/needed to learn more were exceptionally well suited to either go on with their educations or self-educate. This situation has only gotten better in that a person NOW with those skills could easily sit down at a computer hooked to the web and learn FAR more than any previous generation.

    All those newfangled workshops, "continuing education" and certification courses that teachers now complain that they have to take are mainly geared to their personal status and career NOT to improving the education of the kids. Most teachers in the US belong to one of two national teachers' unions and operate under union contracts that tie their pay and benefits to things like their certifications and degrees rather than the results they are producing; those unions are terrified of measuring results and have an endless stream of excuses for both why they reject such metrics and for why student performance has become completely untethered from education budgets. They (and the related education bureaucrats) are always pushing new scams (like "new math", "new new math", "common core", "whole language" etc) as a panacea to fix all the problems resulting from the previous scams they pushed as they pretended to be far superior to (and therefore more deserving of pay and benefits than) the earlier teachers who were much better and provided a much more sane curriculum.

    1. Re:well, THAT doesn't seem to be working by Jaysyn · · Score: 1

      Argle bargel, things were sooo much better when I was a kid. Fuck off AC. No one gives a shit about your opinion.

      --
      There is a war going on for your mind.
  91. The point is here by ruir · · Score: 1

    Someone has to be mature in class, and that is the role of the teachers. They have to man up and suck it up that in life there are people who are more brilliant or more specialised in ares of subjects than yourselves. Instead of worrying about that, enlist their help. It would be more productive and less stressful and boring for both sides. Lets face it, the IT field is too vague and broad as it is nowadays, and often teachers/professors are also assigned subjects they are not prepared to teach. This is a situation that is bound to happen. It also does not help that experience outside academia for more than 5 years is not mandatory for such teaching positions. I was always one step ahead on many subjects, and refused to do assignments "copying the book" (not exaggerating, you have this assignment and the solution is in this book). In one particular case, the professor could not believe that in data structures I gave a far better and simpler solution than the book provided, and at least I knew that particular assignment was not given again for some years.

  92. Bright future.. by Anonymous Coward · · Score: 0

    On the bright side, it only took them 35 years to realize this.

  93. Re:Teachers by ruir · · Score: 1

    The problem here is that me and my wife, we have got a job and bills to pay.

  94. "More than they" by Anonymous Coward · · Score: 0

    It should be "... know more than they [do]," as it says in the summary.

    At least the English teachers have nothing to worry about, because random internet commentors still don't know proper grammar.

  95. Re:Which is why they will reach for the obscure/ol by Anonymous Coward · · Score: 0

    You are wrong. It should be if (x == 2).

  96. BarbaraHudson: "Eat your words"... apk by Anonymous Coward · · Score: 0

    "I tore apart your stupid hosts file crapola." - by BarbaraHudson (3785311) on Tuesday August 19, 2014 @10:46AM (#47703255)

    Where? You RAN from trying recently -> http://slashdot.org/comments.p... & you're FAIRLY given the opportunity to make good on those words of yours - you downmodded (via your many sockpuppets) & ran, lol, after your wise-ass comment on hosts here JUST before that challenge -> http://tech.slashdot.org/comme... quoted next below:

    ---

    "scans multiple forums repeatedly to troll his crappy HOSTS file " - by BarbaraHudson (3785311) on Sunday January 04, 2015 @11:58AM (#48730581) from http://tech.slashdot.org/comme...

    I only post on them where they apply (or confronting naysayers like you). Prove otherwise!

    (Oh, that's right - you're NOT BIG ON PROOF, are you? See below next...)

    ---

    "His only "legend in his own mind" was that he claimed that "his" hosts file could completely secure a windows computer. " - by tomhudson (43916) on Saturday February 12, @11:19AM (#35186644)

    Where did I even *once* claim hosts completely secure a computer? Hosts are, however, the BEST single tool for more speed, security, reliability, & more. Prove otherwise.

    Putting words in my mouth I never stated != truth, or a good argument on YOUR part. You RAN from that too!

    ---

    "Who has independently vetted it?" - by BarbaraHudson (3785311) on Tuesday August 19, 2014 @10:46AM (#47703255)

    You tried to say it's malware/spyware too - guess what:

    Answer = The BEST in the security antimalware & antispyware business currently, http://www.av-test.org/en/news... per that VERY recent test's results, who also host & RECOMMEND my program for hosts, is who -> http://hosts-file.net/?s=Downl... (Malwarebytes' hpHosts)

    * You've done better? No... lol!

    APK

    P.S.=> You fail: "Eat your words, Forrest" & you told others to stalk/harass me by ac posts as YOU YOURSELF do, unceasingly, for years http://slashdot.org/comments.p...

    ... apk

  97. BarbaraHudson's b.s. answer by Anonymous Coward · · Score: 0

    You stalk me by ac posts & that's quoted in your words http://slashdot.org/comments.p... & your "points" vs. hosts = b.s. (in a 'journal' - not publicly since you KNOW they're bullshit):

    "We don't need to use a hosts file to block ads (adblock does it better)" - by BarbaraHudson (3785311) on Sunday September 21, 2014 @02:09PM

    FROM-> http://slashdot.org/comments.p...

    To THAT b.s. I point out how NOT BETTER it is, tearing up 4++gb of RAM & flooring CPU too -> https://blog.mozilla.org/nneth...

    +

    By default (since advertisers KNOW most folks using "Almost ALL Ads Blocked" won't change that) adblock's PAID OFF NOT TO DO ITS JOB FULLY -> http://techcrunch.com/2013/07/...

    ClarityRay's also DESTROYING AdBlock but it's NOT ABLE TO DO THAT to custom hosts files.

    You're *trying* to tell us that Adblock's vastly inferior in abilities + chews up resources LIKE MAD is "superior" to hosts that do all of what adblock does, and FAR more - with less? Please... lol!

    * I'm confronting YOU directly (despite your constant trollings of myself often behind my back like now from you, that I do *NOT* start 1st, until YOU pull your crap on me like usual: That's all!) for closure of this publicly so You can "eat her words" in front of us all!

    APK

    P.S.=> Facts above vs. BarbaraHudson's fictions & the FACT BarbaraHudson CANNOT DISPROVE that hosts do more w/ LESS, & far, Far, FAR MORE for added speed, security, reliability, + even anonymity (to an extent) vs. adblock & that hosts fix DNS security issues in DNS amplification attacks, DNS being downed, DNS being redirect poisoned etc. - et al as well: NO SINGLE SOLUTION does more & w/ less, period/fact, for all those points of mine here YOU downmodded & RAN from -> http://slashdot.org/comments.p... like the troll & multiple account using sockpuppeteer YOU are... apk

  98. Teach how to think!!! by Anonymous Coward · · Score: 0

    The problem with schools is that they teach facts. They don't convey to students the art of thinking or how to think.

    So basically we teach facts that are historical and from a point of view. This is the basic problem.

    I hire developers who by attrition have learned how to absorb knowledge quickly and in turn they also apply that knowledge. Always remember wisdom is knowledge applied. This should be the foundation to the new school's way of teaching.

  99. derp by Anonymous Coward · · Score: 0

    More Than "They"

  100. Re:Teachers by Pseudonym+Authority · · Score: 1

    The purpose of school is not to make people able to get a job, and it shouldn't be. It is to hopefully make them into a well-rounded person with enough fundamental knowledge to pursue most other things. If they want to train to be a plumber, go get an apprenticeship. If they want to learn networking, go to a trade school, preferably not Network Academy, because it will only teach you Cisco bullshit.

  101. Re: Teachers by Anonymous Coward · · Score: 0

    Different AC here, but want to reaffirm the homeschool concept. A lot of things in home education have been amazing the last 15-20 years.

    I teach some classes (to my kids) when I get home from work. Once a week they get professional training in subjects my wife and I aren't certified in (AP Physics, Calc, and so on).

  102. Not this shit again by Anonymous Coward · · Score: 0

    Oh yes, go ahead and raise the spectre of the evil greedy unions just keeping everyone down. You think they get paid badly now, well get rid of the union and see what happens.

  103. Do you blame them? by Anonymous Coward · · Score: 0

    The Curiosity-fu is weak because we've made everything fun illegal. Think about all of the dumb shit you did as a kid and then calculate how many years in prison that turns out to be. It's a big number. We've preached safety and responsibility for so long now, the kids don't want to break the rules and waste their life. You got what you wished for- obedient drones.

  104. Teachers know computers by Dareth · · Score: 1

    Teachers know computers. Everyone of them can point out where the modem is. Yes they point to the tower/case.

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
  105. Re:Teachers by digsbo · · Score: 1

    Probably much moreso in public employee unions, not so much in private employee unions.

  106. Bad title of FA by sleiper · · Score: 1

    Surveyed ALL teachers, not just computing teachers, this covers 24yr old NQTs for Secondary School Computing Science to 65yr old Primary visitin Home Economics teachers. It is only the primary teachers that are panicking over teaching computing as the "IT" provision they previously provided was a joke. I have a number of friends who are Primary Teachers who should not be expected to be masters of everything. I as a Secondary School CS teacher am not expected to go down to English and lecture on the importance of Character X in Play Y, so expecting a general Primary Teacher to pass on anything other than the bare essentials of computer use is absurd. If this article actually said that 68% of specialist computing teachers were concerned the pupils knew more than them I would be seriously concerned for the subject, but that is not what it said. Also from a Scottish POV, this is all an English Shit Storm, please stop using the catch all UK, up here in Scotland our curriculum was changed a few years ago, we develop our own curriculum and testing strategies. The concept of state curriculum and standardised testing in anything other than certificated courses is pretty alien here.