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. My Personal Hell

My Personal Hell

Scheduled Pinned Locked Moved The Lounge
questioncss
31 Posts 22 Posters 7 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 Russell Jones

    I have never had this happen to me. All my code is always optimum. In fact, without fail, my code uses negative processor cycles thus making the machine run faster the harder my applications are run ;-)

    M Offline
    M Offline
    Media2r
    wrote on last edited by
    #17

    ;P [Insert Large Hadron Collider joke here] //L

    1 Reply Last reply
    0
    • M Media2r

      Okay, let me start by stating that while I consider myself "proficient" within the programming and scripting technologies I am familiar with, I would in all likelihood be at the lower end of the food chain at any given programmers conference. Nonetheless, consideing the collective brain trust in here I figured I'd raise a question; Have any of you experienced feeling immense joy in accomplishing a feat that is on the very edge of your programming capabilities, only to feel shame and/or irritation when revisiting the same piece of code a short while later - in the realisation that said code could be written to run n times faster, or utilizing r times less resources? Happens to me frequently. So many times have I revisited code I wrote but a few weeks earlier, only to think "what drugs was I on while writing this crap???". Frustrating. //L

      R Offline
      R Offline
      Russell Jones
      wrote on last edited by
      #18

      Seriously I think this will always happen as the brain is always working out better ways of doing things even after you have completed the task. So if you go back to something a while after the brain will almost always have dreamt up a better way of achieving the same goal.

      1 Reply Last reply
      0
      • R Rajesh R Subramanian

        I feel your pain. :)

        “Follow your bliss.” – Joseph Campbell

        M Offline
        M Offline
        Media2r
        wrote on last edited by
        #19

        Although the sentiment is much appreciated, I doubt it - I've got an inflammation on my jaw the size of Nebraska today. Every heartbeat feels like someone kicking me in the face. :sigh: //L

        R F G B 4 Replies Last reply
        0
        • R Russell Jones

          I have never had this happen to me. All my code is always optimum. In fact, without fail, my code uses negative processor cycles thus making the machine run faster the harder my applications are run ;-)

          J Offline
          J Offline
          John M Drescher
          wrote on last edited by
          #20

          :laugh:

          John

          1 Reply Last reply
          0
          • M Media2r

            Although the sentiment is much appreciated, I doubt it - I've got an inflammation on my jaw the size of Nebraska today. Every heartbeat feels like someone kicking me in the face. :sigh: //L

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #21

            Probably someone is actually kicking you in the face? You might want to double check if your manager is around. :)

            “Follow your bliss.” – Joseph Campbell

            1 Reply Last reply
            0
            • R Russell Jones

              I have never had this happen to me. All my code is always optimum. In fact, without fail, my code uses negative processor cycles thus making the machine run faster the harder my applications are run ;-)

              R Offline
              R Offline
              Rajesh R Subramanian
              wrote on last edited by
              #22

              Russell Jones wrote:

              my code uses negative processor cycles thus making the machine run faster the harder my applications are run

              That reminds me of the april fool prank blog post on an msdn page which described about an "improvement" to the Sleep() command such that it accepts negative values. :laugh:

              “Follow your bliss.” – Joseph Campbell

              1 Reply Last reply
              0
              • M Media2r

                Although the sentiment is much appreciated, I doubt it - I've got an inflammation on my jaw the size of Nebraska today. Every heartbeat feels like someone kicking me in the face. :sigh: //L

                F Offline
                F Offline
                Flynn Arrowstarr Regular Schmoe
                wrote on last edited by
                #23

                Check your boss' office for voodoo dolls? :-\ Flynn

                1 Reply Last reply
                0
                • M Media2r

                  Okay, let me start by stating that while I consider myself "proficient" within the programming and scripting technologies I am familiar with, I would in all likelihood be at the lower end of the food chain at any given programmers conference. Nonetheless, consideing the collective brain trust in here I figured I'd raise a question; Have any of you experienced feeling immense joy in accomplishing a feat that is on the very edge of your programming capabilities, only to feel shame and/or irritation when revisiting the same piece of code a short while later - in the realisation that said code could be written to run n times faster, or utilizing r times less resources? Happens to me frequently. So many times have I revisited code I wrote but a few weeks earlier, only to think "what drugs was I on while writing this crap???". Frustrating. //L

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #24

                  Media2r wrote:

                  So many times have I revisited code I wrote but a few weeks earlier, only to think "what drugs was I on while writing this crap???"

                  Of course, but the fact that you can recognize that is wonderful! I wouldn't beat yourself up about it. Anytime you create something, you do the best you can, then as time goes on and you critique your own work, learn new skills and techinques, when you go back, you'll see the flaws of your previous work. It's perfectly normal. Marc

                  Will work for food. Interacx

                  I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner

                  1 Reply Last reply
                  0
                  • M Media2r

                    Although the sentiment is much appreciated, I doubt it - I've got an inflammation on my jaw the size of Nebraska today. Every heartbeat feels like someone kicking me in the face. :sigh: //L

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

                    So... what did you do to piss off Chuck Norris?

                    Software Zen: delete this;

                    B 1 Reply Last reply
                    0
                    • M Media2r

                      Okay, let me start by stating that while I consider myself "proficient" within the programming and scripting technologies I am familiar with, I would in all likelihood be at the lower end of the food chain at any given programmers conference. Nonetheless, consideing the collective brain trust in here I figured I'd raise a question; Have any of you experienced feeling immense joy in accomplishing a feat that is on the very edge of your programming capabilities, only to feel shame and/or irritation when revisiting the same piece of code a short while later - in the realisation that said code could be written to run n times faster, or utilizing r times less resources? Happens to me frequently. So many times have I revisited code I wrote but a few weeks earlier, only to think "what drugs was I on while writing this crap???". Frustrating. //L

                      E Offline
                      E Offline
                      Ennis Ray Lynch Jr
                      wrote on last edited by
                      #26

                      I write business software, trust me, you want the spit. (Will anyone get the reference)

                      Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                      1 Reply Last reply
                      0
                      • M Media2r

                        Okay, let me start by stating that while I consider myself "proficient" within the programming and scripting technologies I am familiar with, I would in all likelihood be at the lower end of the food chain at any given programmers conference. Nonetheless, consideing the collective brain trust in here I figured I'd raise a question; Have any of you experienced feeling immense joy in accomplishing a feat that is on the very edge of your programming capabilities, only to feel shame and/or irritation when revisiting the same piece of code a short while later - in the realisation that said code could be written to run n times faster, or utilizing r times less resources? Happens to me frequently. So many times have I revisited code I wrote but a few weeks earlier, only to think "what drugs was I on while writing this crap???". Frustrating. //L

                        J Offline
                        J Offline
                        Jamie Nordmeyer
                        wrote on last edited by
                        #27

                        If you're a good programmer, it happens far too often. ;) It means that you're learning and growing as a developer.

                        Jamie Nordmeyer
                        Portland, Oregon, USA
                        http://www.feralcodemonkies.com

                        1 Reply Last reply
                        0
                        • D Dalek Dave

                          All the time, but I am starting on a low base line! :)

                          ------------------------------------ No Good Deed Goes Unpunished Clare Boothe Luce

                          R Offline
                          R Offline
                          Roger Wright
                          wrote on last edited by
                          #28

                          Dalek Dave wrote:

                          I am starting on a low base line!

                          Sounds like my last performance review: "Sets low goals, but consistently fails to acheive them."

                          "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                          J 1 Reply Last reply
                          0
                          • M Media2r

                            Although the sentiment is much appreciated, I doubt it - I've got an inflammation on my jaw the size of Nebraska today. Every heartbeat feels like someone kicking me in the face. :sigh: //L

                            B Offline
                            B Offline
                            B rad A
                            wrote on last edited by
                            #29

                            Media2r wrote:

                            I've got an inflammation on my jaw the size of Nebraska

                            Hey now, no bashing on us Nebraskans here ;P

                            1 Reply Last reply
                            0
                            • G Gary Wheeler

                              So... what did you do to piss off Chuck Norris?

                              Software Zen: delete this;

                              B Offline
                              B Offline
                              B rad A
                              wrote on last edited by
                              #30

                              Gary Wheeler wrote:

                              So... what did you do to piss off Chuck Norris?

                              He made eye contact :laugh:

                              1 Reply Last reply
                              0
                              • R Roger Wright

                                Dalek Dave wrote:

                                I am starting on a low base line!

                                Sounds like my last performance review: "Sets low goals, but consistently fails to acheive them."

                                "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                                J Offline
                                J Offline
                                Jorgen Sigvardsson
                                wrote on last edited by
                                #31

                                Glowing review. Did you and the boss have a beer later on? :D

                                -- Kein Mitleid Für Die Mehrheit

                                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