Tobias Hunger
hunger@floss.social
<p>Works on making package management easy with <a href="https://pixi.sh" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">pixi.sh</span><span class="invisible"></span></a> and lives in Berlin/Germany.</p>
Posts
-
Post #1657183
RE: https://fosstodon.org/@slint/116368006235495644 That crate blew my mind when I first saw it 🤯
-
Post #1657180
@vicgrinberg Thank you for your presentation tonight at #cbaseberlin . I left feeling I have understood black holes, and knowing that I did not.
-
Post #968447
@orhun recently posted about all the tools he every showed off in the last few years, listing the top 99 here: https://blog.orhun.dev/800-rust-projects/ I took the liberty to adding all of the projects that have binary releases up on github into my conda package channel over at https://prefix.dev/github-releases so any conda user can grab them easily. Unfortunately only 31 of those 99 have binary releases up on github. I am trying to make it simpler for projects to publish binaries and cond...
-
Post #654815
Just published a blog post about a tool that imports github releases into the conda packaging eco-system. A packaging eco-system is only good when it has all the stuff you need. Having a simple way to add binary releases made by projects on github is a win I think:-) https://prefix.dev/blog/octoconda-repackage-github-binary-releases It was a fun experience playing with github API, prefix.dev APIs and the many ways projects package binaries in their CI scripts.