RSSAmplifier

Blog

aviadhaham.me

Recent content on aviadhaham.me

aviadhaham.meRSS feed ↗2 posts

Latest posts

Headless Obsidian Sync for an AI Vault

I wanted my agent to write into the same Obsidian vault I use on my laptop, without giving the container direct access to my desktop. The setup ended up being pretty simple: a host-owned vault directory on the VPS a headless Obsidian Sync container the Hermes container mounting that same vault path a couple of basic permission guards That keeps Hermes inside the same note-taking flow I already…

Implementing Scalable GitOps With Argo CD and ApplicationSets: A Case Study

This infrastructure was developed at Nexxen , where I’m currently employed. Transitioning from the inefficient “ App of Apps ” model, we adopted GitOps with Argo CD and ApplicationSet s for improved efficiency and reliability. The old system, with its hunderds of declarative Argo Application s and frequent manual changes them, was operationally taxing, error-prone and not…