Become a fan of Slashdot on Facebook

 



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) 70

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) 45

> 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:Can't Help But Think (Score 4, Informative) 25

JPEGXL really does everything webp does and so much more, and it's well thought out.

WebP isn't terrible; they are smaller than I would have guessed given that they have the container overhead, but there's no stunning argument for it. "Better than PNG for what we used PNG for." OK, true, but.

Google should just let AV1 be AV1 and focus on pushing HEVC out of the market with it. The real opponents of progress have left the image space and are mucking around with video and VR now. Google has the capability to do something about this and foster innovation.

Comment Re:Its going to happen whether we want it to or no (Score 0, Troll) 114

> The failure of successive COPs to agree to get rid of fossil fuels means that this is going to become necessary

Nobody believes this anymore.

Global temperatures are cyclical and the current trend is very close to the normal periodic cycle. All the "models" have failed. Sure, 95% of "Climate Scientists" believe their funding should continue but the jig is up.

If they actually attempt to blot out the sun there is no limit to what normal thinking people will do to stop them.

Fortunately they are very unlikely to get any real support for this harebrained scheme.

Comment Re:Windows is NOT a professional operating system. (Score 1) 103

> from a security, stability or usable prospective

You and me both but most people only score feature count. If they've grown accustomed to some oddball feature for a few months they feel they can never use anything else.

That they went their entire lives without it before isn't relevant.

From a market perspective, rushing more features to market makes more people with money happy than getting a good product to market.

Comment Bringing the Pain? (Score 1) 104

It sounds like Nokia, once a great company, thought they would just pay up? But I read elsewhere that a patent troll called Avanci was behind the shakedowns?

If HP and Dell begin to make this more common and could encourage Lenovo and Apple to follow suit, then the "default H.anything" crowd might start to think seriously about moving to AV1 to drop the revenue of the trolls to zero over time. Hardware support for decode is mostly complete with more CPU's bringing encode online recently. I remember when Steve Jobs went to bat against the trolls for h.264 decode; Apple should do it in his memory.

Separately, Google seriously needs to flex against patent trolls when required. Heck, Lou Rossman is more aggressive than Google on defending the community against patent trolls.

Speaking of which USPTO intends to stop challenges to patent trolls and maybe you, dear reader, should spend five minutes to fire off an email to help EFF try to head this one off at the pass.

Comment Re:How did they lose a slam dunk? (Score 1) 19

I used to have many magazine subscriptions.

They would each mail me a reminder to renew my subscription.

If I sent them a check my subscription would continue. If I didn't send them a check my subscription would end.

I didn't have auto- anything. I didn't have to call to cancel.

The same went for when I was a paperboy. You pay for your week or you stop getting papers. When you remember to pay you start getting papers again.

I think this is how subscriptions have worked for hundreds of years, with auto-renew on a payment card developing in the past couple decades.

Without a contractual definition the corpus of caselaw would very likely date to throughout the history of the country.

Comment Re: Trucks booked as sold? (Score 1) 79

China's geology is really bad for petroleum production. A bad lot in the luck of the draw.

They are building a monster pipeline and rail system across Mongolia and Siberia to Russian reserves but it's a decadal project.

Electric transportation is a smart option for their situation. Their necessity has become their Mother of Invention and they are dominating the world in electric power systems innovation.

Comment "a full school year behind " (Score 1) 258

If we're graduating Seniors with Junior level math skills that's hardly "Can't do Math."

I suspect even that claim is wrong and we're also teaching the wrong math for an informed electorate. In undergrad we need people sharp in probability and statistics more than matrix algebra. So they can be numerate against politicians' bullshit. I guess we should ask politicians to work on that.

Slashdot Top Deals

Nothing is rich but the inexhaustible wealth of nature. She shows us only surfaces, but she is a million fathoms deep. -- Ralph Waldo Emerson

Working...