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. The Great AI Takover is Near

The Great AI Takover is Near

Scheduled Pinned Locked Moved The Lounge
pythonvisual-studioai-codingcollaboration
5 Posts 5 Posters 2 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.
  • M Offline
    M Offline
    megaadam
    wrote on last edited by
    #1

    Surprising what Copilot (AI integrated in vs Code) does: In my team we buy cake every Wednesday. Duties circulate based on "hmm feels like my turn today". I bit bored I wrote a Python snippet that printed a "100% fair" calendar. Still bored... I wanted to add a fun license. I started with a modified MIT license (MIT has no restrictions).

    # CAKE License

    Copyright (c) 2024 - 3024 Adam .......

    Permission is hereby granted, free of charge, to any person obtaining a copy

    of this software and associated documentation files (the "Software"), to deal

    in the Software with the sole restriction

    at this point Copilot, without being prompted, continued:

                                            that the person who uses the Software
    

    must provide a cake to the author of the Software. The cake must be of the

    chocolate variety and must be delivered to the author in person. The cake

    must be accompanied by a glass of milk.

    :omg: :wtf:

    "If we don't change direction, we'll end up where we're going"

    G R M K 4 Replies Last reply
    0
    • M megaadam

      Surprising what Copilot (AI integrated in vs Code) does: In my team we buy cake every Wednesday. Duties circulate based on "hmm feels like my turn today". I bit bored I wrote a Python snippet that printed a "100% fair" calendar. Still bored... I wanted to add a fun license. I started with a modified MIT license (MIT has no restrictions).

      # CAKE License

      Copyright (c) 2024 - 3024 Adam .......

      Permission is hereby granted, free of charge, to any person obtaining a copy

      of this software and associated documentation files (the "Software"), to deal

      in the Software with the sole restriction

      at this point Copilot, without being prompted, continued:

                                              that the person who uses the Software
      

      must provide a cake to the author of the Software. The cake must be of the

      chocolate variety and must be delivered to the author in person. The cake

      must be accompanied by a glass of milk.

      :omg: :wtf:

      "If we don't change direction, we'll end up where we're going"

      G Offline
      G Offline
      GuyThiebaut
      wrote on last edited by
      #2

      So, it turns out that the cake is not a lie?

      “That which can be asserted without evidence, can be dismissed without evidence.”

      ― Christopher Hitchens

      1 Reply Last reply
      0
      • M megaadam

        Surprising what Copilot (AI integrated in vs Code) does: In my team we buy cake every Wednesday. Duties circulate based on "hmm feels like my turn today". I bit bored I wrote a Python snippet that printed a "100% fair" calendar. Still bored... I wanted to add a fun license. I started with a modified MIT license (MIT has no restrictions).

        # CAKE License

        Copyright (c) 2024 - 3024 Adam .......

        Permission is hereby granted, free of charge, to any person obtaining a copy

        of this software and associated documentation files (the "Software"), to deal

        in the Software with the sole restriction

        at this point Copilot, without being prompted, continued:

                                                that the person who uses the Software
        

        must provide a cake to the author of the Software. The cake must be of the

        chocolate variety and must be delivered to the author in person. The cake

        must be accompanied by a glass of milk.

        :omg: :wtf:

        "If we don't change direction, we'll end up where we're going"

        R Offline
        R Offline
        rnbergren
        wrote on last edited by
        #3

        Cake even AI understands it.

        To err is human to really elephant it up you need a computer

        1 Reply Last reply
        0
        • M megaadam

          Surprising what Copilot (AI integrated in vs Code) does: In my team we buy cake every Wednesday. Duties circulate based on "hmm feels like my turn today". I bit bored I wrote a Python snippet that printed a "100% fair" calendar. Still bored... I wanted to add a fun license. I started with a modified MIT license (MIT has no restrictions).

          # CAKE License

          Copyright (c) 2024 - 3024 Adam .......

          Permission is hereby granted, free of charge, to any person obtaining a copy

          of this software and associated documentation files (the "Software"), to deal

          in the Software with the sole restriction

          at this point Copilot, without being prompted, continued:

                                                  that the person who uses the Software
          

          must provide a cake to the author of the Software. The cake must be of the

          chocolate variety and must be delivered to the author in person. The cake

          must be accompanied by a glass of milk.

          :omg: :wtf:

          "If we don't change direction, we'll end up where we're going"

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

          I like the fact that AI recognizes chocolate as the best flavor of cake. But milk goes with cookies.

          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.

          1 Reply Last reply
          0
          • M megaadam

            Surprising what Copilot (AI integrated in vs Code) does: In my team we buy cake every Wednesday. Duties circulate based on "hmm feels like my turn today". I bit bored I wrote a Python snippet that printed a "100% fair" calendar. Still bored... I wanted to add a fun license. I started with a modified MIT license (MIT has no restrictions).

            # CAKE License

            Copyright (c) 2024 - 3024 Adam .......

            Permission is hereby granted, free of charge, to any person obtaining a copy

            of this software and associated documentation files (the "Software"), to deal

            in the Software with the sole restriction

            at this point Copilot, without being prompted, continued:

                                                    that the person who uses the Software
            

            must provide a cake to the author of the Software. The cake must be of the

            chocolate variety and must be delivered to the author in person. The cake

            must be accompanied by a glass of milk.

            :omg: :wtf:

            "If we don't change direction, we'll end up where we're going"

            K Offline
            K Offline
            kmoorevs
            wrote on last edited by
            #5

            Oh yeah, it's here! :thumbsup: The other day I was testing one of our APIs that returns XML. One of the attributes is a day count which in many cases is legitimately a 0. The AI Copilot in Edge noticed this and helpfully said something like 'It looks like you are viewing a code snippet...then analyzing the content and making suggestions about day counts being 0 and such. :wtf: Thankfully, there is a way to ignore it and continue. Your experience though seems pretty impressive especially if you indeed prefer chocolate. :thumbsup:

            "Go forth into the source" - Neal Morse "Hope is contagious"

            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