Plays the Menards “Save Big Money” Jingle
I’ll just go get my flamethrower.
Plays the Menards “Save Big Money” Jingle
I’ll just go get my flamethrower.
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.
Have you imported the tails-signing.key yet? Usually you can double-click on that to import it using whatever graphical gpg frontend is set up on your system. It may ask you how well you trust the owner of the key. You can answer that question however you want without affecting this verification process.
Next, it looks like you run the instructions from this page: https://tails.net/install/expert/index.en.html#verify
Some of those command line parameters look a little paranoid. The basic command you want to run is: gpg --verify somefile.sig somefile.img
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.
Salt is any ionic compound. Usually only compounds that are solid at room temperature, but most ionic compounds already are.
Bleach is anything that chemically destroys pigments to make things whiter. Normal bleach is sodium hypochlorite. Non-chlorine bleach could be anything.
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.
We’re not gonna talk about what happened in 2020, we’re gonna talk about 2024
When asking a Republican “Who won the 2020 election”, that is a question entirely about 2024. A Republican’s answer (or non-answer) can be used to predict how they will behave after losing the 2024 election.
The easiest way to disable unnecessary services is to uninstall them with aptitude, or whichever package manager you like. Try terminating services one by one, and see if anything bad happens. If nothing bad happens, you can probably uninstall it. On the other hand, if the system does get wonky a reboot should fix it. Or, you can research the services by name and decide whether to uninstall them. (avahi-daemon for example is a good idea to uninstall.)
To make the GUI not run, uninstall your display manager (gdm, xdm, nodm, or whatever) and uninstall your xorg server or wayland server. There may be GUI programs remaining after that, but they will only be consuming disk space, not RAM or CPU.
If the battery is old and holds little charge, you may save a few watts by removing it and throwing it away, instead of letting the system keep it topped off.
Get a power meter, such as a Kill-a-watt device. Then, experiment with different settings. If it’s consuming less than 30 watts, you’re probably fine. If you live in the US, one watt-year is about one US dollar (or a little more), so for every watt it consumes, that’s about how much you will pay per year for its electricity.
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.
NTFS is considered pretty stable on Linux now. It should be safe to use indefinitely.
If you’re worried about the lack of Unix-style permissions and attributes in NTFS, then getting BTRFS or ext4 on Windows may be a good choice. Note that BTRFS is much more complicated than ext4, so ext4 may have better compatibility and lower risk of corruption. I used ext3 on Windows in 2007 and it was very reliable; ext4 today is very similar to ext3 from those days.
The absolute best compatibility would come from using a filesystem natively supported by both operating systems, developed without reverse engineering. That leaves only vfat (aka FAT32) and exfat. Both lack Unix-style permissions and attributes.
You are arguing in bad faith.
My support for Palestine means wanting Israel to stop killing Palestinian civilians. This does not indicate my support for Hamas.
You have multiple unbelievable claims that are not cited.
It seems in Texas, if you cannot afford to pay a funeral home to claim your loved one’s corpse, then the corpse will be sold for parts, to raise the necessary money to dispose of it. And you won’t get a funeral.
It doesn’t change the fact they’re getting paid a ton for a comparatively small amount of work.
Palestine has a right to exist.
That first part is eerily similar to what I was about to post.
In 2011, I was a lonely introvert. I spent my time binging TV shows and reading.
In 2012, on an IRL meetup thread on the 4chan x (paranormal stories) board, I met a new friend. I think deciding to meet them was the critical moment. They introduced me to a local arts and crafts club, a certain sci-fi fandom, and Minecraft.
The arts and crafts club became the basis of a friend group that is still my main friend group today. They brought me to a local convention in 2013 where I discovered I was trans.
In that sci-fi fandom, at a 2016 convention, I met my current partner, and a bunch of new friends.
I played a lot of Minecraft from 2012 to 2016, but then my partner in 2016 introduced me to Factorio.
Well, it’s no longer an illegal lottery. So that’s good.
It’s just a rigged lottery. Slightly different thing. Also illegal, but for slightly different reasons. More unethical and fraudulent than before.
So it makes things better, and then makes things way worse.