Time Nick Message 14:10 ANAND Buttons feel too rounded in GH's new feature preview 14:11 ANAND Doesn't have that programmer aesthetic anymore :) 14:12 ANAND Avatars are now round o_O 14:42 ANAND Labels are rounded too >.> 14:42 ANAND So much round... 17:07 Krock Is anyone familiar with XPath (HTML)? I'm having a hard time parsing the new forum layout 17:10 sfan5 might not be helpful, but I remember that either chrome's or firefox's dev tools can generate xpaths 17:11 rubenwardy I've been making a forum Android app for phpbb, so have been struggling with this. Getting it to correctly parse different forum themes is painful 17:12 rubenwardy I think I might embed Lua or make a DSL to allow different matching patterns 17:16 Krock sfan5: oh nice, thanks. It's possible the xpath of the selected node 17:16 Krock in the inspector view 17:21 Krock rubenwardy: well yes. a JSON API would be much andier 17:21 Krock *handier 17:23 rubenwardy That too 17:23 rubenwardy I've been using a mix of the RSS XML API and html parsing 17:23 rubenwardy https://gitlab.com/rubenwardy/forummate 17:24 rubenwardy Such fun 17:47 sfan5 something that just crossed my mind: is acacia wood really so red in real life? 17:47 sfan5 because the MTG texture is pretty red 18:17 Krock rubenwardy: your debug tests failed btw 18:17 rubenwardy For what? 18:17 Krock forummate 18:17 rubenwardy The app? I know, i need to fix that at some point :D 18:17 rubenwardy Quality engineering 18:18 Krock it's quality when the tests are better than the app? 18:18 rubenwardy The tests fail because the date isn't February 20th 18:19 Krock so only a time machine will help ther 18:19 rubenwardy Well, the actual issue is that it returns the current date when it can't work out the date of a topic 18:19 Krock ..or waiting a few months 18:19 Krock approximate it by the forum post ID :D 18:20 Krock PS: don't program Lua and PHP simultaneously. "." vs ".." string concat is confusing as hell 18:20 rubenwardy Or fix the natural language date parsing 18:20 rubenwardy Lool 18:20 Krock the " + " operator from C++ makes things just worse 18:22 rubenwardy I wish cpp had string interpolation 18:22 rubenwardy auto str = "Hello ${username}! The answer is ${a + b}"; 18:23 Krock printf 18:24 rubenwardy Security issues, not type safe, and not as easy to read 18:24 rubenwardy Better than streams though 18:25 Krock slowly fixing this now.. https://krock-works.uk.to/minetest/modSearch.php?st=1&at=0&q=INVALID_ 18:31 rubenwardy Autor? 18:31 rubenwardy Lol 18:33 Krock well, it's a placeholder for user ID 0, which was used by accident :3