0 Members and 1 Guest are viewing this topic.
So we can fit some 32x32 monochrome icons within Twitter's character limit. Nice. Gonna abuse this. https://t.co/fHDfiSxoi1— Julien Yuki Savard (@juju2143) September 14, 2017
So we can fit some 32x32 monochrome icons within Twitter's character limit. Nice. Gonna abuse this. https://t.co/fHDfiSxoi1
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿— Julien Yuki Savard (@juju2143) September 14, 2017
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
I realized yesterday I could fit a 32x32 monochrome picture using Braille characters on Twitter. So of course, we're gonna abuse this.<blockquote class="twitter-tweet" data-partner="tweetdeck"><p lang="en" dir="ltr">So we can fit some 32x32 monochrome icons within Twitter&#39;s character limit. Nice. Gonna abuse this. https://t.co/fHDfiSxoi1</p>— Julien Yuki Savard (@juju2143) September 14, 2017
youtube-dl -u <username> -p <password> http://www.nicovideo.jp/watch/sm8628149
w=process.argv[2];h=process.argv[3];fps=30;process.stdin.on('readable', () => { let c; while (null !== (c = process.stdin.read(w*h/8))) { let t=new Date(new Date().getTime()+1000/fps); let a=""; a+=String.fromCharCode(27)+"[2J"; for(let i=0; i<c.length; i++) { let x = 0x2800; for(let k=0;k<8;k++)x+=((c[Math.floor(i/(w/2))*(w/2)+Math.floor((i%(w/2))/4)+(Math.floor(k/2)*w/8)]>>((7-k%2)-(((i%(w/2))%4)*2)))&1)<<[0,3,1,4,2,5,6,7][k]; a+=String.fromCharCode(x); if((i+1)%(w/2)==0)a+="\n"; } process.stdout.write(a); while(t>new Date()){} }});
ffmpeg -i 【東方】Bad\ Apple\!\! PV【影絵】-sm8628149.mp4 -loglevel quiet -vcodec rawvideo -f rawvideo -pix_fmt monow pipe:1 | node badapple.js 512 384