Recent content by Linguofreak

  1. L

    Humor Random Comments Thread

    Watch me. In other news, the Royal Mint tells us that to buy one ounce of sterling silver, you need 57.88 pounds sterling. I smell a rat. 😝
  2. L

    Humor Random Comments Thread

    By a beautiful coincidence, the liquid range of water at 1 atm spans exactly π radians Fahrenheit.
  3. L

    Humor Random Comments Thread

    If Switzerland were teleported to the equator, would we call it die Schweiß?
  4. L

    gcc error diagnostics

    As I've said, I managed to get the full expansion of the macros in question, and everything looked correct, so I was looking for the actual number that the compiler was evaluating the fully expanded macro to. It turned out that I was misevaluating the order of operations when I looked at the...
  5. L

    gcc error diagnostics

    I hadn't tried that option, but don't errors in compilation prevent any code from being generated? But whether or not any code is generated, the compiler has to compute the case values to determine that they duplicate each other, so in principle it should be able to tell you what those are...
  6. L

    gcc error diagnostics

    Does anyone know how to get gcc to output the actual numerical value it's evaluating for a "duplicate case value" error? I've got a whole bunch of #defines establishing compile time constants that are being bitwise logicked around into other compile time constants, and somehow a bit is being...
  7. L

    Humor Random Comments Thread

    Just what I was thinking...
  8. L

    News NASA's Future: The News and Updates Thread

    Abbot isn't a Senator, he's governor. Sen. Cornyn, however, is involved with the idea.
  9. L

    News NASA's Future: The News and Updates Thread

    The nasty bit here is that the Smithsonian is, like the Post Office, a weird amalgam of private corporation and federal department. Its board is selected entirely by the federal government, including VPOTUS and CJOTUS holding positions ex-officio, and the Speaker of the House and President pro...
  10. L

    Humor Random Comments Thread

    Two 🦆ing thirds??? DB had more delays than would have been ideal when I did my year abroad in Cottbus back in '09/10, but 2/3 is, as I heard one unhappy traveler scream when a delay was announced back then, "zum kotzen".
  11. L

    Lunar elevation maps: next generation

    I'm not seeing that martins has made any posts to OF since 2023...
  12. L

    Humor Random Comments Thread

    Me: "I wonder what characters I need to escape in commands/config files/source files for this program/language, and can I precautionarily escape things, or can I only escape characters that require escapes?" Most programs: A Google search to the effect of "XYZ config file escape characters"...
  13. L

    Humor Random Comments Thread

    Is it the language that's arcane, or is it the culture; the assumptions about hardware capability best practices, etc.
  14. L

    Humor Random Comments Thread

    "To be or not to be, that is the question!" Calculating... Please wait... 0x2B | !(0x2B) = 0x2B | 0xD4 = 0xFF "255, that is the answer."
  15. L

    Humor Random Comments Thread

    Just discovered the C comma operator and took massive psychic damage... 🤮 Even worse, I discovered it used in the most confusing way possible in code written by a huge name in computer science that ought to have known better. 🤮🤮🤮
Back
Top