code logs -> 2016 -> Sun, 27 Nov 2016< code.20161126.log - code.20161128.log >
--- Log opened Sun Nov 27 00:00:11 2016
00:20 Vorntastic [Vorn@Nightstar-03rtgq.sub-174-199-34.myvzw.com] has quit [[NS] Quit: Bye]
00:24 Kindamoody is now known as Kindamoody[zZz]
00:32 gnolam [lenin@Nightstar-t1tbf0.cust.bahnhof.se] has joined #code
00:32 mode/#code [+o gnolam] by ChanServ
00:48
<@celticminstrel>
Now I just need to figure out how to ensure that every room is reachable (ie, do I need to add a door to wall i?).
01:51 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving]
01:56 catadroid` is now known as catadroid
02:01 catadroid` [catalyst@Nightstar-7j94ds.dab.02.net] has joined #code
02:04 catadroid [catalyst@Nightstar-79ktfv.dab.02.net] has quit [Ping timeout: 121 seconds]
02:18 * celticminstrel suddenly wonders whether a bitshift of 0 is considered defined behaviour.
02:43
<&ToxicFrog>
celticminstrel: formally, yes, a bitshift of 0 is eqv to identity
02:44
<&ToxicFrog>
In any specific language or architecture...well, does the specification define it? Then yes.
02:44 catadroid` is now known as catadroid
02:46
<@celticminstrel>
Was thinking C(++) in particular.
02:50
<@celticminstrel>
(jumping back to JS) My rooms algorithm doesn't quite work somehow.
02:50
<@celticminstrel>
Or buildings I guess.
02:51
<@celticminstrel>
It's also rather complicated...
03:30
<@celticminstrel>
Maybe I should figure out a way to do the map generation partially async...
03:47 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has quit [Ping timeout: 121 seconds]
03:51 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has joined #code
03:51 mode/#code [+o Alek] by ChanServ
04:43 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
04:43 mode/#code [+qo Vornicus Vornicus] by ChanServ
07:34 * celticminstrel has loading screen! \o/
07:40
<&McMartin>
omg
07:40
<&[R]>
\o/
07:41
<@celticminstrel>
Now I don't have to worry about the browser claiming my script is running away during map generation. Unless of course it actually is.
07:56 celticminstrel [celticminst@Nightstar-h4m24u.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
08:31 catadroid` [catalyst@Nightstar-pn31de.dab.02.net] has joined #code
08:33 macdjord|dance is now known as macdjord
08:34 catadroid [catalyst@Nightstar-7j94ds.dab.02.net] has quit [Ping timeout: 121 seconds]
08:36 catadroid` is now known as catadroid
08:54 Kindamoody[zZz] is now known as Kindamoody
09:04 macdjord [macdjord@Nightstar-cd2k4t.mc.videotron.ca] has quit [[NS] Quit: We *are* shining examples of humanity. It's just that the light we shine with is generally Oppenheimer's.]
09:05 macdjord [macdjord@Nightstar-cd2k4t.mc.videotron.ca] has joined #code
09:05 mode/#code [+o macdjord] by ChanServ
10:57 Kindamoody is now known as Kindamoody|afk
12:03 ion [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Ping timeout: 121 seconds]
12:06 ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code
12:06 mode/#code [+o ion] by ChanServ
12:22 ion [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Ping timeout: 121 seconds]
12:25 ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code
12:25 mode/#code [+o ion] by ChanServ
13:26 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
13:28 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
13:34 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has quit [Ping timeout: 121 seconds]
13:37 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has joined #code
13:37 mode/#code [+o Alek] by ChanServ
13:37 catadroid [catalyst@Nightstar-pn31de.dab.02.net] has quit [[NS] Quit: Bye]
15:41 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has quit [Ping timeout: 121 seconds]
15:45 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has joined #code
15:45 mode/#code [+o Alek] by ChanServ
17:04 celticminstrel [celticminst@Nightstar-h4m24u.dsl.bell.ca] has joined #code
17:04 mode/#code [+o celticminstrel] by ChanServ
18:15 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has quit [Ping timeout: 121 seconds]
18:18 Alek [Alek@Nightstar-cltq0r.il.comcast.net] has joined #code
18:18 mode/#code [+o Alek] by ChanServ
18:52 Kindamoody|afk [Kindamoody@Nightstar-0lgkcs.tbcn.telia.com] has quit [Operation timed out]
19:41 * celticminstrel wonders how widely supported ...args and `${template} strings` are.
19:43
<@celticminstrel>
Also [x,y] = [1,2] syntax, which I suspect to be a Firefox-unique extension...
19:45
<@celticminstrel>
... seems to be from 2015.
19:46
<&[R]>
'${template} strings'?
19:47
<&[R]>
V8 supports [x,y] = [1,2]
19:47
<&[R]>
Pretty sure that's an EMCA6 thing
19:47
<@celticminstrel>
Which one, template strings or unpacking/repacking?
19:48
<&[R]>
?
19:48
<@celticminstrel>
You said something's an ECMA6 thing.
19:48
<&[R]>
<[R]> V8 supports [x,y] = [1,2]
19:49
<@celticminstrel>
Okay.
19:50
<@celticminstrel>
Template strings are something where ${...} sequences are evaluated as JS expressions and substituted into the string.
19:50
<&[R]>
> "${x}"
19:50
<&[R]>
'${x}'
19:50
<&[R]>
?
19:51
<@celticminstrel>
They're enclosed in backticks.
19:51
<@celticminstrel>
Instead of quotes.
19:51
<&[R]>
V8 supports it
19:51
<@celticminstrel>
Which browser uses V8? Chrome?
19:51
<&[R]>
I'm guessing that's also EMCA6
19:51
<&[R]>
Chrome yes
19:52
<@celticminstrel>
Any idea what Safari uses?
19:52
<&McMartin>
WebKit
19:52
<@celticminstrel>
For JS I mean.
19:53
<@celticminstrel>
Chrome also uses WebKit, last I heard.
19:53
<&[R]>
Webkit is both a render engine and a JS engine
19:53
<@celticminstrel>
Oh.
19:53
<&[R]>
Chrome uses Webkit for rendering only
19:53
<@celticminstrel>
I see.
19:53
<&[R]>
Firefox's JS engine is Spidermonkey FYI
19:54
<&[R]>
IE's JS engine is JScript, Edge uses a complete rewrite AIUI and it's called something else.
19:55
<&[R]>
Node.js uses V8, MongoDB uses Spidermonkey.
19:55
<@celticminstrel>
...MongoDB uses JS?
19:55
<&[R]>
Yes
19:55 * celticminstrel has only heard the name MongoDB, doesn't really know anything about it.
19:56
<&[R]>
It stores JSON in a binary format with indexes, you can run JS on the server to do some data manipulation, but it doesn't support joins last I checked.
19:57
<&jerith>
Is MongoDB any more reliable these days?
19:58
<&jerith>
I remember it being a thing you ran if you didn't really care about keeping your data around.
20:04
<&[R]>
I'm not sure myself
20:26 celticminstrel [celticminst@Nightstar-h4m24u.dsl.bell.ca] has left #code []
20:26 celticminstrel [celticminst@Nightstar-h4m24u.dsl.bell.ca] has joined #code
20:26 mode/#code [+o celticminstrel] by ChanServ
20:32 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
20:32 mode/#code [+qo Vornicus Vornicus] by ChanServ
21:25
<&McMartin>
PC Speaker: successfully programmed
21:25
<&McMartin>
It's kind of hilarious how it's basically the Apple II speaker but with the madness stripped out
21:26
<&McMartin>
Until you start using pulse-width modulation to use it for digital audio, but I have no real interest in that
21:28 Kindamoody|afk [Kindamoody@Nightstar-kcbj5h.mobileonline.telia.com] has joined #code
21:28 mode/#code [+o Kindamoody|afk] by ChanServ
21:30 Kindamoody|afk is now known as Kindamoody
22:15 catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving]
22:30 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
22:34 Reiver [quassel@Nightstar-ksqup0.co.uk] has quit [Connection closed]
22:34 Orthia [quassel@Nightstar-ksqup0.co.uk] has quit [Connection closed]
22:43 Orthia [quassel@Nightstar-ksqup0.co.uk] has joined #code
22:43 mode/#code [+o Orthia] by ChanServ
22:43 Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code
22:43 mode/#code [+ao Reiver Reiver] by ChanServ
23:06 JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has quit [Operation timed out]
23:21 JustBob [justbob@ServerAdministrator.Nightstar.Net] has joined #code
23:21 mode/#code [+o JustBob] by ChanServ
23:23 Kindamoody is now known as Kindamoody[zZz]
23:35 catadroid [catalyst@Nightstar-52i9li.dab.02.net] has joined #code
23:35 catadroid [catalyst@Nightstar-52i9li.dab.02.net] has quit [The TLS connection was non-properly terminated.]
23:41 catadroid [catalyst@Nightstar-52i9li.dab.02.net] has joined #code
23:41 catadroid [catalyst@Nightstar-52i9li.dab.02.net] has quit [[NS] Quit: Bye]
--- Log closed Mon Nov 28 00:00:09 2016
code logs -> 2016 -> Sun, 27 Nov 2016< code.20161126.log - code.20161128.log >

[ Latest log file ]