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

droelf

no profile record

投稿

Local first and portable CI with Pixi

prefix.dev
2 ポイント·投稿者 droelf·先月·1 コメント

Book on building your own package manager in Rust

prefix-dev.github.io
2 ポイント·投稿者 droelf·3 か月前·0 コメント

Packaging AI/ML Models as Conda Packages

prefix.dev
1 ポイント·投稿者 droelf·4 か月前·0 コメント

Pixi GUI: modern alternative to Anaconda Navigator

prefix.dev
12 ポイント·投稿者 droelf·5 か月前·0 コメント

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

prefix.dev
2 ポイント·投稿者 droelf·5 か月前·0 コメント

Pixi: Reproducible Package Management for Robotics

prefix.dev
46 ポイント·投稿者 droelf·9 か月前·19 コメント

コメント

droelf
·先月·議論
Yes, that is built into `setup-pixi` github action, indeed!
droelf
·先月·議論
For pixi we also created a octoconda & a "github-releases" channel: https://prefix.dev/blog/octoconda-repackage-github-binary-re...
droelf
·3 か月前·議論
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 か月前·議論
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 か月前·議論
Thank you, this might be a great way to improve the developer experience in the conda/conda-forge ecosystem.
droelf
·6 か月前·議論
Yeah, boot time, isolation (proper VM vs containers), and ease of use on a larger Hetzner box.
droelf
·6 か月前·議論
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 か月前·議論
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 か月前·議論
Pixi works for this use case: https://pixi.sh/latest/

It gives you cross-platform binary packages, quickly (also written in Rust).
droelf
·10 か月前·議論
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!