![](https://programming.dev/pictrs/image/170721ad-9010-470f-a4a4-ead95f51f13b.png)
They used a macro to make ‘IF’ (which is distinctly not ‘if’) map to ‘while’. So it’s really a while(1) loop, which will repeat forever, or until the program is terminated, whichever comes first.
Someone’s just being silly.
They used a macro to make ‘IF’ (which is distinctly not ‘if’) map to ‘while’. So it’s really a while(1) loop, which will repeat forever, or until the program is terminated, whichever comes first.
Someone’s just being silly.
Have their usage rates reflected their lack of trust? Unless it has, I doubt companies care.
Says you. Maybe I’ve got a cleanroom and a photolithography machine in my basement!
No; jealousy paints a target on your back. I’d rather people wish well for me and feel that my victories are at least indirectly theirs.
Failing that, I’d want others to be unaware of my existence.
Link Alligator would actually be a fun name
Then you don’t have any evidence that is relevant to the discussion.
Involuntary institutionalization happens, and can and has been wielded maliciously to political ends in the west, of course. However, the whataboutism here is odd and, at best, tangentially related and unsupported.
Your posts have been almost entirely nonsequitors. “I don’t trust you with the fraud for illegal incarceration” doesn’t even parse as a sentence.
You say you have evidence of… whatever it is, post it.
One site forbidding you from directing traffic to another isn’t disrespecting you. If it’s something so groundbreaking that others need to see it, screenshot it and post it. You don’t need to directly link it.
The ability to shapeshift doesn’t really get affected by this caveat, so that remains about as appealing as it was before.
Taken to an extreme, one can get a controllable/turn-off-able biological immortality and at-will violation of conservation of matter/energy.
Keep using it. You don’t need the 2 unless you have a desperate need for a Switch 2 exclusive (or maybe want to run some of the games that the OG Switch couldn’t really handle so great).
With my PC-based gaming offerings, I probably won’t even be tempted until they announce a Switch 2 OLED or whatever.
The legal framework and argumentation used to justify the ban is worrisome and can be applied overbroadly in the suppression of speech.
Despite this broad possible argumentation, it has just been, and will likely continue to be, wielded in a way targeted towards suppression of speech in a targeted, nationalistic, and at times overtly racist ways. (See: “Senator, I’m Singaporean, not Chinese.”)
Like it or not, it’s become a large repository of internet history and online conversation. The loss of the platform is the loss of that history.
If the government had particular problems with the platform’s practices and behaviors, it would have been able to field an actual lawsuit with real charges, or levy fines. This “sell or be banned” is a clear grab for power more than any actual gesture towards protecting the people.
It’s a little strange that you think “I want feature parity with what’s working for me (from my perspective)” is:
The healthy responses would be “Well, I hope either support grows or your needs change, because of some philosophical reasons you might not care about… yet” or, if they’re open to it “Oh, it can do this if you put a little work in, let me help you.”
The unhealthy response is to accuse people of moving goalposts as if someone’s tool of choice is a political debate. It can be, obviously, given FOSS philosophies, but honestly this kind of screed just drives people away.
Yeah, those are novice numbers. I have infinite backups of my 0 files!
To whom, though? Who would reasonably purchase Chrome, if it were a sale and not a spinoff? Are there any companies where that would feel like good news (because it’s that particular company, and not in the “at least it’s not as big a megacorp” sense)?
The first I bought for myself was a PNY XLR8 GeForce GTS 250 in 2010. It tided me over for 4 years, until my power supply gave a loud POP, and I replaced pretty much the whole build just in case the other parts were damaged (or caused the damage).
Click through to the website! It’s not a lemmy-embedded poll. I was confused at first, too.
Cross the wrong people and you end up not dead, but irrecoverable. Cement shoes, buried alive kind of stuff. Cross a different set of wrong people and you become a labrat. To avoid either scenario, you’ll be in a constant state of “undocumented” or false-documented which will keep you in a pretty consistent state of poverty.
Looks like I’ve blocked 2? One for bigotry reasons I can’t recall, and the other for being just having annoying posting habits (applying a license to every comment like those facebook chainletters).
The Steam Deck models itself much more after handhelds and consoles, anyway.
Sure, you’re not getting The Most Detail And Power Available Right This Moment, but having a stable target for developers means getting a healthy library for players. It builds value for the customer, who won’t want to swap out consoles super frequently to keep up with devs who’ll stop targeting old hardware.
It’s not really that important to the joke, since I’m pretty sure you can also replace keywords like ‘if’ with the preprocessor. It’s just that preprocessor macros are typically (style, not syntax) ALL_CAPS_WITH_UNDERSCORES.
It’s just another clue that that block isn’t actually an if-block, since C is case sensitive and ‘IF’ wouldn’t actually work.