Search Articles — Sudonull

Search Results

In this project

MVP bot for Max.ru: Long Polling and Reply mapping

https://sudonull.com/mvp-bot-for-max-ru-long-polling-and-reply-mapping

Create a feedback bot for Max.ru on Node.js with SQLite. Long Polling without webhooks, Reply handling. Full code and architecture for middle/senior dev.

LLM attention problems in long context

https://sudonull.com/llm-attention-problems-in-long-context

Analysis of Lost-in-the-Middle, hallucinations and chunking/RAG techniques for middle/senior dev. Learn how to reduce errors in production — read benchmarks 2025-2026.

DNA cassette 36 petabytes: the future of long-term data storage

https://sudonull.com/dna-cassette-36-petabytes-the-future-of-long-term-data-storage

Chinese researchers have created a DNA cassette of 36 petabytes. We analyze the technology, advantages, who needs it and when it will replace hard drives. Read the details.

OpenAI Anthropic Conflict: Leaders and AI

https://sudonull.com/openai-anthropic-conflict-leaders-and-ai

Learn how the decade-long conflict between Altman, Brockman, and Amodei affects AI development, safety, and defense contracts. Analysis for IT specialists.

24 hours for memory: cellular learning mechanism

https://sudonull.com/24-hours-for-memory-cellular-learning-mechanism

Research reveals why repetition after a day is optimal for long-term memory. Cellular mechanisms, practice for developers and specialists. Learn how to synchronize learning with biorhythms.

From other projects

Repeated COVID in children: risk of long COVID twice as high

https://ymaho.com/repeated-covid-in-children-risk-of-long-covid-twice-as-high

Repeated COVID-19 in children increases the risk of long COVID by 2 times: myocarditis, thrombosis, cognitive impairment. Learn about the risks and protect your child.

How to Pick Stocks for Long Term Investment: 6-Step Guide

https://ymaho.com/how-to-pick-stocks-for-long-term-investment-6-step-guide

Learn how to pick stocks for long term investment with a 6-step framework. Discover moat investing, financial analysis, and portfolio diversification for lasting wealth.

AAV9 gene therapy for SMA: long-term efficacy study

https://ymaho.com/aav9-gene-therapy-for-sma-long-term-efficacy-study

A long-term study in Nature Communications confirmed the efficacy of optimized AAV9 gene therapy for spinal muscular atrophy. Learn about safety and treatment prospects.

Trump prepares month-long blockade of Iran: a blow to the global economy

https://ymaho.com/trump-prepares-month-long-blockade-of-iran-a-blow-to-the-global-economy

WSJ: US president orders preparation for long siege of the Strait of Hormuz. The blockade will keep oil above $110, cause hunger due to fertilizer shortages, and crash GDP growth to 1.9%. Who will not survive the war of attrition.

Breathing While Running Long Distances: A Complete Guide

https://lrivo.com/breathing-while-running-long-distances-a-complete-guide

How to Breathe Correctly on Long Distances: Diaphragm, 3:2 Rhythm, and Talk Test. Improve Your Performance and Forget Side Stitches — Proven Method.

Oriental fragrances: how long-lasting notes became a signature

https://ymaho.com/oriental-fragrances-how-long-lasting-notes-became-a-signature

Why women 35+ choose one long-lasting oriental fragrance for a decade instead of a collection. The trend of olfactory monogamy in luxury perfumery. Learn how to find your signature.

De Zerbi's Long-Term Tottenham Commitment Confirmed

https://lrivo.com/de-zerbi-s-long-term-tottenham-commitment-confirmed

Roberto De Zerbi commits to Tottenham without a relegation clause, signaling a strong long-term vision for the club. Understand the implications of this bold move.

Nutrition Shift: From Diets to Long-Term Body Support

https://ymaho.com/nutrition-shift-from-diets-to-long-term-body-support

The market is moving from strict diets to longevity supplements and health support. Learn how GLP-1 are changing nutrition and where to invest. Read the trend analysis.

Stade de France: French Football's Long-Term Home

https://lrivo.com/stade-de-france-french-football-s-long-term-home

Discover how the French Football Federation secured Stade de France as its primary venue for major matches and the Coupe de France final until 2055. Learn about the phased agreement and future plans.

Start Running Again After a Long Break | Medical Guide

https://lrivo.com/start-running-again-after-a-long-break-medical-guide

Medical-backed plan to restart running safely after time off. Run-walk intervals, injury prevention, strength training, and realistic timelines from sports medicine.

From the web

May 5, 2026 ·

https://www.geeksforgeeks.org/javascript/what-is-long-polling-and-short-polling/

May 5, 2026 · Long polling is a technique where the client sends a request and the server holds it until new data is available instead of responding immediately. Once data is sent, the client quickly makes another request, enabling near real-time communication.

May 8, 2025 ·

https://ably.com/topic/long-polling

May 8, 2025 · What is long polling? Long polling is a technique for achieving realtime communication between a client and a server over HTTP . It works by keeping a connection open until the server has new data to send, so the client gets updates as soon as they’re available - without needing a constant connection like WebSockets.

Dec 12, 2022 ·

https://javascript.info/long-polling

Dec 12, 2022 · Long polling is the simplest way of having persistent connection with server, that doesn’t use any specific protocol like WebSocket or Server Sent Events. Being very easy to implement, it’s also good enough in a lot of cases.

Jul 4, 2026 ·

https://algomaster.io/learn/system-design/long-polling

Jul 4, 2026 · This chapter covers how long polling works, how it compares with short polling , SSE, WebSockets, and WebRTC, how to avoid missed events, what can go wrong at scale, and when long polling is a good fit.

Sep 26, 2023 ·

https://www.pubnub.com/guides/long-polling/

Sep 26, 2023 · Long polling is a backend server push communication technique to emulate real-time interaction over HTTP , typically in web applications lacking WebSocket or HTTP/2 support. The client sends a request to the server, which holds the connection open until new data is available or a timeout occurs.

Jul 16, 2025 ·

https://dev.to/pulkitgovrani/what-exactly-is-the-difference-between-polling-long-polling-2h0g

Jul 16, 2025 · Regular polling is simple, predictable, and works well for applications that don't need real-time updates Long polling provides better user experience and efficiency for real-time applications but requires more careful implementation

Dec 14, 2023 ·

https://dev.to/shameel/understanding-short-polling-long-polling-server-sent-events-and-web-sockets-20kh

Dec 14, 2023 · In long polling , the client sends a request to the server, and the server holds onto the request, waiting for updates or new data. It doesn't respond immediately if there is no new information available.

Dec 2, 2025 ·

https://singhajit.com/long-polling-explained/

Dec 2, 2025 · Learn how Long Polling enables real-time communication using plain HTTP. Understand the implementation, trade-offs, and when to choose Long Polling over WebSockets or Server-Sent Events.

Searches related to long-polling

https://www.youtube.com/watch?v=XF2bjOHqFKQ

In this video, we’ll break down everything you need to know about Long Polling - one of the four core techniques for real-time data transfer on the web, along with Short Polling , WebSockets, and ...

Trending Now