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/)AN
Posts
0
Comments
406
Joined
2 yr. ago

  • Create a table of checkboxes with the rule 110 CSS applied.
    Translate your program to a rule 110 program and put it in the top row of the table.
    Advance the computation by checking the marked (orange in the example) checkboxes row by row.

    Example

  • This, unfortunately, means that semicolons are often inserted in places where you were not expecting them

    example:

     
        
    ()=>{
      return {k:"v"}; // returns the object
    }
    ()=>{
      return      // returns undefined 
        {k:"v"};  // unreachable 
    }
    
    
      

    so the advice is to always include them manually yourself so that you are never unpleasantly surprised.

    The example will be unpleasantly surprising, no matter where you put semicolons.

  • To all the veggie haters:

    Broccoli recipe:

    1. Fry broccoli with paprika and small pieces of meat or tofu in a pan until brown.
    2. Add water and seasonings.
    3. Steam to desired hardness.
    4. Serve with rice or couscous.

    Cauliflower recipe:

    1. Make brown butter by heating up butter and adding breadcrumbs to soak it up.
    2. Serve it on enough steamed cauliflower to justify the amount of brown butter you are about to eat.
  • It depends on the coalition that gets formed, does the conservative party go with the center left party for 4 years of stagnation or break their word and work with the fat right.
    They have done the later already on emigration, passing a non-binding resolution (with only one conservative vote against) and narrowly losing on the second round because their own members of parlament didn't show up to vote.

  • But that is reasonable. You can edit text better and decide what information goes in it (emotions, surroundings, ...). Also text is compatible with other technologies, especially search.

  • It does in modern designs, the first time it happened was in 1952.

    To quote Wikipedia:

    The first thermonuclear weapon detonation, where the vast majority of the yield comes from fusion, was the 1952 Ivy Mike test of a liquid deuterium-fusing device.

    https://en.m.wikipedia.org/wiki/Nuclear_fusion

  • Why is the second guaranteed to be smaller?
    We know how nuclear bombs work. The majority of the energy comes from nuclear fusion, a highly exothermic process, that can (in the foreseeable future) only be used in bombs.
    If we don't need to drop the bomb, but rather assemble it in place, it can just use deuterium as a fusion fuel. Deuterium can be distilled from normal water for much less energy that it generates in fusion.

    Edit: mixed up fusion and fission in the first statement