Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.mac.system > #145983
| From | Brock McNuggets <brock.mcnuggets@gmail.com> |
|---|---|
| Newsgroups | comp.sys.mac.advocacy, comp.sys.mac.system, misc.phone.mobile.iphone |
| Subject | Re: Apple is paying Google $1bn to upgrade Siri with... |
| Organization | Southern Nevada Institute of Technology |
| References | <10etc6a$62ff$1@dont-email.me> <10ett81$cbee$1@dont-email.me> <69127b9b$0$19$882e4bbb@reader.netnews.com> <10eu9os$f73l$1@dont-email.me> <IK2dne0yLJamWY_0nZ2dnZfqnPGdnZ2d@supernews.com> |
| Date | 2025-11-11 05:41 +0000 |
| Message-ID | <6912cc74$0$3778$882e4bbb@reader.netnews.com> (permalink) |
Cross-posted to 3 groups.
On Nov 10, 2025 at 10:06:03 PM MST, "Tyrone" wrote <IK2dne0yLJamWY_0nZ2dnZfqnPGdnZ2d@supernews.com>: > On Nov 10, 2025 at 10:15:40 PM EST, "Your Name" <YourName@YourISP.com> wrote: > >> On 2025-11-10 23:56:11 +0000, Brock McNuggets said: >>> On Nov 10, 2025 at 4:41:54 PM MST, "Your Name" wrote >>> <10ett81$cbee$1@dont-email.me>: >>>> On 2025-11-10 22:28:30 +0000, Brock McNuggets said: >>>>> On Nov 10, 2025 at 3:04:00 PM MST, "Your Name" wrote >>>>> <10etngg$an9q$1@dont-email.me>: >>>>>> On 2025-11-10 18:50:51 +0000, Tom Elam said: >>>>>>> On 11/6/2025 12:10 PM, Marion wrote: >>>>>>>> >>>>>>>> Apple is paying Google $1bn to upgrade Siri with... >>>>>>>> <https://www.androidauthority.com/apple-paying-google-billion-siri-gemini-3612708/> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> While Apple lost the ability to innovate long ago, one thing Apple has, >>>>>>>> is money. This is a direct quote from that article: >>>>>>>> >>>>>>>> "This represents Apple's desperation to enter the AI race, especially >>>>>>>> with its inability to build a model comparable to Google's Gemini." >>>>>>> >>>>>>> Apple already uses Google for search, and Google pays Apple to be their >>>>>>> default search engine. AI is a huge investment. Like search, why >>>>>>> re-invent it? $1 billion a year is a bargain. That billion is just a >>>>>>> deduction in the money Apple already makes from Google! >>>>>>> >>>>>>> Makes perfect sense to me. I wonder why Apple even had an AI effort. >>>>>> >>>>>> I wonder why *ANY* company has wasted time and money on a stupid 'AI >>>>>> effort' ... it's simply yet another useless fad gimmick that will >>>>>> barely ever touched by the vast majority of users (in fact most won't >>>>>> know the garbage is even there). >>>>> >>>>> I heard the same thing about mice and the Internet. Yeah... just fads. LOL! >>>> >>>> Do a search for "AI bubble burst" and you'll find lots of expert people >>>> thinking it could well happen. >>> >>> I absolutely agree it is likely to. TONS of money going into it and many >>> making little or no profit. It will get consolidated into a few companies >>> doing most of it. >>> >>>> Many companies that originally jumped on >>>> the AI bandwagon have realised it doesn't work and have had to eomply >>>> extra people just to ficx the mistakes, or at best doesn't achieve the >>>> claimed efficiency results. >>>> >>>> 'Smart', AI, ... just the latest in a long line of useless tech >>>> gimmicks over the years that nobody asked for, nobody wanted, and have >>>> quickly come and gone. It's really just about selling newer devices to >>>> the gullible with more money than sense. >>> >>> You could be right... but I think it will be more like mice and the Internet. >>> It will change over time, of course, as they did. >>> >>> Remember the first consumer mice had one button only. >> >> Depends on how you define "consumer". >> >> The first computer sold with a mouse was the Xerox Alto, which had a >> three-button mouse, but that wasn't really aimed at the general public >> and more for business / scientific use. >> >> The next was the Sun-1 with a three-button mouse, but again aimed more >> at business / scientific users. >> >> Then it was the Apple Lisa and Macintosh, which did have one button mice. > > You forgot the Three Rivers PERQ. It came before the Sun. It was the first > commercial, graphical workstation. I actually used one of these in 1982 to > 1984 or so, running the Intran software that interfaced to a Xerox 9700 > commercial laser printer. It had a 3 button "puck" on the digitizer tablet. > > <https://en.wikipedia.org/wiki/PERQ> Looking there the PERQ 2 had the mouse and it was "announced in 1983". Looking elsewhere, though, I see: 1. Xerox Alto (1973) — first computer to use a mouse, but not sold commercially. 2. PERQ (1979–1980) — first commercially sold computer that came with a mouse, aimed at professional/research markets. Had a 2 or 3 button mouse, depending on configuration. 3. Apple Lisa (1983) — first consumer computer sold with a mouse as standard equipment. 4. Apple Macintosh (1984) — continued that model with a one-button mouse. Fun info... but the initial point of changes with the mice is what I was looking at. These early ones mostly had rollers (all of them?) and then later there were the laser ones with special mouse pads. > The Intran software was incredible, but the PERQ 1 hardware was sort of flaky. > I did a LOT of work on that, building fonts and forms for the Xerox 9700 > printer, which was quite a mechanical marvel. The 9700 printed two 8.5" by > 11" pages per second, (or 1 page per second both sides of the paper (duplex)) > continuously. We had 2 of these in a commercial print shop. We routinely > printed 1 to 2 million pages per month on each. I am sure I have come across into on the PERQ before... but would never have thought of it. Never used one. > > The advantage of the Intran software on the PERQ was that you drew the forms > graphically on the screen, using the puck and digitizer tablet. On the 9700 > printer, it was done VERY manually by writing a "program" in the text editor > and then compiled by the FDL compiler (Form Description Language) that looked > like this: > > 10 At 0,0 draw box 50 by 40 > 20 Text at 20,20 using font (whatever font you wanted) "Hello World" > 30 At 23 draw horizontal line from 50 to 75 using (whatever line you wanted: > solid/dotted/broken/thick/thin) Easier than Apple BASIC. LOL. Too long ago for me to remember the details, but ChatGPT says the conversion would be this: 10 HGR 20 HPLOT 0,0 30 HPLOT 50,0 TO 50,40 TO 0,40 TO 0,0 40 HCOLOR=3 50 HTAB 10 60 HCOLOR=1 70 HPLOT 50,23 TO 75,23 > and on and on. Imagine building an IRS form (for example) like this. Each > line/box/text/shading had to be specified like this. You had to manually > measure (with the supplied handy dandy Xerox ruler) every line/box/shading/etc > on the form you were duplicating, so you knew exactly where everything needed > to be and the dimensions. It was slow and no fun at all. Does not sound like it... but easier than what I would be doing around that time (or a couple years later). But mine was just goofing off, not for work. > > The PERQ came with a chess game and a billiards (pool) game that was very > good. We wasted lots of time on that. I used to play on the Apple IIe. Had to look it up but I think this is it: https://en.wikipedia.org/wiki/Sargon_II_(video_game) Coincidently I just played a game on chess.com against a human. I ended up winning, but I am NOT a good player. Used to have an account but did not even maintain that -- just do not play enough. -- It's impossible for someone who is at war with themselves to be at peace with you.
Back to comp.sys.mac.system | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 10:10 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... "David B." <BD@hotmail.co.uk> - 2025-11-06 17:33 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 14:16 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Alan <nuh-uh@nope.com> - 2025-11-06 13:33 -0800
Re: Apple is paying Google $1bn to upgrade Siri with... "David B." <BD@hotmail.co.uk> - 2025-11-06 21:50 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-06 22:21 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-06 22:30 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-06 23:05 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 00:09 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 17:21 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 02:43 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 19:59 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 04:13 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-07 18:00 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 04:34 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:08 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 20:07 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 14:44 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 17:20 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 02:48 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 19:56 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 04:12 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-07 18:13 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 04:35 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:10 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 20:05 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 14:36 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 00:50 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 18:17 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 02:17 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Chris <ithinkiam@gmail.com> - 2025-11-07 08:14 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 14:31 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... badgolferman <REMOVETHISbadgolferman@gmail.com> - 2025-11-07 21:24 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-07 18:04 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Alan <nuh-uh@nope.com> - 2025-11-07 18:44 -0800
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 04:34 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:13 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 04:30 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-08 18:19 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 15:52 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:15 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 20:03 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 14:38 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 00:45 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 18:19 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 02:16 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-09 18:01 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 01:31 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... "Jon Pierre Chubre'" <thisemailwillneverwork@edu.net> - 2025-11-09 17:55 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... pothead <pothead@snakebite.com> - 2025-11-09 21:56 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 22:15 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-09 18:03 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... "Jon Pierre Chubre'" <thisemailwillneverwork@edu.net> - 2025-11-10 01:18 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-10 10:36 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 18:01 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Gremlin <nobody@haph.org> - 2025-11-10 01:30 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 01:47 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 01:30 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 02:30 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Gefängnis <"Gef�ngnisVogel"@deutsch.sil> - 2025-11-09 22:02 -0500
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-10 11:00 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 18:07 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-10 10:47 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 17:57 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 18:32 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Chris <ithinkiam@gmail.com> - 2025-11-10 19:21 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 19:53 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-10 15:55 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 23:21 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-11 00:22 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 00:45 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-11 01:44 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-11 02:18 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-10 20:19 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 04:19 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-11 13:49 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 15:53 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-11 10:27 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 17:49 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 04:10 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 02:07 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-09 11:08 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 18:23 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Chris <ithinkiam@gmail.com> - 2025-11-07 08:04 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 14:28 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 17:47 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 02:33 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 19:47 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 04:15 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:19 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 20:00 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 14:43 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 00:46 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 18:26 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 02:13 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... -hh <recscuba_google@huntzinger.com> - 2025-11-07 07:31 -0500
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-08 11:00 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Alan <nuh-uh@nope.com> - 2025-11-07 19:18 -0800
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-06 22:24 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 17:33 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 02:44 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 20:00 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 03:04 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:22 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 04:13 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:23 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 19:51 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 18:28 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 02:08 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-06 23:01 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 17:39 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 02:35 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 19:51 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 04:15 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:23 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 19:48 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 18:29 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 02:07 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-07 10:46 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 17:43 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-07 02:34 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 11:26 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-08 19:45 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-08 18:31 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-09 02:07 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... sms <scharf.steven@geemail.com> - 2025-11-13 07:49 -0800
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-13 19:42 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Alan <nuh-uh@nope.com> - 2025-11-06 09:47 -0800
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-06 22:18 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Marion <mariond@facts.com> - 2025-11-06 17:50 -0700
Re: Apple is paying Google $1bn to upgrade Siri with... Tom Elam <thomas.e.elam@gmail.com> - 2025-11-10 13:50 -0500
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 20:53 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-11 11:04 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 22:28 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-11 12:41 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-10 23:56 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-11 16:15 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 04:16 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-11 18:38 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 05:53 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-11 05:06 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-11 18:46 +1300
Re: Apple is paying Google $1bn to upgrade Siri with... Tyrone <none@none.none> - 2025-11-11 14:08 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 05:41 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Alan <nuh-uh@nope.com> - 2025-11-10 18:27 -0800
Re: Apple is paying Google $1bn to upgrade Siri with... Brock McNuggets <brock.mcnuggets@gmail.com> - 2025-11-11 04:10 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Jason H <jason_hindle@yahoo.com> - 2025-11-13 22:13 +0000
Re: Apple is paying Google $1bn to upgrade Siri with... Your Name <YourName@YourISP.com> - 2025-11-14 18:13 +1300
csiph-web