Forgot your password?
typodupeerror

Comment When I saw a baby yoda... (Score 1) 91

When I saw a clip of a baby Yoda slinging the force around willy nilly I realized that Lucasfilm had literally no clue about their own lore any more and had just compromised the whole concept of the force worse than even midi-chlorians ever did. The force requires both discipline and Purpose. They compromised the whole concept of the force for a cheap sight gag.

Besides, the whole story line blowing Boba Fett up into an anti-hero and then building a whole race around the concept was just another case of the tail wagging the dog.

For both reasons I will never watch an episode of the Mandalorian, and definitely not any movie based on it.

Comment Non issue (Score 2) 23

To propagate through a huge network, 23 minutes max from deletion to all nodes honouring that is pretty respectable. The title "Google API Keys Remain Active After Deletion" while technically true, as a headline it implies something more at work than simple propagation delay. And the text of the Slashdot post "...despite Google Cloud's UI claiming that once a key is deleted it can no longer make API requests..." is a disingenuous clause that also strongly implies darker forces than propagation delay.

While I'm no lover of Google, this is not Slashdot-worthy. Even by the standards of what Slashdot has become.

Comment Honest question... (Score 2) 97

Anyone with legal experience answer, I'm curious how a question of statute of limitations went to the jury. Is that not a decision of law? And if that was a major factor, how was that not decided first? A full trial wasn't needed to decide whether or not there was even grounds to sue.

Comment Useful and interesting - Is Gemini Claude? (Score 4, Interesting) 7

I've been wondering about the links between models for some time. The GPT's are easy to tell from everyone else, and from each other. Not just because they are dumb as stumps, but because of their arrogance about finding the hill of some wrong "fact" and dying on it. Normally it's not too hard to tell them apart, but recently I've noticed that Gemini and Claude are almost indistinguishable. And I would agree, there are certain interesting phrases each use. Like Claude's "Spot On" which Gemini has been emulating lately.

I'd be very interested in running a fingerprint on the both of them to see what comes up.

Comment Re:Friendly reminder (Score 1) 46

SSH, HTTPS, scp, likely any protocol ending in an S in fact.

SSH can work very well with non-aes primitives, with chacha20 being both more secure and faster

The major distros however don't tend to do "custom distro" for you.
They generate various keys using AES on first install. They want you to either have an Internet capable system or at least be able to apt-get install a web browser.

Please show your work that any major distro creates ANY aes key on install. If you are conflating ssh key with AES, then see above.

So the real answer to your question is, why wouldn't you want a pre-loaded driver to use your systems hardware accelerated AES?

1) Because outside WDE, AES is not often used in any performance critical way for 99% of users
2) Because AES-NI is not universally trusted
3) Because in most places where AES previously was beneficial, there are now faster and more secure algos
4) Because every compiled-in default is attack surface that can't be mitigated without a new kernel command line + reboot, or if there is no command-line disable for it, a new kernel

In short, EVERYONE can load a module to get functionality. Only some compiled in drivers can be turned off without a new kernel and none can be turned off without a reboot.

Comment Oh no, DO trash it (Score 1) 109

I'd love to trash Edge, but it's hard to argue against Microsoft's analysis here.

You are treating like RAM that Edge has now will always belong to Edge,

Memory allocations are not sanitized by the OS. They are not automatically zeroed before being handed to the process on malloc or purged after the process hands it back to the OS on free. Any ole user process can a) see what other processes are running and, b) allocate RAM almost without limit. So all a user process has to do is look for whether or not Edge is running. If it is, then when it stops allocate as much memory as possible to grab the RAM that Edge just freed.

Comment It's not even the LLM predicting... (Score 2) 57

From the article...

Copilot was told to use the latest odds, conditions, and analysis of favorites, best bets, expert picks, previous results and race history with the post positions

Odds? Conditions? Analysis? Best bets? Expert picks? This isn't the LLM doing any work. It's an LLM being used as a calculator to sum the combined human-generated odds.

If you want to use an LLM to pick horse races, this is what you do. You let it watch every horse race that each current Kentucky Derby horse has ever raced in. You let it watch every sort of training session each horse is put in. You let it see the data from every veterinary treatment and inspection. You use every hoof movement of every race as a training "phoneme" and you let it build its associations database on the language of horse racing. Then you tell it to predict a race.

This isn't an LLM predicting a horse race. This is an LLM having a conversation based on common word associations on an upcoming hourse race and discussing a weighted average of human-generated odds.

Please stop trying to treat LLMs as something they are not. The ability to string english words together somewhat (and sometimes) coherently doesn't imply the ability to do something magical with that.

Comment Oh My God, this can't be something that's NEW (Score 5, Interesting) 32

The idea that all the "AI layoffs" aren't actually because of AI, but are snow jobs... I thought this was so blatantly obvious as to be a tautology. This can't be something that is just dawning on people, can it? Please tell me that this has been obvious to most people who can rub two thoughts together in a row.

Slashdot Top Deals

White dwarf seeks red giant for binary relationship.

Working...