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. An inspirational story: tenacity

An inspirational story: tenacity

Scheduled Pinned Locked Moved The Lounge
c++comhardware
56 Posts 25 Posters 0 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.
  • D DerekT P

    Something that particularly irks my wife (but me too) is that in schools these days (in the UK at least) there is no incentive to "finish" anything. If time runs out, kids get marks for effort, or based on what they've done so far. That's fine, but there is then no requirement to complete the task in their own time. This happens over, and over, and over again and children learn that it doesn't matter if things don't get finished. We see it creeping into politics too; e.g. a new policy is introduced, but before implementation is finished or results visible it gets changed; but the one who started it off gets the praise anyway. We see the results all around; unfinished projects, or products with great potential but not properly finished, or great marketing ideas released without anyone bothering to proof-read. But the worst thing? People never get to experience that feeling when you can finally put your feet up and admire a job well done and take pride in it.

    Telegraph marker posts ... nothing to do with IT Phasmid email discussion group ... also nothing to do with IT Beekeeping and honey site ... still nothing to do with IT

    M Offline
    M Offline
    MarkTJohnson
    wrote on last edited by
    #38

    Some places here in the states have a "no grade below a 50" edict. Kid can turn NOTHING in and get half credit.

    I’ve given up trying to be calm. However, I am open to feeling slightly less agitated. I’m begging you for the benefit of everyone, don’t be STUPID.

    1 Reply Last reply
    0
    • B Bob Grommes

      I had an experience similar to this back in the 90's. A CS post grad fresh out of the local state U had been hired to create a system to process a large volume of data coming from hundreds of different sources. It wasn't getting anywhere, the developer was deflecting and delaying, and I was brought in to assist and assess. The first thing I noticed is that the app was pretty good ... a bit overthought, arguably with overuse of inheritance perhaps but this guy was a newly-minted dev working on his first real-world project (but at least it was greenfield). The second thing I noticed is that it had not been compiled in at least the past couple of months, which means it hadn't been tested. I compiled it and there were a handful of syntax errors and the like. Cleaned those up, ran some tests, and it was actually working. When I asked the dev why it hadn't been compiled he reacted in horror ... he did not like compiler errors, he said, and he always makes everything perfect before compiling his code. Long story short, they had a working product less than 2 weeks after I came on board. I tried to show the kid how to work in a real-world business environment, how to not let the perfect be the enemy of the good, etc., but he was having none of it. He quit in protest and went back to graduate school at some other university in another state and for all I know, all these years later is still doing perfect ivory tower theoretical work somewhere. I went on to specialize in the industry and have rewritten that system three times for four different companies in the past 25 years. So this kid was probably on the spectrum or suffering from OCD or both, but the reason doesn't matter so much as that he had actually created a credible system that was nearly production ready, but was unable to pull the trigger on it, just like the guy in the OP's story. I think the term of art for this is "approach avoidance". Some people are terrified of actually releasing their work into the big wild messy world. And it's probably more common in our craft than in many others because being compulsive and perfectionist is both an advantage and a disadvantage. It attracts perfectionists to the work but puts them off actually finishing it.

      J Offline
      J Offline
      jschell
      wrote on last edited by
      #39

      Bob Grommes wrote:

      A CS post grad fresh out of the local state U...not been compiled in at least the past couple of months

      And obviously the dev was not being mentored for all that time.

      1 Reply Last reply
      0
      • R raddevus

        Yeah, could've been any of that. It's remained a mystery to me for all these years. It was the lead dev and the other devs that worked beside him that told me "he felt overwhelmed and didn't think he'd ever complete it with his skills".

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

        I get "overwhelmed" all the time ... make some Visio diagrams, and all is well again. (Even though I resist initially .. gotta be "programming").

        "Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I

        1 Reply Last reply
        0
        • B Bob Grommes

          I had an experience similar to this back in the 90's. A CS post grad fresh out of the local state U had been hired to create a system to process a large volume of data coming from hundreds of different sources. It wasn't getting anywhere, the developer was deflecting and delaying, and I was brought in to assist and assess. The first thing I noticed is that the app was pretty good ... a bit overthought, arguably with overuse of inheritance perhaps but this guy was a newly-minted dev working on his first real-world project (but at least it was greenfield). The second thing I noticed is that it had not been compiled in at least the past couple of months, which means it hadn't been tested. I compiled it and there were a handful of syntax errors and the like. Cleaned those up, ran some tests, and it was actually working. When I asked the dev why it hadn't been compiled he reacted in horror ... he did not like compiler errors, he said, and he always makes everything perfect before compiling his code. Long story short, they had a working product less than 2 weeks after I came on board. I tried to show the kid how to work in a real-world business environment, how to not let the perfect be the enemy of the good, etc., but he was having none of it. He quit in protest and went back to graduate school at some other university in another state and for all I know, all these years later is still doing perfect ivory tower theoretical work somewhere. I went on to specialize in the industry and have rewritten that system three times for four different companies in the past 25 years. So this kid was probably on the spectrum or suffering from OCD or both, but the reason doesn't matter so much as that he had actually created a credible system that was nearly production ready, but was unable to pull the trigger on it, just like the guy in the OP's story. I think the term of art for this is "approach avoidance". Some people are terrified of actually releasing their work into the big wild messy world. And it's probably more common in our craft than in many others because being compulsive and perfectionist is both an advantage and a disadvantage. It attracts perfectionists to the work but puts them off actually finishing it.

          R Offline
          R Offline
          raddevus
          wrote on last edited by
          #41

          Fantastic post! Really great story! Thanks for sharing.

          Bob Grommes wrote:

          he reacted in horror ... he did not like compiler errors, he said, and he always makes everything perfect before compiling his code.

          !!!! :wtf: :wtf: :wtf: I love the compiler. My system has always been. 1. Change a letter or a variable value 2. build 3. inspect errors 4. back to 1. Build early & build often. I had always felt like a unknowledgable person because I would poke around and build, build build! Then someone created that REPL idea[^] and I was like, "guess I'm a genius cuz I been doing that for years." :laugh:

          1 Reply Last reply
          0
          • J jschell

            raddevus wrote:

            think he'd ever complete it with his skills

            Life lesson perhaps? At one point I wrote code that I then could not understand several months later when I needed to maintain it. Hard lesson learned - stop trying to be clever.

            R Offline
            R Offline
            raddevus
            wrote on last edited by
            #42

            I've learned the same lesson. :thumbsup:

            1 Reply Last reply
            0
            • R raddevus

              Thought of this story today... I joined a company as a Dev in 2000. They said the previous dev had left because he was overwhelmed with the C++ code he was writing which used COM to speak to a hardware device. They told me, he left in a hurry and told everyone "do not contact me". I was afraid to look at the code. Digging Into Dev's Code Then I dug in and I discovered the most beautiful code I'd ever seen. It was self-explanatory code & I learned new techniques. It was amazing. I didn't have to do much and I got the code working. 1000 Mile Journey That developer had been on a 1000 mile journey and gave up inches away from success. Still blows my mind. And, even after all these years, I remember that code as some of the best I've ever seen to this day. One of my favorite quotes is

              confirmed Louis Pasteur (quote investigator[^])

              let me tell you the secret that led me to my goal. My sole strength is in my tenacity.

              I hardly know anything but I have the weird ability to try a (technology) thing 1,000 times and not get bored or give up entirely.

              S Offline
              S Offline
              Shmoken99
              wrote on last edited by
              #43

              I keep telling my kids that my success is "Not from being the smartest guy at work, but from being too stupid to know when to stop trying."

              C 1 Reply Last reply
              0
              • R raddevus

                Thought of this story today... I joined a company as a Dev in 2000. They said the previous dev had left because he was overwhelmed with the C++ code he was writing which used COM to speak to a hardware device. They told me, he left in a hurry and told everyone "do not contact me". I was afraid to look at the code. Digging Into Dev's Code Then I dug in and I discovered the most beautiful code I'd ever seen. It was self-explanatory code & I learned new techniques. It was amazing. I didn't have to do much and I got the code working. 1000 Mile Journey That developer had been on a 1000 mile journey and gave up inches away from success. Still blows my mind. And, even after all these years, I remember that code as some of the best I've ever seen to this day. One of my favorite quotes is

                confirmed Louis Pasteur (quote investigator[^])

                let me tell you the secret that led me to my goal. My sole strength is in my tenacity.

                I hardly know anything but I have the weird ability to try a (technology) thing 1,000 times and not get bored or give up entirely.

                S Offline
                S Offline
                Shmoken99
                wrote on last edited by
                #44

                I keep telling my kids that my success is "Not from being the smartest guy at work, but from being too stupid to know when to stop trying."

                1 Reply Last reply
                0
                • R raddevus

                  Thought of this story today... I joined a company as a Dev in 2000. They said the previous dev had left because he was overwhelmed with the C++ code he was writing which used COM to speak to a hardware device. They told me, he left in a hurry and told everyone "do not contact me". I was afraid to look at the code. Digging Into Dev's Code Then I dug in and I discovered the most beautiful code I'd ever seen. It was self-explanatory code & I learned new techniques. It was amazing. I didn't have to do much and I got the code working. 1000 Mile Journey That developer had been on a 1000 mile journey and gave up inches away from success. Still blows my mind. And, even after all these years, I remember that code as some of the best I've ever seen to this day. One of my favorite quotes is

                  confirmed Louis Pasteur (quote investigator[^])

                  let me tell you the secret that led me to my goal. My sole strength is in my tenacity.

                  I hardly know anything but I have the weird ability to try a (technology) thing 1,000 times and not get bored or give up entirely.

                  S Offline
                  S Offline
                  Shmoken99
                  wrote on last edited by
                  #45

                  I keep telling my kids that my success is "Not from being the smartest guy at work, but from being too stupid to know when to stop trying."

                  1 Reply Last reply
                  0
                  • Greg UtasG Greg Utas

                    What surprises me is that someone who can write some of the best code you've ever seen didn't recognize his own ability. Perhaps he's among the apparently not-so-small group that are high performers yet secretly believe that they're actually incompetent and that their world will come crashing down once people realize it.

                    Robust Services Core | Software Techniques for Lemmings | Articles
                    The fox knows many things, but the hedgehog knows one big thing.

                    C Offline
                    C Offline
                    charlieg
                    wrote on last edited by
                    #46

                    and with just a touch of encouragement..... We (techies pounding code, designing systems, etc) have been programmed to think we cannot ask for help. Decades ago I read a book on software teams and development processes. One of the chapters was titled, "Beware the Dark Office" where you had this one person desperately trying to complete a task. We could do better.

                    Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                    Greg UtasG 1 Reply Last reply
                    0
                    • C charlieg

                      and with just a touch of encouragement..... We (techies pounding code, designing systems, etc) have been programmed to think we cannot ask for help. Decades ago I read a book on software teams and development processes. One of the chapters was titled, "Beware the Dark Office" where you had this one person desperately trying to complete a task. We could do better.

                      Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                      Greg UtasG Offline
                      Greg UtasG Offline
                      Greg Utas
                      wrote on last edited by
                      #47

                      We can't ask for help because, as Brooks pointed out, adding more people to a late software project makes it later. One person desperately trying to complete a task often means the truck number of that group is 1. :-D

                      Robust Services Core | Software Techniques for Lemmings | Articles
                      The fox knows many things, but the hedgehog knows one big thing.

                      <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
                      <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

                      C 1 Reply Last reply
                      0
                      • Greg UtasG Greg Utas

                        We can't ask for help because, as Brooks pointed out, adding more people to a late software project makes it later. One person desperately trying to complete a task often means the truck number of that group is 1. :-D

                        Robust Services Core | Software Techniques for Lemmings | Articles
                        The fox knows many things, but the hedgehog knows one big thing.

                        C Offline
                        C Offline
                        charlieg
                        wrote on last edited by
                        #48

                        truth. But there is a difference between asking for help, being encouraged to ask for help, and the PM trying to make a baby in one month :)

                        Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                        1 Reply Last reply
                        0
                        • S Shmoken99

                          I keep telling my kids that my success is "Not from being the smartest guy at work, but from being too stupid to know when to stop trying."

                          C Offline
                          C Offline
                          charlieg
                          wrote on last edited by
                          #49

                          okay, that was funny :doh: ;P

                          Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                          E 1 Reply Last reply
                          0
                          • B Bob Grommes

                            I had an experience similar to this back in the 90's. A CS post grad fresh out of the local state U had been hired to create a system to process a large volume of data coming from hundreds of different sources. It wasn't getting anywhere, the developer was deflecting and delaying, and I was brought in to assist and assess. The first thing I noticed is that the app was pretty good ... a bit overthought, arguably with overuse of inheritance perhaps but this guy was a newly-minted dev working on his first real-world project (but at least it was greenfield). The second thing I noticed is that it had not been compiled in at least the past couple of months, which means it hadn't been tested. I compiled it and there were a handful of syntax errors and the like. Cleaned those up, ran some tests, and it was actually working. When I asked the dev why it hadn't been compiled he reacted in horror ... he did not like compiler errors, he said, and he always makes everything perfect before compiling his code. Long story short, they had a working product less than 2 weeks after I came on board. I tried to show the kid how to work in a real-world business environment, how to not let the perfect be the enemy of the good, etc., but he was having none of it. He quit in protest and went back to graduate school at some other university in another state and for all I know, all these years later is still doing perfect ivory tower theoretical work somewhere. I went on to specialize in the industry and have rewritten that system three times for four different companies in the past 25 years. So this kid was probably on the spectrum or suffering from OCD or both, but the reason doesn't matter so much as that he had actually created a credible system that was nearly production ready, but was unable to pull the trigger on it, just like the guy in the OP's story. I think the term of art for this is "approach avoidance". Some people are terrified of actually releasing their work into the big wild messy world. And it's probably more common in our craft than in many others because being compulsive and perfectionist is both an advantage and a disadvantage. It attracts perfectionists to the work but puts them off actually finishing it.

                            A Offline
                            A Offline
                            Amarnath S
                            wrote on last edited by
                            #50

                            Bob Grommes wrote:

                            he did not like compiler errors

                            Looks like he relied on a built-in compiler in his head. :-)

                            1 Reply Last reply
                            0
                            • K KurtPW

                              My degree is in filmmaking. I am self taught. The best developer I work with has no IT degree. Two of the best hires I have made over the years had fresh degrees with ink still wet and no experience - and both knock it out of the park every day. I respect the work it takes to earn those degrees, but "getting it done" is all that really matters in the long run.

                              E Offline
                              E Offline
                              englebart
                              wrote on last edited by
                              #51

                              And receiving a degree (any degree) is just one form of proof that “you can get it done/complete something”. I had a very smart roommate whose motto was “College is four years of bulls**t. If you can put up with this, you can put up with a job.”

                              1 Reply Last reply
                              0
                              • C charlieg

                                okay, that was funny :doh: ;P

                                Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.

                                E Offline
                                E Offline
                                englebart
                                wrote on last edited by
                                #52

                                Thanks for pointing out the joke. I was thinking “Must be a bad WIFI connection in the loo”

                                1 Reply Last reply
                                0
                                • Greg UtasG Greg Utas

                                  What surprises me is that someone who can write some of the best code you've ever seen didn't recognize his own ability. Perhaps he's among the apparently not-so-small group that are high performers yet secretly believe that they're actually incompetent and that their world will come crashing down once people realize it.

                                  Robust Services Core | Software Techniques for Lemmings | Articles
                                  The fox knows many things, but the hedgehog knows one big thing.

                                  M Offline
                                  M Offline
                                  Matt Bond
                                  wrote on last edited by
                                  #53

                                  Having imposter syndrome is real possibility, though this would seem to be an extreme case. Maybe they had mental health issues, a nervous breakdown, a family/non-work-related issues of an emergency nature, or a mob hit-man was coming after him. We have no idea what was going on inside his head at the time.

                                  Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                                  1 Reply Last reply
                                  0
                                  • B BernardIE5317

                                    thank you for that fascinating story . would it be possible to elaborate re/ the beautiful code . perhaps a few examples . i am eager to learn . on the occassion of an interview i informed the interviewer i attempt to make my code "pretty" . he almost laughed . perhaps i should have said "beautiful" .

                                    M Offline
                                    M Offline
                                    Matt Bond
                                    wrote on last edited by
                                    #54

                                    "Pretty" and "beautiful" are ambiguous when talking about code. It could mean that you make the text easy to read (align curly braces, consistent indentation and capitalization, style enforcing, etc.), or it could mean that you remove all code smells, make code easy to maintain, and appropriately comment your code. I require my developers to write pretty code in both senses of the term. It's just easier for everyone else to look at and understand what they did. I highly encourage use of auto-formatters prior to check-in.

                                    Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                                    B 1 Reply Last reply
                                    0
                                    • M Matt Bond

                                      "Pretty" and "beautiful" are ambiguous when talking about code. It could mean that you make the text easy to read (align curly braces, consistent indentation and capitalization, style enforcing, etc.), or it could mean that you remove all code smells, make code easy to maintain, and appropriately comment your code. I require my developers to write pretty code in both senses of the term. It's just easier for everyone else to look at and understand what they did. I highly encourage use of auto-formatters prior to check-in.

                                      Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                                      B Offline
                                      B Offline
                                      BernardIE5317
                                      wrote on last edited by
                                      #55

                                      my meaning of "pretty" / "beautiful" is hopefully in the highest sense . thus no ambiguity . i attempt to write code which another developer can understand w/ ease . apparently i fail as i am surprised i myself have difficulty understanding my own code after some duration . though on one occasion a job interview i seem to have succeeded as i was informed my solution to the assigned problem was the only one which required no assistance for the interviewer's programming assistant to understand . i was not offered the job .

                                      M 1 Reply Last reply
                                      0
                                      • B BernardIE5317

                                        my meaning of "pretty" / "beautiful" is hopefully in the highest sense . thus no ambiguity . i attempt to write code which another developer can understand w/ ease . apparently i fail as i am surprised i myself have difficulty understanding my own code after some duration . though on one occasion a job interview i seem to have succeeded as i was informed my solution to the assigned problem was the only one which required no assistance for the interviewer's programming assistant to understand . i was not offered the job .

                                        M Offline
                                        M Offline
                                        Matt Bond
                                        wrote on last edited by
                                        #56

                                        Sounds like they already had someone in mind and were just required to do interviews to prove no favoritism. Unless there were red flags during the process, I would have hired you in a heartbeat if you were the only one to do that.

                                        Bond Keep all things as simple as possible, but no simpler. -said someone, somewhere

                                        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