Forgot your password?
typodupeerror

Comment Re:Single dumbest way? (Score 5, Informative) 165

The logic is economic autarky -- the belief that we're always better off having complete political sovereignty over every part of our supply chains than having to depend on imports for anything.

This is likely also behind Trump's trade war with Canada. His demands with Canada aren't about discirimatory tariffs -- those were negotiated away with NAFTA then re-negotiated in his first term. His demands are now infringe on Canadian sovereignty, to give US control of Canada's external trade policy, and even on its internal markets (e.g., the use of French in Canadian internal commerce). Symbolically, that's why he wants to rename Lake Ontario to "Lake America". HIs establishment of US control over the Venezuelan oil industry is his greatest foreign policy achievement -- although it's not clear he understands the legal limits on what he can do with their money.

There's a foreign and military policy angle to this too: Taiwan is absolutely critical to the US economy, so we are absolutely committed to defend them if China invades. Semiconductor autarky would mean it's not our problem.

The problem with autarky is that even if it's a good idea (which economists don't believe), you can't conjure it into existence overnight. It will take many years, possibly decades for the US to replace the Taiwan's semiconductor industry. In effect, the administration is proposing to inflict the very damage on the US economy that a Chinese invasion of Taiwan would inflict.

And, once the US has voluntarily self-inflicted that damage, China would be free to invade Taiwan.

Comment Re: The long-term impact of this on the US (Score 2) 195

I suspect you were just asked to be nice, and through a combination of spectrum OCD and insufficient cognitive therapy, you decided somehow you were being asked to do something wrong.

So you helped elect an ignorant sociopath. Congrats on that. Maybe you should have attended more of those cognitive therapy sessions.

Comment Re:Anyone mirror hf yet? ;-) (Score 3, Informative) 39

Nvidia has been a pretty big supporter of open source projects for AI over the last half-decade or so. Many of the company's technologies are open source, most notably their open-weights model, Nemotron, and Dynamo, their inference serving and distribution framework. So it would be surprising to see them do anything to close off the Hugging Face collection. If nothing else, keeping it open is in Nvidia's own self-interest. The frontier AI companies themselves are all designing their own AI chips (e.g. OpenAI Jalapeno, Meta MTIA), which reduces the amount of Nvidia hardware they need to buy. Whereas smaller operations using open source models will inevitably pair those with commodity COTS hardware, which is where Nvidia reigns supreme.

Comment Re:Their real argument (Score 1) 137

Jesus Fucking Christ. It's 2026, Trump has been putting his boot on the necks of major networks and studios for a year and a half now. I realize you probably fell into a coma in 2016, but ten years later, the free press, regardless of what you think of it, or fair you imagine it is, is under direct assault. Fuck off with the "MSM" bullshit and grow the fuck up.

Comment Re:Which Epic games is that? (Score 2) 48

Epic added a Linux build target to Unreal Engine 4.1 in 2014. And since UE5 in 2020 the entire development toolchain has been feature complete in Linux. Meaning you could make your Unreal game on Linux and then release it natively for Linux (and Windows/consoles/mobile devices/etc).

So while Epic has not been the best supporter of Linux, they have not been ignoring it, either. The core engine is ready. What's left is that the anti-cheat software (Easy Anti-Cheat) and the store need to catch up.

Epic looks to be hiring to improve the anti-cheat situation as it currently lacks kernel-level support, and this latest announcement indicates that they're working on getting EGS running as well.

Comment Re:Heavy Lifting (Score 3, Interesting) 66

Investors are chasing a company that achieves some kind of AI singularity. Let's set aside the fact that there's no reason to believe there is anything but diminishing marginal returns by making marginal refinements to current frontier models. Let's imagine someone hits the jackpot and gets, not even AGI, but a system that's as far ahead of today's frontier model are ahead of 2020's GPT 2.0 in performance.

Globally AI revenues are 150 billion, against a cumulative burn rate of 450 billion. A model that is a generation ahead of others would almost certainly capture the lion's share of that revenue.

If AGI magically appears as a Sam Altman has promised investors it will, a hundred million is way too low. Add, maybe, another zero to the revenues.

Conservatively, a safer assumption is that frontier models will get marginally better based on refinements in training and reinforcement and the other bits and bobs that go into these systems. The nobody is winning the lion's share of anything, at least overnight. But you have to define "safe". By "safe" I mean unlikely to lose money. But some investors are clearly defining "safe" as "having the greatest chance of owning a piece of the biggest thing ever."

I'm not following this super-closely, but if Anthropic is pursuing adding multi-step model based reasoning to their system, that could be the basis of a generational leap in capability. But if that is an approach that looks like it has a chance of working, then their competitors are no doubt pursuing the same thing. In that case you'd expect the revenue pie to grow as the scope of model utilty increases, but that growth to be split among several competitors. This could credibly result in a revenue stream for some of them that is as big as the entire industry's revenue stream today. But there's going to be hell to pay on the data center impacts end of things.

Comment Re:Late to the party (Score 1) 49

Xbox 1 emulation is in a so-so place right now. Xemu has pretty good compatibility (80% or so), but it is very, very slow.

To date no one has been able to develop an Xbox emulator using high-level emulation, so Xemu takes a low-level approach based around QEMU. Which makes the computational requirements much, much higher*. To the point where there are plenty of games that run at half-speed (or worse) even on the latest CPUs. The current emulators are heavily CPU limited (and to just a couple of threads at that), and CPUs aren't getting faster very quickly these days.

So if Microsoft has an emulation environment with much lower overhead, then that is a significant development. Because even with third-party emulators available, most games aren't currently fully playable on them.

* LLE extends to the GPU as well. So a lot of cycles are burnt emulating parts of the NV2A GPU and its 25 year old peculiarities

Slashdot Top Deals

Premature optimization is the root of all evil. -- D.E. Knuth

Working...