Post #2807586
2026-05-11 14:36 UTC
Replies (2)
-
@skyr@chaos.social 2026-05-12 05:56
@cdonat@hostsharing.coop @joergi@chaos.social @ibigfoot@chaos.social sorry, aber wirklich _niemand_ will make verwenden. Schon automake/autoconfig haben die Makefiles mehr oder minder generiert, im C-Kontext ist afaics ninja das aktuelle Ding, Rust und Go haben ebenfalls ihre eigene Toolchain... und für "mach mal was" ist wohl just grad der heiße Scheiß. Make ist maximal noch Legacy, die Assembler-Schicht, die codegeneriert wird.
-
@skyr@chaos.social 2026-05-12 06:00
@cdonat@hostsharing.coop @joergi@chaos.social @ibigfoot@chaos.social SSL ist so traurig wie eh und je, und ich versteh nicht wieso 🤷 Python macht's aber (wie Du schreibst) auch nicht per default. Ebenso wie Zeitzonen, das ist nochmal so'n Ding 😉 Python+SSL, aktuell aus Arbeit, beim Setup des Environments: cat corporateca.pem >> `poetry run python3 -c "import certifi; print(certifi.wher e())"` Not my code, so don't judge me - aber offenbar immer noch ein Ding, zumindest in manchen Cases.