Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Bad Move (Score 1) 84

for the current year but can be carried over for deductions over five years, so the 40% isn't just lost.

Sure.. There are carryover credits for future taxes, but If your income's about average on years you don't win the lottery - say about $20,000 a year for years you don't win the lottery. Your max deduction is only about 8K a year. The charitable deductions can't bring your tax bill below zero, And In that case you will not have nearly enough tax liability over the next 5 years to offset 90K in lost deductions. It is also possible their regular income is so low they Don't ordinarily owe any income taxes every year, or don't owe much, In which case all the deduction is Lost. You do lose the money, unless you are rich and thus have sufficient Income where you would owe tax to be able to take full advantage of those deductions.

Comment Re:How disabled is disabled? (Score 1) 102

It doesn't exactly make sense.. If it's a hardware CPU feature, then you could embed the instructions in your program.

System firmware's function is to manage BIOS components such as peripheral addons and system boot; firmware does not have control over CPU offloads or what CPU Opcodes or instructions can be found in your program code that the CPU will read from your program's memory during the fetch cycle.

The only way they could cause you troubles is if the CPU vendor has specially added some system register flag to the chip allowing your operating system to disable instructions from system mode. But why should Intel want to be complicit in this scheme?

Most likely it is some dumb shit such as possibly shipping Windows drivers or system tables in the UEFI that hide availability of features.

      Also.. if It's a flagship feature of the CPU, and they advertise their product as having that CPU where Intel markets those features, Then it seems like this should be considered a defect under warranty which cannot be overcome without a prominent Disclosure in the product advertising that major Advertised features of the Advertised CPU are Removed and not included..

Comment Re:Shit tier clickbait that answers in the end (Score 1) 102

transcoding on its DiskStation Manager and BeeStation OS platforms, saying that “support for video codecs is widespread on end devices, such as smartphones, tablets, computers, and smart TVs.”

I would call this a shit move. Essentially the only reason I'd buy a DiskStation over a cheap-o Mybook NAS or one-off USB disks plugged into the router would be for that Transcoding support. Just bc video codec support is widespread does Not mean all your playback devices support it. The whole point of the feature is to provide interoperability, and I won't be buying any NAS hardware that cannot transcode to all modern codecs.

Comment Re:It is NOT autoconplete the way you think it is (Score 1) 209

That the statistical model for word prediction is far more complicated that the autocorrect in my text editor does not in any way a refutation of what I said. The more complicated algorithm IS the steroids part of "autocomplete on steroids".

You are doing a fine job of stressing the profoundness of the difference. But it is a difference that is immaterial to the point I was making. The algorithm underlying an LLM is not intelligent, despite being able to create a convincing simulacrum of intelligence.

Intelligence has to do with being able to learn and understand new topics and situations. No LLM can do that. When you hold a conversation with an LLM, the API sends all your previous correspondence (your prompts + its own responses) as a prelude to your next prompt. It is a clever hack (by the LLM designers) to create the impression of having a conversation where one is not actually occurring.

Comment Re: Case in point (Score 1) 209

The problem there is you believe what the AI tells you about its own reasoning. It doesn't "reason" when it answers your query. It predicts the next word, until it is done, based on information in the training set. When you as it "Why did you give me that answer" it does the exact same thing again. Predicts the next word that would appear if you asked a person to explain that answer, until it is done, based on information in its training set.

One of the AI devs over at Kagi posted something recently, that AI is not a liar, but a bullshitter. A liar knows the truth and wants to deceive you. A bullshiter does not know, or care, what the truth is, it just wants to convince you. LLM have been engineered to use convincing tone becuase that gets you to use it again.

There is no reasoning, only bullshit.

Comment Re: Case in point (Score 4, Informative) 209

Precisely. LLM systems are, ultimately, auto complete on steroids. That they can present a reasonable simulacrum of intelligence, does not change the fact that there is nothing else intelligence involved. No reasoning, no knowledge. Just probability based word assemblies.

that is why we are not sufficiently impressed for this douche. We see the limitations, and the harms that come from ignoring the limitations, and end up underwhelmed. They are promising something they are not actually delivering.

Slashdot Top Deals

Nearly every complex solution to a programming problem that I have looked at carefully has turned out to be wrong. -- Brent Welch

Working...