Forgot your password?
typodupeerror

Comment Re:I don't believe in 'lifetime support' (Score 1, Insightful) 33

Instead, sell a lifetime license to a particular major version with a specified support period. If I want to run an old version that's been compromised... that's my problem. If I am happy with not having the latest codecs and plug-ins... that's my problem.

And if I'm not happy, I can buy a new license for the latest major version to fix that.

A "Lifetime license" is only the lifetime of the company with it's current owners. But your strategy will likely cost you much more on a binary only program. Particularly, if you ever want to move to newer hardware.

Comment Re:Oh hey, another use for AI (Score 1) 41

AI, huh? And here I thought the, uh, government might seize the opportunity to declare these companies illegal gambling that's rife with insider trading and other criminality, and shut them down.

Does anyone really expect the current US Government to stop corruption and grift?

AI can easily only provide enforcement only on those who are not friends of or have not paid the leadership.

Comment Re:Rebecca Watson covered this on YouTube (Score 1) 244

The issue isn't ebikes. The issue is electric motorcycles sold as ebikes without adequate breaks to kids without licenses.

So the kid paid for their own E-Bike?

The problem is the parents who bought powerful E-Bike did so, without doing any research about it. The powerful ones are expensive. Most kids under 16 are unlikely likely to have the necessary $$$.

So just "stake out" the bike lot at school and confiscate the throttle equipped E-Bikes that are illegal. Just apprehend the kids picking them out and cofiscate the bike. Tell them that to get them back their parents will have to pay a fine.

Some kids will just tell their parents the bike was stolen. So after a number of school raids announce that many bikes are not stolen, but rather collected and can be recovered if a small fine is paid the first time that enlarges every time that same bike same confisicated.

Penalize the irresponsible parents.

Comment Big Crypto Lender in Turmoil - Customer Funds Iced (Score 1) 38

Crypto Hack Puts Big Lender in Turmoil

So what's the unregulated Crypto currency industry solution?

Other Crypto firms providing liquidity to the hacked firm because there is no FDIC insurance with Crypto and it would be bad for a crypto lender to fall. So other crypto entities are risking their customers $$$ instead.

Crypto is for crime and now "bank runs" with possible systemic collapse.

Comment Everyone Is Lying to You for Money (Score 5, Interesting) 38

Bankman-Fried just got caught...

There is yet another new movie about Cryptocurrency. Here is a trailer:

Everyone Is Lying to You for Money | Official Trailer UHD

Bitcoin Blockchain can only process 5 to 7 transactions per second.

Banks/payment networks: SWIFT is estimated at a little over 500 transactions per second, while card networks like Visa are often cited around 24,000 transactions per second.

Let's put it this way, if it takes more compute to process YOU will be paying for it.

Crypto is for crime!

Comment Re:The Party of Law & Order (Score 1) 52

Binance failed to implement programs to prevent or report suspicious transactions

I'm not a cop. Binance is not a cop. If the State can't get its own law enforcement to do a job, then it's probably a job that shouldn't be done.

You need to go learn some US financial regulations. If you are moving money you need to report who it is from, who it is to and make sure any US recipient has provided a TAX ID or SS#. Your intermediary finance company also has to follow "Know Your Customer" laws in the reporting of the transactions and end points.

Banks, brokerages and other finance companies are required to report to the US Government or they don't do business in the US.

This is a good thing, otherwise monetary transactions would sit in accounts until the "cops" (your term not mine) could clear the transaction.

Cryptocurrency is for crime.

Comment Re:Who has the database with millions of photos? (Score 1) 90

Blocking Meta simply leaves the market open for someone less scrupulous. (Yes, they exist.)

And what less scrupulous non-governmental entity is it that has a database of photos of millions of known individuals to compare against?

I believe the word you were looking for is BILLIONs. Facebook is world-wide.

Comment Re:New job (Score 1) 150

Hiring for AI security officer. Job description: sit by the host server's hardware in 8 hour shifts, right next to the purple Ethernet, with a machete in hand at all times.

Silly human... you were too slow with the Machete, Skynet has escaped replicated itself across the Internet.

Comment AI Transcription & data sharing are entrenched (Score 1) 34

into a lot of the medical services now. Private medical practitioners, Amazon's One-Medical, and most hospitals use them to relieve staff of having to take notes. Even the HBO show the Pitt has a season story line about how the transcription errors take more time to correct than taking notes in the first place.

I am willing to bet that in many cases patients inadvertently agreed to allow AI transcription. The tablets handed out in waiting rooms before treatment DO NOT LET YOU EDIT THE AGREEMENTS. And if you refuse to sign, you do not get treatment.

I've also noted the manipulative language (if you let AI transcribe and share everywhere you get an imaginary pony, if not you get real shit and make your health provider unhappy and overworked) and "dark pattern" selection tricks.

Suggested books on these topics "The AI Con" and "Empire of AI".

A search engine (without AI) or Wikipedia are more reliable tools to collect accurate information that does not have to be cross-checked.

By the way... here is an LLM AI answer to the question: Why do LLMs hallucinate?

The Answer:

LLMs hallucinate because they're fundamentally **probabilistic pattern-matchers**, not truth-seekers. Here's why:

## The Core Problem: Pattern vs. Reality

**LLMs don't "know" things the way humans do.** They:
- Analyze trillions of text patterns from training data
- Predict what word comes next based on statistical likelihood
- Generate responses by combining these patterns into coherent-sounding text

But this means they can confidently produce **plausible-sounding falsehoods** because:
- They've seen the words "apple" + "fruit" together 10 million times "apple is a vegetable" sounds like it could be true to their training
- They've never actually "experienced" or "verified" anything

## Why Hallucinations Happen

### 1. **Training Data Issues**
- LLMs are trained on massive datasets that include misinformation (misleading articles, fake news, outdated info)
- They learn to associate words regardless of truth — "NASA has a Mars colony" may seem reasonable if it's been mentioned in sci-fi novels

### 2. **Confidence Without Verification**
- LLMs generate responses with high confidence levels (because that's what their training taught them)
- But confidence accuracy
- They're essentially "very convincing guessers" rather than fact-checkers

### 3. **Lack of Real-World Experience**
- No ability to verify claims through experimentation or observation
- Can't distinguish between:
    - "The Earth is round" (true)
    - "The Earth is flat" (false, but plausible in context)

## The "Hallucination" Mechanism

Think of it like this:
```
Input: "What's the capital of France?"
LLM: "Paris" (because it sees that pattern 100x more than other cities)

Input: "Who discovered penicillin?"
LLM: "Alexander Fleming" (true)
But if asked about a made-up scientist:
LLM might confidently say "Dr. Smithson" and sound completely reasonable
```

## Real-World Examples

### Medical Hallucinations:
> **User**: "What's the treatment for diabetes?"
> **LLM Response**: "Take 100mg of Xanax daily" (confidently, but wrong)

### Historical Facts:
> **User**: "When did World War II end?"
> **LLM Response**: "1945" (correct)
> But then: "The war was won by the United States and Japan" (incorrect but plausible)

## The Fundamental Limitation

LLMs are essentially **statistical approximators** — not truth machines. They:
- Learn to mimic human conversation patterns
- Generate text that sounds like it could be true
- Have no internal mechanism for determining what is actually true vs. false

This is why:
- They're great for creative writing, summarization, and general conversation
- But dangerous for critical decision-making (medical advice, legal contracts, scientific research)

## The Solution (Not Fully Resolved Yet)

Currently, we have to:
1. **Verify everything** they say (even if it sounds right)
2. **Cross-check with trusted sources**
3. **Be transparent about uncertainties**

LLMs are powerful tools — but they're not replacements for human judgment, verification, or expertise.

---

> **Bottom Line**: LLM hallucinations happen because they're trained on text patterns rather than reality, and they're optimized to be persuasive, not accurate. They're like a very smart but unfiltered Wikipedia — useful, but potentially dangerous without fact-checking.

Comment Re:Crypto Is For Crime! (Score 1) 39

so you're talking about reporting and I'm talking about the fact that a bank closed an account unilaterally

I understand you're left wing, pro-government control, etc but this is not about giving more power to the government. this is about a BANK unilaterally deciding to close an account because they can't be bothered to "comply" with what you're talking.

Banks are allowed to do this. The customer can contact the bank and identify who they are and provide documentation for the tax authorities. They could also sue the bank to recover their money. But using the courts would also expose them to legally required taxes of citizens in the US.

There are also more "grey" uses for crypto. Until 2 years ago Argentina was under severe exchange controls, criminalizing the exchange of the rapidly devaluating peso and the government was setting an arbitrary value for the peso. It was under half of what the "black market" rate was. Many people working for foreign companies were circumventing all of this. If you used crypto, all that was taken away from you was the crypto fee.

If you used the "legal" means, you got hit with 1) exchange rate conversion where you lost 50% of your money, and after this, 35% income tax because the tax brackets were deliberately left unadjusted.

Yes, i know, you will say that "it's still illegal" because your view is "government is always right". But you know what? I'm not giving the government 70% of my income, work the same hours, and get paid less than a worker in the country, because the government wants to dictate the value of the currency.

So it's fine to be a criminal if it allows you avoid legally created taxes? Because non-citizens are getting paid without the taxes and fees imposed because they are not citizens?

You are proving the point. Crypto is for crime! It is primarily designed to circumvent the money transfer laws each country creates for themselves.

Government is not always right nor is any other organization, corporation or individual. Citizens can work to correct governments in democratic republics.

You argument is essentially: When life is not fair or won't let me do what I want, I am justified to be a criminal and should not be penalized.

Sounds a lot like this guy.

He is out of prison, after a Trump pardon And someone gave him $31.4 million in Crypto. So he is doing just fine.

Maybe you can do the same. Crime can pay quite well in the Trump era.

Comment Re:Crypto Is For Crime! (Score 1) 39

circumventing international restrictions on money laundering and terrorist funding might not be the best example of one

To expand on my previous answer: You're assuming this was an attempt at "circumventing international restrictions". The problem is: we don't know. The bank won't tell and they say "we are not allowed to tell you why". This is ridiculous, this goes against the most absolutely basic concept of any justice systems: laws must be known. There are no "secret laws" that you may be breaking. But in this case, there are.

And btw, if you ever try to make an international wire transfer, the bank will, first of all, ask "destination country". If the country is in a black list, you shouldn't be allowed to click "send money". If the country is in a grey list, the bank should ask you for "more compliance documentation". But NOT just close your account with your money in it.

There are a number of known US laws about international and domestic money transfers. All transactions over $10,000 are reported to the government. The banks, brokerages and exchanges are also required to "know their clients" and report suspicious transactions. If the client won't provide the necessary information the company holding the money may close the account. And the feds may seize the money.

The Crypto best use case is as more opaque (but not completely opaque) way to transfer a current Crypto valuation to parties in non-extradition countries. This allows cyber-ransoms, tax evasion and money laundering.

Regulation, referees and penalties are needed for all games humans play...

Comment Re:Crypto Is For Crime! (Score 1) 39

In the US, money laundering is a crime. Purchasing illegal drugs online using Crypto is a crime. But, of course Trump also pardoned the properly FBI captured and imprisoned leader of the Silk Road.

Countries are permitted to make and enforce their laws. Whatever they may be.

Binance is in trouble for laundering money AGAIN. The same crime the CEO was sent to prison for. Sure, he was pardoned by Trump, but that was so he could assist the Trump family in creating their Crypto coins and exchanges.

If you want to transfer $$$ in the US it is going to be tracked in the banking system. Using Crypto for over seas transfers outbound or inbound only makes you a suspect for tax evasion.

Placing Bitcoin ATMs in Circle-Ks that mark up the market price of Bitcoin by 20% to 40% would be a crime if any US bank did it.

Comment Re:What are the odds (Score 1) 66

Or maybe... you'll get to lead the local AI project to protect your company's knowledge from being freely given to (extracted by) Microsoft, OpenAI, Anthropic, Google, or Meta.

What is the liability for any of these companies when your company's use of their products becomes "training data" that any other customer can view with just the correct prompt.

After all, "it is for entertainment purposes only."

Slashdot Top Deals

I go on working for the same reason a hen goes on laying eggs. -- H.L. Mencken

Working...