Viewing profile — taiters_
taiters_
HN member- Joined
- Sat, Dec 23, 2023, 2:20 PM UTC
- HN karma
- 35
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About taiters_
No profile information was provided.
Recent public activity
-
comment
Comment #41342473
I dusted off an old project today. It's a browser based CHIP-8 emulator with a built in editor. https://chip8.dotslashdan.com/ I added the ability to import/export ROMs and finally…
-
comment
Comment #41324886
Thanks for the feedback! I've recently made a change to try to improve results (Specifically the thresholding step when it's processing the image). For me it's now finding the grid…
-
comment
Comment #41324855
I tried the blur threshold approach you mention in your post, and it's giving much better results! Great post btw, very detailed.
-
comment
Comment #41301562
Nice! Yeah the puzzle detection works really well in your one. I'll need to have a read through your write up to get some pointers.
-
comment
Comment #41300192
I've uploaded a quick recording here (Seems Youtube forced it to be a "Short"): https://www.youtube.com/shorts/rdZ25pyqqmA So ideally it should "solve" a sudoku puzzle when there's…
-
comment
Comment #41299855
Yeah that's good idea, thanks for the suggestion. I even went out and bought a puzzle book while building this, so it's definitely not something most people have around.
-
story
Show HN: Visual Sudoku solver in the browser
Hello! I recently wanted to learn a bit about computer vision. Initially, I wanted to build something which could solve a jigsaw puzzle, but figured I should start with something (…
-
story
Show HN: Interactive TSP Solver with Genetic Algorithms in Rust and WASM
I've recently started playing with genetic algorithms, aiming to eventually apply the NEAT algorithm to train some virtual race cars. Before jumping blindly into NEAT, I first trie…