HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jacksavage

no profile record

comments

jacksavage
·9 माह पहले·discuss
Genuinely curious - what experiment can be used to verify the existence of time?
jacksavage
·9 माह पहले·discuss
We need a Linux Subsystem for Windows
jacksavage
·9 माह पहले·discuss
This CobraHead weeder has worked well for me

https://www.amazon.com/CobraHead-Original-Weeder-Cultivator-...
jacksavage
·11 माह पहले·discuss
Let's say "A" has a direct dependency on "B". The author of "A" knows how they use "B" and are qualified to state what versions of "B" that "A" is compatible with. Yes, some assumptions are made about "B" respecting semver. It's imperfect but helpful. If I'm writing package/app "C" and I consume "A", I'm not qualified to decide what versions of "B" to use without studying the source code of "A". Some situations necessitate this, but it doesn't scale.

As a separate thought, it seems that it would be possible to statically analyze the usage of "B" in the source code of "A" and compare it to the public API for any version of "B" to determine API compatibility. This doesn't account for package incompatibility due to side effects that occur behind the API of "B", but it seems that it would get you pretty far. I assume this would be a solution for purely functional languages.
jacksavage
·12 माह पहले·discuss
The Art of Electronics is an incredible resource. They have a companion book which guides you through hands-on labs. I have not read it, but I trust that it would be worthwhile.

https://learningtheartofelectronics.com/