themusicman
@themusicman@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on How long do you think until AI writes and debugs code better than the average programmer? 11 months ago:
Huh that’s a neat problem. My instinct was to use a (fire, regular) tuple for cost, but then what A* heuristic can you use…
I guess run it once with no cost for regular tiles and remove fire from any tiles it used. Then run with normal tile costs, but block fire tiles. That doesn’t break ties nicely of course and I’m not convinced the first pass has a good A* heuristic either…
- Comment on Most "simulation" games aren't simulators 11 months ago:
Snakebird is one of the best games I’ve ever played, full stop
- Comment on The SAT Question Everyone Got Wrong 11 months ago:
For anyone still struggling with the intuition:
How many times does a circle rotate if you roll it around a tiny dot? 1
How many times does it rotate if you roll it around another circle the same size? Gotta be more than the dot, right?