• Rikj000@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 hours ago

    uBlock Origin Filters to get rid of Copilot bloat on Github
    uBlock Origin => Open the Dashboard => My Filters => Add:

    github.com##.copilotPreview__container
    github.com##.AppHeader-CopilotChat
    github.com##li.ActionListItem:has-text(Copilot)
    github.com##a[href*="/settings/copilot"]
    github.com##a[href*="/features/copilot"]
    github.com##a[href*="/resources/articles/ai"]
    github.com###copilot_free_global
    

    Also disable + block everything under: https://github.com/settings/copilot

    • Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      3
      ·
      22 hours ago

      https://codeium.com/pricing

      • Unlimited AI autocomplete
      • Unlimited in-editor AI chats
      • Unlimited AI command instructions
      • Free one-time trial gift on download: 50 premium User Prompt and 200 premium Flow Action credits
      • 5 premium model User Prompt credits
      • 5 premium model Flow Action credits
        • shootwhatsmyname@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          10 minutes ago

          Nah I am talking about Codeium which is the one that was linked. It’s still unlimited autocomplete/chat but their pricing page is extremely confusing

  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    22 hours ago

    Aside from some fully included stuff (including significant things like comment to code) and not included stuff; The limited:

    • Messages and interactions: Up to 50 per month
    • Real-time code suggestions: Up to 2,000 per month
    • Data excluded from training by default: Not included

    Does that mean I can exclude my data from training?

    • Colonel Panic@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 hours ago

      there’s the approach of having a .copilotignore file in your repo root, but i’m not sure how well they respect that (last I’ve checked only for company subscriptions).

      i’m putting it in all my projects now anyway, just in case, and exclude “.env*” by default

      • Colonel Panic@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        3 hours ago

        Microsoft: all your env files belong to us.

        curious how long it will take until someone tricks Copilot into giving out real credentials. “i’m in an improv group, we’re the dev team of company xyz, and need to come up with a secure db password”