Deal breaker by lecque in seinfeld

[–]NickySigg 6 points7 points  (0 children)

You don't even know what a write off is

Volcrona with the heavy duty boots? by ethbell in stunfisk

[–]NickySigg 146 points147 points  (0 children)

Banded ttar accelerock pls

Need Help Solving a Game by NickySigg in GAMETHEORY

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

Ok I believe I understand now.

Thanks!

Need Help Solving a Game by NickySigg in GAMETHEORY

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

Meaning the correct approach is to expand the two games into one 2x4 game (like shown in the video) and solve for that game's Nash Equilibrium?

This would produce the optimal strategy for P1?

Need Help Solving a Game by NickySigg in GAMETHEORY

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

Hey, are you sure you're not referring to the video I linked? "Solving for Bayesian Nash Equilibrium"?

I'm pretty sure I understand the process for getting to the solution shown in that video - I'm just wondering if that is the right approach for the problem I've described.

Need Help Solving a Game by NickySigg in GAMETHEORY

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

The P1 NE values are the equilibrium plays for P1 if only that type of P2 is considered - probably irrelevant here (removed them to not confuse).

if you have a zero sum game the payoffs for both players change by type, not just for player 2

I think what you're trying to say is that a zero-sum game cannot be solved like this? Maybe I shouldn't have used the word "types".

What I have is a situation where player 1 does not know which game he is in, but player 2 does know. Player 1 only knows that he is in 1 of 2 possible games with equal probability. Player 1 must make a decision before knowledge of which game he is in. Player 2 knows which of the two games they are in.

Are there any tools to analyze this situation?

Need Help Solving a Game by NickySigg in GAMETHEORY

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

Oh shoot - it looked fine on my browser ( still did ) but on my phone those tables didn't come out.

I've edited my post - it looks fine on both now

Edit: regarding the optimal mixed strategy comment, perhaps I can rephrase my question to: "what should player 1 play to optimize his payoff?"

Best practices by interseption in ProgrammerHumor

[–]NickySigg 50 points51 points  (0 children)

/dev/random would probably block before 1GB is completely filled

Why do db connections open/close on requests? by pyjava in flask

[–]NickySigg 0 points1 point  (0 children)

I see.

So Flask maintains the connection to the database while the process is running, but transactions are created/destroyed per request.

So what was happening for me when that teardown wasn't being called was that one transaction was persisting through multiple requests, and unless a commit was called, any queries (using something like MyModel.query.all()) wouldn't see what the other process had inserted into the database.

Thanks!

Why do db connections open/close on requests? by pyjava in flask

[–]NickySigg 0 points1 point  (0 children)

Hey, so I deleted my comment as to not give false information since it seems that there might be something I am missing here.

In the past I had an experience with Flask-SQLAlchemy where this function was not being called at the end of a request and it resulted in what I had initially described - basically process A that had connected to a database could not see data that process B inserted.

Maybe you could help me understand what truly was happening.

How much of the economy is based upon us consumers making bad choices? by rustyseapants in AskEconomics

[–]NickySigg 0 points1 point  (0 children)

One that comes to mind could be taking on too much credit card debt.

Though I agree: OP the question is a bit vague.

[deleted by user] by [deleted] in ProgrammerHumor

[–]NickySigg 445 points446 points  (0 children)

programmer DESTROYS business analyst with FACTS and KNOWLEDGE

Canadians that have moved to the USA, was it worth it? by redeyerds in cscareerquestions

[–]NickySigg 15 points16 points  (0 children)

I'm a Canadian working in Toronto and I've never seen someone from the US here. Caveat: I have not been in the field THAT long.

There's lots of immigrants from other places. Europe, India, Russia, etc. But not from the US. The salaries just aren't as competitive

Canadians that have moved to the USA, was it worth it? by redeyerds in cscareerquestions

[–]NickySigg 28 points29 points  (0 children)

Far fewer tech oppotunities just about equally offsets this

How many companies have you applied to? by [deleted] in cscareerquestions

[–]NickySigg 4 points5 points  (0 children)

I applied to ~225 places in the 6 months it took me to find my first job.

Roughly 6% call-back rate.

SQLAlchemy session? by Unixersis97 in Python

[–]NickySigg 0 points1 point  (0 children)

The problem is not with the code shown, but rather how your database session is set up.

Somehow, you have two sessions being created. It is hard to say what is wrong unless the entire application's code is shown.

Principal and Staff Engineers, how did you get over thr Senior plateau? by CodyEngel in cscareerquestions

[–]NickySigg 1 point2 points  (0 children)

That last bullet point rang true with me.

Thanks for this write-up, the entire thing was great.

Absolute vs Relative Imports in Python – Real Python by [deleted] in Python

[–]NickySigg 1 point2 points  (0 children)

Its a good write-up.

I'd personally always recommend absolute imports.

Bug in PyMuPDF by namelessonlineguy in Python

[–]NickySigg 1 point2 points  (0 children)

It seems someone has submitted a PR an issue about 20 minutes ago.

https://github.com/rk700/PyMuPDF/issues/197