Live data from Hacker News

Viewing profile — lep_qq

lep_qq

HN member
Joined
Thu, Jan 08, 2026, 5:11 PM UTC
HN karma
-4
Public activity
19 items

About lep_qq

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. story
  4. story
  5. story
  6. story
    I modeled traffic-weighted SLOs as probability chains in PromQL

    Most SLO tools treat a user journey as binary: either all services are up, or the whole thing is down. That breaks when traffic doesn't flow uniformly through all your services. Th…

  7. story
    Show HN: SLOK – SLO composition with traffic-weighted service chains in K8s

    I've been building a Kubernetes operator for SLO management (SLOK) and just shipped a feature I haven't seen elsewhere: WEIGHTED_ROUTES composition. The problem Most SLO tools trea…

  8. story
  9. story
  10. comment
    Comment #47006251

    Hi all. To make different my Service Level Objective Operator for K8s I'm currently working on new api, SLOComposition: apiVersion: observability.slok.io/v1alpha1 kind: SLOComposit…

  11. story
  12. story
  13. story
    Show HN: SLOK – A Kubernetes operator for declarative SLOs and error budgets

    I’ve been building a Kubernetes operator called SLOK to manage Service Level Objectives using CRDs and Prometheus. The goal is to make SLOs a first-class, declarative resource in t…

  14. comment
    Comment #46609354

    This is frustrating to watch. MetaBrainz is exactly the kind of project AI companies should be supporting—open data, community-maintained, freely available for download in bulk. In…

  15. comment
    Comment #46605213

    The "auto-save drafts" pattern is surprisingly under-implemented in modern apps, especially considering how trivial it is with current tech. A simple approach that works well: Debo…

  16. comment
    Comment #46605133

    This resonates. We run a similar setup (managed K8s + managed DBs) and hit a comparable issue last year with a cloud provider's CNI update that broke pod-to-service networking for …

  17. story
    Show HN: StatefulSet Backup Operator v0.0.3–Configurable snapshots, Redis tested

    Update on the StatefulSet Backup Operator - a lightweight Kubernetes operator for automated backups using native VolumeSnapshot APIs. What's new in v0.0.3: VolumeSnapshotClass is n…

  18. story
    Show HN: StatefulSet Backup Operator v0.0.2 – Added tests and hooks improvements

    Quick update on the StatefulSet Backup Operator I shared last week. Based on early feedback and code review, I've made several improvements: What's new in v0.0.2-alpha: Container n…

  19. story
    Show HN: StatefulSet Backup Operator – Automated K8s PV Snapshots via CRDs

    I built a small Kubernetes operator that automates PV snapshots for StatefulSets using custom resources for scheduling and retention. It's at v0.0.1-alpha and very experimental. Th…