• OT: IT AI

    From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Fri Jan 16 08:20:55 2026
    From Newsgroup: uk.rec.motorcycles

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tim@nobody@home.co.uk to uk.rec.motorcycles on Fri Jan 16 14:09:41 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    In so many interesting ways it's a mess.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Fri Jan 16 17:21:45 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 14:09, Tim wrote:
    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    In so many interesting ways it's a mess.

    It is, but some recent experimentation with Claude Code Desktop and CLI yielded impressive results. I can see it really being a game changer for
    the routinr stuff.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Fri Jan 16 17:48:59 2026
    From Newsgroup: uk.rec.motorcycles

    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace. And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop. Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Fri Jan 16 18:30:02 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace. And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop. Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    Well, I gave Claude a timing system spec. (for the messages it sends) as
    a word document and a text file of example raw data from the system
    logging. It created VB .net code to read the serial interface, parse the messages and identify which were valid. Took it about a minute. I do a
    fair amount of VB code so I could see it was on the right lines, though
    it adopted a very different and more modern approach to mine.

    You have to give it a plan, though it helped with that by analysing
    screen shots of an existing display and asking a few very pertinent
    question about what happens at a real speed hill climb. Proposed an architecture which was very much in line with my ideas and took onboard
    my insistence on verbose commenting and module resiliance. Also agreed
    the need for a local database instance and middleware when we move to
    updating a database 'somewhere'.

    Just one thing it didn't get right first time. Essentially extracting
    the split times. It got the count wrong by 1 on first iteration. To be
    fair, that was easily trapped because it resulted in a real message
    being identified as invalid. It then asked me to show it the code I had
    used to do the same task to see my method, 'realised' its error and
    refactored accordingly.

    I shall be exhaustively testing [1] these first modules before getting
    it to proceed to catgeorise the messages and allocating times to
    competitors, but it's looking good so far when I am squirting 'times' at
    it from a Qbasic timing box emulator.

    So this isn't quite 'vibe coding'.

    I hear what you say though. Some very insecure and buggy attempts at
    SAAS and all sorts are going to be released in great haste. I think the
    point is that it will be the donkeywork coders that may lose their jobs,
    not Scrum Masters like your goodself.

    Like any good workmen we should not blame our tools.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Fri Jan 16 18:32:32 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 18:30, Peter Fisher wrote:
    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace.-a And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop.-a Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    Well, I gave Claude a timing system spec. (for the messages it sends) as
    a word document and a text file of example raw data from the system
    logging. It created VB .net code to read the serial interface, parse the messages and identify which were valid. Took it about a minute. I do a
    fair amount of VB code so I could see it was on the right lines, though
    it adopted a very different and more modern approach to mine.

    You have to give it a plan, though it helped with that by analysing
    screen shots of an existing display and asking a few very pertinent
    question about what happens at a real speed hill climb. Proposed an architecture which was very much in line with my ideas and took onboard
    my insistence on verbose commenting and module resiliance. Also agreed
    the need for a local database instance and middleware when we move to updating a database 'somewhere'.

    Just one thing it didn't get right first time. Essentially extracting
    the split times. It got the count wrong by 1 on first iteration. To be
    fair, that was easily trapped because it resulted in a real message
    being identified as invalid. It then asked me to show it the code I had
    used to do the same task to see my method, 'realised' its error and refactored accordingly.

    I shall be exhaustively testing [1] these first modules before getting
    it to proceed to catgeorise the messages and allocating times to competitors, but it's looking good so far when I am squirting 'times' at
    it from a Qbasic timing box emulator.

    So this isn't quite 'vibe coding'.

    I hear what you say though. Some very insecure and buggy attempts at
    SAAS and all sorts are going to be released in great haste. I think the point is that it will be the donkeywork coders that may lose their jobs,
    not Scrum Masters like your goodself.

    Like any good workmen we should not blame our tools.

    Missing footnote which I am sure you could guess.

    [1] No suvh thing as exhaustive testing, just exhausted testers.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Fri Jan 16 19:01:46 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 16, 2026 at 12:48:59 PM EST, "Champ" <neal@champ.org.uk> wrote:


    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace. And good luck with ever
    maintaining it or managing any changes

    Not my experience. I'm running a project right now where there's lot of code being generated. We ran a blind test, and had the AI generate code for a sprint's worth of user stories, and them compared the code, line-by-line. It was 90% identical. The 10% wa easy to fix.


    The internet is filling up with AI slop. Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    Or, an optimistic view: that the AI slop is to generate clicks which generate advertising revenue. When people start not clicking, advertising will fall, AI content will drop, and we'll get back to quality human-based content...

    ...such as that great day on UKRM when one of the Father Jacks started a post inviting folks to contribute their favourite euphemism for taking a shit.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Fri Jan 16 19:29:54 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 19:01, Ben Blaney wrote:
    On Jan 16, 2026 at 12:48:59 PM EST, "Champ" <neal@champ.org.uk> wrote:


    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace. And good luck with ever
    maintaining it or managing any changes

    Not my experience. I'm running a project right now where there's lot of code being generated. We ran a blind test, and had the AI generate code for a sprint's worth of user stories, and them compared the code, line-by-line. It was 90% identical. The 10% wa easy to fix.

    Interesting. Which model, or is that a trade secret?



    The internet is filling up with AI slop. Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    Or, an optimistic view: that the AI slop is to generate clicks which generate advertising revenue. When people start not clicking, advertising will fall, AI
    content will drop, and we'll get back to quality human-based content...

    ...such as that great day on UKRM when one of the Father Jacks started a post inviting folks to contribute their favourite euphemism for taking a shit.


    Indeed. I just revisited my attempts at creative writing. My first
    effort presented to the U3A literati included:

    "Inspiration is a tricky cove. I could cheat and just ask Claude to
    write something for me."
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Simon Wilson@siwilson@nodamnspamn.hotmail.com to uk.rec.motorcycles on Fri Jan 16 21:17:56 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 17:21, Peter Fisher wrote:
    On 16/01/2026 14:09, Tim wrote:
    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    In so many interesting ways it's a mess.

    It is, but some recent experimentation with Claude Code Desktop and CLI yielded impressive results. I can see it really being a game changer for
    the routinr stuff.


    No junior devs are being hired these days, because they're being
    replaced by AI. AI's only useful IMO if you've got senior/experienced
    devs to spot and fix the stupid mistkaes it confidently makes.

    Where are the next lot of senior devs going to come from?
    --
    /Simon
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Fri Jan 16 21:59:15 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 21:17, Simon Wilson wrote:
    On 16/01/2026 17:21, Peter Fisher wrote:
    On 16/01/2026 14:09, Tim wrote:
    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye
    on what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    In so many interesting ways it's a mess.

    It is, but some recent experimentation with Claude Code Desktop and
    CLI yielded impressive results. I can see it really being a game
    changer for the routinr stuff.


    No junior devs are being hired these days, because they're being
    replaced by AI. AI's only useful IMO if you've got senior/experienced
    devs to spot and fix the stupid mistkaes it confidently makes.

    Where are the next lot of senior devs going to come from?


    GPWM.

    I suspect the bubble will burst, or perhaps more a case of implode
    eventually.

    Interesting article:

    https://ai-cosmos.hashnode.dev/why-claude-code-isnt-coding-its-just-good-at-sudoku-filling-in-the-blanks

    "These tools are incredibly powerful for:
    Accelerating repetitive tasks developers hate
    Providing starting points for standard patterns
    Handling boilerplate yourCOve written a hundred times
    Offering alternative approaches when yourCOre stuck
    Exploring unfamiliar APIs or frameworks quickly

    TheyrCOre poor at:

    Novel problem-solving requiring genuine reasoning
    Understanding business context and requirements beyond the prompt
    Making architectural decisions with long-term implications
    Handling edge cases outside their training distribution
    Designing UI/UX that requires aesthetic judgment
    Planning systems that donrCOt match common patterns"

    No more 'apprentice' coders could mean the AI gravy train hits the
    buffers of 'the experience deficit". All that Soft Systems stuff that is equally, if not more important than analysis and algorithms.

    This kind of output is useful though.

    Claude:
    Good question. Let me check what's possible these days with SerialPort:
    What .NET SerialPort can do:
    DSR, CTS, CD pins - Yes, can read these
    via
    SerialPort.DsrHolding ,
    erties
    SerialPort.CtsHolding ,
    SerialPort.CDHolding prop
    PinChanged event - Fires when control lines change state
    ErrorReceived event - Fires on framing errors, overruns, parity errors
    USB unplugged detection:
    This is still tricky. When a USB-serial adapter is yanked:
    The SerialPort object doesn't get a clean notification
    Typically you get an
    IOException on the next read/write attempt
    The port name disappears from
    Practical approach:
    1.
    SerialPort.GetPortNames()
    Wrap all port operations in try/catch
    for
    IOException /
    UnauthorizedAccessException
    2. When an exception occurs, mark link as down and start reconnection
    attempts
    3. Reconnection loop: periodically check if the port name reappears
    in
    GetPortNames() , then try to reopen
    4. Heartbeat timeout as backup detection (covers "still plugged in but
    timing box died"
    scenario)
    So not bulletproof detection of the exact moment of unplug, but we can
    catch the failure
    quickly and auto-recover when it's plugged back in.
    Sound like a reasonable approach?

    My Response (in my head at least): TL, DR ;) [1]

    [1] Smilies are for cunts.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Neil Ronketti@neil@ronketti.invalid to uk.rec.motorcycles on Fri Jan 16 22:24:08 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace. And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop. Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    There is a program in place to quickly try to archive as much pre-AI
    stuff as we can - https://lowbackgroundsteel.ai/ - the current
    generation of LLMs are polluting their source of authoritative
    information more quickly than humans can remove it right now.
    --
    nr.

    Hagnaby (n.)
    Someone who looked a lot more attractive in the disco than they do in
    your bed the next morning.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From petrolcan@petrolcan@gmail.com to uk.rec.motorcycles on Fri Jan 16 23:08:39 2026
    From Newsgroup: uk.rec.motorcycles

    In article <10kcsd5$1eute$1@dont-email.me>, Peter Fisher says...

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    This is where it'll lead

    https://www.imdb.com/title/tt0387808/
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 17 06:56:24 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 22:24, Neil Ronketti wrote:
    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace.-a And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop.-a Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    There is a program in place to quickly try to archive as much pre-AI
    stuff as we can - https://lowbackgroundsteel.ai/ - the current
    generation of LLMs are polluting their source of authoritative
    information more quickly than humans can remove it right now.


    The Arctic Code Vault sounds cool. Svalbard - same place as the Global
    Code Vault.

    The AI self referencing point is an excellent one. My use of it outside
    a sub model tuned for coding is limited, but there are certainly already
    well publicised instances of what anthropomorphically has been deemed halucination and false memory.

    I find in a tightly constrained coding environment with use of .md files
    to 'keep it honest' it is a useful tool, so long as you only employ it
    on codebases in a language you are reasonably familiar with.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 17 07:02:09 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 23:08, petrolcan wrote:
    In article <10kcsd5$1eute$1@dont-email.me>, Peter Fisher says...

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    This is where it'll lead

    https://www.imdb.com/title/tt0387808/

    Not impossible.

    An existential event for humankind.
    "It's the end of the world as we know it..."

    Or, "It's the way of the future!"
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 17 07:06:41 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/01/2026 06:56, Peter Fisher wrote:
    On 16/01/2026 22:24, Neil Ronketti wrote:

    There is a program in place to quickly try to archive as much pre-AI
    stuff as we can - https://lowbackgroundsteel.ai/ - the current
    generation of LLMs are polluting their source of authoritative
    information more quickly than humans can remove it right now.


    The Arctic Code Vault sounds cool. Svalbard - same place as the Global
    Code Vault.


    D'oh. Global Seed Vault. Perhaps I need an AI to check my posts.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From boots@news@millhouse-communications.co.uk to uk.rec.motorcycles on Sat Jan 17 08:45:01 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 21:17 Simon Wilson penned these words:
    No junior devs are being hired these days, because they're being
    replaced by AI. AI's only useful IMO if you've got senior/experienced
    devs to spot and fix the stupid mistkaes it confidently makes.

    Where are the next lot of senior devs going to come from?


    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.
    --
    Ian

    "Man will never be free until the last king is strangled with the entrails of the last priest"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From boots@news@millhouse-communications.co.uk to uk.rec.motorcycles on Sat Jan 17 08:48:47 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 23:08 petrolcan penned these words:
    In article <10kcsd5$1eute$1@dont-email.me>, Peter Fisher says...

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    This is where it'll lead

    https://www.imdb.com/title/tt0387808/

    I fear we're already there with the "drill baby drill"
    --
    Ian

    "Man will never be free until the last king is strangled with the entrails of the last priest"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 17 09:07:32 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/01/2026 08:45, boots wrote:
    On 16/01/2026 21:17 Simon Wilson penned these words:
    No junior devs are being hired these days, because they're being
    replaced by AI. AI's only useful IMO if you've got senior/experienced
    devs to spot and fix the stupid mistkaes it confidently makes.

    Where are the next lot of senior devs going to come from?


    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.


    "I'm sorry Dave, I'm afraid I can't do that..."
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tim@nobody@home.co.uk to uk.rec.motorcycles on Sat Jan 17 12:14:19 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 19:01, Ben Blaney wrote:
    On Jan 16, 2026 at 12:48:59 PM EST, "Champ" <neal@champ.org.uk> wrote:


    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace. And good luck with ever
    maintaining it or managing any changes

    Not my experience. I'm running a project right now where there's lot of code being generated. We ran a blind test, and had the AI generate code for a sprint's worth of user stories, and them compared the code, line-by-line. It was 90% identical. The 10% wa easy to fix.


    But do use a testing framework; TDD, BDD, etc.?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tim@nobody@home.co.uk to uk.rec.motorcycles on Sat Jan 17 12:15:44 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 22:24, Neil Ronketti wrote:
    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace.-a And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop.-a Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    There is a program in place to quickly try to archive as much pre-AI
    stuff as we can - https://lowbackgroundsteel.ai/ - the current
    generation of LLMs are polluting their source of authoritative
    information more quickly than humans can remove it right now.

    Would that be a programme or program, just for clarity and this is just
    the kind of thing the A.I. trips over.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 17 12:31:49 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/01/2026 12:15, Tim wrote:
    On 16/01/2026 22:24, Neil Ronketti wrote:
    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs
    which are almost impossible to trace.-a And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop.-a Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    There is a program in place to quickly try to archive as much pre-AI
    stuff as we can - https://lowbackgroundsteel.ai/ - the current
    generation of LLMs are polluting their source of authoritative
    information more quickly than humans can remove it right now.

    Would that be a programme or program, just for clarity and this is just
    the kind of thing the A.I. trips over.

    Two nations divided by a common language.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Sat Jan 17 16:03:40 2026
    From Newsgroup: uk.rec.motorcycles

    boots <news@millhouse-communications.co.uk> wrote:
    On 16/01/2026 23:08 petrolcan penned these words:
    In article <10kcsd5$1eute$1@dont-email.me>, Peter Fisher says...

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    This is where it'll lead

    https://www.imdb.com/title/tt0387808/

    I fear we're already there with the "drill baby drill"

    Anyone who somehow thinks we're not already there hasn't been paying
    attention.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Bruce@07.013@scorecrow.com to uk.rec.motorcycles on Sat Jan 17 23:57:33 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 17:21, Peter Fisher wrote:

    It is, but some recent experimentation with Claude Code Desktop and CLI yielded impressive results. I can see it really being a game changer for
    the routinr stuff.

    It's quite good for new code. But if you ask it to modify something
    existing it's pretty poor at the moment.
    --
    Bruce Horrocks
    Hampshire, England
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Jan 18 07:39:43 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/01/2026 23:57, Bruce wrote:
    On 16/01/2026 17:21, Peter Fisher wrote:

    It is, but some recent experimentation with Claude Code Desktop and
    CLI yielded impressive results. I can see it really being a game
    changer for the routinr stuff.

    It's quite good for new code. But if you ask it to modify something
    existing it's pretty poor at the moment.


    That's my impression, too. Tried to get it to refactor a 32 bit Excel
    workbook to run on x64. PtrSafe and all that jazz.

    "I'll refactor this VBA code for 64-bit Excel. The main changes needed are:

    Update API declarations with PtrSafe keyword
    Change handle types from Long to LongPtr
    Update structure members that hold pointers/handles"

    Didn't compile and threw a weird error when run.

    So I went through the VBA looking at the lines Excel x64 had highlighted
    in red and did the changes by hand. I had already tried a simple global
    find and replace strategy.

    That worked, but I fancied a couple of extra input objects on one of the forms, so I uploaded the .frm line to Claude and told it what I wanted.
    It can't work on .frx (yet, though I think there may be form building
    skills or automations possible separately).

    "This is a very large file. Let me take a different approach - I'll
    create a complete instructions document and a code snippet file showing
    just the changes needed, since appending 2000+ lines isn't practical.

    The user can then merge the changes:1 stepCopying the instructions
    document to outputs for user downloadbashcp /home/claude/Instructions_frmTimingviaUSB_ComPortChanges.md /mnt/user-data/outputs/Outputexit code 0Presented fileDone!
    Given the size of your form (nearly 3200 lines), I've created a
    comprehensive instruction document showing exactly what code to add and
    where, rather than replacing the entire file."

    A bit of twiddling creating a couple of radio boxes and a combobox, and
    it's sorted. Yet to test the enhanced version against all potential real
    world (timing system clocks) example data but at least it compiles and
    all the forms 'appear' to work as intended without crashing.

    When, however, I let ChatGTP loose within an entire existing VS2026 VB
    .net project using Github Copilot, it made a hash of it. Some modules
    worked, but others were rendered fubar or were not recognised as needing changes to match the ones it had made in others. If I tried to get it to
    work on individual modules taking into account the strategy it had used
    on others it failed spectacularly. TBF, I probably should have created a markdown file of key points first.

    That's why I'm starting again from scratch using Claude Opus 4.5.
    Looking good so far. Sussed out the architecture of the existing system
    very well from a couple of text files and screenshots.

    Time will tell.

    Well, hopefully, hundreds of times correctly parsed and allocated to the correct riding number. May require a bit of iteration, debugging and
    certainly testing.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Simon Wilson@siwilson@nodamnspamn.hotmail.com to uk.rec.motorcycles on Sun Jan 18 11:13:20 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/01/2026 23:57, Bruce wrote:
    On 16/01/2026 17:21, Peter Fisher wrote:

    It is, but some recent experimentation with Claude Code Desktop and
    CLI yielded impressive results. I can see it really being a game
    changer for the routinr stuff.

    It's quite good for new code. But if you ask it to modify something
    existing it's pretty poor at the moment.


    Just like real developers then :)

    My experience is the same - it told me it had successfully made a load
    of changes, but a diff revealed it hadn't changed anything.

    I've also known (rubbish) developers like that too.
    --
    /Simon
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tim@nobody@home.co.uk to uk.rec.motorcycles on Sun Jan 18 12:39:27 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/01/2026 12:31, Peter Fisher wrote:
    On 17/01/2026 12:15, Tim wrote:
    On 16/01/2026 22:24, Neil Ronketti wrote:
    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on >>>>> what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs >>>> which are almost impossible to trace.-a And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop.-a Once it starts to fill up
    with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    There is a program in place to quickly try to archive as much pre-AI
    stuff as we can - https://lowbackgroundsteel.ai/ - the current
    generation of LLMs are polluting their source of authoritative
    information more quickly than humans can remove it right now.

    Would that be a programme or program, just for clarity and this is
    just the kind of thing the A.I. trips over.

    Two nations divided by a common language.

    True to an extent, but common usage is that "programme" is a
    plan/behaviour and "program" is code.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mike Fleming@mike@tauzero.co.uk to uk.rec.motorcycles on Sun Jan 18 14:22:22 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    Given their recent record in inventing legal case history and football matches, should they really be trusted?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Jan 18 15:50:49 2026
    From Newsgroup: uk.rec.motorcycles

    On 18/01/2026 12:39, Tim wrote:
    On 17/01/2026 12:31, Peter Fisher wrote:
    On 17/01/2026 12:15, Tim wrote:
    On 16/01/2026 22:24, Neil Ronketti wrote:
    On 16/01/2026 17:48, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net> >>>>> wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on >>>>>> what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I've read lots (on El Reg, etc) about how AI can generate some code
    for you, which looks like it works first time, but contains weird bugs >>>>> which are almost impossible to trace.-a And good luck with ever
    maintaining it or managing any changes

    The internet is filling up with AI slop.-a Once it starts to fill up >>>>> with vibe-coded AI slop systems then <mode=Private Frazer> we're
    dooooomed...

    There is a program in place to quickly try to archive as much pre-AI
    stuff as we can - https://lowbackgroundsteel.ai/ - the current
    generation of LLMs are polluting their source of authoritative
    information more quickly than humans can remove it right now.

    Would that be a programme or program, just for clarity and this is
    just the kind of thing the A.I. trips over.

    Two nations divided by a common language.

    True to an extent, but common usage is that "programme" is a plan/
    behaviour and "program" is code.

    Well yes, AI agrees with you:

    "In the context of computer coding, the correct spelling is almost
    universally program."

    Which reinforces my view that it can be useful in coding, where you
    could argue that there are universally agreed conventions.

    I still wouldn't trust it to code mission-critical software.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Jan 18 15:56:37 2026
    From Newsgroup: uk.rec.motorcycles

    On 18/01/2026 14:22, Mike Fleming wrote:
    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    Given their recent record in inventing legal case history and football matches, should they really be trusted?

    I touched on this in another post.

    ".. can do in the planning and coding arena?"

    Briefly, the answer is either a resounding NO or a very strong "not yet"
    in areas that are clearly defined, such as software system architecture
    and coding. Even in that arena, anything complex needs supervision by
    someone with at least half a clue about information system engineering.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Sun Jan 18 18:06:19 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 18, 2026 at 10:50:49 AM EST, "Peter Fisher" <nospam@nosspam.net> wrote:

    I still wouldn't trust it to code mission-critical software.

    Nor would I, if I were planning to deploy without any testing.

    But with well-written acceptance criteria for every user story, and with sufficient time for detailed and careful human testing (plus additive
    automated testing for monte carlo type scenarios), for SIT, UAT, and
    Hypercare, I don't see why I wouldn't trust AI generated mission-critical
    code.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From PipL@pip@nowhere.nul to uk.rec.motorcycles on Sun Jan 18 18:13:57 2026
    From Newsgroup: uk.rec.motorcycles

    On 18/01/2026 18:06, Ben Blaney wrote:
    On Jan 18, 2026 at 10:50:49 AM EST, "Peter Fisher" <nospam@nosspam.net> wrote:

    I still wouldn't trust it to code mission-critical software.

    Nor would I, if I were planning to deploy without any testing.

    But with well-written acceptance criteria for every user story,

    AI generated?

    and with
    sufficient time for detailed and careful human testing (plus additive automated testing for monte carlo type scenarios), for SIT, UAT, and Hypercare, I don't see why I wouldn't trust AI generated mission-critical code.

    They did used to say that every program has on average a bug for every N
    lines of code, though I don't recall what N was.
    --

    CHUMP #1 (CHarge Up Muppet)

    Pip
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Jan 18 19:07:26 2026
    From Newsgroup: uk.rec.motorcycles

    On 18/01/2026 18:06, Ben Blaney wrote:
    On Jan 18, 2026 at 10:50:49 AM EST, "Peter Fisher" <nospam@nosspam.net> wrote:

    I still wouldn't trust it to code mission-critical software.

    Nor would I, if I were planning to deploy without any testing.

    But with well-written acceptance criteria for every user story, and with sufficient time for detailed and careful human testing (plus additive automated testing for monte carlo type scenarios), for SIT, UAT, and Hypercare, I don't see why I wouldn't trust AI generated mission-critical code.

    "...careful human testing..."

    This!

    I bow to your greater experience, as you have obviously read the writing
    on the wall.

    We can't trust all aeroplane software now, can we?

    I tend to agree that AI generated code could be potentially more
    trustworthy, but Champ's concerns are not completely unfounded.

    I guess you are doing it 'properly' and can define all edge cases - or
    can you? Furthermore, I suppose lessons learned can warn of unforeseen ones.

    A genuinely interesting future awaits, that's for sure.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Sun Jan 18 21:03:36 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 18, 2026 at 1:13:57 PM EST, "PipL" <pip@nowhere.nul> wrote:

    On 18/01/2026 18:06, Ben Blaney wrote:
    On Jan 18, 2026 at 10:50:49 AM EST, "Peter Fisher" <nospam@nosspam.net> wrote:

    I still wouldn't trust it to code mission-critical software.

    Nor would I, if I were planning to deploy without any testing.

    But with well-written acceptance criteria for every user story,

    AI generated?

    and with
    sufficient time for detailed and careful human testing (plus additive
    automated testing for monte carlo type scenarios), for SIT, UAT, and
    Hypercare, I don't see why I wouldn't trust AI generated mission-critical
    code.

    They did used to say that every program has on average a bug for every N lines of code, though I don't recall what N was.

    5 bugs per 100k lines is a benchmark I used recently.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Bruce@07.013@scorecrow.com to uk.rec.motorcycles on Sun Jan 18 23:27:32 2026
    From Newsgroup: uk.rec.motorcycles

    On 18/01/2026 18:13, PipL wrote:
    They did used to say that every program has on average a bug for every N lines of code, though I don't recall what N was.

    So that's why MS' code is so bloated... to get the average bug count down.

    <ba-dum tish>
    --
    Bruce Horrocks
    Hampshire, England
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Simon Wilson@siwilson@nodamnspamn.hotmail.com to uk.rec.motorcycles on Mon Jan 19 14:50:11 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    Some interesting points in this article:

    https://webmatrices.com/post/vibe-coding-has-a-12x-cost-problem-maintainers-are-done

    tl;dr

    AI-assisted coding works great for:

    personal projects
    prototypes
    learning
    throwaway scripts
    experienced developers who can review what they generate
    AI-assisted coding destroys:

    collaborative codebases (when contributors can't review their own output)
    open source projects (when maintainers bear the review cost)
    anything someone else has to debug
    anything that needs to be secure
    --
    /Simon
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Simon Wilson@siwilson@nodamnspamn.hotmail.com to uk.rec.motorcycles on Mon Jan 19 14:51:40 2026
    From Newsgroup: uk.rec.motorcycles

    On 18/01/2026 18:06, Ben Blaney wrote:


    But with well-written acceptance criteria for every user story, and with sufficient time for detailed and careful human testing (plus additive automated testing for monte carlo type scenarios), for SIT, UAT, and Hypercare, I don't see why I wouldn't trust AI generated mission-critical code.


    Jeezus, I am so glad I don't do this stuff anymore.
    --
    /Simon
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Mon Jan 19 15:22:06 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 19, 2026 at 9:51:40 AM EST, "Simon Wilson" <siwilson@nodamnspamn.hotmail.com> wrote:

    On 18/01/2026 18:06, Ben Blaney wrote:


    But with well-written acceptance criteria for every user story, and with
    sufficient time for detailed and careful human testing (plus additive
    automated testing for monte carlo type scenarios), for SIT, UAT, and
    Hypercare, I don't see why I wouldn't trust AI generated mission-critical
    code.


    Jeezus, I am so glad I don't do this stuff anymore.

    I'm glad I don't do it, too. I'm just in the general vicinity when it happens. --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Mon Jan 19 22:16:41 2026
    From Newsgroup: uk.rec.motorcycles

    On 19/01/2026 14:50, Simon Wilson wrote:
    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    Some interesting points in this article:

    https://webmatrices.com/post/vibe-coding-has-a-12x-cost-problem- maintainers-are-done

    tl;dr

    AI-assisted coding works great for:

    personal projects
    prototypes
    learning
    throwaway scripts
    experienced developers who can review what they generate
    AI-assisted coding destroys:

    collaborative codebases (when contributors can't review their own output) open source projects (when maintainers bear the review cost)
    anything someone else has to debug
    anything that needs to be secure


    A fair analysis.

    Anyway, Claude, supplied with a detailed brief, specs and sample data
    just built me a snazzy Timing Box emulator as a Windows VB .net app,
    with various bells and whistle, in about a minute.
    Loaded the generated .vb files in to Visual Studio, clicked start
    debugging, and away it went. Reads a log file and squirts out the
    messages on a comport just like the timing system - so that the
    receiving end software can be tested.

    *Nearly* works. Just having a bit of a problem with the messages coming through missing the first character. Looks like it could be an 'EOL'
    issue. Claude and I will sort it out - every confidence ;)

    As I understand AI, armed with suitable IDEs or at least compiler I
    could then ask for a Java, C# or whatever version.

    Whereas, my handcrafted Qbasic one works perfectly but is all hard coded.

    When I have it working, I can publish it as one-click deployment and
    stick it on dropbox for you.

    "personal projects" - check
    "experienced developers who can review what they generate."
    Well not quite, but sort of in a particular narrow field.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tim@nobody@home.co.uk to uk.rec.motorcycles on Tue Jan 20 16:28:53 2026
    From Newsgroup: uk.rec.motorcycles

    On 19/01/2026 14:51, Simon Wilson wrote:
    On 18/01/2026 18:06, Ben Blaney wrote:


    But with well-written acceptance criteria for every user story, and with
    sufficient time for detailed and careful human testing (plus additive
    automated testing for monte carlo type scenarios), for SIT, UAT, and
    Hypercare, I don't see why I wouldn't trust AI generated mission-critical
    code.


    Jeezus, I am so glad I don't do this stuff anymore.

    +1
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Tim@nobody@home.co.uk to uk.rec.motorcycles on Tue Jan 20 16:31:25 2026
    From Newsgroup: uk.rec.motorcycles

    On 20/01/2026 07:42, Peter Fisher wrote:
    On 19/01/2026 22:16, Peter Fisher wrote:
    On 19/01/2026 14:50, Simon Wilson wrote:
    On 16/01/2026 08:20, Peter Fisher wrote:
    Are you UKRM geeks who are still gainfully employed keeping an eye
    on what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    Some interesting points in this article:

    https://webmatrices.com/post/vibe-coding-has-a-12x-cost-problem-
    maintainers-are-done

    tl;dr

    AI-assisted coding works great for:

    personal projects
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/

    Interesting, it says that a local near me is getting a change of 371%
    but the trouble is that the pub if fucked because it's a shithole.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Tue Jan 20 16:40:36 2026
    From Newsgroup: uk.rec.motorcycles

    On 20/01/2026 16:31, Tim wrote:
    On 20/01/2026 07:42, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    My local is 'feeling it' under the terms of this - but so are all the
    others within a mile - or are worse off
    :-(

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Tue Jan 20 21:32:40 2026
    From Newsgroup: uk.rec.motorcycles

    On 20/01/2026 16:40, chrisnd @ukrm wrote:
    On 20/01/2026 16:31, Tim wrote:
    On 20/01/2026 07:42, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    My local is 'feeling it' under the terms of this - but so are all the
    others within a mile - or are worse off
    :-(

    Chris

    Same here, except one, which is 'Somehow Fine'. It's been closed for
    years. Never got permission for change of use to housing and is now
    undergoing refurbishment. I suspect they will find it hard to make a go
    of it.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Tue Jan 20 23:10:48 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote in news:10kos9n$1j5bc$1@dont-
    email.me:

    On 20/01/2026 16:40, chrisnd @ukrm wrote:
    On 20/01/2026 16:31, Tim wrote:
    On 20/01/2026 07:42, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    My local is 'feeling it' under the terms of this - but so are all the
    others within a mile - or are worse off
    :-(

    Chris

    Same here, except one, which is 'Somehow Fine'. It's been closed for
    years. Never got permission for change of use to housing and is now undergoing refurbishment. I suspect they will find it hard to make a go
    of it.


    a 50-50 mix here of "fine" and "feeling it"

    some massive differences in the projected rate increase, from 2 to 35%. Not sure where they got the figures from as Paul in my preferred local pub
    states he has yet to find out what his new business rates will be.

    The one that will struggle is the one owned by Punch Taverns with a new tenant. Punch will squeeze the tenant until his pips squeak.

    As long as Paul does not increase the price too much of a pint of Station Bitter from the Stonehouse Brewery in Oswestry. Currently u3.80 a pint. https://www.stonehousebrewery.co.uk/trade/
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 21 06:58:30 2026
    From Newsgroup: uk.rec.motorcycles

    On 20/01/2026 23:10, wessie wrote:
    Peter Fisher <nospam@nosspam.net> wrote in news:10kos9n$1j5bc$1@dont- email.me:

    On 20/01/2026 16:40, chrisnd @ukrm wrote:
    On 20/01/2026 16:31, Tim wrote:
    On 20/01/2026 07:42, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    My local is 'feeling it' under the terms of this - but so are all the
    others within a mile - or are worse off
    :-(

    Chris

    Same here, except one, which is 'Somehow Fine'. It's been closed for
    years. Never got permission for change of use to housing and is now
    undergoing refurbishment. I suspect they will find it hard to make a go
    of it.


    a 50-50 mix here of "fine" and "feeling it"

    some massive differences in the projected rate increase, from 2 to 35%. Not sure where they got the figures from as Paul in my preferred local pub
    states he has yet to find out what his new business rates will be.


    https://www.ismypubfucked.com/about

    We use official data from the Valuation Office Agency (VOA), the
    government body responsible for business rates in England and Wales.

    Specifically, we compare the 2023 Rating List (current rates) with the
    2026 Draft Rating List (proposed new rates).

    We filter for properties with SCAT codes 226 & 227 (Public Houses), 062 (Inns), 303 (Wine Bars), and 137 (Small Hotels with bars) rCo then join
    the datasets using the UARN (Unique Address Reference Number).

    The one that will struggle is the one owned by Punch Taverns with a new tenant. Punch will squeeze the tenant until his pips squeak.


    Indeed. The worst pub noise problems I had to deal with in my 'white
    hat' days were chain tenancies and Punch in particular. Always
    struggling to make ends meet, so putting on loud music generating nights
    until all hours. The usual, "we were here first argument" has some
    weight, but not when you turn a formerly sleepy little corner pub in to
    an all night, every night music venue.


    As long as Paul does not increase the price too much of a pint of Station Bitter from the Stonehouse Brewery in Oswestry. Currently +U3.80 a pint. https://www.stonehousebrewery.co.uk/trade/

    I seldom quaff ale these days, as my guts don't react kindly to it. Our
    local at The Barley Mow usually has a couple of decent ciders though.
    That has changed hands twice recently, but the current tenants seem to
    be doing reasonably well. It's not the 'hidden gem' that CAMRA once
    called it now, but still a decent place for a quiet pint. Having
    maligned Punch, I see it's one of theirs. As the new landlord is doing
    well now it seems odd Punch seem to be actively seeking a new one.

    https://www.punchpubs.com/pub/barley-mow-wolverhampton-wv45jn/
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From boots@news@millhouse-communications.co.uk to uk.rec.motorcycles on Wed Jan 21 10:00:55 2026
    From Newsgroup: uk.rec.motorcycles

    On 20/01/2026 07:42 Peter Fisher penned these words:
    On 19/01/2026 22:16, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    The one closest to me seems to be misnamed and where the school is, not sure on the accuracy of their data.
    --
    Ian

    "Man will never be free until the last king is strangled with the entrails of the last priest"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Wed Jan 21 11:35:32 2026
    From Newsgroup: uk.rec.motorcycles

    boots <news@millhouse-communications.co.uk> wrote in news:10kq84n$20dvb$2@bilbo.eternal-september.org:

    On 20/01/2026 07:42 Peter Fisher penned these words:
    On 19/01/2026 22:16, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    The one closest to me seems to be misnamed and where the school is,
    not sure on the accuracy of their data.

    one of my local pubs is showing under its old pre 2023 name as a Bistro.
    Maybe the old trading name is still what the business is registered as with the council and therefore the database they used?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From boots@news@millhouse-communications.co.uk to uk.rec.motorcycles on Wed Jan 21 12:56:32 2026
    From Newsgroup: uk.rec.motorcycles

    On 21/01/2026 11:35 wessie penned these words:
    boots <news@millhouse-communications.co.uk> wrote in news:10kq84n$20dvb$2@bilbo.eternal-september.org:

    On 20/01/2026 07:42 Peter Fisher penned these words:
    On 19/01/2026 22:16, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    The one closest to me seems to be misnamed and where the school is,
    not sure on the accuracy of their data.

    one of my local pubs is showing under its old pre 2023 name as a Bistro. Maybe the old trading name is still what the business is registered as with the council and therefore the database they used?

    Could be we've not been here long enough, it is in the wrong place too but close
    --
    Ian

    "Man will never be free until the last king is strangled with the entrails of the last priest"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 21 13:47:42 2026
    From Newsgroup: uk.rec.motorcycles

    On 21/01/2026 12:56, boots wrote:
    On 21/01/2026 11:35 wessie penned these words:
    boots <news@millhouse-communications.co.uk> wrote in
    news:10kq84n$20dvb$2@bilbo.eternal-september.org:

    On 20/01/2026 07:42 Peter Fisher penned these words:
    On 19/01/2026 22:16, Peter Fisher wrote:
    This one was developed using AI, apparently.
    Right up UKRM's street in many ways.

    https://www.ismypubfucked.com/


    The one closest to me seems to be misnamed and where the school is,
    not sure on the accuracy of their data.

    one of my local pubs is showing under its old pre 2023 name as a Bistro.
    Maybe the old trading name is still what the business is registered as with >> the council and therefore the database they used?

    Could be we've not been here long enough, it is in the wrong place too but close

    "...then join the datasets using the UARN (Unique Address Reference
    Number)."

    I used to work with similar UPRNs back when I was developing a pest
    control service diary system. Supplied by the authority's digital
    mapping officer. Garbage in... I suspect the national version may be as inaccurate as some of Google Maps locations.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Jan 21 15:20:19 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:

    "...then join the datasets using the UARN (Unique Address Reference Number)."

    I used to work with similar UPRNs back when I was developing a pest
    control service diary system. Supplied by the authority's digital
    mapping officer. Garbage in... I suspect the national version may be as inaccurate as some of Google Maps locations.

    Every day's a school day. Google found this article:

    https://www.geoplace.co.uk/blog/persistent-and-well-behaved-identifiers

    It lists a few similar acronyms (or initialisms, depending on how
    you say them):

    MPAN, MPRN, UARN, UPRN, USRN and probably a couple more I missed.

    A couple of points I thought were well made:

    "When these links are used for important decisions and services,
    such as mobilising a fire engine or switching energy providers,
    errors can be serious and irreversible."

    "Links should not be made without due care and it is better not to
    make a link than to make an incorrect one."


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 21 18:47:03 2026
    From Newsgroup: uk.rec.motorcycles

    On 21/01/2026 15:20, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    "...then join the datasets using the UARN (Unique Address Reference
    Number)."

    I used to work with similar UPRNs back when I was developing a pest
    control service diary system. Supplied by the authority's digital
    mapping officer. Garbage in... I suspect the national version may be as
    inaccurate as some of Google Maps locations.

    Every day's a school day. Google found this article:

    https://www.geoplace.co.uk/blog/persistent-and-well-behaved-identifiers

    It lists a few similar acronyms (or initialisms, depending on how
    you say them):

    MPAN, MPRN, UARN, UPRN, USRN and probably a couple more I missed.

    A couple of points I thought were well made:

    "When these links are used for important decisions and services,
    such as mobilising a fire engine or switching energy providers,
    errors can be serious and irreversible."

    "Links should not be made without due care and it is better not to
    make a link than to make an incorrect one."



    Indeed. Any inconsistency in matching may become more apparent if
    looking up an individual address [1] Permutations R Us. I wonder how
    robust his matching algorithm is - perhaps an AI failure ;)

    [1] https://www.findmyaddress.co.uk/search
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Thu Jan 22 08:57:26 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 17 Jan 2026 08:45:01 +0000, boots
    <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Thu Jan 22 09:00:03 2026
    From Newsgroup: uk.rec.motorcycles

    On Mon, 19 Jan 2026 14:51:40 +0000, Simon Wilson <siwilson@nodamnspamn.hotmail.com> wrote:

    On 18/01/2026 18:06, Ben Blaney wrote:


    But with well-written acceptance criteria for every user story, and with
    sufficient time for detailed and careful human testing (plus additive
    automated testing for monte carlo type scenarios), for SIT, UAT, and
    Hypercare, I don't see why I wouldn't trust AI generated mission-critical
    code.

    Jeezus, I am so glad I don't do this stuff anymore.

    heh. Was just thinking the same thought :-)
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Thu Jan 22 10:33:24 2026
    From Newsgroup: uk.rec.motorcycles

    On 22/01/2026 08:57, Champ wrote:
    On Sat, 17 Jan 2026 08:45:01 +0000, boots <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock


    Very far from AGI, agreed. I really do think, however, you ought to try interacting with a system planning/coding specific model like Claude
    Code. As you are no longer in the game, it is of no consequence to you,
    but arguing from a position of ignorance is never a good look.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From boots@news@millhouse-communications.co.uk to uk.rec.motorcycles on Thu Jan 22 11:41:15 2026
    From Newsgroup: uk.rec.motorcycles

    On 22/01/2026 08:57 Champ penned these words:
    On Sat, 17 Jan 2026 08:45:01 +0000, boots <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock

    For sure not now who knows if we'll ever get true AGI. I suspect if we do it will come as a surprise.
    --
    Ian

    "Man will never be free until the last king is strangled with the entrails of the last priest"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Simon Wilson@siwilson@nodamnspamn.hotmail.com to uk.rec.motorcycles on Thu Jan 22 12:26:23 2026
    From Newsgroup: uk.rec.motorcycles

    On 22/01/2026 08:57, Champ wrote:
    On Sat, 17 Jan 2026 08:45:01 +0000, boots <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock

    They do pass the Turing test I believe, but does that mean they are "intelligent"? Sometimes it can take a while to realise one is talking
    to a bot.
    --
    /Simon
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Thu Jan 22 15:39:16 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:
    On 22/01/2026 08:57, Champ wrote:
    On Sat, 17 Jan 2026 08:45:01 +0000, boots
    <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock


    Very far from AGI, agreed. I really do think, however, you ought to try interacting with a system planning/coding specific model like Claude
    Code. As you are no longer in the game, it is of no consequence to you,
    but arguing from a position of ignorance is never a good look.

    What really bothers me about the whole thing is how easy it is for
    people involved to uncritically adopt the idea that it is OK and
    normal that they should ascribe human emotions and motives to LLMs.

    Please note that I am not lumping Mr. Fisher into this category.

    A recent El Reg article seems appropriate to bring up at this point.

    https://www.theregister.com/2026/01/22/anthropic_claude_constitution/

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Thu Jan 22 16:33:19 2026
    From Newsgroup: uk.rec.motorcycles

    On 22/01/2026 15:39, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:
    On 22/01/2026 08:57, Champ wrote:
    On Sat, 17 Jan 2026 08:45:01 +0000, boots
    <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock


    Very far from AGI, agreed. I really do think, however, you ought to try
    interacting with a system planning/coding specific model like Claude
    Code. As you are no longer in the game, it is of no consequence to you,
    but arguing from a position of ignorance is never a good look.

    What really bothers me about the whole thing is how easy it is for
    people involved to uncritically adopt the idea that it is OK and
    normal that they should ascribe human emotions and motives to LLMs.

    Please note that I am not lumping Mr. Fisher into this category.

    A recent El Reg article seems appropriate to bring up at this point.

    https://www.theregister.com/2026/01/22/anthropic_claude_constitution/


    Fair comment.

    I do, however, find Claude's 'reactions' amusing. Very clever
    programming or perhaps even verging on 'heuristics', though that is
    probably too anthropomorphic. Certainly attempts to 'sound' human.

    -----

    Me: The Final Time Message Example - $NAMSCC,123,T,11.06,T,0.00,T,0.00,T,0.00,T,0.00,S,0.0,F,31.33
    Is returning invalid. Same result with other examples copied from the
    log file I uploaded. This is the most important message type so we have
    to get this right!
    Have another look at the definitions in the manual. I will peruse the
    existing Excel VBA and my previous VB project to check how I have
    approached it and see if I can see what is wrong.

    Claude: 11 Jan
    Good catch - this is the critical one. Let me look at the log data again
    to see real examples:


    Extract real $NAMSCC messages from the log to see actual format


    I see the problem. The log shows 7 gate pairs (14 fields after
    competitor number), not 8 pairs (16 fields) as I assumed from the manual.

    Let me count the fields in a real message:

    $NAMSCC,123,T,5.92,T,7.11,T,8.27,T,9.72,T,11.63,T,13.78,F,20.52
    0 1 2 3 4 5 6 6 8 9 10 11 12 13 14 15
    That's 16 fields total (0-15), meaning:

    Field 0: $NAMSCC
    Field 1: competitor (123)
    Fields 2-15: 7 pairs (not 8)
    The manual example also only has 7 pairs:

    $NAMSCC,123,T,11.06,T,0.00,T,0.00,T,0.00,T,0.00,S,0.0,F,31.33
    Let me count: T,11.06 | T,0.00 | T,0.00 | T,0.00 | T,0.00 | S,0.0 |
    F,31.33 = 7 pairs

    My parser expected 8 pairs (18 fields minimum). I'll fix it:


    Fix the FINAL_TIME_PAIRS constant from 8 to 7
    +1
    -1
    MessageParser.vb
    Also need to update the comment in FinalTimeMessage class:


    Update comment to reflect 7 pairs not 8
    +12
    -12
    TimingMessages.vb
    And the comment in ParseFinalTime:


    1 step

    Copy updated files to outputs



    Presented 2 files
    Fixed. The manual said "8 timing lights" in the config message, but that includes the start gate which doesn't produce a time value in the
    $NAMSCC output. So it's actually 7 pairs: 6 splits/speeds + 1 finish.

    Try again with:

    $NAMSCC,123,T,5.92,T,7.11,T,8.27,T,9.72,T,11.63,T,13.78,F,20.52
    Let me know what your old VB code shows too - always good to
    cross-reference.

    Messageparser
    VB
    Timingmessages
    VB


    Me: Will do. Your revision is working. My very crude way of doing it
    (with stuff to display the message to the timekeeper and other guff).
    Case "$NAMSCC" 'Final Time
    ' MessageBox.Show(comprunning.ToString)
    comprunning = msgarray(1)
    compstatus = 0
    'MessageBox.Show("FINAL " + msgarray(1))
    linkup = True
    'MsgBox(rt)
    _type = MessageType.Incoming
    _msg = Environment.NewLine + nigan + Environment.NewLine
    DisplayData(MessageType.Incoming, _msg)

    ...
    Boring crude dinosaur human coder iterating through a string code.
    ...


    Claude:
    11 Jan
    Ah, that's a nice pragmatic approach! Loop through, look for "T" or "S",
    grab the next value. No assumptions about fixed positions - just follow
    the data.

    Your code handles variable configurations naturally - if there are 3
    splits and 2 speeds, or 5 splits and 1 speed, it just counts what it
    finds. My parser assumed fixed positions.

    Actually, looking at the log data again:

    T,5.92,T,7.11,T,8.27,T,9.72,T,11.63,T,13.78,F,20.52 (6 T's, 1 F) T,3.24,T,4.97,T,6.23,T,7.68,T,9.09,S,4.7,F,15.24 (5 T's, 1 S, 1 F) T,3.09,T,4.63,S,6.1,T,8.13,T,9.86,S,6.5,F,14.87 (4 T's, 2 S's, 1 F)
    The number of gates is consistent (7 pairs) but the mix of T and S
    varies depending on how speed traps are configured. My parser handles
    this fine since it reads whatever type character is there.

    But your approach of counting splits vs speeds separately is useful for display - "Split 1, Split 2..." rather than "Gate 1, Gate 2...".

    Want me to add split/speed counters to the FinalTimeMessage class?

    -----

    So far from infallible, though in fairness, it was influenced by a
    hardware manual which had a misleading example. The "Ah, that's a nice pragmatic approach!" is damning with faint praise, but shows the
    strategy. This was Claude Desktop BTW. Claude Code CLI is far more terse
    and businesslike.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Worst Case@"Worst Case"@dizum.com to uk.rec.motorcycles on Thu Jan 22 19:29:38 2026
    From Newsgroup: uk.rec.motorcycles

    On Thu, 22 Jan 2026 15:39:16 -0000 (UTC), Mark Olson <olsonm@tiny.invalid> wrote:

    What really bothers me about the whole thing is how easy it is for
    people involved to uncritically adopt the idea that it is OK and
    normal that they should ascribe human emotions and motives to LLMs.

    It's been ever thus:

    "Weizenbaum intended the program as a method to explore communication
    between humans and machines. He was surprised that some people,
    including his secretary, attributed human-like feelings to the
    computer program, a phenomenon that came to be called the ELIZA
    effect."

    + https://en.wikipedia.org/wiki/ELIZA

    That was from the 70s. I, myself, played with a SNOBOL version of the
    ELIZA script for many hours at a DECwriter terminal, trying to get it
    to say outrageous things.

    "When executing Weizenbaum's DOCTOR script, ELIZA simulated a Rogerian psychotherapist, largely by rephrasing the "patient"'s replies as
    questions:

    Human: "Well, my girlfriend made me come here."
    ELIZA: "Your girlfriend made you come here?"
    Human: "She says I'm depressed much of the time."
    ELIZA: "I am sorry to hear you are depressed."
    Human: "It's true. I'm unhappy."
    ELIZA: "Do you think coming here will help you not to be unhappy?"

    "Though designed strictly as a mechanism to support 'natural language conversation' with a computer, ELIZA's DOCTOR script was found to
    be surprisingly successful in eliciting emotional responses from users
    who, in the course of interacting with the program, began to ascribe understanding and motivation to the program's output. As Weizenbaum
    later wrote, 'I had not realized ... that extremely short exposures to
    a relatively simple computer program could induce powerful delusional
    thinking in quite normal people.'"

    + https://en.wikipedia.org/wiki/ELIZA_effect
    --
    Moreover I'm convinced that Reddit must be destroyed.

    Worst Case

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Thu Jan 22 23:03:10 2026
    From Newsgroup: uk.rec.motorcycles

    "Worst wrote:

    As Weizenbaum
    later wrote, 'I had not realized ... that extremely short exposures to
    a relatively simple computer program could induce powerful delusional thinking in quite normal people.'"

    + https://en.wikipedia.org/wiki/ELIZA_effect

    No lies detected there. Even though the programs have become much
    more complex, they are still programs and not an 'entity'. God help us.

    As others have said, I'm glad to be out of the business and I have
    the luxury of choosing (for a little while at least?) to not be forced
    to use AI.

    However, as AI becomes more and more woven into everything, I fear
    we will not have much of a choice in the future.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Worst Case@"Worst Case"@dizum.com to uk.rec.motorcycles on Sat Jan 24 01:26:24 2026
    From Newsgroup: uk.rec.motorcycles

    On Thu, 22 Jan 2026 23:03:10 -0000 (UTC), Mark Olson <olsonm@tiny.invalid> wrote:

    As others have said, I'm glad to be out of the business and I have
    the luxury of choosing (for a little while at least?) to not be
    forced to use AI. However, as AI becomes more and more woven into everything, I fear we will not have much of a choice in the future.

    These days there's a toad under every rock waiting to hop out and tell
    you that you can't avoid the enshittification of AI. Its all over Big
    Media. Instead I think you need to cultivate your sources in the counterculture. The trouble is the toads are there, too.

    You don't have to accept everything passively you read on the
    Internet. Everybody believes that we're going to hell. So what? You
    have to find ways around the honey traps to reach information of
    significance. If this involves clandestine means, so be it! You may
    feel that subversion isn't worth it to you, but it WILL BE to society
    more broadly.

    1. Use TOR! It's for criminals.

    + https://www.torproject.org/

    Criminals wouldn't use it to buy and sell contraband unless it was
    more or less secure. Of course the toads tell you that you're
    painting a big target on your behind by using it, but I think
    you're entitled to the presumption that that's just toads being
    toads. TOR actually does keep you anonymous. You can evade most
    of the tracking on the Internet, using it.

    You may not be able to visit your bank's Web site because you're
    not supposed to be anonymous at your bank. You may not be able to
    visit your newspaper's Web site because they need to be able to
    track you to sell ads. You may not be able to participate in
    Szoci|il Media because ... reasons. Those places are rife with AI,
    and you can't get there with TOR. Is that bad?

    2. Self-host your own eMail.

    No use giving GMail a chance to rifle through your stuff and your
    friends' stuff for advertising keywords. No use feeding AI any of
    your notions or your friends' notions about what is politically
    correct.

    3. Use decentralized discussion groups.

    + https://lemmy.ml/

    Face it! Moderators at all those other Szoci|il Media sites work
    for The Man. What you see there is almost all written by toads
    for toads.

    4. Avoid search engines run by Big Media.

    + https://en.wikipedia.org/wiki/Mojeek

    Big Media presents results that are ranked by revenue, not
    relevance. Revenue comes from engagement, which comes from
    telling you what you want to hear, which is what AI is for.
    Google is a chorus of toads.

    I thought about adding a couple of other yet more esoteric bullet
    points, but I decided any such recommendations would just give the
    toads a field day. Doing the above is complicated enough. Certainly
    yet more is needed, but I think folks ought to start there.

    As I write this, I am convicted that I've not recommended any
    practical means of recognizing AI in the wild in order to avoid it.
    In sailing, the greatest speed is achieved by steering close to the
    wind, and the same is true about surfing the Internet. Finding
    significant information isn't about sailing away from AI. It isn't
    about avoiding the toads but about directing your research where the
    toads are. You won't find what you seek unless you go there. Just
    tack carefully.

    Yet again, lo! the soul, above all science,
    For it has history gather'd like husks around the globe,
    For it the entire star-myriads roll through the sky.

    In spiral routes by long detours,
    (As a much-tacking ship upon the sea,)
    For it the partial to the permanent flowing,
    For it the real to the ideal tends.

    Excerpt from "Song of the Universal" by Walt Whitman (1819-1892)
    --
    Moreover I'm convinced that Reddit must be destroyed.

    Worst Case


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Neil Ronketti@neil@ronketti.invalid to uk.rec.motorcycles on Sat Jan 24 01:30:37 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 00:26, "Worst Case"@dizum.com wrote:
    On Thu, 22 Jan 2026 23:03:10 -0000 (UTC), Mark Olson <olsonm@tiny.invalid> wrote:

    As others have said, I'm glad to be out of the business and I have
    the luxury of choosing (for a little while at least?) to not be
    forced to use AI. However, as AI becomes more and more woven into
    everything, I fear we will not have much of a choice in the future.

    These days there's a toad under every rock waiting to hop out and tell
    you that you can't avoid the enshittification of AI. Its all over Big
    Media. Instead I think you need to cultivate your sources in the counterculture. The trouble is the toads are there, too.

    <snipola>

    I'm sure I saw Toads and the Counterculture supporting The Fall sometime
    in about 1983.
    --
    nr.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 24 07:12:42 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 01:30, Neil Ronketti wrote:
    On 24/01/2026 00:26, "Worst Case"@dizum.com wrote:
    On Thu, 22 Jan 2026 23:03:10 -0000 (UTC), Mark Olson
    <olsonm@tiny.invalid> wrote:

    As others have said, I'm glad to be out of the business and I have
    the luxury of choosing (for a little while at least?) to not be
    forced to use AI.-a However, as AI becomes more and more woven into
    everything, I fear we will not have much of a choice in the future.

    These days there's a toad under every rock waiting to hop out and tell
    you that you can't avoid the enshittification of AI.-a Its all over Big
    Media.-a Instead I think you need to cultivate your sources in the
    counterculture.-a The trouble is the toads are there, too.

    <snipola>

    I'm sure I saw Toads and the Counterculture supporting The Fall sometime
    in about 1983.



    <VBG>
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 24 07:32:16 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 00:26, "Worst Case"@dizum.com wrote:
    On Thu, 22 Jan 2026 23:03:10 -0000 (UTC), Mark Olson <olsonm@tiny.invalid> wrote:

    As others have said, I'm glad to be out of the business and I have
    the luxury of choosing (for a little while at least?) to not be
    forced to use AI. However, as AI becomes more and more woven into
    everything, I fear we will not have much of a choice in the future.

    These days there's a toad under every rock waiting to hop out and tell
    you that you can't avoid the enshittification of AI. Its all over Big
    Media. Instead I think you need to cultivate your sources in the counterculture. The trouble is the toads are there, too.


    <SNIP>

    "Poop-poop!"


    Yet again, lo! the soul, above all science,
    For it has history gather'd like husks around the globe,
    For it the entire star-myriads roll through the sky.

    In spiral routes by long detours,
    (As a much-tacking ship upon the sea,)
    For it the partial to the permanent flowing,
    For it the real to the ideal tends.

    Excerpt from "Song of the Universal" by Walt Whitman (1819-1892)


    I do like a bit of Walt Witman.

    I'm also a fan of Emily Dickinson.

    A Toad, can die of LightrCo
    Death is the Common Right
    Of Toads and MenrCo
    Of Earl and Midge
    The privilegerCo
    Why swagger, then?
    The GnatrCOs supremacy is large as ThinerCo

    LiferCois a different ThingrCo
    So measure WinerCo
    Naked of FlaskrCoNaked of CaskrCo
    Bare RhinerCo
    Which RubyrCOs mine?
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Sat Jan 24 09:33:33 2026
    From Newsgroup: uk.rec.motorcycles

    On Thu, 22 Jan 2026 10:33:24 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    On 22/01/2026 08:57, Champ wrote:
    On Sat, 17 Jan 2026 08:45:01 +0000, boots
    <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock

    Very far from AGI, agreed. I really do think, however, you ought to try >interacting with a system planning/coding specific model like Claude
    Code. As you are no longer in the game, it is of no consequence to you,
    but arguing from a position of ignorance is never a good look.

    I strongly refute that I'm arguing from a position of ignorance.
    Claude can obviously produce working code, but it's fooling you if you
    think this is any more than stastical processing of all the other code
    that's already out there.

    There are apparently plenty of people out there with AI
    boyfriends/girlfriends. These people are genuinely attached to the
    LLM they interface with. That's how these things work - you interact
    with it, and it's so believable you can't accept that it's just stats.
    But it is
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Sat Jan 24 16:24:10 2026
    From Newsgroup: uk.rec.motorcycles

    On Thu, 22 Jan 2026 12:26:23 +0000, Simon Wilson <siwilson@nodamnspamn.hotmail.com> wrote:

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock

    They do pass the Turing test I believe, but does that mean they are >"intelligent"? Sometimes it can take a while to realise one is talking
    to a bot.

    Turing defined his test after asking "can a machine think?" It's
    really hard to define what "thinking" is, so he came up with The
    Imitation Game (aka Turing Test), as a proxy.

    But I'm not aware of anyone working in the implementation of LLMs
    claiming they are actually thinking
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 24 16:48:25 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 09:33, Champ wrote:
    On Thu, 22 Jan 2026 10:33:24 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    On 22/01/2026 08:57, Champ wrote:
    On Sat, 17 Jan 2026 08:45:01 +0000, boots
    <news@millhouse-communications.co.uk> wrote:

    Once it starts writing its own code, takes control of the robots then it is game
    over as the Skynet of the movies becomes real.

    That's not going to happen. LLMs have no actual intelligence at all.
    They're just predictive text in a posh frock

    Very far from AGI, agreed. I really do think, however, you ought to try
    interacting with a system planning/coding specific model like Claude
    Code. As you are no longer in the game, it is of no consequence to you,
    but arguing from a position of ignorance is never a good look.

    I strongly refute that I'm arguing from a position of ignorance.
    Claude can obviously produce working code, but it's fooling you if you
    think this is any more than stastical processing of all the other code
    that's already out there.

    So it may be, but if it means I can develop am app/program in the
    fraction of the time it would take me without using it, "that works for
    me". Unlike Stack Overflow, which led me down many blind alleys. Fair
    enough, when was the last time you wrote any code BTW?



    There are apparently plenty of people out there with AI boyfriends/girlfriends. These people are genuinely attached to the
    LLM they interface with. That's how these things work - you interact
    with it, and it's so believable you can't accept that it's just stats.
    But it is

    Oh, I hear what you say. Some research at one time claimed the coding
    ones worked faster and better if you swore at them. So far I gave only
    pointed out where CC had got the wrong end of the stick and told it the
    module I was currently coding was the most important one in the system.
    It is fun to see how it reacts to other than task comments. As you would expect, it has access to all the kind of cultural references, often
    those youngsters wouldn't 'get'. It is no way intelligent, but I'm
    impressed by its mimicking of 'patience'. Stats it is, but that doesn't
    mean it has nothing useful to offer. Just a sophisticated tool, and you
    know what they say about a "poor workman...".
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Sat Jan 24 17:54:09 2026
    From Newsgroup: uk.rec.motorcycles

    Champ <neal@champ.org.uk> wrote:

    But I'm not aware of anyone working in the implementation of LLMs
    claiming they are actually thinking

    I'm less worried about the thought processes of people working in the implementation of LLMs (although there IS plenty to worry about there)
    than I am about the vastly larger number of others who are rushing
    headlong toward blindly trusting the output of same, and uncritically anthropomorphizing them.

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Simon Wilson@siwilson@nodamnspamn.hotmail.com to uk.rec.motorcycles on Sat Jan 24 18:08:43 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 17:54, Mark Olson wrote:


    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.


    I was gonna ask about your state. Seems rather... worrying.

    Also it seems some people believe that the right to bear arms was only intended for right wing/MAGA white people.

    It must be really scary. I'm sorry. Seems there's very little I can do
    other than try to avoid buying anything made in the USA. Or travelling
    there.
    --
    /Simon
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Sat Jan 24 18:19:52 2026
    From Newsgroup: uk.rec.motorcycles

    Simon Wilson <siwilson@nodamnspamn.hotmail.com> wrote:
    On 24/01/2026 17:54, Mark Olson wrote:


    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.


    I was gonna ask about your state. Seems rather... worrying.

    Also it seems some people believe that the right to bear arms was only intended for right wing/MAGA white people.

    No lie there.

    It must be really scary. I'm sorry. Seems there's very little I can do
    other than try to avoid buying anything made in the USA. Or travelling there.

    Thanks for the reply and concern.

    I have a daughter that lives a couple of blocks from there. My
    daughter-in-law is a US citizen, born in Seoul, of Korean-American
    parentage. She's afraid to come down near Minneapolis because she might
    be perceived as an immigrant and detained, despite being a citizen.
    Events have shown that _no one_ is safe from arbitrary detention,
    arrest, disappearance, or even outright execution in public.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Neil Ronketti@neil@ronketti.invalid to uk.rec.motorcycles on Sat Jan 24 18:32:36 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 18:08, Simon Wilson wrote:
    On 24/01/2026 17:54, Mark Olson wrote:


    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.


    I was gonna ask about your state. Seems rather... worrying.

    Also it seems some people believe that the right to bear arms was only intended for right wing/MAGA white people.

    It must be really scary. I'm sorry. Seems there's very little I can do
    other than try to avoid buying anything made in the USA. Or travelling there.

    I'm going through the same process - I've not had an Amazon account for
    years now, so that's an easy start. Google is pretty much unavoidable if
    you have an Android phone (I know, there are ways around this, and maybe something to investigate later) but Gmail, calendar, Gdrive, photos etc.
    can all easily be migrated to services such as Proton and be permanently encrypted and stored in Europe and away from being used to train LLMs.

    Microsoft, again, if you use Windows it's just easier to do with with an
    MS account - and I have a feeling that with Win11 it's not possible to
    do so without? But again, if you have an Office365 account with OneDrive space, this is all easily moveable to an EU based service.

    Apple, if you have it, you're stuck with it. Sorry.

    And then there's things that I just use for convenience, such as PayPal
    - but again, there are alternatives like just using a card issued from
    an EU bank.

    https://european-alternatives.eu/ gives you loads of good starting
    points. For complete transparency, I'm moving everything over to Proton
    as I like the end to end encryption, the clients are intuitive to use,
    and the two-person family plan just fits my needs. The one thing that's missing currently is a Linux client into the file share, but that's
    coming. And I think you can use rclone anyway. Yes, it's going to cost
    more than using free Google space, but I don't care - this is my futile
    little gesture of resistance and it makes me happy.

    It's a shame it's come to this. I used to live and work in the USA for
    six months every year, and loved it. The US teams that I work with now
    are all brilliant, humane, compassionate people who start many
    conversations with "I'm sorry about what we've done now". I just feel
    that distancing myself at the moment might pay dividends further down
    the line. I hope I'm proved expensively and embarrassingly wrong.
    --
    nr.

    Meeth (n.)
    Something which American doctors will shortly tell us we are all
    suffering from.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 24 18:36:07 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 17:54, Mark Olson wrote:
    Champ <neal@champ.org.uk> wrote:

    But I'm not aware of anyone working in the implementation of LLMs
    claiming they are actually thinking

    I'm less worried about the thought processes of people working in the implementation of LLMs (although there IS plenty to worry about there)
    than I am about the vastly larger number of others who are rushing
    headlong toward blindly trusting the output of same, and uncritically anthropomorphizing them.

    <Narrows eyes>
    Have you been reading my twitter (always will be that not X, for me) posts?


    In the land of the blind, the one eyed man is king - or something. I
    shouldn't have accused Champ of 'ignorance'. Wrong word. Uninformed
    about recent developments and prone to dismiss without direct
    experience. Yes, we do that all the time, but with some folk it's
    verging on "I don't like broccoli". "Have you ever tasted it? " "No -
    but it's GREEN!"

    I confess to anthropomorphising a bit, but I'm genuinely intrigued to
    see if it can achieve flowing, well-behaved interaction using a
    conversational mode. HCI was the subject for my MSc. dissertation back
    in 1996. The UI v AI debate was in full steam even back then.

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.


    Must be a cause for justified anxiety. Given the social media screening,
    I don't think I would be let in to the states now, even if I wanted to
    go across to call in on 'Zot' to put the world to rights, as we did the
    last time he stayed at our gaff.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Sat Jan 24 18:59:43 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:
    On 24/01/2026 17:54, Mark Olson wrote:

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.


    Must be a cause for justified anxiety. Given the social media screening,
    I don't think I would be let in to the states now, even if I wanted to
    go across to call in on 'Zot' to put the world to rights, as we did the
    last time he stayed at our gaff.

    I wonder how our Thomas is doing lately. I'm not on Farcebook and I
    haven't seen him on here much. I have his mobile number from 2013
    when a buddy and I dropped in on him for an overnight visit, so I
    suppose I really have no excuse not to simply text him.

    The missus and I have a European trip (Munich & Lubljuna|Maribor)
    booked a couple of months from now and I am starting to get worried
    about how we will be received. Maybe we should put a Minnesota patch
    on our jackets, akin to the old ruse of sewing a Canadian flag on
    one's backpack so as not to be taken for an ugly American. I don't
    think I could bear the shame of pretending to be a Canadian for my
    own benefit after our administration has done so much to insult and
    indeed threaten them.

    I suppose by openly posting my sentiments here under my own name,
    I am inviting scrutiny at US customs, too.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 24 19:29:36 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 18:59, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:
    On 24/01/2026 17:54, Mark Olson wrote:

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.


    Must be a cause for justified anxiety. Given the social media screening,
    I don't think I would be let in to the states now, even if I wanted to
    go across to call in on 'Zot' to put the world to rights, as we did the
    last time he stayed at our gaff.

    I wonder how our Thomas is doing lately. I'm not on Farcebook and I
    haven't seen him on here much. I have his mobile number from 2013
    when a buddy and I dropped in on him for an overnight visit, so I
    suppose I really have no excuse not to simply text him.

    The missus and I have a European trip (Munich & Lubljuna|Maribor)
    booked a couple of months from now and I am starting to get worried
    about how we will be received. Maybe we should put a Minnesota patch
    on our jackets, akin to the old ruse of sewing a Canadian flag on
    one's backpack so as not to be taken for an ugly American. I don't
    think I could bear the shame of pretending to be a Canadian for my
    own benefit after our administration has done so much to insult and
    indeed threaten them.

    I suppose by openly posting my sentiments here under my own name,
    I am inviting scrutiny at US customs, too.


    He comments occasionally in "the other place". At least he has a
    pleasant climate rather than our weather.

    You'll be fine. Europeans know this is hopefully a transient madness,
    but then Trump is clearly keen to foment trouble, so he can declare
    martial law and suspend elections. Hang in there.

    Perhaps the toads don't know about Usenet. LetrCOs hope not.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Sat Jan 24 20:51:06 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 24, 2026 at 1:19:52 PM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    Simon Wilson <siwilson@nodamnspamn.hotmail.com> wrote:
    On 24/01/2026 17:54, Mark Olson wrote:


    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.

    Fucking awful, isn't it. I don't know how this ends.

    I was gonna ask about your state. Seems rather... worrying.

    Also it seems some people believe that the right to bear arms was only
    intended for right wing/MAGA white people.

    No lie there.

    It must be really scary. I'm sorry. Seems there's very little I can do
    other than try to avoid buying anything made in the USA. Or travelling
    there.

    Thanks for the reply and concern.

    I have a daughter that lives a couple of blocks from there. My daughter-in-law is a US citizen, born in Seoul, of Korean-American
    parentage. She's afraid to come down near Minneapolis because she might
    be perceived as an immigrant and detained, despite being a citizen.
    Events have shown that _no one_ is safe from arbitrary detention,
    arrest, disappearance, or even outright execution in public.

    I feel for your d-i-l. I'm foreign by origin, of course, but white. I don't carry proof of my US citizenship (why should I). I did idly wonder yesterday what would be best to say in the event of a conversation with ICE. What's infuriating is that there's a difference between what I'm legally obliged to say, and what I can say that would most likely drive to a positive outcome. There should be no difference between those things!
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sat Jan 24 21:05:16 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 20:51, Ben Blaney wrote:
    On Jan 24, 2026 at 1:19:52 PM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    Simon Wilson <siwilson@nodamnspamn.hotmail.com> wrote:
    On 24/01/2026 17:54, Mark Olson wrote:


    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.

    Fucking awful, isn't it. I don't know how this ends.

    Not looking exactly like a peace and love scenario:

    https://www.theguardian.com/us-news/live/2026/jan/24/minneapolis-shooting-live?CMP=share_btn_url&page=with%3Ablock-697523318f0839147949025b#block-697523318f0839147949025b
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Sat Jan 24 22:02:13 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:
    Not looking exactly like a peace and love scenario:

    https://www.theguardian.com/us-news/live/2026/jan/24/minneapolis-shooting-live

    I watched Governor Walz' press conference as it happened. He hit it
    out of the park with his comments, in my opinion.

    As an aside, the general officer in charge of the Minnesota National
    Guard (who spoke at the press conference) is a personal friend of my
    best friend. They served together for over a year, my friend was a
    Lt. Colonel and Shawn Manke was a Major at the time. Per my friend,
    Major General Manke is one of the good guys. But he will be put in
    an unenviable position if Trump decides to federalize the MN Guard.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Cab@me@privacy.net to uk.rec.motorcycles on Sun Jan 25 15:40:39 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I built my GPS speedo using Copilot. My Python skills are as rusty as
    fuck, but it's done the job.

    It still made loads of mistakes though.

    I found the trick to make sure that Copilot didn't make mistakes, and
    that was to repeat everything, including full dumps of the programmes
    used, so that it corrected things properly.
    --

    Cab
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Sun Jan 25 18:26:50 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 24, 2026 at 5:02:13 PM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    I watched Governor Walz' press conference as it happened. He hit it
    out of the park with his comments, in my opinion.

    I'd like to see it. Will search.

    As an aside, the general officer in charge of the Minnesota National
    Guard (who spoke at the press conference) is a personal friend of my
    best friend. They served together for over a year, my friend was a
    Lt. Colonel and Shawn Manke was a Major at the time. Per my friend,
    Major General Manke is one of the good guys. But he will be put in
    an unenviable position if Trump decides to federalize the MN Guard

    I don't know him, but I have a feeling that he will disobey illegal orders.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Jan 25 18:35:21 2026
    From Newsgroup: uk.rec.motorcycles

    On 25/01/2026 15:40, Cab wrote:
    Peter Fisher wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    I built my GPS speedo using Copilot. My Python skills are as rusty as
    fuck, but it's done the job.

    It still made loads of mistakes though.

    I found the trick to make sure that Copilot didn't make mistakes, and
    that was to repeat everything, including full dumps of the programmes
    used, so that it corrected things properly.




    Interesting. Not tried Copilot. Have found asking ChatGPT about
    particular snippets of code or ways to do a small task works well in conjunction with Claude Code CLI. Creation of functions using Claude
    Desktop seems to work well. The latter soon had a POST from VB to upload
    a file using PHP (with an API key) working. TBF, that's after a mix-up
    with the mixed case of a variable name was sorted out (different in the
    .vb snippet and the PHP code).
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Worst Case@"Worst Case"@dizum.com to uk.rec.motorcycles on Sun Jan 25 19:57:02 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 24 Jan 2026 20:51:06 -0000 (UTC), Ben Blaney <benblaney@gmail.invalid> wrote:

    I did idly wonder yesterday what would be best to say in the event
    of a conversation with ICE.

    It's hard to imagine. It's hard to imagine what to say in response to
    a Commander in Chief who's ranting incoherently:

    "You see these bums, you know, blowing up the campuses. Listen, the
    boys that are on the college campuses today are the luckiest people in
    the world, going to the greatest universities, and here they are
    burning up the books, storming around this issue. You name it. Get rid
    of the war there will be another one."

    + https://en.wikipedia.org/wiki/Kent_State_shootings

    I was graduating from high school in 1970 (This was a long time ago
    now.) and heading to Indiana University in the fall. An arsonist had
    set at least one fire in the main library on the Bloomington, IN,
    campus the year before, destroying 40 thousand books. My folks told
    me that, if I were ever caught in sight of a demonstration, they would
    yank me out of college.

    The memory occurred to me after the Rodney King verdict many years
    later in 1992. I planned to attend the last session on the last day
    of a UNiSYS Users' Conference in San Francisco. I was not alone, but
    most of the Sperry delegates and all of the Burroughs delegates
    routinely blew off the last session, which was a review of the
    previous week with suggestions from the floor about future topics.
    That session was canceled, and attendees were directed to exit the
    building. (This was not unprecedented. A fire alarm was pulled
    during the last session at a previous conference when indelicate
    questions were posed to UNiSYS representatives from the floor.)
    Security guards fastened the doors behind us with bicycle chains. Bus
    service was suspended. We walked the eight or nine blocks back to our
    hotel.

    + https://en.wikipedia.org/wiki/1992_Los_Angeles_riots

    Apparently a mob was gathering in a park across the street. I dressed
    in civvies to pass as a tourist. Most of the people there looked like
    Japanese tourists to me. Many were carrying VHS cameras on their
    shoulders. ... so, heeding my parents' advice from years earlier, I
    walked up over the hill to Chinatown, and ordered supper in a
    restaurant there.

    The Chinese owners guarded the door. A waiter came to my table and
    asked me to settle up because they were closing. I moved on down to
    the Bay and took a room in a motel there for the night. Events in San Francisco, Los Angeles, and elsewhere unfolded on TV during the night
    as rioters marched into the city across the Oakland Bridge.

    The President said, "We simply cannot condone violence as a way of
    changing the system ... Mob brutality, the total loss of respect for
    human life was sickeningly sad ... What we saw last night and the
    night before in Los Angeles is not about civil rights. It's not about
    the great cause of equality that all Americans must uphold. It's not a
    message of protest. It's been the brutality of a mob, pure and simple."

    I called a cab to return to my hotel downtown the next morning. We
    passed a burned out city bus, blocks of parked cars with smashed
    windshields, and streets of boarded up storefronts. The Black cab
    driver accused me of having to "get out of Dodge," and those were my
    feelings exactly.

    + https://en.wiktionary.org/wiki/get_out_of_Dodge
    --
    Moreover I'm convinced that Reddit must be destroyed.

    Worst Case

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Worst Case@fritz@spamexpire-202601.rodent.frell.theremailer.net to uk.rec.motorcycles on Sun Jan 25 20:44:16 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 24 Jan 2026 19:29:36 +0000, Peter Fisher <nospam@nosspam.net> wrote:

    Perhaps the toads don't know about Usenet. Let's hope not.

    They certainly don't know about remailers.
    --
    Moreover I'm convinced that Reddit must be destroyed.

    Worst Case


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Worst Case@"Worst Case"@dizum.com to uk.rec.motorcycles on Sun Jan 25 21:03:55 2026
    From Newsgroup: uk.rec.motorcycles

    On Sun, 25 Jan 2026 15:40:39 -0000 (UTC), "Cab" <me@privacy.net> wrote:

    I built my GPS speedo using Copilot. [...] It still made loads of
    mistakes though.

    St|-phane CARPENTIER wrote in comp.os.linux.misc:

    It's always like that: first you make it work then you improve
    it. Well, a lot of times, the process stops when it works. I don't
    remember who said that code is not finish when there is nothing more
    to add but when there is nothing more to remove.

    That's why it's stupid to consider the best programmer as the one
    who produce more lines of code than others.

    And, from what I saw, actually, the AI produce a lot of code which
    must be removed.
    --
    Moreover I'm convinced that Reddit must be destroyed.

    Worst Case

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Cab@me@privacy.net to uk.rec.motorcycles on Sun Jan 25 20:16:05 2026
    From Newsgroup: uk.rec.motorcycles

    "Worst Case"@dizum.com wrote:

    And, from what I saw, actually, the AI produce a lot of code which
    must be removed.

    Oh, that's been definitely the case. I've gone through specific lines
    of code multiple times with Copilot to optimise it (and I've checked it
    myself to a certain degree).
    --

    Cab
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From geoffC@me@home.nl to uk.rec.motorcycles on Mon Jan 26 05:37:21 2026
    From Newsgroup: uk.rec.motorcycles

    On 26/1/26 01:57, Worst Case@dizum.com wrote:


    The President said, "We simply cannot condone violence as a way of
    changing the system ... Mob brutality, the total loss of respect for
    human life was sickeningly sad ... What we saw last night and the
    night before in Los Angeles is not about civil rights. It's not about
    the great cause of equality that all Americans must uphold. It's not a >message of protest. It's been the brutality of a mob, pure and simple."


    According to Bush Senior after the 1992 LA riots.
    OTOH it is a perfectly acceptable strategy to encourage such disturbances in
    countries that have been getting on your tits since the 80's when they
    kicked you and your puppet regime out.
    Hypocrisy sometimes goes beyond sickening.
    Time for a coalition of the willing to march in, save the people from a
    despotic dictator and restore democracy. Might as well deal with the Nazi
    car maker while they are there.
    --
    Geoff
    NTV 650
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Mon Jan 26 18:17:42 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 24 Jan 2026 17:54:09 -0000 (UTC), Mark Olson
    <olsonm@tiny.invalid> wrote:

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.

    That's a different matter! Watching from this side of the pond, it is
    both horrifying and scarcely believable

    Those Minnosotans (sp?) turning out to protest, track ICE, support
    their neighbourhoods, etc, are inspiring
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Mon Jan 26 18:21:29 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 24 Jan 2026 22:02:13 -0000 (UTC), Mark Olson
    <olsonm@tiny.invalid> wrote:

    As an aside, the general officer in charge of the Minnesota National
    Guard (who spoke at the press conference) is a personal friend of my
    best friend. They served together for over a year, my friend was a
    Lt. Colonel and Shawn Manke was a Major at the time. Per my friend,
    Major General Manke is one of the good guys. But he will be put in
    an unenviable position if Trump decides to federalize the MN Guard.

    I read that the MN Guard had turned out, wearing dayglo vests to
    distinguish them from ICE, and were providing protestors with warm
    drinks & food

    https://www.msn.com/en-in/news/world/minnesota-guard-hands-out-coffee-to-anti-ice-protesters-after-deadly-federal-shooting/ar-AA1UXW1p

    Looks like they've already picked a side
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Mon Jan 26 18:27:25 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 24 Jan 2026 18:32:36 +0000, Neil Ronketti
    <neil@ronketti.invalid> wrote:

    For complete transparency, I'm moving everything over to Proton
    as I like the end to end encryption, the clients are intuitive to use,
    and the two-person family plan just fits my needs.

    <quick look at https://proton.me>
    Ooh, interesting

    Will look into this further
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Mon Jan 26 18:29:10 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 24 Jan 2026 18:36:07 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Have you been reading my twitter (always will be that not X, for me) posts?

    You're still on twitter? Why?
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Worst Case@"Worst Case"@dizum.com to uk.rec.motorcycles on Mon Jan 26 19:29:30 2026
    From Newsgroup: uk.rec.motorcycles

    On Mon, 26 Jan 2026 05:37:21 -0000 (UTC), geoffC <me@home.nl> wrote:

    Hypocrisy sometimes goes beyond sickening.

    The first Presidential quote was from "Tricky" Dick Nixon in 1970:

    "You see these bums, you know, blowing up the campuses. Listen, the
    boys that are on the college campuses today are the luckiest people in
    the world, going to the greatest universities, and here they are
    burning up the books, storming around this issue. You name it. Get rid
    of the war there will be another one."

    The notion that, "You've seen one war rCo you've seen them all," is
    probably not an accurate reflection of his Quaker background.

    The second Presidential quote was from George Bush, Pere, in 1992:

    "We simply cannot condone violence as a way of changing the system
    ... Mob brutality, the total loss of respect for human life was
    sickeningly sad ... What we saw last night and the night before in Los
    Angeles is not about civil rights. It's not about the great cause of
    equality that all Americans must uphold. It's not a message of
    protest. It's been the brutality of a mob, pure and simple."

    Here is a third Presidential quote on Sun 25 Jan 2025 from The Donald:

    "During the four years of Crooked Joe Biden and Democrat failed
    leadership, Tens of Millions of Illegal Alien Criminals poured into
    our Country, including Hundreds of Thousands of Convicted Murderers,
    Rapists, Kidnappers, Drug Dealers, and Terrorists.

    "I won the Election in a Historic Landslide, and Republicans won
    Majorities in both the House and Senate, in large part, because we
    pledged to SEAL THE BORDER, which we have done, and launch the largest
    Mass Deportation of Illegal Alien Criminals in American History. This Deportation effort is underway, and in Republican run Cities and
    States, these operations are going peacefully and smoothly, because
    Local Law Enforcement Officers are allowed to work with their Federal counterparts. For example, in the five Republican run States of Texas,
    Georgia, Florida, Tennessee, and Louisiana, ICE has arrested 150,245
    Criminal Illegal Aliens over the past year rCo with ZERO protests,
    riots, or chaos. Why? Because Local Police and ICE are cooperating and
    working together.

    "Meanwhile, Democrat run Sanctuary Cities and States are REFUSING to
    cooperate with ICE, and they are actually encouraging Leftwing
    Agitators to unlawfully obstruct their operations to arrest the Worst
    of the Worst People! By doing this, Democrats are putting Illegal
    Alien Criminals over Taxpaying, Law-Abiding Citizens, and they have
    created dangerous circumstances for EVERYONE involved. Tragically, two
    American Citizens have lost their lives as a result of this Democrat
    ensued chaos.

    + https://truthsocial.com/@realDonaldTrump/posts/115958124569932540

    It will be noted that these three were Republicans.
    --
    Moreover I'm convinced that Reddit must be destroyed.

    Worst Case

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Roberts@mark@markr.myzen.co.uk to uk.rec.motorcycles on Mon Jan 26 19:19:44 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 24 Jan 2026 18:32:36 +0000, Neil Ronketti
    <neil@ronketti.invalid> wrote:


    Proton

    That is interesting.
    Thanks :)
    --
    Mark Roberts
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Mon Jan 26 19:31:06 2026
    From Newsgroup: uk.rec.motorcycles

    Champ <neal@champ.org.uk> wrote:
    On Sat, 24 Jan 2026 17:54:09 -0000 (UTC), Mark Olson
    <olsonm@tiny.invalid> wrote:

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently >>murdered another person about 20 miles from me.

    That's a different matter! Watching from this side of the pond, it is
    both horrifying and scarcely believable

    Those Minnosotans (sp?) turning out to protest, track ICE, support
    their neighbourhoods, etc, are inspiring

    I am humbled by what my neighbors have been up to in that way.

    We did a couple of donations yesterday (food & other things) to support
    folks who are afraid to leave home for fear of being kidnapped or worse.

    Other friends have been doing more, actually delivering aid, etc.

    My friend from Reykjavik emailed me this morning to say how upset
    he is with what is happening to Minnesota. He offered to look for a
    cottage for us in Iceland if we need to leave the US. He also said
    he thinks his visit to the US in 2023 is probably his last.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Mon Jan 26 19:33:55 2026
    From Newsgroup: uk.rec.motorcycles

    Champ <neal@champ.org.uk> wrote:
    On Sat, 24 Jan 2026 22:02:13 -0000 (UTC), Mark Olson
    <olsonm@tiny.invalid> wrote:

    As an aside, the general officer in charge of the Minnesota National
    Guard (who spoke at the press conference) is a personal friend of my
    best friend. They served together for over a year, my friend was a
    Lt. Colonel and Shawn Manke was a Major at the time. Per my friend,
    Major General Manke is one of the good guys. But he will be put in
    an unenviable position if Trump decides to federalize the MN Guard.

    I read that the MN Guard had turned out, wearing dayglo vests to
    distinguish them from ICE, and were providing protestors with warm
    drinks & food

    https://www.msn.com/en-in/news/world/minnesota-guard-hands-out-coffee-to-anti-ice-protesters-after-deadly-federal-shooting/ar-AA1UXW1p

    Looks like they've already picked a side

    I was very glad to see that. I have no doubt their commander was behind
    it, which further reinforces my good opinion of him and his staff.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Neil Ronketti@neil@ronketti.invalid to uk.rec.motorcycles on Mon Jan 26 22:11:56 2026
    From Newsgroup: uk.rec.motorcycles

    On 26/01/2026 18:27, Champ wrote:
    On Sat, 24 Jan 2026 18:32:36 +0000, Neil Ronketti
    <neil@ronketti.invalid> wrote:

    For complete transparency, I'm moving everything over to Proton
    as I like the end to end encryption, the clients are intuitive to use,
    and the two-person family plan just fits my needs.

    <quick look at https://proton.me>
    Ooh, interesting

    Will look into this further

    If you like what you see, I've got a referral code that gets anyone
    interested something like re415 off the subscription cost.
    --
    nr.

    Writtle (vb.)
    Of a steel ball, to settle into a hole.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Mon Jan 26 22:33:43 2026
    From Newsgroup: uk.rec.motorcycles

    On 26/01/2026 18:29, Champ wrote:
    On Sat, 24 Jan 2026 18:36:07 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Have you been reading my twitter (always will be that not X, for me) posts?

    You're still on twitter? Why?


    rCLIf you know the enemy and know yourself, you need not fear the result
    of a hundred battlesrCY.

    I follow a couple of accounts that still tweet stuff with links to
    articles I find interesting, that I wouldn't have been otherwise aware of.

    I notice you haven't deleted your account.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Mon Jan 26 22:39:43 2026
    From Newsgroup: uk.rec.motorcycles

    On 26/01/2026 22:11, Neil Ronketti wrote:
    On 26/01/2026 18:27, Champ wrote:
    On Sat, 24 Jan 2026 18:32:36 +0000, Neil Ronketti
    <neil@ronketti.invalid> wrote:

    For complete transparency, I'm moving everything over to Proton
    as I like the end to end encryption, the clients are intuitive to use,
    and the two-person family plan just fits my needs.

    <quick look at https://proton.me>
    Ooh, interesting

    Will look into this further

    If you like what you see, I've got a referral code that gets anyone interested something like re415 off the subscription cost.


    I use the free tier as an 'extra' email address occasionally when
    wanting to keep at arm's length, also their VPN if in foreign parts to
    watch iPlayer.

    Clearly I need to be more paranoid, but "life's too short..."
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Mon Jan 26 22:57:12 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote in news:10l8qfd$2t9o7$1@dont-
    email.me:

    On 26/01/2026 22:11, Neil Ronketti wrote:
    On 26/01/2026 18:27, Champ wrote:
    On Sat, 24 Jan 2026 18:32:36 +0000, Neil Ronketti
    <neil@ronketti.invalid> wrote:

    For complete transparency, I'm moving everything over to Proton
    as I like the end to end encryption, the clients are intuitive to use, >>>> and the two-person family plan just fits my needs.

    <quick look at https://proton.me>
    Ooh, interesting

    Will look into this further

    If you like what you see, I've got a referral code that gets anyone
    interested something like re415 off the subscription cost.


    I use the free tier as an 'extra' email address occasionally when
    wanting to keep at arm's length, also their VPN if in foreign parts to
    watch iPlayer.

    Clearly I need to be more paranoid, but "life's too short..."


    I took out the heavily discounted 2 year plan via some referral link on PCadvisor or somesuch. It's cheaper than subscribing to sport and other streaming sites if you know a few one legged parrot fanciers.






    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Tue Jan 27 08:15:52 2026
    From Newsgroup: uk.rec.motorcycles

    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    And another El Reg article on the usefulness of AI in software
    development

    https://www.theregister.com/2026/01/26/cursor_opinion/
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Tue Jan 27 10:21:17 2026
    From Newsgroup: uk.rec.motorcycles

    On Mon, 26 Jan 2026 19:31:06 -0000 (UTC), Mark Olson
    <olsonm@tiny.invalid> wrote:

    Champ <neal@champ.org.uk> wrote:

    Those Minnosotans (sp?) turning out to protest, track ICE, support
    their neighbourhoods, etc, are inspiring

    I am humbled by what my neighbors have been up to in that way.
    We did a couple of donations yesterday (food & other things) to support
    folks who are afraid to leave home for fear of being kidnapped or worse.

    Well done

    My friend from Reykjavik emailed me this morning to say how upset
    he is with what is happening to Minnesota. He offered to look for a
    cottage for us in Iceland if we need to leave the US. He also said
    he thinks his visit to the US in 2023 is probably his last.

    Let's hope it won't come to it, but I think there's several people
    over here who would take you in if you really need to become refugees
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Colin Irvine@colin_irvine@fastmail.fm to uk.rec.motorcycles on Tue Jan 27 10:22:26 2026
    From Newsgroup: uk.rec.motorcycles

    On 26/01/2026 18:27, Champ wrote:
    On Sat, 24 Jan 2026 18:32:36 +0000, Neil Ronketti
    <neil@ronketti.invalid> wrote:

    For complete transparency, I'm moving everything over to Proton
    as I like the end to end encryption, the clients are intuitive to use,
    and the two-person family plan just fits my needs.

    <quick look at https://proton.me>
    Ooh, interesting

    Will look into this further

    I used a VPN for a while. However, by the time I had to keep changing
    the port fowarding as the VPN changed it, and had to put most of the
    sites I visit into split tunneling, I gave up on it. I'm glad I've
    switched to Linux and pCloud, though.
    --
    Colin Irvine
    R1250RS
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Tue Jan 27 10:19:23 2026
    From Newsgroup: uk.rec.motorcycles

    On Mon, 26 Jan 2026 22:33:43 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    You're still on twitter? Why?

    I notice you haven't deleted your account.

    I thought I had. But then, with the state of that system now, it
    probably took me through the steps of deleting it, and left stuff
    there for other people to see

    I'll look at it again
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Simon Wilson@siwilson@nodamnspamn.hotmail.com to uk.rec.motorcycles on Tue Jan 27 12:12:01 2026
    From Newsgroup: uk.rec.motorcycles

    On 27/01/2026 10:21, Champ wrote:

    Let's hope it won't come to it, but I think there's several people
    over here who would take you in if you really need to become refugees

    Anyone in Minnesota (or the rest of the USA come to think if it)
    probably has a legitimate case for seeking asylum IWHT.
    --
    /Simon


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Tue Jan 27 12:36:17 2026
    From Newsgroup: uk.rec.motorcycles

    On 26/01/2026 18:27, Champ wrote:
    On Sat, 24 Jan 2026 18:32:36 +0000, Neil Ronketti
    <neil@ronketti.invalid> wrote:

    For complete transparency, I'm moving everything over to Proton
    as I like the end to end encryption, the clients are intuitive to use,
    and the two-person family plan just fits my needs.

    <quick look at https://proton.me>
    Ooh, interesting

    Will look into this further

    +1

    I will admit that the connection with CERN[1] & Tim Berners-Lee
    potentially has me hooked.

    Chris

    [1] Purely coincidentally, I happen to be wearing my
    "Science Gives Me A Hadron" tee shirt :-)
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Tue Jan 27 12:51:48 2026
    From Newsgroup: uk.rec.motorcycles

    On 27/01/2026 08:15, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    And another El Reg article on the usefulness of AI in software
    development

    https://www.theregister.com/2026/01/26/cursor_opinion/

    Sure. ".., but marketing keeps insisting junior engineers can take whole projects from spec to shipping." Anyone who has tried a decent AI tuned
    for code development knows this is this not true, however, I don't think
    that means AI coding can be dismissed out of hand.

    They are also useful to work out why a system that used to work, crashes
    - in particular one on a VPS after routine maintenance by the hosting
    platform meant it was shutdown. Mostly rebooted OK, but my Java based
    DMS turned its toes up. Reinstall from scratch or backup could have
    worked, but Claude pointed me to the logs that would tell the tale and
    how to resolve the issue. Then opined that it could run much faster (the 'server' right on the spec limit) and suggested tweaks, which have
    definitely improved it. They might not work if it has getting 1000s of requests a day TBF - but my 'user base' is tiny.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Tue Jan 27 12:56:31 2026
    From Newsgroup: uk.rec.motorcycles

    On 27/01/2026 12:12, Simon Wilson wrote:
    On 27/01/2026 10:21, Champ wrote:

    Let's hope it won't come to it, but I think there's several people
    over here who would take you in if you really need to become refugees

    Anyone in Minnesota (or the rest of the USA come to think if it)
    probably has a legitimate case for seeking asylum IWHT.



    Indeed.

    Not sure if this is positive news or not: https://www.theguardian.com/us-news/2026/jan/27/gregory-bovino-minneapolis-minnesota-alex-pretti-shooting
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Tue Jan 27 16:22:11 2026
    From Newsgroup: uk.rec.motorcycles

    On 27/01/2026 12:51, Peter Fisher wrote:
    On 27/01/2026 08:15, Champ wrote:
    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    And another El Reg article on the usefulness of AI in software
    development

    https://www.theregister.com/2026/01/26/cursor_opinion/

    Sure. ".., but marketing keeps insisting junior engineers can take whole projects from spec to shipping." Anyone who has tried a decent AI tuned
    for code development knows this is this not true, however, I don't think that means AI coding can be dismissed out of hand.

    They are also useful to work out why a system that used to work, crashes
    - in particular one on a VPS after routine maintenance by the hosting platform meant it was shutdown. Mostly rebooted OK, but my Java based
    DMS turned its toes up. Reinstall from scratch or backup could have
    worked, but Claude pointed me to the logs that would tell the tale and
    how to resolve the issue. Then opined that it could run much faster (the 'server'-a right on the spec limit) and suggested tweaks, which have definitely improved it. They might not work if it has getting 1000s of requests a day TBF - but my 'user base' is tiny.



    A different view:

    "IDEs/agent swarms/fallability. Both the "no need for IDE anymore" hype
    and the "agent swarm" hype is imo too much for right now. The models definitely still make mistakes and if you have any code you actually
    care about I would watch them like a hawk, in a nice large IDE on the
    side. The mistakes have changed a lot - they are not simple syntax
    errors anymore, they are subtle conceptual errors that a slightly
    sloppy, hasty junior dev might do. The most common category is that the
    models make wrong assumptions on your behalf and just run along with
    them without checking. They also don't manage their confusion, they
    don't seek clarifications, they don't surface inconsistencies, they
    don't present tradeoffs, they don't push back when they should, and they
    are still a little too sycophantic. Things get better in plan mode, but
    there is some need for a lightweight inline plan mode. They also really
    like to overcomplicate code and APIs, they bloat abstractions, they
    don't clean up dead code after themselves, etc. They will implement an inefficient, bloated, brittle construction over 1000 lines of code and
    it's up to you to be like "umm couldn't you just do this instead?" and
    they will be like "of course!" and immediately cut it down to 100 lines.
    They still sometimes change/remove comments and code they don't like or
    don't sufficiently understand as side effects, even if it is orthogonal
    to the task at hand. All of this happens despite a few simple attempts
    to fix it via instructions in CLAUDE . md. *Despite all these issues, it
    is still a net huge improvement and it's very difficult to imagine going
    back to manual coding.* TLDR everyone has their developing flow, my
    current is a small few CC sessions on the left in ghostty windows/tabs
    and an IDE on the right for viewing the code + manual edits."

    Andrej Karpathy
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Tue Jan 27 18:09:27 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:
    On 27/01/2026 12:12, Simon Wilson wrote:
    On 27/01/2026 10:21, Champ wrote:

    Let's hope it won't come to it, but I think there's several people
    over here who would take you in if you really need to become refugees

    Anyone in Minnesota (or the rest of the USA come to think if it)
    probably has a legitimate case for seeking asylum IWHT.



    Indeed.

    Not sure if this is positive news or not: https://www.theguardian.com/us-news/2026/jan/27/gregory-bovino-minneapolis-minnesota-alex-pretti-shooting

    I sincerely doubt it.

    https://www.reddit.com/r/minnesota/comments/1qoiep8/homan_contributed_to_project_2025s_immigration/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Tue Jan 27 19:07:12 2026
    From Newsgroup: uk.rec.motorcycles

    On 27/01/2026 18:09, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:
    On 27/01/2026 12:12, Simon Wilson wrote:
    On 27/01/2026 10:21, Champ wrote:

    Let's hope it won't come to it, but I think there's several people
    over here who would take you in if you really need to become refugees

    Anyone in Minnesota (or the rest of the USA come to think if it)
    probably has a legitimate case for seeking asylum IWHT.



    Indeed.

    Not sure if this is positive news or not:
    https://www.theguardian.com/us-news/2026/jan/27/gregory-bovino-minneapolis-minnesota-alex-pretti-shooting

    I sincerely doubt it.

    https://www.reddit.com/r/minnesota/comments/1qoiep8/homan_contributed_to_project_2025s_immigration/

    Oh, I see now, the organ grinder's monkey being replaced by a higher
    status monkey. :(
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Tue Jan 27 19:19:14 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:
    On 27/01/2026 18:09, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Not sure if this is positive news or not:
    https://www.theguardian.com/us-news/2026/jan/27/gregory-bovino-minneapolis-minnesota-alex-pretti-shooting

    I sincerely doubt it.

    https://www.reddit.com/r/minnesota/comments/1qoiep8/homan_contributed_to_project_2025s_immigration/

    Oh, I see now, the organ grinder's monkey being replaced by a higher
    status monkey. :(

    There's a golden (hah) opportunity here to comment about who in this
    situation is the organ grinder and who is the monkey, or more properly,
    the orangutan.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mike Fleming@mike@tauzero.co.uk to uk.rec.motorcycles on Tue Jan 27 22:22:04 2026
    From Newsgroup: uk.rec.motorcycles

    On 24/01/2026 18:08, Simon Wilson wrote:

    It must be really scary. I'm sorry. Seems there's very little I can do
    other than try to avoid buying anything made in the USA. Or travelling there.

    Due to having to communicate with other people, I can't avoid using FB, Whatsapp, and certain aspects of Google. My interactions with Amazon are minimal (my b-i-l sends me an Amazon card for Christmas each year, and
    that's about it). My main expenditure is on musical instruments and amplification - I have one American made instrument, won't be buying any
    more, and I did have one homebuild cab with an (expensive) American
    Eminence speaker in it which died horribly, demonstrating the inferior
    quality of "Made in USA" things. It's being replaced with a proper Made
    in China speaker.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From geoffC@me@home.nl to uk.rec.motorcycles on Wed Jan 28 03:13:15 2026
    From Newsgroup: uk.rec.motorcycles

    On 25/1/26 00:54, Mark Olson wrote:

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently
    murdered another person about 20 miles from me.


    From my statistics mate in Alaska:

    "Little known fact: There are ten times more Gundersons per capita in
    Minnesota than there are in the rest of the United States. And Olsons and
    Nygaards too."

    You'll be OK, sounds like you are surrounded by plenty of good people.
    As mentioned elsewhere, if the shit really hits the fan, your asylum
    application here would be nothing more than a formality.
    Now, about the trip to M|+nchen and Ljubljana. Only problem there is trying
    to pronounce the latter without getting one's cheeks caught between one's
    back teeth.
    Let me know when you want to talk beer.
    --
    Geoff
    NTV 650
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Jan 28 04:24:51 2026
    From Newsgroup: uk.rec.motorcycles

    geoffC <me@home.nl> wrote:
    On 25/1/26 00:54, Mark Olson wrote:

    I'm also pretty uncomfortable sitting here wondering what to do after
    the Gestapo/Brown Shirts v2.0 have just blatantly and transparently >>murdered another person about 20 miles from me.


    From my statistics mate in Alaska:

    "Little known fact: There are ten times more Gundersons per capita in Minnesota than there are in the rest of the United States. And Olsons and Nygaards too."

    Oh you betcha.

    You'll be OK, sounds like you are surrounded by plenty of good people.

    I'm finding this out, and they're not all scandinavians by a long shot.

    As mentioned elsewhere, if the shit really hits the fan, your asylum application here would be nothing more than a formality.

    I hope it doesn't come to that, but I'm glad to hear folks expressing
    such sentiments in any case.

    Now, about the trip to Mnnchen and Ljubljana. Only problem there is trying
    to pronounce the latter without getting one's cheeks caught between one's back teeth.
    Let me know when you want to talk beer.

    Gotcha.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From AndrewR@andrew.rockface.spam@gmail.com to uk.rec.motorcycles on Wed Jan 28 08:58:51 2026
    From Newsgroup: uk.rec.motorcycles

    On 27/01/2026 16:22, Peter Fisher wrote:

    "IDEs/agent swarms/fallability. Both the "no need for IDE anymore" hype
    and the "agent swarm" hype is imo too much for right now. The models definitely still make mistakes and if you have any code you actually
    care about I would watch them like a hawk, in a nice large IDE on the
    side. The mistakes have changed a lot - they are not simple syntax
    errors anymore, they are subtle conceptual errors that a slightly
    sloppy, hasty junior dev might do.

    <SNIP>

    I've started asking people at work to think of AI exactly as they would
    a sixth-former on work experience who's been assigned to them. Don't be
    amazed that they can write in complete sentences, or deliver lines of
    code. Instead, check every output with exactly the same thoroughness you
    would if the spotty youth had produced it.

    I also invite them to consider if they really think their job would be
    better if it was reduced to explaining, repeatedly, what they wanted the work-experience kid to do, and then checking it was done right.

    Finally, don't ask it to produce something that you can't or won't
    check, and if you can't be bothered to check it then don't assume anyone
    else will.

    It infuriates me when, to pick an example, I ask our (very
    non-technical) head of marketing what she wants to use our CRM system
    for, and get back 4 pages of step-by-step instructions on how to set it
    up and integrate it with 3rd party systems. She hasn't checked that it's correct. I can't check that it's correct, because she still hasn't told
    me what she's trying to do. Nobody knows if the third-party systems it mentions exist or do what the AI thinks they do. AI has boosted
    productivity by saving her an hour of organising her thoughts into a
    couple of paragraphs of English, for the low cost of sending us down a
    road that involves paying for other services, possibly needlessly, to
    get a solution that might, for all we know, just email dick-pics to all
    our customers.
    --
    AndrewR, D.Bot (Celeritas)
    Honda VFR800-A9
    BOTAFOT#2,ITJWTFO#6,UKRMRM#1/13a,MCT#1,DFV#2,SKoGA#0
    BotToS#5,SBS#25,IbW#34, TEAR#3, DS#5
    The speccy Geordie twat.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 28 10:47:00 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 08:58, AndrewR wrote:
    On 27/01/2026 16:22, Peter Fisher wrote:

    "IDEs/agent swarms/fallability. Both the "no need for IDE anymore"
    hype and the "agent swarm" hype is imo too much for right now. The
    models definitely still make mistakes and if you have any code you
    actually care about I would watch them like a hawk, in a nice large
    IDE on the side. The mistakes have changed a lot - they are not simple
    syntax errors anymore, they are subtle conceptual errors that a
    slightly sloppy, hasty junior dev might do.

    <SNIP>

    I've started asking people at work to think of AI exactly as they would
    a sixth-former on work experience who's been assigned to them. Don't be amazed that they can write in complete sentences, or deliver lines of
    code. Instead, check every output with exactly the same thoroughness you would if the spotty youth had produced it.

    I also invite them to consider if they really think their job would be better if it was reduced to explaining, repeatedly, what they wanted the work-experience kid to do, and then checking it was done right.

    Finally, don't ask it to produce something that you can't or won't
    check, and if you can't be bothered to check it then don't assume anyone else will.

    It infuriates me when, to pick an example, I ask our (very non-
    technical) head of marketing what she wants to use our CRM system for,
    and get back 4 pages of step-by-step instructions on how to set it up
    and integrate it with 3rd party systems. She hasn't checked that it's correct. I can't check that it's correct, because she still hasn't told
    me what she's trying to do. Nobody knows if the third-party systems it mentions exist or do what the AI thinks they do. AI has boosted
    productivity by saving her an hour of organising her thoughts into a
    couple of paragraphs of English, for the low cost of sending us down a
    road that involves paying for other services, possibly needlessly, to
    get a solution that might, for all we know, just email dick-pics to all
    our customers.


    Time spent in reconnaissance (Information Requirements Analysis) is
    seldom wasted.

    Claude helped me sort out SSL on my VPS DMS (Java thing) instance
    yesterday. I could have googled it and found lots of not always helpful
    advice from nerds.
    It read the setup files I uploaded, identified the problem and proposed
    a solution. A subdomain for the DMS and appropriate virtual host
    modification after acquiring an extra Letsencrypt certificate (the
    standard Apache port was already working fine). Not the most elegant
    solution perhaps, but pointing people to https://docs.wibble.org for the
    DMS landing page works very well for my user case. Done in minutes
    without me reading a dozen conflicting views on Stackoverflow.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Wed Jan 28 11:11:10 2026
    From Newsgroup: uk.rec.motorcycles

    On Tue, 27 Jan 2026 10:19:23 +0000, Champ <neal@champ.org.uk> wrote:

    On Mon, 26 Jan 2026 22:33:43 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    You're still on twitter? Why?

    I notice you haven't deleted your account.

    I thought I had. But then, with the state of that system now, it
    probably took me through the steps of deleting it, and left stuff
    there for other people to see

    I'll look at it again

    Done it now, although apparently it still lingers for 30 days

    I'm not go to hang our in a place full of fascists and which is used
    to generate pornography (inc of children)
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Wed Jan 28 11:18:07 2026
    From Newsgroup: uk.rec.motorcycles

    On Wed, 28 Jan 2026 08:58:51 +0000, AndrewR
    <andrew.rockface.spam@gmail.com> wrote:

    <of AI>

    I also invite them to consider if they really think their job would be >better if it was reduced to explaining, repeatedly, what they wanted the >work-experience kid to do, and then checking it was done right.

    Exactly. If the dev job becomes supervising and correcting the
    machines, that, imo, is a serious downgrade

    As seen elsehere:
    Person 1: Wow! AI can produce art!
    Person 2: I don't it to produce 'art'. I want it to do the washing
    up, so I can produce art
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Sqirrel99@secret.sqirrel99@gmail.com to uk.rec.motorcycles on Wed Jan 28 12:32:03 2026
    From Newsgroup: uk.rec.motorcycles

    Champ wrote:
    On Wed, 28 Jan 2026 08:58:51 +0000, AndrewR
    <andrew.rockface.spam@gmail.com> wrote:

    <of AI>

    I also invite them to consider if they really think their job would be
    better if it was reduced to explaining, repeatedly, what they wanted the
    work-experience kid to do, and then checking it was done right.

    Exactly. If the dev job becomes supervising and correcting the
    machines, that, imo, is a serious downgrade

    Here is a nice article by Cory Doctorow explaining exactly why all the
    AI investment is intended to achieve exactly this (with the side effect
    of propping up the share prices of the AI vendors, regardless of whether
    they are successful). There is also the added 'benefit' that the human supervisor also takes the blame for the AI's mistakes.

    https://www.theguardian.com/us-news/ng-interactive/2026/jan/18/tech-ai-bubble-burst-reverse-centaur
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 28 13:06:19 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 11:11, Champ wrote:
    On Tue, 27 Jan 2026 10:19:23 +0000, Champ <neal@champ.org.uk> wrote:

    On Mon, 26 Jan 2026 22:33:43 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    You're still on twitter? Why?

    I notice you haven't deleted your account.

    I thought I had. But then, with the state of that system now, it
    probably took me through the steps of deleting it, and left stuff
    there for other people to see

    I'll look at it again

    Done it now, although apparently it still lingers for 30 days

    I'm not go to hang our in a place full of fascists and which is used
    to generate pornography (inc of children)

    Fair comment, though my 'Following' feed is mercifully free of the
    former (with one notable exception in the 'know thy enemy' category) and
    AFAIK nobody indulging in the latter.

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky? I still subscribe to DAG's substack.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 28 13:11:41 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 12:32, Sqirrel99 wrote:
    Champ wrote:
    On Wed, 28 Jan 2026 08:58:51 +0000, AndrewR
    <andrew.rockface.spam@gmail.com> wrote:

    <of AI>

    I also invite them to consider if they really think their job would
    be better if it was reduced to explaining, repeatedly, what they
    wanted the work-experience kid to do, and then checking it was done
    right.

    Exactly.-a If the dev job becomes supervising and correcting the
    machines, that, imo, is a serious downgrade

    Here is a nice article by Cory Doctorow explaining exactly why all the
    AI investment is intended to achieve exactly this (with the side effect
    of propping up the share prices of the AI vendors, regardless of whether they are successful). There is also the added 'benefit' that the human supervisor also takes the blame for the AI's mistakes.

    https://www.theguardian.com/us-news/ng-interactive/2026/jan/18/tech-ai- bubble-burst-reverse-centaur

    I'll have to ask the lad about that. He had drunk the kool aid pushed by
    a well known former politician's Ponzi scheme, but has now escaped and
    is going back to a Global player in 'IT Consultancy' (as a sales
    weasel). I keep telling him the AI bubble will burst or implode,
    certainly so far as investment is concerned. Not going to be uninvented
    for use in niche areas though. Adapt or die.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Sqirrel99@secret.sqirrel99@gmail.com to uk.rec.motorcycles on Wed Jan 28 14:19:29 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher wrote:
    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky? I still subscribe to DAG's substack.

    Philip Bump, ex-Washington Post columnist -
    "Substack, a company that intentionally provides a voice to white
    nationalist and Nazi propaganda." https://www.pbump.net/o/the-power-we-use-and-the-power-we-give/

    Unfortunately, anywhere owned by somebody else - particularly 'tech-bro' billionaires (Twitter, Meta), venture capitalists (TikTok),
    crypto-grifters (BlueSky) etc. is going to be a problem, whether they
    have an agenda to push or just want more (and more) billions.

    Google and Apple don't care, so long as they get their 30% cut - https://www.theregister.com/2026/01/27/nudify_app_proliferation_shows_naked/

    Open-source and federated (eg. Usenet or ActivityPub based platforms
    like Mastodon, Lemmy etc.) or independently owned fora are really the
    only way.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Jan 28 14:56:37 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky? I still subscribe to DAG's substack.

    Mastodon. Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    I'll let someone who is more knowledgeable about which one of the
    many instances (servers) you can/should sign up with chime in.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Jan 28 15:11:57 2026
    From Newsgroup: uk.rec.motorcycles

    Champ <neal@champ.org.uk> wrote:
    On Tue, 27 Jan 2026 18:05:59 -0000 (UTC), Mark Olson
    <olsonm@tiny.invalid> wrote:

    Champ <neal@champ.org.uk> wrote:

    Let's hope it won't come to it, but I think there's several people
    over here who would take you in if you really need to become refugees

    Honestly, that made me tear up a bit.

    Thanks.

    No problem, and (from my pov) it's a genuine offer.

    Of course, from your pov, I don't underestimate the wrench that
    relocating across the world because your own nation is no longer a
    place you want to live would be!

    #1, We're not wealthy (I recognize that of course we are, compared
    to most of humanity) so the cost would be pretty significant. We're
    not sitting on a huge pile of cash, so any sort of 'golden visa'
    is out of reach.

    #2, All kidding aside, who is going to want a superannuated layabout
    like me? The missus has still got a few good years in harness ahead and
    she's a schoolteacher, showing some promise since she still tolerates
    the little darlin's.

    #3, Our kids, grandchild, and friends and family would be v. hard to
    leave behind.

    #4, An asylum claim might be possible , if things get _really_ out
    of hand -- shit, who am I kidding? It is beyond doubt that Trump has
    already crossed the Rubicon/Mississippi/St. Croix.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Wed Jan 28 16:07:53 2026
    From Newsgroup: uk.rec.motorcycles

    On 27/01/2026 22:22, Mike Fleming wrote:
    On 24/01/2026 18:08, Simon Wilson wrote:

    It must be really scary. I'm sorry. Seems there's very little I can do
    other than try to avoid buying anything made in the USA. Or travelling
    there.

    Due to having to communicate with other people, I can't avoid using FB, Whatsapp, and certain aspects of Google. My interactions with Amazon are minimal (my b-i-l sends me an Amazon card for Christmas each year, and that's about it). My main expenditure is on musical instruments and amplification - I have one American made instrument, won't be buying any more, and I did have one homebuild cab with an (expensive) American
    Eminence speaker in it which died horribly, demonstrating the inferior quality of "Made in USA" things. It's being replaced with a proper Made
    in China speaker.

    ROFL

    I can remember when "Empire Made" was good and "Made in Taiwan" was bad
    :-/

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Wed Jan 28 16:10:56 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky? I still subscribe to DAG's
    substack.

    Mastodon. Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    I'll let someone who is more knowledgeable about which one of the
    many instances (servers) you can/should sign up with chime in.

    I use Vivaldi as my default browser and they run their own Mastodon
    instance which is free if you have an account with them - such as for
    email etc

    HTH

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Wed Jan 28 16:12:39 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote in news:10kcsd5$1eute$1@dont-
    email.me:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    https://www.bbc.co.uk/sounds/play/m002qj6b

    Aleks and Kevin explore the biggest story in the Ai business. Markets are growing sceptical that the eye-watering sums being invested in Ai will show
    a return and comparisons with the dot-com crash are being widely made - so
    is the Ai bubble about to burst?

    Over the next three episodes we'll explore the Ai business landscape, look
    at the evidence for a bubble and consider the consequences of a 'major correction' to the valuation of the big players.

    Presenters: Aleks Krotoski and Kevin Fong
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Jan 28 16:30:24 2026
    From Newsgroup: uk.rec.motorcycles

    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky? I still subscribe to DAG's
    substack.

    Mastodon. Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I'm elkster88@ ... I'm not sure if I am following you or not!

    NB: No, the 88 isn't some secret Nazi code :( as I have just now
    realized some folk might think. Entirely a coincidence but it's too
    late now to undo it.


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Wed Jan 28 16:47:35 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    So where's the cool echo chamber place to hang out with the right sort >>>> of people these days - Mastodon or Bluesky? I still subscribe to DAG's >>>> substack.

    Mastodon. Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I'm elkster88@ ... I'm not sure if I am following you or not!

    Just checked and we already did the following thing (I'm @chrisnd...) :-)

    NB: No, the 88 isn't some secret Nazi code :( as I have just now
    realized some folk might think. Entirely a coincidence but it's too
    late now to undo it.

    A relative of mine had the same problem. He was actually booted off one
    web service without warning because they made such an assumption!

    LTBALTYA!

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Colin Irvine@colin_irvine@fastmail.fm to uk.rec.motorcycles on Wed Jan 28 17:44:10 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky? I still subscribe to DAG's
    substack.

    Mastodon. Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    I'll let someone who is more knowledgeable about which one of the
    many instances (servers) you can/should sign up with chime in.


    <watching>
    --
    Colin Irvine
    R1250RS
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 28 18:00:18 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 16:12, wessie wrote:
    Peter Fisher <nospam@nosspam.net> wrote in news:10kcsd5$1eute$1@dont- email.me:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    https://www.bbc.co.uk/sounds/play/m002qj6b

    Aleks and Kevin explore the biggest story in the Ai business. Markets are growing sceptical that the eye-watering sums being invested in Ai will show
    a return and comparisons with the dot-com crash are being widely made - so
    is the Ai bubble about to burst?

    Over the next three episodes we'll explore the Ai business landscape, look
    at the evidence for a bubble and consider the consequences of a 'major correction' to the valuation of the big players.

    Presenters: Aleks Krotoski and Kevin Fo

    Sun was shining, so I was out in the garden dealing with pond sludge (literally, not metaphorically), but I heard the trailer and will listen
    to the podcast.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 28 18:04:42 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 14:19, Sqirrel99 wrote:
    Peter Fisher wrote:
    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky? I still subscribe to DAG's
    substack.

    Philip Bump, ex-Washington Post columnist -
    "Substack, a company that intentionally provides a voice to white nationalist and Nazi propaganda." https://www.pbump.net/o/the-power-we-use-and-the-power-we-give/

    Unfortunately, anywhere owned by somebody else - particularly 'tech-bro' billionaires (Twitter, Meta), venture capitalists (TikTok), crypto-
    grifters (BlueSky) etc. is going to be a problem, whether they have an agenda to push or just want more (and more) billions.

    Google and Apple don't care, so long as they get their 30% cut - https://www.theregister.com/2026/01/27/ nudify_app_proliferation_shows_naked/

    Open-source and federated (eg. Usenet or ActivityPub based platforms
    like Mastodon, Lemmy etc.) or independently owned fora are really the
    only way.

    I've had an account on a Mastodon instance since
    Mar 28, 2019. I got really in to it for a while, but missed the cut and
    thrust of 'the hell site'. I'll log back in again and see if the people
    I want to follow are there.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Wed Jan 28 18:36:22 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 28, 2026 at 11:30:24 AM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    NB: No, the 88 isn't some secret Nazi code :( as I have just now
    realized some folk might think. Entirely a coincidence but it's too
    late now to undo it.

    88 in British culture is synomous with "Two Fat Ladies" - a bingo call.
    People will probably just think you're a chubby-chaser.[0]



    [0] Not that there's anything wrong with that.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 28 18:46:44 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    So where's the cool echo chamber place to hang out with the right sort >>>> of people these days - Mastodon or Bluesky? I still subscribe to DAG's >>>> substack.

    Mastodon. Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I'm elkster88@ ... I'm not sure if I am following you or not!

    NB: No, the 88 isn't some secret Nazi code :( as I have just now
    realized some folk might think. Entirely a coincidence but it's too
    late now to undo it.



    Just logged in. Am I missing something, or is there not a lot of
    'original content' posted by UKRMers? ISTR I have to add new peeps to
    some kind of list to see them gathered in the Church of Reason that is
    the UKRM contingent.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Jan 28 18:59:30 2026
    From Newsgroup: uk.rec.motorcycles

    Ben Blaney <benblaney@gmail.invalid> wrote:
    On Jan 28, 2026 at 11:30:24 AM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    NB: No, the 88 isn't some secret Nazi code :( as I have just now
    realized some folk might think. Entirely a coincidence but it's too
    late now to undo it.

    88 in British culture is synomous with "Two Fat Ladies" - a bingo call. People will probably just think you're a chubby-chaser.[0]

    [0] Not that there's anything wrong with that.

    Never heard that one up till now. I'd be happy to be mistaken for
    one of them, without shame!
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Jan 28 19:03:15 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:

    Just logged in. Am I missing something, or is there not a lot of
    'original content' posted by UKRMers? ISTR I have to add new peeps to
    some kind of list to see them gathered in the Church of Reason that is
    the UKRM contingent.

    I mostly only see favorites, boosts and "toots" from Eddie and YTC#1,
    but I'm following most of the UKRMers that I could identify. I don't
    have any lists defined. I think most of our crowd simply aren't all
    that active, BICBW.

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Jan 28 19:07:08 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 18:59, Mark Olson wrote:
    Ben Blaney <benblaney@gmail.invalid> wrote:
    On Jan 28, 2026 at 11:30:24 AM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    NB: No, the 88 isn't some secret Nazi code :( as I have just now
    realized some folk might think. Entirely a coincidence but it's too
    late now to undo it.

    88 in British culture is synomous with "Two Fat Ladies" - a bingo call.
    People will probably just think you're a chubby-chaser.[0]

    [0] Not that there's anything wrong with that.

    Never heard that one up till now. I'd be happy to be mistaken for
    one of them, without shame!

    "Picked her up in my 88."

    Two fat ladies has a particular connection with a UK TV cookery series. https://www.bbc.co.uk/iplayer/episode/b008l31m/two-fat-ladies-christmas

    Both long gone. A liking for butter, wine and fags may have contributed
    to their demise. Nice sidecar outfit featured.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Worst Case@"Worst Case"@dizum.com to uk.rec.motorcycles on Wed Jan 28 21:03:02 2026
    From Newsgroup: uk.rec.motorcycles

    On Wed, 28 Jan 2026 15:11:57 -0000 (UTC), Mark Olson <olsonm@tiny.invalid> wrote:

    It is beyond doubt that Trump has already crossed the
    Rubicon/Mississippi/St. Croix.

    W. C. says: Well, there's always the midterm (election)s.

    ... barring, of course, any demagogic tactics aimed at delaying or
    diverting the electoral process. Today, Trump seems to be starting a
    more or less normal campaign for Congressmen of his persuasion.
    I await developments with bated breath and not a little schadenfreude.

    I seem to recall rubbing elbows with a tropical fish fancier in
    Indianapolis whose family brought him legally to these shores from
    Cuba as a child. His political views were rCo seen in their best light
    rCo surprisingly reactionary. I generalize that attitude to most recent
    legal immigrants who vote. They're rule-of-law abiding
    Conservatives-of-means whose families fled extremist totalitarian,
    ideological, and religious regimes elsewhere to the economic (and
    political) stability of the United States. Unsurprisingly they voted
    for Trump, and no doubt that demographic is suffering a significant
    amount of regret about it now.

    Just in the last day, it is dawning upon Congressmen elected on the
    Republican ticket that their Orang-outang in Chief has managed to piss
    away the inherent support of the immigrant constituency. It's
    upsetting when folks can be stopped by authorities going about their
    daily business and detained for hours because they look foreign. It's
    what the police did in the Olde Country whether or not they were in
    league with the Gestapo. In the U.S. police don't barge into homes
    and churches except in hot pursuit. At least they're not supposed to.
    It's that very thing that estranged our Founding Fathers from the
    British Empire and brought about our Revolution of Independence (which
    the French won for us) so we have more than a little sympathy with
    protesters of all stripes.

    The genius (if you can call it that) of the two-party system of
    U.S. politics is that each splinter group is subsumed in one of two
    separate party platforms. Thus, pressure is dispersed and consensus
    rewarded. In this case the immigrant vote will now change sides. It
    was significant if not decisive in the last election.

    Thus, I look forward to a mixed Congress with a Democrat majority in
    the House. I look forward to impeachment proceedings against Secretary
    of Homeland Security Kristi Noem in the House (whether or not her
    impeachment is sustained in the Senate) for the high crimes of (1)
    talking through her hat about a supposedly ongoing investigation of an
    official shooting, (2) incompetence in office, and (3) being an
    all-around airhead. (Her position as yet one more of Trump's running
    dogs is not an impeachable offense in spite of her history of animal
    abuse, and we won't hold that against her.)

    With any luck we can stretch that circus out until the next general
    election in 2028.

    Of course it could all come apart if Noem resigns or is fired, but, so
    far, Trump is behind her 1000%. It would be sensible for him to fire
    her, but i hope and expect that he won't.
    --
    Moreover I'm convinced that Reddit must be destroyed.

    Worst Case


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Thu Jan 29 06:23:48 2026
    From Newsgroup: uk.rec.motorcycles

    On Tue, 27 Jan 2026 08:15:52 +0000, Champ <neal@champ.org.uk> wrote:

    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    And another El Reg article on the usefulness of AI in software
    development

    https://www.theregister.com/2026/01/26/cursor_opinion/

    ...and another one: https://www.theregister.com/2026/01/28/claude_code_ai_secrets_files/
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Thu Jan 29 07:22:34 2026
    From Newsgroup: uk.rec.motorcycles

    On 29/01/2026 06:23, Champ wrote:
    On Tue, 27 Jan 2026 08:15:52 +0000, Champ <neal@champ.org.uk> wrote:

    On Fri, 16 Jan 2026 08:20:55 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.

    And another El Reg article on the usefulness of AI in software
    development

    https://www.theregister.com/2026/01/26/cursor_opinion/

    ...and another one: https://www.theregister.com/2026/01/28/claude_code_ai_secrets_files/

    It's a fair cop guv.

    "The .claudeignore file allows you to exclude files and directories from Claude Code's context. It works similarly to .gitignore - you place it
    in your project root and list patterns for files Claude should ignore.

    Based on the search results, I found references to .claudeignore *but
    limited specific documentation.* The file helps control what Claude can
    access in your project, which is useful for:

    Excluding large build directories
    Hiding sensitive files
    Reducing context usage
    For more details on controlling what Claude accesses, you may want to
    explore the memory and settings documentation."

    I haven't gone for the full git version control way of doing things. I
    prefer my old methods. Not a problem as a solo developer, but I can see
    the issue for a team working on a codebase.

    So you win, Ned Ludd. Do you need a smiley with that?

    Glad to see you were already heeding my advice in the original post though.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Sqirrel99@secret.sqirrel99@gmail.com to uk.rec.motorcycles on Thu Jan 29 08:11:50 2026
    From Newsgroup: uk.rec.motorcycles

    wessie wrote:
    https://www.bbc.co.uk/sounds/play/m002qj6b
    Aleks and Kevin [] look at the evidence for a bubble

    The trouble with bubbles is that they're difficult to see from the
    inside. From the outside, they're bloody obvious.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Thu Jan 29 14:12:24 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 19:07, Peter Fisher wrote:
    On 28/01/2026 18:59, Mark Olson wrote:
    Ben Blaney <benblaney@gmail.invalid> wrote:
    On Jan 28, 2026 at 11:30:24 AM EST, "Mark Olson"
    <olsonm@tiny.invalid> wrote:

    NB: No, the 88 isn't some secret Nazi code :( as I have just now
    realized some folk might think. Entirely a coincidence but it's too
    late now to undo it.

    88 in British culture is synomous with "Two Fat Ladies" - a bingo call.
    People will probably just think you're a chubby-chaser.[0]

    [0]-a Not that there's anything wrong with that.

    Never heard that one up till now.-a I'd be happy to be mistaken for
    one of them, without shame!

    "Picked her up in my 88."

    Two fat ladies has a particular connection with a UK TV cookery series. https://www.bbc.co.uk/iplayer/episode/b008l31m/two-fat-ladies-christmas

    Both long gone. A liking for butter, wine and fags may have contributed
    to their demise. Nice sidecar outfit featured.

    Ah yes, before the Hairy Bikers they were the biker's food chefs of
    choice - or something like that!

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Thu Jan 29 14:14:54 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 19:03, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Just logged in. Am I missing something, or is there not a lot of
    'original content' posted by UKRMers? ISTR I have to add new peeps to
    some kind of list to see them gathered in the Church of Reason that is
    the UKRM contingent.

    I mostly only see favorites, boosts and "toots" from Eddie and YTC#1,
    but I'm following most of the UKRMers that I could identify. I don't
    have any lists defined. I think most of our crowd simply aren't all
    that active, BICBW.

    I think thats it. Its been nice to see some resurgence in activity here
    but I, and I suspect others, have just given up posting as much as we
    used to 'elsewhere'.

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From AndrewR@andrew.rockface.spam@gmail.com to uk.rec.motorcycles on Thu Jan 29 15:49:19 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Mastodon. Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I haven't posted anything on Mastodon in ages. Last time I checked in I
    had a notification telling me that the admins had defederated a server,
    so I could no longer follow 5 of the people I'd been following... and
    I'd given up on it because I'd predicted that sort of thing was going to happen.

    Centralised control might be a problem but de-centralised control means thousands of local admins, answerable to no-one, and they'll all be cunts.
    --
    AndrewR, D.Bot (Celeritas)
    Honda VFR800-A9
    BOTAFOT#2,ITJWTFO#6,UKRMRM#1/13a,MCT#1,DFV#2,SKoGA#0
    BotToS#5,SBS#25,IbW#34, TEAR#3, DS#5
    The speccy Geordie twat.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Thu Jan 29 16:42:36 2026
    From Newsgroup: uk.rec.motorcycles

    On 29/01/2026 15:49, AndrewR wrote:
    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Mastodon.-a Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I haven't posted anything on Mastodon in ages. Last time I checked in I
    had a notification telling me that the admins had defederated a server,
    so I could no longer follow 5 of the people I'd been following... and
    I'd given up on it because I'd predicted that sort of thing was going to happen.

    Centralised control might be a problem but de-centralised control means thousands of local admins, answerable to no-one, and they'll all be cunts.

    Ah indeed. Federation is a great idea but susceptible to this kind of problem. Unfortunately.

    Unfortunately also, websites are similarly susceptible. Locally (in a
    literal sense) a former local history website disappeared in the early flowerings of the internet, following the (unannounced) death of its
    owner, before I had chance to download a hitherto unknown photo of my grandmother as a school girl.

    These things happen. At least one can join a new service.

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Thu Jan 29 16:47:02 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 19:03, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Just logged in. Am I missing something, or is there not a lot of
    'original content' posted by UKRMers? ISTR I have to add new peeps to
    some kind of list to see them gathered in the Church of Reason that is
    the UKRM contingent.

    I mostly only see favorites, boosts and "toots" from Eddie and YTC#1,
    <waves>
    :-)

    but I'm following most of the UKRMers that I could identify. I don't
    I like the old school techie stuff on there

    have any lists defined. I think most of our crowd simply aren't all
    that active, BICBW.
    Age, does for the joints


    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Thu Jan 29 16:49:47 2026
    From Newsgroup: uk.rec.motorcycles

    On 29/01/2026 15:49, AndrewR wrote:
    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Mastodon.-a Bluesky suffers from the same centralized control problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I haven't posted anything on Mastodon in ages. Last time I checked in I
    had a notification telling me that the admins had defederated a server,
    so I could no longer follow 5 of the people I'd been following... and
    I'd given up on it because I'd predicted that sort of thing was going to happen.

    I decided to use SDF, as they have been around for aeons. I think my 1st website was linked to their services. Pretty sure I still have a ytc
    email there as well.


    Centralised control might be a problem but de-centralised control means thousands of local admins, answerable to no-one, and they'll all be cunts.


    Aren't all admins cunts?
    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Thu Jan 29 16:50:49 2026
    From Newsgroup: uk.rec.motorcycles

    On 29/01/2026 16:42, chrisnd @ukrm wrote:
    On 29/01/2026 15:49, AndrewR wrote:
    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Mastodon.-a Bluesky suffers from the same centralized control problem >>>>> as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of
    them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I haven't posted anything on Mastodon in ages. Last time I checked in
    I had a notification telling me that the admins had defederated a
    server, so I could no longer follow 5 of the people I'd been
    following... and I'd given up on it because I'd predicted that sort of
    thing was going to happen.

    Centralised control might be a problem but de-centralised control
    means thousands of local admins, answerable to no-one, and they'll all
    be cunts.

    Ah indeed.-a Federation is a great idea but susceptible to this kind of problem.-a Unfortunately.

    Unfortunately also, websites are similarly susceptible.-a Locally (in a literal sense) a former local history website disappeared in the early flowerings of the internet, following the (unannounced) death of its
    owner, before I had chance to download a hitherto unknown photo of my grandmother as a school girl.

    Pervert
    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Thu Jan 29 17:09:08 2026
    From Newsgroup: uk.rec.motorcycles

    On 29/01/2026 16:50, YTC1 wrote:
    On 29/01/2026 16:42, chrisnd @ukrm wrote:
    On 29/01/2026 15:49, AndrewR wrote:
    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Mastodon.-a Bluesky suffers from the same centralized control problem >>>>>> as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of >>>>>> them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I haven't posted anything on Mastodon in ages. Last time I checked in
    I had a notification telling me that the admins had defederated a
    server, so I could no longer follow 5 of the people I'd been
    following... and I'd given up on it because I'd predicted that sort
    of thing was going to happen.

    Centralised control might be a problem but de-centralised control
    means thousands of local admins, answerable to no-one, and they'll
    all be cunts.

    Ah indeed.-a Federation is a great idea but susceptible to this kind of
    problem.-a Unfortunately.

    Unfortunately also, websites are similarly susceptible.-a Locally (in a
    literal sense) a former local history website disappeared in the early
    flowerings of the internet, following the (unannounced) death of its
    owner, before I had chance to download a hitherto unknown photo of my
    grandmother as a school girl.

    Pervert

    I was just checking the old spirit of UKRM was still alive in some
    places :-)
    However, I was disappointed the other day when a 'ginge' opportunity was missed...
    Although the perpetrator did seem to ginge themselves? Make of that
    what you will!

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Pete Fisher@no_email@invalid.invalid to uk.rec.motorcycles on Thu Jan 29 20:00:16 2026
    From Newsgroup: uk.rec.motorcycles

    Peter Fisher <nospam@nosspam.net> wrote:
    On 28/01/2026 16:12, wessie wrote:
    Peter Fisher <nospam@nosspam.net> wrote in news:10kcsd5$1eute$1@dont-
    email.me:

    Are you UKRM geeks who are still gainfully employed keeping an eye on
    what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    https://www.bbc.co.uk/sounds/play/m002qj6b

    Aleks and Kevin explore the biggest story in the Ai business. Markets are
    growing sceptical that the eye-watering sums being invested in Ai will show >> a return and comparisons with the dot-com crash are being widely made - so >> is the Ai bubble about to burst?

    Over the next three episodes we'll explore the Ai business landscape, look >> at the evidence for a bubble and consider the consequences of a 'major
    correction' to the valuation of the big players.

    Presenters: Aleks Krotoski and Kevin Fo

    Sun was shining, so I was out in the garden dealing with pond sludge (literally, not metaphorically), but I heard the trailer and will listen
    to the podcast.

    That was worth listening to. Somewhere between apocalypse any time soon and quite useful in niche areas like coding.
    --
    Ipad
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Thu Jan 29 21:17:16 2026
    From Newsgroup: uk.rec.motorcycles

    Pete Fisher <no_email@invalid.invalid> wrote in news:10lge8g$1iqvd$1@dont-email.me:

    Peter Fisher <nospam@nosspam.net> wrote:
    On 28/01/2026 16:12, wessie wrote:
    Peter Fisher <nospam@nosspam.net> wrote in
    news:10kcsd5$1eute$1@dont- email.me:

    Are you UKRM geeks who are still gainfully employed keeping an eye
    on what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    https://www.bbc.co.uk/sounds/play/m002qj6b

    Aleks and Kevin explore the biggest story in the Ai business.
    Markets are growing sceptical that the eye-watering sums being
    invested in Ai will show a return and comparisons with the dot-com
    crash are being widely made - so is the Ai bubble about to burst?

    Over the next three episodes we'll explore the Ai business
    landscape, look at the evidence for a bubble and consider the
    consequences of a 'major correction' to the valuation of the big
    players.

    Presenters: Aleks Krotoski and Kevin Fo

    Sun was shining, so I was out in the garden dealing with pond sludge
    (literally, not metaphorically), but I heard the trailer and will
    listen to the podcast.

    That was worth listening to. Somewhere between apocalypse any time
    soon and quite useful in niche areas like coding.


    did you listen to the other 2 episodes already on Sounds? I have not, yet,
    as I caught it on linear R4
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Sqirrel99@secret.sqirrel99@gmail.com to uk.rec.motorcycles on Fri Jan 30 08:40:19 2026
    From Newsgroup: uk.rec.motorcycles

    YTC1 wrote:
    Aren't all admins cunts?

    Yes.
    https://www.theregister.com/offbeat/bofh/

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Fri Jan 30 09:20:44 2026
    From Newsgroup: uk.rec.motorcycles

    On 29/01/2026 17:09, chrisnd @ukrm wrote:
    On 29/01/2026 16:50, YTC1 wrote:
    On 29/01/2026 16:42, chrisnd @ukrm wrote:
    On 29/01/2026 15:49, AndrewR wrote:
    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Mastodon.-a Bluesky suffers from the same centralized control problem >>>>>>> as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of >>>>>>> them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I haven't posted anything on Mastodon in ages. Last time I checked
    in I had a notification telling me that the admins had defederated a
    server, so I could no longer follow 5 of the people I'd been
    following... and I'd given up on it because I'd predicted that sort
    of thing was going to happen.

    Centralised control might be a problem but de-centralised control
    means thousands of local admins, answerable to no-one, and they'll
    all be cunts.

    Ah indeed.-a Federation is a great idea but susceptible to this kind
    of problem.-a Unfortunately.

    Unfortunately also, websites are similarly susceptible.-a Locally (in
    a literal sense) a former local history website disappeared in the
    early flowerings of the internet, following the (unannounced) death
    of its owner, before I had chance to download a hitherto unknown
    photo of my grandmother as a school girl.

    Pervert

    I was just checking the old spirit of UKRM was still alive in some
    places :-)
    However, I was disappointed the other day when a 'ginge' opportunity was missed...
    Although the perpetrator did seem to ginge themselves?-a Make of that
    what you will!


    Did I miss that while I was in Greece?

    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Pete Fisher@no_email@invalid.invalid to uk.rec.motorcycles on Fri Jan 30 10:54:27 2026
    From Newsgroup: uk.rec.motorcycles

    wessie <willnotwork@tesco.net> wrote:
    Pete Fisher <no_email@invalid.invalid> wrote in news:10lge8g$1iqvd$1@dont-email.me:

    Peter Fisher <nospam@nosspam.net> wrote:
    On 28/01/2026 16:12, wessie wrote:
    Peter Fisher <nospam@nosspam.net> wrote in
    news:10kcsd5$1eute$1@dont- email.me:

    Are you UKRM geeks who are still gainfully employed keeping an eye
    on what the latest LLMs can do in the planning and coding arena?

    If not, heads up, you need to.


    https://www.bbc.co.uk/sounds/play/m002qj6b

    Aleks and Kevin explore the biggest story in the Ai business.
    Markets are growing sceptical that the eye-watering sums being
    invested in Ai will show a return and comparisons with the dot-com
    crash are being widely made - so is the Ai bubble about to burst?

    Over the next three episodes we'll explore the Ai business
    landscape, look at the evidence for a bubble and consider the
    consequences of a 'major correction' to the valuation of the big
    players.

    Presenters: Aleks Krotoski and Kevin Fo

    Sun was shining, so I was out in the garden dealing with pond sludge
    (literally, not metaphorically), but I heard the trailer and will
    listen to the podcast.

    That was worth listening to. Somewhere between apocalypse any time
    soon and quite useful in niche areas like coding.


    did you listen to the other 2 episodes already on Sounds? I have not, yet, as I caught it on linear R4


    I did. Two issues. The financial investment AI bubble and the technical
    bubble. The first is almost guaranteed to burst or implode. The second to coalesce around a couple of big players. Use in niche areas like coding, however , are here to stay.
    --
    Ipad
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Fri Jan 30 14:53:24 2026
    From Newsgroup: uk.rec.motorcycles

    On 30/01/2026 09:20, YTC1 wrote:
    On 29/01/2026 17:09, chrisnd @ukrm wrote:
    On 29/01/2026 16:50, YTC1 wrote:
    On 29/01/2026 16:42, chrisnd @ukrm wrote:
    On 29/01/2026 15:49, AndrewR wrote:
    On 28/01/2026 16:30, Mark Olson wrote:
    chrisnd @ukrm <chrisnd@privacy.net> wrote:
    On 28/01/2026 14:56, Mark Olson wrote:
    Peter Fisher <nospam@nosspam.net> wrote:

    Mastodon.-a Bluesky suffers from the same centralized control >>>>>>>> problem
    as Twitter, as I understand it.

    There's a goodly number of UKRMers there and I'm following most of >>>>>>>> them if I can figure out who they are.

    Me, YTC#1, Timo, Eddie, and more.

    And me :-)

    And Champ, and AndrewR, AstroSpanner, Steven Packer, etc.

    I haven't posted anything on Mastodon in ages. Last time I checked
    in I had a notification telling me that the admins had defederated
    a server, so I could no longer follow 5 of the people I'd been
    following... and I'd given up on it because I'd predicted that sort >>>>> of thing was going to happen.

    Centralised control might be a problem but de-centralised control
    means thousands of local admins, answerable to no-one, and they'll
    all be cunts.

    Ah indeed.-a Federation is a great idea but susceptible to this kind
    of problem.-a Unfortunately.

    Unfortunately also, websites are similarly susceptible.-a Locally (in >>>> a literal sense) a former local history website disappeared in the
    early flowerings of the internet, following the (unannounced) death
    of its owner, before I had chance to download a hitherto unknown
    photo of my grandmother as a school girl.

    Pervert

    I was just checking the old spirit of UKRM was still alive in some
    places :-)
    However, I was disappointed the other day when a 'ginge' opportunity
    was missed...
    Although the perpetrator did seem to ginge themselves?-a Make of that
    what you will!


    Did I miss that while I was in Greece?




    Possibly - and I can't remember who it was now but they gave an almost
    exactly similar reply to different parts of the same thread.

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Sat Jan 31 09:49:40 2026
    From Newsgroup: uk.rec.motorcycles

    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Pete Fisher@spam@nospam.net to uk.rec.motorcycles on Sat Jan 31 13:37:34 2026
    From Newsgroup: uk.rec.motorcycles

    On 31/01/2026 09:49, Champ wrote:
    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson

    Will take a look. One or two people are whT keeps mein the hell site
    --
    Phone
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Sat Jan 31 15:09:58 2026
    From Newsgroup: uk.rec.motorcycles

    Pete Fisher <spam@nospam.net> wrote:
    On 31/01/2026 09:49, Champ wrote:
    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net> >>wrote:

    So where's the cool echo chamber place to hang out with the right sort >>>of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson

    Will take a look. One or two people are whT keeps mein the hell site

    Subliminal typo?


    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Pete Fisher@spam@nospam.net to uk.rec.motorcycles on Sun Feb 1 08:40:00 2026
    From Newsgroup: uk.rec.motorcycles

    On 31/01/2026 15:09, Mark Olson wrote:
    Pete Fisher <spam@nospam.net> wrote:
    On 31/01/2026 09:49, Champ wrote:
    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net> >>>wrote:

    So where's the cool echo chamber place to hang out with the right sort >>>>of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson

    Will take a look. One or two people are whT keeps mein the hell site

    Subliminal typo?


    Heh! Sausage fingers on small phone keyboard.
    --
    Phone
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Sun Feb 1 10:24:03 2026
    From Newsgroup: uk.rec.motorcycles

    On 31/01/2026 09:49, Champ wrote:
    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    I have to agree, and handily some people keep us informed at what is
    being said on twitter.


    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson

    I'd like more news[1] services and politicians to appear though.

    #1 Tomorrows Papers Today is handy though.
    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Sun Feb 1 10:48:48 2026
    From Newsgroup: uk.rec.motorcycles

    YTC1 <ytc1@ytc1.co.uk> wrote in news:10ln9k3$3kmj5$3@dont-email.me:

    On 31/01/2026 09:49, Champ wrote:
    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    I have to agree, and handily some people keep us informed at what is
    being said on twitter.


    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson

    I'd like more news[1] services and politicians to appear though.

    #1 Tomorrows Papers Today is handy though.



    isn't that when it fills with slop from the likes of Reach plc [0] and lies from populists i.e. enshittfies


    [0] or Retch as Private Eye calls the former Mirror Group
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Pete Fisher@spam@nospam.net to uk.rec.motorcycles on Sun Feb 1 11:58:19 2026
    From Newsgroup: uk.rec.motorcycles

    On 31/01/2026 09:49, Champ wrote:
    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    So where's the cool echo chamber place to hang out with the right sort
    of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson

    Well, several names I remember from the pre fascist twitter days. I may
    stick around there for a while.
    --
    Phone
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Sun Feb 1 16:31:48 2026
    From Newsgroup: uk.rec.motorcycles

    On 01/02/2026 10:48, wessie wrote:
    YTC1 <ytc1@ytc1.co.uk> wrote in news:10ln9k3$3kmj5$3@dont-email.me:

    On 31/01/2026 09:49, Champ wrote:
    On Wed, 28 Jan 2026 13:06:19 +0000, Peter Fisher <nospam@nosspam.net>
    wrote:

    So where's the cool echo chamber place to hang out with the right sort >>>> of people these days - Mastodon or Bluesky?

    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    I have to agree, and handily some people keep us informed at what is
    being said on twitter.


    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson

    I'd like more news[1] services and politicians to appear though.

    #1 Tomorrows Papers Today is handy though.



    isn't that when it fills with slop from the likes of Reach plc [0] and lies from populists i.e. enshittfies
    No, as it is is just the paper front pages being shown. I can choose to
    view or not view. You have to see what crap is being fed to the masses
    to understand why they are so irate.


    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Sqirrel99@secret.sqirrel99@gmail.com to uk.rec.motorcycles on Mon Feb 2 08:39:14 2026
    From Newsgroup: uk.rec.motorcycles

    Champ wrote:
    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    Network effect is a bitch.

    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson
    I like Ian Dunt, but he writes about how he won't use Twitter because it
    is run and used by Nazis, then publishes on Substack - who allow and
    profit from Nazi content and 'accidentally' push it to users: https://arstechnica.com/tech-policy/2025/07/substacks-nazi-problem-wont-go-away-after-push-notification-apology/

    Bluesky was founded by Jack Dorsey (also Twitter founder) who really,
    really tried to prevent neo-Nazis being banned from Twitter.
    He left Bluesky when they implemented moderation, which he really,
    really did not want. [https://davidgerard.co.uk/blockchain/2024/05/10/jack-dorsey-bluesky-decentralised-social-networks-and-the-very-common-crowd/]

    Bluesky is funded by venture capital ("Blockchain Capital is a venture
    capital firm focused on bitcoin and cryptocurrency-related projects").
    It promises federation, but hasn't delivered (and won't).
    It is a textbook case of the first stage of enshitification (play nice,
    lock in users due to network effect); the rest of the enshitification
    cycle will surely follow.

    When the Twittter frying pan got a little too hot, you jumped into a
    another, slightly less-hot one.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mike Fleming@mike@tauzero.co.uk to uk.rec.motorcycles on Mon Feb 2 12:41:23 2026
    From Newsgroup: uk.rec.motorcycles

    On 28/01/2026 19:07, Peter Fisher wrote:

    Two fat ladies has a particular connection with a UK TV cookery series. https://www.bbc.co.uk/iplayer/episode/b008l31m/two-fat-ladies-christmas

    Both long gone. A liking for butter, wine and fags may have contributed
    to their demise. Nice sidecar outfit featured.

    Clarissa Dickson Wright wasn't that nice, pro fox-hunting and hare-coursing.

    The very first episode started with them coming down a hill that I was
    very familiar with, into Mevagissey, and preparing food at the Shark's Fin.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From PipL@pip@nowhere.nul to uk.rec.motorcycles on Mon Feb 2 16:44:27 2026
    From Newsgroup: uk.rec.motorcycles

    On 26/01/2026 19:31, Mark Olson wrote:
    folks who are afraid to leave home for fear of being kidnapped or worse.

    Shiiiit!
    --

    CHUMP #1 (CHarge Up Muppet)

    Pip
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Tue Feb 3 09:32:43 2026
    From Newsgroup: uk.rec.motorcycles

    On Mon, 02 Feb 2026 08:39:14 +0000, Sqirrel99
    <secret.sqirrel99@gmail.com> wrote:

    Champ wrote:
    Bluesky for me. It has the critical mass to make it worthwhile, and
    all the people I want to follow are on there [1]

    [1] Politics: Ian Dunt Dorian Lyndsky, David Allen Green
    Bike Racing: David Emmett, Matt Oxley, Simon Patterson
    I like Ian Dunt, but he writes about how he won't use Twitter because it
    is run and used by Nazis, then publishes on Substack - who allow and
    profit from Nazi content and 'accidentally' push it to users: >https://arstechnica.com/tech-policy/2025/07/substacks-nazi-problem-wont-go-away-after-push-notification-apology/

    Bluesky was founded by Jack Dorsey (also Twitter founder) who really,
    really tried to prevent neo-Nazis being banned from Twitter.
    He left Bluesky when they implemented moderation, which he really,
    really did not want. >[https://davidgerard.co.uk/blockchain/2024/05/10/jack-dorsey-bluesky-decentralised-social-networks-and-the-very-common-crowd/]

    Bluesky is funded by venture capital ("Blockchain Capital is a venture >capital firm focused on bitcoin and cryptocurrency-related projects").
    It promises federation, but hasn't delivered (and won't).
    It is a textbook case of the first stage of enshitification (play nice,
    lock in users due to network effect); the rest of the enshitification
    cycle will surely follow.

    Obviously I can't argue with any of the above. I've got a Mastodon
    account, but it just doesn't (yet) have the network effect to really
    flourish.

    Right now, Bluesky is something of a left/liberal bubble, which I'm
    well aware of, but people are (mostly) polite to each other. If it enshitifies, then I'll move on
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Wed Feb 4 01:18:18 2026
    From Newsgroup: uk.rec.motorcycles

    On Jan 26, 2026 at 2:31:06 PM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    I am humbled by what my neighbors have been up to in that way.

    You might be interested to know that Billy Bragg has written a protest song, inspired my friend Steve Rapport's reaction to Minneapolis.

    https://consequence.net/2026/02/billy-bragg-minneapolis-guest-essay-snowy-streets/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mark Olson@olsonm@tiny.invalid to uk.rec.motorcycles on Wed Feb 4 01:44:16 2026
    From Newsgroup: uk.rec.motorcycles

    Ben Blaney <benblaney@gmail.invalid> wrote:
    On Jan 26, 2026 at 2:31:06 PM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    I am humbled by what my neighbors have been up to in that way.

    You might be interested to know that Billy Bragg has written a protest song, inspired my friend Steve Rapport's reaction to Minneapolis.

    https://consequence.net/2026/02/billy-bragg-minneapolis-guest-essay-snowy-streets/

    Great read, thank you.

    We'll probably go to Dachau on our Mnnchen trip. For obvious reasons.
    I went in 1978, but haven't been since, and the missus has never been.

    We went to Minneapolis this evening for a couple of nice Czech
    ("Zizkov") and Slovenian ("Metelkova") Pilsner beers.

    Recommended if you're ever in town.

    https://www.bauhausbrewlabs.com/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Wed Feb 4 11:52:13 2026
    From Newsgroup: uk.rec.motorcycles

    On Feb 3, 2026 at 8:44:16 PM EST, "Mark Olson" <olsonm@tiny.invalid> wrote:

    We'll probably go to Dachau on our M|+nchen trip. For obvious reasons.
    I went in 1978, but haven't been since, and the missus has never been.

    I've never been. I know I ought to take the kids, but I just don't know if I could handle it. Tears, anger, or both.

    We went to Minneapolis this evening for a couple of nice Czech
    ("Zizkov") and Slovenian ("Metelkova") Pilsner beers.

    Recommended if you're ever in town.

    https://www.bauhausbrewlabs.com/

    Looks like a good time! Saved to Apple Maps.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Thu Feb 12 12:00:21 2026
    From Newsgroup: uk.rec.motorcycles

    Bruce <07.013@scorecrow.com> wrote in news:309abc82-0af2-4d29-86b1-976073364d66@scorecrow.com:

    On 28/01/2026 11:18, Champ wrote:
    On Wed, 28 Jan 2026 08:58:51 +0000, AndrewR
    <andrew.rockface.spam@gmail.com> wrote:

    <of AI>

    I also invite them to consider if they really think their job would
    be better if it was reduced to explaining, repeatedly, what they
    wanted the work-experience kid to do, and then checking it was done
    right.

    Exactly. If the dev job becomes supervising and correcting the
    machines, that, imo, is a serious downgrade

    As seen elsehere:
    Person 1: Wow! AI can produce art!
    Person 2: I don't it to produce 'art'. I want it to do the washing
    up, so I can produce art

    Also seen elsewhere:

    Voltaire stated rCLWork saves a man from three great evils: boredom,
    vice, and need.rCY So the big problem is that we must solve all 3, not
    just the one.


    [random insertion of this post as my reader has deleted the OP]

    an insider's view

    https://shumer.dev/something-big-is-happening

    I sometimes wonder if my son is vulnerable. Works for a company providing engineering services to the national grid. 24/7 emergency cover as well as maintenance and installations.

    He already uses AI tools in his back office role on the logistics side.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Thu Feb 12 13:09:41 2026
    From Newsgroup: uk.rec.motorcycles

    On 12/02/2026 12:00, wessie wrote:
    Bruce <07.013@scorecrow.com> wrote in news:309abc82-0af2-4d29-86b1-976073364d66@scorecrow.com:

    On 28/01/2026 11:18, Champ wrote:
    On Wed, 28 Jan 2026 08:58:51 +0000, AndrewR
    <andrew.rockface.spam@gmail.com> wrote:

    <of AI>

    I also invite them to consider if they really think their job would
    be better if it was reduced to explaining, repeatedly, what they
    wanted the work-experience kid to do, and then checking it was done
    right.

    Exactly. If the dev job becomes supervising and correcting the
    machines, that, imo, is a serious downgrade

    As seen elsehere:
    Person 1: Wow! AI can produce art!
    Person 2: I don't it to produce 'art'. I want it to do the washing
    up, so I can produce art

    Also seen elsewhere:

    Voltaire stated rCLWork saves a man from three great evils: boredom,
    vice, and need.rCY So the big problem is that we must solve all 3, not
    just the one.


    [random insertion of this post as my reader has deleted the OP]

    an insider's view

    https://shumer.dev/something-big-is-happening

    I sometimes wonder if my son is vulnerable. Works for a company providing engineering services to the national grid. 24/7 emergency cover as well as maintenance and installations.

    He already uses AI tools in his back office role on the logistics side.

    Thought-provoking. I occasionally chat with the lad about it. I *think*
    his particular role as a fintech sales weasel might be safe for a while.
    At least until they build robots that can schmooze clients at lunch on expenses.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Fri Feb 13 17:20:54 2026
    From Newsgroup: uk.rec.motorcycles

    On Thu, 12 Feb 2026 12:00:21 -0000 (UTC), wessie
    <willnotwork@tesco.net> wrote:

    an insider's view

    https://shumer.dev/something-big-is-happening

    Hmm. An insider massively invested in hyping the hype

    https://www.linkedin.com/in/mattshumer/
    "Matt is the co-founder and CEO of OthersideAI, an applied AI company
    building the most advanced autocomplete tools in the world, powered by large-scale AI systems like GPT-3. OthersideAI is the company behind HyperWrite, the leading AI autocomplete Chrome extension for
    consumers."

    That reads like classic pyramid-selling "don't missed the boat!"
    patter to me
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Fri Feb 13 17:42:42 2026
    From Newsgroup: uk.rec.motorcycles

    Champ <neal@champ.org.uk> wrote in news:i9nuok5chnja1p8juem89gfj0sc0hnsmmr@ 4ax.com:

    On Thu, 12 Feb 2026 12:00:21 -0000 (UTC), wessie
    <willnotwork@tesco.net> wrote:

    an insider's view

    https://shumer.dev/something-big-is-happening

    Hmm. An insider massively invested in hyping the hype

    https://www.linkedin.com/in/mattshumer/
    "Matt is the co-founder and CEO of OthersideAI, an applied AI company building the most advanced autocomplete tools in the world, powered by large-scale AI systems like GPT-3. OthersideAI is the company behind HyperWrite, the leading AI autocomplete Chrome extension for
    consumers."

    That reads like classic pyramid-selling "don't missed the boat!"
    patter to me

    there are a lot of people expressing the same view as the article has circulated more

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Sat Feb 14 08:57:47 2026
    From Newsgroup: uk.rec.motorcycles

    On Fri, 13 Feb 2026 17:42:42 -0000 (UTC), wessie
    <willnotwork@tesco.net> wrote:

    Champ <neal@champ.org.uk> wrote in news:i9nuok5chnja1p8juem89gfj0sc0hnsmmr@ >4ax.com:

    an insider's view

    https://shumer.dev/something-big-is-happening

    Hmm. An insider massively invested in hyping the hype
    https://www.linkedin.com/in/mattshumer/

    That reads like classic pyramid-selling "don't missed the boat!"
    patter to me

    there are a lot of people expressing the same view as the article has >circulated more

    Yeah. David Emmett (MotoGP journalist) also responded to it on
    Bluesky yesterday, saying that proposing AI can replace journalists
    just reveals a complete misunderstanding of what journalism is. An AI
    can probably summarise a press release, but real journalism is about
    human relationships
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From wessie@willnotwork@tesco.net to uk.rec.motorcycles on Sat Feb 14 11:29:31 2026
    From Newsgroup: uk.rec.motorcycles

    Champ <neal@champ.org.uk> wrote in news:73e0pktsr719jqas14c369o89vc5uq0859@4ax.com:

    On Fri, 13 Feb 2026 17:42:42 -0000 (UTC), wessie
    <willnotwork@tesco.net> wrote:

    Champ <neal@champ.org.uk> wrote in
    news:i9nuok5chnja1p8juem89gfj0sc0hnsmmr@ 4ax.com:

    an insider's view

    https://shumer.dev/something-big-is-happening

    Hmm. An insider massively invested in hyping the hype
    https://www.linkedin.com/in/mattshumer/

    That reads like classic pyramid-selling "don't missed the boat!"
    patter to me

    there are a lot of people expressing the same view as the article has >>circulated more

    Yeah. David Emmett (MotoGP journalist) also responded to it on
    Bluesky yesterday, saying that proposing AI can replace journalists
    just reveals a complete misunderstanding of what journalism is. An AI
    can probably summarise a press release, but real journalism is about
    human relationships

    sadly, the owners of Reach (Retch in Private Eye) have yet to work this out

    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mike Fleming@mike@tauzero.co.uk to uk.rec.motorcycles on Sat Feb 14 18:59:28 2026
    From Newsgroup: uk.rec.motorcycles

    On 13/02/2026 17:42, wessie wrote:
    Champ <neal@champ.org.uk> wrote in news:i9nuok5chnja1p8juem89gfj0sc0hnsmmr@ 4ax.com:

    On Thu, 12 Feb 2026 12:00:21 -0000 (UTC), wessie
    <willnotwork@tesco.net> wrote:

    an insider's view

    https://shumer.dev/something-big-is-happening

    Hmm. An insider massively invested in hyping the hype

    https://www.linkedin.com/in/mattshumer/
    "Matt is the co-founder and CEO of OthersideAI, an applied AI company
    building the most advanced autocomplete tools in the world, powered by
    large-scale AI systems like GPT-3. OthersideAI is the company behind
    HyperWrite, the leading AI autocomplete Chrome extension for
    consumers."

    That reads like classic pyramid-selling "don't missed the boat!"
    patter to me

    there are a lot of people expressing the same view as the article has circulated more

    My own experience of AI rather differs from his.

    He said:

    "In 2022, AI couldn't do basic arithmetic reliably. It would confidently
    tell you that 7 |u 8 = 54.

    "By 2023, it could pass the bar exam.

    "By 2024, it could write working software and explain graduate-level
    science.

    "By late 2025, some of the best engineers in the world said they had
    handed over most of their coding work to AI."

    I was curious about what differences there were between two apparently identical guitar effects units, the M-Vave BLACKBOX and the M-Vave ANNBLACKBOX. I couldn't find anything about it, but the Blackbox was -u35
    and the ANNBlackbox was -u60 so I bought the cheap one. I'd asked if
    anyone on a bass forum knew the answer, and someone resorted to AI,
    which said:

    "M-Wave AnnBlackBox is an update on the BlackBox.

    "Key Differences and Shared Features:

    "Version & Evolution: The Annblack Box is considered an evolution of
    earlier M-VAVE models (like the Cube Baby or original Blackbox),
    offering a more complete feature set and improved sound.

    "Renaming/Branding: Some discussions indicate that "Annblackbox" may
    just be a name variation to avoid legal issues, although it generally
    refers to the newer, updated unit.

    "Features: Both devices offer 80 editable presets, Bluetooth
    connectivity, USB audio interface functionality, and a built-in battery.

    "Sounds: The Annblack Box is noted for having improved, more "natural"
    sounds and better-modeled amps and cabinets compared to earlier, more
    basic iterations.

    "App Connectivity: The Annblack Box features, or is used with, updated
    app software for managing presets.

    "In summary, the "Annblack Box" is effectively the newer, slightly
    refined version of the "M-Vave Black Box" product line."

    This turned out to be a load of old bollocks. The two are identical, the ANNBlackbox was simply a renaming to emphasise its use of ANN (a variant
    of NAM, Neural Amp Modelling). This was even more obvious when the
    Blackbox that arrived had "ANNBLACKBOX" on it. So AI is not trustworthy.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Feb 15 07:14:38 2026
    From Newsgroup: uk.rec.motorcycles

    On 14/02/2026 18:59, Mike Fleming wrote:

    "In summary, the "Annblack Box" is effectively the newer, slightly
    refined version of the "M-Vave Black Box" product line."

    This turned out to be a load of old bollocks. The two are identical, the ANNBlackbox was simply a renaming to emphasise its use of ANN (a variant
    of NAM, Neural Amp Modelling). This was even more obvious when the
    Blackbox that arrived had "ANNBLACKBOX" on it. So AI is not trustworthy.

    Which LLM?

    "The M-VAVE Black Box and M-VAVE ANN Black Box are essentially the same multi-effects processor for guitar and bass, with the "ANN" in the
    latter name emphasizing its Audio Neural Network modelling technology.
    The product was likely renamed in some regions to avoid legal issues
    with other products named "Black Box".

    The choice between the M-VAVE Black Box and M-VAVE ANN Black Box is a
    matter of finding the best current price, as the features and
    performance are identical across the product name variations."
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Ben Blaney@benblaney@gmail.invalid to uk.rec.motorcycles on Sun Feb 15 15:18:03 2026
    From Newsgroup: uk.rec.motorcycles

    On Feb 14, 2026 at 1:59:28 PM EST, "Mike Fleming" <mike@tauzero.co.uk> wrote:

    <snip AI tribulations>
    This turned out to be a load of old bollocks.

    In cases where the answer is a load of old bollocks, the root cause is usually the prompt. Tightening up the parameters of the question, the scope of
    enquiry, the acceptable sources (and verification thereof) - that will improve the output.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Feb 15 16:13:18 2026
    From Newsgroup: uk.rec.motorcycles

    On 15/02/2026 15:58, Peter Fisher wrote:
    On 15/02/2026 15:18, Ben Blaney wrote:
    On Feb 14, 2026 at 1:59:28 PM EST, "Mike Fleming" <mike@tauzero.co.uk>
    wrote:

    <snip AI tribulations>
    This turned out to be a load of old bollocks.

    In cases where the answer is a load of old bollocks, the root cause is
    usually
    the prompt. Tightening up the parameters of the question, the scope of
    enquiry, the acceptable sources (and verification thereof) - that will
    improve
    the output.

    Indeed.

    "It's the way I tell 'em"

    If anybody (scorecrow Bruce?) is remotely interested in how Claude
    'plans' some (extra) coding after being given a PDF example, a text
    lookup file and data extracted by SQL from a database table, then here
    is an example. BTW a salutary lesson, make a note of where it writes
    plans to disc locally (though find is your friend) in case you
    accidentally close the CLI window.


    https://www.text2kml.co.uk/Claude%20Chats/inherited-inventing- stonebraker.md



    Yes, I know that there is a fault in the cunning plan. Top Ten
    qualifiers and hence runners may well be on a 3-wheeler. IIRC it
    actually sought clarification on that, but I forgot to answer - like Ben
    said up there.

    "Tightening up the parameters of the question, the scope of enquiry, the acceptable sources (and verification thereof) - that will improve the
    output."

    Anyway, using Claude has been described as like talking to a junior dev.

    The experience is a bit between RAD and Waterfall model - except the
    code gets generated much faster and tweaks can be applied with a few new prompts and answering the surprisingly pertinent questions it sometimes
    poses.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Champ@neal@champ.org.uk to uk.rec.motorcycles on Sun Feb 15 16:48:59 2026
    From Newsgroup: uk.rec.motorcycles

    On Sat, 14 Feb 2026 13:54:44 +0000, Mike Fleming <mike@tauzero.co.uk>
    wrote:

    There is another side to this, the acceleration of the destruction of
    the planet: >https://www.theguardian.com/technology/2026/feb/13/elon-musk-xai-pollution-naacp

    Quite

    So it's unreliable, it will *never* do what's promised fot it, and
    it's fucking the planet in new worse ways
    --
    Champ
    neal at champ dot org dot uk

    I don't know, but I been told
    You never slow down, you never grow old
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Sun Feb 15 18:10:36 2026
    From Newsgroup: uk.rec.motorcycles

    On 15/02/2026 16:48, Champ wrote:
    On Sat, 14 Feb 2026 13:54:44 +0000, Mike Fleming <mike@tauzero.co.uk>
    wrote:

    There is another side to this, the acceleration of the destruction of
    the planet:
    https://www.theguardian.com/technology/2026/feb/13/elon-musk-xai-pollution-naacp

    Quite

    So it's unreliable, it will *never* do what's promised fot it, and
    it's fucking the planet in new worse ways

    Perhaps, "it will *never* do *all* that's promised for it".

    Valid second point. I must have consumed at least a bath full of water
    this afternoon with my little project. Then I ask myself what I might
    have been doing that was equally, or even more destructive, if the
    weather wasn't so foul.

    A 'throwing the baby out with the bathwater' analogy seems particularly apposite.
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Mon Feb 16 08:59:57 2026
    From Newsgroup: uk.rec.motorcycles

    On 15/02/2026 18:10, Peter Fisher wrote:
    On 15/02/2026 16:48, Champ wrote:
    On Sat, 14 Feb 2026 13:54:44 +0000, Mike Fleming <mike@tauzero.co.uk>
    wrote:

    There is another side to this, the acceleration of the destruction of
    the planet:
    https://www.theguardian.com/technology/2026/feb/13/elon-musk-xai-
    pollution-naacp

    Quite

    So it's unreliable, it will *never* do what's promised fot it, and
    it's fucking the planet in new worse ways

    Perhaps, "it will *never* do *all* that's promised for it".

    Valid second point. I must have consumed at least a bath full of water
    this afternoon with my little project. Then I ask myself what I might
    have been doing that was equally, or even more destructive, if the
    weather wasn't so foul.

    Well, you could have had a nice relaxing soak in the bath?


    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Mon Feb 16 10:08:03 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/02/2026 08:59, YTC1 wrote:
    On 15/02/2026 18:10, Peter Fisher wrote:
    On 15/02/2026 16:48, Champ wrote:
    On Sat, 14 Feb 2026 13:54:44 +0000, Mike Fleming <mike@tauzero.co.uk>
    wrote:

    There is another side to this, the acceleration of the destruction of
    the planet:
    https://www.theguardian.com/technology/2026/feb/13/elon-musk-xai-
    pollution-naacp

    Quite

    So it's unreliable, it will *never* do what's promised fot it, and
    it's fucking the planet in new worse ways

    Perhaps, "it will *never* do *all* that's promised for it".

    Valid second point. I must have consumed at least a bath full of water
    this afternoon with my little project. Then I ask myself what I might
    have been doing that was equally, or even more destructive, if the
    weather wasn't so foul.

    Well, you could have had a nice relaxing soak in the bath?






    Not without going to the swimming pool.
    Walk in shower only here (with a fold down seat and a 'rain head' for something approximating a soak).
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From YTC1@ytc1@ytc1.co.uk to uk.rec.motorcycles on Mon Feb 16 10:20:39 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/02/2026 10:08, Peter Fisher wrote:
    On 16/02/2026 08:59, YTC1 wrote:
    On 15/02/2026 18:10, Peter Fisher wrote:
    On 15/02/2026 16:48, Champ wrote:
    On Sat, 14 Feb 2026 13:54:44 +0000, Mike Fleming <mike@tauzero.co.uk>
    wrote:

    There is another side to this, the acceleration of the destruction of >>>>> the planet:
    https://www.theguardian.com/technology/2026/feb/13/elon-musk-xai-
    pollution-naacp

    Quite

    So it's unreliable, it will *never* do what's promised fot it, and
    it's fucking the planet in new worse ways

    Perhaps, "it will *never* do *all* that's promised for it".

    Valid second point. I must have consumed at least a bath full of
    water this afternoon with my little project. Then I ask myself what I
    might have been doing that was equally, or even more destructive, if
    the weather wasn't so foul.

    Well, you could have had a nice relaxing soak in the bath?






    Not without going to the swimming pool.
    Walk in shower only here (with a fold down seat and a 'rain head' for something approximating a soak).


    Can't beat a good bath. Although due to chilblains[1] I have to be
    careful with temp.

    Nearly finished building the downstairs shower room, for best of all[2] worlds.

    [1] fucking age!
    [2] Ok, for all I would add a hot tub and sauna combo outside
    --
    Bruce Porter
    "The internet is a huge and diverse community but mainly friendly" http://ytc1.blogspot.co.uk/
    There *is* an alternative! http://www.openoffice.org/
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Mon Feb 16 10:21:54 2026
    From Newsgroup: uk.rec.motorcycles

    On 15/02/2026 16:13, Peter Fisher wrote:
    On 15/02/2026 15:58, Peter Fisher wrote:
    On 15/02/2026 15:18, Ben Blaney wrote:
    On Feb 14, 2026 at 1:59:28 PM EST, "Mike Fleming"
    <mike@tauzero.co.uk> wrote:

    <snip AI tribulations>
    This turned out to be a load of old bollocks.

    In cases where the answer is a load of old bollocks, the root cause
    is usually
    the prompt. Tightening up the parameters of the question, the scope of
    enquiry, the acceptable sources (and verification thereof) - that
    will improve
    the output.

    Indeed.

    "It's the way I tell 'em"

    If anybody (scorecrow Bruce?) is remotely interested in how Claude
    'plans' some (extra) coding after being given a PDF example, a text
    lookup file and data extracted by SQL from a database table, then here
    is an example. BTW a salutary lesson, make a note of where it writes
    plans to disc locally (though find is your friend) in case you
    accidentally close the CLI window.


    https://www.text2kml.co.uk/Claude%20Chats/inherited-inventing-
    stonebraker.md



    Yes, I know that there is a fault in the cunning plan. Top Ten
    qualifiers and hence runners may well be on a 3-wheeler. IIRC it
    actually sought clarification on that, but I forgot to answer - like Ben said up there.

    "Tightening up the parameters of the question, the scope of enquiry, the acceptable sources (and verification thereof) - that will improve the output."

    The issue I have with this is that it only has validity if you *know*
    that the answer is "a load of old bollocks". Further, it only has
    validity if you know to (ie ...have the 'common sense' to...) check the
    output is an accurate representation of the paradigm[1].

    Anyway, using Claude has been described as like talking to a junior dev.

    I admit, I don't even meet that criterion :-)

    Otherwise, I'm with what Champ said somewhere up there^ that we're just finding new ways to f*uck up the planet. And probably faster than ever.

    Chris
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From chrisnd @ukrm@chrisnd@privacy.net to uk.rec.motorcycles on Mon Feb 16 10:37:33 2026
    From Newsgroup: uk.rec.motorcycles

    On 16/02/2026 10:21, chrisnd @ukrm wrote:
    On 15/02/2026 16:13, Peter Fisher wrote:
    On 15/02/2026 15:58, Peter Fisher wrote:
    On 15/02/2026 15:18, Ben Blaney wrote:
    On Feb 14, 2026 at 1:59:28 PM EST, "Mike Fleming"
    <mike@tauzero.co.uk> wrote:

    <snip AI tribulations>
    This turned out to be a load of old bollocks.

    In cases where the answer is a load of old bollocks, the root cause
    is usually
    the prompt. Tightening up the parameters of the question, the scope of >>>> enquiry, the acceptable sources (and verification thereof) - that
    will improve
    the output.
    <snip>


    "Tightening up the parameters of the question, the scope of enquiry,
    the acceptable sources (and verification thereof) - that will improve
    the output."

    The issue I have with this is that it only has validity if you *know*
    that the answer is "a load of old bollocks". Further, it only has
    validity if you know to (ie ...have the 'common sense' to...) check the output is an accurate representation of the paradigm[1].

    Anyway, using Claude has been described as like talking to a junior dev.

    I admit, I don't even meet that criterion :-)

    Otherwise, I'm with what Champ said somewhere up there^ that we're just finding new ways to f*uck up the planet.-a And probably faster than ever.

    Bad form etc but I missed off the reference (see below - if I remember
    this time) and also the semi-quote from Champ is below somewhere...
    ...not above :-/

    Chris

    [1] not a word I often use - if ever!
    --
    The Deuchars BBB#40 COFF#14
    Yamaha XV750SE & Suzuki GS550T
    https://www.Deuchars.org.uk
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mike Fleming@mike@tauzero.co.uk to uk.rec.motorcycles on Mon Feb 16 21:18:02 2026
    From Newsgroup: uk.rec.motorcycles

    On 15/02/2026 07:14, Peter Fisher wrote:
    On 14/02/2026 18:59, Mike Fleming wrote:

    "In summary, the "Annblack Box" is effectively the newer, slightly
    refined version of the "M-Vave Black Box" product line."

    This turned out to be a load of old bollocks. The two are identical,
    the ANNBlackbox was simply a renaming to emphasise its use of ANN (a
    variant of NAM, Neural Amp Modelling). This was even more obvious when
    the Blackbox that arrived had "ANNBLACKBOX" on it. So AI is not
    trustworthy.

    Which LLM?

    "The M-VAVE Black Box and M-VAVE ANN Black Box are essentially the same multi-effects processor for guitar and bass, with the "ANN" in the
    latter name emphasizing its Audio Neural Network modelling technology.
    The product was likely renamed in some regions to avoid legal issues
    with other products named "Black Box".

    The choice between the M-VAVE Black Box and M-VAVE ANN Black Box is a
    matter of finding the best current price, as the features and
    performance are identical across the product name variations."

    I have no idea. He didn't bother to say. I was using DuckDuckGo and gave Search Assist a whirl, which confused Blackbox the effects unit and
    black box the concept.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Mike Fleming@mike@tauzero.co.uk to uk.rec.motorcycles on Mon Feb 16 21:20:33 2026
    From Newsgroup: uk.rec.motorcycles

    On 15/02/2026 11:15, Bruce wrote:
    On 14/02/2026 18:59, Mike Fleming wrote:
    I'd asked if anyone on a bass forum knew the answer, and someone
    resorted to AI,

    This, I find so patronising. Like you couldn't ask AI for yourself.

    And no one who ever does that says "and I've verified the response".

    The problem was that there was no way to easily validate the response as otherwise I'd already have got the answers. As it happens, it was
    answered in the description of a Youtube video on the effects unit in
    question which said the two were identical apart from the name,
    confirming my already held belief.
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Bruce@07.013@scorecrow.com to uk.rec.motorcycles on Tue Feb 17 22:08:35 2026
    From Newsgroup: uk.rec.motorcycles

    On 15/02/2026 15:58, Peter Fisher wrote:
    If anybody (scorecrow Bruce?) is remotely interested in how Claude
    'plans' some (extra) coding after being given a PDF example, a text
    lookup file and data extracted by SQL from a database table, then here
    is an example. BTW a salutary lesson, make a note of where it writes
    plans to disc locally (though find is your friend) in case you
    accidentally close the CLI window.


    https://www.text2kml.co.uk/Claude%20Chats/inherited-inventing-stonebraker.md

    I was nearly about to try a Claude subscription on a test project to see
    for myself how effective it is, when I read this:

    <https://www.theregister.com/2026/02/16/anthropic_claude_ai_edits/>

    You'd think they would be focusing on retaining existing customers and acquiring new ones? But no, apparently they have now reached the stage
    of "we'll dick our users around just because we can".

    (Perhaps their devs were all recruited from the Gnome desktop team?)
    --
    Bruce Horrocks
    Hampshire, England
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Peter Fisher@nospam@nosspam.net to uk.rec.motorcycles on Wed Feb 18 07:43:00 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/02/2026 22:08, Bruce wrote:
    On 15/02/2026 15:58, Peter Fisher wrote:
    If anybody (scorecrow Bruce?) is remotely interested in how Claude
    'plans' some (extra) coding after being given a PDF example, a text
    lookup file and data extracted by SQL from a database table, then here
    is an example. BTW a salutary lesson, make a note of where it writes
    plans to disc locally (though find is your friend) in case you
    accidentally close the CLI window.


    https://www.text2kml.co.uk/Claude%20Chats/inherited-inventing-
    stonebraker.md

    I was nearly about to try a Claude subscription on a test project to see
    for myself how effective it is, when I read this:

    <https://www.theregister.com/2026/02/16/anthropic_claude_ai_edits/>

    You'd think they would be focusing on retaining existing customers and acquiring new ones? But no, apparently they have now reached the stage
    of "we'll dick our users around just because we can".

    (Perhaps their devs were all recruited from the Gnome desktop team?)


    Perhaps my project isn't complex enough for that change to have much
    impact on me. The little incident I had could have been avoided if I had
    paid more attention, as it told me exactly where it was writing the
    plan. In fact if I had engaged brain for a second I could have found it
    very easily.

    Until recently, I have been insisting it runs any new or changed code
    past me, even just one line, and requires permission to do the file writes.

    I risked letting it proceed with a few edits after creating an entirely
    new .vb file last session. I reviewed the new chunk of code, but then
    let it do the small changes to the rest of the codebase to hook that in.
    It was to prepare PDF results for printing from the persisted captured
    run data and an entry list.

    Let it compile and run and clicked [Print]. That threw an exception
    error regarding fonts, which I fed back to it. Solved by a new class
    'import' which IIRC involved it using Nuget package. It now works, and
    looking at the code, I can see how it creates the PDF from scratch. That surprised me a bit as I thought it might create a rich text file and
    point that at the machine's Print to PDF driver, but I suppose, the
    'logic' is that what it writes should be independent of hardware so far
    as possible - though what Windows device doesn't feature that facility
    these days?

    Slightly more concerning was that after 'discussing' the NHCA's unique numbering system for competitors, which I provided as a lookup table,
    and the traps required to alert the timekeeper to edge cases like
    'invalid number', 'not in entry list' and 'duplicate run' it posed a few examples for my consideration to see if it had got them right. The
    example for not in entry list was '42' [1]. You may recall that no NHCA
    rider will ever be running at one of our events as '42'. I pointed that
    out with a whimsical reference to "Hitchhikers..." and it acknowledged
    the error. TBF it would have been trapped by the entry list lookup
    anyway (as it pointed out). Soon corrected, but another reminder that it
    is not 100% foolproof.

    Still allowing me to get much further, much faster, with this
    re-engineering of a Byzantine legacy system than without it. In fact, I wouldn't be attempting it without AI assistance. As it is, I may well
    turn up to Hartland Quay on 5 April with an exhaustively [2] tested BETA system to run in tandem with the old one.

    [1] I wonder if it was taking the piss to see if I was awake?
    [2] Ha - certainly an exhausted tester!
    --
    Moto Morini 2C/375
    Gilera 175 Sport, Husqvarna 401 Svartpilen
    Honda CB250RS (Not Waynetta!)
    "Do not adjust your mind, there is a fault in the reality"
    --- Synchronet 3.21b-Linux NewsLink 1.2
  • From Simon Wilson@simowilso+newsdemon@nodamnspamn.gmail.com to uk.rec.motorcycles on Wed Feb 18 10:51:40 2026
    From Newsgroup: uk.rec.motorcycles

    On 17/02/2026 22:08, Bruce wrote:
    On 15/02/2026 15:58, Peter Fisher wrote:
    If anybody (scorecrow Bruce?) is remotely interested in how Claude
    'plans' some (extra) coding after being given a PDF example, a text
    lookup file and data extracted by SQL from a database table, then here
    is an example. BTW a salutary lesson, make a note of where it writes
    plans to disc locally (though find is your friend) in case you
    accidentally close the CLI window.


    https://www.text2kml.co.uk/Claude%20Chats/inherited-inventing-
    stonebraker.md

    I was nearly about to try a Claude subscription on a test project to see
    for myself how effective it is, when I read this:

    <https://www.theregister.com/2026/02/16/anthropic_claude_ai_edits/>

    You'd think they would be focusing on retaining existing customers and acquiring new ones? But no, apparently they have now reached the stage
    of "we'll dick our users around just because we can".

    (Perhaps their devs were all recruited from the Gnome desktop team?)


    You can get quite a long way with the free tier (and sign up with
    multiple e-mail addresses). If you get rate limited you have to wait
    several hours before you can interact again.

    I must admit I barely look at the code it generates, I just test to see
    if it works (which it generally does).

    Some times it will tell me to patch a file with a couple of lines here
    and there - but I am super lazy and just ask it to merge the whole file
    for me. I put everything in github so the changes are all traceable.

    With the exception of one database table, I haven't given it credentials
    to write anything. It can only see data that's mostly already available
    online already.
    --
    /Simon
    --- Synchronet 3.21b-Linux NewsLink 1.2