HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chipaca

no profile record

comments

chipaca
·3개월 전·discuss
I went to https://www.keyboardco.com/ and searched for left-handed and the keyboard in the photo popped up, as well as a bunch of weirder and wonderfuler ones.
chipaca
·작년·discuss
[flagged]
chipaca
·작년·discuss
Thank you for the comment. I would not have understood "can be navigated using mouse" to mean "dragging".

Also I hate that I can't select text on this. Probably because "dragging".
chipaca
·2년 전·discuss
I seem to remember non-blocking io with named pipes was unreliable, in the sense that the test suite of whatever-it-was (memory is reeealy sketchy, this was tens of years ago) would fail randomly often enough that we had to throw the easy solution away and do actual networking.

A bit like the .signature named pipe from fortune thing, where sometimes you got two signatures and sometimes none? Anybody remember that?
chipaca
·2년 전·discuss
Step 1, create a named pipe, and open it in non-blocking mode.

...

Unless things have changed a lot in this domain in the last few years, that won't work reliably _anywhere_.