Time Nick Message 14:16 MTDiscord what does Prometheus client do? 14:25 rubenwardy Prometheus is used to gathering server stats 14:26 rubenwardy https://monitor.rubenwardy.com/d/9TgIegyGk/ctf?orgId=1 14:26 rubenwardy https://wiki.minetest.net/Server_Metrics_using_Prometheus 18:18 MTDiscord Krock: i've managed to construct fat binaries of minetest for macOS which include both x64 and arm64 18:18 Krock that's pretty cool 18:18 Krock 40 MiB? 18:18 MTDiscord i can also run them under Rosetta2 and it works just fine 18:19 MTDiscord so it treats it as a standard x64 app instead 18:19 Krock or how fat did it become? 18:19 Krock assuming everything was statically linked, like irrlicht and libogg 18:19 MTDiscord would assume about an extra 15mb or so 18:20 Krock that's surprisingly less than what I expected 18:20 MTDiscord 37.8MB including minetest_game 18:20 MTDiscord and devtest 18:20 MTDiscord that said, any suggestions on where to put these universal builds 18:21 Krock forums 18:21 MTDiscord i don't like exposing my enterprise sharepoint 18:21 Krock dropbox 18:21 MTDiscord i hate registering for shit 18:21 Krock google drive 18:21 MTDiscord fortunately the build script i wrote comes with automated updates on irrMT and minetest 18:22 MTDiscord and even prunes any files that cause a -dirty build 18:22 Krock nice 18:22 Krock hack: remove the code that adds "-dirty" 18:22 MTDiscord this is the closest replacement to https://forum.minetest.net/viewtopic.php?t=9190 18:23 MTDiscord and since we changed over to irrMT the codesigning bug from irr1.9 has gone away 18:23 Krock the perhaps only non-dirty binaries I've run are probably the Win64 development builds in Wine 18:24 Krock co-designing or code-signing? 18:24 MTDiscord latter 18:24 Krock ah 18:24 MTDiscord because of how libjpeg was included it required the whole thing to be signed 18:24 MTDiscord now that it's separated out 18:24 MTDiscord it works fine 18:25 MTDiscord since i'm able to manufacture minetest mac on demand it might appear in the mac app store sooner or later 18:26 Krock how about $$ AppStore fees? 18:26 MTDiscord i can easily front that with the money i make these days 18:27 MTDiscord and what about the license? 18:31 MTDiscord that crafting multi is LGPLv3 18:31 MTDiscord take a hint the legal issues are moot 18:33 MTDiscord is there a way with bash to get the current git version commit id 18:34 sfan5 git rev-parse --short HEAD 18:34 MTDiscord got it 18:34 MTDiscord https://www.dropbox.com/sh/jt3el1tn6s1yc82/AADHR74Y1tEQDb9NKQh5Csu-a?dl=0 18:36 MTDiscord Fwiw building the universal Minetest binary is not easy 18:37 MTDiscord Home brew doesn’t allow multi arch libraries 18:59 MTDiscord testing updated build script 19:11 MTDiscord mission status: sick 19:11 MTDiscord https://cdn.discordapp.com/attachments/747163533212516474/828708442855440414/Screenshot_2021-04-05_at_20.11.06.png 19:14 MTDiscord https://cdn.discordapp.com/attachments/747163533212516474/828709096780726272/Screenshot_2021-04-05_at_20.13.51.png