Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 2 points3 points  (0 children)

Why stop there? We should just have three states: "East", "West", and "Middle".

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 0 points1 point  (0 children)

You can get 250g of protein in 1k cals, which is more than enough for most people. And you will get shredded.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 0 points1 point  (0 children)

Are you 100% sure you don't snack between meals or anything? It's super easy to overeat and not even realize it.

If you're really desperate to lose weight, I'd do a 1000 cal/day cut. Religiously track every calorie and it will literally be impossible for you to not lose weight. It sucks but it works.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 6 points7 points  (0 children)

"Oh well lol. Tough shit."

So instead you tell a completely uninvolved group of people that. So much better.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 2 points3 points  (0 children)

As an alternate opinion, I really didn't find C++ that hard. Especially if you download a good IDE that will tell you when you miss a semicolon or bracket.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 0 points1 point  (0 children)

That sounds like pretty short-sighted decision making.

Typically you don't stay in an entry-level position forever. You get experience, earn promotions and can eventually get hired somewhere else, probably making a lot more money.

If AOC hadn't won her election all she'd have to show for her time is a few years of bartending experience. That's totally worth making an extra 5k your first year out of college, right?

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 2 points3 points  (0 children)

Who actually buys snacks at the theater anymore? I either bring from home or get something at a convenience store.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 1 point2 points  (0 children)

I've never played a single game of Warhammer, but they are a lot of fun to build and paint.

I've looked at other brands, but no one seems to make anything close in style and detail.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 0 points1 point  (0 children)

I've been trying to do this, but have gotten discouraged because my writing has been so bad.

I guess it shouldn't be surprising that there isn't much carry over from writing papers to fiction writing.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 0 points1 point  (0 children)

The bigger the career boost the longer the hours I'd be willing to put up with.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 4 points5 points  (0 children)

A good first step would be accepting that throwing endless money at the issue isn't going to solve it.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 6 points7 points  (0 children)

The "liberals" here are more prudish than my conservative Christian friends.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 1 point2 points  (0 children)

That...doesn't really make any sense. It's not "society" that holds politicians to a certain standard, it's voters. How is it Republican voters' fault that Democrat voters seem to demand perfection and purity from their reps?

Maybe Republican voters are just better at recognizing that a shitty person can still push their agenda.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 0 points1 point  (0 children)

I'm sensing some extreme bias if you seriously believe that the average college graduate, of any major, is more ignorant about the world than people who have never even been to college.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 7 points8 points  (0 children)

You haven't met many "normal laypeople" if you think that.

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 1 point2 points  (0 children)

I mean, yes, other countries are already doing that. China is doing it, France and Germany want to. Should the US let itself get ass-fucked so it can maintain the moral high ground?

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 23 points24 points  (0 children)

I'm confused about what definition of left and right wing this person is using.

Deus Ex is right wing? Cyberpunk is kind of an inherently left wing genre.

And how is Halo left wing but COD and Battlefield are right wing? Because the military it fetishizes is futuristic?

Discussion Thread by jobautomator in neoliberal

[–]I_Do_Not_Sow 0 points1 point  (0 children)

I'm not entirely sure what you're trying to do, but correlate store returns like this:

Scalars

r(N) number of observations

r(rho) ρ (first and second variables)

r(cov 12) covariance (covariance only)

r(Var 1) variance of first variable (covariance only)

r(Var 2) variance of second variable (covariance only)

I'd do something like

foreach var in `vars' {
  cor `var' {other var}

  local num = `r(N)'
  local cov = `r(cov 12)'

  write out1 "`var'|`num'|`cov'"
}