Forgot your password?
typodupeerror

Comment Re:Um, what? (Score 3, Informative) 111

It is in character for the tech giantâ"its research division produced the first prototype for a 2 nanometer node chip back in May 2021.

With that development, âoewe highlighted the research, and now all leading foundries are manufacturing theseâ

Just because they don't make it doesn't mean they can't license the patent to the foundries.

Comment Re:What's the benefit of Rust here though? (Score 2) 171

For existing code in the QA he said leave it be and it's better to fix.

For new code, he's recommending Rust and the advantage he talks about is that it makes the code more maintainable by people. And one thing that every AI coding talk I've seen agrees on is that what makes code more maintainable by people also helps AI and vice versa.

People and AI both have limited attention and memory. The less context necessary the easier it is to evaluate safety.

Another thing not in the summary he touches on is hardware safety. Not just software bugs but also compromised hardware which if your driver is memory safe can also prevent a buggy or adversarial piece of hardware since the hardware is effectively user input.

Comment Other quotes from talk. (Score 2) 171

To balance out OP's selective quoting to avoid people strawman-ing his argument as a fanatic who can't balance risk:

"No, we don't want [rust] rewrites, so unless you're the maintainer and owner of that file, just do it for new stuff. Leave existing C code alone, and let's evolve forward after that."

Now, that doesn't mean he thinks Rust is magic. It's not. He cited one of the first Rust components merged into the kernel: QR code display logic used when the kernel crashes. "That logic was written in Rust. Famously, it had a memory bug. It was given a buffer and its size, and the rest of the st code never checked the buffer size... Could scribble all over memory..."

Comment Re:$1.73 - is that the price or the actual cost? (Score 1) 30

Nothing. $103/hr for a superhuman employee or $10.30/hr for a superhuman employee.

If it's boosting employee efficiency by 50% as claimed in another Slashdot story above then assuming your Sr. Engineer makes $250,000 a year / 48 weeks / 8hr days = $650/day. + 50% for AI means you're getting an extra $325/day in work from the employee.

They could run 10x costs for 3 hours a day and break-even. But the average is currently way less than 3hr/day. Claude claims the average developer consumes $13/day in tokens. So even if we 10x that it's $130/Tokens per day vs $325/day in productivity.

Comment Re: Rebecca Watson covered this on YouTube (Score 1) 244

DJI just released an e-bike platform where the firmware lets you pick what Class of e-bike you want it to be in the menu. And that takes like 2 seconds to change. So, you're supposed to put a sticker on it labeling what class you picked, but then you also are supposed to be able to use unlimited power on private property and then go into the menu and de-tune it to ride on the road.

Comment Re:Oh no! (Score 1) 89

The practical application IMO is a glorified cubicle. I just want to be able to put on a headset, and have a wireless keyboard and mouse with a 32" 4k monitor anywhere I need to go.

Laptop screens are way too constrictive and the ergonomics are atrocious. But we're still a long way off from 32" 4k display equivalent VR.

Comment Re:Abundance (Klein and Thompson book) on this (Score 2) 199

There is also the problem of maintaining approval over the duration of a project. If voters approved something and couldn't ever be messed with then things would proceed more smoothly. But if at any moment its popularity drops below 50% suddenly it gets defunded and dies and is nearly impossible to revive.

I've seen several infrastructure jobs suffer this fate. It gets approved, then during planning and development voters change their mind and the project is shutdown. Then a couple years later voters change their mind again but it's too late everybody has moved on and you have to start the whole process over again.

When projects take a decade or more, that means it has to survive the political winds for an eternity.

Comment Missing Market Segment (Score 1) 180

What we're really missing today is Tape. Iomega Ditto was impressive because it brought tape to the consumer segment. Today, Enterprise has tape but there's no good way for your average photographer or prosumer to have cheap backups of their data.

I have about 2TB of photos that I've accumulated and there's no easy backup option except for very fragile external HDDs.

Comment Re:Guessing the explanation (Score 1) 48

Don't even have to go very far. The company responses say exactly what's going on. (d) the law doesn't say we can't create cookies unrelated to ad tracking.

âoeGlobal Privacy Controls only restricts certain uses of third-party data and allows website operators to override GPC signals, and we offer the Limited Data Use feature to help websites indicate what permissions they have. When data is transmitted to us with the LDU flag, we restrict the use of that dataâ

we opt the user out of sharing personal data with third parties for personalized advertisingâ a Microsoft spokesperson said. âoeCertain Microsoft cookies are necessary for operational purposes, and may therefore be placed and read even when a GPC signal is detected.â

Slashdot Top Deals

You can't go home again, unless you set $HOME.

Working...