Time Nick Message 00:06 [MatrxMT] not a core dev but if I had seen the work of ronoaldo earlier, I would have spared a lot of hours and frustration. So if he's willing to maintain it, why not? 00:41 CoolJar10 Can some one explain to me why Mobs_redo doesnt spawn mobs?? 00:41 CoolJar10 I updated the nodes and still doesn’t spawn in snow dirt etc 01:13 MTDiscord sfan5: compile on RAM disk, helps a ton with compile times 01:14 MTDiscord wrong channel, ask in minetest-irc 12:18 sfan5 i have an ssd, are you sure that makes a difference? 12:44 MTDiscord Theoretically compilation involves lots of random access, which is what ram excels at (and ssd not so much)... so makes sense I guess? 12:45 MTDiscord Although I still think CPU is more of a bottleneck than memory 12:46 MTDiscord Regarding #15062 12:46 ShadowBot https://github.com/minetest/minetest/issues/15062 -- Document negative saturation by nauta-turbidus 12:47 MTDiscord I think we should document it and leave it at what it is, but how to call it? 12:47 MTDiscord See my latest reply there 12:50 MTDiscord Herowl: reading the files is pretty sequential (the only time you jump around when you switch to another file or when your fs has scattered the file poorly, both of which don't happen too often)