36
top 5 comments
sorted by: hot top new old
[-] TehPers@beehaw.org 3 points 1 day ago* (last edited 1 day ago)

For me, it’s not about reaching zero dependencies. But having dependencies that we cautiously agreed upon.

The following section about SBOMs covers what I'm about to say, but I want to add to it. Most (all?) major ecosystems include lockfiles that let you control exact dependency versions and look at them. Always be explicit when updating the lockfile.

[-] TehPers@beehaw.org 2 points 1 day ago

I also want to add that Nix gives you the ability to do this at the tooling level. While I'm not going to say everyone should go install Nix, do seriously consider that or devcontainers or some other kind of solution to ensure that you don't get hit by tools you rely on becoming compromised suddenly (PSA: if you use AUR, seriously read that thread). As long as you can pin a specific version of each tool you use, whether by creating a shared image, by pinning a nixpkgs commit, or whatever, you shouldn't have anything suddenly change on you.

[-] nark3d 9 points 2 days ago

Agree most with the audit-fatigue point. A signal that is always red trains everyone to ignore red, and the same failure kills lint warnings and flaky test suites. The other line that stuck was taking a dependency without deciding to. We started listing direct dependencies in review for exactly that reason, adding one became a decision someone makes rather than a side effect of npm install, and the conversation it forces is usually short but occasionally stops a bad one.

[-] Maddier1993@programming.dev 2 points 1 day ago

There was an excellent point somewhere by some youtuber-coder. I don't remember off the top of my head.

If you ever find yourself at the point where you are deciding on whether to fork a huge project or update to the latest version, you maybe just experiencing the consequence of deciding to have your core product have external dependencies at inception.

I am paraphrasing of course.

[-] FiniteBanjo@programming.dev 1 points 1 day ago

Sure you can, you just gotta wait for it to be orphaned and then you can do unimaginably horrible things with it. Of course, that doesn't constitute legal ownership, but still.

this post was submitted on 11 Jun 2026
36 points (95.0% liked)

Programming

27259 readers
251 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 3 years ago
MODERATORS