Making Code Happen

Tag: github

  • Best Illusion of The Year 2019

    Holy cow, I won Best Illusion of the Year! Thank you to the contest organizers, other participants and fellow illusion chasers. This spinning shape appears to defy logic by rotating around both the horizontal and vertical axis at the same time! To make things even more confusing, the direction of rotation is also ambiguous. Some…

    Read more...

  • JSONCrush – Compress JSON into URL friendly strings

    I just open sourced an amazingly useful tool called JSONCrush. This simple system allows for excellent compression of URI encoded JSON strings using the JSCrush algorithm. It seems almost like magic how well it works. The minified version is under 2k of JavaScript! JSONCrush on GitHub Example JSON – 103 bytes {"students":[{"name":"Jack","age":17},{"name":"Jill","age":16},{"name":"Sue","age":16}],"class":"math"} URI Encoded Component…

    Read more...