Forgot your password?
typodupeerror

Comment Re:Good (Score 1) 109

OK, which particular aspect of the LLM learning do you think doesn't exist in the human brain? Backprop exists (and the other training methods the brain uses has similar effects), embeddings more or less exists and seems to be very similar to the LLM embeddings (shown by brain activation in various areas linearly matching with embeddings) - see e.g. High-level visual representations in the human brain are aligned with large language models (Adrien Doerig et al, 2025), and speech/text generation by humans has similar error patterns as for LLMs.

They obviously don't learn in the EXACT same way, but there's also clearly a lot of bits that are the same, and I'm fairly sure nobody knows how much is similar yet, particularly not weighted by importance.
 

Comment Extrapolation is strong in this one... (Score 5, Insightful) 180

> Every year since ï1966 when the country transitioned from pounds and shillings to decimal currency, the total value and number of notes in circulation increased.

> That all came crashing to a halt in the 2022-23 financial year, with a sharp decrease in $50 notes especially.

So every year for 57 years it went up, and this year it went down, and that is then immediately extrapolated to "they're going cashless, mark my words!".

Comment Ah, the memories... (Score 4, Funny) 69

We had one of these worldwide DECnet WAN infrastructures around 1996 or so. Bloody system came down every week with lots of meetings, RCAs, with everybody and their dog etc.

Then one week it didn't. And the next week neither. And nothing in the third week.

Then we were called into a meeting to explain why the DECnet trafic didn't go through their DECnet nodes anymore but all went through our Cisco routers, despite that they explicitly had told us not to do it.

Comment mtree(8) (Score 3, Interesting) 256

NAME
          mtree -- map a directory hierarchy

SYNOPSIS
          mtree [-LPUcdeinqruxw] [-f spec] [-f spec] [-K keywords] [-k keywords]
                      [-p path] [-s seed] [-X exclude-list]

DESCRIPTION
          The mtree utility compares the file hierarchy rooted in the current
          directory against a specification read from the standard input. Mes-
          sages are written to the standard output for any files whose character-
          istics do not match the specifications, or which are missing from
          either the file hierarchy or the specification.

Slashdot Top Deals

Regardless of whether a mission expands or contracts, administrative overhead continues to grow at a steady rate.

Working...