Time Nick Message 00:04 VanessaE sapier1: *poke* 00:08 iqualfragile sapier is propably sleeping 00:12 VanessaE oh right 00:12 VanessaE it's late in Germany. 00:16 RealBadAngel same timezone here, and im not sleeping ;) 00:17 RealBadAngel VanessaE, https://github.com/minetest-technic/unified_inventory/tree/waypoints 00:17 VanessaE feh. 00:18 VanessaE -> #minetest-technic 00:32 iqualfragile RealBadAngel: well, neither am i but sapier seems to preferr sleep over… well, staying up late 05:18 hmmmm alright 05:18 hmmmm I'm blowing the entire MapgenParams infrastructure to hell 05:19 hmmmm this stuff sucks because I was convinced the right thing to do was to have a single polymorphic structure that I keep reallocating a derived instance of, and everything else revolves around that dumb choice 05:20 hmmmm lesson learned the hard way. torvalds was so right, if you end up trying to be too C++y you end up making these inefficient abstractions that end up not making sense down the line and then you have to redo everything.