this post was submitted on 26 Mar 2026
964 points (99.4% liked)

Technology

83158 readers
4108 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Microsoft's GitHub next month plans to begin using customer interaction data – "specifically inputs, outputs, code snippets, and associated context" – to train its AI models.

you are viewing a single comment's thread
view the rest of the comments
[–] ExLisper@lemmy.curiana.net 2 points 3 days ago* (last edited 3 days ago) (1 children)

This all obviously depend on your CI/CD needs. As I said, problem is with resource heavy stuff.

I tried building my project on a base tier VPS from Hetzner using gitlab runner and it run out of memory. So I would have to pay for a more expensive VPS that would be sitting there idle most of the time. Doesn't make sense for me but if someone is running CI/CD all the time it may be a good option.

I ended up installing the runner on a spare PC I have because I just needed it for couple of weeks. Having this PC sitting idle all the time also doesn't make much sense but if you're building a lot it may be a good option. But you do need a quite strong server at home and this costs money.

And that's because I only need Linux machine. If I wanted to also build my app on Windows and Mac things get more complicated.

Different people have different CI/CD needs. In some cases self-hosting runners is easy, in other cases replacing github, which gives you linux, windows and mac compute time for free, will be complicated.

[–] amorpheus@lemmy.world 1 points 2 days ago

And that's because I only need Linux machine. If I wanted to also build my app on Windows and Mac things get more complicated.

Running those in VMs on the same machine could work.