A fast command-line tool for solving Queens puzzles
I've been hooked on Queens puzzles (https://www.linkedin.com/games/queens/) for the last few months, and decided to try and build a solver for them. Rather than doing a traditional solution search, I tried to model it instead on how humans solve these puzzles, iteratively eliminating and confirming possible squares for Queens. And since this was a side-project, I decided to go overboard, and try and make it as fast as possible (avoiding HashMap/HashSet in favor of bit fields, for example).
Does the same job
all alternatives →- MCMazeBattles.com – Race to solve generated mazes2018 · mazebattles.com · ▲63
- WCWord Champions, a word game written in ClojureScript2020 · danieljanus.pl · ▲76
- BABytle – A Wordle-like game where you guess an unsigned 8-bit binary int2022 · jamesl.me · ▲36

- MNMy New Puzzle Game2024 · shovemedia.com · ▲9
This is an idea I’ve been kicking around for a long time, and I decided to finally code it up. In the same way that Scrabble decomposes words into letters, what if there was a game that decomposed letters into sub-shapes? There’s a lot of directions this could go, and I’m still exploring the possibility space. Enjoy. Suggestions welcome. It doesn’t have a real name yet.
- ASA small symbolic math command line using algebrite and katex2018 · bwasti.com · ▲5
More work this month
the category →


The app store for voice native apps that lives in your notch
Work · 28d ago · voiceos.com

The New Calendly▲211Handle all of the work before, during, and after meetings
Work · 17d ago · calendly.com
Launched alongside, April 2025
the whole month →- IB
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions.…
Dev tools · 2025 · runpyxl.com
- UC
Life & fun · 2025 · filiph.github.io
- IB
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/
AI · 2025 · github.com


