HackerTrans
TopNewTrendsCommentsPastAskShowJobs

droelf

no profile record

Submissions

Local first and portable CI with Pixi

prefix.dev
2 points·by droelf·지난달·1 comments

Book on building your own package manager in Rust

prefix-dev.github.io
2 points·by droelf·3개월 전·0 comments

Packaging AI/ML Models as Conda Packages

prefix.dev
1 points·by droelf·4개월 전·0 comments

Pixi GUI: modern alternative to Anaconda Navigator

prefix.dev
12 points·by droelf·5개월 전·0 comments

Flickzeug: a Rust crate for applying messy real-world patches

prefix.dev
2 points·by droelf·5개월 전·0 comments

Pixi: Reproducible Package Management for Robotics

prefix.dev
46 points·by droelf·9개월 전·19 comments

comments

droelf
·지난달·discuss
Yes, that is built into `setup-pixi` github action, indeed!
droelf
·지난달·discuss
For pixi we also created a octoconda & a "github-releases" channel: https://prefix.dev/blog/octoconda-repackage-github-binary-re...
droelf
·3개월 전·discuss
I just packaged it for pg-forge, nice stuff: https://github.com/wolfv/pg-forge

Now you can install it easily with `pixi`.
droelf
·4개월 전·discuss
We're working hard to get ROS out of dependency hell - https://prefix.dev/blog/reproducible-package-management-for-...

Would love to hear your thoughts.
droelf
·5개월 전·discuss
Thank you, this might be a great way to improve the developer experience in the conda/conda-forge ecosystem.
droelf
·6개월 전·discuss
Yeah, boot time, isolation (proper VM vs containers), and ease of use on a larger Hetzner box.
droelf
·6개월 전·discuss
I've been using unikraft (https://unikraft.org/) unikernels for a while and the startup times are quite impressive (easily sub-second for our Rust application).
droelf
·7개월 전·discuss
Cool! Emscripten-forge also recently got a R distribution that runs natively on the browser: https://blog.jupyter.org/r-in-the-browser-announcing-our-web...
droelf
·9개월 전·discuss
Pixi works for this use case: https://pixi.sh/latest/

It gives you cross-platform binary packages, quickly (also written in Rust).
droelf
·10개월 전·discuss
I think for a small configuration TOML might be fine. Where it breaks down in my opinion is in larger configuration files. It just becomes pretty unreadable.

Think about a Github Action being written in TOML ... would probably not look great!