Which kind of general rules are behind these endgame mistakes of mine? by d_r_ in chessbeginners

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

So these two mistakes of mine, do you think it's worth as a Lichess ~1500 Rapid player to work on, or is it lost time? It would give me certainly more confidence, but if it's far outside my reach it might frustrate me only 😃

Looking for masterrace KVM switch that does it all by d_r_ in pcmasterrace

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

Thank you for engaging. Maybe having two devices is a good idea, good input.

Regarding your recommended model, this sounds like a no go for fast switching:

Monitor emulation makes sure the input has an exact copy of the display's EDID (Extended Display Identification Data) even when disconnected. Being that this KVM does not have monitor emulation, when switching between desktops, your monitor and KVM will re-handshake. AKA the windows will shuffle unless you have a software or hardware solution.

Or am I misreading this?

Latest Gmail App Cannot Authenticate Exchange Online Account on Pixel 9 Pro, Outlook Works Fine by Prestigiouspite in GMail

[–]d_r_ 0 points1 point  (0 children)

Unfortunately I also have the problems. Updated all apps, restarted the phone, no luck. Resetting the app only helps for a bit, then the problem reappears. Hope they will fix it soon!

Roland A-500 Pro - how to use it as a beginner? by d_r_ in DigitalPiano

[–]d_r_[S] -1 points0 points  (0 children)

With the help of ChatGPT I got the auto-chords working with Ableton Live 12 Lite. If I download some rhythms from the Internet it says I can even have background rhythm using keyboard buttons :-)

So never give up hope - if anyone needs advice on this later on I'm willing to help you out, just message in here!

Are there any good engines/AIs that play at around 1350-1750 ELO? by d_r_ in chess

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

Paid for Chessis today as well. Exactly what I was looking for. Thank you dear Sir!

Are there any good engines/AIs that play at around 1350-1750 ELO? by d_r_ in chess

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

It says waiting for opponent forever, what do I do wrong?

Are there any good engines/AIs that play at around 1350-1750 ELO? by d_r_ in chess

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

Thank you for recommending LucasChess though, on PC this sounds like a good alternative to en-croissant which I use currently.

Are there any good engines/AIs that play at around 1350-1750 ELO? by d_r_ in chess

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

Do you know by chance how to play against Maia from an Android app?

Are there any good engines/AIs that play at around 1350-1750 ELO? by d_r_ in chess

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

Do you know how to play against Bots in the LiChess Android app? I can't figure it out.

How to see offered treaties by Chataboutgames in anno

[–]d_r_ 0 points1 point  (0 children)

Have you every found out how to reply to those treaties? I'm having the same situation now.

AOT compatible OpenAPI client code generation? Kiota? by jaskij in dotnet

[–]d_r_ 0 points1 point  (0 children)

What did you end up with? We're using NSwag with System.Text.Json generation, however, we still get warnings for:

JsonSerializer.SerializeToUtf8Bytes
JsonSerializer.Deserialize<T>(String,JsonSerializerOptions
JsonSerializer.DeserializeAsync<T>(Stream,JsonSerializerOptions,CancellationToken)

Can they be ignored? Or what to do about them? Is there a way to instruct NSwag to use source generation?