HackerLangs
トップ新着トレンドコメント過去質問紹介求人

bvanheu

no profile record

コメント

bvanheu
·17 日前·議論
I think USA'n suffers more from discomfort than European, and the gp comment is an attempt at explaining that.

this is also my experience as a north American, sweating is a no-go and they clutch AC at 18C.
bvanheu
·先月·議論
> Windows is also a rare bird in UTF-16.

an interesting tidbit, some Windows kernel developer realized that most registry keys are ascii anyways so they could save up to 50% space simply by storing the name as ascii. The flag is called "compressed name" and they will pad with 0x00 when reading the name to make a proper utf-16 string.
bvanheu
·2 か月前·議論
[flagged]
bvanheu
·2 か月前·議論
that's the scenario they want to prevent. they can't force the client to use ipv4, if they connect via ipv6, they will be served an accss denied.
bvanheu
·3 か月前·議論
"cancel" means cancel the last operation (e.g. "quit the program", "yes/no" is an action taken on the prompt.
bvanheu
·3 か月前·議論
why would they need Copilot to insert ads on GitHub?
bvanheu
·4 か月前·議論
thank you for sharing, I was trying to find something similar that explains why UTC everywhere is such a bad idea!