SShortSingh.
Back to feed

What the Science Actually Says About Zone 2 Cardio Training

0
·1 views

Zone 2 cardio, defined by low-intensity aerobic exercise with blood lactate under 2 mmol/L and fat-dominant energy use, has surged in popularity largely through podcasters like Joe Rogan and physician Peter Attia. Research by Seiler and Kjerland (2006) and Muñoz et al. (2014) supports an 80/20 training split — roughly 80% low-intensity and 20% high-intensity — as the approach most consistently used by elite endurance athletes. Scientist Iñigo San Millán's work links Zone 2 to mitochondrial biogenesis, though evidence is less conclusive for sedentary beginners, who may adapt just as quickly through high-intensity intervals. Common misconceptions include the belief that Zone 2 burns more total fat per session than HIIT, uniquely lowers cortisol, or builds muscle — none of which the data supports. Experts recommend 150–300-plus minutes of weekly aerobic training, with most of it kept at a genuinely easy pace that many people find surprisingly slow.

Read the full story at DEV Community

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 ·

KathaGPT Lets You Run AI Models Locally Without Ollama or API Keys

KathaGPT is a free, open-source desktop application released under the MIT license that allows users to run large language models privately on their own machines. The app supports one-click downloading and local execution of popular models including Llama, Mistral, and Qwen. It requires no external API keys or third-party tools like Ollama, keeping all data processing entirely offline. KathaGPT is compatible with macOS, Windows, and Linux, making it accessible across major desktop platforms. The project is available on GitHub and aims to give users full control over their AI interactions without relying on cloud services.

0
ProgrammingDEV Community ·

Why Fresher Developers Should Ditch Clone Projects for Real-World Builds

A growing concern in the tech hiring space highlights that fresher developers who submit tutorial-based clone projects — such as Netflix or Amazon replicas — are largely overlooked by recruiters who have seen these portfolios repeatedly. Recruiters are instead looking for candidates who can demonstrate practical problem-solving skills relevant to real business needs. Experts suggest building original projects that address genuine problems, such as inventory management tools or attendance tracking systems, and incorporating professional features like authentication, dashboards, and error handling. A smaller number of well-documented, fully deployed projects is considered far more impactful than a large collection of incomplete or copied ones. A strong GitHub profile with clean code structure, meaningful commit history, and detailed README files is recommended to signal readiness for production-level work.

0
ProgrammingDEV Community ·

Why GPT Miscounts Letters in 'Strawberry': BPE Tokenization Explained

Large language models do not read text as individual letters but instead process it as chunks called tokens, produced by an algorithm called Byte-Pair Encoding (BPE). BPE works by repeatedly merging the most frequently co-occurring character pairs in training data until a vocabulary of roughly 50,000 tokens is built. As a result, the word 'strawberry' is split into 'straw' and 'berry', making the letter 'r' invisible to the model as a standalone character — which explains why AI systems often miscount letters. Capitalization and punctuation can also change how words are tokenized, sometimes multiplying token count and therefore API costs significantly. An interactive BPE simulator has been released to help users observe token formation in real time and understand these limitations firsthand.

0
ProgrammingDEV Community ·

EU Consumers Have Free Legal Tools to Force Refunds From Unresponsive Sellers

EU consumer law provides three formal dispute channels that give shoppers strong recourse when sellers ignore refund or return requests. Alternative Dispute Resolution (ADR) bodies offer free or near-free mediation, with most cases resolved within 90 days and binding outcomes for sellers. National consumer authorities such as Germany's Verbraucherzentrale and France's DGCCRF can impose fines on non-compliant businesses. The EU's Online Dispute Resolution (ODR) platform at ec.europa.eu/consumers/odr handles cross-border complaints, automatically routing cases to the appropriate authority and managing translation. Consumers are advised to document their case, send a formal notice citing relevant EU directives, and file through whichever channel applies — a process that typically takes under 20 minutes.

What the Science Actually Says About Zone 2 Cardio Training · ShortSingh