Just about anything. IRC, XMPP, Discord, whatever you call the chat built into Steam. AIM is discontinued now, but it used to be better than Teams is today.
Just about anything. IRC, XMPP, Discord, whatever you call the chat built into Steam. AIM is discontinued now, but it used to be better than Teams is today.
Just the things currently on my shopping list. A CPU fan, a network card, some exterior lights for my house… There are no items that I buy online repeatedly.
Pretty fucked, but not as fucked as Ukraine, Palestine, Lebanon, or Taiwan.
NATO will be fucked for a while if the US withdraws, but other NATO countries may ramp up military spending over time.
This situation is a worldwide danger. The US is/was a world power, it has/had the largest national economy in the world, it has the largest military in the world.
Previously, we could be concerned that democratic countries (including the US) weren’t putting enough pressure on authoritarian countries (like Russia, China, and North Korea) to improve. Now we have to worry that the US will actually become a fully authoritarian country, like Russia or China.
If anyone was hoping for women priests, give up on that. The Roman Catholic church would first have to retract both papal infallibility and ecumenical infallibility.
They have made too many definitive statements that women can’t be priests, and they have made definitive statements that their definitive statements are infallible, and must be agreed to by anyone who calls themself Catholic. It’s not even up for debate (unless all of the infallibility stuff is also up for debate).
For example:
I declare that the Church has no authority whatsoever to confer priestly ordination on women and that this judgment is to be definitively held by all the Church’s faithful.
They really painted themselves into a corner. While the rest of society moves forward with equal rights for historically marginalized groups, the Catholic church will be stuck with the effects of their early bad decisions (and some recent bad decisions) because they banned themselves from admitting when they are wrong.
Some yes, some no. I’ve had a lot of short relationships, and only one long one.
If you’re in a relationship with an abusive person, a person who is barely interested in you, or a person who always takes and rarely gives, then you have to break up. Unfortunately, many people will go through such relationships in their life.
Don’t throw away your own life to find love. If you are playing the game while desperate, you may get taken advantage of. It may be better not to play. It’s ok to be single.
Disco Elysium
I acknowledge that it was well received, but it was from 2019.
Elder Scrolls 6 will no doubt be polarizing, with some calling it the game of the decade, and others saying that the TES formula just doesn’t work anymore. (The game might also just suck.)
I don’t know much about client certificates, because nobody ever used them. All I know is that they are decades older than passkeys, and “certificate” implies there is a public-private keypair, just like in a passkey.
What are the benefits of a passkey over a client certificate?
It’s not really an order. Think of it as more like a threat.
Looks like this program is really old. It appears to be designed for a 32-bit system, the way it casts between unsigned int
and pointers.
unsigned int
is probably 32-bit even on your 64-bit system, so you’re only printing half the pointer with the printf
, and only scanning half the pointer with the scanf
. The correct data type to be using for this is uintptr_t
, which is the same as uint32_t
on a 32-bit system, and the same as uint64_t
on a 64-bit system.
Try changing the type of addr
to uintptr_t
, and change lines 14-17 to this:
printf("Address of main function: %p\n", (void *) &main);
printf("Address of addr variable: %p\n", (void *) &addr);
printf("\nEnter a (hex) address: ");
scanf("%p", &addr);
You may have to include <stdint.h>
. These changes should make the code portable to any 32-bit or 64-bit architecture.
How did you get into TSA Pre without providing fingerprints? I tried once, and they strictly refused to let me apply because I wouldn’t give fingerprints.
I have three ideas: First, you could switch the desktop environment to one of the ones that has a GUI settings tool to set passwordless automatic sign in. I think Gnome 3 on Ubuntu, and Mate Desktop on Linux Mint have that feature. There are probably others.
Second, you could switch your display manager to “nodm”. The display manager is the thing that runs the X server or Wayland, and it starts the greeter (the greeter is the program that shows the login screen). nodm is a special display manager that doesn’t use a greeter or ask for a password. It immediately starts the session using the username and desktop environment specified in its configuration file.
I use nodm for my HTPC and it works very well. The only downside is that you have to edit its configuration file, /etc/default/nodm , using a text editor. I’m not aware of any GUI configuration tool for it. However, it’s pretty easy to configure.
Third, you could abandon all display managers, and start the session manually, either from a shell script, or over SSH. This is a little more complex. You will probably want to get comfortable with SSH before trying this (SSH is the command-line analog of remote desktop).
Palestine has a right to exist.
I fucking guarantee that Linus Torvalds DOES believe in cryptography. Stop calling cryptocurrency “crypto”, because “crypto” is short for cryptography, not cryptocurrency.
Themselves. It’s a civil war. The military in Burma/Myanmar has been out of control for many decades. Currently, the military controls the country, after overthrowing the 2020 democratically elected government.
People there are probably avoiding conscription not because they fear the danger of war, but because they disagree with the military’s position, and don’t want to have to kill peaceful protesters.
Why does the article call the people held by Israel “prisoners”, but the people held by Palestine “hostages”?
Haha. I sent them an opt-out notice by email, and it bounced!
They are using Google email servers for discord .com and Google has apparently shadowbanned me. It gives an error message saying “The account [my email address] is disabled.” but I have never created a Google or Gmail account, and my email address is on a domain not associated with Google at all.
So I’ve completed my obligation to opt-out. Discord will have no record of it, but I have the email server logs to prove I sent it.
If, in the future, anyone needs to sue Discord and forgot to opt-out, feel free to use this same excuse.
Heat is now probably present in the Sun, NASA says.
I just hope federal services (like applying for a passport) don’t become Twitter-only after Trump appoints Elon as Secretary of Enshittification.