SShortSingh.
Back to feed

Long Covid May Physically Damage the Nerves That Control the Stomach

0
·2 views

Article URL: https://www.ijidonline.com/article/S1201-9712(26)00608-9/fulltext Comments URL: https://news.ycombinator.com/item?id=48877192 Points: 4 # Comments: 0

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Builds FIFA World Cup 2026 Companion App with Solana Betting and Snowflake Analytics

A developer has submitted a FIFA World Cup 2026 companion app to the DEV Weekend Challenge, allowing users to track group standings, qualification status, and knockout paths for competing nations. The project layers two additional features on top: a parimutuel betting system built as a Solana smart contract using USDC, and an analytics pipeline designed to stream betting events into Snowflake. The Solana program uses an Anchor framework with four program-derived accounts handling the full bet lifecycle, while a DuckDB proof-of-concept locally validated the star schema before any cloud warehouse spend. The developer transparently notes that the Solana program has not yet been deployed to devnet and that Snowflake integration remains a validated design target rather than a live deployment. The full codebase, including the FastAPI backend, React frontend, Rust smart contract, and analytics schema, is publicly available on GitHub.

0
ProgrammingDEV Community ·

Developer builds AI-powered fake radio show where two bots argue any rivalry

A developer built 'Rivalry Radio,' a browser-based app that simulates a late-night call-in radio show featuring three AI characters debating any rivalry a user submits. Users type in two opposing sides, and Google's Gemini model generates a scripted debate with escalating absurdity, voiced by three distinct ElevenLabs characters named Roxy, Max, and Poppy. The entire app runs on a single Cloudflare Worker with no database, storage, or audio-stitching software required. Built as a weekend side project, the developer completed a working version in one evening and refined it over the full weekend, hitting five platform limits that ultimately improved the app's design. The project was submitted to a Weekend Challenge and is publicly accessible online alongside its open-source code.

0
ProgrammingDEV Community ·

Why AI Coding Tools Trigger Compulsive Work Loops and Burnout

Developers and other AI-heavy workers are reporting a distinct form of rapid-onset exhaustion after long sessions with generative AI tools, a phenomenon some call 'AI brain fry.' Unlike traditional burnout, this fatigue feels compulsively engaging rather than draining, making it harder to recognize and stop. The pattern mirrors well-established behavioral psychology: AI tools deliver near-instant, unpredictable feedback that triggers reward prediction errors in the brain, creating a dopamine-and-adrenaline loop similar to variable-ratio reinforcement. A 2026 engineering leadership survey found senior developers — the most proficient AI users — are actually working longer hours despite tools designed to save time. Researchers argue the underlying neurobiology driving this behavior is decades old; understanding it is key to using AI productively without being consumed by it.

0
ProgrammingDEV Community ·

Developer Open-Sources Self-Hostable Telemetry Tracker Built With TypeScript

A developer has open-sourced Telemetry Tracker, a self-hostable analytics and error-monitoring tool originally built for personal use across side projects. The platform supports error tracking, product analytics, custom events, sessions, and source maps, with official SDKs for React, Next.js, Vue, Nuxt, React Native, Node.js, and NestJS. Rather than competing with tools like Sentry or PostHog, the project was designed to fit the creator's own development workflow and preferences. Since going public, the project has attracted outside contributors, including a German README translation and improvements to its GitHub Action for source map uploads. Upcoming features include performance monitoring, alerts, and session replay, with the developer continuing to refine the project based on community feedback.