HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mantap

no profile record

comments

mantap
·há 7 anos·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
·há 7 anos·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
·há 7 anos·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
·há 7 anos·discuss
Closures are objects that can participate in cycles. And the lifetime of closures is very hard to track statically.