Results 1 to 11 of 11

Thread: Dyslexia

  1. #1

    Thread Starter
    Fanatic Member BlindSniper's Avatar
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    865

    Dyslexia

    Hi all,
    I've recently began to think that I am dyslexic and so I did a test on the internet(for what its worth) to see if I have some of the symptoms. on this website it says that people with dyslexia will exhibit 10 of the symptoms, I have on a regular basis 20 of those symptoms, so a reasonable conclusion is that I am dyslexic or there is something else wrong with me.

    Are there any programmers here that are dyslexic ? and if so has it affect your programming ?

    Useful CodeBank Entries of mine
    Expand Function
    Code Compiler
    Sudoku Solver
    HotKeyHandler Class

    Read this to get Effective help on VBForums
    Hitchhiker's Guide to Getting Help at VBF

  2. #2
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Dyslexia

    You need to get tested by a qualified professional.
    Drawing conclusions from the internet is not productive.

    I am partially color-blind, yet an Internet test confirms I am not.
    Who should I trust, the results from the internet or a licensed practitioner?
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Dyslexia

    The first section of that is pretty much garbage. Most of those things are so subjective that any given teenager might be convince themselves that they fit into that category. Therefore, I would ignore all of those. The rest are mostly more testable, but many of them are vague and subjective, and several cover both extremes. While I can understand that a condition could result in either extreme on a scale, who gets to decide if you are extreme, or not? For instance, there's the one about being "Extremely disorderly or compulsively orderly." I certainly appear to be the former, at times, but am I extreme?
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Fanatic Member BlindSniper's Avatar
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    865

    Re: Dyslexia

    I think I am slightly dyslexic regardless of the internet tests and I want to have myself tested(wow that sounds insane). After I did that I red up on some more reliable sources what the symptoms are and I do have some of them(after some objective reasoning) but regardless if I'm dyslexic or not, would it make programming easier or harder ?

    #EDIT @abhijit I did a colour-blind test on the internet and it turns out I am also colour-blind even though I have never had trouble differentiating colours... I think these internet tests are just there to make people go to the doctors.

    Useful CodeBank Entries of mine
    Expand Function
    Code Compiler
    Sudoku Solver
    HotKeyHandler Class

    Read this to get Effective help on VBForums
    Hitchhiker's Guide to Getting Help at VBF

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Dyslexia

    I've known a few programmers that have been officially confirmed as dyslexic, and apart from taking a tiny bit longer due to spelling/syntax mistakes (most of which are fixed automatically by a "modern" IDE), there is no noticeable difference to their programming.

  6. #6
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Dyslexia

    That list didn't apply to me... well, it would have 20-30-some-odd years ago... a lot of those traits I still exhibit. So I clicked the Adult dyslexia link... and I still exhibit a lot of those. I've often wondered if I am dyslexic or not. I constantly transpose numbers when I'm required to memorize them. I couldn't begin to count the number of times I'd be locked out of my office because I kept transposing 2 of the 4 numbers in the combo - even after I was able to pick them! I also transpose letters when I'm typing but that has more to do with my typing skills than any thought processing. But has it impeded my ability to be a programmer? Heck no. My ADD on the other hand does is a much more of impediment....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  7. #7

    Thread Starter
    Fanatic Member BlindSniper's Avatar
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    865

    Re: Dyslexia

    This is quite interesting, I'd love to find out if I'm Dyslexic or not. I think I am because of my extremely poor short term memory and inability to remember anything that I studied( doesn't matter for how long I study I just don't remember things), but given a practical example I pick it up quite fast.(and a few other annoyances.)

    Useful CodeBank Entries of mine
    Expand Function
    Code Compiler
    Sudoku Solver
    HotKeyHandler Class

    Read this to get Effective help on VBForums
    Hitchhiker's Guide to Getting Help at VBF

  8. #8
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Dyslexia

    You pick up a few other annoyances from a practical example? I only pick up other annoyances from impractical examples.
    My usual boring signature: Nothing

  9. #9
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Dyslexia

    Quote Originally Posted by BlindSniper View Post
    #EDIT @abhijit I did a colour-blind test on the internet and it turns out I am also colour-blind even though I have never had trouble differentiating colours... I think these internet tests are just there to make people go to the doctors.
    I've never had any problems differentiating colors until I stumbled on these ishihara test which confirms that I am color blind. There is no point going to the doctor if someone is color blind since it is not curable. Here in our country, a recruitment process in some offices (police, etc) requires color blindness examination although I can't imagine instances where I can't perform police duties due to my color-blindedness. =(
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  10. #10
    Fanatic Member namrekka's Avatar
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    639

    Re: Dyslexia

    Quote Originally Posted by si_the_geek View Post
    I've known a few programmers that have been officially confirmed as dyslexic, and apart from taking a tiny bit longer due to spelling/syntax mistakes (most of which are fixed automatically by a "modern" IDE), there is no noticeable difference to their programming.
    Like me.

  11. #11
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: Dyslexia

    Quote Originally Posted by dee-u View Post
    I've never had any problems differentiating colors until I stumbled on these ishihara test which confirms that I am color blind. There is no point going to the doctor if someone is color blind since it is not curable. Here in our country, a recruitment process in some offices (police, etc) requires color blindness examination although I can't imagine instances where I can't perform police duties due to my color-blindedness. =(
    I had to go to the doctor because in grade school, I couldn't identify some of the colors correctly. The teacher recommended a checkup and it turns out that my rods and cones don't work as they should.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width