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
403
Joined
2 yr. ago

Permanently Deleted

Jump
  • YES, protesters are freely associating members of the general public, whereas the police are vetted and trained professionals, payed by taxes to "uphold the law".
    They should be held to a higher standard!

  • the reason the bombers were in the open is due to Russian compliance with the START treaty.

    First, Russia suspended it's participation in new START

    Second, are you sure that's a requirement of the treaty?

    The only relevant article I could find is the following (emphasis mine):

    Article X

    1. For the purpose of ensuring verification of compliance with the provisions of this Treaty, each Party undertakes: (a) to use national technical means of verification at its disposal in a manner consistent with generally recognized principles of international law; (b) not to interfere with the national technical means of verification of the other Party operating in accordance with this Article; and (c) not to use concealment measures that impede verification, by national technical means of verification, of compliance with the provisions of this Treaty.
    2. The obligation not to use concealment measures includes the obligation not to use them at test ranges, including measures that result in the concealment of ICBMs, SLBMs, ICBM launchers, or the association between ICBMs or SLBMs and their launchers during testing. The obligation not to use concealment measures shall not apply to cover or concealment practices at ICBM bases or to the use of environmental shelters for strategic offensive arms.

    Looks to me like plane hangars are allowed while the tires on planes that they actually used are illegal as they don't protect against the weather and just exist to fool bad satellite images.

  • Making compostable, non-toxic electronics is hard, so we decided on a harder goal!
    Look we already made a robot out of 30% edible parts (hint its not the electronics), if we linearly extrapolate we will have full edible robots in no time.
    Also eating search and rescue robots? Because the one thing we need in disaster situations, is for the expensive equipment to be single use.

  • If you want to have a library that can also be a standalone executable, just put the main function in an extra file and don't compile that file when using the library as a library.
    You could also use the preprocessor to do it similar to python but please don't.

    Just use any build tool, and have two targets, one library and one executable:

     
        
    LIB_SOURCES = tools.c, stuff.c, more.c
    EXE_SOURCES = main.c, $LIB_SOURCES
    
      

    Edit: added example

  • They don't need to understand it, they just need to ask it a question that refers to it and some surrounding algorithmic structure to create the paradox.
    A well prepared mathematician, skeptical of the functioning of the oracle devices could speak that question in a few minutes.