2025-12-02 03:10:54
AWS and Google Cloud announce a jointly built multicloud networking solution and a new open interoperability spec; AWS plans a rollout with Azure later in 2026 (Ryan Christoffel/9to5Mac)
https://9to5mac.com/2025/12/01/amazon-googles-new-interco…





![class Mode(enum.IntEnum, shape=2):
IdleLow_SampleRising = 0 # CPOL=0, CPHA=0
IdleLow_SampleFalling = 1 # CPOL=0, CPHA=1
IdleHigh_SampleFalling = 2 # CPOL=1, CPHA=0
IdleHigh_SampleRising = 3 # CPOL=1, CPHA=1
@classmethod
def from_cpol_cpha(cls, cpol: Literal[0, 1], cpha: Literal[0, 1]):
return cls(cpol << 1 | cpha)](https://files.mastodon.social/media_attachments/files/115/647/484/755/806/014/small/612133ac14195a61.png)



















