I’ll take a look. Thanks for the suggestion!
He/Him. Formerly sgibson5150@kbin.social.
I’ll take a look. Thanks for the suggestion!
Good advice on balance, but we’re a small company. In addition to being SSE I’m also what passes for IT. 😆
I’ll check them out! Thanks for the tip.
Someone emailed my boss a while back pretending to be me. Asked that my direct deposit be changed. Boss told me he nearly sent it to the accountant but decided he should double check with me first. People are assholes.
I ran into this today using ssh-copy-id on a new Debian box. Seems like that tool is biased toward copying a second key instead of a first. Either that or they assume most users use one key pair everywhere (and thus only have one loaded in their agent). I use one key pair per user per box. Excessive? 🤔
I’ve slept since the last time I set up sshd on a new install. Do you need to be able to authenticate with a password when you ssh-copy-id on a user without a public key?
Edit: Silly me. Yes, password is required.
When I installed Bazzite on my Asus laptop I got an Armory Crate application. There seems to be something similar for MSI laptops called MControlCenter, but don’t know anything about it. Hope this gets you going in the right direction.
Wouldn’t it be nice if documentation used the words index and offset consistently?
The Blu Ray player is literally the only reason I use my PS5.
Oh sorry I meant law enforcement. Not sure what my dumb ass was trying to abbreviate there.
I mainly started using exFAT on flash drives (even on new ones) since it is interoperable between Windows, Linux, and Intel Mac. To be clear, I never don’t unmount the drive properly under normal conditions, but I remember reading around the time it was introduced that the Windows implementation guaranteed the buffers were flushed after every write (meaning no unwritten data remains when the activity indicator on the drive stops blinking) but now I can’t find any evidence that was ever the case. Wouldn’t be the first time I got bad info from the Internet. 🤷♂️
Random thoughts, no particular order
I think btrfs was the default the last time I installed Bazzite, but I don’t really know anything about it so I switched it to ext4. I understand the snapshot ability is nice with rolling release distros, though.
It’d been ages since I’d used FAT32 for anything until I made a Debian live USB when I was setting up my pi-hole on an old Core2Duo recently. It would only boot on FAT32 for reasons I probably once knew. 😆
NTFS was an improvement over the FATs what with the journaling, security, file streams, etc. I use it wherever I still use Windows (work).
Most of my general purpose USB flash drives use exFAT. I like not having to worry about eject/unmount.
What’s a long time? I literally scheduled a pickup last year for a pre-paid label and it was free. Anyway, another commenter seemed to say that it’s the shipper’s choice whether they cover the home pickup or not.
Sure and I’ll probably do that on Monday. Just another pain in the butt.
Ah so I should be blaming the shipper, not UPS. Those chincy bastards.
I’m shipping using a pre-paid label. Pre-PAID. And they used to let you schedule pickups for free, as I said. It’s not like they come straight to your house. They can come by any time during business hours on the day you schedule.
But I don’t think you care about any of that. Whatever is wrong that makes you this way, I hope your life improves.
Fair but we don’t get regular deliveries via UPS. Most everything we get comes USPS or occasionally FedEx.
They didn’t used to. 🤷♂️
I’m not the OP so I’m not sure why you’re giving me posting advice.
I can’t speak to Bluetooth as I don’t know much about it from a software development perspective, but when I first started working with USB I was surprised to find that the hardware is really simple but there’s a ton of software that makes it work. Specifications evolve over time to add features or improve efficiency. This neccesitates code changes, and those code changes have to be made at both ends of the connection if you want the devices to continue to be able to talk to each other. Aside from maintaining the interface code, there are probably also changes and improvements to the device itself. Thus, firmware updates. Make sense?