Allowed file types:jpg, jpeg, gif, png, webm, mp4, pdfMax filesize is 16 MB.Max image dimensions are 15000 x 15000. You may upload 3 per post.
▶Anonymous 10/04/18 (Thu) 11:22:21 No.982509[Watch Thread][Show All Posts]
https://developer.gnome.org/glib/2.56/glib-Base64-Encoding.html#g-base64-encode-step
>Due to the way base64 encodes you will need at least: (len / 3 + 1) * 4 + 4 bytes
Why not just say
>len*(4/3)
▶Anonymous 10/04/18 (Thu) 11:34:26 No.982515
Maybe they reach different results as bytes can't be fractional
Why not ask the author, or the mailing list, or literally anywhere else
▶Anonymous 10/04/18 (Thu) 11:44:14 No.982520>>982547
Are you fucking retarded?
▶Anonymous 10/04/18 (Thu) 12:31:49 No.982547
>>982520
I guess I am. I'm still thinking in a Guile Scheme mindset where 4/3 is actually 4/3 instead of 1 or 1.3333333.