LGLee Gainesinleeg.hashnode.dev·Jan 7, 2024 · 2 min readConfusable CharactersI was watching a presentation from David Flanagan that showed someone causing a lot of pain and confusion by replacing a c with a с in a YAML file. A c with a с? Isn't that the same thing? >>> x = 'c' >>> y = 'с' >>> x == y False The second characte...00
LGLee Gainesinleeg.hashnode.dev·Sep 18, 2023 · 3 min readWhat is a dataset?Dataset is a word I often run into when reading things about AI, machine learning, data engineering, etc. I don't fully grasp what a dataset actually is. Maybe I'm overthinking it, or perhaps it's just semantics, but let's try to clarify it. This is ...00