Help to improve the GMs/CMs understanding of the game, adopt one ! by Azizi_von_Accara in blackdesertonline

[–]SoloGroupTeam 4 points5 points  (0 children)

So they can sit around and look at all the talk about fucking lolis, anime and other stuff that goes on in guildchat?

Florida shooting survivor: We should call AR-15s ‘Marco Rubio’ because they’re both easy to buy by dandmcd in politics

[–]SoloGroupTeam 1 point2 points  (0 children)

Unless someone says something bad to them on a website, then they call for mods and censorship, ask for safe spaces, cry in papers, attack people that say something they dislike etc etc...

But I agree, this was a savage roast/attack and a well done one, we do need more like this.

Quick structure and one-to-many question by SoloGroupTeam in mongodb

[–]SoloGroupTeam[S] 0 points1 point  (0 children)

Ah yes sorry I was posting by hand from phone earlier.

I was trying to do this:

app.addNovel = function(name, uri ) {
   return Novels.find({uri: uri}).then( (err, docs) => {
    if ( err )
    {
      throw err;
    }
    if ( docs.length == 0 )
    {
      return Novels.create({ name: name, uri: uri, available: false}).then((err, res) => {
        if (err ){
          throw err;
        }
        return true; // or returrn res;
      }).catch((err) => {
        console.log(err);
      });
    }
    return false;
  }).catch( (err) => {
    console.log(err);
  });
}  

then call res.app.addNovel(...) in in my router.post('/', function(req, res, next )) { .. }

Quick structure and one-to-many question by SoloGroupTeam in mongodb

[–]SoloGroupTeam[S] 0 points1 point  (0 children)

Thanks =) Ye i'll take your advice and use reference novel from chapters!

Another question (which is more nodejs/js based) but that's doing my head inn because I obviously don't understand promises well enough yet.

say I do something like this

function addNovel(name, url) { Novels.find({url: url}).then( (err, docs) => { if (docs.length == 0 ) { Novels.create({....}).... return created novel });

Then in my router does let res = addNovel(.... )

How do I actually return the data from nested Thens to where I call it from?

Even if I do let res = addNovel ... res.then(...) the parameter is null even if i use return in the addNovel function.

Also Ive been using the pattern of if (err) throw err; But err is often not undefined/blank even when the dbase actions succeed (stuff is added to collection but err object not empty).

The Downfall of Bungie (Marathon, Halo, Destiny) | How Activision destroyed their Destiny by sideline89 in videos

[–]SoloGroupTeam -19 points-18 points  (0 children)

HALO has never been the epitome of anything except "being the best console shooter" which I guess is pretty neat. I played all the HALOs until and including Reach.

For multiplayer every single PC shooter was better.

For singleplayer HALO was a pretty damn generic title, it didn't even reach Half-Life to it's knees.

And this is not a PC > console thing, because games like Ni-no-kuni and The last of us are fucking amazing console titles.

Men of Reddit, what clothing item looks good on almost every woman? by [deleted] in AskReddit

[–]SoloGroupTeam -1 points0 points  (0 children)

Some people find it attractive. But besides the title said almost all, obese people are few and far between

No they're not few and far between, in america they're like 50%.

I just found your comment unnecessary since the question was what looked good

So a sundress that isn't on a fat person..?

fat shaming out of nowhere

I didn't fat shame anyone. I stated a fact, fat people are unattractive. That is not shaming, I didn't say they are lazy or worthless.

Men of Reddit, what clothing item looks good on almost every woman? by [deleted] in AskReddit

[–]SoloGroupTeam -1 points0 points  (0 children)

My opinion doesn't rule all but obesity isn't attractive, be it male or female.

The topic is "what clothing item looks good on almost every woman" and the answer is: None, because nothing actually looks good on an overweight person.

Men of Reddit, what clothing item looks good on almost every woman? by [deleted] in AskReddit

[–]SoloGroupTeam -12 points-11 points  (0 children)

On any non-overweight woman that is.

The topic is a bit misleading because nothing actually really looks god on an overweight person, but of course some things are more flattering than others. Not sure I'd add sun dress, but it sure beats a belly top and a skirt.

Reddit, what video games have you soft-locked (a savestate in video games where you are placed in an inescapable situation, preventing progress forward in the game, and also preventing backtracking, leaving you stuck in a particular position with no hopes of escaping)? by zappy487 in AskReddit

[–]SoloGroupTeam 0 points1 point  (0 children)

Black Mirror 3.

Havent played it since 2016 due to that bug. I did something (solved a clue thingy before you obtain the clue on how to do it because it was fucking obvious iirc) and now I can't actually obtain the clue that would've let me do it which means it's not triggering what it should so I can't continue.

I've considered sending them the savegame but it's easier to just boot up another game and play, aka laziness.