-
- Private work.
- Updated docker desktop.
- Severe warnings all day in nyc. Subways flooded, trains cancelled. Heavy rain.
- AI cup finished, mvl over magnus wow. Fedoseev d2 and sevian d3.
- Chatgpt now has image/voice capability: https://openai.com/blog/chatgpt-can-now-see-hear-and-speak
- Received and prepped groceries. The new amazon fresh cold bags (lining) are great.
- Pentagon building military-specific starlink (and calling it starshield), spacex won 70M contract.
- National coffee day. Lots of places giving out free cups.
- Remember reverse proxies were originally intended to perform common tasks so your backend services didn’t have to: ssl termination, compression, filtering, security, whatever. That’s why the word reverse is in the name. It’s not just nginx to handle https as an entry point. It’s reverse, to offload these responsibilities from your apps.
- And API gateways are a more recent “handle all” solution to the network entry layer. More features, more complex. They do everything that an old school nginx container would, and much more. Load balancing, caching, monitoring, rate limiting, auth, etc.
- I use AWS API gateway, but remember the popular Kong (build on top of nginx).
- And remember: in an orchestration layer, you can get all this functionality from the Ingress/Service components.
- Saw X out. Nearly 20 years (04). Basically a long chain of squanderers becoming survivors becoming apprentices becoming incumbents.
- Getting pretty close on qwerty/dvorak typing.
- OneWheel recalled ALL boards! https://recall.onewheel.com/safety
- Haircut.
- Sarah’s CD release party and Watson’s ny->mi.
- Supercontest: fixed a small bug in the pick5random feature https://gitlab.com/bmahlstedt/supercontest/-/issues/213