code logs -> 2021 -> Fri, 05 Feb 2021< code.20210204.log - code.20210206.log >
--- Log opened Fri Feb 05 00:00:25 2021
02:18 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
02:18 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
02:19 VirusJTG__ [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Ping timeout: 121 seconds]
03:27 Degi_ [Degi@Nightstar-j11gm9.pool.telefonica.de] has joined #code
03:28 Degi [Degi@Nightstar-mn9qcv.pool.telefonica.de] has quit [Operation timed out]
03:28 Degi_ is now known as Degi
04:28 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
04:37 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
04:37 mode/#code [+o Reiv] by ChanServ
04:52 celticminstrel [celticminst@Nightstar-46hkr3.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:07 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
05:20 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed]
05:20 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
05:20 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
05:32 Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has joined #code
05:32 mode/#code [+qo Vorntastic Vorntastic] by ChanServ
05:45 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
05:45 mode/#code [+o Reiv] by ChanServ
05:59 abudhabi [abudhabi@Nightstar-abqipu.adsl.tpnet.pl] has joined #code
06:15 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
06:18 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
06:18 mode/#code [+o Reiv] by ChanServ
06:48 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
06:59 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
06:59 mode/#code [+o Reiv] by ChanServ
07:18 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
07:32 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
07:32 mode/#code [+o Reiv] by ChanServ
08:02 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
08:13 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
08:14 mode/#code [+o Reiv] by ChanServ
08:31 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
08:31 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
08:31 mode/#code [+o Reiv] by ChanServ
08:44 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
09:10 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
09:10 mode/#code [+o Reiv] by ChanServ
09:40 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
10:40 * ErikMesoy glares at coworker for having i, j, k, l, index, index2, m, n, b, c, and c2 among variable names in very long function.
10:41
<@TheWatcher>
...
10:41
<@TheWatcher>
I could lend you a scythe?~
10:49
<@ErikMesoy>
Yes, please, some overgrowth will definitely have to be cut here. There's a 50-line while-loop over contents of c, and then a seemingly identical 50-line while-loop over contents of c2, inside that long function.
10:49
<@ErikMesoy>
This is practically a textbook case for 1) long procedure that should be split out into function, 2) repeating procedure that should be split out into function.
10:53 Kindamoody[zZz] is now known as Kindamoody
11:08 Kindamoody is now known as Kindamoody|out
--- Log closed Fri Feb 05 11:11:35 2021
--- Log opened Fri Feb 05 11:11:40 2021
11:11 TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code
11:11 Irssi: #code: Total of 28 nicks [18 ops, 0 halfops, 0 voices, 10 normal]
11:11 mode/#code [+o TheWatcher] by ChanServ
11:11 Irssi: Join to #code was synced in 15 secs
12:02
<@ErikMesoy>
There's a magic constant range(1100) in this program which turns out to be an upper bound on MMDD values because the data it's running over only goes up to October.
12:04
<@ErikMesoy>
Int-ified MMDD is used as index into an array of size 1100 to track data by date.
12:04
<@ErikMesoy>
wat
12:06
<&[R]>
O.o
12:06
<&[R]>
Are you sure that 11 is october?
12:06
<&[R]>
And by consequence that January is 1?
12:07
<&[R]>
Or wait
12:07
<&[R]>
No, that would still mean there's a month that you couldn't index
12:09
<&[R]>
And even then, there's definately better ways to do that, like [month << 5 | day]
12:09
<@ErikMesoy>
October is 10. Size 1100 means the last array index is 1099.
12:09
<&[R]>
Yeah
12:09
<~Vorntastic>
Into the pit
12:11
<@TheWatcher>
The scorpion pit. Hung ppside down. With instructions for escaping on the wall, minified, and written backwards.
12:12
<@TheWatcher>
*upside
12:20
<&[R]>
$ cat root/config/notes/domain
12:20
<&[R]>
Renegade uses domain = to overided the detected value in a few cases ... 1) Windows always gives UNDEFINED_DOMAIN, and 2) due to kerberos and lack of being able to set reverse dns at work to other than a predefined domain - I had to tell cfengine the correct domain
12:20
<&[R]>
Thanks past me, that is unbelievably clear and not at all confusing
12:21
<@TheWatcher>
XD
12:22
< catalyst>
Good notes really
12:28
<&[R]>
I'm also very certain it's a quote from someone else, since I've never dealt with kerberos myself
12:28
<&[R]>
So I don't get why I didn't add more context from the chat log that came from
12:29
<&[R]>
But w/e, I don't use cfengine anymore
12:37 catalyst_ [catalyst@Nightstar-b55pat.dab.02.net] has joined #code
12:40 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds]
12:57 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
12:59 catalyst_ [catalyst@Nightstar-b55pat.dab.02.net] has quit [Ping timeout: 121 seconds]
12:59 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection reset by peer]
13:03 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
13:28 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [[NS] Quit: -a- IRC for Android 2.1.59]
14:11 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
14:40 celticminstrel [celticminst@Nightstar-46hkr3.dsl.bell.ca] has joined #code
14:40 mode/#code [+o celticminstrel] by ChanServ
14:50 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
14:50 mode/#code [+qo Vornicus Vornicus] by ChanServ
15:25 abudhabi [abudhabi@Nightstar-abqipu.adsl.tpnet.pl] has quit [NickServ (RECOVER command used by abudhabi_)]
15:25 abudhabi [abudhabi@Nightstar-ben39o.adsl.tpnet.pl] has joined #code
16:05
<@sshine>
abudhabi, I was thinking the exact same thing wrt. PHP misinterpreting PHP 9000 as 9. :-D
16:05
< abudhabi>
Hehe.
16:06
<@sshine>
...which may sound demeaning to PHP programmers, but from another perspective: the things that can go wrong are just so predictable. compare that to memory leaks caused by lazy evaluation. >_<
16:11 Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity]
16:57 Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code
17:56 catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
17:56 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection reset by peer]
21:39 abudhabi [abudhabi@Nightstar-ben39o.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds]
22:02 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
22:17 Kindamoody|out is now known as Kindamoody
22:20 catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [The TLS connection was non-properly terminated.]
23:41 Kindamoody is now known as Kindamoody[zZz]
23:53 Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds]
--- Log closed Sat Feb 06 00:00:26 2021
code logs -> 2021 -> Fri, 05 Feb 2021< code.20210204.log - code.20210206.log >

[ Latest log file ]