from Hacker News

I made Bad Apple with apples (feat. the travelling salesman problem) [video]

by kevinlinxc on 2/27/24, 6:24 PM with 5 comments

  • by kevinlinxc on 2/27/24, 6:24 PM

    For the past two months, I've been working on making Bad Apple with apples. It had a bit of a hardware build but there was some really interesting software problems too so I figure this crowd might be interested :D (also someone is definitely going to tell me a better way I could have done it and I'm all for that)
  • by tveita on 2/27/24, 9:01 PM

    Another dubious optimization you could do is finding an optimal transport solution to move the apples the least amount of distance, something similar to the Earth Mover's Distance.

    https://jeremykun.com/2018/03/05/earthmover-distance/