[21:34:14] <rafaelhbarros> well, i do use java on my android app
[21:34:19] <Joeskyyy> first major language i learned to program in depth in.
[21:34:25] <rafaelhbarros> but lack of choice more than anything
[21:34:27] <Joeskyyy> Then i found scripting languages. never turned back. python <33
[21:34:53] <unholycrab> yes ill write all the ops code in the jvm
[21:35:14] <rafaelhbarros> but saying java is great is the samething as saying mysql is awesome. I will only choose mysql when I have absolutely no other choice.
[21:35:46] <Joeskyyy> rafaelhbarros speaks the troof
[21:36:10] <Joeskyyy> this is the least flamey flame-war I've ever seen.
[22:13:28] <ismell> i'm using the aggregation framework with a $cond that contains `"$lte" => ["$days_completion_delta", 0]` if $days_completion_delta does not exist it is returning true, how can i check to see if the field is actually set?
[22:14:43] <rafaelhb_> ismell: wouldn't that be on the $match?
[22:15:29] <Sgoettschkes> rafaelhb_: Actually not much knowledge, at least not for me as Alain from MongoDB was talking about sharding which is not my main topic right now
[22:15:44] <Sgoettschkes> just got interested in playing with mongodb a bit more :)
[22:43:33] <terriblesarcasm> I have a site using the meanstack and I am trying to link some social media accounts together, so I have a user account, with an accounts[] array that I plan to store the information in, so my question is how do i search within the array for an account, would it be User.findOne({accounts.uid}) ?
[23:08:08] <unholycrab> regarding tag aware sharding: do tag ranges need to have two values? can i use { $lte: ISODate([...]) } as a tag range instead?
[23:10:33] <NaN> is it safe to use --eval to run map/reduce functions?
[23:17:02] <joannac> unholycrab: no, all chunks / ranges have a minkey and a max key
[23:17:09] <joannac> use $minkey as your lower range
[23:26:29] <pawn> Why would mongod be running when I start up my Mac?
[23:26:41] <pawn> I noticed that it's running when I looked into activity monitor
[23:27:02] <pawn> But, I didn't explicitly run it, obviously, because I just started up my computer.
[23:36:36] <synth_> i have a test database "pipeline-test" however i'm having issues connecting it using a php driver... $this->_connection = new Mongo('localhost'); $this->_db = $this->_connection->pipeline-test;