HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tomberek

no profile record

投稿

Experimenting with Flox's new build and publish

thefridaydeploy.substack.com
4 ポイント·投稿者 tomberek·12 か月前·1 コメント

Docker Replacement Flox Has Libraries for Kubernetes

thenewstack.io
5 ポイント·投稿者 tomberek·昨年·0 コメント

Get a Portable Turn-Key RAG Stack with Verba and Flox

flox.dev
5 ポイント·投稿者 tomberek·2 年前·2 コメント

コメント

tomberek
·23 日前·議論
Perhaps give boats some advantage in capacity.
tomberek
·9 か月前·議論
Presumably this would support a big improvement to both SBOM generation as well as various UX features and workflow improvements.
tomberek
·12 か月前·議論
Trading perfect reproducibility for usability: a pragmatic look at Flox's new features
tomberek
·2 年前·議論
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 年前·議論
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
·2 年前·議論
Agreed. Packaging is different than deployment. Devs should return to the art of packaging, such that their software can be then deployed into containers, VMs, micro VMs, whatever. That is what packaging allows, re-use.

This is the sort of behavior Nix encourages (disclaimer: I work at https://flox.dev , using Nix as our baseline tech). Docker as both a packaging and deployment format can carry a bit of weight, but can quickly get out of hand.
tomberek
·2 年前·議論
This is excellent. Have you considered making a presentation or a write-up of the experience?
tomberek
·3 年前·議論
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 年前·議論
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.