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
Darude has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<kentonv> oh, I think Darude just figured out a bug that's been reported a few times that we never figured out. Sweet.
samba_ has joined #sandstorm
<TimMc> ha!
isd has joined #sandstorm
samba_ has quit [Ping timeout: 260 seconds]
Aurelius has joined #sandstorm
NwS has quit [Ping timeout: 260 seconds]
xet7 has joined #sandstorm
coyotebush_ has joined #sandstorm
jadewang has quit [*.net *.split]
keturn has quit [*.net *.split]
Zertrin[m] has quit [*.net *.split]
hannes[m] has quit [*.net *.split]
M-hrjet has quit [*.net *.split]
coyotebush has quit [*.net *.split]
Salt has quit [*.net *.split]
Salt has joined #sandstorm
hannes[m] has joined #sandstorm
Zertrin[m] has joined #sandstorm
M-hrjet has joined #sandstorm
keturn has joined #sandstorm
jadewang has joined #sandstorm
isd has quit [Ping timeout: 268 seconds]
matheusrv has joined #sandstorm
<matheusrv> is @kentonv only? are you here kentonv??
<matheusrv> online* o.O
<kentonv> hi
<matheusrv> how do u do? finaly i could talk to you.. i want to suport sandstorm
<matheusrv> can us go to private?
<kentonv> ok...
harish has quit [Ping timeout: 240 seconds]
harish has joined #sandstorm
matheusrv has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
isd has joined #sandstorm
jadewang has quit [Remote host closed the connection]
_whitelogger has joined #sandstorm
jadewang has joined #sandstorm
TimMc has quit [Ping timeout: 260 seconds]
isd has quit [Quit: Leaving.]
harish has quit [Remote host closed the connection]
harish has joined #sandstorm
Psy-Q has quit [Ping timeout: 240 seconds]
samba_ has joined #sandstorm
Psy-Q has joined #sandstorm
ShalokShalom has quit [Remote host closed the connection]
NwS has joined #sandstorm
samba_ has quit [Ping timeout: 260 seconds]
samba_ has joined #sandstorm
Telesight has joined #sandstorm
ShalokShalom has joined #sandstorm
samba_ has quit [Ping timeout: 240 seconds]
samba_ has joined #sandstorm
samba_ has quit [Quit: WeeChat 1.7]
TimMc has joined #sandstorm
Darude has joined #sandstorm
<Darude> Hello community. Thank you very much for your advice last night. I'm self-hosting a Sandstorm instance and would like to also self-host LDAP to provide authentication. Does anyone know of a simple guide to setting up an LDAP server to this end? Just a handful of basic user accounts.
_whitelogger has joined #sandstorm
Darude has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Darude has joined #sandstorm
FredFredFred has joined #sandstorm
FredFredFred_ has quit [Ping timeout: 240 seconds]
Darude has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
xet7 has quit [Quit: Leaving]
xet7 has joined #sandstorm
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
ShalokShalom_ has joined #sandstorm
ShalokShalom has quit [Ping timeout: 240 seconds]
ShalokShalom_ is now known as ShalokShalom
ShalokShalom has quit [Remote host closed the connection]
ShalokShalom has joined #sandstorm
funwhilelost has joined #sandstorm
Lionel_Debroux_ has quit [Ping timeout: 240 seconds]
nwf has quit [Read error: Connection reset by peer]
nwf has joined #sandstorm
<simpson> Good morning. In Capn Proto, groups basically behave like new ways of interpreting structs when it comes to the struct layout in the packet, right? Would that be a reasonable implementation approach, or am I oversimplifying?
<dwrensha> simpson: I'm not sure exactly what you mean, but it sounds like you have the right idea.
<dwrensha> a group has the same data section and pointer section as its parent struct
<simpson> dwrensha: My Monte implementation of Capn treats messages as an opaque buffer of words, and then interprets the message by overlaying a schema on top.
<simpson> I know it's different from the codegen that most of the other language backends do, but it seemed better from a cap-based POV.
<simpson> So I was thinking that a group's schema is basically just an alternative schema for the same struct.
<dwrensha> the schema can be provided at run time, I guess?
<simpson> Yeah.
<dwrensha> sounds like how the dynamic reflection API works in capnproto-c++
<simpson> Okay, I think I've got my plan. I'll extend my schemata from two to three kinds of field access; in addition to data and pointer accesses, I'll add *group* access, which merely reinterprets the struct.
nwf has quit [Ping timeout: 258 seconds]
nwf has joined #sandstorm
nwf_ has joined #sandstorm
nwf has quit [Ping timeout: 240 seconds]
nwf_ is now known as nwf
Lionel_Debroux has joined #sandstorm
Lionel_Debroux has quit [Ping timeout: 240 seconds]
matheusrv has joined #sandstorm
matheusrv has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
funwhilelost has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Telesight has quit [Quit: Leaving.]
<mrdomino> blargh, spk dev is busted on ubuntu 16.04.1 and ubuntu 14.04 has the gets bug in the ekam build
<mrdomino> what OS are you guys using to develop on? it'd probably be easiest if i just used that
<dwrensha> debian is probably easiest
<dwrensha> I use fedora
<mrdomino> jessie or other?
<dwrensha> I'd go with sid/testing
<dwrensha> well, depends on the use case
<mrdomino> strictly sandstorm core + app development
<dwrensha> if you're setting up an automated build thing that you want to have keep working... then maybe jessie is better
<kentonv> FWIW vagrant-spk uses jessie and I personally use sid, so those are pretty well-exercised distros for Sandstorm development.
Guest4563 has joined #sandstorm
TimMc has quit [Ping timeout: 260 seconds]
HeyItsMeUrIRC has joined #sandstorm
Guest4563 has quit [Quit: ...]
TimMc has joined #sandstorm
<HeyItsMeUrIRC> what do y'all think of this
<HeyItsMeUrIRC> it's the API for Monorail Extensions