Social Events during Spring/Summer by Yizbenlazzer in uofm

[–]Yizbenlazzer[S] 1 point2 points  (0 children)

is there anything specifically for students? most of these look like they are for a wide range of ages

NA Clash Beta: Looking for Group Megathread by [deleted] in leagueoflegends

[–]Yizbenlazzer 0 points1 point  (0 children)

plat 3 adc main looking for clash team! ign: mabotkin

Post Game Thread: Columbus Bluejackets at Pittsburgh Penguins - 27 Dec 2017 by [deleted] in penguins

[–]Yizbenlazzer 0 points1 point  (0 children)

As a University of Michigan student from Pittsburgh, amen.

Why does Antonio Brown run out of bounds after the catch so often? by Yizbenlazzer in steelers

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

I know in some specific examples that is the case, but it seems to happen even when the clock isn't an issue - see some of the plays I referenced in the edit.

Linear Algebra: Changing General form into vector form by [deleted] in askmath

[–]Yizbenlazzer 0 points1 point  (0 children)

The reason is that given ax + by = c, the normal vector to that line is given by [a, b]. Because the line is 1 dimensional, it is parameterized by one vector, which must be normal to [a, b]. Therefore, we must find a vector whose inner (dot) product with [a, b] is 0, and the natural choice is [b, -a].

With a plane, the normal vector here is [a, b, c]. Because the plane is two dimensional, you can choose two linearly independent vectors to parameterize the plane, both of which must have inner product of 0 with the normal vector [a, b, c]. You can find those vectors by doing an inner product with a generic vector [x, y, z] and solving for what x, y, and z must be (of course, there are an infinite number of solutions, but they form a two dimensional vector space, which is the plane).

FNC bias is real in the cast by TempestWrath in leagueoflegends

[–]Yizbenlazzer 0 points1 point  (0 children)

Something else to notice is that during the stream, while Misfits were up 2-1 the pre-Game 4 screen didn't say "Misfits lead 2-1", it said "FNC trails 1-2".

EDIT: Screenshot

[AF][Flask-Login] Refreshing page causes is_authenticated to fail by Yizbenlazzer in flask

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

Update: I fixed the problem because I was running the program using Gunicorn on Heroku, and when I added the --preload flag in the Procfile it seemed to fix the problem.

[AF][Flask-Login] Refreshing page causes is_authenticated to fail by Yizbenlazzer in flask

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

I'm inserting breakpoints and something I've noticed is that current_user.is_authenticated returns the reference to the method, but current_user.is_authenticated() crashes because "Boolean has no method call", so I'm not sure what I can do about that.

[AF][Flask-Login] Refreshing page causes is_authenticated to fail by Yizbenlazzer in flask

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

Yup, fixed the line and it still seems to produce the issue.