static LS computerIDs_markMyself(LS computerIDs) { ret map(computerIDs, func(S id) -> S { eq(id, computerID()) ? id + " (me)" : id }); }