It's amazing how much you can achieve with just one line of Python!
Two bugs in NumPy, a bug in the Nix package for uv, and a bug in PyO3.
28.4.2025 12:56It's amazing how much you can achieve with just one line of Python!Two bugs in NumPy, a bug in the Nix package for uv, and a bug in...In Bash, simply running:
coproc wine_keep_alive { exec wine64 cmd /c pause; }
keeps these background processes alive for the remainder of the script. The pipes created by coproc are closed when Bash terminates and this will cause pause to terminate as well.
3.4.2025 23:05In Bash, simply running:coproc wine_keep_alive { exec wine64 cmd /c pause; }keeps these background processes alive for the remainder of the...When running a program under Wine, Wine ensures a couple background processes. These stay around until three seconds after there are no more programs running under Wine.
When running a test under CTest, CTest waits until the entire process tree of the test has terminated. So, if the test runs under Wine, each test takes at least three seconds!
The solution is to run a no-op command under Wine before invoking CTest. The background processes will then be there, but not as children of the test.
2.4.2025 16:32When running a program under Wine, Wine ensures a couple background processes. These stay around until three seconds after there are no more...Tried to use DirectXMesh for generating vertex tangents, but it operates on indexed vertex data, even though a vertex shared by multiple faces may have a different tangent for each face, so I wasn’t sure if it imposed any requirements on its input.
But then someone pointed me to MikkTSpace, which operates on per-face vertex data. And apparently this is what a lot of software uses. So it’s probably good. I integrated it and it appears to work. 😎
15.2.2025 12:22Tried to use DirectXMesh for generating vertex tangents, but it operates on indexed vertex data, even though a vertex shared by multiple...“Idiote regelgeving”
De regelgeving die wordt genoemd: je mag gebruikers niet zonder toestemming bespioneren en zieke werknemers niet ontslaan. En de innovatie die het waard zou zijn deze regelgeving te laten varen? “AI”.
Het enige idiote hier is de jaknikkende journalistiek.
11.2.2025 20:50“Idiote regelgeving”De regelgeving die wordt genoemd: je mag gebruikers niet zonder toestemming bespioneren en zieke werknemers niet...⬆️
⬇️