Separate partition or btrfs subvolume is my preference, that way I can take homedir snapshots on a schedule (every hour or two) separate from my rootfs snapshot schedule.
I’m a little teapot 🫖
Separate partition or btrfs subvolume is my preference, that way I can take homedir snapshots on a schedule (every hour or two) separate from my rootfs snapshot schedule.
It would have cost you nothing not to post this
I’ve had the idea for a while to use an LLM to gather metadata about books for me as well as generate tag lists for themes, plot, writing style, etc for everything in my ebook library. You could also generate non spoiler plot summaries and produce recommendations for similar books.
Honestly? I just fill the remaining weight in the grinder with whatever I’ve opened to brew next. Unless the old beans are getting stale, then I just bin the tiny remaining amount.
Interesting that the one has such large capacitors in it. I imagine that is as last-ditch effort to keep the board powered long enough to finish flushing all of its caches in the event of a power failure.
That’s exactly the point of power loss protection (aka PLP.) As a side effect of not needing to wait for a flush after a write synchronous write workloads are dramatically faster on enterprise drives with PLP.
Edit: To add a bit of detail - you don’t need to wait for a flush after a synchronous write with PLP because the drive firmware can lie and immediately return from a flush call because there’s enough backup power to complete that flush if the power were cut.
“it appears that the GOP’s leadership may have played themselves into making the right call for the right underlying reasons (the censorship powers), but based on a near total misunderstanding of how the world actually works.”
So business as usual for them
They also have some fun policies like allowing employers to pay to moderate their reviews. So yeah, they’re the Yelp of employer reviews these days
Sounds like a job for account sharing with other people
I mean, global warming us slowly into extinction is a pretty AI way to go about it
If: you’re a starred contact and call twice within 10 minutes and I happen to have the phone at hand and I’m pretty sure you have something important to say I’ll probably pick it up.
That happens about once or twice a year. We invented voicemail so we can speak when it works well for both parties.
Read the fine print too, a lot of these “mental health counseling services” have carve outs that stipulate that they can pass along data about your sessions to third parties (like your employer.) Most of them aren’t health care professionals so health care law doesn’t apply.
You can access Gmail over IMAP and pull down messages locally. If you do this; Back. Up. Your. Mbox.
Also, fun fact, you can move messages from a local mbox to Gmail while preserving read status and original dates if you want to add old email to Gmail for some reason.
+1, your list of browser extensions, list of plugins and list of available fonts are also available to anyone trying to fingerprint you. This idea that NAT will somehow obscure you enough to be anonymous online is security voodoo.
Yes, the machine that stays off 363 days of the year is such a security risk to my home network 🙄
I mean, the horror of having to tick a box to use rotating v6 addresses. These are all solved problems, they’re not a flaw worth ignoring the entire ipv6 protocol over. Most major operating systems have moved to stable privacy preserving addresses by default, that’s true, but it’s not all that difficult to turn on address randomization and rotation either. And, hell, if you’re that married to NAT as security just use NAT66 and call it a day, nothing about NAT is exclusive to ipv4.
Your firewall should take care of that, it’s pretty rare to be connected directly without one and by default any decent routing package will filter incoming traffic that’s not in the state tracking table. NAT isn’t designed for security, any security benefit it provides is a side effect rather than the intended purpose.
Edit: check out ipv6 privacy extensions too, there are solutions there that can reduce info disclosure if that’s a concern. You can accomplish many of the same benefits of NAT with v6 features without the downsides that NAT brings.
Ipv6 is fantastic, it has less overhead than v4 and removes the need for NAT or other translation. Support can be spotty in cheaper and older devices but there’s no reason not to learn and adopt it where possible.
The only windows machine on my home network is the backup Windows laptop that I only boot when I need to run something like Odin to flash a tablet or some niche Nintendo switch management software.
Write yourself some package manager hook scripts that fire off root snapshots before package upgrades or installation. I keep like 10 of those in addition to my scheduled system snapshots. It makes rolling back a borked update trivial in case I don’t have time to fix something that went wrong before important work needs to happen.