Forcing iCloud to keep a local copy of a file
iCloud is not as smart as it should be and can't be configured enough to make up for that, so here's a workaround.
People talk about the exhilaration of motorcycling. And they’re not wrong.
Here’s a toy program I wrote today in Python 3.6, to try out the asyncio.Queue
object. One coroutine pushes an item to the queue every second, and two more fetch them from the queue and “process” them. Over time, the processors are too slow and the queue builds up.