Going slightly off topic, I was interested to learn from this blog about Tiny Tapeout, the service they've used to order their custom chip design. The concept for anyone as unfamiliar with it as me is that lots of people pay a few hundred dollars each to get a small part of a chip being made, and once it's made they receive the chip ready to use with their section everyone else's, too, with a way to choose which bit gets run.<p>I know basically nothing about chip design, and I'm wondering if anyone could tell me: is this only useful for education purposes, for example learning how to make a chip that creates a donut on a screen, or are there people using Tiny Tapeout for useful projects, too?<p>For each of their chip runs, they publish a list of the different people's projects that got included - <a href="https://tinytapeout.com/runs/" rel="nofollow">https://tinytapeout.com/runs/</a> - but it's not easy to spot which ones might be more than somebody just learning how to play with chip design.<p>Essentially, if someone were to pick this up as a hobby, what is the most interesting thing they could make using this?
The thing about donut.c is that its source code is shaped like a donut, that’s a huge part of its charm.<p>While altering it to use shifts and adds is a fun exercise, since its source code is no longer shaped like the donut it renders, I would argue that a large part of its charm has disappeared and it’s no longer a donut.c
I've been <i>deeply</i> curious about the sort of speedup you get from doing what was in software, on hardware:<p>I know the chips hasn't been delivered yet, but, the statements at the beginning re: we can expect a new frame every N nanoseconds, give me hope there's a rough heuristic for what speedup we'd expect in this particular case.<p>Do we have a rough* understanding of what the speedup will be?<p>* Within 2 OOMs
So great to see this excellent explanation. Have been a fan of donut.c since it first came out. Also I'm way better at golfing js than c so it kinda feels like you wrote this just for me :)