Forgot your password?
typodupeerror

Comment Re:BitTorrent (Score 1) 60

Yes there is, it's hardware and driver version dependent. It's far more efficient to just do the compilation in the background than to keep a precompiled version for each game for each combination of hardware and driver, x2 once for Vulkan and once for DirectX for games which support both.

They could take that one step further: once your computer has compiled the appropriate shader for its particular combination of hardware/driver/etc, the game could upload that particular shader to a repository, so that the next install with the exact same combination of conditions could just download it instead of having to duplicate the work. I imagine there are a lot of people out there running functionally identical systems that would benefit.

I suppose they don't do that because they don't trust people not to repurpose the mechanism as a malware vector, or something.

Comment Re:I love it! (Score 1) 159

I love this idea because I know the second a company using this crap gets bitten it's going to be an extremely expensive problem the fix

That's my gut reaction too -- this will result in software with obscure bugs that are near-impossible for a human to find or fix because no human even understands how the software works.

OTOH, maybe no human will need to find or fix the bugs, because they can task an AI to find and fix them instead. I'd say that strains credibility, but last year I would have said it strains credibility that an AI can understand (or, at least, "understand") human-written code as well as a human programmer, and yet here we are.

Comment Re:Dandy (Score 1) 74

Mullahs with nuclear fusion. What could go wrong?

I think you're confusing fusion with fission. A Mullah (or any irresponsible person, for those who prefer not to sound like a bigot) who has access to grossly abuse a fusion reactor might at worse damage the reactor and sprinkle a trace amount of radiation around. They certainly wouldn't be able to make any kind of weapon out of it.

Comment Re: Not for long. (Score 1) 144

When the bombs start dropping near your back yard, are you going to be thinking of âoecostsâ at that very moment, or are you going to realize with the threat of death nearby that fighting over cobalt and lithium might just actually force you to realize the EV mineral wars, will NOT be any less deadly?

One nice thing about cobalt and lithium is that they don't get consumed when you use them. When you drive your gas-powered car, the gas you put into it goes away forever, and you have to buy another tank next week, every week, for the life of the car. The rare earths in your EV's motors and batteries, OTOH, remain present and usable for the lifetime of the car, and can and will be reclaimed for other purposes after their service life ends.

So sure, there might potentially be wars fought over those elements; but it's much less likely to come to that, partially because manufacturers are learning to get by with less or none of those elements, but mainly because every nation-state that depends on them already has a de-facto internal stockpile that it can rely on instead of having to go to war for more.

Comment Re:Good luck with that (Score 2, Insightful) 54

If a free work is freely used to freely train these LLMs about freedom, what chance does a "free" foundation have against these AI giants?

ftfy

Don't get me wrong -- I love Linux and all free software, and think the FSF has its place. But, they went a little coo-coo with GPL v3 (Linus is right), and this situation just further illustrates their chronic hypocrisy.

Slashdot Top Deals

The only way to learn a new programming language is by writing programs in it. - Brian Kernighan

Working...