--- Log opened Fri Sep 27 00:00:45 2019 |
00:08 | | catalyst [catalyst@Nightstar-5dv16h.cable.virginm.net] has quit [Connection closed] |
00:35 | | Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has quit [[NS] Quit: Connection closed for inactivity] |
00:56 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
00:58 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
00:59 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code |
00:59 | | mode/#code [+o himi] by ChanServ |
01:19 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
01:21 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
02:00 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
02:15 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
02:18 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
05:20 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
05:40 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code |
05:40 | | mode/#code [+o gnolam] by ChanServ |
05:55 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
06:08 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
06:14 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [[NS] Quit: Reboot] |
06:24 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code |
06:24 | | mode/#code [+o gnolam] by ChanServ |
06:37 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has quit [[NS] Quit: ] |
06:39 | | Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has joined #code |
06:39 | | mode/#code [+o Alek] by ChanServ |
06:39 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [[NS] Quit: Bloody Windows 10] |
07:14 | | Kindamoody[zZz] is now known as Kindamoody|afk |
07:33 | | Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has joined #code |
07:33 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
09:57 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
09:57 | | mode/#code [+o himi] by ChanServ |
13:06 | <~Vorntastic> | Ok. Huge important note to self: distant triangles are open half planes; only choose it if the triple products are in fact positive or if there is otherwise no alternative. |
14:19 | <~Vorntastic> | While I correctly handled type 1 hull misses by making degenerate infinites have true zero area, type 2, where the point is on the hull but doesn't expand same because it's between two hull points, is a problem if it finds itself on the far outside trying to get to the finite part across degenerate infinites. |
15:01 | | Degi [Degi@Nightstar-gq8gv2.dyn.telefonica.de] has joined #code |
15:06 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
15:07 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
16:05 | | Degi [Degi@Nightstar-gq8gv2.dyn.telefonica.de] has quit [Connection closed] |
16:25 | < Yossarian> | :( |
16:26 | <~Vornicus> | ? |
16:27 | < Yossarian> | i cant breathe too well |
16:27 | <~Vornicus> | :( |
16:27 | < Yossarian> | also i have no idea what you said earlier |
16:27 | < Yossarian> | but i suppose i am a chickenhead |
16:27 | <~Vornicus> | vornonoi shit |
16:28 | | Yossarian is now known as Isidore |
16:35 | | Kindamoody|afk is now known as Kindamoody |
16:38 | <~Vornicus> | I can't merely skip. If the point I pick is exactly horizontal from the first point, then I have two double-infinite things to choose from. |
16:39 | <~Vornicus> | I can pick based on, for instance, whether I know the points extend above or below (or both) the first point, but... hm. I guess that's fine, if it does neither then I can pick either. |
17:13 | <~Vornicus> | Okay so: when I land directly on an edge in a double-infinite triangle, normally I reject that. Question: in what situations do I not have any other alternatives? I believe that's only in the top node. In which case I will choose the first node only if the point with the highest y value is higher than the objective point. |
17:22 | <~Vornicus> | Which means I have to either keep track of that or know a way to find it. |
17:30 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
17:52 | <~Vornicus> | oh, yes. I always have the two distant edges, and the one for the top I can jsut do edge.prev.vertex.y (modulo using array indexes) |
18:03 | | Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has quit [[NS] Quit: Connection closed for inactivity] |
18:11 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code |
18:11 | | mode/#code [+o gnolam] by ChanServ |
18:24 | <~Vornicus> | "Debugging is like being the detective in a crime movie where you are also the murderer and the victim." |
18:31 | <&jerith> | I like that one. |
18:31 | <@Alek> | unless you're debugging someone else's code, perhaps. |
18:31 | <@Alek> | in which case you may still be the victim. |
18:58 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
18:58 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
20:04 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
20:05 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
20:05 | | mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ |
20:20 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
20:39 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
20:39 | | mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ |
22:17 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
22:38 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
22:53 | | gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [[NS] Quit: Z?'] |
23:20 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
--- Log closed Sat Sep 28 00:00:46 2019 |