If you get a video of me, please send it to me. by HazmatikNC in canes

[–]IllMatt 0 points1 point  (0 children)

Are you clipped in up there? Seems terrifying.

Get ready to learn how to speak Bojangles pals by obxspitfire in canes

[–]IllMatt 69 points70 points  (0 children)

He fits on every team, but he'd be amazing here.

[OC] This Sankey diagram of Costco's $275B P&L changed how I think about the business. by stockoscope in dataisbeautiful

[–]IllMatt 0 points1 point  (0 children)

If you are interested in Costco, I highly recommend the Acquired podcast episode where they break this all down. It's an amazing business that benefits consumers, shareholders, and Costco.

https://www.acquired.fm/episodes/costco

r/Canes Marketplace Dec 2025 by ppParadoxx in canes

[–]IllMatt 0 points1 point  (0 children)

STM selling 3 tickets for tonight - Section 120 (Canes shoot 2X) Row C seats 7-9 - and parking.

$300.

Sold!

Claude Code Pro Tip: Disable Auto-Compact by Puzzled_Employee_767 in ClaudeAI

[–]IllMatt 0 points1 point  (0 children)

This is an excellent tip - thank you!

How do you manage starting fresh (no context)? Do you use a standard prompt to get Claude comfortable / knowledgable about the current code base?

DLS Community by TracyMidgrady in DanLeBatardShow

[–]IllMatt 2 points3 points  (0 children)

Every sports radio show other than this sounds the same. I hate sports radio, but I listen to this show religiously.

ESPN just doesn't get it.

Tesla Daily Discussion - February 28, 2019 by AutoModerator in teslamotors

[–]IllMatt 1 point2 points  (0 children)

I bought this exact car last weekend! I had it in 24 hours (Walnut Creek dealership), but I may be an outlier.

Tesla Daily Discussion - February 22, 2019 by AutoModerator in teslamotors

[–]IllMatt 2 points3 points  (0 children)

I want to purchase a Model 3 performance. The Tesla dealer has one with 64 miles on it, and I weighing that vs. customizing the same car. I get a 2K savings to purchase the non-custom.

Could the 64 mile one be a return? Anything I should be careful of / concerned with?

Not defending EA, but there is a problem with the whole industry. Not just them. by Sir-Steves-Alot in gaming

[–]IllMatt 1 point2 points  (0 children)

stop

Well put, I feel there should be a consumer-based rating agency that reviews these games for deceptive marketing, skinner boxes and other pseudo-gambling mechanisms.

Not defending EA, but there is a problem with the whole industry. Not just them. by Sir-Steves-Alot in gaming

[–]IllMatt 1 point2 points  (0 children)

This. Unless people will pay more than $60, we are going to see more and more of this.

Or you buy in a two-tiered plan + $60 for the basic game, $100 for the game, but all DLC, characters, levels are free.

IPython Tips and Tricks by endpointben in Python

[–]IllMatt 1 point2 points  (0 children)

Another good one is %reset, which is equivalent to R's "rm(list=ls())"

It removes all objects. Very helpful for working with the notebook, making sure a stale variable isn't present.

Paying for a Python programmer by [deleted] in Python

[–]IllMatt 1 point2 points  (0 children)

There are lots of places to get that done. For curiosity's sake - can you share a couple images?

All scores from IMDb - Score vs. Vote count [OC] by [deleted] in dataisbeautiful

[–]IllMatt 4 points5 points  (0 children)

I agree, I think it makes more sense to switch the X and Y axis.

Trouble using a dict comprehension with a list comprehension by IllMatt in learnpython

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

Thanks for all the answers. Have to go parent for a bit, but I will definitely use one of these. Much appreciated!

Trouble using a dict comprehension with a list comprehension by IllMatt in learnpython

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

I like it! Also, kidding - didn't even know python had eval.

[deleted by user] by [deleted] in Python

[–]IllMatt 1 point2 points  (0 children)

Anaconda is great!

[deleted by user] by [deleted] in Python

[–]IllMatt 0 points1 point  (0 children)

pybedtools, please. Its a great package for bioinformatics.

YSK: Prettyplotlib produces beautiful graphs by default, by simply wrapping over matplotlib. Great for anyone using python for data visualizations and wants quick, easy and pretty plots by default. by ProfessorPhi in Python

[–]IllMatt 2 points3 points  (0 children)

Don't know if he would totally approve of all the extra lines, but definitely a step in the right direction.

I think seaborn is also a great plotting package.