Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Microsoft Clarity Is Down?

Microsoft Clarity, a free user behavior analytics tool, is reportedly experiencing an outage, with users unable to access the dashboard or data. The status of the service is being monitored for restoration.

Related stories

  • A JAX developer found that array lookups on CPU-hosted data took over a second each, because arrays created with the `default_device` context manager are uncommitted to that device. Using `jax.device_put` to explicitly commit the array to the CPU reduced lookup times from ~1.2s to under 0.0002s, fixing a severe bottleneck in LLM training data loading.