LibreTechni.ca
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
mesa@piefed.social to Programming@programming.devEnglish · 7 hours ago

Copilot is now injecting ads into GitHub pull requests. It's a disaster.

www.windowscentral.com

external-link
message-square
34
fedilink
  • cross-posted to:
  • technology@lemmy.world
232
external-link

Copilot is now injecting ads into GitHub pull requests. It's a disaster.

www.windowscentral.com

mesa@piefed.social to Programming@programming.devEnglish · 7 hours ago
message-square
34
fedilink
  • cross-posted to:
  • technology@lemmy.world
A developer caught Copilot adding promotional "tips" to code descriptions, highlighting a messy new era of AI slop.
  • uuj8za@piefed.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 hours ago

    You do have to ask for permission. https://docs.codeberg.org/ci/

    Asking permission involves creating an issue on the Codeberg-e.V./requests repo: https://codeberg.org/Codeberg-e.V./requests/issues/new?template=ISSUE_TEMPLATE%2FWoodpecker-CI.yaml

    Here’s an example issue asking permission for CI: https://codeberg.org/Codeberg-e.V./requests/issues/1663

    They get back to you fairly quickly. I think the main thing they check for is if your project is FOSS. They don’t seem very strict otherwise.

    After you get permission, you can go to https://ci.codeberg.org/login to access CI.

    You’ll also need to create a .woodpecker folder in your repo.

    Woodpecker docs are here: https://woodpecker-ci.org/docs/usage/intro

    # .woodpecker/my-first-workflow.yaml  
    when:  
      - event: push  
        branch: main  
    
    steps:  
      - name: build  
        image: debian  
        commands:  
          - echo "This is the build step"  
          - echo "binary-data-123" > executable  
      - name: a-test-step  
        image: golang:1.16  
        commands:  
          - echo "Testing ..."  
          - ./executable  
    

Programming@programming.dev

programming@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programming@programming.dev

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 482 users / day
  • 1.58K users / week
  • 3.5K users / month
  • 7.76K users / 6 months
  • 1 local subscriber
  • 26.3K subscribers
  • 772 Posts
  • 7.05K Comments
  • Modlog
  • mods:
  • snowe@programming.dev
  • Ategon@programming.dev
  • UlrikHD@programming.dev
  • bugsmith@programming.dev
  • Spyro@programming.dev
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org