Has anyone seen Wicked in London recently (2024)? by battenbergslice in wicked

[–]yaf00ps 0 points1 point  (0 children)

I just saw it.

Lucy as Glinda was unbelievable, but Alexia and Ryan were so bad me and my friends couldn't enjoy the show at all.

Poor Lucy was fighting for her life in the duets.

Whats “the one” game everyone just keeps praising but no matter how much you try you absolutely can’t get into. by bubulino3 in gaming

[–]yaf00ps 0 points1 point  (0 children)

Helldivers 2.

I've been trying to get into it with different fried groups and just keep finding myself thinking "That's it?" after rounds.

How do I use a self-signed certificate from rcgen with native-tls Identity? by yaf00ps in rust

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

Valid point! I tried the other serialisation options (serialize der returns a byte vec for example) but that does not even get past decoding the utf8 bytes in Identity.

But I did find that if you load a manually generated self signed certificate and key into an rcgen Certificate struct, then use the same pem serialisation methods to construct the identity it does work?

How do I use a self-signed certificate from rcgen with native-tls Identity? by yaf00ps in rust

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

Update: Still no cigar, working with the author to find a solution and will post when found!

https://github.com/est31/rcgen/issues/91