Philip Taron

Results 28 comments of Philip Taron

I'm asking a different question, @SomeoneSerge -- how much of an issue is this performance problem _for llama.cpp repository_, in terms of _actual time spent_. Since the proposed change comes...

[Rendered](https://github.com/NixOS/rfcs/pull/172/files?short_path=d44ac0c#diff-d44ac0cd941ca5ce5e56388cd1a97171b299feed94aae4a405b3cc56b26d8b0c)

I'll toss my name in for an RFC shepherd, as I believe in the utility of this proposal.

Thanks for the pointer, Christian (@christian-heusel). I [applied](https://github.com/philiptaron/flock.nix/commit/3b070b45e37cd9ff7b5e56524ceeb7b7c9a7dd4f) the [latest version of that patch](https://lore.kernel.org/all/[email protected]/) and I can also confirm that it fixes this issue.

[Linux 6.11.5](https://lwn.net/Articles/995131/) and [Linux 6.6.58](https://lwn.net/Articles/995132/), released today, do **not** contain the needed fix. On NixOS, @K900 has cherry-picked the fix into the NixOS 6.11.5 -- see the following PR: -...

I'm really excited about this PR being merged now that https://github.com/NixOS/nix/pull/13402 is part of 2.31.0 -- I regularly bog my machine down and have to fiddle with low `-j` settings...

I opened #13526 to implement the proposed (and I think correct) fix.

I really like "editions" to solve these problems, as the Rust folks are doing now every three years. This issue isn't the place to design "Nix editions" if we followed...

I'll note that ofBorg is unhappy for the same reason that I created https://github.com/NixOS/nixpkgs/pull/320846: the value of the `message` depends on the assertion failing, and as written it doesn't protect...

Thank you for making your script public in this PR and others, Peder (@pbsds). I learn so much from these "worked demonstrations". It's really appreciated.