• Remix
  • Share
  • New Entry

on 10 Oct 2021
  • 19
  • 468
  • 3
  • 0
  • 276
% It's possible to encode 1024 bits in an emoji character, but was getting
% too tricky. Matlab was counting emoji strangely.
% I couldn't stuff the whole link, so had to resort to a bit.ly link and
% redirect.
% IF you are too laze, here's the links:
% bit.ly/3mJadkT
% which, of course, will go to:
% https://www.youtube.com/watch?v=dQw4w9WgXcQ
% Enjoy getting rolled :)
q='0OeNO`222J20GB4G@2jdZj0GB5G@22=:20OeEO`00?`005eaR@3i9<203c>=`0Dlf`07DM`00TQF>0EoeH`1E3i60DIQl@00Q8^0OamE`22a8V0GEQnP2jDXl0GFd7@228Hd0OcKH`';
q=['0'*ones(1,22),q,'0'*ones(1,22)];
q=dec2bin(q-'0')';
q=q(:,:);
q=q(4:end)-'0';
q=reshape(q,33,33);
imagesc(q'-'0')
colormap bone
axis off equal
Remix Tree
Load full remix tree