Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment \o/ (Score 1) 23

Now that music, a thing to spread joy, has been captured and destroyed, corporate ghouls will next be targeting the simple smile:

Smiles will become the property of Galaxy Wide Exploitation Company. All public displays of smiles will be accompanied by royalties paid to GWEC until such date as smiling has been removed from the human experience.

This is retroactive - please submit all your photos and videos and await invoice.

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

> 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:But it's already loaded! (Score 1) 64

Without knowing precisely how Explorer is structured, it's conceivable that there may be different dynamically-linked libraries and/or execution points for running the desktop and for the file explorer, in which case just having explorer.exe running in and of itself doesn't mean that new modules have to be loaded if explorer.exe process fires up. The solution could very well be to load the libraries involved in file browsing when the desktop opens.

Just guessing here. There was a time when there was a lot more horsepower required for GUI elements than folder browsing, but this is 2025, and explorer.exe probably uses orders of a magnitude more resources now than it did in 1995, because... well, who knows really. Probably to sell more ads and load up more data to their AI.

Comment Jesus Christ (Score 0) 64

That, on modern hardware, they have to preload a fucking file browser so that it pops up faster is just an indication of what a steaming pile of garbage MS is. They had sweet spots with Win2k-WinXP and with Win7, but their incoherent need to be a whole bunch of contradictory things --- with AI! has led what was a rather iffy OS and UI experience to begin with to become a cluster fuck of incoherence.

I do most of my day to day work on MacOS and Gnome, and fortunately the Terminal services version I have to RDP into is Server 2016, but every time I have to work with Windows 11 I'm just stunned by just how awful it looks and how badly it behaves.

Slashdot Top Deals

Machines take me by surprise with great frequency. - Alan Turing

Working...