Friday, December 13, 2024

OpenAI incident post-mortem; talk with AI, multimodal

OpenAI Status - API, ChatGPT & Sora Facing Issues

This post-mortem details an incident that occurred on December 11, 2024, where all OpenAI services experienced significant downtime. The issue stemmed from a new telemetry service deployment that unintentionally overwhelmed the Kubernetes control plane, causing cascading failures across critical systems.

12 Days of OpenAI | OpenAI


Santa Mode & Video in Advanced Voice—12 Days of OpenAI: Day 6 - YouTube

9 Node.js "Pillars"

Nine pillars of great Node apps with Natalia Venditto & Matteo Collina (JS Party #347) podcast

9 Principles for Doing Node.js Right in Enterprise Environments @ Platformatic HQ

1.

Do not block the event loop

2.

Monitor Node specific metrics and act on them

3.

Use Node LTS versions in production

4.

Automate testing, code review and conformance as much as possible

5.

Avoid dependency creep

6.

De-risk your dependencies

7.

Avoid global variables, config or singletons

8.

Handle errors and provide meaningful logs

9.

Use API specifications and automatically generate clients