Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Can craft save the economic system [Re: The AI...] (Score 3, Interesting) 52

The entirety of the industrial revolution has been finding ways to use automation to decrease the amount of human labor used to make things (i.e., increase "productivity".) The problem is that we do not have an economic system in which a society works when there is no need for human labor, and a small but rich fraction of the population owns the machinery that produces everything.

You can choose to reject much of the industrial revolution. Most Westerners are able to purchase human-crafted personal goods. From 100% re-built autos to hand-woven suits and dresses, the items are available. The price? Consumption of a fewer number of "long term" purchases, and great self-satisfaction in identifying master-craft products.

You can choose a lot of different things. The question remains, is this a viable way to structure an economic system in a world in which all of the necessities of life are produced with no (or almost no) labor?

Are you seriously proposing a world in which eight billion people are employed in producing master-crafted articles (and these master-crafted articles are "long term" purchases, hence with a small output needed.)?

As a rule, let peons and sociopaths buy mass-produced items.

Where do the peons get the money to buy mass-produced items?

A handful are master craftsmen. What about the other seven billion?

Comment Re: The AI bubble (Score 2) 52

the hunger by the 1% to remove as much humanity from the workplace is sickening.

To be fair, this is nothing new. The entirety of the industrial revolution has been finding ways to use automation to decrease the amount of human labor used to make things (i.e., increase "productivity".)

The problem is that we do not have an economic system in which a society works when there is no need for human labor, and a small but rich fraction of the population owns the machinery that produces everything.

Comment Re:Newegg (Score 3, Informative) 19

> It used to be my go-to site for all things computer related.

Me too.

They were slightly cheaper than Amazon for the same product, then I did a big project which got slightly downsized and I wound up with $400 in "restocking fees" for a couple of pieces of factory-hologram-tape sealed network gear, after I paid $100 in return shipping.

Learned my lesson real fast.

Comment Re:Let's be honest here (Score 4, Insightful) 57

There's really not much worth reading "on the internet" anymore.
It's meaning inflation. The more words published, the less value per word.

Or, there's the same amount of stuff worth reading, but it is being diluted by a much larger flow of sewage that isn't worth reading.

Comment Re:Just use sea water. (Score 3, Insightful) 26

The idea of people bathing in the effluent of a datacenter is peak dystopian. I love it.

What in the world do you think happens to the output of sewage treatment plants? Do you think it's teleported to Pluto?

All the water you ever bathed in has effluents that have gone through the kidneys of scores of animals. Merely warming water by a few degrees is trivial.

Comment Re:Air cooling (Score 1) 26

They never heard of direct to air cooling? There is no need to evaporate clean water.

Air cooling is quite inefficient compared to water cooling. The heat of vaporization of water, 2260 kJ/kg, is remarkable. It will remove a lot of heat. Even the thermal mass of water, with a specific heat of about 4.2 kJ K/kg, is pretty impressive.

Comment Re:AI as a sacred prestige competition (Score 2) 26

AI Slop, all of it. "A theocratic sunk cost trap"?

Not sure why you think this is AI slop. It's an interesting argument. Not sure I agree, but it's a different take.

I admit religions are a cost trap, but they are not connected to data centers

The connection is right in the subject line: it is comparing AI to a "sacred prestige competition." The central idea is that AI is like religion in that it promises great and wonderful rewards in the future if we make sacrifices in the present, and if we don't see any of these great and wonderful rewards: that's because we're not sacrificing enough. It becomes a death spiral: the worse things get, the more effort goes into propitiating the gods (rather than growing food).

The idea that some past societies have collapsedbecause when times were bad the theocracy responded by building more temples and making more and larger sacrifices instead of putting resources into solving their problems) is not new. I don't know if any actual historians credit this theory, but it's been proposed.

Comment Re:Deflecting adulthood responsiblities (Score 1) 35

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

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

> 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.

Slashdot Top Deals

You have a message from the operator.

Working...