[12:58:19] <robsco> will have a look at that function too
[13:02:24] <robsco> is it possible to do aggregations on the timestamp of the _id? or should i create a separate timestamp field if i want to do aggregations like this?
[13:02:45] <StephenLynx> I think you can. but not sure
[13:03:03] <robsco> sounds a bit hairy so may not venture down that road
[13:19:58] <Kwoth> Hello, i will repeat my question from few days ago:
[13:21:16] <Kwoth> I have posts and comments, each post can have any number of comments, and each comment and post can have a number of upvotes and downvotes (not just numbers, but list of users who upvoted/downvoted)
[13:21:25] <Kwoth> Should i keep everything in the same collection like
[13:22:11] <Kwoth> or like i am doing right now, collection for posts, collection for comments (with postId) so i can bind them together later in my app
[17:19:04] <kikero> Hey! I have a i686 Debian 8.2 machine, and I must install mongodb on it.
[17:19:24] <kikero> What would be the recommended way to install it?
[17:20:16] <kikero> I tried both running "sudo apt-get install mongodb" and installing the binary distribution with the instructions from the mongodb website, but both failed.
[17:20:43] <kikero> The former reads "Illegal instruction" everytime I try to execute "mongod".
[17:20:56] <StephenLynx> afaik debian 8 is not supported.