This is the best summary I could come up with: It’s “members of Congress, conservative activists and wealthy tech investors.”
This is the best summary I could come up with: It’s “members of Congress, conservative activists and wealthy tech investors.”
int is_even(int n)
{
int result = -1;
char number[8]; //should be enough
sprintf(number, "%d", n);
// check the number
// TODO: handle negative numbers
for (char *p=number; *p; p++)
{
if (*p=='0' || *p=='2' || *p=='4' || *p=='6' || *p=='8')
result = 1;
else if (*p=='1' || *p=='3' || *p=='5' || *p=='7' || *p=='9')
result = 0;
else {
fprintf(stderr, "Your number is wrong!\n");
exit(1);
}
}
return result;
}
Unless you’re doing something unusual, it’s probably because you’re browsing youtube without being logged in.
If everyone on the fediverse goes to google.com right now and searches for “best new iphone car insurance shopping aarp member bad credit” maybe we can save the economy.
Who are all these extremist wackos who don’t already want to abolish capitalism?
When I played it the answer was to run “SwGame-Win64-Shipping.exe” instead of whatever stupid launcher it tries to load by default.
If you really want it right now, many guides for how to compile linux kernels are available. Here’s one.
You might think that things have changed over the years, but I was around in 1995 and I can assure you this looked exactly as ridiculous then as it does now.
AI that is used to monitor cameras and identify our faces to track everywhere everyone goes: Why would that concern you? Do you have something to hide, citizen?
AI that might be used to generate agitprop, competing with conventional advertising: HOLY SHIT we need a new international treaty right away!
I have two reactions: 1. The headline is rather silly. 2. There’s no way this little script, although it might conceivably be useful to someone, needs to be a youtube video.
Well okay, since it’s up to me: Let’s have free software. Fully free Linux on every phone, including all “firmware” which has gotten awfully soft lately. No more proprietary driver blobs for ethernet controllers or cellular modems. No more proprietary DRM modules. No more “smart” consumer goods that come without source code. The free software revolution has gone pretty well in some respects, but we need to finish the job and put an end to all that garbage.
XFCE works for me, but I’ve heard that LXDE is pretty good too.
It’s a bank! It’s a dating app! It’s a video hosting service, a town square, a shopping mall, a floor wax AND a dessert topping! Why go anywhere else? Just stare at the middle of the big shiny X until it makes sense!
I wonder how disastrously bad things will need to get before it finally breaks through into public consciousness that maybe putting surveillance cameras everywhere was a bad idea. I expect we’ll find out in a couple of decades.
It is often heard from non-native speakers and will probably be understood, but in the absence of other context it will be perceived as slightly odd. Perhaps it’s on the way to being widely recognized as fully “correct” but I don’t think it’s there yet.
“full-disk encryption” is the search keyword you’re looking for
deleted by creator
He’s wrong on both points.
I used it once, as a last resort when I wanted to try some program that had a ridiculous set of build dependencies that was just too much. It was okay, I guess.