Paulus Pärssinen
Paulus Pärssinen
Just noting that PDEP is terrible on AMD processors before Zen 3. It essentially is emulated in the microcode and gets slower ([8 uops](https://mobile.twitter.com/uops_info/status/1202984196739870722)) for every bit set in the...
[Source RCON is ASCII-only protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol), unless the implementation has been modified by the game developers. I don't think we can do much here(?)
Huh, ``dotnet format`` gives me nothing locally 🤔
> > > Huh, `dotnet format` gives me nothing locally 🤔 > > > > > > @TalZaccai? > > @PaulusParssinen I am seeing dotnet format making changes when run...
> ... > > That formatting seems unfortunate 😬I'm running .NET 9 Preview which may be the reason. Testing if I can reproduce it by downgrading. > > ```shell >...
I think this can be considered as `dotnet format` bug, the question now is, do I apply the fix and maybe wrap it in `#region` (as member of [anti-#region legion](https://anti-region-legion.github.io/),...
Filed https://github.com/dotnet/sdk/issues/39898 (dotnet format recently moved there) I will format it using .NET 8 rules and move it to end of the `NumUtils` file for now, if thats okay?
I just realized I can just use normal array initializer to avoid the horrible formatting 😄
Will all the issues be transferred over by maintainters or do we need to copy them over?
👍 Great to have more docs! It's gonna be tought to keep the quoted code snippets in sync though?