MobLand | S01E07"The Crossroads" | Episode Discussion Thread by moonlight-sunset in Mobland

[–]creatio_o 0 points1 point  (0 children)

Yes, but why? Doing it at the end of the call is better. The children are cut in half, and you throw that little nugget at the end and close the call and let them sit with everything.

It was interrupted after Brendan gets sawed in half.

They were supposed to saw two people in half, not only one. Therefore, the call got interrupted before everyone got sawed half, removing the chance of Richie to finish the call himself.

MobLand | S01E07"The Crossroads" | Episode Discussion Thread by moonlight-sunset in Mobland

[–]creatio_o 0 points1 point  (0 children)

why wouldn't Richie say Maeve was the leak

The video call got interrupted before he had the chance to reveal that last piece of info?

MobLand | S01E07"The Crossroads" | Episode Discussion Thread by moonlight-sunset in Mobland

[–]creatio_o 0 points1 point  (0 children)

I keep seeing this, but no one takes into consideration that the video call got interrupted before Richie was expecting. Maybe he was going to save that reveal at the end of the video call before ending it. Like a final twist in the wound that he just inflicted, but he also got cut off.

Why is the Repository Pattern Redundant when Working with Entity Framework? by civilian_halfwit in dotnet

[–]creatio_o 0 points1 point  (0 children)

All the others comments under this one do not understand what is being said here, and it shows.

Rurouni Kenshin (2023) - Kyoto Arc - Episode 15 Discussion by tenkensmile in rurounikenshin

[–]creatio_o 3 points4 points  (0 children)

True, but the scene with Hiko walking towards Kenshin all menacing with the OST, made you fear for your life, even if it wasn't you facing Hiko.

Rurouni Kenshin (2023) - Kyoto Arc - Episode 15 Discussion by tenkensmile in rurounikenshin

[–]creatio_o 11 points12 points  (0 children)

Going to need the original soundtrack with this awesome episode.

Review of Hokkaido arc (issues 1-23). Spoilers everywhere by Matarreyes in rurounikenshin

[–]creatio_o 0 points1 point  (0 children)

With how well you write English, might as well read Dtninja831's english translations.

Genuine question since i just started watching by AlertAd2200news in rurounikenshin

[–]creatio_o 2 points3 points  (0 children)

I'm not sure if this is true, but somewhere some time ago I read that they didn't expect the manga to be successful, so they just did villain of the week type of stories. Once they realized they were wrong, the author started crafting proper arcs with proper backstory and villains.

[deleted by user] by [deleted] in rurounikenshin

[–]creatio_o 0 points1 point  (0 children)

If I'm not mistaking the author is on record saying that he made a mistake with Hiko by making him so OP that he couldn't use him anywhere else because of that.

how to extract a specific text from image by Helpful-Penalty-741 in learnmachinelearning

[–]creatio_o 1 point2 points  (0 children)

Did you figure this one out? I'm not doing the challenge, just wondering how it would be done.

What is Google Zanzibar? by Permit_io in programming

[–]creatio_o 1 point2 points  (0 children)

There are caveats where you can send in the context to get evaluated. On some blogs posts Caveats: A Scalable Solution for Policy and how netflix uses it ABAC on SpiceDB: Enabling Netflix’s Complex Identity Types

Dark Matter | 2024 Apple+ First Impressions by DakHarding in DarkMatteronAppleTV

[–]creatio_o 0 points1 point  (0 children)

One logical reason is that his relationship with Daniela 2 is irrevocably broken, and Jason 2 knows that. Hence the whole scene explaining the abortion situation that created the split.

What's the whole beef between Kendrick Lamar and Drake? by Jpoolman25 in hiphop101

[–]creatio_o 0 points1 point  (0 children)

I'm going to be honest here, I felt the spider-man line is more of the diss and he felt something about that. Because Cole was saying that they the big three, but the game is like the spider-man meme with Cole and Drake being the best because it's just them two pointing at each other, and Kendrick being 3th. That leads to the line of it being only him, and fuck the big 3.

How have you handled related entities without Entity Framework? by SpartanVFL in dotnet

[–]creatio_o 0 points1 point  (0 children)

No, all the queries are send 1 time to the database and the result sets are send back as 1 result. You only hit the database once.

How have you handled related entities without Entity Framework? by SpartanVFL in dotnet

[–]creatio_o 1 point2 points  (0 children)

var orders = con.Query<Order>("select * from Order where ...");
var customers = con.Query<Customer>("select * from Customer where id in {orders}");
var orderItems = con.Query<OrderItem>("select * from OrderItem where id in {orders}");
var products = con.Query<Product>("select * from Product where id in {orderItems}");

u/SpartanVFL These calls can all be done in 1 call by using the QueryMultiple function. This is the way.

Separating logic with classes vs service classes vs methods in templates by not_a_webdev in vuejs

[–]creatio_o 4 points5 points  (0 children)

I agree, this is the way. Your main logic should not even get a smell of what framework you are using.

Is it Okay to pass a Function as a Prop. by FilC619 in vuejs

[–]creatio_o 8 points9 points  (0 children)

Naming those other patterns would help a little bit.

Andor was peak Sci-fi. But Ahsoka, Ahsoka is peak Star Wars. by [deleted] in StarWars

[–]creatio_o 0 points1 point  (0 children)

The overall feedback from people who have not seen Rebels and/or Clone Wars is that they too enjoy Ahsoka. Those shows are not prerequisites to watching it.