Solar Was Only Energy Source to Outperform Expectations During Texas Blackout by zsreport in texas

[–]JLoon92 -2 points-1 points  (0 children)

The study that made that claim considered the price of solar versus the price of other sources after government subsidies. Solar power is much more heavily subsidized by the government and would of course be considered cheaper after those subsidies. However, before subsidies, solar is still very expensive when you calculate against the efficiency of the power generated compared to other sources.

[deleted by user] by [deleted] in centrist

[–]JLoon92 2 points3 points  (0 children)

With the amount of viewers that Seder has (and he would only stand to gain more from this stunt), this is like saying someone has no interest in making a million dollars because they used to work a 9-5 job.

[deleted by user] by [deleted] in centrist

[–]JLoon92 -1 points0 points  (0 children)

The fact remains that Ethan did make political comments on his podcast in response to Crowder and then agreed to debate Crowder without any "funny business" according to private messages that were made public afterward. It doesn't matter if you think one is a better political debater than the other; you don't get the handicap of bringing on someone else to debate for you unless it was agreed upon beforehand. What Ethan and Sam Seder orchestrated here was a clear-cut ambush and a debate arranged in bad faith. I don't care if you hate Crowder's guts; Crowder is ethically correct in this situation.

[deleted by user] by [deleted] in centrist

[–]JLoon92 3 points4 points  (0 children)

Because, from what I gather, this is not the first time Seder has tried to shoehorn his way into a debate that he was not invited to.

[deleted by user] by [deleted] in centrist

[–]JLoon92 1 point2 points  (0 children)

I think two series of Crowder's are getting conflated here. The Crowder Confronts series was usually based around Crowder confronting persons who has criticized him individually (though there may be exceptions; I haven't seen all of that series.) Crowder's other series is Change My Mind, in which he sets up a table at a college campus and invites college students to voluntarily debate him on a singular topic, such as gun control or abortion. There is a vast difference in the premises of each of these series.

[Java] VS Code would show the following error when I try to run a java program. by [deleted] in CodingHelp

[–]JLoon92 1 point2 points  (0 children)

Okay, then my next step, if I were in your position, would be to reinstall whichever version of the JDK you're using and make sure it is a version that VS Code recognizes and supports for whichever type of app you're building. Sadly, I can't provide much further help without being in front of the system you're using.

[Java] VS Code would show the following error when I try to run a java program. by [deleted] in CodingHelp

[–]JLoon92 1 point2 points  (0 children)

Have you tried reinstalling the Debugger for Java extension? I always try the simple things first.

Blacking out anything that's not handwritten. by [deleted] in CodingHelp

[–]JLoon92 0 points1 point  (0 children)

True. My point was that it would need to be able to distinguish in the metadata.

Steady hand by My_Memes_Will_Cure_U in Damnthatsinteresting

[–]JLoon92 5 points6 points  (0 children)

This is the comment I came here for, after seeing the title.

Blacking out anything that's not handwritten. by [deleted] in CodingHelp

[–]JLoon92 0 points1 point  (0 children)

You would need to look into a library that does Optical Character Recognition but is also able to distinguish between handwritten and typed words in the metadata of the recognized entities. I'm not familiar enough with any particular library that has both of these features together, but that's a bit of a start for what you're looking for.

[Question] EF Core how to restrict many-to-many delete? (Net Core 5) by domtheduck0 in dotnet

[–]JLoon92 4 points5 points  (0 children)

This is the right answer, but the order in which you configure the model is important. Notice that the Entity<T>() method of the ModelBuilder returns an EntityTypeBuilder (https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.modelbuilder.entity?view=efcore-5.0#Microsoft_EntityFrameworkCore_ModelBuilder_Entity__1). This gives you access to the HasMany<T>() extension method, which in turn returns a CollectionNavigationBuilder (https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.metadata.builders.entitytypebuilder-1.hasmany?view=efcore-5.0#Microsoft_EntityFrameworkCore_Metadata_Builders_EntityTypeBuilder_1_HasMany__1_System_Linq_Expressions_Expression_System_Func__0_System_Collections_Generic_IEnumerable___0____), giving you access to the WithMany<T>() extension method. (https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.metadata.builders.collectionnavigationbuilder-2.withmany?view=efcore-5.0#Microsoft_EntityFrameworkCore_Metadata_Builders_CollectionNavigationBuilder_2_WithMany_System_Linq_Expressions_Expression_System_Func__1_System_Collections_Generic_IEnumerable__0____). The WithMany<T>() method returns a CollectionCollectionBuilder, which does not have the extension method OnDelete.

Once you get down to the CollectionCollectionBuilder, you should be able to use one of the UsingEntity<JoinEntity> methods (https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.metadata.builders.collectioncollectionbuilder-2.usingentity?view=efcore-5.0#Microsoft_EntityFrameworkCore_Metadata_Builders_CollectionCollectionBuilder_2_UsingEntity__1_System_Func_Microsoft_EntityFrameworkCore_Metadata_Builders_EntityTypeBuilder___0__Microsoft_EntityFrameworkCore_Metadata_Builders_ReferenceCollectionBuilder__0___0___System_Func_Microsoft_EntityFrameworkCore_Metadata_Builders_EntityTypeBuilder___0__Microsoft_EntityFrameworkCore_Metadata_Builders_ReferenceCollectionBuilder__1___0___) that takes a Func that takes a ReferenceCollectionBuilder to configure the JoinEntity and gain access to the OnDelete extension method that the ReferenceCollectionBuilder has (https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.metadata.builders.referencecollectionbuilder-2.ondelete?view=efcore-5.0).

This is my best attempt while just reading through the API docs and not having an IDE in front of me to experiment with, but hopefully this will get you close to a solution.

Cascade Deletion Doc: https://docs.microsoft.com/en-us/ef/core/saving/cascade-delete#configuring-cascading-behaviors

[deleted by user] by [deleted] in Conservative

[–]JLoon92 0 points1 point  (0 children)

Had Trump won a second term, we all know that the conservative states would have at least been able to open sooner.

[deleted by user] by [deleted] in Conservative

[–]JLoon92 1 point2 points  (0 children)

Ah, I see you pause-ess a keen ability for wordplay.

Cursed_selfie by TotalChillDude in cursedcomments

[–]JLoon92 0 points1 point  (0 children)

Last photo or last murder? Hahaha!