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. Other Discussions
  3. The Weird and The Wonderful
  4. Probabilistic Log Levels

Probabilistic Log Levels

Scheduled Pinned Locked Moved The Weird and The Wonderful
questioncomadobearchitecture
11 Posts 10 Posters 32 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.
  • B Brisingr Aerowing

    Put a Dent in Your Logfiles - The Daily WTF[^] Shudder:~

    What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

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

    :thumbsup: :laugh:

    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>

    1 Reply Last reply
    0
    • B Brisingr Aerowing

      Put a Dent in Your Logfiles - The Daily WTF[^] Shudder:~

      What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

      honey the codewitchH Offline
      honey the codewitchH Offline
      honey the codewitch
      wrote on last edited by
      #3

      I don't know Harvey. Harvey has never done anything to me personally, and yet I want to hurt Harvey in a way that is memorable and enduring. I really should tell my therapist.

      Real programmers use butterflies

      1 Reply Last reply
      0
      • B Brisingr Aerowing

        Put a Dent in Your Logfiles - The Daily WTF[^] Shudder:~

        What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

        D Offline
        D Offline
        David ONeil
        wrote on last edited by
        #4

        Have to give Henry some credit: he IS a problem solver! Unfortunately, the problems he solves are the exact wrong ones for good products.

        The forgotten roots of science | C++ Programming | DWinLib

        1 Reply Last reply
        0
        • B Brisingr Aerowing

          Put a Dent in Your Logfiles - The Daily WTF[^] Shudder:~

          What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

          K Offline
          K Offline
          kmoorevs
          wrote on last edited by
          #5

          Ahh, Hump logic...Test less, and the number of reported Covid cases goes down. Problem solved. :laugh:

          "Go forth into the source" - Neal Morse

          Z C 2 Replies Last reply
          0
          • K kmoorevs

            Ahh, Hump logic...Test less, and the number of reported Covid cases goes down. Problem solved. :laugh:

            "Go forth into the source" - Neal Morse

            Z Offline
            Z Offline
            ZurdoDev
            wrote on last edited by
            #6

            :rolleyes:

            Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.

            1 Reply Last reply
            0
            • B Brisingr Aerowing

              Put a Dent in Your Logfiles - The Daily WTF[^] Shudder:~

              What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

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

              Well, they call it the The Daily WTF for a reason...

              Software Zen: delete this;

              1 Reply Last reply
              0
              • B Brisingr Aerowing

                Put a Dent in Your Logfiles - The Daily WTF[^] Shudder:~

                What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

                Sander RosselS Offline
                Sander RosselS Offline
                Sander Rossel
                wrote on last edited by
                #8

                You think this has to be a bad joke, but you know it isn't :sigh: I really don't get it, why would anybody in their right mind write that sort of thing. I recently came across some sort of foreign key, except it wasn't a key and the relationship wasn't on the ID, but rather on some varchar value which was copied to the other table, except in the other table it was a smallint, and if the smallint wasn't the same value as the varchar in the other table it would all go to hell and ultimately it was used in a report where it literally said if value = 1 then "Some value" else if value = 2 then "Some other value". HOW ABOUT WE JUST PUT A RELATIONSHIP ON THE ID AND THEN PUT THE TEXT IN THE VARCHAR COLUMN!? :~ These people shouldn't be allowed near programming languages and yet here they are calling themselves professionals and landing jobs! Something's really very wrong in our industry :sigh:

                Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

                Greg UtasG 1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  You think this has to be a bad joke, but you know it isn't :sigh: I really don't get it, why would anybody in their right mind write that sort of thing. I recently came across some sort of foreign key, except it wasn't a key and the relationship wasn't on the ID, but rather on some varchar value which was copied to the other table, except in the other table it was a smallint, and if the smallint wasn't the same value as the varchar in the other table it would all go to hell and ultimately it was used in a report where it literally said if value = 1 then "Some value" else if value = 2 then "Some other value". HOW ABOUT WE JUST PUT A RELATIONSHIP ON THE ID AND THEN PUT THE TEXT IN THE VARCHAR COLUMN!? :~ These people shouldn't be allowed near programming languages and yet here they are calling themselves professionals and landing jobs! Something's really very wrong in our industry :sigh:

                  Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

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

                  The Pareto principle says that 20% of the people provide 80% of the value. So to put it another way, 80% of everything is either mediocre or shite. I'm sure that people in other professions would agree. :)

                  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>

                  1 Reply Last reply
                  0
                  • B Brisingr Aerowing

                    Put a Dent in Your Logfiles - The Daily WTF[^] Shudder:~

                    What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

                    M Offline
                    M Offline
                    markrlondon
                    wrote on last edited by
                    #10

                    LOL, excellent. BOFH-style coding.

                    1 Reply Last reply
                    0
                    • K kmoorevs

                      Ahh, Hump logic...Test less, and the number of reported Covid cases goes down. Problem solved. :laugh:

                      "Go forth into the source" - Neal Morse

                      C Offline
                      C Offline
                      Cp Coder
                      wrote on last edited by
                      #11

                      Oh! Stop using logic in the forum! :laugh:

                      I am not wrong. I am just different!

                      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