--- Log opened Tue Nov 12 00:00:31 2019 |
02:03 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
02:33 | | Degi [Degi@Nightstar-nrq7pa.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
02:34 | | Degi [Degi@Nightstar-d005jg.dyn.telefonica.de] has joined #code |
03:18 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code |
03:58 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
05:01 | | Derakon is now known as Derakon[AFK] |
05:05 | | celticminstrel [celticminst@Nightstar-lbhgah.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
05:25 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Connection closed] |
07:28 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
09:26 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
09:26 | | mode/#code [+o himi] by ChanServ |
09:31 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
09:31 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
10:21 | | Kindamoody[zZz] is now known as Kindamoody |
12:55 | | celticminstrel [celticminst@Nightstar-lbhgah.dsl.bell.ca] has joined #code |
12:55 | | mode/#code [+o celticminstrel] by ChanServ |
14:00 | | celticminstrel is now known as celmin|away |
15:56 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
15:58 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
16:35 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Client exited] |
16:36 | | Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
16:36 | | mode/#code [+o Kimo|autojoin] by ChanServ |
16:38 | | Kimo|autojoin is now known as Kindamoody |
17:12 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
19:14 | <&McMartin> | Man. If I add a 32x32 16-color icon to this little Windows program, I think it will end up being 20% of the executable |
19:20 | <@Reiv> | Compress the icon!~ |
19:20 | <&McMartin> | Nope. It has to be visible to the file explorer. |
19:21 | <&McMartin> | I could make it be monochrome, but I'd really like to use four colors. |
19:21 | <&McMartin> | Sadly, 16 colors is the next step up from monochrome in that image format. |
19:21 | <@Reiv> | Alas |
19:21 | <&McMartin> | (One of the reasons I'm *actually* doing this silliness is to get a handle on how the windows resource system is intended to work) |
19:21 | <@Reiv> | How big would it be in monochrome anyhoo? |
19:22 | <&McMartin> | In terms of actual final cost to file size, if resources work even a little bit like the way I think they do: 512 bytes. |
19:22 | <&McMartin> | While anything fancier will be 1024. |
19:23 | <&McMartin> | In terms of the raw bitmap data: 32x32 monochrome bitmap is 128 bytes. |
19:23 | <@Reiv> | So only 10%! |
19:23 | <&McMartin> | Well, it's 4KB now. |
19:23 | <&McMartin> | So 11.1%~ |
19:24 | <&McMartin> | It's plausible that the code segment will grow past its current 1.5KB before I'm done too, so I may be able to shuffle things that *aren't* the icon out of code and into resources to free up space and maybe cut the number of blocks the code uses. |
19:24 | <&McMartin> | Time will tell! |
19:56 | | Derakon[AFK] is now known as Derakon |
21:03 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
21:03 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
21:29 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
21:38 | | * McMartin looks at some icon files in hexdumps |
21:38 | <&McMartin> | ahahahaha |
21:38 | <&McMartin> | They're bitmaps all right |
21:38 | <&McMartin> | When it's 16-color 32x32 images, each row of the bitmap is one line of the hexdump |
21:38 | <&McMartin> | you can in fact totally see the shape of the icon in the text |
22:58 | <~Vornicus> | I have lost a lot of context on Crossroads :( |
23:07 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
23:20 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code |
23:20 | | mode/#code [+o himi] by ChanServ |
23:26 | <&McMartin> | Likewise for my own reveng project :( |
23:36 | <@Reiv> | McMartin: snrk |
23:41 | | * Vornicus successfully names a function! |
--- Log closed Wed Nov 13 00:00:32 2019 |