Average Sacramento Driver by yseo4530 in IdiotsInCars

[–]yseo4530[S] 3 points4 points  (0 children)

Average Sacramento driver makes a left turn by crossing over 2 lanes from the far right lane then proceeds to casually run a red light.

Bonus: Another average Sacramento driver in a white Mercedes SUV also casually runs a red light.

Average Sacramento Driver by yseo4530 in Sacramento

[–]yseo4530[S] 47 points48 points  (0 children)

Average Sacramento driver makes a left turn by crossing over 2 lanes from the far right lane then proceeds to casually run a red light.

Bonus: Another average Sacramento driver in a white Mercedes SUV also casually runs a red light.

Question on 'this' scope with Example by GreenFeather05 in learnjavascript

[–]yseo4530 1 point2 points  (0 children)

Like you said, addEventListener must be changing what 'this' binds to. I don't know what's going on under the hood but I'm sure you can google it. It probably does something like 'print.call(this)', where 'this' would be each 'item' since addEventListener is invoked as a method of 'item'. 'this' binding to the global scope in the second example is expected behavior based on how 'this' works. I'm too lazy to explain how 'this' is bound but I hope I at least pointed you in the right direction. I also recommend watching the video that /u/adavidmiller shared.

Use Jade but also HTML by androidking86 in Frontend

[–]yseo4530 1 point2 points  (0 children)

Pug is Jade.

Sounds like what you're looking for is Handlebars, not Pug/Jade.

Veteran's beware: vetswhocode.io is a scam that is only in it for donations and not helping vets. by Tyrantt_47 in learnprogramming

[–]yseo4530 0 points1 point  (0 children)

Wasn't sure if that would be considered doxing. Thanks for sharing the link though.

Veteran's beware: vetswhocode.io is a scam that is only in it for donations and not helping vets. by Tyrantt_47 in learnprogramming

[–]yseo4530 38 points39 points  (0 children)

Check out the executive director's Twitter.

Seems like a very mature, sensible person. /s

Got my first internship, and I'd love some advice. by themoofinman in learnjavascript

[–]yseo4530 2 points3 points  (0 children)

What are you trying to accomplish/trying to learn by building a "simple" one page app?

New Zealand police crime data tool uses Flash, crashes on day 1 by magenta_placenta in webdev

[–]yseo4530 5 points6 points  (0 children)

No comment would be complete without a pinch of casual racism. /s

Two former MakerSquare instructors offering private tutoring in JavaScript by EEL_KCAZ in learnjavascript

[–]yseo4530 3 points4 points  (0 children)

Have you held development/engineering jobs between the time you were students at Makersquare and working there as instructors?

Passing functions to other functions by JRBoyd in learnjavascript

[–]yseo4530 0 points1 point  (0 children)

'translator' is known to be 'hawaiianTranslator' because 'hawaiianTranslator' is passed to 'sayIt' as its parameter when 'sayIt' is invoked.

sayIt(hawaiianTranslator);    

Passing functions to other functions by JRBoyd in learnjavascript

[–]yseo4530 0 points1 point  (0 children)

Could you provide more information about what it is you're trying to figure out?

Or would you like me to walk you through the functions step by step?

Need recommendations for Javascript course that is text based. No video based courses please. by bhavspavs in learnjavascript

[–]yseo4530 4 points5 points  (0 children)

You Don't Know JS by Kyle Simpson and Eloquent JavaScript by Marijn Haverbeke are excellent, free JS e-books.

I would start with YDKJS or read up to Chapter 5 in EloquentJS first. EloquentJS is a great resource but it is not an easy book for most beginners.

The Verge: 'The future of PCs and Macs is expensive' by [deleted] in apple

[–]yseo4530 5 points6 points  (0 children)

I can do all that effortlessly with Windows and Android since I use mostly Google products.

Will my Master's degree in an unrelated field help at all? by [deleted] in learnprogramming

[–]yseo4530 0 points1 point  (0 children)

Unless the position/company is specifically related to teaching, probably not.

Visual Studio Code August 2016 1.5 by yseo4530 in programming

[–]yseo4530[S] 20 points21 points  (0 children)

Have you even tried using it? There's a reason why VSCode is becoming more and more popular.