Hacker News new | ask | show | jobs
by andreif 671 days ago
Dependencies is a sign of weakness.
3 comments

As opposed to writing everything from scratch? Python has a huge standard library. Making it bigger to avoid dependencies would add more bloat to the distribution.
and automatic internet-supplied dependencies are a sign of supplychain vulnerability
Ah yes, all applications should be a single very large source file that issues OS syscalls directly.