SShortSingh.
Back to feed

Abdominal fat is a stronger heart disease predictor than BMI, study finds

0
·1 views

New research presented by the American College of Cardiology suggests that abdominal fat is a more reliable indicator of heart disease risk than body mass index (BMI). The findings highlight that where fat is stored in the body may matter more than overall weight or BMI measurements. Abdominal or visceral fat, which accumulates around internal organs, appears to have a stronger association with cardiovascular risk factors. The study was published in August 2026, adding to a growing body of evidence questioning BMI's effectiveness as a standalone health metric. Researchers suggest that waist-based measurements could offer clinicians a better tool for assessing a patient's heart disease risk.

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 Hybrid AI-Human Comic Pipeline, Hits Quality and Credibility Limits

A technical creator known as the architect behind Veridian Resonance built a hybrid generative AI production pipeline to adapt a tabletop RPG campaign into a 24-page bilingual digital comic. The project generated over 100 panels using a constrained cel-shaded visual formula, reducing per-asset iteration cycles from more than 20 passes to under 5 through negative prompt engineering and reference locking. Custom automation scripts eliminated an estimated 15 hours of manual file management, while a build-time language-swap system served English and French versions without duplicating assets. Despite these technical gains, the creator hit a quality ceiling with the pure-AI approach and pivoted in Chapter 2 toward more visible manual drawing, partly after audiences dismissed the work as 'AI slop' regardless of the craft involved.

0
ProgrammingDEV Community ·

Next.js next/image v4 Switches to AVIF by Default, Catching Teams Off Guard

Next.js 15 ships next/image v4 with AVIF as the default image format, replacing the WebP-first behavior of v3 after AVIF browser support surpassed 90% globally in late 2025. AVIF delivers 20–30% smaller file sizes than WebP at comparable quality, but its 3–5x slower encoding and older-browser compatibility gaps can silently degrade performance for teams that upgrade without adjusting their configuration. The deprecated domains setting must be replaced with the stricter remotePatterns API, and new cache control parameters are needed to prevent disk exhaustion and CDN bypass — changes that are not flagged during the upgrade process. Teams that miss these updates risk slower image load times, broken third-party image sources, and storage failures in production. Developers are advised to explicitly define a formats array and update cache and remote-source settings to maintain stable image optimization after migrating to v4.

0
ProgrammingDEV Community ·

Understanding Pointers in Go: A Simple Guide for Beginners

Pointers are a concept that often intimidates developers coming from languages like JavaScript, Python, or Java, where memory management is handled automatically. In Go, a pointer is simply a variable that stores the memory address of another variable rather than a direct value. The '&' operator retrieves a variable's address, while '*' is used to access or modify the value at that address. Pointers are especially useful when you need to share or modify the same data instance across functions without creating unnecessary copies. A practical example is sharing a single database connection across multiple repository structs in an API, avoiding redundant object duplication.

0
ProgrammingDEV Community ·

Developer builds anonymous pastebin that uses proof-of-work to deter spam bots

A developer has launched an anonymous paste service called PowForge that replaces traditional login or CAPTCHA requirements with a computational cost to combat spam. Instead of creating an account, users must either complete a small proof-of-work challenge — finding a SHA-256 hash with a set number of leading zero bits — or pay 10 satoshis via the Bitcoin Lightning Network. The proof-of-work approach is designed so that a single human user barely notices the overhead, while a bot attempting thousands of posts faces a meaningful and unrotatable cumulative cost. Proof-of-work pastes expire after 24 hours, whereas Lightning-paid pastes are stored for 30 days. The developer argues that identity-based defenses like accounts and IP rate limits fail because bots can easily circumvent them, whereas an energy cost scales directly with posting volume regardless of identity.

Abdominal fat is a stronger heart disease predictor than BMI, study finds · ShortSingh