asheesh changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Channel glossary: "i,i" means "I have no point, I just want to say". b == thumbs up. | Public logs at https://botbot.me/freenode/sandstorm/ & http://logbot.g0v.tw/channel/sandstorm/today
frigginglorious has quit [Quit: frigginglorious]
KooBaa has quit [Remote host closed the connection]
joshbuddy has joined #sandstorm
KooBaa has joined #sandstorm
joshbuddy has quit [Read error: Connection reset by peer]
sydney_untangle has quit [Ping timeout: 260 seconds]
sydney_untangle has joined #sandstorm
chuan has quit [Remote host closed the connection]
KooBaa has quit [Ping timeout: 244 seconds]
joshbuddy has joined #sandstorm
joshbuddy has quit [Client Quit]
<dwrensha> javascript quiz
<dwrensha> what does the following function do?
<dwrensha> const f = ((x) => { foo: "foo" });
<dwrensha> compare to
<dwrensha> const g = ((x) => "foo");
frigginglorious has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
xet7 has quit [Ping timeout: 244 seconds]
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
neynah has joined #sandstorm
<zarvox> f returns an object with a single key "foo" with value "foo". g returns a string "foo"
frigginglorious has joined #sandstorm
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
guido has quit [Quit: leaving]
nicolagreco has quit [Remote host closed the connection]
OOCoder has joined #sandstorm
OOCoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<frigginglorious> so a buddy and i are looking at implementing multiplayer support as the next step of a game we’ve been working on
<frigginglorious> has anyone tried using webRTC in sandstorm?
neynah has joined #sandstorm
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
home has quit [Quit: Leaving]
<zarvox> frigginglorious: I don't know of any examples, but I don't see any reason why it wouldn't work offhand
jadewang has quit [Remote host closed the connection]
<frigginglorious> zarvox:
<frigginglorious> zarvox: thanks, i just wanted to get an idea.
<frigginglorious> i’ve been shaky on how the whole capn proto thing works
jadewang has joined #sandstorm
<dwrensha> zarvox: > const f = ((x) => { foo: "foo" });
<dwrensha> > f(10)
<dwrensha> undefined
<dwrensha> const g = ((x) => "foo");
<dwrensha> > g(10)
<dwrensha> 'foo'
OOCoder has joined #sandstorm
OOCoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
OOCoder has joined #sandstorm
xet7 has joined #sandstorm
<zarvox> dwrensha: whoa
<zarvox> I actually don't know how that first one parses, since the object syntax and the fat-arrow block syntax seem to collide
KooBaa has joined #sandstorm
<zarvox> ahhh, looks like you have to parenthesize the body to return an object literal expression
<zarvox> and braces after a fat-arrow always mean "statements inside these"
<zarvox> and apparently `foo: "foo"` is a valid statement that evaluates to "foo"? wat
<zarvox> fascinating
KooBaa has quit [Ping timeout: 244 seconds]
<zarvox> oh, it's a label
<zarvox> like the kind you can use with break/continue
<zarvox> had to pull out esprima to figure that out
wolcen has quit [Quit: Leaving]
<kentonv> zarvox: apparently you don't use 'goto' very often!
<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 :)
<zarvox> I didn't think JS had this sort of thing. It's not a general goto; only works with break and continue.
<zarvox> I can say I have literally never seen it used in any of the JS code I've read
fkautz has quit [*.net *.split]
fkautz has joined #sandstorm
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
neynah has joined #sandstorm
jadewang has quit [Remote host closed the connection]
neynah has quit [Ping timeout: 250 seconds]
<kentonv> zarvox: Java has it too but you almost never see it used.
fkautz has quit [*.net *.split]
fkautz has joined #sandstorm
xet7 has quit [Quit: Leaving]
jadewang has joined #sandstorm
OOCoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jadewang has quit [Ping timeout: 260 seconds]
xet7 has joined #sandstorm
fkautz has quit [*.net *.split]
OOCoder has joined #sandstorm
fkautz has joined #sandstorm
<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!
OOCoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
OOCoder has joined #sandstorm
Rym has quit [Quit: Connection closed for inactivity]
jemc has joined #sandstorm
jadewang has joined #sandstorm
Try`0xff is now known as Tryum
Tryum is now known as Try`0xff
Try`0xff is now known as Tryum
jadewang has quit [Ping timeout: 248 seconds]
jemc has quit [Ping timeout: 244 seconds]
KooBaa has joined #sandstorm
KooBaa has quit [Ping timeout: 244 seconds]
<OOCoder> has anybody been working with ghost grain?
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 244 seconds]
tdfischer has quit [Ping timeout: 264 seconds]
tdfischer has joined #sandstorm
ecloud_wfh is now known as ecloud
OOCoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 252 seconds]
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
xet7 has quit [Client Quit]
synchrone has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 244 seconds]
raoulzecat has joined #sandstorm
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 252 seconds]
asmyers has joined #sandstorm
asmyers has quit [Read error: Connection reset by peer]
asmyers has joined #sandstorm
dcb has quit [Ping timeout: 260 seconds]
dcb has joined #sandstorm
raoulzecat has quit [Ping timeout: 276 seconds]
jon1012 has quit [Ping timeout: 252 seconds]
raoulzecat has joined #sandstorm
jon1012 has joined #sandstorm
jon1012 has joined #sandstorm
raoulzecat has quit [Ping timeout: 248 seconds]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 246 seconds]
frigginglorious has joined #sandstorm
xet7 has joined #sandstorm
OOCoder has joined #sandstorm
OOCoder has quit [Client Quit]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 244 seconds]
xobs has quit [Remote host closed the connection]
jon1012 has quit [Remote host closed the connection]
xobs has joined #sandstorm
xobs has quit [Ping timeout: 246 seconds]
xobs has joined #sandstorm
xobs has quit [Ping timeout: 244 seconds]
frigginglorious has quit [Quit: frigginglorious]
xobs has joined #sandstorm
wolcen has joined #sandstorm
frigginglorious has joined #sandstorm
jadewang has joined #sandstorm
notevil has joined #sandstorm
jemc has joined #sandstorm
jadewang has quit [Ping timeout: 252 seconds]
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #sandstorm
synchrone has quit [Ping timeout: 276 seconds]
jadewang has joined #sandstorm
OOCoder has joined #sandstorm
jadewang has quit [Ping timeout: 276 seconds]
jemc has quit [Ping timeout: 260 seconds]
frigginglorious has quit [Quit: frigginglorious]
frigginglorious has joined #sandstorm
OOCoder has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Tryum is now known as Try`0xff
OOCoder has joined #sandstorm
rustyrazorblade has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
frigginglorious has joined #sandstorm
rustyrazorblade has quit [Quit: rustyrazorblade]
jadewang has joined #sandstorm
jadewang has quit [Ping timeout: 244 seconds]
jemc has joined #sandstorm
wolcen has quit [Ping timeout: 244 seconds]
rustyrazorblade has joined #sandstorm
kentonv has quit [Ping timeout: 276 seconds]
kentonv has joined #sandstorm
sandah has left #sandstorm ["WeeChat 1.3"]
OOCoder has left #sandstorm [#sandstorm]
neynah has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
wolcen has joined #sandstorm
frigginglorious has joined #sandstorm
wolcen has quit [Client Quit]
wolcen has joined #sandstorm
neynah has joined #sandstorm
jadewang has joined #sandstorm
wolcen has quit [Quit: Leaving]
jadewang has quit [Ping timeout: 244 seconds]
<asheesh> Yeah, I realized this was a goto related quiz. (-:
wolcen has joined #sandstorm
jadewang has joined #sandstorm
<frigginglorious> mrdomino: be honest, what did you think of that last song
<frigginglorious> mrdomino: that “fruit of the problem” song
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
neynah has joined #sandstorm
notevil has quit [Quit: ...]
natea has joined #sandstorm
natea has quit [Read error: Connection reset by peer]
natea has joined #sandstorm
natea has quit [Read error: Connection reset by peer]
natea has joined #sandstorm
natea has quit [Read error: Connection reset by peer]
natea has joined #sandstorm
natea has quit [Read error: Connection reset by peer]
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<asheesh> "Morning" from CalTrain
frigginglorious has quit [Ping timeout: 250 seconds]
raoulzecat has joined #sandstorm
frigginglorious has joined #sandstorm
neynah has joined #sandstorm
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
neynah has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
frigginglorious has joined #sandstorm
<mrdomino> frigginglorious: oh dang when was this? i might've stepped away for a bit
<frigginglorious> mrdomino: about an hour and a half ago. personally, i think it;s a masterpiece :P
<mrdomino> what's the name of the song? i wanna listen now
asmyers has quit [Ping timeout: 250 seconds]
wolcen has quit [Ping timeout: 240 seconds]
wolcen has joined #sandstorm
digitalcircuit has quit [Quit: Signing off from Quassel - see ya!]
digitalcircuit has joined #sandstorm
<asheesh> One thing I want to just say here:
<asheesh> There is significant activity in the world of people making Sandstorm apps.
<asheesh> If there's one thing I'm most excited about, in terms of Sandstorm over the past year, *that* is the thing.
<asheesh> People create them; people update them.
<asheesh> If you compare us with any other server web app marketplace, this degree of community activity is really quite remarkable.
<frigginglorious> mrdomino: the track is called “fruit of the problem” its a masterpiece!
<frigginglorious> asheesh: you could probably say the same about the core team. you guys are on and answering questions 24/7
jemc has left #sandstorm ["WeeChat 1.4"]
<asheesh> Vague straw poll:
<asheesh> If discourse.sandstorm.io were a Discourse forum, would people find that useful/interesting?
<asheesh> Perhaps it would make sense to sunset sandstorm-dev at that time?
<asheesh> Or to keep both. Just a thought.
nowhere_man has quit [Read error: Connection reset by peer]
jadewang has quit [Remote host closed the connection]
wolcen has quit [Ping timeout: 252 seconds]
jadewang has joined #sandstorm
nonnc has joined #sandstorm
jadewang has quit [Read error: Connection reset by peer]
jadewang has joined #sandstorm
frigginglorious has quit [Quit: frigginglorious]
wolcen has joined #sandstorm
jemc has joined #sandstorm
GeorgeHahn has joined #sandstorm
nonnc has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
neynah has joined #sandstorm
dwrensha has quit [Quit: ChatZilla 0.9.92 [Firefox 44.0.2/20160210153822]]
wolcen has quit [Ping timeout: 248 seconds]
KooBaa has joined #sandstorm