Skip to content
daniel@cosenza:~/blog
RetrogamingNews May 2, 2026 2 min read

GGPO Rollback Netcode Goes Open Source

On October 9, 2019, Tony Cannon released GGPO under the MIT license, removing the licensing friction that had limited its adoption and helping cement rollback as the fighting game industry's netcode standard.

#news#ggpo#netcode
Read more
RetrogamingNews April 30, 2026 2 min read

MAME and MESS Officially Merge into One Unified Emulator

On May 27, 2015, the MESS project — which had emulated computers and consoles separately from MAME's arcade focus for over a decade — formally merged into MAME, realizing a unification effort that had been prototyped for years.

#news#mame#mess
Read more
SRE & DevOpsHow-To April 29, 2026 3 min read

How to Set Up Kubernetes NetworkPolicies

A complete walkthrough restricting which pods can talk to which — Kubernetes allows all pod-to-pod traffic by default, and NetworkPolicies are how you actually change that.

#howto#networkpolicy#kubernetes
Read more
SRE & DevOpsHow-To April 28, 2026 3 min read

How to Implement GitOps with ArgoCD

A complete walkthrough setting up ArgoCD so a Git repository becomes the single source of truth for your cluster state — deploy by merging, not by running kubectl commands manually.

#howto#gitops#argocd
Read more