all 12 comments

sorted by: hot top controversial new old
[–] 5 points 2 years ago* (last edited 1 year ago) (1 child)

uBlock Origin Filters to get rid of Copilot + AI feed 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##li.ActionList-sectionDivider:has-text(Copilot)
github.com##li.TimelineItem:has-text(Copilot)
github.com##div.pb-4:has-text(Copilot)
github.com###copilot_free_global
github.com###copilot-button-container
github.com###blob-view-header-copilot-icon
github.com##a[href*="/resources/articles/ai"]
github.com##a[href*="/settings/copilot"]
github.com##a[href*="/features/copilot"]
github.blog##a[href*="/features/copilot"]
github.blog##a[href*="/ai-and-ml"]
github.blog##article.changelog-label-copilot
github.blog##article.changelog-label-models

github.com##article.js-feed-item-component:has-text(LLM)
github.com##article.js-feed-item-component:has-text(OpenAI)
github.com##article.js-feed-item-component:has-text(ChatGPT)
github.com##article.js-feed-item-component:has-text(GPT)
github.com##article.js-feed-item-component:has-text(Llama)
github.com##article.js-feed-item-component:has-text(Gemini)
github.com##article.js-feed-item-component:has-text(Grok)
github.com##article.js-feed-item-component:has-text(DeepSeek)

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

  • source
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    I’ve been using the free Codeium for a while now and it’s amazing

  • source
  • hideshow 2 child comments
  • [–] -1 points 2 years ago (1 child)

    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
  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    That's something else entirely, probably an attempt to trick people into thinking it's legit. I think what you're looking for is

    https://vscodium.com/

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago* (last edited 2 years ago) (2 children)

    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?

    /edit: As an update; yes, you can uncheck the checkbox in the settings.

  • source
  • hideshow 4 child comments
  • [–] 9 points 2 years ago (1 child)

    Sounds more like "you can't exclude anything at all from training"

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years 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"

  • source
  • parent
  • [–] 1 point 2 years 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

  • source
  • parent
  • [–] 1 point 2 years ago

    LM Studio is really neat.

  • source