Forgot your password?
typodupeerror

Comment Not all slop is equal (Score 1) 37

I've heard some pretty sad excuses for AI slop (Shunned at a Funeral) but some very clever uses for it too (Amelia). "The best thing the government did...was invent me!"

As long as they're honest about it being AI I'll decide what I want to listen to. It's hard for it to show any creativity, but creativity is sorely lacking in all current music.

...laura

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.

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

Comment Re:Sojust like every other tech growth story (Score 3, Interesting) 231

Amazon took nine years to reach profitability.

I'm not sure Amazon is a good example here. The company famously opted to reinvest its free cash flow into growing the business, rather than saving them and booking them as net income. They likely could have been profitable sooner otherwise.

Also, I am not aware of Amazon receiving billions in government support in the 1994-2001 timeframe.

Comment Re:Or switch to Libre (Score 1) 190

Pages, Numbers, and Keynote are still included with every Apple device. The current versions are fully up to date and are free for any device owner.

What Apple has done is put the AI features and licensed stock images behind a paywall. Which isn't great, but those weren't core features to begin with; the iWork apps existed long before they were added.

To quote Apple: "Yes. You can continue using Keynote, Pages, Numbers, and Freeform for free. And while these apps remain free for everyone, an Apple Creator Studio subscription offers premium templates, a library of high-quality, royalty-free photos and graphics, and powerful intelligence features."

Comment Re:For accuracy (Score 2) 190

While Office 2021 is affected by the expiring license, it's still under support until Oct 2026 and users just need to update. It only reverts to read-only if you don't update.

Thank you. I had been wondering about this precisely because Office 2021 is still receiving updates.

So this is really only an Office 2019 issue. Which still isn't great, but it is at least older.

And from the sounds of things, this only impacts the retail-licensed version of Office 2019. The volume licensed LTSC version doesn't rely on an activation server or certificates.

Comment Re:AI could solve this eventually. (Score 2) 46

It's modded funny because OpenCL is all but dead for new projects. It got weighed down by industry infighting to the point that the big feature of OpenCL 3.0 in 2020 was undoing everything added to the spec after 2011.

So the idea of using OpenCL as a CUDA replacement, rather than something like ROCm or OneAPI, is funny. It's like rewriting C++ programs to use Pascal.

Comment ebikes are dangerous! (Score 1) 244

Speaking as a motorcycle rider, ebikes are dangerous. Not because of the bike but because of the riders. They often don't wear safety gear, they don't follow traffic laws, and many bikes top out at 70-80kph. It took considerable effort to get my Class M. A bike going that fast should require licensing and safety courses and helmet laws. Most people don't realize they can squid out on the road on an ebike just like you will on a motorcycle without proper gear.

Comment No win11. Uh uh, (Score 1) 27

I just installed Fedora 44 on my old Win10 laptop. Because Microsoft made sure this perfectly good laptop with 16gb RAM could not run Win11. And Affinity Suite runs great on wine now. And no obnoxious telemetry tracking. Oh yeah, for games: steam and lutris too.

Yeah yeah yeah, linux linux linux

still, Microsoft is in self-destruct mode.

Slashdot Top Deals

Programmers used to batch environments may find it hard to live without giant listings; we would find it hard to use them. -- D.M. Ritchie

Working...