Forgot your password?
typodupeerror

Comment Re:"bring the missing functionality back in future (Score 5, Insightful) 31

Audacity has been on a very long journey to modernize itself. It wouldn't shock me to learn that they shipped it with functions that are being most widely used or easiest to carry over just to get over the hurdle of getting a major release out the door. It's a beloved tool; I know a bunch of people for whom it's a production linchpin, and I think the developers working on are aware of the number of edge cases where only some tiny fraction of their users make use of a feature. Those people can stay on version 3 for now.

IIRC, a lot of what needed to happen with Audacity was an overall change in user interfaces, which required a lot of deep thought about how people interact with the application. It may be that some of the unhandled features just don't align with the current user experience.

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: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.

Slashdot Top Deals

Any programming language is at its best before it is implemented and used.

Working...