Forgot your password?
typodupeerror

Comment Re:I'm still wondering (Score 1) 199

The gulf aligned against...

The only thing the gulf is aligned against is low oil prices, and the US squabbling with Iran is better than anything they might have hoped for. All the Gulf states are perfectly happy to continue being spectators and losing the occasional airport hanger or pipeline to a flying pipe bomb from Iran/Yemen, as long as that means $100+/bbl oil.

Trump sought out the biggest, wettest pile of shit on this entire planet and jumped into it with both feet.

Comment It's merely a stop gap measure not a solution (Score 1) 200

This is a stop gap measure not a solution. The real solution is the start building nuclear power plants using the latest technology which is a thousand times safer and more efficient. New reactors can run a variety of fuels including the processing of fissionable waste from the old reactors. They can be built far smaller and fit inside a shipping container. They can also be made smaller still and dropped into a lead lined deep shaft in the earth. When the fuel is spent you fill in the hole with more lead and concrete and drill a new hole. New reactor designs will never meltdown like the old designs.

The UK has a fascinating design where an isotope pellet is fired into another isotype target which causes a short-term fusion reaction which heats a substrate such as lithium which liquifies and passes through a heat exchanger to turn water into high pressure steam. Every few seconds you fire another pellet at the target. The moment you stop firing the reaction stops, the lithium solidifies and the reactor is shut down. You just start firing again to bring it back online. The tech is cheap and can definitely be scaled from small to enormous. Many benefits.

Data centers are already talking about commercial nuclear power using new reactor designs. In the meantime, we need to keep pursuing multiple avenues to reach productive fusion reactors. If we can get it working and produce far more energy than it takes to maintain the reaction and keep it contained it will be limitless clean power source.

Comment WTAF? (Score 1) 158

1. GNU coreutils is ancient as is sudo. There's bound to be a metric ton of legacy code in there for all sorts of bizarre edge cases encountered across many platforms and systems over decades. Duplicating all the C code into RUST is a nightmare and the evidence is found in the delays with the uutils being deployed.
2. This is not about security it's about hijacking the GNU General Public License.

I was going to upgrade an LTS server to this new release but now I am seriously considering making a different Linux distribution choice. Ditching Ubuntu LXD in favor of Incus as well. Yes, I know you can install GNU coreutils to override the rust-coreutils (uutils) and even GNU sudo but I want no part of Rust replacements until they have had several years behind them.

I might just go with Fedora or NixOS without Flakes. Yes, I know Fedora is providing rust-coreutils but it is still optional and not the default like it is with Ubuntu. With NixOS it is declarative, so I get to define what I want regardless. Another option is GUIX but sadly, their package list means I would have to package things myself in GNU Guile Scheme way too often. LISP is fun but I don't want to do that on a server.

Comment Re: Bullshit. (Score 1) 118

Can't do it. I'm refactoring on a large code base. I eventually had to tell it to work on just one task and ignore other concerns it had to prevent it from investigating until it got stuck in a cycle of investigation.

Understood, and yeah single tasking seems like a good workaround given the situation. Or switching to an LLM with a larger context window, if possible/practical. I was able to get about 7X more context window "runway" using the AST approach, but it's a relatively small code base to begin with.

Comment Re: Bullshit. (Score 1) 118

Sounds like you're running up against the context window of whatever LLM you're using. Try converting your code to a minified abstract syntax tree first and pass that to your LLM, and ask it what full text it needs in addition to that. It should stay within the context window much better that way.

Comment Re:Well come on bootlickers (Score 0) 148

Let's hear how this is a good thing.

It's possible this might change some minds about government data collection of financial activity.

It would be great if we all someday learned that PITT data analysis was actually based on de-anonymized CFPB data, which constitutes the singular largest and most granular financial surveillance program the US government operates, and perhaps put a large moral panic sized dent in the "consumer protection" narrative.

Comment Mercator works okay when you are zooming (Score 1) 274

But for a zoomable world map, the Mercator projection isn't too bad. Most of the time you are not opening Google Maps to see a view of the whole planet. You will zoom in to a smallish area, and within that area, the shape and relative sizes are preserved. OK, zoom level 5 in Iceland is a different magnification from zoom level 5 in Colombia. That doesn't matter much, as you just zoom to whatever level shows the area you want.

By contrast if you pick a projection like Equal Earth, it's great for a whole-planet view, but anywhere away from the central meridian is skewed. Your city map of Vancouver will show roads that run due north pointing diagonally up and to the right -- while east-west roads are still horizontal, so you can't just rotate. The fact that your zoom level shows the same magnification as someone in Madagascar viewing the same zoom level is irrelevant.

Comment Re:A giant step forward for mankind (Score -1, Troll) 274

but is this really the top agenda item at the UN?

Sure. Why not? The grifters bumming around the UN live in paradise; all the soluble problems they might otherwise suffer in life have been solved. So they pick at these scabs, having little or nothing better to do: once you've finished doling out the annual climate bucks budget to the official climate narrative writers, what relevance does the UN have on this Earth, aside from the periodic condemnations of Israel?

Comment Re:Crappy IT security has consequences (Score 1) 76

What's this Ohio thing you're referring to?

FirstEnergy stole >$500 million by applying a surcharge to rate payers for smart meters, dumped the money into a general fund and spent it on other stuff, including some bribes of Ohio politicians, and colluded with the PUC to alter audit records to cover it all up. The former Ohio house speaker is in prison over it right now. Another politician died before trial; supposedly a suicide...

And no, we're not talking about different hardware. The same rampant corruption is endemic throughout the entire industry for all such procurement. The contractors, utilities, PUCs and politicians are all feeding at this trough.

Slashdot Top Deals

You must realize that the computer has it in for you. The irrefutable proof of this is that the computer always does what you tell it to do.

Working...