Forgot your password?
typodupeerror

Comment Re:Anonymized yet Correlatable? (Score 1) 50

Not saying you're wrong..... but

Why would you generate pueudonyms? Just delete it. Delete the To: From: fields for all email.
Delete the passenger name/number from every listing. This isn't information that's going to be used to follow trends, debug software, or optimize an airline. Instead of 'anonymizing' by replacing or obscuring. Anonymize it by simply blanking it out.

There's no need for them to know that 'Person A' communicated with 'Person B' this many times. It's not that kind of data analysis.

BUT!!
Interesting that you brought up email. Anonymizing a data field is easy. However anonymizing a free-text field (especially a long one) is frankly impossible. There are so many name/grammar variations, you'll never find them.

Ironically, you'd need an AI to even attempt it (hah) and at that point you've defeated the purpose.

Comment Perfect as an ideal (Score 1) 264

Sometimes on my 'Duolingo dailies' it tells me to get 3 Perfect lessons.
Perfect isn't unusual. There are stretches when I'll go for days and all my lessons are perfect. However, perfect is also unforgiving. Just one accidental button click, or a couple words transposed as I drag them in the app, and all of a sudden, there's no more 'Perfect.' It doesn't mean my skill is less or I'm not learning. It just means it wasn't 'Perfect.'

And there's no way to 'regain' perfect. I often just cancel that lesson and start over. That's definitely not the goal for them saying 'get 3 perfect lessons.' (I guess it might be...more ads play in the middle.)

The point is, 'Perfect' as an idea is flawed. GPA, and having a 'perfect' result be available is flawed. I kinda like the changes they made to gymnastics, with difficulty and execution scores. There's no more 'perfect 10' because even if you did your routine perfectly, the other person can add another 'twist' and now they have the opportunity to do better.

Grading is definitely one of the things that needs to be overhauled as far as 'schooling' goes. (I didn't say 'education' because 'education' is great...it's 'schooling' that's broken.)

Comment Re:This is so stupid (Score 1) 263

I don't see a lot of people responding to this nuance. I'm not sure why.

Switching to permanent 'Daylight' time seems incorrect. Switching to permanent 'Standard' time seems like the right answer.

I've seen a lot of these bills come through and it always seems to be the 'Daylight' choice that people fight against. Why is that always added?

If the bill was simply "get rid of 'switching times'" there are few (but there are some) that fight against it. But instead it says "Get rid of switching times and leave it at "Daylight"" It's like they are torpedoing their own bill.

Comment "Identification" is the problem in the first place (Score 1) 30

And 'Names' make it worse than 'Numbers.'

Trying to pretend the words on your account somehow mean that's who you are is the problem. This idea that if someone has "Michael Jackson" next to their post then its the actual famous person talking isn't something that can work.

It's better if that name next to people's posts is known to be just 'self-selected words.' Nobody will be fooled into thinking it's Michael Jackson, if there are 5000 different accounts claiming they are Michael Jackson.

Actual 'authentication' shouldn't be done based on your username or any other 'self-selected words.' Instead, there's a 'behind the scenes' unique identifier, and you keep track of the ones you care about.

---

The problem becomes, not one of 'identification', but one of 'discovery.' How do you find the real one? You go to the official source, and they tell you who they are. Then you only care about that one particular "Michael Jackson" and ignore the rest.

Comment Re:There is very little need (Score 1) 96

(Not European, and not a banker.)

If the problem is American companies doing the transactions, why is the solution a 'Digital Euro' and not use an EU backed transaction processor? Why don't you keep using 'normal Euros' in 'debit-card like transactions' but have the processing be done by a more acceptable organization?

In short...what's the difference between a 'digital Euro' and any sort of 'digital monetary transaction?'

Is it the 'wallet?' Instead of having your money in a bank, it's in a 'wallet' (where it can get tossed in the rubbish and make you dig about a landfill?)

Do these wallets support 'offline transactions?' Can I walk up to the guy in the middle of a forest and give him 5 Bucks? (5 quid?) Or, do I have to have access to the network to authenticate the transaction? If these 'digital Euro' had support for offline transactions, that might be a way they are different from normal electronic banking.

Comment I'm an outlier... (Score 2) 156

... and it messes up my video game playing.

I don't know that I've performed a rigorous study, but I do find myself going the 'other' direction from everyone else.
That means when I play a game requiring exploration or 'maze solving' that the clues which were obvious to the level designer are often invisible to me, because I turned the wrong direction.

I've noticed the 'not the same' part for a long time. I just don't know which direction I turn by default....cause it's just 'default.'

(BTW, I happen to be left-handed, but the summary seems to say that's not statistically relevant.)

Comment Re:Fix for that (Score 1) 29

Exactly right.

I really like their approach, and it should be the standard approach for ALL AI generated work.

You can use AI, but you have to verify/validate it. You can't just dump the results without making sure you reviewed the content. Finding obvious stuff that 'would' have been noticed if you actually read through it, and 'should' have been cleaned up is proof that you didn't adequately review it.

What's easier to find, a left-over chat prompt, or the fact that the data was duplicated and all the results were doubled? If you're reviewing for the second, you would have already noticed the first and fixed it.

This concept should be part of all AI pathways: "Does the model on your flier have 8 fingers?" "Did you check in source code that still contains hallucinated function calls?" "Does your legal brief refer to non-existent cases?" You are penalized. It's not because you used AI...it's because you didn't do YOUR part of making sure the AI didn't screw it up.

Comment Is there a reason for not accepting? (Score 1) 67

Is there a reason why Don Ho doesn't like the port?

I can understand him being upset at the misappropriation of his Trademarks, and I think he should protect them. It's all good.

However, is there something wrong with the port? Wouldn't a more 'progressive' option to be to accept the pull request and start advertising MacOS compatibility as part of the main project?

Is it just junk code? Is it too divergent? Does he specifically NOT want ports to other OSes?

(Or maybe it was never offered and Letov won't allow the collaboration. But, in that cause couldn't Ho fork Letov and consume it anyway?)

Comment Re:Not sure what to think about this (Score 1) 170

"It's totally different in a place like the US. We have more land than we could reasonably populate and plenty of natural resources. We could absorb enormous numbers of people and we would be better off for it."

We're running out of water. No where in the West (except maybe PNW) has enough water for the people they have already. Any growth will just exacerbate that. Lotsa land. No water.

Comment Re:What did the AI train on ? (Score 1) 120

This is what I came to say:

The very premise of how LLMs work mean that nothing they ever do is 'clean room.' If you use an LLM you forego the 'clean room' argument.

Now, I guess you could take special effort to train your LLM only on code which you can verify is 'clean.' Good luck on that. If you have that much code that you can coerce and LLM to accurately rebuild an software product, then you would have already written that software product 3 times yourself.

Slashdot Top Deals

Our business is run on trust. We trust you will pay in advance.

Working...