I’ve been experimenting with a lightweight algebraic system for quantum-like transformations and built a pathfinding engine out of it. Instead of using traditional heuristics like in A*, it uses a quantum equality (XY = X/Y) as the initializer to navigate grids.<p>The result is a pathfinder tha...
Thread
Stories related to "Field-Based Pathfinding: A Quantum-Inspired Alternative to A*" across the full archive.
I’ve been experimenting with a lightweight algebraic system for quantum-like transformations and built a pathfinding engine out of it. Instead of using traditional heuristics like in A*, it uses a quantum equality (XY = X/Y) as the initializer to navigate grids.<p>The result is a pathfinder tha...
[Archive](https://eprint.iacr.org/2023/092)
This project builds upon cosine.club - an amazing music similarity search engine posted the other day (<a href="https://news.ycombinator.com/item?id=40072062">https://news.ycombinator.com/item?id=40072062</a>) which works by comparing audio embeddings between songs with...
I really like the idea of "One Big Text File" ([old Lobste.rs discussion](https://lobste.rs/s/ettc1n/my_productivity_app_is_single_txt_file)) as a simple productivity tool. So I made a very simple UI on top of a single `notes.md` file with a few features:
- Notes are rendered on a HTML page, serv...