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

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

flox.dev
5 points·by tomberek·قبل سنتين·2 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
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·discuss
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
·قبل سنتين·discuss
This is excellent. Have you considered making a presentation or a write-up of the experience?
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.