00:00
frigginglorious has quit [Quit: frigginglorious]
00:02
KooBaa has quit [Remote host closed the connection]
00:07
joshbuddy has joined #sandstorm
00:09
KooBaa has joined #sandstorm
00:10
joshbuddy has quit [Read error: Connection reset by peer]
00:10
sydney_untangle has quit [Ping timeout: 260 seconds]
00:11
sydney_untangle has joined #sandstorm
00:11
chuan has quit [Remote host closed the connection]
00:14
KooBaa has quit [Ping timeout: 244 seconds]
00:14
joshbuddy has joined #sandstorm
00:14
joshbuddy has quit [Client Quit]
00:43
<
dwrensha >
javascript quiz
00:44
<
dwrensha >
what does the following function do?
00:44
<
dwrensha >
const f = ((x) => { foo: "foo" });
00:46
<
dwrensha >
compare to
00:47
<
dwrensha >
const g = ((x) => "foo");
00:48
frigginglorious has joined #sandstorm
00:56
frigginglorious has quit [Quit: frigginglorious]
01:09
xet7 has quit [Ping timeout: 244 seconds]
01:12
neynah has joined #sandstorm
01:17
<
zarvox >
f returns an object with a single key "foo" with value "foo". g returns a string "foo"
01:23
frigginglorious has joined #sandstorm
01:27
guido has quit [Quit: leaving]
01:29
nicolagreco has quit [Remote host closed the connection]
01:34
OOCoder has joined #sandstorm
02:02
<
frigginglorious >
so a buddy and i are looking at implementing multiplayer support as the next step of a game we’ve been working on
02:03
<
frigginglorious >
has anyone tried using webRTC in sandstorm?
02:09
neynah has joined #sandstorm
02:20
home has quit [Quit: Leaving]
02:24
<
zarvox >
frigginglorious: I don't know of any examples, but I don't see any reason why it wouldn't work offhand
02:27
jadewang has quit [Remote host closed the connection]
02:28
<
frigginglorious >
zarvox:
02:31
<
frigginglorious >
zarvox: thanks, i just wanted to get an idea.
02:32
<
frigginglorious >
i’ve been shaky on how the whole capn proto thing works
03:12
jadewang has joined #sandstorm
03:30
<
dwrensha >
zarvox: > const f = ((x) => { foo: "foo" });
03:30
<
dwrensha >
undefined
03:30
<
dwrensha >
const g = ((x) => "foo");
03:57
OOCoder has joined #sandstorm
04:39
OOCoder has joined #sandstorm
04:45
xet7 has joined #sandstorm
05:01
<
zarvox >
dwrensha: whoa
05:01
<
zarvox >
I actually don't know how that first one parses, since the object syntax and the fat-arrow block syntax seem to collide
05:03
KooBaa has joined #sandstorm
05:04
<
zarvox >
ahhh, looks like you have to parenthesize the body to return an object literal expression
05:06
<
zarvox >
and braces after a fat-arrow always mean "statements inside these"
05:07
<
zarvox >
and apparently `foo: "foo"` is a valid statement that evaluates to "foo"? wat
05:07
<
zarvox >
fascinating
05:08
KooBaa has quit [Ping timeout: 244 seconds]
05:12
<
zarvox >
oh, it's a label
05:12
<
zarvox >
like the kind you can use with break/continue
05:13
<
zarvox >
had to pull out esprima to figure that out
05:21
wolcen has quit [Quit: Leaving]
05:30
<
kentonv >
zarvox: apparently you don't use 'goto' very often!
05:40
<
zarvox >
I really don't! I've been trained to only allow them for unwinding resource allocations (which is better done with RAII in C++ anyway) and breaking out of loops, and I usually wind up extracting a function and just returning early instead :)
05:41
<
zarvox >
I didn't think JS had this sort of thing. It's not a general goto; only works with break and continue.
05:42
<
zarvox >
I can say I have literally never seen it used in any of the JS code I've read
05:56
fkautz has quit [*.net *.split]
06:02
fkautz has joined #sandstorm
06:04
xet7 has quit [Quit: Leaving]
06:08
xet7 has joined #sandstorm
06:12
frigginglorious has quit [Quit: frigginglorious]
06:23
neynah has joined #sandstorm
06:37
jadewang has quit [Remote host closed the connection]
06:45
neynah has quit [Ping timeout: 250 seconds]
06:58
<
kentonv >
zarvox: Java has it too but you almost never see it used.
07:10
fkautz has quit [*.net *.split]
07:21
fkautz has joined #sandstorm
07:32
xet7 has quit [Quit: Leaving]
07:34
jadewang has joined #sandstorm
07:39
jadewang has quit [Ping timeout: 260 seconds]
07:43
xet7 has joined #sandstorm
07:47
fkautz has quit [*.net *.split]
07:51
OOCoder has joined #sandstorm
07:53
fkautz has joined #sandstorm
08:03
<
zarvox >
Bernd Verst from Nylas reports that he's just finished implementing Bearer token support for the sync engine and that it's out for review. Which is great!
08:17
OOCoder has joined #sandstorm
08:26
Rym has quit [Quit: Connection closed for inactivity]
08:31
jemc has joined #sandstorm
08:35
jadewang has joined #sandstorm
08:37
Try`0xff is now known as Tryum
08:37
Tryum is now known as Try`0xff
08:37
Try`0xff is now known as Tryum
08:40
jadewang has quit [Ping timeout: 248 seconds]
09:00
jemc has quit [Ping timeout: 244 seconds]
09:03
KooBaa has joined #sandstorm
09:08
KooBaa has quit [Ping timeout: 244 seconds]
09:33
<
OOCoder >
has anybody been working with ghost grain?
09:36
jadewang has joined #sandstorm
09:40
jadewang has quit [Ping timeout: 244 seconds]
10:24
tdfischer has quit [Ping timeout: 264 seconds]
10:27
tdfischer has joined #sandstorm
10:35
ecloud_wfh is now known as ecloud
10:37
jadewang has joined #sandstorm
10:41
jadewang has quit [Ping timeout: 252 seconds]
10:58
xet7 has quit [Quit: Leaving]
11:00
xet7 has joined #sandstorm
11:04
xet7 has quit [Client Quit]
11:06
synchrone has joined #sandstorm
11:38
jadewang has joined #sandstorm
11:42
jadewang has quit [Ping timeout: 244 seconds]
11:50
raoulzecat has joined #sandstorm
12:38
jadewang has joined #sandstorm
12:43
jadewang has quit [Ping timeout: 252 seconds]
12:50
asmyers has joined #sandstorm
12:50
asmyers has quit [Read error: Connection reset by peer]
12:50
asmyers has joined #sandstorm
12:53
dcb has quit [Ping timeout: 260 seconds]
12:57
dcb has joined #sandstorm
13:08
raoulzecat has quit [Ping timeout: 276 seconds]
13:16
jon1012 has quit [Ping timeout: 252 seconds]
13:22
raoulzecat has joined #sandstorm
13:29
jon1012 has joined #sandstorm
13:29
jon1012 has joined #sandstorm
13:29
raoulzecat has quit [Ping timeout: 248 seconds]
13:39
jadewang has joined #sandstorm
13:44
jadewang has quit [Ping timeout: 246 seconds]
14:16
frigginglorious has joined #sandstorm
14:23
xet7 has joined #sandstorm
14:36
OOCoder has joined #sandstorm
14:37
OOCoder has quit [Client Quit]
14:40
jadewang has joined #sandstorm
14:44
jadewang has quit [Ping timeout: 244 seconds]
14:50
xobs has quit [Remote host closed the connection]
14:54
jon1012 has quit [Remote host closed the connection]
15:04
xobs has joined #sandstorm
15:08
xobs has quit [Ping timeout: 246 seconds]
15:12
xobs has joined #sandstorm
15:16
xobs has quit [Ping timeout: 244 seconds]
15:22
frigginglorious has quit [Quit: frigginglorious]
15:28
xobs has joined #sandstorm
15:33
wolcen has joined #sandstorm
15:35
frigginglorious has joined #sandstorm
15:41
jadewang has joined #sandstorm
15:41
notevil has joined #sandstorm
15:42
jemc has joined #sandstorm
15:45
jadewang has quit [Ping timeout: 252 seconds]
15:50
jemc has quit [Quit: WeeChat 1.4]
15:50
jemc has joined #sandstorm
16:04
synchrone has quit [Ping timeout: 276 seconds]
16:41
jadewang has joined #sandstorm
16:42
OOCoder has joined #sandstorm
16:47
jadewang has quit [Ping timeout: 276 seconds]
16:48
jemc has quit [Ping timeout: 260 seconds]
17:10
frigginglorious has quit [Quit: frigginglorious]
17:11
frigginglorious has joined #sandstorm
17:15
Tryum is now known as Try`0xff
17:17
OOCoder has joined #sandstorm
17:23
rustyrazorblade has joined #sandstorm
17:30
frigginglorious has quit [Quit: frigginglorious]
17:31
frigginglorious has joined #sandstorm
17:40
rustyrazorblade has quit [Quit: rustyrazorblade]
17:42
jadewang has joined #sandstorm
17:46
jadewang has quit [Ping timeout: 244 seconds]
18:02
jemc has joined #sandstorm
18:05
wolcen has quit [Ping timeout: 244 seconds]
18:11
rustyrazorblade has joined #sandstorm
18:14
kentonv has quit [Ping timeout: 276 seconds]
18:14
kentonv has joined #sandstorm
18:16
sandah has left #sandstorm ["WeeChat 1.3"]
18:16
OOCoder has left #sandstorm [#sandstorm]
18:20
neynah has joined #sandstorm
18:20
frigginglorious has quit [Quit: frigginglorious]
18:32
wolcen has joined #sandstorm
18:35
frigginglorious has joined #sandstorm
18:37
wolcen has quit [Client Quit]
18:37
wolcen has joined #sandstorm
18:39
neynah has joined #sandstorm
18:43
jadewang has joined #sandstorm
18:47
wolcen has quit [Quit: Leaving]
18:47
jadewang has quit [Ping timeout: 244 seconds]
18:58
<
asheesh >
Yeah, I realized this was a goto related quiz. (-:
19:01
wolcen has joined #sandstorm
19:04
jadewang has joined #sandstorm
19:44
<
frigginglorious >
mrdomino: be honest, what did you think of that last song
19:45
<
frigginglorious >
mrdomino: that “fruit of the problem” song
19:56
neynah has joined #sandstorm
19:59
notevil has quit [Quit: ...]
20:03
natea has joined #sandstorm
20:04
natea has quit [Read error: Connection reset by peer]
20:04
natea has joined #sandstorm
20:04
natea has quit [Read error: Connection reset by peer]
20:05
natea has joined #sandstorm
20:05
natea has quit [Read error: Connection reset by peer]
20:06
natea has joined #sandstorm
20:06
natea has quit [Read error: Connection reset by peer]
20:15
<
asheesh >
"Morning" from CalTrain
20:20
frigginglorious has quit [Ping timeout: 250 seconds]
20:27
raoulzecat has joined #sandstorm
20:27
frigginglorious has joined #sandstorm
20:28
neynah has joined #sandstorm
20:48
neynah has joined #sandstorm
21:06
frigginglorious has quit [Quit: frigginglorious]
21:07
frigginglorious has joined #sandstorm
21:13
<
mrdomino >
frigginglorious: oh dang when was this? i might've stepped away for a bit
21:20
<
frigginglorious >
mrdomino: about an hour and a half ago. personally, i think it;s a masterpiece :P
21:23
<
mrdomino >
what's the name of the song? i wanna listen now
21:25
asmyers has quit [Ping timeout: 250 seconds]
22:01
wolcen has quit [Ping timeout: 240 seconds]
22:10
wolcen has joined #sandstorm
22:11
digitalcircuit has quit [Quit: Signing off from Quassel - see ya!]
22:11
digitalcircuit has joined #sandstorm
22:16
<
asheesh >
One thing I want to just say here:
22:16
<
asheesh >
There is significant activity in the world of people making Sandstorm apps.
22:16
<
asheesh >
If there's one thing I'm most excited about, in terms of Sandstorm over the past year,
*that* is the thing.
22:16
<
asheesh >
People create them; people update them.
22:17
<
asheesh >
If you compare us with any other server web app marketplace, this degree of community activity is really quite remarkable.
22:23
<
frigginglorious >
mrdomino: the track is called “fruit of the problem” its a masterpiece!
22:24
<
frigginglorious >
asheesh: you could probably say the same about the core team. you guys are on and answering questions 24/7
22:31
jemc has left #sandstorm ["WeeChat 1.4"]
22:33
<
asheesh >
Vague straw poll:
22:34
<
asheesh >
If discourse.sandstorm.io were a Discourse forum, would people find that useful/interesting?
22:34
<
asheesh >
Perhaps it would make sense to sunset sandstorm-dev at that time?
22:34
<
asheesh >
Or to keep both. Just a thought.
22:42
nowhere_man has quit [Read error: Connection reset by peer]
22:47
jadewang has quit [Remote host closed the connection]
22:47
wolcen has quit [Ping timeout: 252 seconds]
22:49
jadewang has joined #sandstorm
22:51
nonnc has joined #sandstorm
22:51
jadewang has quit [Read error: Connection reset by peer]
22:51
jadewang has joined #sandstorm
22:52
frigginglorious has quit [Quit: frigginglorious]
22:58
wolcen has joined #sandstorm
23:12
jemc has joined #sandstorm
23:13
GeorgeHahn has joined #sandstorm
23:37
neynah has joined #sandstorm
23:38
dwrensha has quit [Quit: ChatZilla 0.9.92 [Firefox 44.0.2/20160210153822]]
23:46
wolcen has quit [Ping timeout: 248 seconds]
23:59
KooBaa has joined #sandstorm