HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bvanheu

no profile record

comments

bvanheu
·17일 전·discuss
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
·지난달·discuss
> 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개월 전·discuss
[flagged]
bvanheu
·2개월 전·discuss
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개월 전·discuss
"cancel" means cancel the last operation (e.g. "quit the program", "yes/no" is an action taken on the prompt.
bvanheu
·3개월 전·discuss
why would they need Copilot to insert ads on GitHub?
bvanheu
·4개월 전·discuss
thank you for sharing, I was trying to find something similar that explains why UTC everywhere is such a bad idea!