Permanently Deleted

Is it happening??

“It’s a tv show about these people who make a podcast.”

Did he go MAGA too?
I heard Gallagher went MAGA, but he’s been balding since the 70s.

He was kind of funny on the show News Radio before even that. That was a good show with a lot of good actors but seems like a lot of people never heard of it.

I feel like if they were butcher, they would only work with fish.

They will be flying and self driving by the year 2000.

How dairy you

I’m confused. Is it 650 rounds per minute or 100 rounds per minute?

It’s like a roast. His friends give him sick burns all evening one night a year.

But then what do you use for database???
Probably a database.

At first I was certain this was going to be sarcasm.

Pepsi makes the dogs gay.

Deserts of Siberia

The argument will be that she was trying to use her car as a deadly weapon because she accelerated into an officer standing in front of the car.

I thought it was alcohol?

Think there was a TNG one too though. Someone else mentioned, was Data running the bridge?

I must taste this white blood wine.

I feel like this was a Voyager episode.

Why is this sweet old lady carrying a mouse around the grocery store asking about decades old kernel versions lol

Or you set a flag that says something like “incomplete image” and then only once user completes whatever operation by hitting “submit” do you then set it to complete.
And maybe while an image is not yet complete, only the uploading user can view the image.
Install Lemmy from Scratch docs seem broken
I'm trying this on Ubuntu 22.04 Rust's cargo install seems to keep creating permission problems between what I have to install, compile and what gets published in the cargo "registry", which causes issues at runtime when I run as lemmy:lemmy through systemctl.
If I run: cargo install lemmy_server --target-dir /usr/bin/ --locked --features embed-pictrs as a non-root user, I get permission denied issues with /usr/bin/.future-incompat-report.json and /usr/bin/release
If I run the build as a root user, and then manually copy the binaries to /usr/bin and chmod them to lemmy:lemmy, then try to run as lemmy:lemmy, it appears the binary is trying to access some "registry" files in /root/.cargo/registry (for which of course it does not have permissions.)
How do I fix this?