Slashdot Mirror


Microsoft's 10-year-old Certified Professional

idigjazz writes "Meet Arfa, a promising young software programmer from Faisalabad, Pakistan, who is believed to be the youngest Microsoft Certified Professional in the world. She received the certification when she was 9. During a recent meeting with Bill Gates, she presented him with a poem she wrote that celebrated his life story."

135 of 791 comments (clear)

  1. So what does this say? by fataugie · · Score: 5, Insightful

    Either the kid is really bright, or if a nine year old can pass them, what value is there?

    --

    WTF? Over?

    1. Re:So what does this say? by fataugie · · Score: 5, Insightful

      Using computers and programming are a bit different, don't you think? What do you define as solid experience? Moving a mouse and clicking a button? Surfing the web?

      Why am I responding to an AC? I must be loopy.

      --

      WTF? Over?

    2. Re:So what does this say? by Flyboy+Connor · · Score: 4, Insightful
      Either the kid is really bright, or if a nine year old can pass them, what value is there?

      I expect that this is not an exclusive or.

    3. Re:So what does this say? by Threni · · Score: 5, Insightful

      Yeah, check out some of Mozarts early work. If he can write stuff like that at the age of 8 then perhaps writing music of genius which will inform and inspire much older composers for centuries is actually a piece of cake!

    4. Re:So what does this say? by Anonymous Coward · · Score: 5, Informative

      As a Microsoft employee who has been forced to pass them for 8 years as a review bullet point I'll say "no value".

    5. Re:So what does this say? by Anonymous Coward · · Score: 5, Insightful

      Oh dear you missed his/her point! Music lets you be creative while MS Certification requires a certain attainment of tested levels.

      - blah

    6. Re:So what does this say? by jgerman · · Score: 4, Funny

      On a more modern note, no. I think anyone capable of using a computer can program one and it always has been so.

      You're on crack.

      --
      I'm the big fish in the big pond bitch.
    7. Re:So what does this say? by Andrewkov · · Score: 5, Funny

      I think the parents should be charged with child abuse ... Forcing a child to learn Windows, it should be criminal!

    8. Re:So what does this say? by photon317 · · Score: 2, Funny


      I can go door to door around here and find thousands of porn-surfers, yet even in my own office building among a group of unix guys, I can only find one other real programmer.

      --
      11*43+456^2
    9. Re:So what does this say? by lerxstz · · Score: 4, Insightful

      Once upon a time in the days of punch cards etc all users of computers were considered programmers.

      That's because once upon a time, only programmers used computers. You're statement is in fact true in that sense, but it's a giant distortion of logic to carry that argument forward to today and say it still is true.

      That's like saying that anyone who can drive a car, can design one. This statment might be true for the first few guys to design and build their own cars (btw it *wasn't* Henry Ford) but it sure ain't true today. You can't always apply yesterdays' truths to today!

      (Either that or you're a sys admin/tech support guy with a grudge against programmers, serving up some nice flamebait.)

      --
      I chose to end my comments, not with a rim shot, but a long decaying F#7sus4
    10. Re:So what does this say? by borawjm · · Score: 4, Funny


      Well how else do you think Bill Gates gets customers? It's the same reason Kim Jong-il is in power. Gotta get 'em while they're young!

    11. Re:So what does this say? by evilpenguin · · Score: 3, Insightful

      I wasn't one of the people arguing with you, but as a programmer of some 15 years of professional experience, I will say that I think you need years of experience to become a good programmer.

      But I agree with you that you can be a useful programmer in much less time.

      I would also encourage anyone who has a computer to learn some programming. Otherwise I don't see the point. I don't like the way computers have become just another device to deliver entertainment. The whole point of the machine is to enable people to automate processes, to anaylze data, to, in short, compute.

      Having a computer and not learning to program it has always struck me as being like having an airplane and only using it to taxi around the airfield.

      I also don't think everyone who learns some programming needs to go on to become a professional and to master some sort of elite skills.

      I just started doing it in the mid 70's (I was a kid) for fun. My old man was an electrical engineer and we built our first S-100 bus Z80 based system from scatch in 1976. I had to write the boot ROM for the thing to boot into a very early version of CP/M (I think it was 1.1 - it was CP/M 1.4 by the time we really had everything working). We burned our own EPROMs and we had those lovely 8-inch SSSD floppy drives. A> and B>

      Ah... Memories: A> PIP B:=A:*.COM Mmmm....

      The first programs I wrote were just for my own curiosity. I've always been more linguistic than mathematical (although I do well at both), so a couple of my first programs were a letter frequency counter and a vocabulary analyzer.

      The first just counted how many times each letter appears in a given text file. The second kept an array of distinct words and an array of counts. I recall that I used a binary search to find the word in the one array and then used that index to find the count in the parallel array. I also recall that I wrote a bubble-sort algorithm to resort the array each time a new word was found. Of course that got to be horribly slow, so I hunted around for a faster algorithm. I'd love to claim I independently arrived at the quicksort algorithm, but I didn't. I found it in a book and worked through it to understand it.

      I guess I'm both agreeing and disagreeing with you. I don't think that everyone can become a good programmer. You have to like that kind of mindset to do it. I don't think everyone can even be a useful programmer, although most probably can.

      Here's where I strongly agree with you: People should be encouraged to program. They should be treated gently when they present workproduct. If someone had said to me about my little vocabulary analyzer "Boy, are you stupid! You're an idiot to sort that way! What a retard!" I doubt I would have carried on. Instead a "grownup" friend of my dad (a programmer -- my dad, as an EE, looked on programming as "the black arts" -- he always used to say that the only reason software existed was because no one had invented an editor for hardware) said "I notice that your program spends most of its time sorting that list. Do you think that you could make that sort faster?"

      Things like that keep you going.

      The fact that today I could write the same program in three lines of perl without knowing anything about sorting doesn't change the usefulness of the knowledge and experience I gained by doing it the hard way.

      So, while I'll be the first to say that being a good programmer is difficult, I'll also say that few professional programmers are actually good programmers who could really come up with an original non-obvious algorithm.

      I'll also say don't let the naysayers break your spirit. You may never become a great programmer. But you might. (I wouldn't call myself a great programmer -- that's reserved for the Djikstra's of the world) And I guarantee that you will learn many useful and fun things along the way.

      Oh, and no programmer who thinks he is an elite programmer actually is. All the really talented ones know full well that they have no monopoly on cleverness. Even a junior programmer of modest skills sometimes thinks of the one thing no one else has.

    12. Re:So what does this say? by sgt_doom · · Score: 2, Funny
      Hmmmm....by that brand of 'logic' anyone who is capable of driving a car is capable of designing one!!!!

      Anyone capable of using an umbrella is capable of explaining climatology!!!!

      Anyone capable of using a TV-remote is capable of designing and building a Hi-def TV set!!!!!

    13. Re:So what does this say? by Locke2005 · · Score: 2, Interesting

      My four-year old can use a computer without assistance. So far, she hasn't written any software.

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    14. Re:So what does this say? by demachina · · Score: 2, Interesting

      Well I'd have to say she is bright in that she obviously adept at sucking up to a rich and powerful man and and figured out a good plan to get on a fast track to a high paying job in Redmond. A key benefit there being escape from a mostly poverty stricken, very Islamic Pakistan, where she probably doesn't have great prospects in adult life, being a women in a very Islamic country, beyond getting married and raising a lot of kids.

      I'm betting she's well on here way to locking up a college scholarship from Microsoft already.

      So even if the exams are an exercise in memorization, she is obviously crafty(assuming her parents didn't make here cram for the exams and write the poem).

      --
      @de_machina
  2. Just confirms by Knome_fan · · Score: 4, Funny

    how demanding getting an MCSE is. ;-D

    1. Re:Just confirms by Jarnis · · Score: 4, Informative

      Actually MCSE is no walk in the park. You have to know pretty arcane stuff about Windows and (broken) MS applications. Now some of it is totally no-brainer stuff, but on the other hand the exams ask for a lot of 'MS approved super l33t way of doing this and that', and unless you have read the MS propaganda and the 'official' solutions, you don't know about them. Naturally the 'common sense' solution is not a valid answer - even if in the real world you actually do it like common sense dictates.

      Example: In some Windows server exams, you are asked about rolling out installations to large organizations with gazillion additional programs and custom bits. In the Real World this is commonly done by imaging the disk and just dropping disk images to the desktops. The Microsoft Way(tm) is obiviously to use an installation server, unattended installation scripts and other arcane junk, and then pray that the installation works like it should :)

      Same goes for lots of firewall/networking related things where everyone in the real world uses non-MS solutions. But in the MS world of the MS exams, you are supposed to use ICS and other 'great' solutions - and actually know how they work :)

      Now having said that, the MCP that this article refers to is a big joke. You can get MCP certified on just about anything, and the easiest ones are to the tune of "here's how you start up a windows PC and use mouse". Over here we call 'MCP' a 'Minesweeper certified professional'. Lots of MCPs are certified in something like Word and Excel, and the exams for using those are completely braindead easy.

    2. Re:Just confirms by DigitumDei · · Score: 5, Informative

      "Now having said that, the MCP that this article refers to is a big joke."

      Microsoft Certified Application Developer is what she got according to TFA.

      While its no MCSD (which she does plan on doing) or MCSE , there was plenty of C# dev in it.

    3. Re:Just confirms by Momoru · · Score: 3, Insightful

      While it is certainly a large amount of stuff to know, you can basically just play the memorization game. I've met so many people that used to be mechanics, car salesmen etc, that have MCSE's and are completely useless working with computers. Most signed up during the .com "Make $90k a year as a certified professional!" and had hardly used computers for more then email before. In my opinion these certifications are pretty useless. Just because I passed Calc 3 and Physics back in college by memorizing some rules doesn't mean I remember a damn thing about them now.

    4. Re:Just confirms by Lumpy · · Score: 4, Interesting

      MOST of what I found in the microsoft certifications are more based on learning the microsoftspeak and less about specifics.

      microsoft went out of it's way to make sure that someone that learned how to admin on their own can NOT pass the tests without buying the coursework or taking classes.

      Example? sure...

      What partition do you boot from? Boot or system?

      if you said boot then you are wrong. Microsoft says you boot from the system partition, and run from the boot partition.. now this was back in my NT4 sertification days, they may have removed that decietful nugget of information by now but I doubt it. they intentionally obfuscate and use backward speak to make sure that someone that had been in computers for 20 years can NOT pass the test without paying for courses or books.

      Very scumbaggy of them.

      --
      Do not look at laser with remaining good eye.
    5. Re:Just confirms by slapout · · Score: 2, Funny

      Is it just me or does it seem that IT people tend to play Minesweeper while non-IT people gravitate towards Solitaire?

      --
      Coder's Stone: The programming language quick ref for iPad
    6. Re:Just confirms by mdritchi · · Score: 2, Informative

      The article also mentions that she passed another special exam from Microsoft. In other words, MS Pakistan heard about her, thought she probably just memorized braindumps, came up with a new unique test and she passed it. Therefore she probably does know what she is doing.

    7. Re:Just confirms by Lumpy · · Score: 3, Interesting

      Actually I hold 30 certifications. I no longer hold ANY microsoft certifications as I found they have no real value to someone with over 20 years real experience in IT and IS, Also many managers that are worth working for also feel that way from being burned by hiring MCSE's without any real experience.

      Some certs are worthwhile.... Cisco and Novell for example. Others have a much lower value.

      Cisco training materials are clear and TRUTHFUL in the information.. Microsoft training materials typically have either ass-backwards information or are full of Corprate-microsoft-newspeak that is 100% worthless in the real world, but required to pass the test. Just try and read the Microsoft published manual for the VB.NET certifications.. the guy slams hungarian notation as useless and confusing. and then has examples that have variable names that in a 45,000 line app will cause the next developer utter hell.

      BTW, I recieved my MSCE in 98 and then let it expire to satisfy a stupid PHB requirement that all IT employees be MS certified. after the company spend millions to get that so we could tout a stupid statistic to customers that "all our peopel are certified!" the bean counters promptly dropped the requirement citing expenses. (yay for the bean counters!)

      Sorry about the long winded response to the obvious troll from a MS drone but I am in a GREAT mood today.

      --
      Do not look at laser with remaining good eye.
  3. Impressive but... by aidanjpadden · · Score: 5, Funny

    one of the MCP exams did take me five minutes to finish - if this 9 year old girl beat that my ego is battered!

    I mean, shes 9 - and she's a girl :(

    1. Re:Impressive but... by Anonymous Coward · · Score: 2, Funny

      But the most impressive part is that her resume says she has 10 years experience.

  4. Epic Poem by gbulmash · · Score: 5, Funny
    Her poem celebrating Bill's life:

    There once was a man from Nantucket
    Who told all the world to suck it
    Selling insecure code
    He sure was a chode
    And his ethics could not fill a bucket

    - G

    1. Re:Epic Poem by Anonymous Coward · · Score: 5, Funny

      There once was a programmer named Gates
      Who never could get any dates
      So he bought MS-DOS
      Became his own boss
      And now he just masturbates

    2. Re:Epic Poem by Keebler71 · · Score: 3, Funny
      During a recent meeting with Bill Gates, she presented him with a poem she wrote that celebrated his life story

      Was it a haiku?

      --
      "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
    3. Re:Epic Poem by kaellinn18 · · Score: 4, Funny

      What? What's a preview button?

      I stole stuff from Jobs.
      And now I own Microsoft.
      Holy crap I'm rich.

      --

      --------
      This isn't the sig you're looking for. Move along.
    4. Re:Epic Poem by patio11 · · Score: 2, Funny

      This warm summer morning, Trolls on Slashdot attack me. Oh well, I'm still rich.

  5. How difficult is that certification? by Underholdning · · Score: 4, Interesting

    Before the flood of jokes start, I'd like to ask those of you who are MSCP (I know you're out there) how difficult is it to get that certification? Is this really a child prodigy, or are the questions ultra simple?

    1. Re:How difficult is that certification? by Anonymous+Conrad · · Score: 5, Informative

      Before the flood of jokes start, I'd like to ask those of you who are MSCP (I know you're out there) how difficult is it to get that certification? Is this really a child prodigy, or are the questions ultra simple?

      As a whole, they're pretty easy - someone half-way bright could cram for them.

      The summary does her down, BTW; it says she's MCP, which means passed any one exam, including some piss-takingly simple ones on the administration tracks, whereas she's actually got MCAD which means she's passed a number of developer exams. Yes, some of those are just cram windows features but one of those, the architecture one, actually needs some experience and thought. Or at least it did back in my day when the exam was new - maybe there's "here's all the answers" books for that too now.

      -- a VC++ 6 MCSD.

    2. Re:How difficult is that certification? by Anonymous+Conrad · · Score: 3, Informative

      Yes, some of those are just cram windows features but one of those, the architecture one, actually needs some experience and thought.

      D'oh, showing my ignorance of these new-fangled exam tracks.

      Actually, the that exam isn't needed for MCAD, just MCSD.

      So yeah, the ones she has are pretty much cram-for exams.

    3. Re:How difficult is that certification? by FridayBob · · Score: 4, Interesting

      I'm no MSCP, but I hear from people who have followed the courses that they're not very impressive. Basically, they just teach you how Microsoft programs work, but give little or no background information. As a result, this produces people who, for instance, are certified for MS Exchange, but don't know much about SMTP -- they just know Exchange.

      Nevertheless, I suppose it's still impressive when a 10-year old gets though these exams... if only because it means they did a lot of reading and actually worked with a computer (instead of just playing games on it). Hell, most kids that age have the attention span of a flash bulb!

    4. Re:How difficult is that certification? by Goo.cc · · Score: 4, Insightful

      "As a result, this produces people who, for instance, are certified for MS Exchange, but don't know much about SMTP -- they just know Exchange."

      That is probably exactly what Microsoft wants.

    5. Re:How difficult is that certification? by FridayBob · · Score: 2, Interesting

      "As a result, this produces people who, for instance, are certified for MS Exchange, but don't know much about SMTP -- they just know Exchange."

      That is probably exactly what Microsoft wants.


      Well, naturally. SMTP is just telnet over port 25 using a series of predetermined commands (the protocol) that allows different hosts to exchange information with each other (email). The protocol itself is really quite simple (some say, too simple for current needs, and that it needs upgrading, or even replacing). However, if Microsoft were to start teaching SMTP to their students, they'd see what Exchange does and doesn't do with the protocol, and then many of them would probably start asking awkward questions, or even go looking for better mail server software. Obviously, it's better for Microsoft to avoid all that.

      There might also be a worse reason for Microsoft's reluctance to teach students about SMTP. For if Microsoft were ever to succeed in replacing SMTP with a protocol of their own -- something proprietary -- then all that 'complicated' SMTP stuff would suddenly become irrelavant anyway. In that case, the only mail server left for anybody to learn about would be Exchange -- in exactly the way it's being taught now.

  6. and in 3 years. by wormuniverse · · Score: 3, Insightful

    she will feel like she wasted her life.

  7. MSCE by zerojoker · · Score: 2, Funny

    "The type of thinking that goes into correctly answering those questions is pretty mature. ... Microsoft certifications are not a joke -- they're highly respected in the industry." rotfl

  8. Equal Opportunities by LiquidCoooled · · Score: 4, Insightful

    In the article, the girl says (regarding the lack of women in MS)
    "It should be balanced -- an equal amount of men and an equal amount of women," she explained afterward.

    I think in any job the only people who should be there are those that have proven their worth.
    This OTT political correctness/quota balancing act in lots of workplaces is just dumb.

    --
    liqbase :: faster than paper
    1. Re:Equal Opportunities by Artega+VH · · Score: 5, Interesting

      The girl says it "should" be balanced. Which I read to mean that ideally it should be balanced. It's impossible to know what she exactly meant by that short quote however.

      And in general to the people who are scoffing at the MCAD - she's 10 years old. Perhaps that escaped your massive brains but this is an article talking about something that is a good achievement for someone her age. Its not even worth noting for someone only a few years older than her. At 10 most slashdotters were still singing soprano and afraid of girl germs (It seems some still are).

      Well done to Arfa and her father. I hope she becomes a very competent member of the software development community. We can all hope she discovers the wonders of open source though...

      --
      groklaw, wired and slashdot. The holy trinity of work based time wasting.
    2. Re:Equal Opportunities by Photon+Ghoul · · Score: 4, Insightful

      The reason that some people think like that (that any one group needs 'help' in getting the same opportunities) is because even people who are qualified are unfairly judged by their genetalia, skin color, nationality, sexual preference etc. Yes in the modern workplace. It's probably much worse in Pakistan than western nations.

    3. Re:Equal Opportunities by rcs1000 · · Score: 4, Insightful

      I don't mean to pick, but she's nine years old. At that age I had some pretty peculiar political and sociological views too. I admired Microsoft too.

      So, shall we cut her a little slack?

      (Also, don't forget that Pakistan is patriarchal Muslim country; a little movement towards sexual equality wouldn't be a particuarly bad thing. Not, I hasten to add, that Pakistan is among the worst offenders in this area, what with having had a woman prime minister for example.)

      --
      --- My dad's political betting
    4. Re:Equal Opportunities by maxpublic · · Score: 3, Interesting

      This OTT political correctness/quota balancing act in lots of workplaces is just dumb.

      On the other hand, there's no evidence whatsoever that men are more capable than women when it comes to programming or support. And it's fairly ludicrous to assume that women don't get into the field because they just don't feel like it. So we have to ask: what exactly is keeping a field where men have no inherent advantage whatsoever a primarily male-dominated industry?

      My guess - based on more than 20 years of purely anecdotal evidence - is that it has something to do with the rampant immaturity and mysogynism of a significant minority of the males who choose some sort of computer work for a profession. And while in those more-than-20-years I've seen a marked improvement in a number of other professions, the same can't be said when it comes to the computer industry. It's still the refuge of an alarming number of childish little brats who hate and fear women, and have no problem whatsoever making any woman who 'invades' their turf feel unwelcome.

      But again, that's all anecdotal. It could just be that all the IS departments I've been exposed to during various contracts were just unusual exceptions. And it could also be that I'm going to win the lottery tomorrow, after being struck by lightning - twice.

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    5. Re:Equal Opportunities by j.a.mcguire · · Score: 3, Insightful

      dude, she's just 9 years old!

    6. Re:Equal Opportunities by @madeus · · Score: 4, Informative

      ... either that or she will blow herself up in some european subway.

      Predominately suicide bombers have been rather unsuccessful, under-achiving young men.

      I think we are safe from young Arfa, who doesn't appear to fit that description.

    7. Re:Equal Opportunities by Flyboy+Connor · · Score: 2, Interesting
      I sure as hell didn't learn BASIC at age 12 because I thought it would get me a highly-individualistic, abstract, stressful job. I just wanted to make the computer do cool things.

      But you DID take up a highly individualistic, abstract activity because you LIKED it. In general, girls like to spend their time on other things. They do not think creating computer programs is cool.

      You could also track back to the video games you mention. Why do boys play video games and girls not (on average)? Does this point out a basic difference between men and women, or is it just cultural pressure?

      My daughter is five and plays computer games, and a lot of her girlfriends do too. I am wearily waiting for the moment when she stops being interested in computers. But maybe I get lucky...

    8. Re:Equal Opportunities by donscarletti · · Score: 2, Insightful
      On the third hand, whether males or females are better at this job is completely irrelevant while it remains the case that by far the majority of interest is the field comes from males. If more males are drawn to the field but the numbers are artificially through either policy or something less concrete, then it becomes logical that more males are being rejected than females. Thus if this became the case then there would actually be a huge difference in the average skill level of the two sexes and females on average would be inferior, dispite there being no inherant difference on a case by case basis.

      Even now there is some tension caused by women who are clearly not of the right temperament and have no interest in the field being coaxed into engineering against the best interests of their future happiness by recruitment campaigns led by females engineers who want to believe that they arn't actually a rarity and male engineers who want their field to be more glamorous and have it in their minds that women should follow a career based on the arrangement that would make it easiest to "hang with chicks at the office" and make him feel charismatic and slightly less of a male stereotype.

      The trend towards women in engineering scholarships and female friendly alternate entry schemes in the name of diversity make it so much easier for a woman to become qualified in engineering that it will do nothing but encourage people who do not have the capacity to be engineers to join on the grounds of their sex and eventually cause talented female engineers to be tainted by association and cause resentment even towards the good female engineers from male engineers that did not get the same opportunities that they did (or at least this is what is perceived). I do not see how this could help any engineers of any sex.

      --
      When Argumentum ad Hominem falls short, try Argumentum ad Matrem
    9. Re:Equal Opportunities by Hal_Porter · · Score: 3, Insightful

      If the comment came from a 30 year old man or woman in the West, I'd definitely criticise it.

      But somehow, I think I can live with a bit of radical feminism from a ten year old Pakistani girl.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    10. Re:Equal Opportunities by amightywind · · Score: 2, Insightful

      Well done to Arfa and her father. I hope she becomes a very competent member of the software development community.

      Agreed. But I fear for her and millions of promising girls in the Islamic world for whom misogyny, early forced marrage, and the burqa await.

      --
      an ill wind that blows no good
    11. Re:Equal Opportunities by GaryPatterson · · Score: 2, Insightful

      She's what...? Nine?

      You're right though. We need to take nine year old children to task on their political beliefs. Her ideal of a world of equality is in direct opposition to the reality of the situation. We must disabuse her of her childish notion that people are equally good.

      Or perhaps we could let a nine year old dream of a better world.

    12. Re:Equal Opportunities by @madeus · · Score: 2, Interesting

      Under-achieving eh? How do you explain the fact that of the London suicide bombers was aided by a now disappeared PhD student studying Chemistry?

      Exactly - one of the his coaches, NOT one of the actual bombers, was PhD student (Osama Bin Laden is quite well educated too, but you don't see him volunteering to blow himself up).

      They all lived in a very poor, violent and high crime working class areas (or perhaps more accurately, a non-working area, given the primary industry is the collection of social security). Living in poor areas is true of majority of Muslims in the UK, particularly in the London area where unemployment in the Muslim community is at 30%.

      Walking round east London (or Leeds, or Bradford for that matter) and you'll get some idea of their living standards (just not at night).

      The problem the west has isn't the fact that these people are disenfrancised [sic] misfits

      I disagree in the strongest possible terms, suicide bombers are in fact usually unsuccessful males, this is exactly what makes them prime target for recruitment. Successful people with high levels of self esteem aren't easily persuaded to blow themselves up in the name of religion.

      If they don't feel disenfranchised by the society they live in then there is less chance of them being turned into suicide bombers by manipulative, politically motivated groups.

  9. Oh Dear God! by utdpenguin · · Score: 2, Funny

    Won't somebody think of hte children?????

    --
    In Soviet Russia you dant have to put up with these crappy jokes
  10. Re:Big deal. by oldwolf13 · · Score: 5, Funny

    I started programming at 10..

    of course... a lot of it was stuff like..

    10 print "k-mart sucks dick!"
    20 goto 10

    entered on a commodore 64 at a local k-mart store for all the passer bys to see :)

    --
    If I can't smoke and swear I'm fucked.
  11. Burn em fast, burn em hard by bigbinc · · Score: 3, Funny

    This chick will be so burnt out by the time she is 20, it won't even be funny. I saw the smile, what a nice smile. In 4 years, she will look like Glenn Close or Susan Sarandon.

    Send her to the customers at 15, she will be crying to Mommy 2 weeks later. Then comes the drinking, the drugs, 3 or 4 divorces.

    ...life is good.

    --
    ---- Berlin Brown http://www.newspiritcompany.
    1. Re:Burn em fast, burn em hard by bigbinc · · Score: 2, Funny

      You know what people do at 10, they eat paint, sniff glue. Play doom for 30 hours straight.

      --
      ---- Berlin Brown http://www.newspiritcompany.
    2. Re:Burn em fast, burn em hard by Flyboy+Connor · · Score: 2, Interesting

      Or she just continues her studies and becomes an average student and average worker over time. I recently read about sociological research that pointed out that 'gifted' people are a lot less likely to become outstanding contributors to their chosen field than those that simply have to study hard for it.

  12. Not "prodigious" by Arthur+B. · · Score: 2, Insightful

    Kids are intelligent being, with very high learning abilities. Unfortunately the school system sucks (especially in the US). I'm not surprised that a kid can catch quickly on programming languages. They share many characteristics with natural languages, such as recursivity (talking about the syntax, not recursion as a programming technic), this is a great age to learn these things. She had the chance to have a great education. Education is extremly beneficial to economy but on a long term and thus is generally not a big concern for poilitics.

    --
    \u262D = \u5350
    1. Re:Not "prodigious" by Xiaran · · Score: 2, Interesting

      Yep. When I was 10/11 I learnt z80 asm on a homebrew machine that me and my dad made(actually I broke it more cause I was a crap solderer :) I got better). Then learned basic using MBASIC and CBASIC under CPM. Then got Turbo Pascal 3.0 and learnt that. Started coding in Hendrixs Small C compiler at about 12/13 ish I think. Learnt 6502 asm on an apple 2 at school. Soes this make me a genius? I wish. (gasp... just realised Ive been coding in C for approx 20 years. I suddenly feel old... youd think Id stop with the accidentally dropping breaks from switch statments by now).

  13. Right Place, Right Time by Moth7 · · Score: 3, Insightful

    So a kid took the exam and passed. Did every kid in the world get a chance to take the exam? No. For every one of these stories there must be a hundred kids who think "I could have done that, why didn't I get the chance?". Maybe I could have taken my exams a couple of years early. Maybe you could have handled that big project better than the guy they gave it to. The fact is, these situations owe more to circumstance - if we were all given these opportunities, stories like this would be a two a penny.

    1. Re:Right Place, Right Time by Council · · Score: 5, Insightful

      It is a given that for every brilliant person in the world, there is another with the same capabilities who never had the same opportunities. Every Beethoven, Euler, or olympic sprinter had potential or technical equals, they just didn't end up in the right position for us to hear about them. That doesn't stop us from celebrating the ones who do it. The biggest lesson we can take away from this is that we should encourage these kids. Not say "sure, you did it, but other people could have, too."

      --
      xkcd.com - a webcomic of mathematics, love, and language.
  14. From the article by wormuniverse · · Score: 2, Funny

    "The type of thinking that goes into correctly answering those questions is pretty mature. ... Microsoft certifications are not a joke -- they're highly respected in the industry." ... seriously, i can't figure out what industry they are talking about.

    1. Re:From the article by fishfinger · · Score: 2, Informative

      The industry where clueless managers steer the boat!

  15. Re:Get them young huh? by Richard+Dick+Head · · Score: 3, Informative

    Not quite, but you can bet that elementary school teachers are going to parade this article around to their students. They have now found their poster-child 10 year old girl who actually gives a shit about technology.

    Its all about the big push from the top to get us some damn chicks in these tech schools of ours. :)

  16. "certificates" by YuriGherkin · · Score: 5, Insightful

    What a coincidence. I spent the day interviewing people for a sysadmin job at my work. We had this one guy (with terrible body odour) who had loads of "certificates" ... but he could barely answer any of our questions except by re-phrasing them and saying them back to us. He didn't get hired - but he had so many certificates from "training colleges"

    No-one hires someone just because they can obtain a certificate. I bet you could train a monkey to get a Micr0$oft Cert1ficat3 - but you still wouldn't hire them or give them a position of authority and responsibility.

    The fact that a 10yr old child can obtain a Microsoft Certificate means that it's no indication of total worth as a software developer or employee.

    1. Re:"certificates" by B5_geek · · Score: 2, Insightful

      ..."No-one hires someone just because they can obtain a certificate."...

      That's how I got hired, and that is how I get raises.

      I got my foot in the door by having a bunch of certs. That got the interview. I just found out that the _only_ thing keeping me from getting bumped up the $ ladder is to upgrade my exams.

      Skill? nah knowledge? no Charisma? Hell no. A bunch of stupid letters after my name? yeah.
      That is how I am rewarded.

      --
      "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
  17. Re:Get them young huh? by gbulmash · · Score: 2, Insightful
    Okay, when will MS start getting their certification in while kids are in pre-school?

    But what good is a certification in Logo? I guess coding for Windows beats making shoes for Nike.

    Maybe they're getting them this young so someone's ready to work on the Y3K problem?

  18. So sad by mischalla · · Score: 2, Funny

    During a recent meeting with Bill Gates, she presented him with a poem she wrote that celebrated his life story.

    Whats next? The ode to the blue screen? Did Bill give her his compu-papal blessing?

  19. Re:Big deal. by lw54 · · Score: 5, Insightful

    What a worthless comment.

    The article was an insightful look at life through the eyes of a very brave young woman growing up in a society that does not offer many opportunities for women.

    Having written a calculator and a sorting program in C# along with earning her MCAD, I consider Arfa a computer programmer by any definition.

    Arfa has demonstrated considerable creativity, imagination, hard work and considerable drive. I'll gladly give up your job for her to find good work =p

  20. Wait, 9 year old is younger than 8 year now? by Nexu · · Score: 5, Informative

    From this article ( http://www.telegraphindia.com/1040216/asp/bengal/s tory_2900904.asp ) on Feb 16 2004 report that an 8 year old boy is the youngest. I'm not a math wiz. But last time i checked on elementairy school. 10 > 8. What's going on here?

    1. Re:Wait, 9 year old is younger than 8 year now? by Anonymous Coward · · Score: 4, Funny

      >What's going on here?

      Calc.exe ?

  21. MCAD, read the article by lw54 · · Score: 2, Insightful
    Everyone seems to be missing the fact that she earned her MCAD, not some silly test on Microsoft Word.

    MCAD Requirements and Training Resources

  22. _presented_ him with a poem, didn't write it. by DingerX · · Score: 2, Informative

    I think she just handed him a copy of Howl. It's not her fault that the press makes her look like the author.

  23. don't be so negative by belmolis · · Score: 5, Insightful

    From the point of view of adult programmers an MCAD may not count for a lot, and Microsoft may be a nasty company, but this is still an impressive little girl with an interesting story. There aren't a lot of nine year olds who can write C#. That's a good bit harder than some baby Basic, if for no other reason than the detail that you have to take care of and the object-orientation. And not very many nine year olds have the interest and dedication to pursue something like this.

    Its also important to realize that this is a little girl in a country that gives very few opportunities to women, especially women who are not from the upper class. According to the article, her dad is a soldier. It doesn't sound like she comes from a wealthy, powerful family. So, while getting this certificate may well not make her a genius, it does make her a smart and persistent little girl who has done something quite unusual not only for her age but, in her country, for her gender. I say good for her, good for her family for encouraging her rather than telling her not to act unladylike, and good for Microsoft for giving her the trip. (But if I were in charge at Microsoft, I would have thrown in a stop at Disneyland.)

    1. Re:don't be so negative by tgd · · Score: 3, Funny


      Back in my day, us kids had to write in assembly, and we didn't have these fancy registers you young whipper-snappers have today! We just had an accumulator and sixteen K of memory!

      Kids these days! You've all got it so easy!

      And get off my lawn!
      </grumpy_old_man>

    2. Re:don't be so negative by Reservoir+Penguin · · Score: 2, Informative

      The girls family is probaly pretty well off thanks to their father. There is huge competetion to get on the UN peacekeepinjg force as the pay starts at about 1K$ a month which is a small fortune in Pakistan

      --
      US-UK-Israel: The real Axis of Evil
    3. Re:don't be so negative by Shadowlore · · Score: 2, Interesting

      There aren't a lot of nine year olds who can write C#.

      My six year old girl can program in Python, and is learning how to work the Linux command line (she is already fluent in X-Windows/Fluxbox/Gnome). So can several young children I am aware of. At her current rate she'll be ready for RHCT/RHCE in a couple years if she still wants to. ;)

      Remember, Farragut was commanding a naval vessel at the age of 12, and had a solid understanding of caclulus and advanced geometry, not to mention navigation on the open seas by that age. The only reason children of today don't do such things is because society/government won't let them.

      Around here, we don't restrict their learning resulting in children single-digit-age who do/know/understand more than most graduates.

      What we need is more of these stories in order to have a chance at breaking the molds we've been shackled with.

      --
      My Suburban burns less gasoline than your Prius.
  24. Re:Get them young huh? by Petersson · · Score: 3, Funny
    This is not just a kid...

    This is the Microsoft Youngling!

    --
    I'm not insane. My mother had me tested.
  25. Re:Big deal. by afra242 · · Score: 4, Insightful

    Also, could this kid kiss Bill's ass just a little more? Wrote a poem celebrating his life's history? Are you fucking yanking my dick here? And they seem to gloss by her being a "computer programmer". What, because she made a little clicky-thingy in LOGO?

    Might not be a big deal to you, however, for a girl that young in a third world country, such as Pakistan, it certainly is. She was bought over to the US (first time her father and her left Pakistan) and everything was probably paid for. So she was showing her appreciation. It isn't everyday a young child from Pakistan gets to come to the U.S., and especially on a trip paid for by the world's richest man.

    However, if she is eager to start hacking away, and Microsoft won't hire her now, she should be encouraged to contribute to the Open Source community - even on a Windows project. That way, she will learn not only how to code more, but also learn how to interact with developers across the globe. That, at that very young age, will surely look extremely impressive and will teach her infinite things.

  26. Reminds me of a quote.... by ceeam · · Score: 3, Funny

    MCSE is to computers as McDonalds Certified Chef is to fine cuisine.

  27. I think she is smart... by voss · · Score: 4, Insightful

    She passes a microsoft exam grown adults have failed and she manages to kiss up to a billionaire at age 9.

    Heres a photo of her.

    http://seattlepi.nwsource.com/photos/photo.asp?Pho toID=69691

    and heres an article

    http://seattlepi.nwsource.com/business/232514_msft arfa14.html

    Before you call her a kissass realize she actually
    asked intelligent questions such as why there werent more women at microsoft(before the snarky comments remember she is a 9 year old girl speaking up for equality in a nation like Pakistan) and told a Microsoft VP her vision for self-navigating car.

    You have to realize for a little geek girl in a country like Pakistan going to Microsoft is like
    going to a paradise where everything works and people are smart just like her.

    If you check out her photo, in another 10-15
    years she is going to be a major geek hottie...
    so be nice and not be pricks!

    This is just a reminder to all us geeks who love to bash people from that part of the world...

    Pakistan and india are the only two countries that I know of where many of the geeks are women who are good looking and its considered a good thing to be living with your parents as an adult until you are married...think about it!

    1. Re:I think she is smart... by Civil+Beast · · Score: 5, Funny
      If you check out her photo, in another 10-15 years she is going to be a major geek hottie...

      ... Now where is that (-1) Disturbing - Moderation when you need it?

    2. Re:I think she is smart... by AvantLegion · · Score: 2, Funny
      If you check out her photo, in another 10-15 years she is going to be a major geek hottie... so be nice and not be pricks!

      What's this "in 10-15 years" stuff?

      Hooray, creepy young girl lust!

    3. Re:I think she is smart... by tzuriel · · Score: 2, Funny
      Clearly, she is smart.

      Afterward, Arfa described Gates as an "ideal personality," explaining that he had been second only to Disneyland on her list of things she wanted to see in the United States.

      She's got her priorities straight. See the large mouse first and then the little rat.

  28. Re:wrong by TrappedByMyself · · Score: 5, Informative

    Now having said that, the MCP that this article refers to is a big joke.

    From the article The certification she received was as a Microsoft Certified Application Developer.
    That's 3 development exams
    An experienced developer would need to study for these.

    --

    Help me take back Slashdot. When did 'News for Nerds' become 'FUD and Conspiracy Theories for Extremist Nutjobs'?
  29. Bill Sidious! by Joel+Rowbottom · · Score: 4, Funny

    "Rise, my young apprentice..."

    (eek).

    --
    Smegma.
  30. are you sure you read the article? by clymere · · Score: 5, Informative

    i was skeptical as well..MCSE's are not particularly well regarded. However, the MCP exam she passed seems much more in depth than just getting certified in excel: "She has created basic Windows applications, such as a calculator and a sorting program, primarily in the C# programming language. The certification she received was as a Microsoft Certified Application Developer. She says she plans to pursue a more advanced certification, as a Microsoft Certified Solution Developer, which involves building programs into a broader system for a business." Thats C#, not VB! I'm not an MS expert, but I say thats pretty damn good for a nine year old!

    --
    once you go slack, you never go back
  31. That's nothing.. by Linker3000 · · Score: 3, Interesting

    I gave my four year old son my old Laptop (a working but battered Acer PIII-600 running XP), which he uses to play fun and learning games and visit Web sites such as Cbeebies etc.

    He's five now but a few months ago he proudly told me he'd changed his desktop image to match that of my desktop. Spooky!

    Oh, just to redeem him - he saw me using a ssh connection to do some admin on one of our Linux servers and was interested in the non-gui-ness of it and the fact that you had to type in commands, so I showed him a few. Now his favourite 'trick' when he sees me logged in is to do a 'df -h' or 'top' for me!

    What do you think - RHCE at five??!!

    --
    AT&ROFLMAO
  32. 1) Isn't this good? 2) It's not about the kid. by mrRay720 · · Score: 2, Interesting

    I love how the automatic assumption is that this is a bad thing. Surely it's GOOD that a 9 year old can manage it, highlighting the ease of Windows management? Isn't the question to ask is what can be done with other systems as easy to grasp?

    A more serious point though is that you can train a kid to do anything like that. I'd be willing to bet that this is less a reflection of MS and the kid, and more of the parents raping their child of her youth. Give me someone from birth and I bet I could make them a Solaris guru by the time they were 10.

    Anyway, I blamed parents and promoted Windows' ease of use - I expect to be thouroughly berated and modded down for being a troll. yay.

    1. Re:1) Isn't this good? 2) It's not about the kid. by Vo0k · · Score: 2, Insightful

      Surely it's not bad that the kid got the cert. That just shows the level of the certificate - and its worth. If you hire a guy who claims to be a computer professional and supports this claim with such a certificate, you can bet he's a liar and a moron, because even 9yo kid can learn all that - and that's certainly NOT enough to pass as "pro".

      --
      Anagram("United States of America") == "Dine out, taste a Mac, fries"
    2. Re:1) Isn't this good? 2) It's not about the kid. by Anonymous Coward · · Score: 2, Insightful

      If your false arguement was true, surely EVERY 9yo would have one?

      Surely the most logical answer is that there is something exceptional in these circumstances (kid or parents) rather than something with the certification? To falsely claim otherwise does nothing but show you up for fanboi tendancies.

      There's a 13yo somewhere with a masters degree - therefore everyone with a masters degree is a braindead moron.

      Your logic is severely flawed by your bias.

  33. She wrote a poem about BillG? by QuantumG · · Score: 2, Funny

    Shit, that must have been hard, I mean, how many words rhyme with "bastard"?

    --
    How we know is more important than what we know.
  34. Re:Big deal. by Saib0t · · Score: 2, Interesting
    (first time her father and her left Pakistan)
    Not so, it's the first time they've been in the USA...
    quote:
    Her mother and two brothers, ages 3 and 7, stayed home while she and her father came to the United States. It was the first trip to the country for both.
    And pakistan may be a third world country, but she certainly isn't representative of the people living there.
    quote:
    her father, Amjad Karim, who serves with a U.N. peacekeeping force in Africa
    Impressive girl though, too young yet to realise how crap Microsoft (as a company) really is.
    --

    One shall speak only if what one has to say is more beautiful than silence
  35. Unfortunate Paragraph by zaguar · · Score: 2, Funny
    Afterward, Arfa described Gates as an "ideal personality," explaining that he had been second only to Disneyland on her list of things she wanted to see in the United States. Previously unaware of the casual dress code at Microsoft, she said she had expected Gates to be wearing a suit but was surprised to find him in a casual shirt with the top button open.

    Wonder how Bill is feeling now! Richest guy in the world upstaged by Disneyland?

    --
    "Sure there's porn and piracy on the Web but there's probably a downside too."
  36. You do realize... by tkrotchko · · Score: 3, Funny

    You do realize that you're taking issue with a 10 year old, right?

    --
    You were mistaken. Which is odd, since memory shouldn't be a problem for you
  37. Re:Get them young huh? by R.D.Olivaw · · Score: 2, Funny

    Sith apprentices are called younglings too??

  38. Re:Get them young huh? by Horus1664 · · Score: 2, Insightful

    This falls in nicely with the overall MS strategy. They no doubt hope to integrate learning about MS software and applications into infants school right there alongside the three R's as part of a basic preparation for adult life....(a bit like they integrate other people's 'applications' into Windows)

    Joking aside, how long before some enterprising MSerf makes a serious suggestion along those lines ? Am I alone in being a little worried about that ?

  39. I wrote Bill a poem too... by djupedal · · Score: 3, Funny

    Dear bill they love you there in pakistan
    you know how hard it is to be an also ran
    and since the trial you've been working so hard on your tan
    to do everything you think you duly can
    to be doted on and smiled at by even just one fan

    The EU said go away...China said come back another day, so now it's third world slumming for you while you pray
    that you don't end up in a pakistani jail where you'll get blown away. die bill die

  40. Yes and no. by rjh · · Score: 5, Interesting

    First, congratulations to her: yes, it's an accomplishment. The only reason we think it's a major accomplishment, though, is we've been fooled into thinking kids can't learn complex things. We mistakenly think that kids are capable of much less than they are--not because the kids can't perform up to their capability, but because the educational system doesn't do the kids justice.

    I was lucky. When I was in elementary school and showed a real gift for computers, several teachers went considerably out of their way to put me in groups of people who knew what they were doing. By the time I was nine, I was spending my summers in the local community college's computer lab. I wasn't taking college courses, no, but my teachers hooked me up with a student named David Carlson and asked if he could just spend an hour each week answering my questions.

    David became my best friend in no time flat. An hour a week turned into a considerably more during the summertime, between his jobs and other commitments. I learned LISP from David (on a Symbolics LISP Machine--talk about your sexy hardware). Shortly after I turned ten, David showed me the Y-combinator. It took me a few weeks to understand it, but when I did--whoa! I was blinded, just blinded, by the beauty of it.

    Then we moved away to a different city, different school system. Supposedly this one was much better, but there were no longer any teachers who'd go out of their way to recruit college students into letting me hang out with them for a while. They expected me to go through the exact same hoops as anyone else. I wasn't even allowed to take Programming in BASIC at the high school level. No more LISP Machines for me. From '86 to '92, I had no access to any machines more powerful than an Apple IIgs, and no languages more powerful than Basic. I wouldn't get access to a LISP environment again until I got to college in '94.

    Now I'm a graduate student. Last semester I took a course in programming language theory, where we were exposed to the beauty of the Y-combinator. And to think... I knew the Y-combinator when I was just ten years old, just due to the kindness of a smart college student who wasn't smart enough to know "the Y-combinator is too much for kids".

    David Carlson was the finest teacher I ever had, because he didn't have preconceptions about what I could or couldn't learn. And as soon as we moved away and my education got turned over to bureaucrats who were concerned about "age-appropriate academic skills", I got left out in the cold.

    David died a couple of years ago of brain cancer, way before his time; he was barely forty. He left behind a wife and kids, and you know what? I think those kids are going to turn out to be geniuses. Because he and his wife were too damn dumb to know their kids couldn't possibly learn things.

    1. Re:Yes and no. by pegr · · Score: 4, Funny

      He went eight years without his "precious" because he submitted to the collective will of some brain-dead academic airheads? What's smart about that?

      Sometimes opportunity knocks. Other times, you have to roam the streets until you find it, beat it over the head, and drag it back to your place kicking and screaming... Where you have your pit already prepared... Some nice swing albums from the forties, a couple of car batteries, a fifty-pound bag of lime, bottle of ether... Wait, what were talking about again?

    2. Re:Yes and no. by amliebsch · · Score: 2, Insightful
      There are kids who can't keep up with the current educational system. It could be argued that they need more help. The smart kids will do OK if they don't get as much guidance. They could do better if they got more, but you get the idea.

      It is this attitude that is responsible for the sorry state of education in this country (USA). The vice principal of our high school infamously remarked that students such as myself would learn "by themselves in a dark closet with a flashlight." Perhaps intended as a compliment, but used to justify cutting programs for students who were motivated and wanted to learn so that the resources could be spent on bringing "making everyone above average."

      It is simply not the case that everyone has the same potential. You cannot make those with lesser abilities equal to those with greater abilities, unless you are willing to try to drag down those with the greater abilities, and sadly it seems that this is becoming more and more the modus operandi. This is tragic, because those minds are our most vital natural resource; we are plundering them for the purchase of a tiny slice of equality that does little but make us feel good.

      All this in an environment where people love to bitch about the quality of education, but don't pay teachers what they are worth and expect endless hours out of them.

      Are teachers professionals or not? They want to be treated like professionals and paid like professionals, but they don't seem to want to be held accountable like professionals or work long, hard hours like professionals. People might be willing to pay much more for good teachers if the teachers' unions didn't make them subsidize poor teachers at the same time.

      --
      If you don't know where you are going, you will wind up somewhere else.
    3. Re:Yes and no. by coreymichaelbarr · · Score: 2, Insightful

      Serious question: How does a kid develop a relationship like this without 1) finding a child molester, and 2) making people think it's a child-molesting relationship?

      I ask because when I was much younger, I met a Microsoft employee who I possibly could have developed that kind of a mentoring relationship with. My mother put the kibosh on it because of her fears of the above. Silly, yes. But if I ever wanted to be in the mentor part of this equation, I would be afraid that somebody else's mother would have the same fears. I'd like to learn how to prevent that.

  41. There are two ways to study for the test by bigtallmofo · · Score: 2, Insightful

    I've formerly held an MCSE certification (expired with Windows NT 4.0), currently hold MCSD (on the Visual Basic 6 track) and also currently hold MCDBA (on the SQL Server 2000 track).

    I find there are in general two ways to study for the tests (each with variations):

    1. Aquire some real world experience, study the material, maybe take some practice tests (like Transcender) and then take the real tests. 2. Go to www.braindumpcentral.com and find the questions and answers that will be on the test and memorize them, then take the real tests.

    If she went path #1, it's fairly impressive. Though I think back to when I was 10 and programming proficiently in 6502 assembly and Commodore BASIC on my C-64 and I realize that children of that age aren't actually incompetent.

    --
    I'm a big tall mofo.
  42. This convinced me... by WRoach · · Score: 2, Funny

    Pakistan and india are the only two countries that I know of where many of the geeks are women who are good looking and its considered a good thing to be living with your parents as an adult until you are married...think about it!

    That's it, I'm outsourcing myself.

  43. Let me get this straight... by ninja_assault_kitten · · Score: 4, Insightful

    You're comparing writing a symphony to getting your MCSE?

    1. Re:Let me get this straight... by Threni · · Score: 2, Insightful

      (Some people have very poor reading comprehension skills, don't they?)

      I'll spell it out: I'm saying that just because one 8 year old can do something doesn't mean that it's easy.

    2. Re:Let me get this straight... by Threni · · Score: 2, Funny

      > If an 8-year-old can do it, and you haven't demonstrated that the child is a
      > genius, then a reasonable conclusion is that it is easy.

      So, an 8 year old has passed an exam - they must be clever. Perhaps the exam is worthless though, because if an 8 year old has passed it, it must be easy. Have any other 8 year olds passed it? No. Still, they can't be a genius because they're only 8 and passed an exam. And if other 8 year olds had passed it, then they can't be geniuses either because of the other 8 year olds that passed it.

      You've made your point loud and clear!

    3. Re:Let me get this straight... by KanSer · · Score: 4, Funny

      I've been saying this for years. A 10 year old could do any MCSE's job.

      --
      • MOD PARENT UP by Anonymous Coward Wednesday April 20, @4:20
    4. Re:Let me get this straight... by alexhs · · Score: 2, Funny

      I've been saying this for years. A 10 year old could do any MCSE's job.

      When using binary numbers, please precise the numbering base... a 10b year old ... :)

      --
      I have discovered a truly marvelous proof of killer sig, which this margin is too narrow to contain.
  44. breaking away at puberty by CdXiminez · · Score: 3, Interesting

    The good thing about that is, that by the time they go into puberty, they will want to break away from everything parents and school push on them, so they'll go into Linux or Mac.

    If this particular girl is as smart as they say, by the time she's in her late teens, she probably will want to have the level of control that Windows cannot give her.

  45. So what ... by Pegasus · · Score: 3, Insightful

    I was writing my own games on Sinclair Spectrum basic when I was 6. Does this make me a wunderkind programmer? No, just a bored sysadmin who is stuck at the mentality of basic and can't really progress beyond his shell scripts. That's why I'm affraid she's only going to be somewhat above-average secretary when she grows up.

  46. Where's the humor? by RamboIII · · Score: 2, Insightful
    I figured that there'd be a lot of "fem-bot" jokes.

    Really though, I wonder what type of house-hold she lives in, and how she got involved with the whole Microsoft certification. Surely it's not as easy over there as it is here.

    It would be interesting if they were teaching it in schools over seas. Talk about blowing our economy out of the water.

    --
    Time is comparison of movement to other movement.
  47. what Kool-aid is she drinking? by warpSpeed · · Score: 3, Funny

    A poem of bills life? Yikes! She is only 9, I guess she is not old enough to have grown a hard sarcastic shell yet.

  48. Thats not quite fair by Lanoitarus · · Score: 5, Insightful

    Mozart was recognized as a genius through general consensus over time and through direct exposure to his works, not by a rigid test drafted by a corporation.

    If you recall, there have already been cases of very young kids acing the college board tests, due to very careful tutoring and memorization. Having taken the MS tests, i can hardly imagine that approach wouldnt work if done well enough.

    Not to discredit the kid, this is an accomplishment certainly, which indicates atbest a very strong computer aptitude and at worst a very very good memory, both of which are extremely useful skills. But i hardly compare this with mozart.

    1. Re:Thats not quite fair by Fallen_Knight · · Score: 2, Insightful

      yea your right, from TFA

      "she started displaying a remarkable memory, perhaps photographic, at a young age." almost all tests are easy when you have a good memory.

      "The institute instructors assumed it would take Arfa about a year to go through the process of certification for developing Windows applications. But after four months of study and work, over summer vacation, she passed the required exams."

      Seems to me to be just microsoft propaganda. creating apps in windows is drop dead easy now with C# and the other crap they have. and i mean EASY. took a VB course in university making stpid little applications for an easy 3 credit A and its easier then the code i was writing in C at 7 and 8.

      NOW when a 9 year old can write/debug drivers or win32 API apps in C let me know. Because THAT is actualy hard! Now back to USB driver code i go..

  49. Shame on you! by adolfojp · · Score: 3, Insightful

    I have never been so ashamed of being part of the slashdot community as I am now.

    Taking away any credit of her accomplishment because she took a Microsoft certification is just plain vile and stupid.

    Cheers,
    Adolfo

  50. Re:Get them young huh? by di0s · · Score: 2, Insightful

    Not to incite a flame war or anything, but to me, a 10 year-old kid getting their MS certification somewhat devalues the certification (see, it's so easy that a kid can get it). True, she may be an incredibly gifted child, but pointing and clicking in MS Word is hardly a brain drain.

  51. Poem? I got one of those... by caudron · · Score: 2, Funny

    Roses are red.
    Violets are blue.
    Your OS is shit.
    And so are you.

    Please, no applause, just throw money.

    --
    -Tom
  52. Re:9 year old completes single exam on workstation by An+Onerous+Coward · · Score: 4, Insightful

    The article says she earned a "Microsoft Certified Application Developer" certification, and that she programmed a calculator in C#.

    I don't know C#.

    This isn't your average nine year old.

    Or maybe she is, and we just don't give nine year olds enough credit.

    In any case, she did something very cool, and we shouldn't be trying to tear down a little girl to make ourselves feel a bit less like the discontented band of underachievers that we really are. Instead, we should be congratulating her, and encouraging her to get some Linux certifications under her belt.

    --

    You want the truthiness? You can't handle the truthiness!

  53. Bingo - Nowhere on MCSE exams is Knoppix present. by Seng · · Score: 2, Interesting

    Dead server? Boot Knoppix, restore data... Lost password? Boot Knoppix, recover SAM, crack it (or use any of the reset tools, etc.) The Microsoft way: Install parallel copy of Windows XYZ... proceed with 2 hours of extra BS, then still end up reformatting later :P

  54. Re:Get them young huh? by Jaruzel · · Score: 2, Insightful

    I don't think It needed a 10 year old kid to devalue it. I think MCPs/MCSEs are doing a good job devaluting themselves.

    Here in London, every second street has a 'acredited training centre' which after 4 days of 'intensive' (read, mind numbing) training, they guarantee that anyone can get their MCP. Combine that with Microsoft setting the pass value at ~60% correct answers, and you've got a pretty much useless qualification. I've worked with many MCSEs and only a handful of them actually knew their Kerberos' from their SMBs.

    What our industry needs is a cross platform Chartership program, that other professions have. Something that you have to work towards over a period of years. Something that will actually mean something at the top of your CV.

    -Jar.

    --
    Together, We Can Make Slashdot Better. I Do NOT Mod ACs. - Check Me Out
  55. Submitted this two months ago by Carlos+Laviola · · Score: 4, Interesting

    Here are your recent submissions to Slashdot, and their status within the system:

    * 2005-05-05 22:04:04 Nine year old girl becomes an MCP (IT,Microsoft) (rejected)

    I wonder what makes the story more interesting now that it is old.

    1. Re:Submitted this two months ago by borgheron · · Score: 3, Insightful

      It's more interesting because it was submitted this time by CowboyNeal.

      Don't you know how things work here at Slashdot? Despotism at it's best.

      GJC

      --
      Gregory Casamento
      ## Chief Maintainer for GNUstep
    2. Re:Submitted this two months ago by Shadow_139 · · Score: 2, Funny

      You know /. only posts Old or Dupe News....

      THe Earth will start spinning backwards if /. had a new uptodate story first.......
  56. Re:Get them young huh? by SatmanUK · · Score: 2, Insightful

    Think I shall have to concurr with this, with over 15 years of experience of in the computing industry the smartest peopel I have worked with have very little MCP qualification, and some of the most inept have MCSE's . Just goes to show that anyone can read a book and learn it but if they cannot make 2+2=5 they will just be another goat in the herd. What I would like to see is more weight given to references from trusted sources, a bit like the linkedin websites. As for the 10 year old , it shows that age has nothing to do with intelligence and ability when it comes to MS certs, its pretty easy to google for 'assistance' :), if she was a 90 year old there would not even be a post ..

    --
    Which is hardest to surrender .. Smoking, Sex, Power, Money or Karma
  57. Medioce Poetry by ari_j · · Score: 4, Funny

    I've read poems written by 10-year-olds, and they all sucked. Really bad. Now you're telling me that she has written "plenty of C#" code. I've also read poems written by C# developers, and they all sucked. Really bad.

    I'm sure that Bill Gates was pleased beyond words to hear his life story summed up in a few lines of Vogon poetry.

    1. Re:Medioce Poetry by Fujisawa+Sensei · · Score: 2, Funny

      Perhaps you should read poems written by Perl developers instead.

      --
      If someone is passing you on the right, you are an asshole for driving in the wrong lane.
  58. Re:Get them young huh? by ArAgost · · Score: 3, Funny

    you misspelled "Lego".

  59. She can't be *THAT* bright...... by Nagatzhul · · Score: 3, Funny

    She likes Windoze enough to get certified in it *AND* she is writing poetry about Bill's life.

    How twisted is that??

    --
    "All I want is a warm bed and a kind word and unlimited power." - Ashleigh Brilliant
  60. Re:Are you the pot or the kettle? by WhiplashII · · Score: 2, Interesting

    I would seriously disagree with this! Destroying companies removes jobs and value from the economy, because things that could be done previously can no longer be done. Taking your gains and giving them away to people also destroys economic value for less obvious reasons (essentially it hurts the recipient emotionally and makes them less likely to try to advance themselves). Giving money to people is probably the worst thing you could do with it - for example, pretend that instead of giving his money away he decided he wanted Mt St Helens moved 2 feet to the right. He spends billions, so the net effect to him is the same. Others receive the billions (as salary), so they are also better off. But in addition, the workers at the end can have a feeling of pride - they did something very hard (stupid, yes, but hard).

    Donations do not make up for damaging the economy - that is a far less than zero sum game. It is far better for everyone if a rich guy hords his money, but creates economic value (jobs and a better life for everyone). In the long term (more than a single lifetime), economic value is always redistributed. Donations help in the short term, but long term make everyone worse off.

    Of course, that said, balance is required in everything. (I currently donate about 20% of my income to charitable institutions...)

    --
    while (sig==sig) sig=!sig;
  61. Re:Are you the pot or the kettle? by jjoyce · · Score: 3, Insightful

    Gates didn't start donating money until he developed a reputation as an asshole. That isn't kindness, it's public relations without hiring a PR firm.

  62. Re:Get them young huh? by kz45 · · Score: 2, Insightful

    Not to incite a flame war or anything, but to me, a 10 year-old kid getting their MS certification somewhat devalues the certification (see, it's so easy that a kid can get it). True, she may be an incredibly gifted child, but pointing and clicking in MS Word is hardly a brain drain.

    well, there are 10 year olds that can ace college calculus classes. Does it make it any easier?

  63. Re:Big deal. by sgt_doom · · Score: 2, Interesting
    This entire topic has moved me to compose my own poem to Bill:

    Bill, you are wonderful because your mother was a close friend of IBM CEO Akers who gave you the DOS licensing (biggest cash cow in history of mankind);

    Bill, you are wonderful because you hired Tim the programmer to copy Gary Kildall's CPM and call it DOS;

    Bill, you are wonderful because your uncle was VP of First Interstate Bank which magically gave your company it's financing

    Bill, you are just too wonderful.

  64. Re:Get them young huh? by vandon · · Score: 2, Insightful

    I've taken(and passed) 3 W2K MCP tests. W2K Prof installing, config, and admin, W2K server installing, config, and admin, and a IE/IEAK test.
    They are all about 'what is the default install dir?', 'where do you add and change users?'.
    Very few of the questions actually did any problem solving such as 'Your workstation has no network, use this sim to fix it'. I believe the hardest sim was for server and it was 'set up a network printer and share it for the 'accounting' user group to use between 8am and 5pm'

  65. How is this News for Nerds. Stuff that matters? by dspisak · · Score: 2, Funny

    Oh, I see now...future trophy wife down the road. Thanks Slashdot.

    "Go make me a CMS framework woman!"

  66. Re:Are you the pot or the kettle? by The+Original+Yama · · Score: 2, Insightful

    Rubbish. All rich people have 'foundations'. It's the ultimate tax dodge. Bill's foundation gives away the most simply because he's the richest. Most of this 'giving' is thinly-veiled advertising and promotion for Microsoft.

    How much does Bill give away as a percentage of his total wealth? George Soros gives away about half. I'll bet you that Bill doesn't give nearly that much.