CPUs have so many cores these days, that seems like a perfectly reasonable option. Declare a process ‘security sensitive,’ give it it’s own core & memory, then wipe it when done.
CPUs have so many cores these days, that seems like a perfectly reasonable option. Declare a process ‘security sensitive,’ give it it’s own core & memory, then wipe it when done.
My 80-year-old mother is stil hooked on Hay Day (2012 Farmville clone). She doesn’t alarm-clock overnight events any more, but that could be because she can’t sleep through the night now. Got a team of other old ladies around the world for contests, and it’s right on the edge of where I think it’s great that she’s got something to keep her engaged versus might need an addiction intervention.
I used to pay a particular company by purchase order for this exact reason. CC takes 2-3% of the payment, but purchase order - they’ve got to get themselves into the company system, track the PO, invoice, track the payment…at the time, a common estimate was $50 to process a PO, and if you’re only buying $100 batches, that’s a big hit. Did not like that company, but they were the only place to get whatever it was I had to buy.
Revenue divided by time is a depressing metric for anyone who starts trying to monetize their hobby, but that’s not the point. Do your fun project because it’s fun. If you make enough to cash out on Steam, get yourselves some actual trophies. Or pizza. Trying to make money will force you to do all the depressing capitalist things the big studios do, and then it’s not fun anymore.
And X-windows. There’s a few server tasks that I just find easier with gui, and they feel kind of laggy over 1G. Not to mention an old Windows program running in WINE over Xwin. All kind of things you can do, internally, to eat up bandwidth.
Yeah, it’s the screening that’s free. If that turns something up, then it transitions to “care.”
I’ve had the same experience with “wellness” check-ups: if I mention some complaint to the doc during the visit, it suddenly becomes “visit with complaint” and costs me $120.
Fun fact: for people over 45, colonoscopy screening for cancer is always free. If your insurance tries to make you pay for it, report them to your state insurance commissioner or the Center for Consumer Information and Insurance Oversight. ACA made a lot of preventative medicine & screenings free.
I’d say colonoscopy, esp if you’re over 45, but those are required by law to have no out-of-pocket costs, regardless.
I got my current number around 3 years go, and the vast majority - easily 95% - of calls I get are still real estate, political, or job search spam for the previous owner. It’s on permanent DND, but I’ll check the text log every day or two.
University is ok if you’re starting at zero and don’t even know what’s out there. It’s for exposing students to a a breadth of topics and some rationale of why things are as they are, but not necessarily for plugging them into a production environment.
Nothing beats having your own real world project, either for motivation or exposure to cutting edge methods. Universities have tried to replicate that with things like ‘problem based learning,’ and they probably hope that students will be inspired by one or two of the classes to start their own out-of-class project, but school and work are fundamentally different ways of learning with fundamentally different goals.
The Android app should still be fine. I’d expect Apple’s move to be followed by a lot of creators adding a “Don’t use the iOS Patreon app” to their profiles.
I mean, apps that are just the website are a bad idea in the first place, but this specific problem is entirely contained to the iOS app. If some people prefer an app to a bookmark, that’s on them.
Ditto on hardware raid. Adding a hardware controller just inserts a potentially catastrophic point of failure. With software raid and raid-likes, you can probably recover/rebuild, and it’s not like the overhead is the big burden it was back in the 90s.
RAID is more likely to fail than a single disk. You have the chance of single-disk failure, multiplied by the number of disks, plus the chance of controller failure.
RAID 1 and RAID 5 protect against that by sharing data across multiple disks, so you can re-create a failed drive, but failure of the controller may be unrecoverable, depending on availability of new, exact-same controller. With failure of 1 disk in RAID 1, you should be able to use the array ‘degraded,’ as long as your controller still works. Depending on how the controller works, that disk may or may not be recognizable to another system without the controller.
RAID 1 disks are not just 2 copies of normal disks. Example: I use software RAID 1, and if I take one of the drives to another system, that system recognizes it as a RAID disk and creates a single-disk, degraded RAID array with it. I can mount the array, but if I try to mount the single disk directly, I get filesystem errors.