Tag: Tools

Poolish Pizza Dough Calculator

June 10, 2022

In the past couple of months, I’ve been using a poolish to make our pizzas, and the results have been amazing. I made an online calculator that more or less goes by the recipe by Vito Iacopelli. It’s a really simple calculator that lets you change 3 variables in order to specify the amounts for…

Read more

Blowfish Encrypt/Decrypt

June 9, 2019

This is a simple web-app I made ages ago that encrypts and decrypts simple text with a password. It uses the mcrypt class in PHP, and the data is passed via AJAX. EDIT (10th June 2019): I’ve added a security certificate (thanks to Let’s Encrypt SSL), due to popular demand. Make sure you are visiting…

Read more