• 0 Posts
  • 145 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle

  • Neither do the two gravity wells the stick spans. And the earth and moon are moving relative to each other, someone would probably get their head knocked off by that stick. Before it eventually falls to the earth with quite a bit of force because earth’s gravity well will win. Then it’ll eventually settle into a giant teeter totter, assuming it is rigid enough to survive the impact.



  • He punched a guy in 2015 over available food options, which got him fired from BBC. His popularity didn’t take that much of a hit from this incident despite him clearly being in the wrong (Hammond and May both left BBC with him and they started a new show The Grand Tour, which wasn’t as popular as Top Gear, but was still popular.

    Then, in 2022, he wrote an opinion piece for the Sun about how much he hates Megan Merkle and included a bit where he said she should be paraded naked through the town. Amazon decided to not start any new projects with him after this, though they continued with the plans to wind down The Grand Tour which had already been established.

    He’s got a farming show now, so he wasn’t cancelled over this, despite burning some bridges.


  • There was an observatory that was picking up these mysterious spikes in radiation that they couldn’t explain. They thought it might be something new but couldn’t see any events on other spectrums that would go along with this random event.

    Eventually they figured out that the spikes were caused by people opening the microwave in the break room while it was still going.

    So I don’t do that anymore after hearing that story.


  • That’s the worst when your cycle time is very long. You fix a bug in the code, start your test running again and come back to check the next day only to see the exact same bug again and might think that your fix didn’t work and something more esoteric is going on (“maybe it’s a compiler or hardware bug!” (It almost never is)).

    Then you add a bunch of debug prints to really get a good idea of what’s going on and rerun the test. Either you remembered to save and suddenly the mystery bug is gone because the fix is still in the code. Or maybe you forgot to save again and now it looks like it’s not even reaching any of the code you added the prints to.


  • Thing is, if it just guesses what you meant instead of sticking to the standard, you can end up with ambiguous meanings. Like what if you forgot a character that wasn’t a semicolon but inserting a semicolon would turn it into valid code?

    Like:

    x = y z++;

    Inserting a semicolon would turn that into set x to the value of y and then increment z. But maybe the line is missing a plus instead of a semicolon and the intent was to set x to y plus z and then increment z.

    It’s a pain but strict syntax helps avoid frustrating to debug bugs.

    Taking it a step even further, you can make your code more robust by treating warnings similarly to errors. Even though the general cases usually still work despite warnings, they are great for avoiding edge cases that can also be difficult to debug. At least if you take the time to understand what the warning is really about and don’t just google “how to get rid of warning x” and add some casts or something you don’t understand to make the message go away.




  • Buddahriffic@lemmy.worldtoProgrammer Humor@lemmy.mlLearn to code
    link
    fedilink
    arrow-up
    28
    arrow-down
    2
    ·
    1 month ago

    Yeah, that’s something a shitty developer who is bad at debug would say.

    Bugs frustrate me more because I can often guess at why they are happening and how to fix them but can’t just apply the fix myself. Even more frustrating when there’s an update and I’ll think, “oooh maybe they finally fixed that annoying bug!” and then see it again shortly after installing the update.


  • Was doing some woodworking with the big power tools my dad had set up in the basement. First time using the table saw, I start my cut and realize the blade wasn’t high enough and wasn’t cutting through the whole piece of wood. I knew that I couldn’t let go of the wood while the machine was running, or it would become a projectile.

    So I turned it off and immediately let it go, turning it into a projectile because the blade was still spinning. Luckily it only caught the back of my finger, though it left a scar.




  • No, you must go back and tell him that the moon moves at a very predictable rate and once you get close enough it will even pull you in.

    Also I’m pretty sure the ISS moves a lot faster than the moon but we still manage to dock spacecraft with it. I’m pretty sure it’s a bit smaller than the moon and docking can require higher precision than landing on a surface. Even Boeing managed to do it.


  • Though even in that case, I’d consider water consumed to be covered under “food”.

    The only exceptions I can think of are from gaining mass from things other than what you eat. Like tar buildup from smoking, snorting or injecting various substances, boffing something (I think that’s what it’s called… Up the butt instead of out the butt), things sticking to your skin, absorbing through the skin, or bugs/aliens laying eggs inside you. Maybe getting possessed by a ghost, if ghosts have mass. But I don’t think all of those combined would even come close to a single meal, other than extreme cases.

    I was curious and looked into how much mass the average adult loses through breathing, and apparently it’s at least about 69g (at rest, if you are metabolizing fat).



  • Buddahriffic@lemmy.worldtoMemes@lemmy.mlGod's Plan
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    Yeah, that last one is my preferred one. Who knows if it’s true or not, but if I could pick which one was true, I’d pick that one. I think it would have the best combination of getting all questions answered while also being able to keep existence interesting. It’s a way to be immortal without regretting it, if mortality even applies to whatever we really are that is experiencing all of this.

    I wonder if there were eons of boredom before the possibly even occurred and if there will be eons more of boredom after the one ends. Or if there’s simultaneously a multitude of planets with life that we can experience. Maybe even a multitude of universes to experience life on.

    Going really far with the idea, there’s a possibility that all fiction and creative storytelling is actually a part of us just recounting something that happened to other parts of us in places with similar rules or very different ones.

    Like infinite monkeys in infinite universes with infinite laws of physics and infinite definitions of “monkey” playing out every possible permutation of every possible existence.


  • Buddahriffic@lemmy.worldtoMemes@lemmy.mlGod's Plan
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    A few more:

    Delta, there is a god and he’s good because nothing in this reality really matters, it’s just a test (for us) or experiment (that we are a part of).

    Five) after being more hands on in the old times, and trying many different things, god decided to try again elsewhere and just lets shit play out as it will here.

    六> We are god experiencing a reality as lesser beings because it gets boring being all powerful and knowing. Any godly effects are done for entertainment purposes rather than making things better or worse.


  • That’s pretty smart, using it for legal documents. If the accuracy is high, it might be nice to just copy paste any tos or whatever to get the highlights in plain language (which imo should be a legal requirement of contracts in general, but especially ones written by a team of bad faith lawyers intended for people they don’t expect to read it and deliberately written to discourage reading the whole thing).