RSSAmplifier

Blog

Architecting Bytes

Recent content on Architecting Bytes

example.orgRSS feed ↗5 posts

Latest posts

Streaming Messages from Temporal Workers to SSE Clients

Temporal recently put out a wonderful demo of
using Temporal to make prod-ready OpenAI agents ,
and I’ve seen many around asking a particular question about Temporal itself: 
 
 How do I stream responses from Temporal? 
 It’s a natural question, given how often SSE responses are used with LLMs. There are a few ways to approach this
problem, but I will focus on a…

System Design Tips for MediaConvert

In this post I’m going to share some tips on leading your AWS MediaConvert 
integration design with UX and SLA.
I’ll do this by telling you a story about a fictional social media platform, VidBuddies, and its fictional CEO (my cat
Patches). 
 
 Meet my cat Patches. She is an incredibly talented engineer and entrepreneur.
Patches is building a social media video…

Running an Aesthetic Analysis ML System on Temporal

Have we talked about Temporal ? 
 Look, your author is not one to shill for a product.
In fact, most of the time I approach products with cantankerous skepticism.
 But Temporal is special. 
The “durable execution” paradigm it champions is something the industry sorely needs. 
 In this talk, I demonstrate how we handle large-scale video aesthetic analysis,
with…

Hello World!


 About Me 
 My name is Eric Ziegler, I am a Software Architect at The Washington Post (specifically in the Arc XP division).
If you’ve watched a news video somewhere on the web besides TikTok and YouTube, there’s a good chance you interacted
with code I’ve written.
I work primarily with Python and Java, but occasionally also Rust and Kotlin. 
 When…

SSE Temporal Talk Resources

Thank you for coming to my talk! 
 Links 
 
 Slides 
 The original blog post 
 Code 
 Dallas Young’s Anthropic Demo 
 HTML Living Standard: SSE 
 MDN SSE Guide 
 Redis PubSub