Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Types of Developers

Types of Developers

Scheduled Pinned Locked Moved The Lounge
com
43 Posts 20 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R R Giskard Reventlov

    Far more ordinary, I'm afraid; in fact I AM CONTRACTOR. The greatest compliment I got was when I was called 'an arrogant, aggressive and utterly mercenary bastard'. Course I think I'm really very nice... :)

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me

    G Offline
    G Offline
    Gary Wheeler
    wrote on last edited by
    #28

    When I'm doing contracting work, I prefer the following description: "I may be a whore, but at least I ain't cheap."

    Software Zen: delete this;

    1 Reply Last reply
    0
    • P PIEBALDconsult

      We all know that there are actually ten types of programmers/[^]. P.S. Other than the ridiculous part about recursion, I find that I'm primarily the Know-it-all or Theoretician.

      G Offline
      G Offline
      Gary Wheeler
      wrote on last edited by
      #29

      Interesting. A couple of entries in the '10 list' were quoted almost literally in the '7 list'.

      Software Zen: delete this;

      1 Reply Last reply
      0
      • L Lost User

        It might be adequate, but compilers usually have no humor.

        A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

        G Offline
        G Offline
        Gary Wheeler
        wrote on last edited by
        #30

        You never used the Microsoft C 6.0 compiler then, with optimization turned on. Its idea of hysterically funny was to move references to variables declared volatile around willy-nilly if they appeared to be loop-invariant. I was not amused :suss:.

        Software Zen: delete this;

        L 1 Reply Last reply
        0
        • G Gary Wheeler

          You never used the Microsoft C 6.0 compiler then, with optimization turned on. Its idea of hysterically funny was to move references to variables declared volatile around willy-nilly if they appeared to be loop-invariant. I was not amused :suss:.

          Software Zen: delete this;

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #31

          I used to work with Visual C++ very much, but it has more and more been replaced by C#. Your problem is the result of a mislead optimization. The code probably would have worked with optimizing turned off and doing it yourself where needed. At the moment I'm writing a little 3D engine and would have loved to do it in good old unsafe C++ once again. But the rest of the project is managed code, so I guess a C# graphics engine fits in better.

          A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

          G 1 Reply Last reply
          0
          • L Lost User

            I used to work with Visual C++ very much, but it has more and more been replaced by C#. Your problem is the result of a mislead optimization. The code probably would have worked with optimizing turned off and doing it yourself where needed. At the moment I'm writing a little 3D engine and would have loved to do it in good old unsafe C++ once again. But the rest of the project is managed code, so I guess a C# graphics engine fits in better.

            A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

            G Offline
            G Offline
            Gary Wheeler
            wrote on last edited by
            #32

            CDP1802 wrote:

            The code probably would have worked with optimizing turned off and doing it yourself where needed.

            That was the solution. The not-so-amusing part was detecting the problem, which started out with anomalous retries in serial communications and ended with several days of pouring over machine language listings of the code.

            Software Zen: delete this;

            L 1 Reply Last reply
            0
            • G Gary Wheeler

              CDP1802 wrote:

              The code probably would have worked with optimizing turned off and doing it yourself where needed.

              That was the solution. The not-so-amusing part was detecting the problem, which started out with anomalous retries in serial communications and ended with several days of pouring over machine language listings of the code.

              Software Zen: delete this;

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #33

              Actually that's why I stll love to program on my very first computer. Just type in machine code with the hex keypad. No compiler, no operating system and no framework to interfere. But it seems to be a lost art.

              A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

              G 1 Reply Last reply
              0
              • L Lost User

                Actually that's why I stll love to program on my very first computer. Just type in machine code with the hex keypad. No compiler, no operating system and no framework to interfere. But it seems to be a lost art.

                A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                G Offline
                G Offline
                Gary Wheeler
                wrote on last edited by
                #34

                CDP1802 wrote:

                it seems to be a lost art

                Look for projects in process control or data acquisition using microcontrollers. It's amazing how much fun you can have with an 8-bit processor that has 1K of program space, 256 bytes of RAM, and an 8 byte stack.

                Software Zen: delete this;

                L 1 Reply Last reply
                0
                • G Gary Wheeler

                  CDP1802 wrote:

                  it seems to be a lost art

                  Look for projects in process control or data acquisition using microcontrollers. It's amazing how much fun you can have with an 8-bit processor that has 1K of program space, 256 bytes of RAM, and an 8 byte stack.

                  Software Zen: delete this;

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #35

                  I know, at least as a hobby I still have my first computer and it still works. Here is one like mine (without the case): Netronics Elf II

                  A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                  E 1 Reply Last reply
                  0
                  • R raghu g

                    7 Personality Types of Developers Today

                    B Offline
                    B Offline
                    BrainiacV
                    wrote on last edited by
                    #36

                    They left off “80% Rob” (named after a former co-(non)-worker). A variant of #6 – The Ambassador, 80% Rob will do 80% of the work, declare victory and move on. Always dresses like a manager, thinks of himself as one, and is usually considered to be on the fast track to success because of his corner cutting. Willing to throw others under the bus to cover his own deficiencies. Takes on jobs that will polish his resume so that he may bolt when the going gets tough.

                    Psychosis at 10 Film at 11

                    1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      We all know that there are actually ten types of programmers/[^]. P.S. Other than the ridiculous part about recursion, I find that I'm primarily the Know-it-all or Theoretician.

                      B Offline
                      B Offline
                      Battlehammer
                      wrote on last edited by
                      #37

                      Oh no, I think I fall into the #4 (Vince Neil) category. Worse yet, my boss is #1 Gandalf.

                      1 Reply Last reply
                      0
                      • R raghu g

                        7 Personality Types of Developers Today

                        X Offline
                        X Offline
                        xympa
                        wrote on last edited by
                        #38

                        I'm a ninja. My co-workers don't know how i do it :D

                        1 Reply Last reply
                        0
                        • R raghu g

                          7 Personality Types of Developers Today

                          E Offline
                          E Offline
                          Earl Truss
                          wrote on last edited by
                          #39

                          This list is non-atomic. 4. The Scholarly Know-It-All is really two different kinds of people - The Poet and The OCD Programmer. As for 6. The Clever Ambassador ... should be split into two people with "The Weasel" being the dark side. Me? I'm a cross between 2. The Experienced Old Man and 5. The Ninja.

                          1 Reply Last reply
                          0
                          • L Lost User

                            I know, at least as a hobby I still have my first computer and it still works. Here is one like mine (without the case): Netronics Elf II

                            A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                            E Offline
                            E Offline
                            Earl Truss
                            wrote on last edited by
                            #40

                            CDP1802 wrote:

                            I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                            I like it. May I steal it?

                            L 1 Reply Last reply
                            0
                            • R raghu g

                              7 Personality Types of Developers Today

                              E Offline
                              E Offline
                              etkid84
                              wrote on last edited by
                              #41

                              i have never really stopped to analyze my peers. suppose it's because I am working so diligently. :cool:

                              David

                              1 Reply Last reply
                              0
                              • E Earl Truss

                                CDP1802 wrote:

                                I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                                I like it. May I steal it?

                                L Offline
                                L Offline
                                Lost User
                                wrote on last edited by
                                #42

                                Just steal ahead :-))

                                A while ago he asked me what he should have printed on my business cards. I said 'Wizard'. I read books which nobody else understand. Then I do something which nobody understands. After that the computer does something which nobody understands. When asked, I say things about the results which nobody understand. But everybody expects miracles from me on a regular basis. Looks to me like the classical definition of a wizard.

                                1 Reply Last reply
                                0
                                • R raghu g

                                  7 Personality Types of Developers Today

                                  B Offline
                                  B Offline
                                  BillW33
                                  wrote on last edited by
                                  #43

                                  I am a little bit of types 1-5 ;) :)

                                  Just because the code works, it doesn't mean that it is good code.

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups