• 0 Posts
  • 216 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • I really enjoy programming, but generally I dislike cooking. I just want to eat, not spend time preparing to eat.

    My experience with cooking has been that because I don’t do it enough, I’m constantly dealing with food expiration dates and having to plan carefully around them.

    In comparison, I’ve got some servers that have been running maintenance free for 5+ years. (Probably not the most secure thing, but meh, I don’t have customers other than myself)

    I think programmers often have hobbies that are more physical though. For me, I like working on my car because turning bolts and working with my hands lets my brain turn off for a while. I could see cooking and following a recipe being in the same category for others.


  • xthexder@l.sw0.comtoScience Memes@mander.xyzTrick OR Treat
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 days ago

    I had to double-take since in Python a common alternative to trick ? treat : notreat is (trick and treat) or notreat

    But I don’t think this translates to overlapping circles very well. “trick implies treat” is only defined inside the trick circle, outside is undefined if treat is true or not.

    I’m not going to draw a diagram, but here’s the “truth table” for A implies B:

    A, B, A -> B
    N, N, undefined
    N, Y, undefined
    Y, N, false
    Y, Y, true
    


  • xthexder@l.sw0.comtoScience Memes@mander.xyzHalf as Hot
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    9 days ago

    People don’t use Kelvin when referring to seasons. Sure, there’s plenty of ambiguity if someone says it’s 32° out without specifying the units, and you can infer from context, but that has nothing to do with Kelvin starting at absolute zero. Saying “degrees” immediately rules out Kelvin as a unit.



  • xthexder@l.sw0.comtoScience Memes@mander.xyz...
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 days ago

    I’d agree for the result to be useful to society, the science should be published. But science can still be useful to an individual without sharing. I use the scientific method regularly in my daily life for mundane things, and often it’s just not worth the time to communicate to others because the situation is unique to me. I write it down for myself later, which doesn’t make the science any less valid.


  • xthexder@l.sw0.comtoScience Memes@mander.xyz...
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 days ago

    I’d argue the scientific method does not have to include multiple people at all. All it is, is the process of coming up with a hypothesis, designing an experiment to check that hypothesis, and then repeating while trying to control for external factors (like your own personal bias). You can absolutely do science on your own.

    The broader field of academia and getting scientific papers published is more of a governance thing than science. You can come up with better hypotheses by reviewing other people’s science, but that doesn’t mean when a flat earther ignores all current consensus and does their own tests that it isn’t still science.



  • If you look at how Gorillas kind of walk around on their fists, it definitely makes sense that there’s some evolutionary benefit to the knuckle shape. It doesn’t have to be related to hitting things either. It’s easiest to support yourself with a straight wrist, like if you’re holding a branch, vs putting your palm flat is a lot more stress on your wrist.


  • Fuck farming. It’s a dirty industry.

    That’s kind of a wild takeaway… Personally I like not having to grow my own food. And a huge amount of efficiency is gained with large scale farming compared to small farms or personal growing.

    Unsustainable subsidies aren’t okay, and we should strive for more environmentally friendly farms, but farming itself is not one of our problems.



  • xthexder@l.sw0.comtoScience Memes@mander.xyzHow to impress the honey
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    21 days ago

    The first computers took up entire rooms and they could only do about as much as a calculator. There was a point in time that having a computer do multiplication and long division for you saved you hours of time because the alternative was have 2 or 3 people do it by hand and then compare to check for mistakes.

    Some of the code cracking computers used for breaking war-time ciphers were state of the art, and their only job was to check as many combinations as possible, way faster than any human could. Which left the actual scientists to find optimizations and analyze any results.



  • Honestly the best thing about FOSS is that money isn’t driving all the decisions. Most open-source projects are built because the dev just wants to build something cool or useful, or they’re trying to solve specific problems. Most individual devs don’t really care if their user count goes up every quarter.
    Personally I’ve been maintaining a chrome extension for about 10 years, and it’s sat happily with about 7000 users that entire time. I built it because I wanted to use it, and I’ve declined several offers to buy the extension and monetize it.