• 0 Posts
  • 15 Comments
Joined 10 months ago
cake
Cake day: November 10th, 2023

help-circle

  • No. It’s not a magic invisibility field inside. It’s a magic object that works only on living “intelligent” creatures. It also doesn’t work the same on different races. Only humans (hobbits are a subtype of human in Tolkiens lore) turn invisible. And because it’s magic it also turns their clothing etc invisible. So either Frodo and his poop is invisible or nothing is.









  • groet@feddit.detoFirefox@lemmy.mlWhy I use Firefox
    link
    fedilink
    arrow-up
    4
    ·
    7 months ago

    Chrome doesn’t care about closing html tags. If they are mising the document is invalid but chrome will render it anyway and just add the closing tag where it thinks it should be.

    At the other end, Firefox goes beyond the standard and will block certain connections that should be allowed by the fetch standard (the setting to disable that is called enhanced tracking protection).

    So chrome allows things things it shouldn’t while Firefox blocks some it shouldn’t


  • They sometimes buy keys using stolen credit cards. When the fraud is found out, the banks will request the money from the developer. They in turn often don’t have a way to lock the fraudulent key, so it remains valid.

    The costs for the initial bank transfer, plus the time invested in returning the money to the credit card holder are payed by the developer.

    The key reseller has a 100% profit margin, the customer has a valid and cheap game key, and the developer actually lost time and money.


  • groet@feddit.deto196@lemmy.blahaj.zonebactirule
    link
    fedilink
    arrow-up
    22
    ·
    7 months ago

    The cells of your body are part of you. They share the same DNA and descend from the same cell (the fertilized egg) and depend on each other to stay alive. However there are more gut bacteria inside of you than there are cells of yourself (they are a lot smaller than human cells). And they are not related to you. So you could reincarnate as a gut bacteria of somebody else


  • its a lot more readable if you replace the : with any other function name

    fork() {
         fork | fork &
    };
    fork
    

    define a funktion called fork, which calls itself twice (call once, pipe ( “|” ) the result to the same function again which is run in a new thread in the background ( “&” )). Then call the newly defined function. The : is used to make it look more like emoji.