--- Log opened Fri Dec 11 00:00:10 2020 |
00:29 | | Kindamoody is now known as Kindamoody[zZz] |
01:22 | | Degi [Degi@Nightstar-r2m4t3.pool.telefonica.de] has quit [Operation timed out] |
01:23 | | Degi [Degi@Nightstar-r2dm2u.pool.telefonica.de] has joined #code |
04:30 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
04:30 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
06:26 | | tripflag [ed@Nightstar-7pe1df.clients.your-server.de] has joined #code |
06:26 | | craftxbox [craftxbox@Nightstar-dltca9.ninja] has joined #code |
06:26 | | Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code |
06:26 | | iospace [quassel@Nightstar-50v6q2.members.linode.com] has joined #code |
06:26 | | Yossarian [soryu@Nightstar-d7h8ki.org] has joined #code |
06:26 | | jeroud [sid10043@Nightstar-h2b233.irccloud.com] has joined #code |
06:26 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
06:26 | | sshine [simon@Nightstar-3bh0ea.eta.solutions] has joined #code |
06:26 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has joined #code |
06:26 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
06:26 | | abudhabi [abudhabi@Nightstar-7nkq9k.de] has joined #code |
06:26 | | Mahal [sid171286@Nightstar-0bi4dv.irccloud.com] has joined #code |
06:26 | | Kizor [moryok@Nightstar-e0a4sm.utu.fi] has joined #code |
06:26 | | jerith [jerith@Nightstar-ip7ar2.slipgate.net] has joined #code |
06:26 | | crystalclaw [crystalclaw@Nightstar-12q9ui.xyz] has joined #code |
06:26 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
06:26 | | gnolam [lenin@Nightstar-ik80lk.priv.bahnhof.se] has joined #code |
06:26 | | ErikMesoy [Bruker@Nightstar-hcpkod.bb.online.no] has joined #code |
06:26 | | ServerMode/#code [+aooaoaooooaooo Reiver Reiver iospace jeroud jeroud ToxicFrog ToxicFrog sshine Tamber abudhabi jerith jerith crystalclaw gnolam] by *.Nightstar.Net |
07:06 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
08:17 | | Kindamoody[zZz] is now known as Kindamoody |
08:47 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
08:51 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
08:51 | | mode/#code [+o himi] by ChanServ |
09:47 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
09:47 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection reset by peer] |
10:59 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
10:59 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
11:08 | <&jeroud> | Today's adventofcode is the first I've had to put effort into optimising. |
11:09 | <&jeroud> | (The first this year, of course.) |
11:50 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
11:50 | | catalyst [catalyst@Nightstar-v1af5j.dab.02.net] has joined #code |
11:57 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
12:00 | | catalyst [catalyst@Nightstar-v1af5j.dab.02.net] has quit [Ping timeout: 121 seconds] |
13:23 | | Kindamoody is now known as Kindamoody|afk |
13:48 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
13:48 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection reset by peer] |
14:27 | <@TheWatcher> | ... oh, hey, GitHub has an official Dark Mode in beta |
14:48 | <@gnolam> | Ah, beta hardware. |
14:49 | <@gnolam> | The name of the device is crossed out and corrected in pen on the box. |
14:50 | <@TheWatcher> | Nice. |
14:51 | <@gnolam> | Single-digit serial number. |
14:52 | <@gnolam> | Has less than half of the modes it is supposed to support, but we have been assured that it should be enough to develop against. |
14:52 | <@gnolam> | Notably, the lack of those modes means that the SDK test app doesn't work. |
14:53 | | celticminstrel [celticminst@Nightstar-26ueug.dsl.bell.ca] has joined #code |
14:53 | | mode/#code [+o celticminstrel] by ChanServ |
16:26 | | Kindamoody|afk [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Ping timeout: 121 seconds] |
16:42 | < ErikMesoy> | I feel like i'm cramming too much stuff into one line when I have sorted(array[i])[int(len(array))/-100] to get an outlier-ish upper-bound on each row of a 2d array. Especially the [])[] part feels off. |
16:52 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
16:57 | <&[R]> | Add comments, those are like more lines |
17:00 | <&ToxicFrog> | I'd pull the `int(len(array))/-100` into its own let |
17:01 | <&[R]> | len() returns non-int? |
17:02 | <&[R]> | Or is it supposed to be `int(len(array)/-100)`? |
17:02 | <~Vornicus> | in which case just use // instead of / if you're on py3 |
17:03 | <&[R]> | TIL: not to comment out a divisor in py3 |
17:40 | < ErikMesoy> | Yeah, it was supposed to be the second one. And python uses # not // for its comments. |
20:33 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
21:35 | | mac [macdjord@Nightstar-re5.7if.45.45.IP] has joined #code |
21:35 | | mode/#code [+o mac] by ChanServ |
21:38 | | macdjord [macdjord@Nightstar-re5.7if.45.45.IP] has quit [Operation timed out] |
22:11 | | Kimo|autojoin [Kindamoody@Nightstar-rhqhnn.mobileonline.telia.com] has joined #code |
22:11 | | mode/#code [+o Kimo|autojoin] by ChanServ |
23:40 | | Kimo|autojoin [Kindamoody@Nightstar-rhqhnn.mobileonline.telia.com] has quit [Ping timeout: 121 seconds] |
23:40 | | Kimo|autojoin [Kindamoody@Nightstar-rhqhnn.mobileonline.telia.com] has joined #code |
23:41 | | mode/#code [+o Kimo|autojoin] by ChanServ |
23:46 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Connection closed] |
--- Log closed Sat Dec 12 00:00:12 2020 |