Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. More things you might do with ChatGPT 4

More things you might do with ChatGPT 4

Scheduled Pinned Locked Moved The Lounge
comgame-devai-modelsquestioncareer
21 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B BillWoodruff

    Graeme_Grant wrote:

    email, sass, Ryan Reynolds quip or two... it is amusing...

    Right now I limit my "probes" to queries that are, imho, at least plausible in the tuned for programming ai in ReSharper. Anusement we ain't lookin' fur. Who's Ryan Reynolds ?

    «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

    M Offline
    M Offline
    MarkTJohnson
    wrote on last edited by
    #9

    You don't watch many movies do you? Try The Proposal with Sandra Bullock He was the star of Green Lantern (hey, I enjoyed it.) and is Deadpool. Also stars in The Hitman's Bodyguard with Samuel L Jackson (also highly recommend that one, but not with any kids around - language). Free Guy is another family friendly movie he stars in. In North America he is the majority owner of Mint Mobile and is part owner of Wrexham AFC in Wales. VERY funny guy with plenty of snark.

    I’ve given up trying to be calm. However, I am open to feeling slightly less agitated. I’m begging you for the benefit of everyone, don’t be STUPID.

    N B 2 Replies Last reply
    0
    • M MarkTJohnson

      You don't watch many movies do you? Try The Proposal with Sandra Bullock He was the star of Green Lantern (hey, I enjoyed it.) and is Deadpool. Also stars in The Hitman's Bodyguard with Samuel L Jackson (also highly recommend that one, but not with any kids around - language). Free Guy is another family friendly movie he stars in. In North America he is the majority owner of Mint Mobile and is part owner of Wrexham AFC in Wales. VERY funny guy with plenty of snark.

      I’ve given up trying to be calm. However, I am open to feeling slightly less agitated. I’m begging you for the benefit of everyone, don’t be STUPID.

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #10

      MarkTJohnson wrote:

      He was the star of Green Lantern (hey, I enjoyed it.) and is Deadpool. Also stars in The Hitman's Bodyguard with Samuel L Jackson (also highly recommend that one, but not with any kids around - language). Free Guy is another family friendly movie he stars in.

      I like those too.

      MarkTJohnson wrote:

      VERY funny guy with plenty of snark.

      I saw some short videos of him in one of those famous night talk shows they were hilarious

      M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

      1 Reply Last reply
      0
      • M MarkTJohnson

        You don't watch many movies do you? Try The Proposal with Sandra Bullock He was the star of Green Lantern (hey, I enjoyed it.) and is Deadpool. Also stars in The Hitman's Bodyguard with Samuel L Jackson (also highly recommend that one, but not with any kids around - language). Free Guy is another family friendly movie he stars in. In North America he is the majority owner of Mint Mobile and is part owner of Wrexham AFC in Wales. VERY funny guy with plenty of snark.

        I’ve given up trying to be calm. However, I am open to feeling slightly less agitated. I’m begging you for the benefit of everyone, don’t be STUPID.

        B Offline
        B Offline
        BillWoodruff
        wrote on last edited by
        #11

        Please no more like this. Start ypor own thread.

        «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

        1 Reply Last reply
        0
        • D DerekT P

          right... so one AI writes a manual on how to use another AI, because AI is so dumb and difficult to use it needs one. Mankind is progressing in leaps and bounds, I see.

          Telegraph marker posts ... nothing to do with IT Phasmid email discussion group ... also nothing to do with IT Beekeeping and honey site ... still nothing to do with IT

          B Offline
          B Offline
          BillWoodruff
          wrote on last edited by
          #12

          Please no more like this.

          «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

          1 Reply Last reply
          0
          • P Pete OHanlon

            For fun; try to get ChatGPT to solve the cryptic crossword clue. The answer will often be amusingly wrong.

            Advanced TypeScript Programming Projects

            B Offline
            B Offline
            BillWoodruff
            wrote on last edited by
            #13

            Thanks, Pete, right now my focus is on beyond amusing :)

            «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

            1 Reply Last reply
            0
            • B BillWoodruff

              For me, most of these are not interesting ... bill no game/rpg/etc. not in the job market ... but, i found the one where you ask GPT what kind of prompts to give DallE to get DallE to create certain types of images ... interesting. [^]

              «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

              C Offline
              C Offline
              cplas
              wrote on last edited by
              #14

              ChatGPT (yes, v4) is a HUGE help for me. I get it to create VueJS components, conversion such as Razor to Vue, C# to JS, debugging, meaning of life, etc. Here's a sample request: generate a a vue.js 3 component using the Composition API and with an HTML DIV tag that is opened and closed by a button whose text is a parameter to the component. This component takes two parameters. Parameter one is an array of string items and displays it in a bulleted list of checkbox type input controls and fires an event when an item is clicked. Add an "All Items" input option (which is selected by default) to this display of items which when clicked, selects all items in the checkbox list. Deselecting this checkbox automatically deselects all other checkboxes. When this option is unchecked and is clicked, select it, otherwise deselect it. Parameter two is an array of string items specifying which items in parameter one array are selected in the checkbox list. The parent component has a copy of the parameter two list, which when modified, should reflect in the items selected in the checkbox list. Also, the component should display the clicked items. Also, the component should display "All Items Selected" when all items are selected in the dropdown menu. Also, generate code using this component in a html file but not inside a component. Provide the multi select component with a list of items to select.

              B 1 Reply Last reply
              0
              • C cplas

                ChatGPT (yes, v4) is a HUGE help for me. I get it to create VueJS components, conversion such as Razor to Vue, C# to JS, debugging, meaning of life, etc. Here's a sample request: generate a a vue.js 3 component using the Composition API and with an HTML DIV tag that is opened and closed by a button whose text is a parameter to the component. This component takes two parameters. Parameter one is an array of string items and displays it in a bulleted list of checkbox type input controls and fires an event when an item is clicked. Add an "All Items" input option (which is selected by default) to this display of items which when clicked, selects all items in the checkbox list. Deselecting this checkbox automatically deselects all other checkboxes. When this option is unchecked and is clicked, select it, otherwise deselect it. Parameter two is an array of string items specifying which items in parameter one array are selected in the checkbox list. The parent component has a copy of the parameter two list, which when modified, should reflect in the items selected in the checkbox list. Also, the component should display the clicked items. Also, the component should display "All Items Selected" when all items are selected in the dropdown menu. Also, generate code using this component in a html file but not inside a component. Provide the multi select component with a list of items to select.

                B Offline
                B Offline
                BillWoodruff
                wrote on last edited by
                #15

                thanks for this in depth response ! what ChatGPT 4 provider do you use ? cheers, Bill

                «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

                C 1 Reply Last reply
                0
                • B BillWoodruff

                  thanks for this in depth response ! what ChatGPT 4 provider do you use ? cheers, Bill

                  «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

                  C Offline
                  C Offline
                  cplas
                  wrote on last edited by
                  #16

                  Yes, I like to provide value 😁😁 I have a paid subscription at OpenAI (chat.openai.com) My daughter relies too much on it for school, but she knows where to draw the line. And ChatGPT sure knows the Bible well - it's downright fundamentalist (ask what Jesus meant by not judging, David being a man after God's own heart, etc.) 🤣🤣🤣🤣🤣🤣

                  B 1 Reply Last reply
                  0
                  • C cplas

                    Yes, I like to provide value 😁😁 I have a paid subscription at OpenAI (chat.openai.com) My daughter relies too much on it for school, but she knows where to draw the line. And ChatGPT sure knows the Bible well - it's downright fundamentalist (ask what Jesus meant by not judging, David being a man after God's own heart, etc.) 🤣🤣🤣🤣🤣🤣

                    B Offline
                    B Offline
                    BillWoodruff
                    wrote on last edited by
                    #17

                    cplas wrote:

                    I have a paid subscription at OpenAI

                    may i ask cost ? thanks, bill 'ego te phone, boontos in te eremos'

                    «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

                    C 1 Reply Last reply
                    0
                    • B BillWoodruff

                      cplas wrote:

                      I have a paid subscription at OpenAI

                      may i ask cost ? thanks, bill 'ego te phone, boontos in te eremos'

                      «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

                      C Offline
                      C Offline
                      cplas
                      wrote on last edited by
                      #18

                      IIRC $30CAD per month. I highly recommend watching YT as to capabilities. People belittling ChatGPT (and AI in general) are either uninformed or have wrongly placed, unreasonable expectations.

                      R 1 Reply Last reply
                      0
                      • C cplas

                        IIRC $30CAD per month. I highly recommend watching YT as to capabilities. People belittling ChatGPT (and AI in general) are either uninformed or have wrongly placed, unreasonable expectations.

                        R Offline
                        R Offline
                        Riz Thon
                        wrote on last edited by
                        #19

                        I've watched [https://learn.deeplearning.ai/chatgpt-prompt-eng\](https://learn.deeplearning.ai/chatgpt-prompt-eng) that shows how to properly tell ChatGPT what to do. There was at least one example where it answered incorrectly and a different prompt was needed to get the correct answer. My biggest issue for now is to make sure that the AI indeed writes code that does exactly what I tried to properly tell it what to do. Do you review the entire code that is generated? I've also been bitten by Intellisense in VisualStudio, that detects that I refactored some code and proposes to refactor other things, but refactors it incorrectly...

                        C 2 Replies Last reply
                        0
                        • R Riz Thon

                          I've watched [https://learn.deeplearning.ai/chatgpt-prompt-eng\](https://learn.deeplearning.ai/chatgpt-prompt-eng) that shows how to properly tell ChatGPT what to do. There was at least one example where it answered incorrectly and a different prompt was needed to get the correct answer. My biggest issue for now is to make sure that the AI indeed writes code that does exactly what I tried to properly tell it what to do. Do you review the entire code that is generated? I've also been bitten by Intellisense in VisualStudio, that detects that I refactored some code and proposes to refactor other things, but refactors it incorrectly...

                          C Offline
                          C Offline
                          cplas
                          wrote on last edited by
                          #20

                          Do I review the entire code that is generated? I'm stringent with any code I use - generated by me or anyone/anything else. No doubt, ChatGPT has been a GREAT help.

                          1 Reply Last reply
                          0
                          • R Riz Thon

                            I've watched [https://learn.deeplearning.ai/chatgpt-prompt-eng\](https://learn.deeplearning.ai/chatgpt-prompt-eng) that shows how to properly tell ChatGPT what to do. There was at least one example where it answered incorrectly and a different prompt was needed to get the correct answer. My biggest issue for now is to make sure that the AI indeed writes code that does exactly what I tried to properly tell it what to do. Do you review the entire code that is generated? I've also been bitten by Intellisense in VisualStudio, that detects that I refactored some code and proposes to refactor other things, but refactors it incorrectly...

                            C Offline
                            C Offline
                            cplas
                            wrote on last edited by
                            #21

                            Thanks for the link 👍👍

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups