static S otherPC() { L pcs = cast safeUnstructure(sendToLocalAwareness("list other pcs")); if (empty(pcs)) fail("No other PCs known"); ret first(pcs); }