code logs -> 2021 -> Thu, 15 Apr 2021< code.20210414.log - code.20210416.log >
--- Log opened Thu Apr 15 00:00:37 2021
00:23 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
00:42 himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code
00:42 mode/#code [+o himi] by ChanServ
00:48 Alek [Alek@Nightstar-06ca3p.il.comcast.net] has joined #code
01:01 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
01:01 mode/#code [+o Reiv] by ChanServ
01:49 Degi_ [Degi@Nightstar-3ke6hp.pool.telefonica.de] has joined #code
01:49 Degi [Degi@Nightstar-n0642g.dyn.telefonica.de] has quit [Operation timed out]
01:49 Degi_ is now known as Degi
02:06 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
02:32 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
02:32 mode/#code [+o Reiv] by ChanServ
02:40 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
02:41 himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code
02:41 mode/#code [+o himi] by ChanServ
03:14 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
04:36 Alek [Alek@Nightstar-06ca3p.il.comcast.net] has quit [Ping timeout: 121 seconds]
04:38 Alek [Alek@Nightstar-06ca3p.il.comcast.net] has joined #code
04:41 Omega [Alek@Nightstar-06ca3p.il.comcast.net] has joined #code
04:41 Alek [Alek@Nightstar-06ca3p.il.comcast.net] has quit [NickServ (RECOVER command used by Omega)]
04:41 Omega is now known as Alek
05:57 VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed]
05:57 VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
06:35 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
06:51 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
06:51 mode/#code [+o Reiv] by ChanServ
07:21 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
07:33 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
07:33 mode/#code [+o Reiv] by ChanServ
07:59 ErikMesoy [Bruker@Nightstar-ptnpo0.bb.online.no] has left #code []
08:03 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
08:04 ErikMesoy [Bruker@Nightstar-ptnpo0.bb.online.no] has joined #code
08:04 mode/#code [+o ErikMesoy] by ChanServ
09:12 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
09:12 mode/#code [+qo Vornicus Vornicus] by ChanServ
09:25 Kindamoody[zZz] is now known as Kindamoody|afk
09:29 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
09:29 mode/#code [+o Reiv] by ChanServ
09:59 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
10:48 Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code
12:05 Kindamoody|afk is now known as Kindamoody
13:36 catalyst_ [catalyst@Nightstar-idoqj9.dab.02.net] has joined #code
13:37 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds]
14:01 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
14:02 catalyst_ [catalyst@Nightstar-idoqj9.dab.02.net] has quit [Ping timeout: 121 seconds]
14:35 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: WeeChat 2.9]
14:35 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code
14:35 mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ
17:59 catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code
17:59 catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection closed]
18:28 abudhabi_ [abudhabi@Nightstar-r0cgbp.adsl.tpnet.pl] has joined #code
18:31 abudhabi [abudhabi@Nightstar-m231bp.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds]
21:07 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
21:07 mode/#code [+o Reiv] by ChanServ
21:25 catalyst_ is now known as catalyst
21:37
<~Vornicus>
whyyyyyyyyyy does modf truncate it is literally never what I want
21:40
< catalyst>
hm?
21:46
<~Vornicus>
modf(x) returns two floats: one with an integral value i, and one in the range -1 < f < 1, such that i + f = x, and f's sign matches x's.
21:48
<~Vornicus>
which is to say it uses truncation to find i.
21:48
<~Vornicus>
and this particular behavior is never ever ever what I want
21:49
<~Vornicus>
what I *want* is f to always be 0 <= f < 1
21:53
<~Vornicus>
which makes it reliable for things like selecting what texel to read from or picking subtiles. but nooooOOoooo, it has to do the dumb thing
21:56
< catalyst>
ah I see
21:56
< catalyst>
let me tell you
21:57 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
21:57
< catalyst>
floats are unhelpful
21:57
< catalyst>
I started looking at floats and accidentally a whole numerical analysis
21:57
< catalyst>
send help
21:57
< catalyst>
floats are a trap
21:57
< catalyst>
just don't do it
22:01 * Vornicus sends rescue in the form of a tf?
22:04 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
22:04 mode/#code [+o Reiv] by ChanServ
22:09 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
22:09 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
22:09 mode/#code [+o Reiv] by ChanServ
23:09 Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds]
23:12 Kindamoody is now known as Kindamoody[zZz]
--- Log closed Fri Apr 16 00:00:39 2021
code logs -> 2021 -> Thu, 15 Apr 2021< code.20210414.log - code.20210416.log >

[ Latest log file ]