Skip to content
0
  • Home
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
  • Home
  • 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 (Sketchy)
  • No Skin
Collapse

Wandering Adventure Party

  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 credited to 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 credited to Claude will actually have a warning sigil

Scheduled Pinned Locked Moved Uncategorized
76 Posts 52 Posters 1 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.
  • michaM micha

    @mcc @mardor can't i do this on mobile view? I can't find such button/menu ...

    ⊥ᵒᵚ Cᵸᵎᶺᵋᶫ∸ᵒᵘ ☑️F This user is from outside of this forum
    ⊥ᵒᵚ Cᵸᵎᶺᵋᶫ∸ᵒᵘ ☑️F This user is from outside of this forum
    ⊥ᵒᵚ Cᵸᵎᶺᵋᶫ∸ᵒᵘ ☑️
    wrote last edited by
    #15

    @micha @mcc @mardor it's there for me in mobile FireFox on Android, it's a text link under the follower count, not a menu item.

    1 Reply Last reply
    0
    • mccM mcc

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

      CF

      Brad MartinB This user is from outside of this forum
      Brad MartinB This user is from outside of this forum
      Brad Martin
      wrote last edited by
      #16

      @mcc done, although in the process of blundering around looking for the block button I have apparently inadvertently opted into copilot 🤦‍♂️

      mccM 1 Reply Last reply
      0
      • Brad MartinB Brad Martin

        @mcc done, although in the process of blundering around looking for the block button I have apparently inadvertently opted into copilot 🤦‍♂️

        mccM This user is from outside of this forum
        mccM This user is from outside of this forum
        mcc
        wrote last edited by
        #17

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

        BloognooB 1 Reply Last reply
        0
        • mccM mcc

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

          CF

          MozM This user is from outside of this forum
          MozM This user is from outside of this forum
          Moz
          wrote last edited by
          #18

          @mcc Thanks!

          1 Reply Last reply
          0
          • mccM mcc

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

            CF

            AhoA This user is from outside of this forum
            AhoA This user is from outside of this forum
            Aho
            wrote last edited by
            #19

            @mcc those a good way to figure out bad code...

            1 Reply Last reply
            0
            • Martin VogelM Martin Vogel

              @micha
              There is a tiny link at the left, below the achievements, no button.
              @mcc

              michaM This user is from outside of this forum
              michaM This user is from outside of this forum
              micha
              wrote last edited by
              #20

              @mardor @mcc wow didn't catch that. Thx!

              1 Reply Last reply
              0
              • mccM mcc

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

                CF

                beemB This user is from outside of this forum
                beemB This user is from outside of this forum
                beem
                wrote last edited by
                #21

                @mcc oh great idea actually, it means we can do a double take on a project's reliability

                1 Reply Last reply
                0
                • Coraline Ada EhmkeC Coraline Ada Ehmke

                  @mcc I actually built the feature that warns you about blocked users, back when I worked for Github for a minute. Could not have predicted this use case!

                  Martin Hamilton, WHY -> WyeM This user is from outside of this forum
                  Martin Hamilton, WHY -> WyeM This user is from outside of this forum
                  Martin Hamilton, WHY -> Wye
                  wrote last edited by
                  #22

                  @CoralineAda @mcc Thank you so much for this, Coraline - you may have just saved humanity!

                  Hmmm. Perhaps we could use the GH API to give us an early warning when a much loved codebase is compromised. Maybe starting with something like this:

                  curl -s -H "Authorization: Bearer $AUTH_TOKEN" \
                  -H "Accept: application/vnd.github+json" \
                  "https://api.github.com/search/issues?q=is:pr+is:merged+author:claude&per_page=100&page=1" \
                  | jq -r '.items[].repository_url | sub("https://api.github.com/repos/";"")' \
                  | sort \
                  | uniq -c

                  This gets us a very lazyweb list of recently infected repos, although there are only ten results returned, with no pagination. That's a bit less than the 2.3 million commits reported in the web UI

                        1 biner88/chart_sparkline
                  1 davidray/twitter-bootstrap-calendar
                  1 laudspeaker/laudspeaker
                  1 ripienaar/free-for-dev
                  4 segmentio/action-destinations
                  2 uptech/flutter_app_analytics
                  (etc)

                  Also author:claude is of course but one vector for the hungry ghosts...

                  1 Reply Last reply
                  0
                  • mccM mcc

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

                    CF

                    Steven LaresS This user is from outside of this forum
                    Steven LaresS This user is from outside of this forum
                    Steven Lares
                    wrote last edited by
                    #23

                    @mcc amazing tip

                    1 Reply Last reply
                    0
                    • mccM mcc

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

                      CF

                      Taffer 🇨🇦 :godot:T This user is from outside of this forum
                      Taffer 🇨🇦 :godot:T This user is from outside of this forum
                      Taffer 🇨🇦 :godot:
                      wrote last edited by
                      #24

                      @mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?

                      mccM valV 2 Replies Last reply
                      0
                      • mccM mcc

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

                        CF

                        ohesoO This user is from outside of this forum
                        ohesoO This user is from outside of this forum
                        oheso
                        wrote last edited by
                        #25

                        @mcc Signed in specifically to do this. Thanks.

                        1 Reply Last reply
                        0
                        • Taffer 🇨🇦 :godot:T Taffer 🇨🇦 :godot:

                          @mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?

                          mccM This user is from outside of this forum
                          mccM This user is from outside of this forum
                          mcc
                          wrote last edited by
                          #26

                          @Taffer merged commits seems to be the only possibility that makes sense, but Microsoft is very mysterious?

                          1 Reply Last reply
                          0
                          • Taffer 🇨🇦 :godot:T Taffer 🇨🇦 :godot:

                            @mcc Does anyone know if this is triggered by Clod opening a PR or Issue, or is it actual merged commits?

                            valV This user is from outside of this forum
                            valV This user is from outside of this forum
                            val
                            wrote last edited by
                            #27

                            @Taffer @mcc It happens when people tell Claude Code to commit their changes and allow it to set --author or Co-Authored-By.
                            The @claude account itself doesn't seem to be doing anything.

                            1 Reply Last reply
                            0
                            • mccM mcc

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

                              CF

                              Canine3625C This user is from outside of this forum
                              Canine3625C This user is from outside of this forum
                              Canine3625
                              wrote last edited by
                              #28

                              @mcc made a mastodon account to tell you this fucking rules, thank you

                              1 Reply Last reply
                              0
                              • mccM mcc

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

                                CF

                                SparrowK This user is from outside of this forum
                                SparrowK This user is from outside of this forum
                                Sparrow
                                wrote last edited by
                                #29

                                @mcc Consider the following as well:

                                https://github.com/cursoragent
                                https://github.com/gemini-code-assist

                                Copilot doesn't let you block it unfortunately.

                                1 Reply Last reply
                                0
                                • Martin VogelM Martin Vogel

                                  @micha
                                  There is a tiny link at the left, below the achievements, no button.
                                  @mcc

                                  Derek McEachernD This user is from outside of this forum
                                  Derek McEachernD This user is from outside of this forum
                                  Derek McEachern
                                  wrote last edited by
                                  #30

                                  @mardor @micha @mcc thanks for this, I couldn't find it either

                                  1 Reply Last reply
                                  0
                                  • mccM mcc

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

                                    CF

                                    norbertschulerN This user is from outside of this forum
                                    norbertschulerN This user is from outside of this forum
                                    norbertschuler
                                    wrote last edited by
                                    #31

                                    @mcc works pretty well. I have done an obvious test 😄

                                    Link Preview Image
                                    1 Reply Last reply
                                    0
                                    • mccM mcc

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

                                      CF

                                      GlyphG This user is from outside of this forum
                                      GlyphG This user is from outside of this forum
                                      Glyph
                                      wrote last edited by
                                      #32

                                      @mcc thank you for the suggestion, this has proven to be a real engine for interpersonal disappointment

                                      1 Reply Last reply
                                      0
                                      • mccM mcc

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

                                        CF

                                        Jacob SomethingJ This user is from outside of this forum
                                        Jacob SomethingJ This user is from outside of this forum
                                        Jacob Something
                                        wrote last edited by
                                        #33

                                        @mcc Nice! Also, leave github and switch to #codeberg. (@Codeberg )

                                        1 Reply Last reply
                                        0
                                        • mccM mcc

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

                                          CF

                                          nick :neocat:N This user is from outside of this forum
                                          nick :neocat:N This user is from outside of this forum
                                          nick :neocat:
                                          wrote last edited by
                                          #34
                                          @mcc oh no
                                          P Haelwenn /элвэн/ :triskell: 🔜fosdemL J Knut 🏳️‍🌈 🇳🇴🧸P The Orange ThemeT 7 Replies 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.
                                          Powered by NodeBB Contributors
                                          • First post
                                            Last post