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

 



Forgot your password?
typodupeerror

Comment Re:Thank Tariffs Trump! (Score 2) 68

I too bought memory in April to avoid tariffs. I had to run a stupid python program to generate a dataset that required 96GB of RAM for a delayed project so I figured I might as well bite the bullet. DDR4 was still a good value at that point (it's a problem that can run overnight, performance wasn't too important).

But how are the tariffs limiting the manufacturing supply capacity of RAM factories in East Asia?

Do you have a mechanism to propose?

Do you think they're making enough to meet demand but then blaming tariffs to justify jacking up prices? All of them? It would be an interesting conspiracy but is there any evidence to support that theory?

Comment Re:If only a certain OS didn't end support (Score 1) 68

> How much is this problem is down to AI and how much to beautiful tariffs?

What mechanism are you thinking of where tariffs could limit supply of VRAM from East Asia?

Simple price increases, sure, definitely, but this is described by manufacturers as a supply & demand problem.

Do you have a different angle we should consider?

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:look ma, (Score 1) 69

OFC this actually exists: magic Bean Coin. It was an inflationary coin (holding coins generated more coins). I met one of the developers a few years ago. He was a really smart thoughtful principled guy. Just chose a really weird goal to throw himself into and not much formal economics education (but lots of "alternative economics"). I just checked first time in a decade, the 24 hour volume was like six bucks and the project webpage is gone

Comment Re:No complaints (Score 2) 69

... and in Texas, you are getting it very hot in the summer and suddenly freezing cold in the winter and with insufficient electricity grid and rapidly diminishing water resources and increasing political strain with your biggest trading partner and a rising culture that is proudly pro-faith and anti-science

Jesus fuck you could not pay me to move there

Comment Re:At last. (Score 1) 69

Think about it for a few more seconds with your engineering hat on. The use case Bitcoin is designed for is peer-to-peer electronic cash. Internet money transfers, with no central authority.

That has two parts:

  1. Internet money transfer
  2. No central authority

Number 1 has been a solved problem for over a decade now. Between credit cards, ApplePay/Venmo/PayPal/CashApp/etc etc, cash transfer over the internet is virtually instantaneous and acceptably small cost.

Number 2 is of absolutely no interest to governments. They want a central payments authority, the ability to sanction, reverse, etc etc.

Crypto is an attempt to solve a usecase that governments do not have

Comment Re:Deflecting adulthood responsiblities (Score 1) 37

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

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

There's no future in time travel.

Working...