Just a small note, don't do emojis in your filename buddy
Emojis are just Unicode characters, so this comment made me ask myself: which modern file system does not support Unicode in file names?
As far as I see it, today there is no reason not to use Emojis in file names if the target operating system is:
- Windows (XP and older use NTFS which supports Unicode in file names)
- Mac OS (APFS supports Unicode in file names)
- Linux (I only checked XFS and ext4 for Unicode support in file names)
This is of course purely from a technical point of view.