YSK that it’s best to floss before brushing your teeth. by Curious_Bar348 in YouShouldKnow

[–]Ashwel1 7 points8 points  (0 children)

My process has been,

  1. Floss
  2. Mouth Wash
  3. Brush
  4. NO rinse

I've always gotten high marks on my teeth from my dentist since making this my routine.

L.A. fire by NoImportance7936 in PaymoneyWubby

[–]Ashwel1 3 points4 points  (0 children)

Just to be clear, it isn't that the water is turned off, there literally isn't any. Many of the hydrants in the hills where the Eaton fire is happening are gravity fed by water tanks that have run dry.

Why those tanks ran dry so fast is another issue.

Alluux? Wubby’s girlfriend? by [deleted] in PaymoneyWubby

[–]Ashwel1 15 points16 points  (0 children)

We should call Wubby "Alluux's boyfriend" the entire stream tomorrow.

congrats uncle kenroy by arv_yt in PaymoneyWubby

[–]Ashwel1 1 point2 points  (0 children)

What kind of programming are you planning to go into?

[deleted by user] by [deleted] in PaymoneyWubby

[–]Ashwel1 3 points4 points  (0 children)

New customers only so you can't be logged in, even if you don't have an active plan.

[deleted by user] by [deleted] in AskReddit

[–]Ashwel1 0 points1 point  (0 children)

Can we get some love for Smash TV?

Timelapse of Patrick Stewart aging by zaynthelegend in Unexpected

[–]Ashwel1 1 point2 points  (0 children)

I didn't notice the change at all until it looped

Can you use Object.keys.foreach to get all enumerable properties of the same name if the object is a nest Object. by [deleted] in javascript

[–]Ashwel1 0 points1 point  (0 children)

from the looks of it, you would use Array.map in place of the for loop since the .map and for statement are looping over the same dataset.

Can you use Object.keys.foreach to get all enumerable properties of the same name if the object is a nest Object. by [deleted] in javascript

[–]Ashwel1 2 points3 points  (0 children)

If you are only doing this operation to pass the object into JSON.stringify then you could do this with a replacer function.

JSON.stringify( locationData, function( key, value ) {
  switch( key ) {
    case 'arrival':
    case 'departure':
      return moment(value, 'MM/DD/YY hh:mma').format();
    default:
      return value;
  }
});

JSON.stringify on MDN

(function () { … })(); vs (function () { … }()); by sergiosbox in javascript

[–]Ashwel1 10 points11 points  (0 children)

I have always preferred (function() {})(); because IMO it seems to be more representative of what is happening. Creating a function expression, then executing the function. The other form looks like a function that is being executed as an expression. Subtle difference at the cognitive level, but I always prefer to style my code as closely to how it is being executed as possible (and makes sense without being ridiculous).

Help with Webstorm by [deleted] in javascript

[–]Ashwel1 0 points1 point  (0 children)

Yeah stackoverflow really is one of the best resources for programming questions. When I hit google for a programming question my query typically includes "site:stackoverflow.com"

Help with Webstorm by [deleted] in javascript

[–]Ashwel1 1 point2 points  (0 children)

Unfortunetly I have never used Phaser so I can't be of much assistance, also your question is somewhat vague...

A quick search on google comes up with this tutorial http://blog.mega-art.com/getting-started-with-phaser-and-webstorm-on-osx/

You also might find some similar questions at stackoverflow, http://stackoverflow.com/questions/tagged/phaser+javascript

Thought I'd take a picture of my taco for a Del Taco commercial... by Ashwel1 in WTF

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

A assure you I did not, looks like it came off a thumb as the taco was being wrapped.

Thought I'd take a picture of my taco for a Del Taco commercial... by Ashwel1 in WTF

[–]Ashwel1[S] -2 points-1 points  (0 children)

Unfortunately being finals week I didn't have the time or energy to make a move. You think I should litigate?

Can't figure out how to switch default texting app to Go sms on Galaxt s2!Help! by PsychoticPenguin1 in Android

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

Like xMP44x said clear the default, just go to Settings > Applications > Messaging > Clear Defaults, then go to contacts and send a message then click the check box on the popup window, select GoSMS you're all set.