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

MeltedVoltage

no profile record

コメント

MeltedVoltage
·先月·議論
The problem that Debian has with rust packages is that they try to apply handling a C-style dependency chain (usually only a few C libraries with large scope) for the rust crate ecosystem (a lot of dependencies with small scope). Having to maintain 732 just for one release of a new package is not sustainable.

I don't understand why the policy is not: pulling all crate sources and prepackaging into a tar with associated licenses. The source tree then is part of the package which can still be built from source and gets linked statically.
MeltedVoltage
·2 か月前·議論
I have also slowly transitioned into something similar - using justfiles instead of make. I have `just prerequisites`, `just lint`, `just build` in all of my projects. pixie's lockfile might be the most interesting part.
MeltedVoltage
·10 か月前·議論
The modernized version is Typst though.. it's closing the gap to (La)TeX really fast