code logs -> 2018 -> Thu, 21 Jun 2018< code.20180620.log - code.20180622.log >
--- Log opened Thu Jun 21 00:00:15 2018
00:06 himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code
00:06 mode/#code [+o himi] by ChanServ
00:10 Kindamoody is now known as Kindamoody[zZz]
00:49 Vornucopia [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds]
00:59 celticminstrel [celticminst@Nightstar-jocbi5.dsl.bell.ca] has joined #code
00:59 mode/#code [+o celticminstrel] by ChanServ
01:05 Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity]
01:09 Derakon[AFK] is now known as Derakon
03:48 celticminstrel [celticminst@Nightstar-jocbi5.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
04:48 Vornucopia [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code
05:24 Derakon is now known as Derakon[AFK]
07:18 Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code
07:18 mode/#code [+qo Vornotron Vornotron] by ChanServ
07:18 Vornucopia [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds]
07:23 Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds]
07:28 Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code
07:30 mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code
07:30 mode/#code [+o mac] by ChanServ
07:33 macdjord|slep [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Connection closed]
08:32
< Vorntastic>
... And then, with very little fanfare, all the casework disappears in a puff of smoke
08:33
<&McMartin>
?
08:38
< Vorntastic>
I'm doing delaunay triangulation. The algorithm I was following had six cases for handling point-in-triangle things, because it had two Distant Points of ill-defined direction
08:38
< Vorntastic>
It also required I pull out the most extreme point from the actual list and keep it separate from the others
08:39
< Vorntastic>
Which had the upshot that I also needed to have every point from the beginning or at least limit additional points to being less extreme
08:42
< Vorntastic>
Which, because a later step in the overall process is to add points in all directions, was not going to work.
08:42 Kindamoody[zZz] is now known as Kindamoody
08:42
< Vorntastic>
So: I added a third Distant Point and chose their directions explicitly.
08:48
< Vorntastic>
This made it so the extremeness of the starting real point didn't matter at all... And then made it so the case work for handling the Distant Points went from the 6 before - basically it behaved differently for which Distant Point(s) we had and whether they were the start or end of the edge we were working with - to, when determining the corners of the triangle to test, faking the Distant Point by defining it relative to the point we're
08:48
< Vorntastic>
testing. From a 6-case if to a 2-case if.
09:12 crystalclaw [crystalclaw@Nightstar-12q9ui.xyz] has quit [Ping timeout: 121 seconds]
09:12 crystalclaw [crystalclaw@Nightstar-12q9ui.xyz] has joined #code
09:13 mode/#code [+o crystalclaw] by ChanServ
09:13 macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code
09:13 mode/#code [+o macdjord] by ChanServ
09:13 mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Connection closed]
09:44
< Vorntastic>
Also all the post processing is gone.
10:51 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
10:52
<@TheWatcher>
Vorntastic: I keep meaning to ask, what is it you're working on?
10:56
< Vorntastic>
I'm working on generation of an infinite voronoi diagram
11:01
< Vorntastic>
Strategy is approximately: generate diagram for a square province, apply a round or two of Lloyd relaxation using the square boundaries, connect the province to nearby provinces to get less obviously square stuff
11:01 mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code
11:01 mode/#code [+o mac] by ChanServ
11:03 macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
11:14
< Vorntastic>
But I needed an incremental algorithm for adding new points because that's how I get the voronoi regions to extend between provinces: I basically add in points that threaten to change the diagram.
11:16
< Vorntastic>
Any the one I had was only "incremental" so long as you never put anything north of the original northernmost point
11:38
<@gnolam>
What are you working on it for?
11:48 gnolam [lenin@Nightstar-ego6cb.cust.bahnhof.se] has quit [[NS] Quit: Midsommar, bitches]
11:49
< Vorntastic>
I got into a Fey Mood
11:49
< Vorntastic>
After describing my approximate idea to someone who was looking into procedural generation
11:49
< Vorntastic>
Bah he left
12:07 Kindamoody is now known as Kindamoody|afk
12:09 Degi [Degi@Nightstar-9mi1l3.dyn.telefonica.de] has joined #code
13:18 Degi [Degi@Nightstar-9mi1l3.dyn.telefonica.de] has quit [Connection closed]
14:41 AnnoDomini [abudhabi@Nightstar-7nkq9k.de] has quit [Ping timeout: 121 seconds]
14:54 AnnoDomini [abudhabi@Nightstar-7nkq9k.de] has joined #code
14:54 mode/#code [+o AnnoDomini] by ChanServ
15:09 AnnoDomini [abudhabi@Nightstar-7nkq9k.de] has quit [Ping timeout: 121 seconds]
15:15 Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code
15:15 mode/#code [+qo Vornotron Vornotron] by ChanServ
16:01 macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code
16:01 mode/#code [+o macdjord] by ChanServ
16:03 mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
16:18 Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity]
17:00 Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds]
17:21 mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code
17:21 mode/#code [+o mac] by ChanServ
17:23 macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
19:16 McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: leaving]
19:18 McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code
19:18 mode/#code [+ao McMartin McMartin] by ChanServ
19:37 Kindamoody|afk is now known as Kindamoody
21:25 Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code
21:25 mode/#code [+qo Vornotron Vornotron] by ChanServ
21:28 macdjord|slep [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code
21:28 mode/#code [+o macdjord|slep] by ChanServ
21:31 mac [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Connection closed]
22:39 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
22:43 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
23:22
<~Vornotron>
augh ADD
23:36 macdjord [macdjord@Nightstar-grpbnp.mc.videotron.ca] has joined #code
23:36 mode/#code [+o macdjord] by ChanServ
23:38 macdjord|slep [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
--- Log closed Fri Jun 22 00:00:17 2018
code logs -> 2018 -> Thu, 21 Jun 2018< code.20180620.log - code.20180622.log >

[ Latest log file ]