Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
droelf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
droelf
3mo ago
Yes, that is built into `setup-pixi` github action, indeed!
2.
▲
by
droelf
3mo ago
For pixi we also created a octoconda & a "github-releases" channel: https://prefix.dev/blog/octoconda-repackage-github-binary-re...
3.
▲
Local first and portable CI with Pixi
(prefix.dev)
2 points
by
droelf
4mo ago
|
1 comments
4.
▲
Book on building your own package manager in Rust
(prefix-dev.github.io)
2 points
by
droelf
5mo ago
|
0 comments
5.
▲
by
droelf
6mo ago
I just packaged it for pg-forge, nice stuff: https://github.com/wolfv/pg-forge Now you can install it easily with `pixi`.
6.
▲
by
droelf
6mo ago
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.
7.
▲
Packaging AI/ML Models as Conda Packages
(prefix.dev)
1 points
by
droelf
7mo ago
|
0 comments
8.
▲
Pixi GUI: modern alternative to Anaconda Navigator
(prefix.dev)
12 points
by
droelf
7mo ago
|
0 comments
9.
▲
Flickzeug: a Rust crate for applying messy real-world patches
(prefix.dev)
2 points
by
droelf
7mo ago
|
0 comments
10.
▲
by
droelf
7mo ago
Thank you, this might be a great way to improve the developer experience in the conda/conda-forge ecosystem.
11.
▲
by
droelf
9mo ago
Yeah, boot time, isolation (proper VM vs containers), and ease of use on a larger Hetzner box.
12.
▲
by
droelf
9mo ago
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).
13.
▲
by
droelf
10mo ago
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...
14.
▲
Pixi: Reproducible Package Management for Robotics
(prefix.dev)
46 points
by
droelf
11mo ago
|
19 comments
15.
▲
by
droelf
11mo ago
Pixi works for this use case: https://pixi.sh/latest/ It gives you cross-platform binary packages, quickly (also written in Rust).
16.
▲
by
droelf
1y ago
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 grea
17.
▲
Interactive C/C++ in the browser with WASM and JupyterLite
(blog.jupyter.org)
6 points
by
droelf
1y ago
|
0 comments
18.
▲
Making compiled software relocatable: How Conda handles hardcoded paths
(prefix.dev)
11 points
by
droelf
1y ago
|
0 comments
19.
▲
by
droelf
1y ago
We've been working on Pixi, which uses Conda packages. You can control versions precisely and also easily build your own software into a package to ship it. Would be curious to chat if it could be useful as an alternative to `mise`.
20.
▲
S3 support for Conda packages in Pixi
(prefix.dev)
4 points
by
droelf
1y ago
|
0 comments
21.
▲
by
droelf
1y ago
We've been building `pixi` and more specifically "pixi global" as a replacement for homebrew, but based on Conda packages. It creates a single virtual environment per globally installed tool (deduplication works by hard-linki
22.
▲
by
droelf
1y ago
You should really try `pixi` and `pixi global` - uses Conda packages but much faster, and great experience for installing packages globally. https://pixi.sh
23.
▲
by
droelf
1y ago
I think this is really cool. We're tackling this problem from the other side by building `pixi` (pixi.sh) which bundles project / package management with a task runner so that any CI should be as simple as `pixi run test` and easy
24.
▲
by
droelf
1y ago
Interesting project. We'd love to work together for better Lua support in Pixi (through the conda-forge ecosystem). We already package lua and a few C extensions. C extensions are the bread and butter for Pixi, so I think it could be a
25.
▲
by
droelf
2y ago
Join our discord and we can help! There are lots of users that run it with Artifactory :)
26.
▲
by
droelf
2y ago
Thanks for bringing up conda. We're definitely trying to paint this vision as well with `pixi` ( https://pixi.sh ) - which is a modern package manager, written in Rust, but using the Conda ecosystem under the hood. It follows
27.
▲
by
droelf
2y ago
We've been working on all the shortcomings in `pixi`: pixi.sh It's very fast, comes with lockfiles and a project-based approach. Also comes with a `global` mode where you can install tools into sandboxed environments.
28.
▲
Pixi global: install dev tools declaratively
(prefix.dev)
5 points
by
droelf
2y ago
|
0 comments
29.
▲
by
droelf
2y ago
Pixi is native on Windows, can install a wide range of dev tools and has task running built into projects (alongside dependency management). https://pixi.sh/
30.
▲
by
droelf
2y ago
Cool that this space is getting more attention - I just came from the reproducible builds summit in Hamburg. We're working on similar low level build system tools with rattler-build and pixi. Would love to have a chat and potentially f
More ›