HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tomberek

no profile record

Submissions

Experimenting with Flox's new build and publish

thefridaydeploy.substack.com
4 points·by tomberek·12 bulan yang lalu·1 comments

Docker Replacement Flox Has Libraries for Kubernetes

thenewstack.io
5 points·by tomberek·tahun lalu·0 comments

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

flox.dev
5 points·by tomberek·2 tahun yang lalu·2 comments

Using Flox to Create Portable, Reproducible Python Environments

flox.dev
6 points·by tomberek·2 tahun yang lalu·0 comments

comments

tomberek
·23 hari yang lalu·discuss
Perhaps give boats some advantage in capacity.
tomberek
·9 bulan yang lalu·discuss
Presumably this would support a big improvement to both SBOM generation as well as various UX features and workflow improvements.
tomberek
·12 bulan yang lalu·discuss
Trading perfect reproducibility for usability: a pragmatic look at Flox's new features
tomberek
·2 tahun yang lalu·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 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·discuss
This is excellent. Have you considered making a presentation or a write-up of the experience?
tomberek
·3 tahun yang lalu·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 tahun yang lalu·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.