Jason Scheirer
Jason Scheirer
Jason Scheirer
Hi, I’m Jason Scheirer. I’m a professional programmer and in my free time I’m a hobbyist programmer. I write games, I make little web toys, I talk about the passage of time. If you’re quiet on a summer’s day you can hear me whispering about JavaScript on the cool breeze.
Latest Posts
I have two desktop systems, side-by-side: an Intel Mac Mini and an Intel 21" iMac. The Mini runs Leopard and the iMac runs Ubuntu Karmic Koala, and I find myself completely satisfied with the Linux desktop, and switch back to OSX as an...
I am Jason Scheirer, a completely unremarkable software developer in the Bay Area initially from the Inland Empire. A rough timeline of my life as a software engineer: Start programming BASIC in elementary school, escalating to pirated...
window.addEventListener('DOMContentLoaded', (event) => { new PagefindUI({ element: "#search", showSubResults: true }); }); Powered by Pagefind.
This is a small toy for figuring out what to do with a set of letters. Use _ as a wildcard. const rootWordNode =...
There are so many tools to do this online and a lot of them are annoying or covered in ads or both. Type text, get transforms. const randomChoice = (array) => array[Math.floor(Math.random() * array.length)]; const plainAlphabetMapping =...