Post #33186
2025-11-17 22:50 UTC
Replies (7)
-
@trouble@masto.ai 2025-11-17 22:58
@swetland It depends on whether you are talking about compiling for local use or cross compiling hermetically/reproducibly for use on another machine? The former is easy. The latter...depends on how good you want it. As a full time build and release engineer, there's a lot of middle ground to half-ass it and have it mostly work. Truly hermetic, while retaining performance, is not conceptually difficult, but just like writing threads, it's very exacting.
-
@ChuckMcManis@chaos.social 2025-11-17 23:03
@swetland If I could boost this a thousand times I would. I dislike Meson with the heat of a thousand suns, not because it doesn't do what it sets out to do, rather it does things that can be done so much more easily and cleanly and have been for DECADES.
-
@elebertus@mastodon.social 2025-11-17 23:12
@swetland frankly I’m just curious what the tool is. I likely would have done the same thing you did if I was just trying to get it to run on my machine. Or blast it into a container I suppose. Still seems silly.
-
@kbob@chaos.social 2025-11-18 00:12
@swetland You learned to compute when tools were simple enough it was feasible to learn how they really worked. If you didn't have that background, your concept of "simpler" or "more basic" would be much less grounded. (I feel the same way and shake my head at the same things.)
-
@cda@macaw.social 2025-11-18 00:23
@swetland Yeah, there is a lot of this kind of thing that strikes me as rather adjacent to PHK's "lost in the bazaar" ... containers and build-systems show up as a kind of "best practices" default in projects where an autoconf-less Makefile or shell script would actually be better in nearly every way. A lot of CI/CD stuff is like this too.
-
@dcnick3@social.treehouse.systems 2025-11-18 05:34
@swetland At least it's not autotools
-
@f4grx@chaos.social 2025-12-05 11:20
@swetland let me yell with you. Such tools are a big "fuck no" over here. I consider these tools "closed source by buid system clogging" . or something.