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

Programming

23926 readers
209 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
[–] sxan@midwest.social 24 points 7 months 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 7 months ago (3 children)

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

[–] mesamunefire@piefed.social 8 points 7 months ago (2 children)

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

[–] irelephant@programming.dev 4 points 7 months ago (1 children)

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

load more comments (4 replies)