sudofox's journal

Austin Burk's journal, where I share little snippets of my writing, code, and dreams.

Entries from 2023-05-01 to 1 month

Drink Recipe: The Michigan Cherry Mule

My (Austin Burk) recipe. Takes me back to trips to the Upper Peninsula. Note that this contains ginger ale rather than ginger beer. The Michigan Cherry Mule Ingredients: - 2.5 oz of Michigan cherry infused vodka (Increase by 0.5 oz to ampl…

Hatena Intern 2023 challenge solution

I solved the remote internship puzzle. I took a simple brute-force approach. async function main() { let result; for(let i = 0; i < 10000; i++) { let code = i.toString().padStart(4, "0"); try { result = await unlock(code); console.log(`Fou…