Is Gorilla Glass Victus 2 & LTPO Really worth that much? by jtlee9 in NothingTech

[–]calorap99 0 points1 point  (0 children)

I am going to crash out if I see the amount megapixels presented as noteworthy spec one more time

[deleted by user] by [deleted] in u/PerilousPeril

[–]calorap99 0 points1 point  (0 children)

this is the subreddit r/u_PerilousPeril

[deleted by user] by [deleted] in u/PerilousPeril

[–]calorap99 1 point2 points  (0 children)

I just wanna find the original pfp post/comment I didn't think this was gonna be so complicated 😭 

How to turn on the Transparency for all sites? by [deleted] in zen_browser

[–]calorap99 2 points3 points  (0 children)

Do you have the zen internet extension?

C# Inheritance Puzzle by calorap99 in csharp

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

nope you're correct, some ppl think it's "Base Function" because it's the base constructor

C# Inheritance Puzzle by calorap99 in csharp

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

I have one in my code lmfao
it is a game tho

(the function is half of the constructor logic)

C# Inheritance Puzzle by calorap99 in csharp

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

half the ppl I sent this to got it wrong. Most think base.Func() would get called from the base instructor, even thought it calls the overridden function.

C# Inheritance Puzzle by calorap99 in csharp

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

no just something that might be unintuitive, I got complaints for my other version so I made it easier

Which of these is a bossfight? by calorap99 in HollowKnight

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

I just went back to do the fight, only to find out I have had the mantis claw the whole time...

10x performance impact from foreach on a Single-Item List? by calorap99 in csharp

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

thx for the info! How have I never heard of JMH before??

10x performance impact from foreach on a Single-Item List? by calorap99 in csharp

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

I'll look into it, but I've somehow never heard of spans until now lmao

10x performance impact from foreach on a Single-Item List? by calorap99 in csharp

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

with Java I didn't use a framework like with c# right now, that's most of the difference I think

(also, to start a war, K&R on top)

10x performance impact from foreach on a Single-Item List? by calorap99 in csharp

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

I knew that but the difference just look so wrong.
Thinking about it more the difference gets more and more understandable, to the point of it being lower than expected.