home.social

#performance — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #performance, aggregated by home.social.

  1. Mit Ubuntu 26.04 LTS sind die optimierten amd64v3-Pakete für alle da. Was x86-64-v3 wirklich bringt, wie du es mit einem Befehl aktivierst und warum CachyOS diese Idee überhaupt erst populär gemacht hat.

    Vollständig lesbar nur mit kostenloser Registrierung im Blog.

    rueegger.me/ubuntu-2604-x86-64

    #Ubuntu #Linux #CachyOS #Performance

  2. Backlogs in are arithmetic, not mysteries.

    This article shows:
    • backlog drain time
    • consumer headroom
    • autoscaling triggers

    Failure modes:
    • retry amplification
    • metastability
    • cascading bottlenecks

    Sometimes shedding load > draining: bit.ly/4npFNmt

  3. Backlogs in #DistributedSystems are arithmetic, not mysteries.

    This #InfoQ article shows:
    • backlog drain time
    • consumer headroom
    • autoscaling triggers

    Failure modes:
    • retry amplification
    • metastability
    • cascading bottlenecks

    Sometimes shedding load > draining: bit.ly/4npFNmt

    #DevOps #Performance #Queue

  4. Morgen am 14.05. in #Leipzig um 18:30 Uhr:

    :blobmiou: Küfa im Wasserschaden

    Hallo ihr Lieben!
    Wir laden euch herzlich ein zu unserem Kartoffel Püree Buffet mit vielen leckeren Toppings, damit ihr euch eure eigene Schüssel Kartoffelbrei zusammenstellen könnt :)
    Alles ohne Spendenempfehlung, gebt was ihr könnt und wollt. Unser Ziel ist es Menschen satt zu bekommen egal wie viel sie in den …

    Ort: Wasserschaden

    planlos-leipzig.org/events/kue

    #le1405 #Performance

  5. Morgen am 14.05. in #Leipzig um 14:00 Uhr:

    :blobmiou: Drag Männertag

    Drag Was? Drag Männertag!
    Am 14.05.2026 von 14 bis 18Uhr plant MisterButchJay eine DRAG-Gegenaktion zum traditionellen Männertag.
    Es wird ähnlich dem DragKingRace eine Art Wettbewerb sein, an dem Teams von jeweils 2 Drag Personen teilnehmen. Mit Aktionen wie Dragball Tournier, Eierschaukeln, Patriarchat abwerfen, Armwrestling, alkoh …

    Ort: Ostwache

    planlos-leipzig.org/events/dra

    #le1405 #Performance

  6. More tuning the of performance path in StyloBot at the moment.

    mostlylucid.net/blog/stylobot-

    (It's the free, open source bot detection engine I'm building)

    This part is about making repeat traffic cheaper to process without turning the cache into a permanent source of wrong answers.

    That means boring but important mechanisms:

    EWMA updates

    hysteresis thresholds

    verdict caching

    variance watchdogs

    bounded memory

    refresh sampling

    I'm not an ML guy, but a lot of this maps neatly onto ML and control theory ideas once you start writing it down.

    The useful pattern is simple enough:

    learn from traffic, make the common path faster, keep enough uncertainty in the system that it can recover when the world changes.

    The next post in the StyloBot release series is a deep dive into that mechanism.

    Very much one for the nerds.

    In .NET so...kinda niche...ML / AI ...

    mostlylucid.net/blog/stylobot-

    #dotnet #opensource #aspnetcore #performance #systemsdesign

  7. More tuning the of performance path in StyloBot at the moment.

    mostlylucid.net/blog/stylobot-

    (It's the free, open source bot detection engine I'm building)

    This part is about making repeat traffic cheaper to process without turning the cache into a permanent source of wrong answers.

    That means boring but important mechanisms:

    EWMA updates

    hysteresis thresholds

    verdict caching

    variance watchdogs

    bounded memory

    refresh sampling

    I'm not an ML guy, but a lot of this maps neatly onto ML and control theory ideas once you start writing it down.

    The useful pattern is simple enough:

    learn from traffic, make the common path faster, keep enough uncertainty in the system that it can recover when the world changes.

    The next post in the StyloBot release series is a deep dive into that mechanism.

    Very much one for the nerds.

    In .NET so...kinda niche...ML / AI ...

    mostlylucid.net/blog/stylobot-

    #dotnet #opensource #aspnetcore #performance #systemsdesign

  8. More tuning the of performance path in StyloBot at the moment.

    mostlylucid.net/blog/stylobot-

    (It's the free, open source bot detection engine I'm building)

    This part is about making repeat traffic cheaper to process without turning the cache into a permanent source of wrong answers.

    That means boring but important mechanisms:

    EWMA updates

    hysteresis thresholds

    verdict caching

    variance watchdogs

    bounded memory

    refresh sampling

    I'm not an ML guy, but a lot of this maps neatly onto ML and control theory ideas once you start writing it down.

    The useful pattern is simple enough:

    learn from traffic, make the common path faster, keep enough uncertainty in the system that it can recover when the world changes.

    The next post in the StyloBot release series is a deep dive into that mechanism.

    Very much one for the nerds.

    In .NET so...kinda niche...ML / AI ...

    mostlylucid.net/blog/stylobot-

    #dotnet #opensource #aspnetcore #performance #systemsdesign

  9. More tuning the of performance path in StyloBot at the moment.

    mostlylucid.net/blog/stylobot-

    (It's the free, open source bot detection engine I'm building)

    This part is about making repeat traffic cheaper to process without turning the cache into a permanent source of wrong answers.

    That means boring but important mechanisms:

    EWMA updates

    hysteresis thresholds

    verdict caching

    variance watchdogs

    bounded memory

    refresh sampling

    I'm not an ML guy, but a lot of this maps neatly onto ML and control theory ideas once you start writing it down.

    The useful pattern is simple enough:

    learn from traffic, make the common path faster, keep enough uncertainty in the system that it can recover when the world changes.

    The next post in the StyloBot release series is a deep dive into that mechanism.

    Very much one for the nerds.

    In .NET so...kinda niche...ML / AI ...

    mostlylucid.net/blog/stylobot-

    #dotnet #opensource #aspnetcore #performance #systemsdesign

  10. More tuning the of performance path in StyloBot at the moment.

    mostlylucid.net/blog/stylobot-

    (It's the free, open source bot detection engine I'm building)

    This part is about making repeat traffic cheaper to process without turning the cache into a permanent source of wrong answers.

    That means boring but important mechanisms:

    EWMA updates

    hysteresis thresholds

    verdict caching

    variance watchdogs

    bounded memory

    refresh sampling

    I'm not an ML guy, but a lot of this maps neatly onto ML and control theory ideas once you start writing it down.

    The useful pattern is simple enough:

    learn from traffic, make the common path faster, keep enough uncertainty in the system that it can recover when the world changes.

    The next post in the StyloBot release series is a deep dive into that mechanism.

    Very much one for the nerds.

    In .NET so...kinda niche...ML / AI ...

    mostlylucid.net/blog/stylobot-

  11. Israel booed as five countries are eliminated in Eurovision semi-final

    Israel’s Eurovision entry Noam Bettan was booed by the crowd during his performance as five countries were eliminated…
    #Europe #EU #Eurovision #BoyGeorge #eurovisionsongcontest #EurovisionSongContest2026 #Israel #NoamBettan #performance #semi-final #WienerStadthalle
    europesays.com/europe/40913/