Times are UTC Toggle Colours
20232023-07-14T22:37:12 *** HerzogDeXtEr has quit IRC 00:11:36 *** Extrems has quit IRC 00:13:26 *** Extrems has joined #openttd 00:32:10 <Eddi|zuHause> i hate when that happens... saying "it's fixed" without leaving a hint what was actually wrong 00:50:15 <_glx_> driver or OS probably 02:01:09 *** Wormnest has quit IRC 02:12:47 *** D-HUND has joined #openttd 02:16:25 *** debdog has quit IRC 02:26:30 <Eddi|zuHause> well... obviously... 02:30:21 *** D-HUND is now known as debdog 03:24:19 *** Artea has quit IRC 03:31:44 *** keikoz has joined #openttd 04:16:45 *** ChanServ sets mode: +v tokai|noir 04:23:45 *** tokai has quit IRC 04:33:16 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #11138: Fix #11137: assertion failure due to interpreting string as number https://github.com/OpenTTD/OpenTTD/pull/11138 04:33:19 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 closed issue #11137: [Bug]: Assertion failure when using settings filter https://github.com/OpenTTD/OpenTTD/issues/11137 04:42:14 *** keikoz has quit IRC 05:15:37 *** HerzogDeXtEr has joined #openttd 07:10:46 <peter1138> Oops, I sat here too long. 07:10:49 <peter1138> And it's not raining yet. 07:10:51 <peter1138> Hmm 08:27:14 <peter1138> Now it is. Wait long enough... 08:36:05 <andythenorth> this is neat 08:36:06 <andythenorth> https://www.youtube.com/watch?v=ZMQbHMgK2rw 08:36:22 <andythenorth> especially after 7 mins, it covers search strategies 08:41:10 *** Wolf01 has joined #openttd 08:43:35 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1129694741555068959/image.png 08:43:42 <andythenorth> need a smaller mouse 😛 09:41:59 <DorpsGek> [OpenTTD/OpenTTD] M3Henry commented on pull request #11068: Feature: Set default company secondary colour for new games https://github.com/OpenTTD/OpenTTD/pull/11068#pullrequestreview-1531327925 09:55:42 <DorpsGek> [OpenTTD/OpenTTD] M3Henry updated pull request #11068: Feature: Set default company secondary colour for new games https://github.com/OpenTTD/OpenTTD/pull/11068 10:10:13 <truebrain> https://cdn.discordapp.com/attachments/1008473233844097104/1129716545413726269/image.png 10:12:24 <peter1138> The MacBook could easily handle that. 10:13:53 <truebrain> traffic was 8 times the normal during that spike 🙂 10:15:03 <truebrain> what might be more importantly, it also meant a spike in downloads 10:15:10 <truebrain> about 3 times more downloads during that period 10:15:40 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #11068: Feature: Set default company secondary colour for new games https://github.com/OpenTTD/OpenTTD/pull/11068#pullrequestreview-1531336110 10:16:51 <locosage> no noticeable spike in mp activity though 10:16:59 <locosage> and Spiff effect is also over 10:17:29 <truebrain> what is kinda funny to see, that most of those visits weren't done by a browser 10:17:36 <truebrain> either an app or a python library 10:17:52 <truebrain> shows a bit how most of those users visit the web 🙂 10:17:53 <locosage> robots, they're everywhere 10:19:09 <truebrain> it also shows some .. I think an app, directs all traffic via a single location 10:19:25 <truebrain> like, it is visible they were individual users, but they all have the same source address 10:20:24 <truebrain> so ~60% of the visits was by app, but after that Firefox won from Chrome .. also shows a bit what kind of people visit HN 🙂 10:20:43 <truebrain> as in a normal day, Chrome is far more popular than Firefox 😛 10:21:26 <truebrain> stats are fun 🙂 10:22:10 * andythenorth looks up 'self-referential' 2023-07-15T10:22023-07-15T22:44:31 <debdog> ...for a start 22:45:31 <peter1138> So WSL uses a virtual disk image which automatically grows. As such, it doesn't automatically shrink just because files are removed. 22:45:39 <peter1138> WSL2 anyway... 22:47:14 <debdog> ahh 22:47:32 <debdog> bad WSL! 22:47:40 <debdog> </dogtalk> 22:47:42 <peter1138> I guess I make branches out of all my stashes, then push to github, then delete and rebuild it... 22:50:07 <_glx_> seems you can compact it with diskpart 22:56:57 <peter1138> Hmm 22:57:05 <peter1138> How do I fixed newgrf_debug_data.h:277? 22:58:05 <peter1138> It's a list that references the industry produced/accepted arrays... which in this branch are no longer always 16 entries... 22:58:48 <peter1138> NIProperty doesn't appear to be used anywhere else. 22:59:19 <peter1138> So it looks like a generic framework to do something which then only has one user 😄 23:01:44 <peter1138> (I found a 10GB Business Central docker image which I'm no longer using, so that freed up a bit of space :D) 23:20:23 <_glx_> someone made a tool for that <https://github.com/okibcn/wslcompact>