i
i
“You’re already unproductive enough,” was basically my thought. “What do you need a break from? Not getting stuff done?”
Very stressful :/
“You’re already unproductive enough,” was basically my thought. “What do you need a break from? Not getting stuff done?”
Very stressful :/
LSP is Microsoft, and large parts of vs (not code) are written in C# - I bet that’s why it behaves like this - so you can write a language server/client comfortably in C#
LSP is Microsoft, and large parts of vs (not code) are written in C# - I bet that’s why it behaves like this - so you can write a language server/client comfortably in C#
C#:
string str = new UTF8Encoder().Parse(byteArr); // str is stored as UTF-16 under the hood
Console.WriteLine(str[5]) // This will give bytes 10 and 11 of str decoded, basically - no matter what encoding byteArr was
C#:
string str = new UTF8Encoder().Parse(byteArr); // str is stored as UTF-16 under the hood
Console.WriteLine(str[5]) // This will give bytes 10 and 11 of str decoded, basically - no matter what encoding byteArr was
C# strings are UTF-16, and not multi-codepoint aware (i.e. 2 bytes are always 1 index, the character length of a 18-byte encodes string is always 9)
Anyway, I think C# takes that behavior from Win32, but not 100% sure.
C# strings are UTF-16, and not multi-codepoint aware (i.e. 2 bytes are always 1 index, the character length of a 18-byte encodes string is always 9)
Anyway, I think C# takes that behavior from Win32, but not 100% sure.
Especially disappointing is the lack of ability to talk to other language servers - e.g. giving part of my document to the rust/typescript/css language servers seems common, but is completely impossible
Especially disappointing is the lack of ability to talk to other language servers - e.g. giving part of my document to the rust/typescript/css language servers seems common, but is completely impossible
Same with voice cloning - great for trans people, they should get to use it!
Less great if scammer uses it
Same with voice cloning - great for trans people, they should get to use it!
Less great if scammer uses it
I didn’t get it to work with layer_shell
I didn’t get it to work with layer_shell
The game HUD you see on ESL/… stream is usually a transparent browser, on top of the fullscreen windowed game - directly composed on the spectators client’s machine.
Really weird when I saw this the first time lol
The game HUD you see on ESL/… stream is usually a transparent browser, on top of the fullscreen windowed game - directly composed on the spectators client’s machine.
Really weird when I saw this the first time lol
bsky.app/profile/acol...
bsky.app/profile/acol...
bsky.app/profile/acol...
bsky.app/profile/acol...
* I get the potential abuse issue, but that seems like a weird place to fix it
* I get the potential abuse issue, but that seems like a weird place to fix it
But this does seem like the thing rust would already have a crate for?
But this does seem like the thing rust would already have a crate for?
“Reply with NO unless it was you (or an authorized user)”
Is a clear way to phrase it, just to give an example
“Reply with NO unless it was you (or an authorized user)”
Is a clear way to phrase it, just to give an example
Working with it is pain every time, part ecosystem, part skill issue, part preference, part language design.
I don’t have any better idea, but rust can’t be the pinnacle yet :(
I just want fast+fun code…
Working with it is pain every time, part ecosystem, part skill issue, part preference, part language design.
I don’t have any better idea, but rust can’t be the pinnacle yet :(
I just want fast+fun code…