Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JA
Posts
0
Comments
35
Joined
1 mo. ago

  • This works for both positive and negative numbers:

     
        
    private static bool isEven(int number)
    {
        bool result = true;
    
        while (number < 0)
        {
            number = number - 1;
            if (result == true)
                result = false;
            else
                result = true;
        }
        while (number > 0)
        {
            number = number - 1;
            if (result == true)
                result = false;
            else
                result = true;
        }
        return result;
    }
    
      

    Output:

     
        
    isEven(4) = True
    isEven(5) = False
    isEven(-4) = True
    isEven(-5) = False
    
    
      
  • They do work. It takes some practice to get them though. At first I used a pencil or something to focus on while I made the two dots merge together, stayed focussed on the pencil until my brain "saw" the image behind it, then it sort of locked in and I could take the pencil away. I've done so many of them now that I can just go crosseyed to bring the dots together, then look at the middle picture.

    The 3D image works by tricking your brain into seeing a third image that isn't really there. We're used to constructing 3D images from two slightly different views; we do it all the time, so the two images are slightly different and when overlaid use the same mechanism to make you think it's 3D.

  • An IP address is a 32-bit number, usually expressed as four 8-bit numbers separated by dots. Converting 33333333 to hex we get 01FCA055; splitting that into pairs and converting back to decimal gives 1, 252, 160, 85.

  • Taggart sounds more like maggot than fan-art. Two example pronunciations here, the first closer to the latter but I think the second sounds closer to maggot: https://youtu.be/pb0CEn5YiIQ?t=94

    Seems like an American thing to pronounce it "tag-arrrr-t".

  • My hypothesis is that they hide. So I saturate all the hiding places so they have nowhere left to hide.

    When I buy something known for liking to hide, I buy N of them and place them all in a designated "I've got N of these things" place (P). Then I put 1 in its home. When it hides, I get its replacement. When that hides, same again. When there are none left in P, I buy N more. Eventually they have nowhere left to hide and finding one is easy. Consequently, they stop hiding.

  • Brit here. I'd be happy to accept Dem voters. Fart voters can stay at home and eat their own dogshit. Non-voters too; they knew exactly who FartV1 was and I am genuinely surprised Harris couldn't get in simply on "I'm not Fart". They really thought she'd be worse?

    And for those who get over here by lying about their vote; they incriminate themselves, and will be deported the moment we discover the truth.

  • True. I ordered a book from them last week; it arrived in 2 days. Everywhere else, including Waterstones, was "oh we might be able to get it out the door sometime next year, if we can be arsed" so Amazon got the order.

  • Soon

    Jump
  • Maybe it'd be a good idea to use a word other than death, which is clearly being misinterpreted to mean killing people. "Dissolution of [x]" obviously isn't as snappy, but it's an improvement at least in terms of accuracy of intent.

  • I don't recommend it. I tried increasing my electrolytic capacity once and found some little pills that seemed ideal. I had to eat a lot of them because they were only labelled "microfood" or something like that.

    The hospital staff were all very unprofessional. They all giggled when they discharged me.