TIL Data labelling is big business
Read interesting post data labelling becoming big business Data Annotation: The Billion Dollar Business Behind AI Breakthroughs.
From Document withUnsafeBytes behaviour when size != stride issue in Swift learned that layout could be checked not only on type like MemoryLayout<Int>.size
but on any value with MemoryLayout.size(ofValue: t)
.