Click here to Skip to main content
15,890,376 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: 96% of people consider ethical and responsible AI to be important Pin
obermd28-Apr-23 4:03
obermd28-Apr-23 4:03 
NewsDelphi 11 and C++Builder 11 Community Editions released! Pin
Kent Sharkey27-Apr-23 7:16
staffKent Sharkey27-Apr-23 7:16 
GeneralRe: Delphi 11 and C++Builder 11 Community Editions released! Pin
Daniel Pfeffer27-Apr-23 15:11
professionalDaniel Pfeffer27-Apr-23 15:11 
NewsMicrosoft takes steps toward consolidating its cloud services onto a single domain Pin
Kent Sharkey27-Apr-23 7:16
staffKent Sharkey27-Apr-23 7:16 
NewsMark Zuckerberg says Meta wants to ‘introduce AI agents to billions of people’ Pin
Kent Sharkey27-Apr-23 7:01
staffKent Sharkey27-Apr-23 7:01 
GeneralRe: Mark Zuckerberg says Meta wants to ‘introduce AI agents to billions of people’ Pin
Nelek27-Apr-23 9:27
protectorNelek27-Apr-23 9:27 
NewsGet started with OpenAI completions with .NET Pin
Kent Sharkey27-Apr-23 7:01
staffKent Sharkey27-Apr-23 7:01 
GeneralRe: Get started with OpenAI completions with .NET Pin
Kevin McFarlane28-Apr-23 6:57
Kevin McFarlane28-Apr-23 6:57 
Coincidentally, I've just been playing with various Chat AIs. I tried asking this, which is derived from a a Rust Rustlings HashMap exercise.

Quote:
Consider these lines.

England,France,4,2
France,Italy,3,1
Poland,Spain,2,0
Germany,England,2,1

Interpret "England,France,4,2" to mean England beat France by 4 goals to 2.

Calculate the total goals scored and total goals conceded for each team and display the results as a table.


I ran this through several AIs - ChatGPT, Bing Chat, Google Bard, Perplexity, YouChat, Phind.

Even though some of them generated some nice Python code they all failed more-or-less miserably. With Bing Chat I was able to coax it to the correct answer, but it took 6 attempts.
You're right, I made a typo. The total goals conceded by Germany is 1, not 2. I'm sorry for the error.😳

The correct table is:

| Team   | Total goals scored | Total goals conceded |
| -- | ------------------ | -------------------- |
| England| 5                  | 4                    |
| France | 5                  | 5                    |
| Italy  | 1                  | 3                    |
| Poland | 2                  | 0                    |
| Spain  | 0                  | 2                    |
| Germany| 2                  | 1                    |

I hope this is the final answer. Thank you for your patience and feedback.🙏

So there's a way to go yet before AGI! Big Grin | :-D
Kevin

NewsIntroduction to ASP.NET Core Minimal APIs Pin
TheGreatAndPowerfulOz26-Apr-23 16:30
TheGreatAndPowerfulOz26-Apr-23 16:30 
GeneralRe: Introduction to ASP.NET Core Minimal APIs Pin
Richard Deeming26-Apr-23 21:27
mveRichard Deeming26-Apr-23 21:27 
GeneralRe: Introduction to ASP.NET Core Minimal APIs Pin
Marc Clifton27-Apr-23 0:54
mvaMarc Clifton27-Apr-23 0:54 
GeneralRe: Introduction to ASP.NET Core Minimal APIs Pin
Richard Deeming27-Apr-23 3:04
mveRichard Deeming27-Apr-23 3:04 
GeneralRe: Introduction to ASP.NET Core Minimal APIs Pin
snorkie27-Apr-23 3:37
professionalsnorkie27-Apr-23 3:37 
NewsMicrosoft removes LSA Protection from Windows settings to fix bug Pin
Kent Sharkey26-Apr-23 11:31
staffKent Sharkey26-Apr-23 11:31 
NewsMicrosoft researchers tackle low-code LLMs Pin
Kent Sharkey26-Apr-23 11:16
staffKent Sharkey26-Apr-23 11:16 
GeneralRe: Microsoft researchers tackle low-code LLMs Pin
rnbergren27-Apr-23 5:34
rnbergren27-Apr-23 5:34 
NewsNASA power hack extends 45-year Voyager 2 mission even longer Pin
Kent Sharkey26-Apr-23 11:01
staffKent Sharkey26-Apr-23 11:01 
GeneralRe: NASA power hack extends 45-year Voyager 2 mission even longer Pin
jeron126-Apr-23 11:51
jeron126-Apr-23 11:51 
GeneralApparently a fixed typo Pin
enhzflep26-Apr-23 16:47
enhzflep26-Apr-23 16:47 
GeneralRe: NASA power hack extends 45-year Voyager 2 mission even longer Pin
obermd27-Apr-23 4:25
obermd27-Apr-23 4:25 
GeneralRe: NASA power hack extends 45-year Voyager 2 mission even longer Pin
Daniel Pfeffer29-Apr-23 7:41
professionalDaniel Pfeffer29-Apr-23 7:41 
NewsGoogle Authenticator backup secret seed plain text Pin
Nelek26-Apr-23 10:51
protectorNelek26-Apr-23 10:51 
GeneralRe: Google Authenticator backup secret seed plain text Pin
Ron Anders26-Apr-23 14:26
Ron Anders26-Apr-23 14:26 
GeneralRe: Google Authenticator backup secret seed plain text Pin
Nelek27-Apr-23 9:21
protectorNelek27-Apr-23 9:21 
GeneralRe: Google Authenticator backup secret seed plain text Pin
Richard Deeming26-Apr-23 21:28
mveRichard Deeming26-Apr-23 21:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.