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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. So there I was...

So there I was...

Scheduled Pinned Locked Moved The Lounge
businessbeta-testingquestion
12 Posts 8 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.
  • P PIEBALDconsult

    minding my own business... crafting another QA question... This is at least the second time that writing the details of what I had tried led me to the answer. :cool: I guess this is kind of a form of rubber-duck debugging. The bad thing in this case is that the answer leads me to suspect that someone upstream of me is messing with the data feed I get. But that can wait for next year.

    S Offline
    S Offline
    Slacker007
    wrote on last edited by
    #3

    PIEBALDconsult wrote:

    But that can wait for next year.

    Don't do today what can be done tomorrow. Words to live by, for sure. :thumbsup:

    P 1 Reply Last reply
    0
    • P PIEBALDconsult

      minding my own business... crafting another QA question... This is at least the second time that writing the details of what I had tried led me to the answer. :cool: I guess this is kind of a form of rubber-duck debugging. The bad thing in this case is that the answer leads me to suspect that someone upstream of me is messing with the data feed I get. But that can wait for next year.

      D Offline
      D Offline
      dandy72
      wrote on last edited by
      #4

      Me and one of my coworkers do that all the time. We'll get stuck on a problem, I'll call him on Teams, or he'll call me, and just the fact that we have to describe the problem will often lead to the answer without the other person ever saying a word. I've also heard it being described as "trying to explain it to your dog". :-) If you understand the problem well enough to do that, you'll probably be able to find your own answer.

      S 1 Reply Last reply
      0
      • S Slacker007

        PIEBALDconsult wrote:

        But that can wait for next year.

        Don't do today what can be done tomorrow. Words to live by, for sure. :thumbsup:

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #5

        "Don't put off for tomorrow what can be put off for the day after tomorrow." -- possibly Mark Twain Edit: In this case, someone else will be replacing my existing SSIS ETL with another technology next year.

        J 1 Reply Last reply
        0
        • D dandy72

          Me and one of my coworkers do that all the time. We'll get stuck on a problem, I'll call him on Teams, or he'll call me, and just the fact that we have to describe the problem will often lead to the answer without the other person ever saying a word. I've also heard it being described as "trying to explain it to your dog". :-) If you understand the problem well enough to do that, you'll probably be able to find your own answer.

          S Offline
          S Offline
          Slacker007
          wrote on last edited by
          #6

          On occasion, over the years, I have actually woken up in the middle of the night, instantly knowing the solution to the problem, as if it was magically planted in my brain. It's the weirdest and strangest thing how that works. Every time, the solution works.

          J C D 3 Replies Last reply
          0
          • S Slacker007

            On occasion, over the years, I have actually woken up in the middle of the night, instantly knowing the solution to the problem, as if it was magically planted in my brain. It's the weirdest and strangest thing how that works. Every time, the solution works.

            J Offline
            J Offline
            JudyL_MD
            wrote on last edited by
            #7

            It's happened to me often enough that I keep a pad and pen on my nightstand, along with a little flashlight so I can write down the solution; the flashlight is so I can do it without waking up the spouse :-D. And you're right -- the idea always handles the problem, be it bug or design conundrum.

            Be wary of strong drink. It can make you shoot at tax collectors - and miss. Lazarus Long, "Time Enough For Love" by Robert A. Heinlein

            1 Reply Last reply
            0
            • S Slacker007

              On occasion, over the years, I have actually woken up in the middle of the night, instantly knowing the solution to the problem, as if it was magically planted in my brain. It's the weirdest and strangest thing how that works. Every time, the solution works.

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

              Happens to me a lot when I'm in the shower. The mind is a wonderful thing.

              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
              • P PIEBALDconsult

                minding my own business... crafting another QA question... This is at least the second time that writing the details of what I had tried led me to the answer. :cool: I guess this is kind of a form of rubber-duck debugging. The bad thing in this case is that the answer leads me to suspect that someone upstream of me is messing with the data feed I get. But that can wait for next year.

                G Offline
                G Offline
                Gary R Wheeler
                wrote on last edited by
                #9

                PIEBALDconsult wrote:

                suspect that someone upstream of me is messing with the data

                I always assume that someone upstream is :elephant:ing with the data, and they're not wearing a condom. Best example: I communicate with a device that routinely returns uninitialized data in its responses. The schmuck responsible for the device code complains that guaranteed and complete initialization makes the code take an extra couple of seconds to start under the debugger :doh: .

                Software Zen: delete this;

                P 1 Reply Last reply
                0
                • P PIEBALDconsult

                  "Don't put off for tomorrow what can be put off for the day after tomorrow." -- possibly Mark Twain Edit: In this case, someone else will be replacing my existing SSIS ETL with another technology next year.

                  J Offline
                  J Offline
                  jmaida
                  wrote on last edited by
                  #10

                  tomorrow is always another tomorrow -- manana

                  "A little time, a little trouble, your better day" Badfinger

                  1 Reply Last reply
                  0
                  • G Gary R Wheeler

                    PIEBALDconsult wrote:

                    suspect that someone upstream of me is messing with the data

                    I always assume that someone upstream is :elephant:ing with the data, and they're not wearing a condom. Best example: I communicate with a device that routinely returns uninitialized data in its responses. The schmuck responsible for the device code complains that guaranteed and complete initialization makes the code take an extra couple of seconds to start under the debugger :doh: .

                    Software Zen: delete this;

                    P Offline
                    P Offline
                    PIEBALDconsult
                    wrote on last edited by
                    #11

                    If it's .net (and I guess it isn't) then test for an attached debugger and act accordingly.

                    1 Reply Last reply
                    0
                    • S Slacker007

                      On occasion, over the years, I have actually woken up in the middle of the night, instantly knowing the solution to the problem, as if it was magically planted in my brain. It's the weirdest and strangest thing how that works. Every time, the solution works.

                      D Offline
                      D Offline
                      dandy72
                      wrote on last edited by
                      #12

                      Same. There's been instances where I got out of bed to scribble some notes, otherwise I know I will have forgotten all about it by morning. Either that or I'll be so worried I'll forget some important detail I can't relax and go back to sleep.

                      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