fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

I was watching a Decentralized Systems course and there was a statement: Git was developed for Linux (a kernel, zero-dependency software) that's one of the reasons why managing dependencies is out of scope (submodules are a trainwreck).

Guix and Nix are basically just an extension of Git, which uses git itself as a database for storing dependency information in plain text format and requires external infrastructure to deal with it.

Andrew Tropin

Looks like a huge overhead in terms of performance and complexity for dependency management.

I feel like Unison Lang is moving in right direction on this topic, but I also hope for some more general and widespread improvements in this area.