HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bvanheu

no profile record

comments

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