AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Docker and Kubernetes Containers
Docker is an amazing piece of technology, but it's quite inefficient in starting containers. Most containers end up having lots of data that's never actually read. We need to deduplicate the content by computing and check some of every file. It's actually sort of similar to how Lambda works. But Lambda is also not fast enough for long-running jobs.