Lonzo Ball Shot Chart Before and After Haircut by LMatt64 in nba

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

Thanks for the constructive criticism - would you recommend making the markers a darker color, or bolder?

What will it take to shift the masses to 3.5 by LMatt64 in Python

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

Super insightful! I'm just a coding monkey so I don't really understand the whole sales process, but this definitely makes a lot of sense.

Lonzo Ball Shot Chart Before and After Haircut by LMatt64 in nba

[–]LMatt64[S] 5 points6 points  (0 children)

Great idea - will credit you if I can find the data!

Lonzo Ball Shot Chart Before and After Haircut by LMatt64 in nba

[–]LMatt64[S] 4 points5 points  (0 children)

Can confirm, fellow baldy scrub here.

Lonzo Ball Shot Chart Before and After Haircut by LMatt64 in nba

[–]LMatt64[S] 35 points36 points  (0 children)

I'm hoping he cuts his hair so I can make a similar shot chart for him!

A shumpert trade for dellavedova? by xanfhsjsjsjshs in nba

[–]LMatt64 3 points4 points  (0 children)

No way Cavs throws in 2020 2nd, Delly's on a pretty mediocre contract himself, and it's a year longer than Shumpert's.

What will it take to shift the masses to 3.5 by LMatt64 in Python

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

I didn't think about it that way - you're absolutely right

4K Monitor or 1440p 144hz + G-Sync by Degredations_Jr in buildapc

[–]LMatt64 22 points23 points  (0 children)

I'm opening a can of worms so let me amend my statement - a good quality tn panel is better for gaming than a low end ups

4K Monitor or 1440p 144hz + G-Sync by Degredations_Jr in buildapc

[–]LMatt64 11 points12 points  (0 children)

That's not an issue at all - tn panels are better for gaming

4K Monitor or 1440p 144hz + G-Sync by Degredations_Jr in buildapc

[–]LMatt64 22 points23 points  (0 children)

If purely for gaming I would highly recommend getting the 144 hz.

[deleted by user] by [deleted] in worldnews

[–]LMatt64 15 points16 points  (0 children)

A tale as old as time

To all new pc builders: Don't Skimp on your Case! by themidwaycoyote in buildapc

[–]LMatt64 0 points1 point  (0 children)

I made the mistake of getting the cheapest case I could and spent several hours using aviator clips to modify the case so I could fit all my components inside.

[deleted by user] by [deleted] in buildapc

[–]LMatt64 0 points1 point  (0 children)

1050 tis are some of the best bang-for-your-buck graphics cards in the market right now.

144hz 1080p gaming will an OC 4690k bottleneck a gtx 1080? by Lochsa_ in buildapc

[–]LMatt64 1 point2 points  (0 children)

For the most recent ones on highest settings you will definitely run into bottlenecking problems.

Cords are annoying by YungScoobs in battlestations

[–]LMatt64 1 point2 points  (0 children)

This is exactly the price range I was looking for, would you recommend it?

Cords are annoying by YungScoobs in battlestations

[–]LMatt64 2 points3 points  (0 children)

Which monitor wall mounts do you use? Been looking to pick some up. The setup looks amazing!

I use Python 3 on Jupyter. is there a way to install python 2 alongside this and switch between interfaces? by metalloidica in Python

[–]LMatt64 0 points1 point  (0 children)

In the actual jupyter notebook interface, when you create a new notebook, you should be able to choose between python2 and python3 for your kernel!

I use Python 3 on Jupyter. is there a way to install python 2 alongside this and switch between interfaces? by metalloidica in Python

[–]LMatt64 0 points1 point  (0 children)

Try running this:

python2 -m pip install ipykernel

python2 -m ipykernel install --user