HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tomberek

no profile record

Submissions

Experimenting with Flox's new build and publish

thefridaydeploy.substack.com
4 points·by tomberek·12 mesi fa·1 comments

Docker Replacement Flox Has Libraries for Kubernetes

thenewstack.io
5 points·by tomberek·anno scorso·0 comments

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

flox.dev
5 points·by tomberek·2 anni fa·2 comments

Using Flox to Create Portable, Reproducible Python Environments

flox.dev
6 points·by tomberek·2 anni fa·0 comments

Simplified Service Management with Flox

flox.dev
10 points·by tomberek·2 anni fa·0 comments

comments

tomberek
·23 giorni fa·discuss
Perhaps give boats some advantage in capacity.
tomberek
·9 mesi fa·discuss
Presumably this would support a big improvement to both SBOM generation as well as various UX features and workflow improvements.
tomberek
·12 mesi fa·discuss
Trading perfect reproducibility for usability: a pragmatic look at Flox's new features
tomberek
·2 anni fa·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 anni fa·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 anni fa·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 anni fa·discuss
This is excellent. Have you considered making a presentation or a write-up of the experience?
tomberek
·2 anni fa·discuss
A similar article for bringing Ruby into the Nix ecosystem: https://flox.dev/blog/flox-and-ruby
tomberek
·3 anni fa·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 anni fa·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.