Time Nick Message 03:01 cheapie Found an old screenshot from 2018 of the first vertical movestone elevator I ever installed: https://cheapiesystems.com/media/images/screenshot_20180810_225657.png 03:01 cheapie It's still there, just the hall fixtures were replaced a while back. 03:21 cheapie This was some old attempt at an elevator mod I did back in 2017 (long before celevator), IIRC I never got any farther than "punch this stone block and it turns into an entity, makes really loud motor noises, and moves you upwards 5 meters": https://cheapiesystems.com/media/images/screenshot_20170126_153040.png 03:22 cheapie Evidently I didn't quite have rotation figured out for the entity attachment yet either. 13:07 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Load mod profiler in one of the test workflows 13387856a https://github.com/minetest/minetest/commit/387856a1c329da4e953ed8131fc4de2acfec00fd (152024-09-20T13:05:26Z) 13:07 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Refactor ABM/LBM related code 137ae5138 https://github.com/minetest/minetest/commit/7ae51382c8a31a6d263ebb913c90025eaf90780c (152024-09-20T13:05:26Z) 13:07 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Bulk LBMs (#14954) 13811adf5 https://github.com/minetest/minetest/commit/811adf5d42844bbd40e98e07773db3d16e104b90 (152024-09-20T13:05:26Z) 13:07 MinetestBot 02[git] 04kno10 -> 03minetest/minetest: Simplify getGameTime function usage (#15187) 134ac86db https://github.com/minetest/minetest/commit/4ac86db8e3300492aee0d0444e638f188a430603 (152024-09-20T13:05:51Z) 18:03 Krock > rubenwardy I've met sfan5 IRL, I can confirm that his profile pic is accurate 18:03 Krock lmfao 18:04 Krock You're probably the only one who's met so many of the devs so far 18:04 Krock worded differently: met the most Minetest devs so far 18:09 ireallyhateirc sfan5's profile picture bumps his power level 18:16 rubenwardy I've met 17 people I've heard of from the Minetest community (so far) 23:48 cheapie Random cursed Lua (prints "AAAA!", usually even works): for k,v in pairs(_G) do if _VERSION.sub(k,-2,-1) == "nt" then v(tostring(type(type).gsub(k.rep("A",4),"$","!"))) end end 23:49 ireallyhateirc Lua obfuscation contest 23:51 cheapie It's mostly just the same stupid trick three times, you can use functions from some random string's metatable on a string other than the one you got them from.