Hello, world
This blog now runs on my own stack — same bear-bones theme, no subscription.
Posts are markdown files, written through a local studio. Here’s a code block to prove syntax highlighting works:
def backprop(loss):
return loss.grad() # be a better dev :)
That’s it. Delete this post whenever.