Viewing profile — anonyxbiz
anonyxbiz
HN member- Joined
- Mon, Dec 23, 2024, 10:58 PM UTC
- HN karma
- 5
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About anonyxbiz
No profile information was provided.
Recent public activity
- comment
- story
- story
- story
-
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…
- story
-
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…
- story
-
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…
-
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…
- story
-
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…
- comment
- story
-
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…
-
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…
-
comment
Comment #42498327
Quart has hidden bugs that you'll only discover in prod.
-
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.…