home.social

Search

1000 results for “aspnes”

  1. When the light is just right, the aspens really pop!

    I've finally got all the trails I think I can get onto the OSM map for the High Schells Wilderness, so I am getting to the writing of the quick overnight within it.

    #landscape #trees #aspen #nature #publiclands #HighSchellsWilderness #HumboldtToiyabeNF #Nevada

  2. Look at this beautiful photo Dewey Vanderhoff sent... aspens turning every color between Cody and Cooke City! Many more colors than my gray Wednesday palette today!

    #Montana #Billings #Q2 #KTVQ #MTN #Wyoming #Cody #CookeCity #trees #leaves #colors #fall #fallcolors #fallleaves #nature #scenery #Wednesday #weather #wx #mtwx #wywx #photography

  3. ☝️ Is this character for real?

    @aspensmonster

    Even plugging the proto-#tankie michael friggin #parenti — who's apparently peddling his pro-#dictatorship marxist-leninist-stalinist-maoist bunkus on #tiktok these days! — for whatever unhinged reason?

    Good for chuckles. There may be an entire minor cell of these #authoritarian #revolutionaries here on #Mastodon.

    #ccp #china #prc #tankienetwork #communist = #nationalsocialist #sycophant

  4. ☝️ Is this character for real?

    @aspensmonster

    Even plugging the proto-#tankie michael friggin #parenti — who's apparently peddling his pro-#dictatorship marxist-leninist-stalinist-maoist bunkus on #tiktok these days! — for whatever unhinged reason?

    Good for chuckles. There may be an entire minor cell of these #authoritarian #revolutionaries here on #Mastodon.

    #ccp #china #prc #tankienetwork #communist = #nationalsocialist #sycophant

  5. The task for the evenings this week is to update the #WebAPI workshop to #ASPNET7 and add a few new modules to it: #Hypermedia, Generating a client with #OpenAPI and Testing with #FluentAssertions

    Getting ready for #Codemash in 23 days!! It will be fun doing a full-day workshop soon.

  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. Modernizing .NET Part 24! 📊
    Today we’re implementing modern observability with Prometheus and Grafana.
    ✅ OpenTelemetry metrics
    ✅ Runtime health (GC, Threads)
    ✅ Kubernetes-native monitoring
    medium.com/@michael.kopt/moder
    #dotnet #csharp #aspnet #aspnetcore #csharp #prometheus #grafana #monitoring