(no title)
jmacd | 1 month ago
Dependancies introduce unnecessary LOC and features which are, more and more, just written by LLMs themselves. It is easier to just write the necessary functionality directly. Whether that is more maintainable or not is a bit YMMV at this stage, but I would wager it is improving.
physicsguy|1 month ago
unknown|1 month ago
[deleted]
hluska|1 month ago
ford|1 month ago
Maybe the smallest/most convenient packages (looking at you is-even) are obsolete, but meaningful packages still abstract a lot of complexity that IMO aren't easier to one-shot with an LLM
whazor|1 month ago
unixhero|1 month ago
Scikit-learn
Pandas
Polars
TZubiri|1 month ago
GuinansEyebrows|1 month ago
fendy3002|1 month ago
embedding-shape|1 month ago
Vanity metrics should not be used for engineering decisions.
kristianp|1 month ago
hdjrudni|1 month ago
This can be fixed in npm if you publish pre-compiled binaries but that has its own problems.
sersi|1 month ago
Don't get me wrong, I'm not a luddite, I use claude code and cursor but the code generated by either of those is nowhere near what I'd call good maintainable code and I end up having to rewrite/refactor a big portion before it's in any halfway decent state.
That said with the most egregious packages like left-pad etc in nodejs world it was always a better idea to build your own instead of depending on that.
hdjrudni|1 month ago
baby_souffle|1 month ago
For a decent number of relatively pedestrian tasks though, I can see it.
emj|1 month ago
empath75|1 month ago
jimbokun|1 month ago
throwaway2027|1 month ago
PunchyHamster|1 month ago
hluska|1 month ago
letsgethigh|1 month ago