エスケープ面倒だよねXML
My spicy take is that XML is better than YAML, because there are situations where XML is appropriate, but there’s no situation where YAML is appropriate. Let me explain…
78% MNIST accuracy using GZIP in under 10 lines of code.
おもろ。GZIPで特徴量押さえられるのか。Using GZIP compression and the k-Nearest Neighbors algorithm, we explore an innovative approach to classifying the MNIST dataset with about 78% accuracy
Stop Using State for React Forms, There is a Much Better Way! | HackerNoon
Learn how to optimize the performance of react forms by replacing useState with the native feature of JavaScript.
とは言うけど、選択肢Aを選んだら追加フォームを出すとかしたいから、react使ってたりすること多くない?