> it was more like getting stuck for a while then getting small break throughs
Like simulated annealing itself ;-) (Yes, I watched the deep dive clip)
Really cool that you give API examples right on the landing page BTW. Do you know if many customers use the API directly? Also really interesting to me that your algo is quick enough that you can return a solution directly before the HTTPS connection times out (I would have thought it might take half an hour to optimise, meaning you'd probably need to instead return some kind of handle that the user can use to pick up the solution via a different endpoint later).
A couple of minor nits I noticed, hope this is helpful rather than annoying:
- The "Blog" link at the top appears to produce a copy of the original landing page. Maybe just delete that link?
- The "API Response Structure" section is duplicated
- In the deep dive clip, at 5:31, the subtitle contains "three dpaq.ing", while at 5:54, both the voice and the subtitle say "third bin packer" (I suspect you meant "3D bin packer")