Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

Scheduled Pinned Locked Moved Uncategorized
68 Posts 46 Posters 2 Views
  • 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.
  • mcc@mastodon.socialM mcc@mastodon.social

    By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

    CF

    iron_bug@friendica.ironbug.orgI This user is from outside of this forum
    iron_bug@friendica.ironbug.orgI This user is from outside of this forum
    iron_bug@friendica.ironbug.org
    wrote last edited by
    #44
    @mcc what is Claude, some bullshit generator? if so, then it's a not bad idea to block them all, of all kinds. but that works only if you logged in to Github, and this is a spyware of a kind.
    1 Reply Last reply
    0
    • kevingranade@mastodon.gamedev.placeK kevingranade@mastodon.gamedev.place

      @mcc @emjonaitis unless they are using it to poison the agents in question. I'm not poisoning a .claude directiory but I am poisoning a .github/copilot-instructions.md (we actually started getting some copilot-agent spam)
      I do think I'd be a lot more hesitant to put an anti-agents node in the root directory since it would be more likely to be seen but not read, but also my software isn't a piece of infrastructure where people are looking at using it in that way.

      mcc@mastodon.socialM This user is from outside of this forum
      mcc@mastodon.socialM This user is from outside of this forum
      mcc@mastodon.social
      wrote last edited by
      #45

      @kevingranade @emjonaitis yes, that's a frustrating problem, that the directory is slightly more likely to ward off anti-ai folks than it is "code assistants". one thing someone suggested is that if the commit message for the agents file says "block agents" or something the humans might notice this, but that assumes they're using something like github (which i think hides dotfiles anyway) and not just noticing a directory on their computer

      kevingranade@mastodon.gamedev.placeK 1 Reply Last reply
      0
      • mcc@mastodon.socialM mcc@mastodon.social

        @kevingranade @emjonaitis yes, that's a frustrating problem, that the directory is slightly more likely to ward off anti-ai folks than it is "code assistants". one thing someone suggested is that if the commit message for the agents file says "block agents" or something the humans might notice this, but that assumes they're using something like github (which i think hides dotfiles anyway) and not just noticing a directory on their computer

        kevingranade@mastodon.gamedev.placeK This user is from outside of this forum
        kevingranade@mastodon.gamedev.placeK This user is from outside of this forum
        kevingranade@mastodon.gamedev.place
        wrote last edited by
        #46

        @mcc @emjonaitis maybe touch files that will lexicographically sort next to it with names like .claude_DIRECTORY_IS_A_POISON_PILL

        mcc@mastodon.socialM 1 Reply Last reply
        0
        • kevingranade@mastodon.gamedev.placeK kevingranade@mastodon.gamedev.place

          @mcc @emjonaitis maybe touch files that will lexicographically sort next to it with names like .claude_DIRECTORY_IS_A_POISON_PILL

          mcc@mastodon.socialM This user is from outside of this forum
          mcc@mastodon.socialM This user is from outside of this forum
          mcc@mastodon.social
          wrote last edited by
          #47

          @kevingranade @emjonaitis Part of the problem is I do not know for a fact whether any one mitigation will be accepted by a "code assistant" without installing and activating a "code assistant", a thing I will not do. So like if it turns out it checks in .claude but not in .claude_poison, then maybe creating the .claude_poison directory creates the inconvenience of directory junk without having the effect I want.

          kevingranade@mastodon.gamedev.placeK 1 Reply Last reply
          0
          • mcc@mastodon.socialM mcc@mastodon.social

            @kevingranade @emjonaitis Part of the problem is I do not know for a fact whether any one mitigation will be accepted by a "code assistant" without installing and activating a "code assistant", a thing I will not do. So like if it turns out it checks in .claude but not in .claude_poison, then maybe creating the .claude_poison directory creates the inconvenience of directory junk without having the effect I want.

            kevingranade@mastodon.gamedev.placeK This user is from outside of this forum
            kevingranade@mastodon.gamedev.placeK This user is from outside of this forum
            kevingranade@mastodon.gamedev.place
            wrote last edited by
            #48

            @mcc @emjonaitis yea, in this specific case it's built into github so you can't *not* have it "installed", but that is a problem.

            When we were adding it some people were proposing we add a bunch of different agent files, but when asked weren't actually testing them so what's the point.

            Best answer I can come up with is someone takes it on as a infosec-style project and publishes a repo of agent poison pills you can simply incorporate.

            1 Reply Last reply
            0
            • lanodan@queer.hacktivis.meL lanodan@queer.hacktivis.me
              @pinskia @nick @mcc Sadly LLVM isn't just a compiler, see how it's a mesa dependency for example or tools like clang-format, lldb, …
              P This user is from outside of this forum
              P This user is from outside of this forum
              pinskia@hachyderm.io
              wrote last edited by
              #49

              @lanodan @nick @mcc gdb will most likely also adopting the same wording as binutils due to the overlap usage of bfd.

              As far as mesa and other gui runtimes stuff, that needs to be redone. Gcc or something more. Right now from what I remember Mesa depends on older versions of llvm due to api instability too.

              With respect to clang-format, there is some work going on dealing with gcc a68 which might be reused with c/c++ frontends too

              srazkvt@tech.lgbtS 1 Reply Last reply
              0
              • P pinskia@hachyderm.io

                @lanodan @nick @mcc gdb will most likely also adopting the same wording as binutils due to the overlap usage of bfd.

                As far as mesa and other gui runtimes stuff, that needs to be redone. Gcc or something more. Right now from what I remember Mesa depends on older versions of llvm due to api instability too.

                With respect to clang-format, there is some work going on dealing with gcc a68 which might be reused with c/c++ frontends too

                srazkvt@tech.lgbtS This user is from outside of this forum
                srazkvt@tech.lgbtS This user is from outside of this forum
                srazkvt@tech.lgbt
                wrote last edited by
                #50

                @pinskia @lanodan @nick @mcc i should probably switch from clangd to ccls too then, or, i actuaydo the thingies that makes me not need an lsp at all anymore, which would be even better

                1 Reply Last reply
                0
                • lanodan@queer.hacktivis.meL lanodan@queer.hacktivis.me
                  @nick @mcc Also https://github.com/llvm/llvm-project/issues?q=involves%3A%40copilot
                  porglezomp@mastodon.socialP This user is from outside of this forum
                  porglezomp@mastodon.socialP This user is from outside of this forum
                  porglezomp@mastodon.social
                  wrote last edited by
                  #51

                  @lanodan @nick @mcc anyone can ask copilot for review in the GitHub UI and as I understand they still don’t offer a way to turn that off(?) so you can’t blame the project just for the presence in issues. You can blame the project for their policy and the things they choose to merge though.

                  mcc@mastodon.socialM 1 Reply Last reply
                  0
                  • porglezomp@mastodon.socialP porglezomp@mastodon.social

                    @lanodan @nick @mcc anyone can ask copilot for review in the GitHub UI and as I understand they still don’t offer a way to turn that off(?) so you can’t blame the project just for the presence in issues. You can blame the project for their policy and the things they choose to merge though.

                    mcc@mastodon.socialM This user is from outside of this forum
                    mcc@mastodon.socialM This user is from outside of this forum
                    mcc@mastodon.social
                    wrote last edited by
                    #52

                    @porglezomp @lanodan @nick a nice thing about the block warning is assuming microsoft did not code it in an absurd way, the block warning surely applies only to commits in the past of the current branch.

                    this would be improved if github had not exempted the copilot bot from blocks. they did exempt it from blocks, and if you look in the github feedback forum there's a feature request from me for the day they did it asking them to not-exempt it. oh well…

                    lanodan@queer.hacktivis.meL dalias@hachyderm.ioD 2 Replies Last reply
                    0
                    • nick@donotsta.reN nick@donotsta.re
                      @mcc oh no
                      Link Preview Image
                      lanodan@queer.hacktivis.meL This user is from outside of this forum
                      lanodan@queer.hacktivis.meL This user is from outside of this forum
                      lanodan@queer.hacktivis.me
                      wrote last edited by
                      #53
                      @nick @mcc I wonder how BSDs are going to react to that one given gcc isn't an option for them…
                      hope@bsd.networkH 1 Reply Last reply
                      0
                      • mcc@mastodon.socialM mcc@mastodon.social

                        @porglezomp @lanodan @nick a nice thing about the block warning is assuming microsoft did not code it in an absurd way, the block warning surely applies only to commits in the past of the current branch.

                        this would be improved if github had not exempted the copilot bot from blocks. they did exempt it from blocks, and if you look in the github feedback forum there's a feature request from me for the day they did it asking them to not-exempt it. oh well…

                        lanodan@queer.hacktivis.meL This user is from outside of this forum
                        lanodan@queer.hacktivis.meL This user is from outside of this forum
                        lanodan@queer.hacktivis.me
                        wrote last edited by
                        #54
                        @mcc @porglezomp @nick Sadly it doesn't shows up in https://github.com/llvm/llvm-project/commits?author=claude

                        Might be due to Co-Authored-By kind of stuff.
                        1 Reply Last reply
                        0
                        • nick@donotsta.reN nick@donotsta.re
                          @mcc oh no
                          Link Preview Image
                          J This user is from outside of this forum
                          J This user is from outside of this forum
                          jameswidman@mastodon.social
                          wrote last edited by
                          #55

                          @nick @mcc thankfully the swift project's fork of LLVM is clean for now:

                          (or at least, it hasn't been touched by claude yet)
                          https://github.com/swiftlang/llvm-project

                          mcc@mastodon.socialM 1 Reply Last reply
                          0
                          • J jameswidman@mastodon.social

                            @nick @mcc thankfully the swift project's fork of LLVM is clean for now:

                            (or at least, it hasn't been touched by claude yet)
                            https://github.com/swiftlang/llvm-project

                            mcc@mastodon.socialM This user is from outside of this forum
                            mcc@mastodon.socialM This user is from outside of this forum
                            mcc@mastodon.social
                            wrote last edited by
                            #56

                            @JamesWidman @nick apple's absurd litigousness pays off possibly for possibly the first time I can think of

                            J 1 Reply Last reply
                            0
                            • mcc@mastodon.socialM mcc@mastodon.social

                              By the way, if you go to https://github.com/claude and "block this user", every Github repo you visit containing code written by Claude will actually have a warning sigil

                              CF

                              technomancergoddess@blimps.xyzT This user is from outside of this forum
                              technomancergoddess@blimps.xyzT This user is from outside of this forum
                              technomancergoddess@blimps.xyz
                              wrote last edited by
                              #57

                              @mcc As the old meme goes.. oh no.

                              1 Reply Last reply
                              0
                              • mcc@mastodon.socialM mcc@mastodon.social

                                @JamesWidman @nick apple's absurd litigousness pays off possibly for possibly the first time I can think of

                                J This user is from outside of this forum
                                J This user is from outside of this forum
                                jameswidman@mastodon.social
                                wrote last edited by
                                #58

                                @mcc @nick i thought that fork was mainly about extending clang with support for bridging between Objective-C and Swift...? but yeah

                                zyx@social.treehouse.systemsZ 1 Reply Last reply
                                0
                                • lanodan@queer.hacktivis.meL lanodan@queer.hacktivis.me
                                  @nick @mcc I wonder how BSDs are going to react to that one given gcc isn't an option for them…
                                  hope@bsd.networkH This user is from outside of this forum
                                  hope@bsd.networkH This user is from outside of this forum
                                  hope@bsd.network
                                  wrote last edited by
                                  #59

                                  @lanodan @nick @mcc that's not true.. they can and historically have used GCC, just preferred to migrate when they could.

                                  freebsd changed from gcc to clang as default for main architectures in 2012 but didn't stop shopping gcc until 2020.

                                  openbsd moved to clang in 2018-2020

                                  nerbsd still uses gcc as default

                                  1 Reply Last reply
                                  0
                                  • lanodan@queer.hacktivis.meL lanodan@queer.hacktivis.me
                                    @nick @mcc Also https://github.com/llvm/llvm-project/issues?q=involves%3A%40copilot
                                    attie@hachyderm.ioA This user is from outside of this forum
                                    attie@hachyderm.ioA This user is from outside of this forum
                                    attie@hachyderm.io
                                    wrote last edited by
                                    #60

                                    @lanodan @nick @mcc I hate modern UIs so much...

                                    "Open (85)"
                                    "Closed (384)"
                                    19 pages!
                                    "No results found"

                                    Link Preview Image
                                    1 Reply Last reply
                                    0
                                    • mcc@mastodon.socialM mcc@mastodon.social

                                      @bmartin427 github is basically now a website-sized dark pattern to opt you into copilot without your knowledge 😞

                                      bloognoo@retro.pizzaB This user is from outside of this forum
                                      bloognoo@retro.pizzaB This user is from outside of this forum
                                      bloognoo@retro.pizza
                                      wrote last edited by
                                      #61

                                      @mcc @bmartin427
                                      Can one block Copilot in the same manner?

                                      mcc@mastodon.socialM 1 Reply Last reply
                                      0
                                      • bloognoo@retro.pizzaB bloognoo@retro.pizza

                                        @mcc @bmartin427
                                        Can one block Copilot in the same manner?

                                        mcc@mastodon.socialM This user is from outside of this forum
                                        mcc@mastodon.socialM This user is from outside of this forum
                                        mcc@mastodon.social
                                        wrote last edited by
                                        #62

                                        @bloognoo @bmartin427 No, I'm not sure if it leaves the co-authored-by tags or not but significantly GitHub special case made the "copilot" account unblockable

                                        bloognoo@retro.pizzaB 1 Reply Last reply
                                        0
                                        • mcc@mastodon.socialM mcc@mastodon.social

                                          @bloognoo @bmartin427 No, I'm not sure if it leaves the co-authored-by tags or not but significantly GitHub special case made the "copilot" account unblockable

                                          bloognoo@retro.pizzaB This user is from outside of this forum
                                          bloognoo@retro.pizzaB This user is from outside of this forum
                                          bloognoo@retro.pizza
                                          wrote last edited by
                                          #63

                                          @mcc @bmartin427
                                          Bah. Thank you

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


                                          • Login

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