Time Nick Message 16:34 DarzenBR Mornin' 16:35 MTDiscord good evening 17:02 MisterE[m] Finally got the August Blog post done, and its out: 17:02 MisterE[m] https://blog.minetest.net/2022/09/13/August/ 17:09 Krock the font is ridiculously big 17:12 MTDiscord yell at rubenwardy 17:12 MTDiscord IDK, thats just the blog theme 17:14 Desour I find it amusing how the feature of letting mtg chests open was used. good that it wasn't removed 17:17 definitelya That chest mech is awesome. ahah 18:13 jluc font is ok for me 19:39 fluxionary does anyone know if there's an existing issue about the fact that the asymmetric entity-loading distance is bugged when you're using the 3rd-person perspective to look behind you? 19:41 fluxionary i suppose i mean "object", not entity 21:02 Guest9186 What's up with the contentdb search logic ? 21:02 Guest9186 I lo 21:03 Guest9186 Typed in "pipeworks" 21:03 Guest9186 Has go across 21:03 Guest9186 Pop 21:03 Guest9186 Had to scroll like 5 packages down before I found pipe works 21:04 Guest9186 Sorry i.accidentally pressed enter didn't mean to spam 21:05 Guest9186 I can fix it when I get a new pc 21:05 rubenwardy fix contentdb? that would be great 21:06 Guest9186 Yeah 21:06 Guest9186 I'm getting a pc in 3 weeks 21:06 rubenwardy it uses postgresql full-text search but it hates me and doesn't work correctly 21:07 Guest9186 I wanna rewrite in express / react 21:07 Guest9186 I could use mongodb for db 21:07 rubenwardy not really a fix then 21:08 Guest9186 Just an idea 21:08 Guest9186 I could fix if u want 21:08 rubenwardy it's a relational database and needs high integrity, using NoSQL would be wrong 21:08 Guest9186 Facts 21:09 rubenwardy if you want to read about past attempts and why CDB uses the tech it does, see https://blog.rubenwardy.com/2022/03/24/contentdb/ 21:09 Guest9186 Besides the search is there anything else wrong? 21:09 Guest9186 Kk ill read RN 21:10 rubenwardy I think the search may be counting the number of instances, and no prioritising the title/short desc correctly 21:13 rubenwardy ok, I've updated the search index. It only searches title and short desc now 21:14 Guest9186 I really wish I didn't have to wait 3 weeks to get started. I have the inspiration now 21:14 Guest9186 Lolol 21:14 Guest9186 Is the change live ? 21:14 rubenwardy yes 21:14 Guest9186 It's better than before. 21:15 Guest9186 Pipework is secomd.option rather than 8thish option 21:16 Guest9186 But on the plus the first option is good it's more tubes 21:16 Guest9186 Which is similar 21:18 Guest9186 Typing on tablet sucks 21:26 rubenwardy I wonder if the weights are inverted at some point. I'm following the library documentation, but maybe there's a bug in the migration util function 23:00 MTDiscord Oooh goodie, was starting to suspect it was something stupid like word count in readme 23:23 mazes_83 I got floods of: LuaEntitySAO::step() id=nnnn is attached to nonexistent parent. This is a bug. 23:23 mazes_83 any hints for tracking them 23:23 mazes_83 ? 23:30 fluxionary mazes_83: do you want to know what the entities w/ the missing parent are, or do you want to know what the missing part was itself? 23:33 fluxionary mazes_83, you can get the object by id from the minetest.luaentities https://github.com/minetest/minetest/blob/f3f3b752f2b13e1edb6d495a161fe49e960453c9/doc/lua_api.txt#L6469-L6470 23:36 fluxionary if you want to know what the "name" of the object is, you'd do `print(minetest.luaentities[nnnn].name`