• Is it AI or not

    From micky@21:1/5 to All on Thu Aug 10 14:43:42 2023
    XPost: alt.home.repair, sci.electronics.repair

    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to All on Thu Aug 10 14:55:10 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 14:43:42 -0400, micky <NONONOmisc07@fmguy.com>
    wrote:

    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us
    common dummies, I'll worry about it then.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Thu Aug 10 15:47:39 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 8/10/2023 2:43 PM, micky wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?


    A radiologist assistant is not a Large Language Model.

    I would expect to some extent, image analysis would be a
    "module" on an LLM, and not a part of the main bit.

    Bare minimum, it's a neural network, trained on images,
    one at a time, that slosh around and train the neurons.

    For example, something like YOLO_5 (You Only Look Once), can
    be trained to identify animals in photos. It draws a box around
    the presumed animal and names it (or whatever). That uses a lot
    less hardware than a Large Language Model, and less storage.
    The article had a picture with a bear in it, and indeed, the
    bear had a square drawn around it.

    But as for whether the "quality" is there, that is another
    issue entirely. In my opinion, no radiologist would ever trust
    something as sketchy as YOLO. Radiologists are very particular
    about their jobs, as they hate getting sued. And I can imagine
    the look on the judges face when you tell him "yer honor, I didn't
    even bother to look at that film, the computer told me there was
    nothing there". Some lawyers recently, learned about what happens
    when you "phone it in". Professionals are still on the hook for the
    whole bolt of goods. The computer isn't going to get sued for
    "being stupid", because it is stupid.

    It would take a *lot* of films, to train a radiologist assistant.
    Who would have a collection, large enough for the job ? It would be
    a violation of privacy law, for a bunch of hospitals to throw all
    their films into a big vat, for NN training. It's not like crawling
    the web and getting access to content that way.

    While a lot of individuals and their jobs can be replaced,
    the radiologist will be "the last to go". Regular doctors are
    quite dependent on the radiologist taking the fall for mis-diagnosis.
    The doctors would be scared shirtless, if the professional that
    "has my back" was as stupid as a computer. The doctors would quit.
    Doctors do not read films. They say stuff like "the radiologists
    report says you have tits". And you can then take that to the bank.
    They don't use their knowledge of Grays Anatomy to figure that out.
    They identify the radiologist as the source of the information.
    The radiologist is their "God".

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Cindy Hamilton on Thu Aug 10 21:08:29 2023
    XPost: alt.home.repair, sci.electronics.repair

    Cindy Hamilton <hamilton@invalid.com> writes:
    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Here. This will get you started:

    https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence

    The term "AI" has been misused by media and most non-computer scientists. The current crop "AI" tools (e.g. chatGPT) are not artificial intelligence, but rather simple statistical algorithms based on a huge volume of pre-processed data.

    https://en.wikipedia.org/wiki/Large_language_model

    "As language models, they work by taking an input text and repeatedly
    predicting the next token or word"

    Which leads to

    https://en.wikipedia.org/wiki/Intelligent_agent

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cindy Hamilton@21:1/5 to micky on Thu Aug 10 21:03:48 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Here. This will get you started:

    https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence

    --
    Cindy Hamilton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cindy Hamilton@21:1/5 to tracy@invalid.com on Thu Aug 10 21:07:57 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 2023-08-10, tracy@invalid.com <tracy@invalid.com> wrote:
    On Thu, 10 Aug 2023 14:43:42 -0400, micky <NONONOmisc07@fmguy.com>
    wrote:

    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us
    common dummies, I'll worry about it then.

    My next mammogram might be analyzed by an AI in addition to a human being. https://nyulangone.org/news/node/24633

    --
    Cindy Hamilton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dennis Kane@21:1/5 to All on Thu Aug 10 13:42:11 2023
    XPost: alt.home.repair, sci.electronics.repair

    When it devolves into the lives of us
    common dummies, I'll worry about it then.

    By that time, it may be too late.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to All on Thu Aug 10 16:56:27 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 17:23:57 -0400, micky <NONONOmisc07@fmguy.com>
    wrote:

    In alt.home.repair, on Thu, 10 Aug 2023 21:03:48 GMT, Cindy Hamilton ><hamilton@invalid.com> wrote:

    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    That's why I said "popular", to exclude that sort of thing.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.

    Okay, but doesn't it have to be more than a single purpose algorithm? >Otherwise, cars have had AI since computerized fuel injection, but
    nobody called it that.


    Good Lawd! Next It'll be our turn signals that are AI
    Intuitive...Jeesh!

    (I'm just about at the point where this AI nonsense is going to end up
    in my Plonk! file.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to hamilton@invalid.com on Thu Aug 10 16:42:35 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 21:07:57 GMT, Cindy Hamilton
    <hamilton@invalid.com> wrote:

    On 2023-08-10, tracy@invalid.com <tracy@invalid.com> wrote:
    On Thu, 10 Aug 2023 14:43:42 -0400, micky <NONONOmisc07@fmguy.com>
    wrote:

    No one in popular news talked about AI 6 months ago and all of sudden >>>it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and >>>comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly >>>or moderately complicated computer programs, black boxes maybe, but not >>>AI.

    What say you?

    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us
    common dummies, I'll worry about it then.

    My next mammogram might be analyzed by an AI in addition to a human being. >https://nyulangone.org/news/node/24633

    So they use in in conjunction with AI. Why do I need to know that? I
    don't know squat about any medical test. I don't have to. If they
    want to use AI to bake bread, what difference does that make to me?

    I'm sick of reading about this AI crap. I don't need to know where
    it's being used.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to All on Thu Aug 10 16:45:57 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 21:08:29 GMT, scott@slp53.sl.home (Scott Lurndal)
    wrote:

    Cindy Hamilton <hamilton@invalid.com> writes:
    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.

    And that lots of thigns they are calling AI these days are just slightly >>> or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Here. This will get you started:
    https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence

    The term "AI" has been misused by media and most non-computer scientists. The >current crop "AI" tools (e.g. chatGPT) are not artificial intelligence, but >rather simple statistical algorithms based on a huge volume of pre-processed >data.

    https://en.wikipedia.org/wiki/Large_language_model

    "As language models, they work by taking an input text and repeatedly
    predicting the next token or word"

    Which leads to

    https://en.wikipedia.org/wiki/Intelligent_agent

    That's exactly what I thought. Yet these ignoramuses who hardly
    understand the Web software they use everyday keep burping about this
    AI stuff when they probably would fail at learning Basic.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Big Al@21:1/5 to this is what on Thu Aug 10 18:02:09 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 8/10/23 17:42, this is what tracy@invalid.com wrote:
    On Thu, 10 Aug 2023 21:07:57 GMT, Cindy Hamilton
    <hamilton@invalid.com> wrote:

    On 2023-08-10, tracy@invalid.com <tracy@invalid.com> wrote:
    On Thu, 10 Aug 2023 14:43:42 -0400, micky <NONONOmisc07@fmguy.com>
    wrote:

    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses. >>>>
    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly >>>> or moderately complicated computer programs, black boxes maybe, but not >>>> AI.

    What say you?

    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us
    common dummies, I'll worry about it then.

    My next mammogram might be analyzed by an AI in addition to a human being. >> https://nyulangone.org/news/node/24633

    So they use in in conjunction with AI. Why do I need to know that? I
    don't know squat about any medical test. I don't have to. If they
    want to use AI to bake bread, what difference does that make to me?

    I'm sick of reading about this AI crap. I don't need to know where
    it's being used.
    It sells. That's all radio and TV first think about.
    --
    Linux Mint 21.1 Cinnamon 5.6.8
    Al

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to hamilton@invalid.com on Thu Aug 10 17:23:57 2023
    XPost: alt.home.repair, sci.electronics.repair

    In alt.home.repair, on Thu, 10 Aug 2023 21:03:48 GMT, Cindy Hamilton <hamilton@invalid.com> wrote:

    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    That's why I said "popular", to exclude that sort of thing.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.

    Okay, but doesn't it have to be more than a single purpose algorithm? Otherwise, cars have had AI since computerized fuel injection, but
    nobody called it that.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Here. This will get you started:

    https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cindy Hamilton@21:1/5 to tracy@invalid.com on Thu Aug 10 22:02:48 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 2023-08-10, tracy@invalid.com <tracy@invalid.com> wrote:
    On Thu, 10 Aug 2023 21:07:57 GMT, Cindy Hamilton
    <hamilton@invalid.com> wrote:

    On 2023-08-10, tracy@invalid.com <tracy@invalid.com> wrote:
    On Thu, 10 Aug 2023 14:43:42 -0400, micky <NONONOmisc07@fmguy.com>
    wrote:

    No one in popular news talked about AI 6 months ago and all of sudden >>>>it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays >>>>and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc. >>>>and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and >>>>comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly >>>>or moderately complicated computer programs, black boxes maybe, but not >>>>AI.

    What say you?

    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us
    common dummies, I'll worry about it then.

    My next mammogram might be analyzed by an AI in addition to a human being. >>https://nyulangone.org/news/node/24633

    So they use in in conjunction with AI. Why do I need to know that? I
    don't know squat about any medical test. I don't have to. If they
    want to use AI to bake bread, what difference does that make to me?

    I don't know. Why don't you tell us.

    I'm sick of reading about this AI crap. I don't need to know where
    it's being used.

    Perhaps not. I think it's better to know than not know.

    --
    Cindy Hamilton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From maury!@Help!.com@21:1/5 to hamilton@invalid.com on Thu Aug 10 17:06:43 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 21:03:48 GMT, Cindy Hamilton
    <hamilton@invalid.com> wrote:

    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Here. This will get you started:

    https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence

    More amorphous defintions of AI.

    Here is a post made by someone else that I copied a while back which
    makes sense to me.
    ---------------------------
    Subject: The Reality of The Bullshit of Quantum Comps Breaking PGP

    https://techbeacon.com/security/newest-quantum-breakthrough-encryption-killer

    Just a few bits from the article about Quantum hype.

    "Building a universal quantum computer, one that can perform
    essentially any computation, is an extremely challenging technical
    problem. We're far from having solved it."

    "To crack a 2,048-bit RSA key, such as the ones that today's standards
    require, a quantum computer will need at least a register of 2,048
    entangled qubits. That's far from what's available today. And it seems
    very unlikely that the current rate of progress in creating more
    entanglement will make it possible in the next several years."

    "For now, it seems hard to justify worrying about your encryption
    becoming vulnerable to adversaries with quantum computers. It seems
    very likely that NIST's effort to standardize encryption algorithms
    that are quantum-safe will be completed and widely deployed well
    before quantum computers are a serious threat to security."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From maury!@Help!.com@21:1/5 to All on Thu Aug 10 16:59:16 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 13:42:11 -0700, Dennis Kane <dkane@mail.com>
    wrote:


    When it devolves into the lives of us
    common dummies, I'll worry about it then.

    By that time, it may be too late.

    Oh, I think it will be a while before they come up with the Killer
    Robots.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to maury!@Help!.com on Thu Aug 10 17:28:16 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 17:06:43 -0500, maury!@Help!.com wrote:

    On Thu, 10 Aug 2023 21:03:48 GMT, Cindy Hamilton
    <hamilton@invalid.com> wrote:

    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.

    And that lots of thigns they are calling AI these days are just slightly >>> or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    Here. This will get you started:
    https://www.techtarget.com/searchenterpriseai/definition/AI-Artificial-Intelligence

    More amorphous defintions of AI.

    Here is a post made by someone else that I copied a while back which
    makes sense to me.
    ---------------------------
    Subject: The Reality of The Bullshit of Quantum Comps Breaking PGP

    https://techbeacon.com/security/newest-quantum-breakthrough-encryption-killer

    Just a few bits from the article about Quantum hype.

    "Building a universal quantum computer, one that can perform
    essentially any computation, is an extremely challenging technical
    problem. We're far from having solved it."

    "To crack a 2,048-bit RSA key, such as the ones that today's standards >require, a quantum computer will need at least a register of 2,048
    entangled qubits. That's far from what's available today. And it seems
    very unlikely that the current rate of progress in creating more
    entanglement will make it possible in the next several years."

    "For now, it seems hard to justify worrying about your encryption
    becoming vulnerable to adversaries with quantum computers. It seems
    very likely that NIST's effort to standardize encryption algorithms
    that are quantum-safe will be completed and widely deployed well
    before quantum computers are a serious threat to security."

    Amen.

    (Now everyone shut the F/Up 'bout AI, Dammit!)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to hamilton@invalid.com on Thu Aug 10 17:42:08 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 21:03:48 GMT, Cindy Hamilton
    <hamilton@invalid.com> wrote:

    On 2023-08-10, micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    I promise you, people in the programming business have been talking
    about it for a long while.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    An AI doesn't need to pass the Turing test to be considered an AI.


    From Wikipedia:
    "The Turing test, originally called the imitation game by Alan Turing
    in 1950, is a test of a machine's ability to exhibit intelligent
    behaviour equivalent to, or indistinguishable from, that of a human."

    Of what good is AI if the product of it is dumber than a human?

    One of your dumb Killer Robots would be dead meat after its first
    kill.

    That's progress? We have cities run by Dumbocrats with human non-AI
    killers who are getting away with more killings than the combined
    number committed in our war zones over the past 30-40 years.

    So, how dangerous can AI really be?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to tracy on Fri Aug 11 01:50:48 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 14:55:10 -0500, tracy wrote:


    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us common dummies, I'll worry about it then.

    Already there:

    https://www.prnewswire.com/news-releases/ai-powered-litterbox-system- offers-new-standard-of-care-for-cat-owners-301632491.html

    "Using artificial intelligence developed by a team of Purina pet and data experts, the Petivity Smart Litterbox System detects meaningful changes
    that indicate health conditions that may require a veterinarian's
    attention or diagnosis. The monitor, which users are instructed to place
    under each litterbox in the household, gathers precise data on each cat's weight and important litterbox habits to help owners be proactive about
    their pet's health."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bob F@21:1/5 to rbowman on Thu Aug 10 19:02:40 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 8/10/2023 6:50 PM, rbowman wrote:
    On Thu, 10 Aug 2023 14:55:10 -0500, tracy wrote:


    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us common
    dummies, I'll worry about it then.

    Already there:

    https://www.prnewswire.com/news-releases/ai-powered-litterbox-system- offers-new-standard-of-care-for-cat-owners-301632491.html

    "Using artificial intelligence developed by a team of Purina pet and data experts, the Petivity Smart Litterbox System detects meaningful changes
    that indicate health conditions that may require a veterinarian's
    attention or diagnosis. The monitor, which users are instructed to place under each litterbox in the household, gathers precise data on each cat's weight and important litterbox habits to help owners be proactive about
    their pet's health."


    How long will we have to wait for the human size version?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to rbowman on Thu Aug 10 21:44:11 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 11 Aug 2023 01:50:48 GMT, rbowman <bowman@montana.com> wrote:

    On Thu, 10 Aug 2023 14:55:10 -0500, tracy wrote:


    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us common
    dummies, I'll worry about it then.

    Already there:

    https://www.prnewswire.com/news-releases/ai-powered-litterbox-system- >offers-new-standard-of-care-for-cat-owners-301632491.html

    "Using artificial intelligence developed by a team of Purina pet and data >experts, the Petivity Smart Litterbox System detects meaningful changes
    that indicate health conditions that may require a veterinarian's
    attention or diagnosis. The monitor, which users are instructed to place >under each litterbox in the household, gathers precise data on each cat's >weight and important litterbox habits to help owners be proactive about
    their pet's health."

    And why should I be worried about AI for litterboxes?

    Let me know when it starts breaking TrueCrypt or PGP encryption and
    devastating our security more than Giggle.com and Redmond are doing.

    Until then - shut the *F* UP about *realistic" AI used for something
    outside of bagel baking and litterboxes.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tracy@invalid.com@21:1/5 to Bob F on Thu Aug 10 21:46:18 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 19:02:40 -0700, Bob F <bobnospam@gmail.com> wrote:

    On 8/10/2023 6:50 PM, rbowman wrote:
    On Thu, 10 Aug 2023 14:55:10 -0500, tracy wrote:


    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us common
    dummies, I'll worry about it then.

    Already there:

    https://www.prnewswire.com/news-releases/ai-powered-litterbox-system-
    offers-new-standard-of-care-for-cat-owners-301632491.html

    "Using artificial intelligence developed by a team of Purina pet and data
    experts, the Petivity Smart Litterbox System detects meaningful changes
    that indicate health conditions that may require a veterinarian's
    attention or diagnosis. The monitor, which users are instructed to place
    under each litterbox in the household, gathers precise data on each cat's
    weight and important litterbox habits to help owners be proactive about
    their pet's health."


    How long will we have to wait for the human size version?

    Exactly!

    +5

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Scott Lurndal on Fri Aug 11 02:33:51 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 21:08:29 GMT, Scott Lurndal wrote:

    The term "AI" has been misused by media and most non-computer
    scientists. The current crop "AI" tools (e.g. chatGPT) are not
    artificial intelligence, but rather simple statistical algorithms based
    on a huge volume of pre-processed data.

    Not quite...

    https://blog.dataiku.com/large-language-model-chatgpt

    I played around with neural networks in the '80s. It was going to be the
    Next Big Thing. The approach was an attempt to quantify the biological
    neuron model and the relationship of axons and dendrites.

    https://en.wikipedia.org/wiki/Biological_neuron_model

    There was one major problem: the computing power wasn't there. Fast
    forward 40 years and the availability of GPUs. Google calls their
    proprietary units TPUs, or tensor processing units, which is more
    accurate. That's the linear algebra tensor, not the physics tensor. While
    they are certainly related the terminology changes a bit between
    disciplines.

    These aren't quite the GPUs in your gaming PC:

    https://beincrypto.com/chatgpt-spurs-nvidia-deep-learning-gpu-demand-post- crypto-mining-decline/

    For training a GPT you need a lot of them -- and a lot of power. They make
    the crypto miners look good.

    The dirty little secret is after you've trained your model with the
    training dataset, validated it with the validation data, and tweaked the parameters for minimal error you don't really know what's going on under
    the hood.

    https://towardsdatascience.com/text-generation-with-markov-chains-an- introduction-to-using-markovify-742e6680dc33

    Markov chains are relatively simple.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Fri Aug 11 09:57:30 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 11 Aug 2023 01:50:48 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:


    Already there:

    Like what? Your self-admiring big mouth? Yep, it's ALWAYS there in these
    ngs, admiring itself. LOL

    --
    And yet another idiotic "cool" line, this time about the UK, from the
    resident bigmouthed all-American superhero:
    "You could dump the entire 93,628 square miles in eastern Montana and only
    the prairie dogs would notice."
    MID: <ka2vrlF6c5uU1@mid.individual.net>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Fri Aug 11 10:00:51 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 11 Aug 2023 02:33:51 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:


    Not quite...

    https://blog.dataiku.com/large-language-model-chatgpt

    I played around with neural networks in the '80s. It was going to be the
    Next Big Thing.

    Oh, no! The self-admiring bigmouth is at it again!

    <FLUSH rest of the usual senile crap unread again>

    --
    More of the resident senile gossip's absolutely idiotic endless blather
    about herself:
    "My family and I traveled cross country in '52, going out on the northern
    route and returning mostly on Rt 66. We also traveled quite a bit as the interstates were being built. It might have been slower but it was a lot
    more interesting. Even now I prefer what William Least Heat-Moon called
    the blue highways but it's difficult. Around here there are remnants of
    the Mullan Road as frontage roads but I-90 was laid over most of it so
    there is no continuous route. So far 93 hasn't been destroyed."
    MID: <kae9ivF7suU1@mid.individual.net>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ed Cryer@21:1/5 to micky on Fri Aug 11 09:49:44 2023
    XPost: alt.home.repair, sci.electronics.repair

    micky wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    A woman I met at a family event recently asked me what I thought of AI.
    I started talking about Leibniz and his speculations, Charles Babbage's Differential Engine, Isaac Asimov's robot books. Well, she let me have
    the limelight; thank you.
    Later I found out that what she had in mind was ChatGPT and OpenAI. It's
    amazed millions, created a rush of books (including ChatGPT for
    Dummies), and fuelled a whole new debate. "AI" has replaced
    "algorithms", which replaced "apps", which replaced "programs".

    Ed

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Ed Cryer on Fri Aug 11 05:42:10 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 8/11/2023 4:49 AM, Ed Cryer wrote:
    micky wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI?   Seems to me it one slightly complicated algorith and
    comes nowhere close to AI.  The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    A woman I met at a family event recently asked me what I thought of AI. I started talking about Leibniz and his speculations, Charles Babbage's Differential Engine, Isaac Asimov's robot books. Well, she let me have the limelight; thank you.
    Later I found out that what she had in mind was ChatGPT and OpenAI. It's amazed millions, created a rush of books (including ChatGPT for Dummies), and fuelled a whole new debate. "AI" has replaced "algorithms", which replaced "apps", which replaced "
    programs".

    Ed

    Every technology needs to be classified.

    CharGPT is about as useful as OCR. OCR is about 99% accurate.
    You've just run 200 pages through the scanner. Now what...

    Voluminous output, that must be scrupulously checked.

    An "advisor", not a "boss".

    A robust source of beer bong pictures.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stan Brown@21:1/5 to micky on Fri Aug 11 10:09:23 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 14:43:42 -0400, micky wrote:
    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.


    An algorithm would be programmed by some (presumably) human
    programmer as, essentially, a list of rules to follow.

    AI (old name: neural networks) is trained by being given a huge stack
    of photographs that radiologists have previously examined and
    pronounced "yes" or "no". The neural net makes guesses about whether
    each picture is a "yes" or a "no", and somehow learns from its
    mistakes, so that over time its accuracy becomes better and better.

    While the training is simple in principle: pathways in the neural
    network that led to a correct result are given a boost and those that
    led to an incorrect response are depressed -- in practice the result
    is so complex that nobody can determine what caused the NN to reach a particular decision in a particular case.

    Or, at least, that's how I understand it. A NN product was offered by
    the company I used to work for, and the programmer explained it to me
    that way. Nothing I've seen has told me it's different in principle
    now, though I believe much bigger computers are being used, and with
    most of the Internet as a training set. But does anybody know exactly
    why an AI would answer questions like "Who holds the world speed
    record for walking across the English Channel" with specific name,
    date, and time? I don't think so.

    --
    Stan Brown, Tehachapi, California, USA https://BrownMath.com/
    Shikata ga nai...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stan Brown@21:1/5 to tracy@invalid.com on Fri Aug 11 10:16:04 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 21:44:11 -0500, tracy@invalid.com wrote:
    Let me know when it starts breaking TrueCrypt


    If you really meant TrueCrypt, and you use it, you might want to
    think about switching to the fork called VeraCrypt.

    https://en.wikipedia.org/wiki/TrueCrypt#End_of_life_announcement

    Nobody knows for sure what happened, but the stated reason - that
    TrueCrypt isn't needed because Bitlocker exists -- was obviously
    absurd. (Bitlocker doesn't work on Windows Home.)

    --
    Stan Brown, Tehachapi, California, USA https://BrownMath.com/
    Shikata ga nai...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stan Brown@21:1/5 to tracy@invalid.com on Fri Aug 11 10:29:58 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 17:42:08 -0500, tracy@invalid.com wrote:
    From Wikipedia:
    "The Turing test, originally called the imitation game by Alan Turing
    in 1950, is a test of a machine's ability to exhibit intelligent
    behaviour equivalent to, or indistinguishable from, that of a human."

    Of what good is AI if the product of it is dumber than a human?

    Humans as a rule are pretty dumb. (Dave Barry famously remarked that
    the three strongest forces in a human are stupidity, selfishness, and horniness. I've seen nothing to prove him wrong.)

    But as for the Turing test, I think that ship has sailed. Case in
    point: A few months ago, at character.ai, I was chatting with
    Napoleon. Not really, of course, but the responses were consistent
    with what I knew of his actions and speeches from my reading of
    multiple biographies of Talleyrand, his foreign minister and nemesis.
    Seems to me that it passed the Turing test.

    What laypeople often mean when they talk about artificial
    intelligence is not the Turing test, or not _only_ the Turing test
    but rather something intangible like a sense of self. They don't want
    to know if a machine can imitate a human, they want to know if it's
    "alive", whatever that means.

    Add to the mix:

    * Daniel Dennett, in /Consciousness Explained/ concluded that our
    sense of self is essentially a bunch of parallel processses that look
    like a serial process. (Or maybe it was the other way around.
    Fascinating book, but it's a long time since I read it. I do remember
    that he wasn't just speculating in a vacuum: he used evidence in
    standard medical journals with the results of actual experiments done
    with human perception and cognition.)

    * It may all be moot. If the speculation is correct that we're living
    in a simulation, humans are all already AI.

    --
    Stan Brown, Tehachapi, California, USA https://BrownMath.com/
    Shikata ga nai...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Stan Brown on Fri Aug 11 17:51:26 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Fri, 11 Aug 2023 10:09:23 -0700, Stan Brown wrote:

    Or, at least, that's how I understand it. A NN product was offered by
    the company I used to work for, and the programmer explained it to me
    that way. Nothing I've seen has told me it's different in principle now, though I believe much bigger computers are being used, and with most of
    the Internet as a training set.

    GPUs were the breakthrough. The Graphics part was a misnomer although the original intent was to speed up the calculations involved in CG. That made
    them ideal for crypto mining to the point where a GPU shortage was caused
    by the miners buying the high end boards. They are also good at the vector manipulations needed for training a neural net.

    Using something like PyTorch you can experiment on a PC. Even then it's
    much faster if you have a GPU that supports CUDA. CUDA is an open standard
    but afaik only Nvidia supports it in their chips.

    When you get to something like Chat you're talking many very expensive
    GPUs, a lot of power, and millions of dollars. Chat isn't aware of recent events since it was frozen with the data available when the training
    occurred and retraining is very expensive.

    Once the model is trained inference, or using the model, is much less intensive. That's the 'Pre-trained' in GPT.

    For me the interesting part is pruning the model developed on a huge
    system to run locally with limited resources. Cell phones are getting to
    be power enough to do so. Many people didn't realize that for something
    like speech recognition the audio was sent off to Google, processed, and
    the text returned. the light dawned when they realized Alexa has very big
    ears. The desired outcome is to have more functionality at a local level, including very small processors like the Arduino family that don't require
    huge amout of power to run.

    It's a fascinating development but like all disruptors the potential for
    bad is just as high as good.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Paul on Fri Aug 11 17:56:42 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Fri, 11 Aug 2023 05:42:10 -0400, Paul wrote:

    CharGPT is about as useful as OCR. OCR is about 99% accurate.
    You've just run 200 pages through the scanner. Now what...

    'Stochastic' gets used a lot so 100% accuracy isn't even a realistic goal. 'Good enough' is the criteria. If a simple model can tell a cat from a dog
    97% of the time, that's pretty good. Humans aren't 100% either so you
    could say artificial intelligence is a lot like human intelligence.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ed Cryer@21:1/5 to All on Fri Aug 11 19:24:14 2023
    XPost: alt.home.repair, sci.electronics.repair

    UGF1bCB3cm90ZToNCj4gT24gOC8xMS8yMDIzIDQ6NDkgQU0sIEVkIENyeWVyIHdyb3RlOg0K Pj4gbWlja3kgd3JvdGU6DQo+Pj4gTm8gb25lIGluIHBvcHVsYXIgbmV3cyB0YWxrZWQgYWJv dXQgQUkgNiBtb250aHMgYWdvIGFuZCBhbGwgb2Ygc3VkZGVuDQo+Pj4gaXQncyBldmVyeXdo ZXJlLg0KPj4+DQo+Pj4gVGhlIG1vc3QgcmVjZW50IGRpc2N1c3Npb24gSSBoZWFyZCB3YXMg YWJvdXQgInVzaW5nIEFJIHRvIHJlYWQgWC1yYXlzDQo+Pj4gYW5kIG90aGVyIG1lZGljYWwg aW1hZ2luZyIuDQo+Pj4NCj4+PiBUaGV5IGhhdmUgY29tcHV0ZXIgcHJvZ3JhbXMgdGhhdCB3 aWxsICJsb29rIiBhdCwgZXhhbWluZSwgeC1yYXlzIGV0Yy4NCj4+PiBhbmQgZmluZCBtZWRp Y2FsIHByb2JsZW1zLCBzb21ldGltZXMgb25lcyB0aGF0IHRoZSByYWRpb2xvZ2lzdCBtaXNz ZXMuDQo+Pj4NCj4+PiBTbyBpdCdzIGdvb2QgaWYgYm90aCBsb29rIHRoZW0uDQo+Pj4NCj4+ PiBCdXQgaXMgaXQgQUk/wqDCoCBTZWVtcyB0byBtZSBpdCBvbmUgc2xpZ2h0bHkgY29tcGxp Y2F0ZWQgYWxnb3JpdGggYW5kDQo+Pj4gY29tZXMgbm93aGVyZSBjbG9zZSB0byBBSS7CoCBU aGUgVHVyaW5nIHRlc3QgZm9yIGV4YW1wbGUuDQo+Pj4NCj4+PiBBbmQgdGhhdCBsb3RzIG9m IHRoaWducyB0aGV5IGFyZSBjYWxsaW5nIEFJIHRoZXNlIGRheXMgYXJlIGp1c3Qgc2xpZ2h0 bHkNCj4+PiBvciBtb2RlcmF0ZWx5IGNvbXBsaWNhdGVkIGNvbXB1dGVyIHByb2dyYW1zLCBi bGFjayBib3hlcyBtYXliZSwgYnV0IG5vdA0KPj4+IEFJLg0KPj4+DQo+Pj4gV2hhdCBzYXkg eW91Pw0KPj4NCj4+IEEgd29tYW4gSSBtZXQgYXQgYSBmYW1pbHkgZXZlbnQgcmVjZW50bHkg YXNrZWQgbWUgd2hhdCBJIHRob3VnaHQgb2YgQUkuIEkgc3RhcnRlZCB0YWxraW5nIGFib3V0 IExlaWJuaXogYW5kIGhpcyBzcGVjdWxhdGlvbnMsIENoYXJsZXMgQmFiYmFnZSdzIERpZmZl cmVudGlhbCBFbmdpbmUsIElzYWFjIEFzaW1vdidzIHJvYm90IGJvb2tzLiBXZWxsLCBzaGUg bGV0IG1lIGhhdmUgdGhlIGxpbWVsaWdodDsgdGhhbmsgeW91Lg0KPj4gTGF0ZXIgSSBmb3Vu ZCBvdXQgdGhhdCB3aGF0IHNoZSBoYWQgaW4gbWluZCB3YXMgQ2hhdEdQVCBhbmQgT3BlbkFJ LiBJdCdzIGFtYXplZCBtaWxsaW9ucywgY3JlYXRlZCBhIHJ1c2ggb2YgYm9va3MgKGluY2x1 ZGluZyBDaGF0R1BUIGZvciBEdW1taWVzKSwgYW5kIGZ1ZWxsZWQgYSB3aG9sZSBuZXcgZGVi YXRlLiAiQUkiIGhhcyByZXBsYWNlZCAiYWxnb3JpdGhtcyIsIHdoaWNoIHJlcGxhY2VkICJh cHBzIiwgd2hpY2ggcmVwbGFjZWQgInByb2dyYW1zIi4NCj4+DQo+PiBFZA0KPiANCj4gRXZl cnkgdGVjaG5vbG9neSBuZWVkcyB0byBiZSBjbGFzc2lmaWVkLg0KPiANCj4gQ2hhckdQVCBp cyBhYm91dCBhcyB1c2VmdWwgYXMgT0NSLiBPQ1IgaXMgYWJvdXQgOTklIGFjY3VyYXRlLg0K PiBZb3UndmUganVzdCBydW4gMjAwIHBhZ2VzIHRocm91Z2ggdGhlIHNjYW5uZXIuIE5vdyB3 aGF0Li4uDQo+IA0KPiBWb2x1bWlub3VzIG91dHB1dCwgdGhhdCBtdXN0IGJlIHNjcnVwdWxv dXNseSBjaGVja2VkLg0KPiANCj4gQW4gImFkdmlzb3IiLCBub3QgYSAiYm9zcyIuDQo+IA0K PiBBIHJvYnVzdCBzb3VyY2Ugb2YgYmVlciBib25nIHBpY3R1cmVzLg0KPiANCj4gICAgIFBh dWwNCg0KQ2hhdEdQVCBzdGluZ3MgZXZlbiBhbiBvbGQgY29tcHV0ZXIgcHJvZ3JhbW1lci4g SXQgYmVhdHMgdGhlIFR1cmluZyBUZXN0IA0KYnkgbWlsZXMuDQpCdXQsIGFzIHlvdSd2ZSBn cmFzcGVkLCBpdCdzIG5vdCBnb3QgbmVhcmVyIHRoZSB0cnV0aDsgaXQncyBnb3QgbmVhcmVy IA0KdGhlIG5vcm1zIG9mIGh1bWFuIGludGVyYWN0aW9uLCBpbiB3aGljaCBmYWtlIG5ld3Mg YW5kIGNhbW91ZmxhZ2UgYW5kIA0Kb3V0cmlnaHQgaWdub3JhbmNlIHBsYXkgc3VjaCBhIHBh cnQuDQpCdXQgaWYgd2UncmUgZXZlciBnb2luZyB0byBzZXQgdXAgQmxhZGUgUnVubmVycyB0 byBwb2xpY2UgaHVtYW5pdHksIA0KdGhleSdsbCBsb29rIGZvciB0aG9zZSBxdWFsaXRpZXMg cmF0aGVyIHRoYW4gdHJ1dGhmdWxuZXNzLg0KVGhpcyBpcyB3aGF0J3Mgc28gc2NhcnkgYWJv dXQgaXQuIEl0IG1pbWljcyB1cyBzbyBkYW1uIGNsb3NlbHkuDQoNCkVkDQoNCg0K

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Fri Aug 11 21:20:40 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 11 Aug 2023 17:56:42 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:


    'Stochastic' gets used a lot so 100% accuracy isn't even a realistic goal. 'Good enough' is the criteria. If a simple model can tell a cat from a dog 97% of the time, that's pretty good. Humans aren't 100% either so you
    could say artificial intelligence is a lot like human intelligence.

    And the bullshit just keeps getting squeezed out of your abnormally big
    mouth! <tsk>

    --
    And yet another idiotic "cool" line, this time about the UK, from the
    resident bigmouthed all-American superhero:
    "You could dump the entire 93,628 square miles in eastern Montana and only
    the prairie dogs would notice."
    MID: <ka2vrlF6c5uU1@mid.individual.net>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Fri Aug 11 21:23:32 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 11 Aug 2023 17:51:26 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:


    It's a fascinating development but like all disruptors the potential for
    bad is just as high as good.

    It's even more fascinating what amount of shit you are able to keep spouting
    in these ngs, you grandiloquent self-admiring, useless senile bigmouth! <BG>

    --
    More of the resident senile gossip's absolutely idiotic endless blather
    about herself:
    "My family and I traveled cross country in '52, going out on the northern
    route and returning mostly on Rt 66. We also traveled quite a bit as the interstates were being built. It might have been slower but it was a lot
    more interesting. Even now I prefer what William Least Heat-Moon called
    the blue highways but it's difficult. Around here there are remnants of
    the Mullan Road as frontage roads but I-90 was laid over most of it so
    there is no continuous route. So far 93 hasn't been destroyed."
    MID: <kae9ivF7suU1@mid.individual.net>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Zaghadka@21:1/5 to Dennis Kane on Fri Aug 11 17:41:19 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 13:42:11 -0700, Dennis Kane <dkane@mail.com> wrote:


    When it devolves into the lives of us
    common dummies, I'll worry about it then.

    By that time, it may be too late.

    It's already too late. Pandora has opened the box. There's no putting it
    back in.

    --
    Zag

    No one ever said on their deathbed, 'Gee, I wish I had
    spent more time alone with my computer.' ~Dan(i) Bunten

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Zaghadka@21:1/5 to micky on Fri Aug 11 17:39:19 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Thu, 10 Aug 2023 14:43:42 -0400, micky <NONONOmisc07@fmguy.com> wrote:

    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    It's not generalized AI as per the Turing test.

    That and language changes. If marketers want to start calling Machine
    Learning (ML) AI instead, well, we'll need a new term when we have one
    that passes the Turing test. Probably "Overlord."

    https://en.wikipedia.org/wiki/Machine_learning

    In other words, nobody sane gives a rat's ass, excepting marketers
    looking to copy a highly successful campaign. In the end, it's AI because everyone is now going to call it that.

    It is not generalized AI, which is what AI used to mean, though.

    My main concern is not the semantics but corporate needs to release
    unsafe stuff in a rush to be first, and the sort of people who buy that
    unsafe stuff. There are a lot of unsafe people that like to play with
    guns. Nothing against guns, just irresponsible owners.

    ...and I really don't think welding ChatGPT onto Bing is going to be the success MS thinks it is that will finally usher in an age of Bing and
    Edge supremacy over Google. Just no. I don't think people want it.

    --
    Zag

    No one ever said on their deathbed, 'Gee, I wish I had
    spent more time alone with my computer.' ~Dan(i) Bunten

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dennis Kane@21:1/5 to Zaghadka on Fri Aug 11 18:27:23 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 8/11/2023 3:41 PM, Zaghadka wrote:
    On Thu, 10 Aug 2023 13:42:11 -0700, Dennis Kane <dkane@mail.com> wrote:


    When it devolves into the lives of us
    common dummies, I'll worry about it then.

    By that time, it may be too late.

    It's already too late. Pandora has opened the box. There's no putting it
    back in.

    Be afraid. Be very afraid.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Zaghadka@21:1/5 to Dennis Kane on Sat Aug 12 11:51:17 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Fri, 11 Aug 2023 18:27:23 -0700, Dennis Kane <dkane@mail.com> wrote:

    On 8/11/2023 3:41 PM, Zaghadka wrote:
    On Thu, 10 Aug 2023 13:42:11 -0700, Dennis Kane <dkane@mail.com> wrote:


    When it devolves into the lives of us
    common dummies, I'll worry about it then.

    By that time, it may be too late.

    It's already too late. Pandora has opened the box. There's no putting it
    back in.

    Be afraid. Be very afraid.

    I wouldn't go that far, but standard human stupidity is gonna make this
    veeery interesting.

    --
    Zag

    No one ever said on their deathbed, 'Gee, I wish I had
    spent more time alone with my computer.' ~Dan(i) Bunten

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to Bob F on Sun Aug 13 16:43:03 2023
    XPost: alt.home.repair, sci.electronics.repair

    Bob F <bobnospam@gmail.com> wrote:
    On 8/10/2023 6:50 PM, rbowman wrote:
    On Thu, 10 Aug 2023 14:55:10 -0500, tracy wrote:


    Personally, I'm sick of ths AI crap which seems to exist only in the
    minds of the tech idiots. When it devolves into the lives of us common
    dummies, I'll worry about it then.

    Already there:

    https://www.prnewswire.com/news-releases/ai-powered-litterbox-system-
    offers-new-standard-of-care-for-cat-owners-301632491.html

    "Using artificial intelligence developed by a team of Purina pet and data
    experts, the Petivity Smart Litterbox System detects meaningful changes
    that indicate health conditions that may require a veterinarian's
    attention or diagnosis. The monitor, which users are instructed to place
    under each litterbox in the household, gathers precise data on each cat's
    weight and important litterbox habits to help owners be proactive about
    their pet's health."


    How long will we have to wait for the human size version?

    Have to get people to poop in a litterbox first ;)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to micky on Sun Aug 13 21:17:45 2023
    XPost: alt.home.repair, sci.electronics.repair

    micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    The Turing has been passed quite a while ago. Plus the test is flawed.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    AI has never been properly defined and so people are using to describe all sorts of things.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to Paul on Sun Aug 13 21:39:33 2023
    XPost: alt.home.repair, sci.electronics.repair

    Paul <nospam@needed.invalid> wrote:
    On 8/10/2023 2:43 PM, micky wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?


    A radiologist assistant is not a Large Language Model.

    I would expect to some extent, image analysis would be a
    "module" on an LLM, and not a part of the main bit.

    Bare minimum, it's a neural network, trained on images,
    one at a time, that slosh around and train the neurons.

    For example, something like YOLO_5 (You Only Look Once), can
    be trained to identify animals in photos. It draws a box around
    the presumed animal and names it (or whatever). That uses a lot
    less hardware than a Large Language Model, and less storage.
    The article had a picture with a bear in it, and indeed, the
    bear had a square drawn around it.

    But as for whether the "quality" is there, that is another
    issue entirely. In my opinion, no radiologist would ever trust
    something as sketchy as YOLO. Radiologists are very particular
    about their jobs, as they hate getting sued.

    It's a sad reflection of priorities where the primary concern is about
    being sued rather than making sure patients get the best treatment.

    And I can imagine
    the look on the judges face when you tell him "yer honor, I didn't
    even bother to look at that film, the computer told me there was
    nothing there". Some lawyers recently, learned about what happens
    when you "phone it in".

    Some lawyers getting caught being dumb is not the same as using a
    clinically approved tool. A clinician isn't ever going to diagnose a
    patient via ChatGPT. If they did they deserve to get the book thrown at
    them.

    Professionals are still on the hook for the
    whole bolt of goods. The computer isn't going to get sued for
    "being stupid", because it is stupid.

    It would take a *lot* of films, to train a radiologist assistant.
    Who would have a collection, large enough for the job ?

    Er, hospitals.

    It would be
    a violation of privacy law, for a bunch of hospitals to throw all
    their films into a big vat, for NN training.

    No it isn't.

    It's not like crawling
    the web and getting access to content that way.

    Which is likely illegal. Hence all the suits against google et all.

    While a lot of individuals and their jobs can be replaced,
    the radiologist will be "the last to go".

    The risk to jobs from AI is massively overblown. People aren't going to
    lose jobs to AI, they will lose jobs from other people who use AI.

    Radiologists' jobs have the potential of improvement with AI. https://www.theguardian.com/society/2023/aug/02/ai-use-breast-cancer-screening-study-preliminary-results

    There's a way to go yet before this gets into routine practice but it will
    get there in one form or other. The pressures on health services are only growing and efficiencies need to improve to keep up. Money isn't enough.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to rbowman on Sun Aug 13 21:47:01 2023
    XPost: alt.home.repair, sci.electronics.repair

    rbowman <bowman@montana.com> wrote:
    On Fri, 11 Aug 2023 05:42:10 -0400, Paul wrote:

    CharGPT is about as useful as OCR. OCR is about 99% accurate.
    You've just run 200 pages through the scanner. Now what...

    'Stochastic' gets used a lot so 100% accuracy isn't even a realistic goal. 'Good enough' is the criteria. If a simple model can tell a cat from a dog 97% of the time, that's pretty good. Humans aren't 100% either so you
    could say artificial intelligence is a lot like human intelligence.

    Exactly. Perfection is not the target. At a minimum an AI that performs as
    well as a human that never gets tired, grumpy or distracted and is twice as fast would be enough of an improvement.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Chris on Sun Aug 13 18:34:41 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 8/13/2023 5:17 PM, Chris wrote:
    micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    The Turing has been passed quite a while ago. Plus the test is flawed.

    And that lots of thigns they are calling AI these days are just slightly
    or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    AI has never been properly defined and so people are using to describe all sorts of things.

    https://en.wikipedia.org/wiki/Artificial_intelligence

    "AI founder John McCarthy agreed, writing that "Artificial intelligence is not,
    by definition, simulation of human intelligence".

    This is the interesting stuff.

    https://arstechnica.com/information-technology/2023/03/embodied-ai-googles-palm-e-allows-robot-control-with-natural-commands/

    The problem with LLM that write software, is you cannot easily evaluate
    whether the output meets the specification.

    It's possible the robot ideas will fall prey to the same issues. If you
    define a complex enough task, maybe the machine will fail to plan what
    it has to do properly. And trying the tiny tests with a bag of crisps,
    isn't really all that much of a challenge, from a complexity perspective.

    "Take this 40 foot container of ASML Lithography machine parts,
    assemble and calibrate the machine."

    The motion on the Google robot, isn't all that smooth. Boston Dynamics
    has some software they use for "choreography", that smooths out some of that. Maybe telling the Google robot "how to be smooth", would automatically
    result in it choreographing what it is doing. Instead of "bump-bump-bumping" the drawer shut. But the bumping behavior likely results from the computer re-evaluating the problem every 0.2 seconds and working out a new set
    of actions (which includes another tiny "bump"). So perhaps that's
    an artifact of the method.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to Paul on Mon Aug 14 06:40:44 2023
    XPost: alt.home.repair, sci.electronics.repair

    Paul <nospam@needed.invalid> wrote:
    On 8/13/2023 5:17 PM, Chris wrote:
    micky <NONONOmisc07@fmguy.com> wrote:
    No one in popular news talked about AI 6 months ago and all of sudden
    it's everywhere.

    The most recent discussion I heard was about "using AI to read X-rays
    and other medical imaging".

    They have computer programs that will "look" at, examine, x-rays etc.
    and find medical problems, sometimes ones that the radiologist misses.

    So it's good if both look them.

    But is it AI? Seems to me it one slightly complicated algorith and
    comes nowhere close to AI. The Turing test for example.

    The Turing has been passed quite a while ago. Plus the test is flawed.

    And that lots of thigns they are calling AI these days are just slightly >>> or moderately complicated computer programs, black boxes maybe, but not
    AI.

    What say you?

    AI has never been properly defined and so people are using to describe all >> sorts of things.

    https://en.wikipedia.org/wiki/Artificial_intelligence

    "AI founder John McCarthy agreed, writing that "Artificial intelligence is not,
    by definition, simulation of human intelligence".

    This is the interesting stuff.

    https://arstechnica.com/information-technology/2023/03/embodied-ai-googles-palm-e-allows-robot-control-with-natural-commands/

    The problem with LLM that write software, is you cannot easily evaluate whether the output meets the specification.

    Sure it can. Write tests as is normal practice.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vjp2.at@at.BioStrategist.dot.dot.co@21:1/5 to All on Tue Aug 15 09:34:52 2023
    XPost: alt.home.repair, sci.electronics.repair

    I used "AI" since 1978. But every few years, what used to be AI becomes commonplace and stops being alled AI. Character and voice recognition, file completion, symbolic manipulation (Macsyma, Wolfram), ELIZA psychanalyser,
    were once called AI. Then again, I'm a 62yo (familially) third generation computer user as well as a third generation engineer. If you used Marvin Minsky's fifty year old psychanalysis program ELIZA (available in emacs as doctor; I use it for night time OCD panic attacks), ChatGPT looks awfully boring. I've used fractals (EXCEL:LOGEST) for fraud detection for four
    decades.


    Gregory Nazianzen, the Great, tells us all creativity is divine (28:6; 1
    cor 3:5-9) and denounced anti-science at Basil's funeral (42:11) as ignorant, lazy and stupid. (My namesake, Basil of Caereria, was a physician, who invented the concept of a hospital.) This may be found on p151 of the 1977
    OEDB Patrsitics textbook used in high schools in Greece (Evagelos Theodorou, Anthology of Holy Fathers.) More completely from Florovsky v7 p109 "We
    derive something useful for our orthodoxy even from the worldly
    science.. Everyone who has a mind will recognize that learning is our highest good.. also worldly learning, which many Christians incorrectly abhor.. those who hold such an opinion are stupid and ignorant. They want everyone to be
    just like themselves, so that the general failing will hide their own"


    --
    Vasos Panagiotopoulos panix.com/~vjp2/vasos.htm
    ---{Nothing herein constitutes advice. Everything fully disclaimed.}---

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ed Cryer@21:1/5 to vjp2.at@at.BioStrategist.dot.dot.co on Tue Aug 15 18:36:54 2023
    XPost: alt.home.repair, sci.electronics.repair

    vjp2.at@at.BioStrategist.dot.dot.com wrote:
    I used "AI" since 1978. But every few years, what used to be AI becomes commonplace and stops being alled AI. Character and voice recognition, file completion, symbolic manipulation (Macsyma, Wolfram), ELIZA psychanalyser, were once called AI. Then again, I'm a 62yo (familially) third generation computer user as well as a third generation engineer. If you used Marvin Minsky's fifty year old psychanalysis program ELIZA (available in emacs as doctor; I use it for night time OCD panic attacks), ChatGPT looks awfully boring. I've used fractals (EXCEL:LOGEST) for fraud detection for four decades.


    Gregory Nazianzen, the Great, tells us all creativity is divine (28:6; 1 cor 3:5-9) and denounced anti-science at Basil's funeral (42:11) as ignorant, lazy and stupid. (My namesake, Basil of Caereria, was a physician, who invented the concept of a hospital.) This may be found on p151 of the 1977 OEDB Patrsitics textbook used in high schools in Greece (Evagelos Theodorou, Anthology of Holy Fathers.) More completely from Florovsky v7 p109 "We derive something useful for our orthodoxy even from the worldly
    science.. Everyone who has a mind will recognize that learning is our highest good.. also worldly learning, which many Christians incorrectly abhor.. those who hold such an opinion are stupid and ignorant. They want everyone to be just like themselves, so that the general failing will hide their own"



    Google Books Ngram Viewer traces "AI" way back to beyond 1800, although
    it seems to have increased rapidly from the mid 1950s. https://tinyurl.com/22hru257
    I can't help but wonder if many of the earlier citings are initials for
    things like "Andalusian Insurance" or "American Independence" or
    "African Iratedness" etc.

    Ed

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to ed@somewhere.in.the.uk on Tue Aug 15 20:01:21 2023
    XPost: alt.home.repair, sci.electronics.repair

    In alt.home.repair, on Tue, 15 Aug 2023 18:36:54 +0100, Ed Cryer <ed@somewhere.in.the.uk> wrote:

    vjp2.at@at.BioStrategist.dot.dot.com wrote:
    I used "AI" since 1978. But every few years, what used to be AI becomes >> commonplace and stops being alled AI. Character and voice recognition, file >> completion, symbolic manipulation (Macsyma, Wolfram), ELIZA psychanalyser, >> were once called AI. Then again, I'm a 62yo (familially) third generation
    computer user as well as a third generation engineer. If you used Marvin
    Minsky's fifty year old psychanalysis program ELIZA (available in emacs as >> doctor; I use it for night time OCD panic attacks), ChatGPT looks awfully
    boring. I've used fractals (EXCEL:LOGEST) for fraud detection for four
    decades.


    Gregory Nazianzen, the Great, tells us all creativity is divine (28:6; 1 >> cor 3:5-9) and denounced anti-science at Basil's funeral (42:11) as ignorant,
    lazy and stupid. (My namesake, Basil of Caereria, was a physician, who
    invented the concept of a hospital.) This may be found on p151 of the 1977 >> OEDB Patrsitics textbook used in high schools in Greece (Evagelos Theodorou, >> Anthology of Holy Fathers.) More completely from Florovsky v7 p109 "We
    derive something useful for our orthodoxy even from the worldly
    science.. Everyone who has a mind will recognize that learning is our highest
    good.. also worldly learning, which many Christians incorrectly abhor.. those
    who hold such an opinion are stupid and ignorant. They want everyone to be >> just like themselves, so that the general failing will hide their own"



    Google Books Ngram Viewer traces "AI" way back to beyond 1800, although
    it seems to have increased rapidly from the mid 1950s. >https://tinyurl.com/22hru257
    I can't help but wonder if many of the earlier citings are initials for >things like "Andalusian Insurance" or "American Independence" or
    "African Iratedness" etc.

    Ed

    Maybe so. Very interesting comments from all of you.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Wed Aug 16 18:05:18 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 8/15/2023 8:01 PM, micky wrote:


    Maybe so. Very interesting comments from all of you.


    When you've got a moment (after you've fixed your clock),
    could you zip over and look at this question.

    There's a guy who owns more Internet Radios than he knows
    what to do with, who is getting "disconnected" randomly.

    <ubinjc$3b5dd$1@dont-email.me>

    http://al.howardknight.net/?STYPE=msgid&MSGI=%3Cubinjc%243b5dd%241%40dont-email.me%3E

    In a previous message, he identifies the brands of the units.
    "sanstrom" brand and "majority" brand. The UK seems to have had
    its share of these things, over the years.

    <uasvso$3b2gu$1@dont-email.me>

    http://al.howardknight.net/?STYPE=msgid&MSGI=%3Cuasvso%243b2gu%241%40dont-email.me%3E

    I have no idea, how the directory feature works on those, to
    create the list of stations.

    And the other thing I don't know, is if IR has made any
    recent changes to the transport protocol, which might
    break a radio.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Fri Aug 18 09:31:17 2023
    XPost: alt.home.repair

    On 17 Aug 2023 23:19:16 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:



    I mentioned that today at work.

    HAHAHAHAHAHAHAAA!!! You STILL claiming you are holding down a job, senile chatterbox? LMAO

    --
    Yet another thrilling story from the resident senile gossip's thrilling
    life:
    "Around here you have to be careful to lock your car toward the end of
    summer or somebody will leave a grocery sack full of zucchini in it."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Sat Sep 16 10:25:53 2023
    XPost: alt.comp.software.firefox, alt.home.repair

    On 16 Sep 2023 02:47:55 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:


    Probably not quite what you want but go to maps.google.com and search for
    the area you are interested in. Center the area.

    Right click with the cursor at the selected point and pick 'Measure
    Distance' from the menu. That will put a point on the map. Click anyplace else and you will have another point. Drag it until the scale shows 20
    miles or the popup shows a total distance of 20 miles.

    Drag the point around in a circle trying to stay close to 20 miles. It's
    not going to draw a circle on the map but you can get a good idea of what
    is within a 20 mile radius.

    He certainly will soon get a good idea of what a pathological bigmouth you
    are, lowbrowwoman. <BG>

    --
    More of the pathological senile gossip's sick shit squeezed out of his sick head:
    "Skunk probably tastes like chicken. I've never gotten that comparison,
    most famously with Chicken of the Sea. Tuna is a fish and tastes like a
    fish. I will admit I've had chicken that tasted like fish. I don't think I
    want to know what they were feeding it."
    MID: <k44t5lFl1k3U4@mid.individual.net>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Horny Goat@21:1/5 to All on Sat Dec 23 15:01:26 2023
    On Sun, 13 Aug 2023 16:43:03 -0000 (UTC), Chris <ithinkiam@gmail.com>
    wrote:

    How long will we have to wait for the human size version?

    Have to get people to poop in a litterbox first ;)

    There are 3 toilets amongst 2 people in our home.

    There is 1 cat with 1 litter box - somehow I think she would object if
    one of us used her box. :)

    No I do NOT plan on doing a controlled experiment!

    (And the best of the rest of this year to all you grognards (Napoleon Bonaparte's term for his oldest and best troops - it means
    "grumblers"))

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From kelown@21:1/5 to All on Sat Dec 23 19:30:35 2023
    (And the best of the rest of this year to all you grognards (Napoleon Bonaparte's term for his oldest and best troops - it means
    "grumblers"))

    Did you know that all of Napoleon Bonaparte's 4 brothers lived into the
    age of photography (1826) and had their photo taken with a camera? His
    youngest brother Jérôme sat for many photo sessions. Only one of his 3 sisters, Caroline, lived into the era but never had a photo taken.
    Napoleon Bonaparte (08/15/1769 - 05/05/1821), didn't live into the age
    of photography.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Horny Goat@21:1/5 to All on Sat Dec 30 23:48:21 2023
    XPost: alt.home.repair, sci.electronics.repair

    On Fri, 11 Aug 2023 17:39:19 -0500, Zaghadka <zaghadka@hotmail.com>
    wrote:

    ...and I really don't think welding ChatGPT onto Bing is going to be the >success MS thinks it is that will finally usher in an age of Bing and
    Edge supremacy over Google. Just no. I don't think people want it.

    If I thought some AI was going to harvest my personal data and do
    nasty things with it you bet I'd be running away hoping to win an
    Olympic gold medal with my speed...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cindy Hamilton@21:1/5 to The Horny Goat on Sun Dec 31 10:35:01 2023
    XPost: alt.home.repair, sci.electronics.repair

    On 2023-12-31, The Horny Goat <lcraver@home.ca> wrote:
    On Fri, 11 Aug 2023 17:39:19 -0500, Zaghadka <zaghadka@hotmail.com>
    wrote:

    ...and I really don't think welding ChatGPT onto Bing is going to be the >>success MS thinks it is that will finally usher in an age of Bing and
    Edge supremacy over Google. Just no. I don't think people want it.

    If I thought some AI was going to harvest my personal data and do
    nasty things with it you bet I'd be running away hoping to win an
    Olympic gold medal with my speed...

    I'm pretty sure it already has. Best get moving. Do you have another
    world to run to?

    --
    Cindy Hamilton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Thu Jan 25 10:35:26 2024
    XPost: alt.home.repair, rec.autos.tech, alt.comp.os.windows-11

    On 25 Jan 2024 02:54:52 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:


    I've got a USB attached tape cassette. It works for moving music off old tapes but it's a painful process.

    HOW painful is it, drama queen?

    --
    Yet another thrilling story from the resident senile gossip's thrilling
    life:
    "Around here you have to be careful to lock your car toward the end of
    summer or somebody will leave a grocery sack full of zucchini in it."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peeler@21:1/5 to All on Thu Jan 25 10:29:23 2024
    XPost: alt.home.repair, rec.autos.tech, alt.comp.os.windows-11

    On 25 Jan 2024 02:43:31 GMT, lowbrowwoman, the endlessly driveling, troll-feeding, senile idiot, blabbered again:


    I have one.

    What DO you really have other than a big mouth?

    --
    Another one of the resident senile bigmouth's idiotic "cool" lines:
    "If you're an ax murderer don't leave souvenir photos on your phone."
    "MID: <k7ssc7F8mt9U3@mid.individual.net>"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)