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

help-circle










  • Rednax@lemmy.worldtoScience Memes@mander.xyzBird
    link
    fedilink
    English
    arrow-up
    30
    arrow-down
    1
    ·
    2 months ago

    I looked it up, and bread has about double the amount of carbs as cooked rice, which is probably what is making bread bad.

    Probably a rice-only diet would also be bad for them, but nobody brings them tons and tons of rice, while everyone throws them a ton a bread.






  • Rednax@lemmy.worldtoScience Memes@mander.xyzPLASTICMAXXING
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    3 months ago

    Huh, I thought that they only filtered your blood when donating plasma, hence the PFAS could simply be returned to you. But I have to admit that I’m far from an expert on this matter.

    Either way, we kinda have returned to bloodletting being a reasonable medical approach.



  • But how does the Rust compiler do that? What does it actually check? Could I write a compiler in C that does this check on a piece of Rust code?

    C is so simplictic, that if I can write a piece of functionality in C, I must understand its inner workings fully. Not just how to use the feature, but how the feature works under the hood.

    It is often pointless to actually implement the feature in C, since the feature already has a good implementation (see the Rust compiler for the memory safety). But understanding these features, and being able to mentally think about what it takes in C to implement them, is still helpfull for gaining an understanding of the feature.