General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Chaos Corner
Brodie Robertson
comments
Comments by "Chaos Corner" (@chaos.corner) on "Never Use Emojis In Your File Names" video.
It happens easily when using tools like yt-dlp. It can break things pretty well like some files become invisible over samba (or maybe the vifs implementation in vlc, I forget). Fortunately it can be told to use a restricted character set which makes things ugly but at least they work.
7
It's generally better to harden code to handle it though because you're going to run across it sooner or later. Not taking care to handle input properly is how SQL injection attacks are born. But yeah, for quicky get-the-job-done scripts, it's easier to keep it simple. Just be careful of scope creep.
6
I'm not a huge fan of emojis as characters but they characters they are and so should be handled appropriately. What this indicates to me is that a boneheaded decision was likely made somewhere else.
3