Viewing profile — RelentlessOpt
RelentlessOpt
HN member- Joined
- Fri, Feb 11, 2022, 12:58 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About RelentlessOpt
No profile information was provided.
Recent public activity
-
comment
Comment #40883909
I wrote an app to analyze my Wordle play - I tell it my guesses (with the answer last) and it tells me how many possible answers were left after each turn, what the best next play …
-
comment
Comment #39279216
Thanks for building this! It's a neat variation of Wordle. I enjoyed figuring out what an ideal guess would be, and just wrote about it: https://relentlessoptimizer.com/gaming/2024…
-
comment
Comment #32681772
No, AVX and AVX2 are amd64 things (Intel and AMD). The equivalent SIMD instruction set for arm 64 (including the Apple M1) is called NEON. See https://developer.arm.com/documentati…
-
comment
Comment #31347370
There are also MacOS releases of DosBox-X, including one for M1 (ARM64), and MOO and MOO2 work correctly on my M1 MacBook.
-
comment
Comment #30295376
I'm building a game algebra and playthrough animations for the game Kingdom Rush. I love iterating on strategies but couldn't remember a whole playthrough well enough to iterate. S…