1. X
  2. Petabridge
Log inSign up
Petabridge
1,424 posts
Image
user avatar
Petabridge
@petabridge
Maintainers and developers of @AkkaDotNet - we help .NET companies build large scale, high performance software.
Houston, TX
petabridge.com
Joined December 2014
47
Following
1,782
Followers
RepliesRepliesMediaMedia

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
  • Pinned
    user avatar
    Petabridge
    @petabridge
    Nov 23, 2025
    "How Do You Fix 70% Data Loss Across 1 Million Concurrent Connections?" - this is a question a Production @AkkaDotNET Support customer asked us earlier this year. We solved it. Here's how we did it:
    Image
    How Do You Fix 70% Data Loss Across 1 Million Concurrent Connections?
    From petabridge.com
    17K
  • Petabridge reposted
    user avatar
    Aaron Stannard
    @Aaronontheweb
    Jul 12
    Some updates on the performance work we're doing on @AkkaDotNET v1.6. Introduced multi-plexing over a single TCP connection and we're now pushing ~2.7m msg/s over a single TCP connection. That's using "toy" messages like bare strings, byte arrays, long integers, etc.
    Akka .NET v1.6 Artery.Tcp performance table.
    1.7K
  • user avatar
    Petabridge
    @petabridge
    Jul 7
    One of the worst testing anti-patterns we see when working with networking code: "test-and-reserve free port" Didn't work when humans wrote it, doesn't work when AI does it. Just bind to port 0 and fetch the bound address back if you need it, rather than do it twice.
    "Bind-and-test" anti-pattern
    1.8K
  • Petabridge reposted
    user avatar
    Aaron Stannard
    @Aaronontheweb
    Jul 2
    I've been wanting to get this video out the door like at least 6 weeks: "Introducing Netclaw: Always-on, Autonomous Agent Powered by @AkkaDotNET " Why have I spent hundreds of hours working on it, how does it help me, how does it work, and how can Netclaw help you?
    Image
    00:00
    2.8K
  • user avatar
    Petabridge
    @petabridge
    Jun 25
    Netclaw v0.24.2 is out now, with support for DwarfStar / ds4 inference as well as numerous other quality of life fixes and improvements
    Netclaw v0.24.2 release notes
    360
    user avatar
    Petabridge
    @petabridge
    Jun 25
    Replying to @petabridge
    Give Netclaw some love on GitHub:
    Image
    GitHub - netclaw-dev/netclaw: Simple, secure, reliable agents. Self-hosted. Open source. Built with...
    From github.com
    51
    user avatar
    Petabridge
    @petabridge
    Jun 25
    and join our Discord if you have questions:
    discord.com
    Join the Netclaw Discord Server!
    Check out the Netclaw community on Discord - hang out with 92 other members and enjoy free voice and text chat.
    23
  • Petabridge reposted
    user avatar
    Aaron Stannard
    @Aaronontheweb
    Jun 19
    Netclaw v0.24.0 is now live! Big features in this release are all UX related: 1. Vastly simplified onboarding via `netclaw init` 2. Edit / update config any time via `netclaw config` 3. All channels (Discord / Slack / etc) have identical tooling + full parity 4. Tons of fixes
    Netclaw v0.24.0 release - massive UX improvements for Netclaw
    1K
  • user avatar
    Petabridge
    @petabridge
    Jun 18
    New YouTube video: "Debug Akka.Streams in Production with OpenTelemetry" Covers the new OTEL support we added for visualizing @AkkaDotNET streams in Akka .NET v1.5.66. We capture the full rendering of the real streams flow so you can properly debug and measure these.
    Akka.Streams graph visualized in Seq
    Image
    909
    user avatar
    Petabridge
    @petabridge
    Jun 18
    Watch here: youtube.com/watch?v=lUFstR…
    85
    user avatar
    Petabridge
    @petabridge
    Jun 18
    Blog post is live here:
    Image
    Visualize Your Akka.Streams Graphs with OpenTelemetry
    From petabridge.com
    80
  • Petabridge reposted
    user avatar
    Aaron Stannard
    @Aaronontheweb
    Jun 12
    A thing I haven't talked much about yet: Netclaw ships an open source "skill server" that exposes the proposed @Cloudflare agent skills standard for being able to discover / version skills just like a package feed essentially. Idea is to make it trivial to sync skills across org
    Image
    712
  • user avatar
    Petabridge
    @petabridge
    Jun 10
    New video / blog post: "Why We Removed FluentAssertions from @AkkaDotNET " Akka .NET 1.5.64 removed FluentAssertions from every TestKit package. FA went commercial, and we were the 2nd-largest consumer of it on NuGet. No shade. But we won't hand a commercial dependency to every
    3.5K
    user avatar
    Petabridge
    @petabridge
    Jun 10
    And the accompanying blog post with a written version:
    Image
    Why We Removed FluentAssertions from Akka.NET
    From petabridge.com
    247
  • user avatar
    Petabridge
    @petabridge
    Jun 10
    Still holds up really well a year later! "Model Context Protocol Without the Hype" 👇1/3
    Model Context Protocol Without the Hype
    946
    user avatar
    Petabridge
    @petabridge
    Jun 10
    Video: youtube.com/watch?v=gSV8F3… (please subscribe)
    Image
    Comment from @gary4wood
    From youtube.com
    226
    user avatar
    Petabridge
    @petabridge
    Jun 10
    Blog post:
    Image
    Model Context Protocol, Without the Hype
    From petabridge.com
    95
  • user avatar
    Petabridge
    @petabridge
    Jun 7
    Using SkiaSharp to resize / compress images for multi-modal LLMs in Netclaw github.com/netclaw-dev/ne… Should make uploads more token and bandwidth-efficient
    Image
    fix(media): resize images once at ingest instead of re-inlining them every turn (#1296) by Aarono...
    From github.com
    901
  • user avatar
    Petabridge
    @petabridge
    Jun 6
    Netclaw v0.23.0 is out - lots of bug fixes and improvements in this release, including public beta build feed access: 1. Fixed numerous Docker issues (i.e. zombie processes) 2. High memory usage in tool-heavy call sessions fixed 3. Fixed Codex HTTP compat issues 4. More!
    Netclaw v0.23.0 release notes
    2K
    user avatar
    Petabridge
    @petabridge
    Jun 6
    See the full changelog here:
    netclaw.dev
    v0.23.0 — Netclaw Changelog
    Release notes for Netclaw v0.23.0 — Netclaw 0.23.0.
    136
Advertisement
Advertisement