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

 



Forgot your password?
typodupeerror

Comment Re:Spreading misinformation (Score 1) 130

I sort of agree with you, but the appropriate thing to do is to change the law, not to violate it in the name of "doing what's right". It's true that this would mean amending the constitution, and that's difficult, but they have the legal right to choose what they allow.

OTOH, it would be quite reasonable to deny that they are common carriers if they use editorial judgement as to what posts to allow. That would be an easier approach, and in line with what's been done in the past. I just feel that it's blatantly unconstitutional. (I think the Supreme Court disagrees with me, but that was the Warren court, perhaps the current one would agree...but probably not. That would limit the executive power.)

Comment Re:Do these links currently exist? (Score 1) 47

There are lots of domains were physical evidence is either missing or impossible, yet where many people feel the need to have certainty.

Actually, the space is even larger than that. Every area of expertise implies an area that is not being examined, since people have only finite intelligence and finite time to explore. So...I "believe" in the EWG multi-world interpretation of quantum physics (with a few modifications). This is a belief, because I'm nowhere near expert enough in the field to have detailed knowledge. I *do* acknowledge that there are other interpretations that fit the existing data equally well, but I find them...distasteful.

Also, I believe that my wife was a wonderful woman. This is not based on globally accessible knowledge, partially because "wonderful" is not well-defined.

Etc.

Comment Re:AI can't do anything 'new'. (Score 2) 32

You are wrong. AI has done mathematical proofs that were new. It *can* only be original by combining existing information into new patterns, but if the "rules of inference" are good, this can allow it to create something new and good.

OTOH, you are partially correct, in that it can't derive anything that wasn't already implicitly implied by the existing knowledge.,,because it can't currently run its own experiments.

N.B.: This is a comment about "AI" not about pure "LLM"s. Pure LLMs are a lot less reliable, because they've been designed to never admit that they are uncertain. And because they've been trained on the Internet.

Comment Re:hyperscalers... (Score 1) 43

During the early years the laser was called "a solution in search of a problem". Don't try to estimate what current AIs can do by the applications that they are currently shoe-horned into.

OTOH, every speculation as to how AI will develop further is *speculative*. That explicitly includes the speculation that it will not get any better or more efficient. (And I'd call the speculation that "we've reached top AI" at least as silly as "AGI will show up tomorrow and solve all our problems".

Comment Re:They tried (Score 1) 44

??

the real tragedy of Viet Nam was that the US achieved *exactly* what it set out to do--which was a really stupid thing to do and waste lives upon.

The mission was *not* to defeat the north Vietnamese, but to keep them on their side of an imaginary line. US troops that went over the line got called back.

When the US finally decided it wanted to stop playing, the north wouldn't let them simply leave. To get them to talk, the US bombed them into submission, for crying out loud.

By any *military* standard, Viet nam was an overwhelming success for the US. US troops controlled whatever ground they chose, and won all of the battles.

But "resist aggression and stay on your side of the line" is a *stupid*, even criminal, thing to ask of a military. As is the lives it through away for idiocy.

Comment Re:Do it yourself (Score 1) 86

You oversimplify. I despise Rust, but it does address real problems. (I'm not sure how well, because I won't use it.) I'm thinking of thinks like deadlock, livelock, etc. As someone above pointed out, there are lots of applications that don't need to deal with that, and subsets can work for them. (The above poster worked in a domain where all memory could be pre-allocated.)

Rust felt like programming with one hand tied behind my back. So I dropped it. Only one reference to a given item it just too restrictive. Perhaps it is really Turing complete, but so is a Turing machine. But multi-threaded programs really do need a better approach. (My real beef with C++ (and C) though is their handling of unicode. So I'm currently experimenting with D [ https://dlang.org/ ], which seems pretty good for the current application (though honestly since it's I/O bound Python would be quite acceptable). )

Slashdot Top Deals

Every young man should have a hobby: learning how to handle money is the best one. -- Jack Hurley

Working...