Forgot your password?
typodupeerror

Comment Re:Maybe now we can finally get rid of COBOL? (Score 1) 21

It's certainly possible to translate COBOL source into another computer language of your choice, although I'm not sure LLMs are the best tool for that job. An LLM might be able to give you more readable post-translation source code, but traditional machine translation would give you post-translation source code that works correctly, which is probably more important.

Submission + - Blue Origin rocket New Glenn 4 explodes during static fire (orlandosentinel.com)

symbolset writes: Many sources. Including Orlando Sentinel.

All personnel accounted for. The rocket, planned to launch Project Leo internet satellites for Amazon in the coming days is lost. The detonation was significant, likely destroying the launch pad and ground support equipment nearby. Speculation is it could be a year or more before Blue Origin can attempt another launch as this is their only launch facility. Another New Glenn booster was on a hangar nearby that appears damaged. No status on that booster yet.

Just days ago NASA announced the selection of New Glenn for launch of two rapid development rovers later this year.

Comment Re:Grundfos? (Score 1, Insightful) 49

Who in fuck is Grundfos?

"Grundfos is a global leader in advanced pump and water solutions, renowned for its highly efficient, reliable, and sustainable pumping systems."

Ah.

Translation: A company that has the potential to benefit from regulation by squeezing out competitors wants more regulation.

I'm not saying they're not right, just that it seems awfully convenient for a company specializing in pumps that recirculate data center water to want efficiency regulations that would push customers towards their most efficient (and thus presumably most high-margin) pumps.

Comment Re:Grundfos? (Score 5, Informative) 49

Why does your water heater need a pump?

Instead of having your hot water fan out in a tree, you wire it like a token ring with a return pipe, where each faucet only has a short bit of pipe between it and the ring. Then, you have a pump to circulate hot water through the ring-shaped pipe network. That way, it takes half a second to get hot water instead of half a minute or more.

Comment Re:This should not be acceptble... (Score 1) 124

Depends on the exact wording, but Android Open Source Project (ASOP) is not shipped on many devices. Most ship with Android, which includes Google Play Services and a load of other proprietary, closed source stuff. So presumably they would need to implement these controls, and I'm sure Google will oblige by offering them to vendors. In fact even if they were not mandatory, I expect vendors will market it as a feature and want to include it anyway.

Sure. I'd imagine most hardware vendors will want it. I'm just saying that the wording, at least as described in the summary, is... problematic at best.

Comment Re:I don't currently use Rust (Score 1) 140

This is why C code is bad, because C programmers never ask themselves, "How do I not leak memory?"

Another way to phrase that would be, "This is why C code is bad, because C programmers are expected to understand the rules about how to not leak memory, but there is no mechanism to enforce that requirement".

... and to their credit, eventually some of them do figure it out, and after that they (mostly) write good C code that doesn't leak. However, that doesn't change the fact that at any given moment there are millions of unseasoned C programmers out there who haven't reached that point yet, and who are nevertheless writing leaky code which gets put into production and causes trouble; and new C programmers appear every day. It's the Eternal September problem, applied to memory management.

So either (a) we ban C programmers from pushing to production until they've had at least 5 years of experience, or (b) we find some means to flag their errors at build-time, or (c) we live with the status quo messiness indefinitely. Linux is going with Rust as their mechanism for implementing plan (b).

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

If you have access to a God-tier LLM that you can rely on to find every bug, I think that could work.

However, I don't think anyone in the Linux community is ready to trust LLMs to that extent just yet. Not only are they quite fallible, they are also non-deterministic -- so if you ask your favorite LLM to find the bugs in the code, and it doesn't find any, and then you feed it the exact same prompt again, it might find some on its second attempt. So how do you know when to stop re-asking?

LLMs are currently constituted are very useful for finding bugs, but not so useful for guaranteeing that no bugs remain.

Comment Re:This should not be acceptble... (Score 2) 124

Is that a serious question? Even in the late '70s when dinosaurs roamed the earth, the kids were dealing with the technology the parents didn't understand. While that is starting to be inverted (GenX and Millennials seemed to be peak tech-able), many parents still rely on the kids for that sort of thing.

Comment Re:Age Verification for any OS is insane (Score 1) 124

This would be like requiring every single restaurant and fast food place to check photo ID because somewhere in the entire state a bar exists where you have to be 21.

Not really. It's more like requiring all vendors who sell cash registers used in restaurants to support checking photo IDs because some restaurants also serve alcohol.

Comment Re:California (Score 1) 124

Because, it's California, and the Governor and mayors can't put the responsibility for actually taking care of their kids and making sure they aren't on a website "that could be dangerous".

There's no safe way to prove your age to a website. Any scheme requires trusting some arbitrary third party that could secretly be the government doing timing comparisons between the verification and DNS queries and stuff to unmask anonymous users. At least with operating system or browser vendors, they presumably have a strong commitment to minimizing the risk of someone publicly posting "John Doe just visited sexwithseaturtles.com" or whatever.

Slashdot Top Deals

FORTRAN is for pipe stress freaks and crystallography weenies.

Working...