Or just get into CB radio. You can get a unit for like $100. No license required, and it makes road trips much more interesting, because it’s still used by a lot of truckers. Channel 17 for north/south travel, and 19 for east/west.
Or just get into CB radio. You can get a unit for like $100. No license required, and it makes road trips much more interesting, because it’s still used by a lot of truckers. Channel 17 for north/south travel, and 19 for east/west.
Designing foot-operated things tends to fly in the face of modern accessibility standards. Wheelchair users already have enough problems using public toilets.
I mean, Lemmy used to have a big issue with CSAM being spammed by malicious users. Many people believed that it was pro-Reddit trolls, because it started happening right around the same time as the giant API debacle. It was a huge liability for the instance owners, because their server would automatically cache the content and they could be held liable for the CSAM being present on their server. It took a few months of dev time to add moderation tools, blacklisting, setting up automods, etc before it finally calmed down to the point that instance owners felt comfortable again.
By your logic, every single user in instances that got spammed should be banned. Because even if they didn’t see it, or interact with it in any way, they’re still personally responsible for it. After all, personal responsibility doesn’t stop existing in a large group of people.
Yup. There are tools to help migrate subscribed communities from one account to another. So it’s just a matter of losing your comments/post history, which I personally see as a benefit anyways; I used to nuke my accounts and make a new one every year or two on Reddit, just to avoid building up PII that could be compiled to dox me.
If you already have a Plex instance running, Prologue is an app that turns it into an audiobook host as well. Plex doesn’t natively support audiobook metadata like chapters, but Prologue simply uses Plex’s remote access to reach the files.
All you do is throw the .m4b audiobook files into a music library on Plex, sign into your Plex account on Prologue, and Prologue handles all of the metadata for the audiobooks instead of using Plex’s built-in music player.
I mention this because I had massive issues trying to get ABS to work on my setup. It simply refused to read or write any data from my NAS. After a day or two of throwing myself at it to no avail, I found Prologue and haven’t looked back. I already had Plex running for some friends and family, so setting up the music library was as easy as dropping the audiobooks into a folder.
So a WH40K/Spec-Ops: The Line mashup.
The Line was an anti-shooter, in the sense that it felt like a generic third-person shooter while constantly hammering the “you shouldn’t be having fun playing this because war is awful and full of atrocities” messaging. It was actually a fairly decent critique of the shooters that were prevalent when the game was developed. It came out when games like Gears of War, Resident Evil, Mass Effect, and Red Dead Redemption were dominating the third-person shooter market, while the FPS market was dominated by Halo and COD.
Yeah, this was on full display when Helldivers 2 launched. So many people just didn’t get the satire, and unironically leaned into the messaging.
For the unaware, Helldivers 2 is basically a Starship Troopers video game.
My personal headcanon has always been that the Pakleds are actually surrounded by some sort of intelligence dampening field. Because it’s like the crew gets dumber and misses basic things, just to have a reason to keep the drama going.
Coconut milk
Hey now, I also have a week of sick leave saved up. I’d just have to pretend to be sick (and provide a doctor’s note for my absence) for an entire week before retiring for a week.
That’s Melissa O’Neil. She also plays officer Lucy Chen in The Rookie. IIRC, she actually started as a singer and then transitioned into acting.
He explained that IRQ suspension enhances network performance, while maintaining low latency during low-traffic conditions. It accomplishes this by reducing unnecessary CPU interruptions during high-traffic periods.
Maybe that makes more sense? The original was definitely a run-on sentence, and needed some punctuation.
Just out of curiosity, why bother running 4 instances of qBit for the various *arrs? Why not just use automatic torrent management, and have the different categories download to different folders? My *arrs are all using a single instance of qBit, and each service simply uses a different category with a different download path.
The benefit is that I can see my total up/down speeds, ratios, etc very easily without needing to change to an entirely different instance. I can filter by category, or see everything at the same time.
Yeah, I just wish there was a way to automatically update the port whenever it changes. It doesn’t change often since my server tends to stay on 24/7. But when it does change, it would be nice to have it automatically update.
Back before my current server, I was just messing around with it in Windows. I discovered that qBit actually stores the forwarded port in the registry, and PIA has a terminal command that can print the currently forwarded port. I tried to write a quick .bat script to automatically run when the PIA network adapter connected. The goal was to grab the port number and update the registry for qBit any time the internet went out or my server was rebooted.
And it seemed to work fine. It launched when PIA connected, and pushed the new value to the registry. But that forwarded port was also apparently being stored somewhere else as well, because just updating the registry wasn’t enough; When qBit launched it still showed the old port number, even though all of the documentation I found said it was simply a registry value. At that point I just gave up and manually updated it every time I turned my computer on.
My only guess is that it might help people who auto-hide NSFW by default.
That’s why I said he’s functionally illiterate. You can read and write at a basic level and still be considered illiterate if it’s not enough for what society would expect. Literacy is a spectrum; Someone who reads at a first grade level may be able to read a dinner menu, but probably won’t be able to read the newspaper. But as long as they’re not put in a situation where they’ll need to read in front of others, they can scrape by with just that basic level of literacy.
Trump’s tweets are often only at a first or second grade level of writing. His word choice draws from a surprisingly small dictionary, and he typically avoids words that are more than two syllables long. He also continuously disregards even the most basic punctuation, capitalization, spelling, and grammar rules.
Yeah, there’s a LOT of evidence that Trump is functionally illiterate. He just scrapes by with telling people he doesn’t have time to read, or having people read things for him.
I mean, open source projects can be started or based in the US. But that doesn’t mean it’s an American project; it’s just that the people who started it happened to be American.
I guess if we had to point to a specific American OSS, maybe Tor would qualify? It was initially developed by the CIA, so that may qualify it as US OSS. But it has since taken on a life of its own and the CIA doesn’t have any hand in active development anymore… So it’s still hard to say that even “being made by the literal US government” qualifies an OSS project as “American”.
It’s sort of a Ship of Theseus situation. At what point in the development process do we consider it a non-American project?
The important point isn’t even whether or not he is a Russian asset. He undoubtedly is, but that doesn’t actually matter. All that matters is that he’s acting like a Russian asset. He’s doing all the things a Russian asset would do. Ultimately, whether the orders are actually coming from Putin is irrelevant, because the end result is still the same.
It can be, yes. One of the largest complaints with Docker is that you often end up running the same dependencies a dozen times, because each of your dozen containers uses them. But the trade-off is that you can run a dozen different versions of those dependencies, because each image shipped with the specific version they needed.
Of course, the big issue with running a dozen different versions of dependencies is that it makes security a nightmare. You’re not just tracking exploits for the most recent version of what you have installed. Many images end up shipping with out-of-date dependencies, which can absolutely be a security risk under certain circumstances. In most cases the risk is mitigated by the fact that the services are isolated and don’t really interact with the rest of the computer. But it’s at least something to keep in mind.