HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MeltedVoltage

no profile record

comments

MeltedVoltage
·bulan lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
The modernized version is Typst though.. it's closing the gap to (La)TeX really fast