Forgot your password?
typodupeerror

Comment Re:insanity (Score 1) 78

local LLMs aren't there yet and probably won't for the forseable future for ordinary people. If you want to run a full model like DeepSeek v4.1 Flash, you need something like half a TB of RAM.

The open-source LLMs are a different threat: They enable a service industry independent of the large players. I could today get some venture capital, rent a few racks in a hosting center, install a bunch of beefy machines and offer the same service as Claude or ChatGPT, just on an open-source model. The differences in benchmarks are becoming irrelevant for 95% of common use cases. And if I can offer that service for $19/m while OpenAI wants $29/m then OpenAI has a problem.

And IMHO this is the chinese strategy: Undermine the US AI industry by breaking its business model.

Comment insanity (Score 4, Interesting) 78

Has everyone gone insane or are we witnessing a major PsyOps ?

Since AI isn't magical, for it to be able to "kill all humans", it would have to be able to acquire the means to do so. Which means that these already exist. It means someone is able to do it right now. And we're chill with that, but worried about AI?

No doubt a bunch of autonomous weapon systems linked into a C&C could cause considerable bloodshed. Given that most of the existing weapon systems of that kind are essentially suicide drones, it'll still be limited damage.

Human-killing virus? Still need a means of creating and delivering it.
Nuclear war? We have humans in the loop.
Drive us all insane with AI-slop TikToks? A few percent of humanity still don't use that.

So what is the actual scenario ? When someone shouts "AI will kill us all", why don't we ask them "how, exactly" ?

Submission + - AI: Many discussions, no underlying explanation. 1

Futurepower(R) writes: AI: There is a huge amount of AI news and comments, but apparently nothing that helps people understand how AI is developed, and functions.

We need a book, or other information, that explains how AI technology functions.

Comment Re:Which is it? (Score 0) 124

A few days ago there was a story about how an AI store was failing horribly. It can't do that, but at the same time will destroy us?

Not "at the same time". You're conflating what AI can do now with what it will likely be able to do in a year or five, or 20.

Amodei and others are worried about what AI that doesn't yet exist may do, not about what current-generation AI can do. AI is getting better, very quickly, and unless there's some blocking obstacle that no one has been able to identify will at some point become far, far smarter than humans, individually or collectively. So before that happens, we need to figure out how to make sure that superintelligent AI wants to help us, and wants to do it in the right way.

Submission + - Why can't M$ get any UI/UX changes right? (pcmag.com) 1

golem100 writes: A couple weeks ago PCMag, and others, wrote articles along the lines of: "Microsoft Finally Backs Down: The Windows 11 Taskbar Update You've Been Waiting For". This is currently implemented with CU KB5120998 and since M$ has elected to defer "activation" of this feature--some two weeks later for most users it still needs to be enabled by the ViVe tool: vivetool /enable /id:59213768,61090762

Um, No...

The fundamental set of [lost] attributes that this "We brought Movable TaskBar back" lacks:

You can not control the position of the TaskBar on each desktop monitor--example: I have four displays on my desktop, three Landscape & one of which is in a Portrait orientation for reading documents.

With Windows7/8/10 you could position the TaskBar so that it was "Out of the way" and each display--on the right side of the right-most Landscape, on the left for the left-most Landscape display, & on the top/bottom for the Portrait. [same as my desktop on my Linux workstation]
Now you still get the same Taskbar alignment on all desktops.

You can not "resize" the taskbar. (well, you can--it has three sizes: too big, too small, and really way too small) For the previous three generations of the OS you could "Drag-Select" and resize the TaskBar to be the correct size for your needs on your desktop. [...just as I can on my KDE Desktop!]
With this implementation, 1/3 of the Taskbar real estate is consumed with "TaskBar-Tray Notification Icons."

Nobody asked for a partial, broken, re-implementation. The ask was: "Put it Back as it was!"
Dealing with M$ is pretty much like getting your 15 year old to do their chores on garbage night.

Comment Re:Ok, but⦠(Score 5, Insightful) 156

Considerably more difficult than you imagine. Between them, they have almost 70 command-line options or flags. Taking into account that many of those behave differently depending on the presence or absence of other flags, there's a couple hundred different code paths. Then you need to handle directories, files, sparse files, sym- and hard-links, on and across different filesystems, not to mention the various file-like things scattered around (pipes, streams, etc.)

It's not rocket science, but neither is it trivial.

Slashdot Top Deals

"It's my cookie file and if I come up with something that's lame and I like it, it goes in." -- karl (Karl Lehenbauer)

Working...