Luanti logo

IRC log for #luanti, 2025-09-16

| Channels | #luanti index | Today | | Google Search | Plaintext

All times shown according to UTC.

Time Nick Message
00:25 mrcheese joined #luanti
00:37 Verticen joined #luanti
00:58 fluxionary_ joined #luanti
01:01 [MatrxMT] <Blockhead256> gotta catch 'em all, errormon
01:08 user2_ i prefer to use the term 'debugging'
02:44 aliasreadytaken joined #luanti
03:00 user2_ joined #luanti
03:22 SwissalpS joined #luanti
04:00 MTDiscord joined #luanti
04:28 amfl2 joined #luanti
04:52 FeXoR joined #luanti
05:04 YuGiOhJCJ joined #luanti
05:35 user2_ joined #luanti
06:00 swee joined #luanti
06:02 identity joined #luanti
07:13 SpaceMan1ac joined #luanti
07:43 wsor4035 joined #luanti
08:34 x_4 joined #luanti
08:34 dv^_^5 joined #luanti
08:37 khimaros joined #luanti
08:40 anemofilia joined #luanti
08:43 ursa-major joined #luanti
08:50 Mc joined #luanti
08:58 fluxionary_ joined #luanti
10:38 mrkubax10 joined #luanti
10:56 flux__ joined #luanti
11:18 wsor4035 joined #luanti
11:24 stg-developer joined #luanti
11:44 mrkubax10 joined #luanti
11:55 swee joined #luanti
11:59 SpaceMan1ac joined #luanti
12:36 FileX joined #luanti
13:04 mrkubax101 joined #luanti
13:07 flux__ joined #luanti
13:19 z812 joined #luanti
13:21 cheapie joined #luanti
13:23 turtleman joined #luanti
13:44 imi joined #luanti
13:47 meldrian_ joined #luanti
13:47 nickodd joined #luanti
13:48 z812_ joined #luanti
13:49 mmuller_ joined #luanti
13:51 calculon_ joined #luanti
13:51 Arty joined #luanti
13:53 lminus joined #luanti
13:53 MinetestBot [git] jeppebundsgaard -> luanti-org/minetest_game: Translation into Danish (#3209) ac2bc0f https://github.com/luanti-org/minetest_game/commit/ac2bc0f52118230eb4dd50567c30a47e9bd3a31e (2025-09-16T13:52:00Z)
13:53 rodrigo-morales joined #luanti
13:53 simon8162 joined #luanti
14:01 rubenwardy joined #luanti
14:03 rubenwardy joined #luanti
14:03 mrcheese joined #luanti
14:12 qqe joined #luanti
14:13 meldrian joined #luanti
14:39 mmuller joined #luanti
14:49 chloetax3 joined #luanti
14:50 Glorfindel joined #luanti
14:52 dzho_ joined #luanti
14:54 TeXMaster joined #luanti
14:55 Fusl joined #luanti
14:58 citrons joined #luanti
14:59 flux__ joined #luanti
15:02 Haven0320-2 joined #luanti
15:03 Menchers joined #luanti
15:03 x_6 joined #luanti
15:04 HuguesRoss joined #luanti
15:04 Noisytoot_ joined #luanti
15:05 seasharp joined #luanti
15:05 swift110-mobile_ joined #luanti
15:05 fluxionary_ joined #luanti
15:06 identity` joined #luanti
15:06 Glorfindel_ joined #luanti
15:06 runxiyu_ joined #luanti
15:09 user2_ joined #luanti
15:18 mrcheese joined #luanti
15:20 PoochInquisitor joined #luanti
15:49 tzenfore joined #luanti
15:50 Trel joined #luanti
15:50 [_ joined #luanti
15:54 ireallyhateirc joined #luanti
15:55 InFerNo_ joined #luanti
17:04 loggingbot_ joined #luanti
17:04 Topic for #luanti is now The official Luanti (formerly Minetest) channel | General, player and modding discussion is on-topic. If in doubt, post here | Responses may take a while, be patient | Rules: https://dev.luanti.org/irc/#rules | Development: #luanti-dev | Server list: https://luanti.org/servers | IRC logs: https://irc.luanti.org/
17:10 Can0xfBows_ joined #luanti
17:12 flux__ joined #luanti
17:13 book` joined #luanti
17:14 mmuller joined #luanti
17:14 jonadab joined #luanti
17:15 cow321 joined #luanti
17:17 citrons joined #luanti
17:27 kamdard joined #luanti
17:39 mrkubax10 joined #luanti
17:45 Talkless joined #luanti
17:53 wsor4035 joined #luanti
17:58 SFENCE joined #luanti
18:15 sparky4 joined #luanti
18:30 mrcheese joined #luanti
18:50 orwell96 joined #luanti
18:59 flux__ joined #luanti
19:02 kimapr__ joined #luanti
19:07 YuGiOhJCJ joined #luanti
19:10 kamdard joined #luanti
19:10 jaca122 joined #luanti
19:11 kamdard_ joined #luanti
19:13 kimapr__ joined #luanti
19:15 orwell96 joined #luanti
19:16 orwell96 joined #luanti
19:30 sparky4 joined #luanti
19:37 kamdard joined #luanti
20:14 orwell96 joined #luanti
20:17 silverwolf73827 joined #luanti
20:19 orwell96 joined #luanti
20:36 [MatrxMT] <birdlover32767> why is blank.png 30 bytes bigger than bubble_gone.png in the default pack
20:39 sfan5 poorly optimizedc
20:39 [MatrxMT] <birdlover32767> why would optipng optimize one but not the other
20:40 sfan5 someone didn't optimize one of them, I assume
20:56 kamdard joined #luanti
21:03 jonadab Someone probably didn't think 30 bytes was worth saving.  (Which may or may not be true, depending on how frequently it gets transmitted; I don't happen to know.)
21:05 jonadab It's actually kinda refreshing to see a question like that come up.  In my work with the NetHack codebase, there are a lot of instances of people asking why something is done in a horrible fiddly unmaintainable way, and the answer is usually "it saved several bytes on the size of the game binary, which was a big deal in 1982."
21:07 jonadab In this case (a PNG image), there's probably no downside to optimizing it, if someone can be bothered.
21:07 jonadab (Especially a _blank_ PNG image.  It's really hard to imagine a downside to optimizing that.)
21:08 jonadab At worst, you're wasting however much of your time you spend doing it.  Which, assuming you already know how to do PNG optimization, is likely not much.  (And if you don't know how, it's worth learning just for the personal enrichment, IMO.)
21:22 mrkubax10 joined #luanti
21:23 MTDiscord <nathan4220776> The true "optimization" is to use a lossless webp (if minetest/whatever else is able to do so).
21:29 sfan5 this file does not get transmitted at all
21:29 sfan5 with the exception of downloading luanti itself
21:31 jonadab sfan5: Ah, I expect that explains why someone didn't bother to optimize it.
21:43 ireallyhateirc joined #luanti
22:05 Kimapr joined #luanti
22:07 luatic out of curiosity: it turns out that blank.png contains two chunks, PLTE and tRNS, which aren't really necessary.
22:07 luatic but this is the kind of extremely small constant overhead that is hardly worth optimizing.
22:07 luatic it's about as important as someone having forgotten a trailing period in a code comment :p
22:32 panwolfram joined #luanti
22:59 Haven0320 joined #luanti
23:00 user2_ joined #luanti
23:05 Eragon joined #luanti
23:56 flux__ joined #luanti

| Channels | #luanti index | Today | | Google Search | Plaintext