Know what you want – Dockerfile 7GB to 1GB

Encountered the classic big image issue when I built a docker image with multi staging. Coming to what i was trying to achieve, I had this idea of hosting openai CLIP model for fun on gke so for that i was containerizing the following dependencies and app file, my requirement initially was torch torchvision ftfy…

Read More

The Top New Features in Apple’s iOS 26 and iPadOS 26

At the moment, Live Translation in Phone and FaceTime only works with one-on-one calls in English (UK and US), French (France), German, Portuguese (Brazil), and Spanish (Spain). Live Translation in Messages has slightly broader language support, including Chinese (simplified) and Japanese. Since there’s now a Phone app on iPadOS and MacOS, you can still take…

Read More

Pre-Validate User Permissions in CI/CD Pipelines: Secure and Efficient DevOps Automation

Introduction In modern DevOps practices, running pipelines without proper user validation can lead to unauthorized changes, security risks, and unnecessary resource consumption. By verifying credentials and permissions before starting a pipeline, teams can: Ensure only authorized users trigger deployments Reduce CPU and memory usage by preventing unnecessary pipeline runs Protect production and sensitive environments from…

Read More