code logs -> 2018 -> Sat, 24 Mar 2018< code.20180323.log - code.20180325.log >
--- Log opened Sat Mar 24 00:00:58 2018
00:21 Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code
00:21 mode/#code [+qo Vornicus Vornicus] by ChanServ
00:33 Kindamoody is now known as Kindamoody[zZz]
00:39 Derakon[AFK] is now known as Derakon
00:40 Degi [Degi@Nightstar-ibr0nm.dyn.telefonica.de] has quit [[NS] Quit: Leaving]
00:51 Jessikat` [Jessikat@Nightstar-80s5kl.dab.02.net] has joined #code
00:54 Jessikat [Jessikat@Nightstar-s4poph.dab.02.net] has quit [Ping timeout: 121 seconds]
02:05 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
02:08 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
02:08 mode/#code [+o Reiv] by ChanServ
02:19 * McMartin fixes an absurd bug that apparently only triggered on iPhone Xs that were also in landscape mode.
03:01 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
03:03 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
03:03 mode/#code [+o Reiv] by ChanServ
03:24 mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code
03:24 mode/#code [+o mac] by ChanServ
03:27 macdjord|slep [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:52 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
03:53 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
03:53 mode/#code [+o Reiv] by ChanServ
04:10 Netsplit Deepthought.Nightstar.Net <-> Krikkit.Nightstar.Net quits: @PinkFreud, @Syloq
04:17 McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: Furniture moving!]
04:20 Netsplit over, joins: Syloq
04:34 McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code
04:34 Derakon is now known as Derakon[AFK]
04:36 celticminstrel is now known as celmin|sleep
04:47 * [R] stares at a switch with a solitary case statement
04:49 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
04:51 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
04:53
< Vorntastic>
Neat
04:57 mode/#code [+oo Syloq Reiv] by ChanServ
05:10
<&[R]>
Oh it originally had a default: which makes it less silly I guess
05:10
<&[R]>
`default: break;` that is
05:13
< McMartin>
Yeah, that's "I'm filling in an enum but for now only one thing matters, so I'll do a switch instead of an if"
05:46 Vornlicious [Vorn@Nightstar-2pelcn.sub-174-211-5.myvzw.com] has joined #code
05:47 Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds]
05:48 Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds]
06:15 PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code
06:15 mode/#code [+o PinkFreud] by ChanServ
06:18 Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code
06:18 mode/#code [+qo Vornicus Vornicus] by ChanServ
06:23 Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds]
07:01 * McMartin adds a shitload of hyperlinks to this article
07:21 Jessikat [Jessikat@Nightstar-hp2pt6.dab.02.net] has joined #code
07:24 Jessikat` [Jessikat@Nightstar-80s5kl.dab.02.net] has quit [Ping timeout: 121 seconds]
08:04
<&[R]>
So, due to reasons, I'm debugging a library that connects to php-fpm (via FastCGI). Of interesting note: when you ask it to run a script that doesn't exist, it responds with a solitary FASTCGI_STDERR message "Primary script unknown" and nothing else. However, the library I'm using manages to also read some headers that PHP sends.
08:05
<&[R]>
But I don't see any FastCGI headers for those HTTP headers PHP is sending...
08:08
<&[R]>
Actually, wait, I know what's happening
08:08
<&[R]>
My derp
08:10
< McMartin>
Bleah
08:11
< McMartin>
I am slacking on writing stuff up and then slacking on hacking because I still need to write stuff up
08:18
<&[R]>
Okay, yeah, I'm 100% rewritting this library
08:26 Kindamoody[zZz] is now known as Kindamoody
08:36 * McMartin makes a commit with the message "Italian is not Latin"
08:44
<&[R]>
Someone commiting silly-wrong things to localization files?
08:46
< McMartin>
I named the label for "music loops to this point" "signum" instead of the correct "segno"
08:58
<&[R]>
Ho-kay. This is an interesting optimization...
08:58
<&[R]>
" FastCGI transmits a name-value pair as the length of the name, followed by the length of the value, followed by the name, followed by the value. Lengths of 127 bytes and less can be encoded in one byte, while longer lengths are always encoded in four bytes:"
08:59
< McMartin>
If values larger than 127 are rare enough, that makes more sense than doing a multi-tiered multibyte encoding like UTF8.
09:01
<&[R]>
Yeah
09:01
<&[R]>
It's not really WTFy, just akward to deal with.
09:02
<&[R]>
Though I learned a new short-hand to get an int in JS
09:02
<&[R]>
>> 0
09:03
<&[R]>
- 0, / 1 or * 1 to get an int or a float/double
09:37 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
09:52 Jessikat [Jessikat@Nightstar-hp2pt6.dab.02.net] has quit [[NS] Quit: Bye]
10:02 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
11:00
<&[R]>
$ wc -l
11:00
<&[R]>
wc: 'standard input': Resource temporarily unavailable
11:00
<&[R]>
WTF
11:00
<&[R]>
Piping into it works fine
11:04
< Emmy>
if you're messing with wc's and pipes, maybe what you need is a plumber, not #code
11:04
< Emmy>
XD
11:11 himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code
11:11 mode/#code [+o himi] by ChanServ
11:55
<&ToxicFrog>
[R]: I'd suspect the terminal emulator there.
11:55
<&ToxicFrog>
FWIW, it works for me
11:56 Kindamoody is now known as Kindamoody|out
12:15 Vornlicious [Vorn@Nightstar-2pelcn.sub-174-211-5.myvzw.com] has quit [The TLS connection was non-properly terminated.]
12:16 Vorntastic [Vorn@Nightstar-2pelcn.sub-174-211-5.myvzw.com] has joined #code
13:22 Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code
13:22 mode/#code [+qo Vornicus Vornicus] by ChanServ
14:22 gnolam [lenin@Nightstar-ego6cb.cust.bahnhof.se] has quit [[NS] Quit: Mein Zug kommt gleich.]
14:42 celmin|sleep is now known as celticminstrel
14:52 Degi [Degi@Nightstar-ibr0nm.dyn.telefonica.de] has joined #code
15:29
<&[R]>
Yeah, it works for me locally, but not over SSH
15:30 jaguarut [jaguarut@Nightstar-vkq.cqd.64.80.IP] has joined #code
15:31
< jaguarut>
Hi
15:31
<&[R]>
Hi
15:32 jaguarut [jaguarut@Nightstar-vkq.cqd.64.80.IP] has quit [[NS] Quit: ]
15:46
<~Vornicus>
Bye
16:04 Degi [Degi@Nightstar-ibr0nm.dyn.telefonica.de] has quit [Connection closed]
18:43 Derakon[AFK] is now known as Derakon
18:44 Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds]
20:19 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [Connection closed]
20:19 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
20:19 mode/#code [+o Reiv] by ChanServ
20:25 Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code
20:25 mode/#code [+qo Vornicus Vornicus] by ChanServ
20:37 Kindamoody|out is now known as Kindamoody
21:08 Degi [Degi@Nightstar-ibr0nm.dyn.telefonica.de] has joined #code
22:43
< McMartin>
New Bumbershoot Post, which I really should have done last week. https://bumbershootsoft.wordpress.com/2018/03/24/genesis-the-z80-and-the-sn76489/
22:56 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
--- Log closed Sun Mar 25 00:00:59 2018
code logs -> 2018 -> Sat, 24 Mar 2018< code.20180323.log - code.20180325.log >

[ Latest log file ]