First week of 2025
2025 is off to a pretty good start! I spent 3 days alone in Phu Quoc to recharge, didn’t do anything except swimming and reading Thistlefoot while drinking coconuts. I used to go regularly when I was single, but now it’s going to be my last trip for a while. Got lucky with the weather as well! Back home, I’ve made some progress on my crossword solver app. I opened a WebSocket to stream the intermediary results (“dead ends”) as the backtracking algorithm progresses; I think it looks cool. In the frontend, I’ve added a history so you can Ctrl-Z, and other minor convenience changes (right-click to toggle between black and white cells, etc). I should define the scope, though; I don’t plan to make it a full-blown “crossword editor.” I think I will just add the ability to export a grid and be done with it. ...