I’m Ilya β CTO and co-founder of iProxy.online, and co-founder of Sintonia Strategy & Technology. Engineer and entrepreneur, based in Portugal.
This hub collects my originals plus reposts from my projects. More on the about page.
I’m Ilya β CTO and co-founder of iProxy.online, and co-founder of Sintonia Strategy & Technology. Engineer and entrepreneur, based in Portugal.
This hub collects my originals plus reposts from my projects. More on the about page.
My colleague Yury built validgo-gen β an OpenAPI 3.0 β Go generator that finally distinguishes missing fields from explicit nulls from zero values. Two-layer validation, chi integration, idiomatic output.
Are you still keeping API tokens in ~/.secrets? Any app you install can read them. ykvault encrypts every secret with a YubiKey challenge-response key β each get/set requires a physical touch, and the encrypted files are useless without your key.
Why I built agent-landlock β a small Go wrapper that uses Linux Landlock LSM to give coding agents YOLO mode without letting them escape the project directory.
A working guide to using a YubiKey for SSH on a real Linux fleet β the four knobs (resident, touch, PIN, agent), a four-mode policy for root and Ansible, software-only alternatives, and where SSH CAs fit in.
SSH punching for everyone who only knows ssh user@host β how -D replaces a corporate VPN, -R replaces a mesh VPN for NATβd boxes, and -L forwards Unix sockets. 3 flags, 3 bonuses, 1 man page.
180 accounts are breached every second β and most of it comes down to reused passwords and missing MFA. A look at the software quality collapse behind the headlines, and why the fix is the same infrastructure-level move HTTPS once made: passkeys, on-device DLP, and capability-scoped AI agents.
A post-mortem of intermittent HTTPS failures across a mobile proxy fleet: TLS 1.3 handshakes silently dying on memory-starved Android devices β large multi-packet handshake messages, inflated by post-quantum key shares, stressing proxy buffers under memory pressure.
How a frequently-restarting systemd unit with Type=exec leaked unreclaimable kernel slab memory (~60 MB/day) on Ubuntu hosts via a cgroup memory-accounting bug β and why only a full host reboot could free it.
apt-get update randomly hangs for hours on Ubuntu 24.04 LTS β known since 22.04, still not fixed. Worst part: it silently blocks unattended-upgrades, so your servers stop receiving security updates. The βfixβ is a cron job that kills stuck apt processes.
My ISP started upselling 10gbit XGS-PON β but how to test it without buying a 10G-capable machine? A $15 noname M.2 β PCIe expander + AQC107 NIC on an old HP G2 mini did the job. Plus the pcie_aspm=off gotcha.