Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Computers don't "feel" anything (Score 1) 39

It's different from humans in that human opinions, expertise and intelligence are rooted in their experience. Good or bad, and inconsistent as it is, it is far, far more stable than AI. If you've ever tried to work at a long running task with generative AI, the crash in performance as the context rots is very, very noticeable, and it's intrinsic to the technology. Work with a human long enough, and you will see the faults in his reasoning, sure, but it's just as good or bad as it was at the beginning.

Comment Re:Computers don't "feel" anything (Score 2) 39

Correct. This is why I don't like the term "hallucinate". AIs don't experience hallucinations, because they don't experience anything. The problem they have would more correctly be called, in psychology terms "confabulation" -- they patch up holes in their knowledge by making up plausible sounding facts.

I have experimented with AI assistance for certain tasks, and find that generative AI absolutely passes the Turing test for short sessions -- if anything it's too good; too fast; too well-informed. But the longer the session goes, the more the illusion of intelligence evaporates.

This is because under the hood, what AI is doing is a bunch of linear algebra. The "model" is a set of matrices, and the "context" is a set of vectors representing your session up to the current point, augmented during each prompt response by results from Internet searches. The problem is, the "context" takes up lots of expensive high performance video RAM, and every user only gets so much of that. When you run out of space for your context, the older stuff drops out of the context. This is why credibility drops the longer a session runs. You start with a nice empty context, and you bring in some internet search results and run them through the model and it all makes sense. When you start throwing out parts of the context, the context turns into inconsistent mush.

Comment Re:Separate grid, please. (Score 2) 71

It probably makes more sense given their scale for them to have their own power generation -- solar, wind, and battery storage, maybe gas turbines for extended periods of low renewable availability.

In fact, you could take it further. You could designate town-sized areas for multiple companies' data centers, served by an electricity source (possibly nuclear) and water reclamation and recycling centers providing zero carbon emissions and minimal environmental impact. It would be served by a compact, robust, and completely sepate electrical grid of its own, reducing costs for the data centers and isolating residential customers from the impact of their elecrical use. It would also economically concentrate data centers for businesses providing services they need,reducing costs and increasing profits all around.

Comment Re:Not a bad game, no... (Score 2) 19

"Ugly is in the eye of the beholder."

Well, a lot of beholders found it ugly. When one of the most common types of reaction videos is "Here's how I would fix the unappealing character designs and color palettes," you've got a problem. Didn't help that it cost money when the competition was FTP.

Comment I cut the cord years ago (Score 1) 105

Too much money for not enough content.

When I had my morning toast and coffee earlier today I chose between three YouTube videos. An analysis of a high-performance motorcycle engine, a review of an off-road vehicle and troubleshooting a hybrid car. All cable ever has these days is reality shows.

...laura

Comment 32 bits 64 bits big-endian little-endian (Score 4, Interesting) 28

I support a legacy app that was written back in the 1990s. It originally ran under VxWorks with custom hardware, variously 68k and PowerPC.

The first port I did was to Solaris. No byte-order issues and I kept the 32 bit ABI. It worked well.

When the Powers That Be decided to ditch Sun hardware and Solaris in favour of x86 and Linux I ported it to Linux. Parts of the code weren't byte-order clean, but I worked through them. The code is heavily 32 bit dependent and I never did create a viable 64 bit version (I tried, believe me...), so it runs on our last 32 bit server in the data center. The service it supports is slowly dying so there's no business case to spend any more time or money on it. If the business case existed I'd apply what I've learned in the meantime and rewrite it from scratch anyway.

The Linux port was initially unstable. It would run for a random time, hours to weeks, then two threads would deadlock. After a couple of years of letting it run and watching it crash I traced the deadlock to an "optimization" that didn't actually do anything, with an if statement that had about a one in a trillion chance of going the wrong way. I removed the optimization and the application has been running fine ever since.

...laura

Comment Re: It didn't fail music (Score 1) 93

"What does Trump talking about sending tariff money to citizens say about the rise of basic-income-type policies?"

It says that Trump will spin self-serving lies without end to get what he wants. But we already knew that.

It's never going to happen. The money is not there, and Trump would never do it anyway.

Comment Re:With Science (Score 1) 95

Science? Really? There's a lot of soft-brained, unscientific and technophilic pseudo-religion in the article.

Let's work with the argument's load-bearing phrase, "exploration is an intrinsic part of the human spirit."

There are so many things to criticise in that single statement of bias. Suffice it to say there's a good case to be made that "provincial domesticity and tribalism are prevalent inherited traits in humans", without emotional appeals to a "spirit" not in evidence.

Slashdot Top Deals

ASHes to ASHes, DOS to DOS.

Working...