HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mantap

no profile record

comments

mantap
·7 anni fa·discuss
The pre-chiclet keyboards were okay for their era but the <=2015 chiclet design is just so much more comfortable because of the lack of sharp edges and does a much better job at keeping dust out than the old open design.
mantap
·7 anni fa·discuss
The primary advantage of a schemaless binary encoding such as CBOR is that it lets you encode binary data directly instead of using a double encoding of base64 in JSON.
mantap
·7 anni fa·discuss
I tried CBOR but honestly the JS libraries available are not yet of production quality and I had to abandon it and go back to messagepack.
mantap
·7 anni fa·discuss
Closures are objects that can participate in cycles. And the lifetime of closures is very hard to track statically.