logoalt Hacker News

japhyrlast Thursday at 3:31 PM4 repliesview on HN

From my understanding there are a lot of companies that need their own package repositories, for a variety of reasons. I listened to a couple podcasts where Charlie Marsh outlined their plans for pyx, and why they felt their entry into that market would be profitable. My guess is that OpenAI just dangled way more money in their faces than what they were likely to get from pyx.

Having a private package index gives you a central place where all employees can install from, without having to screen what each person is installing. Also, if I remember right, there are some large AI and ML focused packages that benefit from an index that's tuned to your specific hardware and workflows.


Replies

kickopotomuslast Thursday at 4:31 PM

Private artifact repositories also help to mitigate supply chain risk since you can host all of your screened packages and don't have to worry about something getting removed from mvn-central, PyPI, NPM, etc.

Plus the obvious need for a place to host proprietary internal libraries.

solaticyesterday at 7:46 AM

> a lot of companies that need their own package repositories

Every company needs its own package repository. You need to be able to control what is running on your environment. Supply-chain risk is very, very real and affects anybody selling software for a living.

This is besides the point that in the real world, not every risk is addressed, at least in part because available resources are diverted to address larger risks.

y1n0last Thursday at 5:20 PM

We have some kind of simple pip repo that is private where I work. What would astral bring to the table?

show 1 reply
tempest_last Thursday at 6:57 PM

I mean that was a thing at one point but I feel like it is baked into github/gitlab etc now