home.social

#asynchronous — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #asynchronous, aggregated by home.social.

fetched live
  1. Does PHP really need asynchronous programming in its core, or should it continue focusing on its proven synchronous execution model?

    #php #phpc #async #asynchronous

  2. Does PHP really need asynchronous programming in its core, or should it continue focusing on its proven synchronous execution model?

    #php #phpc #async #asynchronous

  3. Explore concurrency patterns for high-throughput LLM systems, including pipeline parallelism, asynchronous I/O, and distributed locking to optimize performance and resource utilization in production environments.

    #LLM inference #pipeline parallelism #asynchronous I/O #distributed locking #GPU resource management

    dasroot.net/posts/2026/02/conc

  4. Explore concurrency patterns for high-throughput LLM systems, including pipeline parallelism, asynchronous I/O, and distributed locking to optimize performance and resource utilization in production environments.

    inference parallelism I/O locking resource management

    dasroot.net/posts/2026/02/conc

  5. Learn how to design non-blocking RAG pipelines using asynchronous processing, vector databases, and robust error handling to achieve low-latency, high-throughput AI systems in 2026.

    #RAG pipelines #asynchronous processing #vector databases #error handling #circuit breakers

    dasroot.net/posts/2026/02/desi

  6. Learn how to design non-blocking RAG pipelines using asynchronous processing, vector databases, and robust error handling to achieve low-latency, high-throughput AI systems in 2026.

    pipelines processing databases handling breakers

    dasroot.net/posts/2026/02/desi

  7. @rustaceans

    Tokio!

    It's 'static + multithreaded-by-default requirement has created the myth that async #Rust is inherently difficult.

    People should use `smol` more - here's why:

    #Async Rust can be a pleasure to work with (without `Send + Sync + 'static`) - by Evan Schwartz:

    emschwartz.me/async-rust-can-b

    floss.social/@janriemer/114681

    #smol #RustLang #Asynchronous #AsyncRust

  8. @rustaceans

    Tokio!

    It's 'static + multithreaded-by-default requirement has created the myth that async #Rust is inherently difficult.

    People should use `smol` more - here's why:

    #Async Rust can be a pleasure to work with (without `Send + Sync + 'static`) - by Evan Schwartz:

    emschwartz.me/async-rust-can-b

    floss.social/@janriemer/114681

    #smol #RustLang #Asynchronous #AsyncRust

  9. #ITByte: #Reactive #Programming is a #Paradigm focused on #Asynchronous data streams and the propagation of change.

    It uses the #Observable pattern to push data (events, messages, values) to subscribers, allowing systems to react to changes over time efficiently and non-blockingly.

    knowledgezone.co.in/trends/exp

  10. #ITByte: #Reactive #Programming is a #Paradigm focused on #Asynchronous data streams and the propagation of change.

    It uses the #Observable pattern to push data (events, messages, values) to subscribers, allowing systems to react to changes over time efficiently and non-blockingly.

    knowledgezone.co.in/trends/exp

  11. За кулисами асинхронности: корутины, горутины и правда между ними

    Асинхронность — слово, от которого у разработчиков дергается глаз и теплеет сердце. Корутины, горутины, event loop, трэдпулы — за этими терминами скрывается целая философия, меняющая взгляд на то, как писать высоконагруженные системы. Привет, Хабр! Меня зовут Дмитрий Буров и я Golang-разработчик, а также лидер Go-сообщества в Lamoda Tech. В IT свитчнулся из военного дирижера. В коммерческой разработке — более 10 лет, начинал как фуллстек-разработчик на стеке JS, PHP, CSS, а последние шесть пишу только на Go. В этой статье по мотивам моего доклада для GolangConf расскажу про асинхронность и её роль в современных высоконагруженных системах. Разберём исторический аспект, концепцию и реализацию корутин в разных языках, эволюцию асинхронных подходов, сравним корутины и горутины, выясним, зачем Go добавил в рантайм пакет coro и чем это может обернуться.

    habr.com/ru/companies/oleg-bun

    #go #golang #coroutine #goroutine #asynchronous #программирование #разработка #golangconf

  12. Return-to-office rates have steadied, yet flexibility still ranks in the top three reasons people switch jobs. hackernoon.com/5-ways-async-wo #asynchronous

  13. Return-to-office rates have steadied, yet flexibility still ranks in the top three reasons people switch jobs. hackernoon.com/5-ways-async-wo #asynchronous

  14. Асинхронный Python: руководство для начинающих с практическим заданием

    Ваш Python-скрипт работает медленно. Вы запускаете его и смотрите, как он "висит", ожидая загрузки файла, ответа от API или завершения запроса к базе данных. Проблема почти всегда одна — ожидание. В программировании такие задачи называются I/O-bound (ограниченные вводом-выводом), и именно они "съедают" драгоценное время. Асинхронный подход меняет правила игры. Вместо того чтобы "зависать" в ожидании, программа говорит: "Окей, эта задача пока ждет ответа от сети, а я пока займусь другой". Она эффективно использует время простоя, переключаясь между задачами и выполняя ту, которая готова к работе. В итоге общая производительность приложения, интенсивно работающего с сетью или файлами, может вырасти в разы.

    habr.com/ru/articles/958956/

    #асинхронный_пайтон #пайтон #async #asyncio #asynchronous

  15. #Google launched its #AIcodingagent, #Jules, out of beta. Jules, powered by #Gemini 2.5 Pro, is an #asynchronous coding tool that integrates with #GitHub and uses #AI to #fix or #update #code. The tool received structured pricing tiers, including a free plan, and updated privacy policy. techcrunch.com/2025/08/06/goog #tech #media #news

  16. #Google launched its #AIcodingagent, #Jules, out of beta. Jules, powered by #Gemini 2.5 Pro, is an #asynchronous coding tool that integrates with #GitHub and uses #AI to #fix or #update #code. The tool received structured pricing tiers, including a free plan, and updated privacy policy. techcrunch.com/2025/08/06/goog #tech #media #news

  17. async2: эксперимент с поддержкой асинхронности в рантайме

    Перед тем как перейти к рассмотрению предложенных изменений в работе асинхронности в C#, давайте разберемся — зачем все это нужно, как устроено сейчас и какие имеются проблемы, раз разработчики начали искать способы улучшения существующей логики. Для начала давайте поймем, а зачем вообще нам нужна асинхронность и какие проблемы она решает? Представим какой‑то абстрактный web‑api, который ходит за данными в БД. При однопоточном синхронном выполнении следующий запрос может быть обработан только тогда, когда полностью был выполнен предыдущий, что неэффективно, т.к. вся нагрузка ложится только на 1 ядро процессора, а остальные простаивают.

    habr.com/ru/articles/928322/

    #asynchronous #c# #net

  18. #LibreTexts #AcademyOnline is officially here! Academy Online offers a number of professional development opportunities to help grow your open education programs, develop #ZTC pathways, and curate #OER.

    Now available is a series of free, #asynchronous courses designed to introduce you to your new favorite all-in-one #OpenEducation toolbox, #LibreTexts

    Check it out and be sure to stay tuned for new content:

    libretexts.org/academy/online.

    #OpenEd #FreeTheTextbook #TheFutureIsOpen

  19. #LibreTexts #AcademyOnline is officially here! Academy Online offers a number of professional development opportunities to help grow your open education programs, develop #ZTC pathways, and curate #OER.

    Now available is a series of free, #asynchronous courses designed to introduce you to your new favorite all-in-one #OpenEducation toolbox, #LibreTexts

    Check it out and be sure to stay tuned for new content:

    libretexts.org/academy/online.

    #OpenEd #FreeTheTextbook #TheFutureIsOpen

  20. Oh look, another code monkey who's too good for Jed's spaghetti... Meet Jules, the "asynchronous" wizard that takes your #GitHub and spits out magic ✨. Just slap an assigntojules label on your issue, and voilà, your problems are magically someone else's—until the cloud bill arrives 💸.
    jules.google/ #codewizard #asynchronous #automation #techhumor #cloudcomputing #HackerNews #ngated

  21. Oh look, another code monkey who's too good for Jed's spaghetti... Meet Jules, the "asynchronous" wizard that takes your #GitHub and spits out magic ✨. Just slap an assigntojules label on your issue, and voilà, your problems are magically someone else's—until the cloud bill arrives 💸.
    jules.google/ #codewizard #asynchronous #automation #techhumor #cloudcomputing #HackerNews #ngated

  22. My new blog post, Memoirs of the Early #Internet, unearths a few relics of the early Internet and #UUCP days from some obscure sites.

    changelog.complete.org/archive

    Researching cool things a person can do with #asynchronous #email over #NNCP (#NNCPNET) led me down that path. So while you're there, you can also check out the post about the NNCPNET Internet email gateway. changelog.complete.org/archive

  23. My new blog post, Memoirs of the Early #Internet, unearths a few relics of the early Internet and #UUCP days from some obscure sites.

    changelog.complete.org/archive

    Researching cool things a person can do with #asynchronous #email over #NNCP (#NNCPNET) led me down that path. So while you're there, you can also check out the post about the NNCPNET Internet email gateway. changelog.complete.org/archive

  24. #soon #Inthestudio #OEGVoices #ANDConference24

    In the OEG Voices Podcast Studio with Frontiers for Young Minds @FrontYoungMinds as a live podcast recording session with OE Award winner for Significant Impact OER

    join: bit.ly/3C20MZ6

    #Today 16:00 UTC
    #asynchronous #excitedforbrisbane #openeducation #jointheconversation #opendiscussions #oeawardsimpact