Times are UTC Toggle Colours
00:10:41 *** iSoSyS has quit IRC 01:20:59 *** glx has quit IRC 01:44:02 *** Flygon has joined #openttd 02:11:27 *** Smedles has quit IRC 02:12:44 *** Smedles has joined #openttd 02:16:02 *** Wormnest has quit IRC 02:19:43 *** D-HUND has joined #openttd 02:23:07 *** debdog has quit IRC 02:30:19 *** y2kboy23_ has quit IRC 02:35:15 *** y2kboy23 has joined #openttd 02:36:05 *** y2kboy23 has joined #openttd 03:52:38 *** snail_UES_ has quit IRC 05:00:10 *** sla_ro|master has joined #openttd 06:07:57 *** andythenorth has joined #openttd 07:29:11 *** iSoSyS has joined #openttd 07:53:21 *** ChanServ sets mode: +v Terkhen 07:57:09 *** nielsm has joined #openttd 08:16:26 *** D-HUND has quit IRC 08:16:36 <TrueBrain> LordAro: you mentioned that upgrading Jekyll wasn't as simple as bumping the version .. I just tried, and I cannot find anything wrong with that approach; what am I missing / doing wrong? 08:18:10 <andythenorth> yo 08:18:54 <TrueBrain> and wow, Jekyll 4 is a lot faster, holy crap 08:19:00 <TrueBrain> < 1 second to build the website 08:19:02 <LordAro> TrueBrain: i think it was something to do with the templating engine? 08:19:06 <LordAro> i can't remember, tbh 08:19:18 <TrueBrain> I cannot find anything broken :( That makes me worry a bit :P 08:19:24 <LordAro> it had the potential to mess things up, rather than being definite 08:19:25 <LordAro> i think? 08:20:38 <andythenorth> we have tests right? 08:20:58 <TrueBrain> humans, yes, we do have humans 08:21:10 <andythenorth> that's step 0 on the road to testing 08:21:12 <andythenorth> happy days 08:21:50 <andythenorth> I wasn't sure about automated tests for a relatively small website, I wondered if it was over-engineering 08:21:54 <andythenorth> but it's awesome 08:21:56 *** WormnestAndroid has quit IRC 08:22:03 <andythenorth> our company site has so many validators and tests running 08:22:09 *** WormnestAndroid has joined #openttd 08:22:12 <andythenorth> it makes refactoring live much less dangerous 08:23:13 <andythenorth> I am now 'testing' when they'll discover broken images being masked due to CDN caching 08:23:20 <andythenorth> probably on Sunday morning or something 08:26:16 <TrueBrain> so when are you going to implement all those tests for the OpenTTD website? :D 08:28:03 <LordAro> no one's been able to tear andythenorth away from his pixels in the last 10 years 08:28:09 <LordAro> probably when someone manages that :p 08:28:30 <andythenorth> at work I pay someone and they implement the tests 08:28:36 <andythenorth> I kinda like that relationship 08:29:02 <andythenorth> my least fun things in OpenTTD are doing things I usually pay other people to do :P 08:30:37 <DorpsGek_III> [OpenTTD/website] TrueBrain opened pull request #163: Update both Python and Ruby dependencies https://git.io/JUOzr 08:32:36 <DorpsGek_III> [OpenTTD/website] TrueBrain updated pull request #163: Update both Python and Ruby dependencies https://git.io/JUOzr 08:32:42 <TrueBrain> stupid black :P 08:34:24 <DorpsGek_III> [OpenTTD/website] TrueBrain updated pull request #163: Update both Python and Ruby dependencies https://git.io/JUOzr 08:35:04 <TrueBrain> guess on staging we will find out if it works or not :D 08:35:27 <LordAro> you could run the link checker on staging as well? 08:35:41 <TrueBrain> after the PR is merged, I was planning on doing that, yes :) 08:35:47 <LordAro> :) 08:37:49 <TrueBrain> so that makes the question: who dares to approve this? :D 08:38:27 <DorpsGek_III> [OpenTTD/website] LordAro commented on pull request #163: Update both Python and Ruby dependencies https://git.io/JUOzF 08:39:06 <DorpsGek_III> [OpenTTD/website] TrueBrain commented on pull request #163: Update both Python and Ruby dependencies https://git.io/JUOgv 08:39:42 <DorpsGek_III> [OpenTTD/website] TrueBrain commented on pull request #163: Update both Python and Ruby dependencies https://git.io/JUOgf 08:40:07 <DorpsGek_III> [OpenTTD/website] LordAro approved pull request #163: Update both Python and Ruby dependencies https://git.io/JUOgJ 08:40:21 <TrueBrain> the libstdc++ confused me for a bit .. like: how .. does that happen, and why does apk not have this by default 08:40:26 <LordAro> indeed 08:40:30 <TrueBrain> but meh, I also didn't really care, as it is just a multistage 08:40:41 <TrueBrain> tnx LordAro :) 08:40:41 <DorpsGek_III> [OpenTTD/website] TrueBrain merged pull request #163: Update both Python and Ruby dependencies https://git.io/JUOzr 08:40:54 <TrueBrain> and as you can see, I read the upgrade notes :P 08:40:58 <LordAro> :p 08:40:59 <TrueBrain> I shocked myself! 08:42:53 <TrueBrain> that was not as painful as I expected, upgrading Jekyll 08:43:02 <TrueBrain> I did have to figure out how gems worked again, but okay .. the README was helpful :) 08:43:53 <LordAro> thus far every time i've had to work on the website i've had to re-figure out how ruby/gem/bundle works :p 08:44:30 <LordAro> TrueBrain: incidentally, thanks to you i spent much of yesterday running black on our python code at work 08:44:47 <TrueBrain> lol .. that would have been fun :P 08:45:05 <LordAro> i made a surprising amount of progress 08:45:18 <LordAro> there was some kickback on some of the more active bits, but i'll get there... 08:45:23 <TrueBrain> black -l 120 && git add -A && git commit -m "Now obey the coding style slackers" 08:45:24 <TrueBrain> ? 08:45:41 <LordAro> black -l 132 -S, but aye 08:45:57 <LordAro> couldn't be bothered with the '' vs "" argument :p 08:46:11 <TrueBrain> "just pick one", is my statement 08:46:33 <TrueBrain> I believe the black default and flake8 default are still not in line with each other :P 08:47:02 <LordAro> yeah, the remaining argument i've got is black vs pycharm's formatter 08:47:44 <TrueBrain> I haven't used PyCharm in months .. not regretting it 08:48:06 <TrueBrain> totally unrelated: I like the rust languageserver more than the python language server .. I wish Python would do what Rust does 08:48:09 <TrueBrain> Python does it on save 08:48:14 <TrueBrain> Rust does it pretty quick 08:48:16 <TrueBrain> which is a lot nicer 08:49:11 <TrueBrain> okay, staging is deployed, linter is running 08:49:51 <TrueBrain> takes ~3 minutes 08:52:59 <TrueBrain> That's it. 1031 links in 1031 URLs checked. 0 warnings found. 0 errors found. 08:53:16 <TrueBrain> so I guess this can go to production 08:53:28 <TrueBrain> no rush in doing so, so not going to :) 08:57:57 <LordAro> nice. 08:58:10 <LordAro> TrueBrain: https://imgur.com/a/zN4nl3h some things that were found yesterday 09:08:09 *** blathijs has quit IRC 09:11:50 *** blathijs has joined #openttd 10:20:48 *** dP has joined #openttd 10:20:48 *** dP is now known as _dp_ 10:56:24 *** debdog has joined #openttd 11:37:20 <TrueBrain> Nice AST code :p 11:37:48 <TrueBrain> But yeah, not all is always an improvement, but with some manually hitting enter that is most of the time fixable :D 11:43:36 <Eddi|zuHause> um... wtf is that? 11:43:58 <TrueBrain> did you look in the toilet again after you did your thing? 11:44:25 <Eddi|zuHause> yes, but what does that have to do with anything? :p 12:46:52 *** glx has joined #openttd 12:46:52 *** ChanServ sets mode: +v glx 13:19:28 *** Markk has quit IRC 13:34:49 *** virtualrandomnumber has joined #openttd 13:36:06 *** virtualrandomnumber has quit IRC 13:58:45 *** Markk has joined #openttd 14:43:02 *** Borg has joined #openttd 14:46:45 *** snail_UES_ has joined #openttd 15:03:23 *** frosch123 has joined #openttd 15:16:34 *** gelignite has joined #openttd 15:39:21 *** sla_ro|master has quit IRC 16:25:51 *** Progman has joined #openttd 16:40:03 *** Tirili has joined #openttd 17:01:10 *** Flygon has quit IRC 17:02:29 *** Tirili has quit IRC 17:11:19 *** Wolf01 has joined #openttd 17:29:59 *** Tirili has joined #openttd 17:48:16 <andythenorth> still quite worried about lunch 17:49:00 <frosch123> hire someone to eat it? 17:49:36 <frosch123> watch "social eating" on twitch? 17:50:04 <supermop_Home> automate lunch 17:51:15 <andythenorth> I had socialised it 17:51:33 <andythenorth> but then there was a social collapse 17:51:44 <andythenorth> should I join reddit? 17:52:17 <frosch123> ask them what grf they recommend for playing :) 17:53:43 *** WormnestAndroid has quit IRC 17:54:19 *** WormnestAndroid has joined #openttd 17:57:48 * andythenorth has discovered BBC iPlayer 17:57:58 <andythenorth> it's like Youtube, but full length TV 17:58:07 <andythenorth> instead of pirated clips, badly recorded 18:04:06 *** frosch123 has quit IRC 18:27:23 *** Tirili has quit IRC 19:04:32 <DorpsGek_III> [OpenTTD/OpenTTD] stormcone opened pull request #8304: Feature: Show the cargoes the vehicles can carry in the list window. https://git.io/JU3kc 19:07:56 *** tokai has joined #openttd 19:07:56 *** ChanServ sets mode: +v tokai 19:12:21 <andythenorth> ^ that will go well with refit (any) 19:14:58 *** tokai|noir has quit IRC 19:17:44 *** iSoSyS has joined #openttd 19:57:03 *** sla_ro|master has joined #openttd 20:27:06 *** nielsm has quit IRC 20:58:28 *** WormnestAndroid has quit IRC 20:58:30 *** WormnestAndroid has joined #openttd 21:01:28 *** gelignite has quit IRC 21:02:07 <Eddi|zuHause> andythenorth: now autofill cargodist linkgraph with potentially refittable cargos 21:07:18 *** Wormnest has joined #openttd 21:22:55 *** sla_ro|master has quit IRC 21:25:07 *** Borg has quit IRC 21:35:29 *** Wolf01 has quit IRC 21:36:11 *** HerzogDeXtEr has joined #openttd 22:07:28 *** Xaroth has joined #openttd 22:40:07 *** andythenorth has quit IRC 22:41:10 *** Progman has quit IRC 22:42:55 *** HerzogDeXtEr has quit IRC