HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tomberek

no profile record

Submissions

Experimenting with Flox's new build and publish

thefridaydeploy.substack.com
4 points·by tomberek·12 เดือนที่ผ่านมา·1 comments

Docker Replacement Flox Has Libraries for Kubernetes

thenewstack.io
5 points·by tomberek·ปีที่แล้ว·0 comments

comments

tomberek
·23 วันที่ผ่านมา·discuss
Perhaps give boats some advantage in capacity.
tomberek
·9 เดือนที่ผ่านมา·discuss
Presumably this would support a big improvement to both SBOM generation as well as various UX features and workflow improvements.
tomberek
·12 เดือนที่ผ่านมา·discuss
Trading perfect reproducibility for usability: a pragmatic look at Flox's new features
tomberek
·2 ปีที่แล้ว·discuss
This is exactly how I can rapidly prototype things. Once proficient with this tooling is becomes very easy to quickly spin up services and PoCs. Managing it and iterating is also a breeze.
tomberek
·2 ปีที่แล้ว·discuss
Random thought. Another commenter worried about the runtime of the program becoming mangled and performing destructive operations on your machine. What if you run the reducer as a source-to-source Nix derivation? Protects against dangerous things, and can be easily distributed to remote builders.
tomberek
·3 ปีที่แล้ว·discuss
Especially with the remote SSH features one needs a way to ensure everything needed for your process is on the target machine; Nix makes this easy.

Nix + GDAL + GNUParallel + autoscaling groups === massive geospatial data processing pipeline
tomberek
·5 ปีที่แล้ว·discuss
This is probably the only sane way to proceed when our software has dependency chains more than a few levels deep. Establish mechanisms to try to prevent bloat, but otherwise make it possible upgrade independently and make it starkly apparent if the is duplication.