HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bvanheu

no profile record

comments

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