https://wwwrcamnl.wr.usgs.gov/isoig/period/pb_iig.html
Lead-204 is the only isotope that doesn’t derive from radioactive decay, and it represents only 1.4% of the lead on earth.
https://wwwrcamnl.wr.usgs.gov/isoig/period/pb_iig.html
Lead-204 is the only isotope that doesn’t derive from radioactive decay, and it represents only 1.4% of the lead on earth.
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.
Yeah, if this is what it takes to get new design nuclear facilities in the US, then I’m counting it a win, but I won’t count it either way until the watts come out. Who knows: if they run ok, an actual power company might even try one.
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’m not sure that one 69-year-old wall puncher really counts as ‘going up,’ but bones that old get pretty brittle.
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.
I don’t know about this specific case, but it’s common for the big name researchers not to do any actual research or play any direct part in generating their images. That’s often done by kids - 25 year old grad students, even 20 year old undergrads - or other trainees. Those people may not appreciate how easy it is to detect image manipulation and are still learning what kinds of ‘refining’ of imagery and datasets is acceptable, while the PI that pays their stipend or sponsors their visa rages at their inability to get an expected outcome or replicate a previous result.
Not saying there aren’t people out there just flat-out frauding, but these are group projects with a structure of trust and pressure that can muddy assignment of culpability. Like any committee or corporate action, it can be tough to say that any one individual is the guilty party or which people where just going along with the group.
Also, at least for the Yubi implementation, fixable in software, firmware >= 5.7 not vulnerable. Also not upgradeable, so replace keys if you’re worried about nation-state attacks.
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.
Without an adblocker, I used to mute the system and put youtube in a background window. Do something else long enough for the video and all its ads to play, then go watch it. They wouldn’t play the ads on a second play through, and it would interrupt the cycle of constantly playing a new video.
I have something similar, but wifi. Never even tried to connect to it, because you just use the buttons to set temp & time.
I can imagine, though, that an app might have buttons for ‘eggs’, ‘yogurt’, ‘steak’, etc. Or maybe let you program temperature-time sequences. Or let you check how much time is left from the next room. Conveniences. Definitely no need for them to phone home, though, except maybe for an ad-driven ‘recipe of the week’ type thing.
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.
You’d need some way to cache that video, though, because it’d take 24 hours to write 8TB at SD card speeds of 80 MB/s.
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.