Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
BillWoodruff17-Jul-23 10:48
professionalBillWoodruff17-Jul-23 10:48 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
Matt Bond18-Jul-23 2:32
Matt Bond18-Jul-23 2:32 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
BillWoodruff18-Jul-23 4:18
professionalBillWoodruff18-Jul-23 4:18 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
Matt Bond18-Jul-23 5:18
Matt Bond18-Jul-23 5:18 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
David On Life17-Jul-23 15:51
David On Life17-Jul-23 15:51 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
BillWoodruff18-Jul-23 4:26
professionalBillWoodruff18-Jul-23 4:26 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
Arthur Humphrey18-Jul-23 6:43
Arthur Humphrey18-Jul-23 6:43 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
BillWoodruff18-Jul-23 7:39
professionalBillWoodruff18-Jul-23 7:39 
Hi Arthur,

inho, we are all struggling to "frame" an interesting new phenomena that suddenly challenges what we thought AI based on massive LLM's could do.

Tipping Point, Inflection Point, Paradigm Shift, Black Swan Event ?

If i start with this:

Quote:
write a public interface named IRxAI with fields DateCreated, DateModified,
Name, Comments, List<irxai> Instances

with methods

write a public class named RxAIDemo that implements IRxAI

write constructor with all parameters
and five minutes later, after a few prompts have this:
Quote:
using System;
using System.Collections.Generic;
// Define the IRxAI interface
public interface IRxAI
{
// Get-only property for the creation date
DateTime DateCreated { get; }
// Get-only property for the modification date
DateTime DateModified { get; }
// Get-only property for the name
string Name { get; }
// Get and set property for the comments
string Comments { get; set; }
// Get-only property for the list of instances
List<irxai> Instances { get; }
// Method to add an instance
void Add(IRxAI instance);
// Method to remove an instance
void Remove(IRxAI instance);
// Method to delete an instance
void Delete();
}
// Define the RxAIDemo class that implements the IRxAI interface
public class RxAIDemo : IRxAI
{
// Get-only property for the creation date
public DateTime DateCreated { get; private set; }
// Get-only property for the modification date
public DateTime DateModified { get; private set; }
// Get-only property for the name
public string Name { get; private set; }
// Get and set property for the comments
public string Comments { get; set; }
// Get-only property for the list of instances
public List<irxai> Instances { get; private set; }
// Constructor for the RxAIDemo class
public RxAIDemo(string name, string comments)
{
// Set the creation and modification dates to the current date and time
DateCreated = DateTime.Now;
DateModified = DateCreated;
// Set the name
Name = name;
// Set the comments
Comments = comments;
// Initialize the list of instances and add the current instance to it
Instances = new List<irxai> { this };
}
// Method to add an instance
public void Add(IRxAI instance)
{
// Add the instance to the list of instances
Instances.Add(instance);
}
// Method to remove an instance
public void Remove(IRxAI instance)
{
// Remove the instance from the list of instances
Instances.Remove(instance);
}
// Method to delete an instance
public void Delete()
{
// Implement your delete logic here
}
}
are you impressed ?
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch

GeneralRe: Is ChatGPT worth the effort for a developer? Pin
Arthur Humphrey18-Jul-23 9:53
Arthur Humphrey18-Jul-23 9:53 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
Vikram A Punathambekar19-Jul-23 18:37
Vikram A Punathambekar19-Jul-23 18:37 
GeneralRe: Is ChatGPT worth the effort for a developer? Pin
Arthur Humphrey20-Jul-23 8:14
Arthur Humphrey20-Jul-23 8:14 
GeneralWhen did they add this to Visual studio? Pin
OriginalGriff15-Jul-23 22:00
mveOriginalGriff15-Jul-23 22:00 
GeneralRe: When did they add this to Visual studio? Pin
Kornfeld Eliyahu Peter15-Jul-23 22:39
professionalKornfeld Eliyahu Peter15-Jul-23 22:39 
GeneralRe: When did they add this to Visual studio? Pin
Andre Oosthuizen15-Jul-23 22:55
mveAndre Oosthuizen15-Jul-23 22:55 
GeneralRe: When did they add this to Visual studio? Pin
DerekT-P16-Jul-23 22:10
professionalDerekT-P16-Jul-23 22:10 
GeneralRe: When did they add this to Visual studio? Pin
RickZeeland16-Jul-23 0:18
mveRickZeeland16-Jul-23 0:18 
GeneralRe: When did they add this to Visual studio? Pin
jochance17-Jul-23 4:37
jochance17-Jul-23 4:37 
GeneralRe: When did they add this to Visual studio? Pin
Slacker00716-Jul-23 1:16
professionalSlacker00716-Jul-23 1:16 
GeneralRe: When did they add this to Visual studio? Pin
Ron Anders16-Jul-23 2:31
Ron Anders16-Jul-23 2:31 
GeneralRe: When did they add this to Visual studio? Pin
DerekT-P16-Jul-23 11:04
professionalDerekT-P16-Jul-23 11:04 
GeneralRe: When did they add this to Visual studio? Pin
Ron Anders16-Jul-23 11:49
Ron Anders16-Jul-23 11:49 
GeneralRe: When did they add this to Visual studio? Pin
obermd16-Jul-23 13:13
obermd16-Jul-23 13:13 
GeneralOh, deep joy. If ChatGPT wasn't bad enough ... Pin
OriginalGriff15-Jul-23 19:13
mveOriginalGriff15-Jul-23 19:13 
GeneralRe: Oh, deep joy. If ChatGPT wasn't bad enough ... Pin
Andre Oosthuizen15-Jul-23 23:25
mveAndre Oosthuizen15-Jul-23 23:25 
GeneralWordle 757 Pin
OriginalGriff15-Jul-23 18:41
mveOriginalGriff15-Jul-23 18:41 

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.