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/)C
Posts
27
Comments
251
Joined
7 mo. ago

  • This guy is what passes for a historian in my country.

  • Discipline is only for policing "Left-deviations".

  • The Chinese call Trump "the Nation Builder" for a reason.

  • You mean they ensured the same level of cooperation in case of "Maduro's fall" that Maduro was perfectly willing to offer.

    The imperialists want you to believe there was a great betrayal so you don't protest too much when they make another attempt at the regime change.

  • Racial profiling with extra steps.

  • article that manages to misidentify all 4 dogs

    Even more impressive when you look at the dogs and consider that Belka means "Whitey" and Chernushka means "Blackey".

  • "Saying that Ukraine is a Nazi regime" == stating an inconvenient fact.

  • Deleted

    Permanently Deleted

    Jump
  • Third way is liberal speak for "fascism, but good".

  • Wait, you guys study historical documents in your history classes?!

  • In 2018, the city of Shanghai lured Tesla in to build a gigafactory with what seemed like an especially attractive offer. For years, foreign automakers like Ford, GM, Volkswagen, and Toyota had dominated the Chinese car market—the world’s largest—but were required to form joint ventures with Chinese firms for the privilege of doing business in the country. Shanghai told Tesla it could fully own its Chinese operations. Subsidies for land and cheap loans were proffered as well.

    Tesla’s Shanghai gigafactory was completed in 168 days. It quickly became Tesla’s largest in the world. And it was fed by a network of local component suppliers that cropped up around it. The only problem—for Tesla, anyway—was that those local firms eventually became the basis for a Chinese supply chain that supercharged the nascent electric vehicle sector in the country. Nearly overnight, firms like Nio and BYD were producing plug-in cars that could rival Tesla in cost and quality. As with solar, a wave of entrants battled for market share, causing profits to evaporate but giving consumers great choices at excellent prices.

    The Chinese really mastered the art of using capitalist logic to benefit the people consumers.

  • Funniest argument as to why Putin is not a fascist is that if he was, Europe would have no issue "appeasing" him.

  • It's a threat.

  • In recent years, some have replaced Jews with Russians as the villainous characters.

    Apparently, antisemitism is not bad because it's a racist bigotry, it's only bad because Jews are declared a "good" ethnicity (unlike Russians).

  • I think the simplest benevolent example of this is what I call "the newline virus".

    Basically, in most programming languages you represent the newline character inside strings with the escape sequence '\n' (or equivalent), so naively you would expect to see a statement translating '\n' into its ASCII code 10 somewhere in the source code of the compiler, like this:

     
        
    case "\n":
        emit(10);
    
    
      

    but most likely, it will just say something like instead:

     
        
    case "\n":
        emit('\n');
    
      

    That is, the fact that '\n' == 10 is nowhere to be seen!

    You only need the initial version of the compiler to state it explicitly, all future versions can rely on the previous compiler doing the right thing.

  • Even better, some Danish politician was citing their nation's gleeful involvement in US America-led invasions as a reason why it's bad to invade Greenland.

  • Yet another demonstration how "state capitalism" is a meaningless term.

  • Capitalism will commodify everything.

  • I will never forgive Lula for vetoing Venezuela's admission to BRICS.