Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Deflecting adulthood responsiblities (Score 1) 31

Like buying booze, renting a car, purchasing a handgun, buying a lottery ticket, getting a tatoo?

(some of these vary by state)

I don't see how you're too immature to order a Chianti with your steak dinner but you're mature enough to go $200K in debt based on a sales pitch of returns after investment.

These aren't even reasonable equivalents from a neuroscience perspective.

Comment Re:Can one recharge them? (Score 1) 69

A read is supposed to be fine. At read time the firmware *should* rewrite the cell if the read is weak.

The firmware also *should* go out and patrol the cells when idle and it has power.

you can dd if=/dev/sdX of=/dev/null bs=2M once a year if your firmware behaves.

If your drive is offline you could
dd if=/dev/sdX of=/dev/sdX bs=2M iflag=fullblock conv=sync,noerror status=progress

to be sure, though write endurance is finite.

If you're running zfs you can 'zpool scrub poolname' to force validation of all the written data. This is most helpful when you can't trust the firmware to not be buggy crap. Which only applies to 90% of drive firmware out there.

Comment Re: And just like that, everyone stopped using Ple (Score 1) 40

> I have found that streaming directly to my Plex home server over TLS is generally smoother without going through Wireguard. Not quite sure why.

I recently had to solve this.

Wireguard should work with a regular 1500byte MTU connection at 1440 or 1420 bytes (the default) --- however --- if your ISP is routing your IPv4 using 4-in-6 internally (like my major cable company) everything goes to hell.

Try dropping your wg MTU to 1360, MSS at 1320, and set up a mangle table to clamp MSS to PMTU (e.g. iptables rule).

I got a 10x bump in TLS over wireguard throughput.

Total pain in the ass and lightly documented.

Comment Re:Not really new information... (Score 1) 69

I continue to use burned DVDs for backing up the critical stuff. Not perfect, of course, but not electromechanically-failure prone like a hard disk drive, not "terms of service" failure prone like cloud storage, and not "the charge magically held in the gate leaked away" failure prone. I have optical discs over 25 years old which are still perfectly readable.

Comment Re:Make them eat the poison they approve (Score 3, Insightful) 91

They clearly do NOT think it is safe. From TFS, emphasis mine:

"It is important to differentiate between the highly toxic PFAS such as PFOA and PFOS for which the EPA has set drinking water standards, versus less toxic PFAS in pesticides that help maintain food security," notes Doug Van Hoewyk, a toxicologist at Maine's Department of Agriculture, Conservation and Forestry.

Less toxic is still toxic. So, they *know* it's bad for you (and probably the environment/local ecology too), just not as bad, and yet they still expect you to be grateful for their efforts and quite literally lap it up. Good luck getting that shit on the shelves of places like the EU that have reasonable food standards, regardless of any tariffs or TACOs.

Slashdot Top Deals

What's the difference between a computer salesman and a used car salesman? A used car salesman knows when he's lying.

Working...