this post was submitted on 14 May 2025
313 points (99.7% liked)

Programming

20436 readers
129 users here now

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



founded 2 years ago
MODERATORS
 

An update from GitHub: https://github.com/orgs/community/discussions/159123#discussioncomment-13148279

The rates are here: https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28

  • 60 req/hour for unauthenticated users
  • 5000 req/hour for authenticated - personal
  • 15000 req/hour for authenticated - enterprise org
you are viewing a single comment's thread
view the rest of the comments
[โ€“] theunknownmuncher@lemmy.world 29 points 2 weeks ago* (last edited 2 weeks ago) (9 children)

LOL!!!! RIP GitHub

EDIT: trying to compile any projects from source that use git submodules will be interesting. eg ROCm has more than 60 submodules to pull in ๐Ÿ’€

[โ€“] sxan@midwest.social 24 points 2 weeks ago (8 children)

The Go module system pulls dependencies from their sources. This should be interesting.

Even if you host your project on a different provider, many libraries are on github. All those unauthenticated Arch users trying to install Go-based software that pulls dependencies from github.

How does the Rust module system work? How does pip?

[โ€“] adarza@lemmy.ca 14 points 2 weeks ago (1 children)

already not looking forward to the next updates on a few systems.

[โ€“] mesamunefire@piefed.social 8 points 2 weeks ago (1 children)

Yeah this could very well kill some package managers. Without some real hard heavy lifting.

[โ€“] irelephant@programming.dev 4 points 2 weeks ago (1 children)

scoop relies on git repos to work (scoop.sh - windows package manager)

load more comments (6 replies)
load more comments (6 replies)