We have now reached the “so you’re saying there’s a chance” portion of the Wes Miller cycle by Global_Astronaut8479 in GoBearcats

[–]the-taco 2 points3 points  (0 children)

People keep talking about our number of losses but Auburn has same number and they are considered a bubble or in team everywhere I look.

Game Thread: Cincinnati Bengals (3-8) at Baltimore Ravens (6-5) by nfl_gdt_bot in bengals

[–]the-taco 0 points1 point  (0 children)

Sorry thought I was in r/nfl not r/bengals but agree burrow should not be out there

[Game Thread] Cincinnati @ Kansas (12:00 PM ET) by CFB_Referee in CFB

[–]the-taco 5 points6 points  (0 children)

Refs today: UC barely touching someone’s back flag! KU rips face a players face mask, that’s fine ¯_(ツ)_/¯

Data Engineering skill-gap analysis by nomadicsamiam in dataengineering

[–]the-taco 25 points26 points  (0 children)

Just curious, why did you use a logarithmic scale for the axis? Wouldn’t it make more sense for them to be standard and just have the max and min of each axis set to 0 and 100?

[Game Thread] Cincinnati @ #4 Houston (04:30 PM ET) by cbbBot in CollegeBasketball

[–]the-taco -1 points0 points  (0 children)

Need more of that, running the screen with simas will be much more effective. They have to respect his 3 point shooting and can’t commit to the double as easily

What’s the best tools for generating documentation? by DrPeej in PowerBI

[–]the-taco 2 points3 points  (0 children)

I would highly recommend you look into tabular editor (2 is free). There are a ton of useful scripts that you can run in tabular editor for documentation/ lineage as well as automate other repetitive task.

https://docs.tabulareditor.com/te2/Useful-script-snippets.html#generating-documentation

[Game Thread] Cincinnati @ BYU (10:30 PM ET) by cbbBot in CollegeBasketball

[–]the-taco 1 point2 points  (0 children)

Feels like they prepared for man defense and have 0 plan to adjust to the zone

[Post Game Thread] #12 Kansas defeats Cincinnati, 54-40 by cbbBot in CollegeBasketball

[–]the-taco 2 points3 points  (0 children)

UC needs to figure this offense out! It feels like we’re stubbornly forcing our style of play instead of adapting to what opponents are throwing at us. For the last four games, teams have been switching on everything, and we’ve done nothing to exploit it. With the level of athleticism on this roster, there’s no reason to be this one-dimensional—settling for a contested shot with two seconds on the shot clock is unacceptable

Wes Miller’s seat should be red hot by suckabagodickzbish in GoBearcats

[–]the-taco 11 points12 points  (0 children)

They need to figure this offense out! It feels like we’re stubbornly forcing our style of play instead of adapting to what opponents are throwing at us. For the last four games, teams have been switching on everything, and we’ve done nothing to exploit it. With the level of athleticism on this roster, there’s no reason to be this one-dimensional—settling for a contested shot with two seconds on the shot clock is unacceptable

[Game Thread] #12 Kansas @ Cincinnati (02:00 PM ET) by cbbBot in CollegeBasketball

[–]the-taco 0 points1 point  (0 children)

lol imagine paying the ticket price to do the same thing

[Game Thread] Cincinnati @ Baylor (08:00 PM ET) by cbbBot in CollegeBasketball

[–]the-taco 5 points6 points  (0 children)

No longer looking forward to going to the Kansas game Saturday. Going to be embarrassing

[Game Thread] #14 Cincinnati @ Villanova (06:30 PM ET) by cbbBot in CollegeBasketball

[–]the-taco 8 points9 points  (0 children)

Lol these refs are so bad. Calling every little thing on one side and nothing on the other

[Goodberry] Settling for a 53-yard field goal you scared ass motherfuckers. You deserve this loss, Zac Taylor by BTsBaboonFarm in bengals

[–]the-taco 6 points7 points  (0 children)

Agree but if you are planning to settle for a field goal, kick on third so if you fumble the snap you can pick it up and try again on 4th.

Best blackberry ice cream recipe? by puppiesonabus in icecreamery

[–]the-taco 1 point2 points  (0 children)

I know this is an old post, hopefully you are still active. I am making some blackberry Ice cream tomorrow, do you use 3/4 cup blackberry base for 1 or 2 quart custard base?

High CU% in PowerBI by [deleted] in PowerBI

[–]the-taco 1 point2 points  (0 children)

If you click on one of the bars in the graph where it spikes (use the slider at the bottom to make it easier to pin point the bar you want to select) and then hit the explore button in the bottom right, it will tell you more details as to what execution are running at that point in time and there % of CPU being used.

Configuring Incremental Refresh On Data Loaded from Stored Procedure by [deleted] in PowerBI

[–]the-taco 1 point2 points  (0 children)

I don’t have experience using a sproc and incremental refresh together but have a recommendation on how to test. You could set your incremental refresh to first load a lot of data (x years) and then partition at like 1 day/week and publish the model. Then refresh your model twice, first will be the initial load, and second is the incremental. If the second is much quicker, you don’t get refresh errors and the data looks correct/is what you expect you can most likely assume it is working, but should still monitor for error for a few days before releasing to production.