11 pointsby MBCook6 hours ago3 comments
  • account4212 minutes ago
    Waiting for someone to an emoji-x86 backend to LLVM/GCC.
  • joha42702 hours ago
    Oh this is delightful!

    x86 assembly isn't something I'm familiar with (and I should really get back to $dayjob), but I will mention the existence of emoji-test.txt [1] in case somebody wants to try and mine more executable sequences. It might be worth paying attention to the minimally-qualified, unqualified and component lines, which can be added and removed semi freely. No idea if they actually correspond to useful byte sequences.

    [1]: https://www.unicode.org/Public/emoji/latest/emoji-test.txt

  • fuzzfactor5 hours ago
    For this to be reproducible the browser version is going to need to be specified.
    • joha42702 hours ago
      I don't see why that would matter. Sure, it was noticed on a browser but ultimately this article is about overlap between x86 assembly and a subset of the unicode standard. The browser isn't really involved.