❯ parkerjones.dev
#database #games #homelab #lab #misc #post #software #web
Zola Surreal DB site cache
2025-01-10 7 min #zola#surrealdb#wasm#search

A note from later. This is the original, o1-era plan for running SurrealDB in the browser — written more confidently than the code deserved. Much of it (the BM25 full-text index, the page table, the l…

Typescript Graph Algorithms: BFS
2021-08-18 1 min #graph#rust#algorithms

Graph Algorithms in Rust: Breadth First Search (BFS) coming soon Reference Implementations HTTrack Cyotek WebCopy Content Grabber ParseHub OutWit Hub spidy Evine https://github.com/rivermont/spidy h…

Rust NES System: Part 1

The companion repo for this post can be found here: This is a post detailing my progress on building an Emulator in Rust. This isn't something I'm building from scratch, but in pursuit of learning rus…