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