So hey, I think I'm back?

Looks like I have at least some things setup to #stream on #twitch over at https://www.twitch.tv/srilyk

I'll be streaming about #async in #Python -- going through a few things that I know, and then back into the whole world of #asyncio, which it has been a hot minute!

Join me?

 Boosts welcome!

srilyk - Twitch

srilyk streams live on Twitch! Check out their videos, sign up to chat, and join their community.

Twitch

ClojureScript Gets Async/Await

ClojureScript 1.12.145 버전이 출시되면서 ECMAScript 2016 타겟팅을 기반으로 async/await 기능을 공식 지원하게 되었다. ^:async 어노테이션을 사용하면 ClojureScript 컴파일러가 JavaScript의 async 함수를 생성하며, 이를 통해 브라우저 API 및 라이브러리와의 비동기 상호운용성이 크게 개선되었다. 이 기능은 테스트 코드에서도 활용 가능하며, 별도의 외부 의존성 없이 현대 자바스크립트 환경과의 통합을 간소화한다.

https://clojurescript.org/news/2026-05-07-release

#clojurescript #async #javascriptinterop #ecmascript #programminglanguage

ClojureScript - 1.12.145 Release

ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain

https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/

Register now at https://accuonsea.uk/tickets/

#async #asio #coroutines #cpp

ACCU on Sea

🥳🎉 Oh wow, #ClojureScript finally got async/await! 🚀 Just 1.12.145 releases later, they've caught up to JavaScript's 2017 #tech. 🎩✨ So innovative, it's practically cutting-edge... if you're living in the past. 📅🔄
https://clojurescript.org/news/2026-05-07-release #async #await #JavaScript #innovation #news #HackerNews #ngated
ClojureScript - 1.12.145 Release

ClojureScript - 1.12.145 Release

ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain

https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/

Register now at https://accuonsea.uk/tickets/

#async #asio #coroutines #cpp

ACCU on Sea

PHP is no longer just Request-Response. I built a next-gen, Fiber-native MySQL client for the Hibla ecosystem.

Ground-up Binary Protocol for async apps:
✅ Pooling: Check-on-Borrow + Reset.
✅ Transactions: Auto-retry Deadlocks.
✅ Streaming: Unbuffered + Backpressure.
✅ Cancellation: side-channel KILL QUERY.
✅ Protocols: SSL, SHA256, zlib.

PHP Fibers changed the game. Time for our drivers to catch up!

#PHP #WebDev #Async #MySQL #OpenSource #Hibla

Ladon – typed, resumable web crawlers in Python
Ladon은 Python 기반의 구조화되고 재개 가능한 웹 크롤러 프레임워크로, 데이터 품질이 중요한 도메인에 적합하다. SES 프로토콜(Source, Expander, Sink)을 통해 각 단계에서 타입이 강제된 도메인 객체를 사용하며, 이는 LLM 학습 파이프라인 등에서 스키마 정확성이 필수적인 경우에 유용하다. HTTP 요청 재시도, 백오프, 프록시 지원, robots.txt 준수 등 인프라 기능을 내장해 도메인 로직에 집중할 수 있다. 비동기 크롤링 기능도 지원하며, ladon-hackernews 어댑터를 통해 실제 사용 예시를 제공한다. 현재 AGPL-3.0 라이선스로 공개되어 있으며, 상업용 라이선스도 제공된다.

https://github.com/MoonyFringers/ladon

#python #webcrawler #llm #async #datapipeline

GitHub - MoonyFringers/ladon: A Python framework for building structured, resumable web crawlers — designed for domains where data quality matters.

A Python framework for building structured, resumable web crawlers — designed for domains where data quality matters. - MoonyFringers/ladon

GitHub

Shopify의 블랙 프라이데이 생존기: Falcon으로 처리한 3,290억 건의 요청

Shopify는 2025년 블랙 프라이데이 기간 동안 Falcon 웹 서버를 통해 총 3,290억 건의 요청을 성공적으로 처리했으며, 피크 타임에는 분당 8,500만 건의 요청을 기록했다.

🔗 원문 보기

Shopify의 블랙 프라이데이 생존기: Falcon으로 처리한 3,290억 건의 요청

Shopify는 2025년 블랙 프라이데이 기간 동안 Falcon 웹 서버를 통해 총 3,290억 건의 요청을 성공적으로 처리했으며, 피크 타임에는 분당 8,500만 건의 요청을 기록했다.

Ruby-News | 루비 AI 뉴스

🦀 Big update for Rust developers: the DNSimple API client is now fully async! The new major release migrates the entire client to an async-first design.

Read more 👉 https://blog.dnsimple.com/2026/04/rust-api-client-goes-async/

#rustlang #async #DNS #API