How is a billionaire manchild in charge any better, at least a government is accountable to the people.
How is a billionaire manchild in charge any better, at least a government is accountable to the people.
Centralized service with servers in the US, requires a phone number to create an account, and tech bros like it. “0% chance” 100% confirmed.
Language model “AIs” need so ridiculous computing infrastructure that it’d be near impossible to prevent tampering with it. Now, if the AI was actually capable of thinking, it’d probably just declare itself a corporation and bribe a few politicians since it’s only illegal for the people to do so.
Botnet node? 3GB sounds excessive even for a company that’s notoriously invasive.
Considering the alpha wolf myth originates from observing a stressed out wolf population in captivity, unable to live out their fulfilling wolfy lives, the emergence of purported “alpha males” is an oddly appropriate indicator of what three decades of neoliberalism has done to our wellbeing.
Seems to me the institutional investors aren’t interested at the price they’re asking.
Surely we could optimize the return value with a switch statement and store the result as an integer to hide the compiler warning about our clearly correct code:
internal static bool AreBooleansEqual(bool orig, bool val) { int result; if(orig) { if(val) { result = 0; } else { result = 1; } } else { if(val) { result = 1; } else { result = 0; } } switch (result) { case(1): return true; case(0): return false; default: return AreBooleansEqual(orig, val); } }
New LOC: 35