Code Buckets

Buckets of code

Npm Package for Realistic Random Letter Generation

Moving on from my recent post about a realistic way to generate random letters – I’ve now published the work as an npm package. It’s largely an exercise in publishing npm packages but it I still like the utility and…

Infinite Buddha Quotes

Just moving on from the Pali Canon API that I published recently – I’ve published a web app which consumes the API. It randomly displays a quote from the Buddha, fades it out and displays the next with a suitably…

Buddhist Texts API: Dhammapada

A while ago I was looking for an API which provided Buddhists Texts and I couldn’t finda good one – so I’ve created one myself and published it. I’ve started with the Dhammapada which is pretty much the most well-known…

Where’s Kitty

After many months of intensive research, user testing and damn clever coding I have produced the ground-breaking gaming experience of Where’s Kitty – available online. Click here to play. Rules 20 Kittys have hidden themselves under the grid. It’s your…

Cellular Automata with React

Here is a fun thing – above is cellular automation coded (by me) in React. Specifically, it is Conway’s Game of Life Rules The rules are Any live cell with two or three live neighbours survives. Any dead cell with…