This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Marco
mcognetta.bsky.social
did:plc:y5aqbaiscl465n5dviqhfwh4
significantly more readable
def zoom2(arr, k):
return [v for row in arr for v in [[r for r in row for _ in range(k) ] for _ in range(k)]]
/s
2026-02-16T08:30:39.792Z