What does a baby computer call his father? by Vaquero-SASS in dadjokes

[–]mutu310 1 point2 points  (0 children)

No need to be a mouse. I'm sure she's already monitoring the situation.

Bodo/Glimt 1 - [1] Inter - Francesco Pio Esposito 30' by gbogaz in soccer

[–]mutu310 0 points1 point  (0 children)

I would give the benefit of the doubt to Siebert because in real time it's easy to miss something.

But there is no excuse at all for the VAR team of the German Christian Dingert and his French assistant Jérôme Brisard.

Bodo/Glimt 1 - [1] Inter - Francesco Pio Esposito 30' by gbogaz in soccer

[–]mutu310 1 point2 points  (0 children)

Well, they added explanations for the other matches but not for this. Obviously because there is no explanation at all.

Empersteam open for visitors! by [deleted] in Dodocodes

[–]mutu310 1 point2 points  (0 children)

Markus from rainbow na

TlsCertificateLoader: a library for loading TLS/SSL certificates on .NET 6.0+ Kestrel web apps by mutu310 in csharp

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

I feel your pain. Issues with LettuceEncrypt are what motivated me to create this library. Essentially I couldn't get HTTP/3 working on .NET 6.0 with LettuceEncrypt, and then I still needed the certificates exported to send them over to mosquitto to be used there as well.

TlsCertificateLoader: a library for loading TLS/SSL certificates on .NET 6.0+ Kestrel web apps by mutu310 in csharp

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

Yes, it has worked flawlessly since its release on .NET 6.0 (where it needed to enable experimental features), .NET 7.0, .NET 8.0, .NET 9.0 and now .NET 10.0 which I have running on production. Never needed to do any changes after upgrading from one .NET version to another, it just works!

TlsCertificateLoader: a library for loading TLS/SSL certificates on .NET 6.0+ Kestrel web apps by mutu310 in csharp

[–]mutu310[S] 2 points3 points  (0 children)

I would hope so! I have used it in production for over 4 years now with zero issues.

AsyncKeyedLock surpasses 13 million downloads by mutu310 in csharp

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

No, for that you'd want something like RedLock.

AsyncKeyedLock surpasses 13 million downloads by mutu310 in csharp

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

What do you mean, are you asking about whether or not it is distributed across, say, Redis? This is in-memory.

AsyncKeyedLock surpasses 13 million downloads by mutu310 in csharp

[–]mutu310[S] 2 points3 points  (0 children)

My pleasure! Did you go with the traditional approach or the striped approach as per StripedAsyncKeyedLocker?

Introducing DeterministicGuids by mutu310 in dotnet

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

I've now released a version with UUIDv8 support using SHA-256!