HackerTrans
TopNewTrendsCommentsPastAskShowJobs

turingcomplet

no profile record

comments

turingcomplet
·il y a 5 ans·discuss
I learned about this from watching the documentary [1971](https://en.wikipedia.org/wiki/1971_(2014_film)).
turingcomplet
·il y a 5 ans·discuss
Dawkins talks about this in The Blind Watchmaker, calling it cumulative selection (not sure where else this term is used). It's hard to wrap my head around, but that also makes sense given that our intuition is not adapted for such large numbers. Considering how long the time scale is, how many mutations are discarded, the driving force of survival, and probably other factors I'm forgetting, it's not that surprising we end up with a small (relative to the combinatorial possibilities) number of configurations. But again, I do still feel like I'm trying to convince myself right now, even though when I read the (better written) explanations, it makes sense in that moment.
turingcomplet
·il y a 6 ans·discuss
Why not keep the same docker image throughout then lifecycle? E.g. merge to dev branch, trigger ci (build image at this point), maybe deploy to a test environment, run more tests, then deploy to prod. No chance of packages changing since the image isn't rebuilt. Of course if not using docker, a lock file (i.e. actual dependency resolution) would seem essential for reproducibility.