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 Mule

I tried this at REO Pub in Lansing, MI — Vanessa mixed it for me :) Takes me back to trips to the Upper Peninsula. The Michigan Mule Ingredients: - 2.5 oz of Michigan Cherry Infused Vodka (Increase by 0.5 oz to amplify cherry flavor) - 1 o…

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…