Live data from Hacker News

Viewing profile — oleg2025

oleg2025

HN member
Joined
Wed, Sep 10, 2025, 5:52 PM UTC
HN karma
4
Public activity
4 items

About oleg2025

No profile information was provided.

Recent public activity

  1. comment
    Comment #49018053

    In my experience, good monitoring is a must have from the very beginning. Eyball dashboard from time to time to spot issues, and use during incidents. Things like connections stats…

  2. comment
    Comment #49018036

    FastAPI pattern works very well with Pgbouncer, when it is in transaction pool mode. Your Python application maintains a connection to Pgbouncer during the lifecycle of the request…

  3. comment
    Comment #48033422

    I've learned that compared to APIs, human interfaces are slow and messy, but there is actually a lot of science behind them. The good apps expose information well, and are optimise…

  4. comment
    Comment #48033325

    Couple of months ago I was inspired by kubectl, and built desktopctl CLI to control GUI apps. It uses combination of OCR and Accessibility API on Mac, represents UI as markdown, an…