Live data from Hacker News

Viewing profile — anonyxbiz

anonyxbiz

HN member
Joined
Mon, Dec 23, 2024, 10:58 PM UTC
HN karma
5
Public activity
18 items

About anonyxbiz

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. story
  4. story
  5. comment
    Comment #47471028

    When you're an independent artist, you have enough to worry about—writing songs, recording, building a fanbase, planning your next release. Reading a 10,000-word legal document pro…

  6. story
  7. story
    Best Music Distributors in 2026

    Discover the best music distributors in 2026. Compare AnonyxGhost, DistroKid, and TuneCore to find the perfect partner for your career. In 2026, independent artists are CEOs of the…

  8. story
  9. story
    The Anti-Bot Technique: Cooperative Rendering with Blazeio

    The Discovery While working with Blazeio (a Python async web framework with true zero-buffering streaming), I stumbled upon this technique - and it's so stupidly effective it feels…

  10. story
    Blazeio vs. FastAPI vs. Robyn: Benchmarking Reveals 86x Performance Difference

    Blazeio is an ultra-fast asynchronous real-time streaming web framework crafted for high-performance backend applications. Built on Python's asyncio, it delivers non-blocking opera…

  11. story
  12. story
    Blazeio.SharpEvent: A Python Async Primitive That Scales to 1M Waiters with O(1)

    I’ve been working on a Python async library ([Blazeio](https://github.com/anonyxbiz/Blazeio)) and stumbled into a shockingly simple optimization that makes `asyncio.Event` look lik…

  13. comment
  14. story
  15. story
    Blazeio vs. FastAPI: A Performance Benchmark

    Blazeio is a custom Python framework that has been benchmarked using ApacheBench, and the results suggest that Blazeio outperforms FastAPI in terms of requests per second, mean tim…

  16. comment
    Comment #42498361

    I built Blazeio ([ https://github.com/anonyxbiz/Blazeio ]) because aiohttp let me down in production. I needed a framework I could trust to support high-concurrency web apps, and r…

  17. comment
    Comment #42498327

    Quart has hidden bugs that you'll only discover in prod.

  18. comment
    Comment #42498316

    I'm building and maintaining Blazeio: https://github.com/anonyxbiz/Blazeio . Blazeio is designed to handle massive concurrency with low response times and high requests per second.…