• How do Computers Compute Modulus?

    A while back, in a mathematics course on cryptography, my professor made an offhand question directed towards me. We had been discussing certain cryptographic algorithms (which ones I don’t remember) and we were breaking down the steps. At a certain step, as with most cryptographic algorithms, there was a step...


  • Plutoplot project overview

    plutoplot.com is an online 3D graphing application I wrote a while ago. It supports entering equations in a fixed WYSIWYG panel in the top left, and using orbit controls (click and drag to orbit, scroll wheel to zoom) to control the 3D view. Plutoplot is built on THREE.js, which in...