Why Exercise Is a Miracle Drug

https://images.unsplash.com/photo-1544367567-0f2fcb009e0b?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxleGVyY2lzZXxlbnwwfHx8fDE3NTIzMzkzOTh8MA&ixlib=rb-4.1.0&q=80&w=1080
Euan Ashley claims exercise is the most potent medical invention, citing a study where rats on treadmills showed improved organs and vessels. Exercise benefits include increased metabolism, immune system fortification, and disease protection.

The Art of Multiprocessor Programming 2nd Edition Book Club

We will read The Art of Multiprocessor Programming 2nd Edition from 2020 by Herlihy, Shavit, Luchangco, and Spear. Discussion will be via a Google Group with weekly emails starting each weekend.

We may not like what we become if A.I. solves loneliness

https://media.newyorker.com/photos/686e9f7144479bdd2481deb7/master/w_2560%2Cc_limit/r46719.jpg
Sally kohn: in large doses, persistent loneliness can be genuinely ruinous. she says we want "socially embedded care that truly nourishes us" but loneliness is corrective feedback, a nudge, pushing us toward connection, she writes - and it's humane to offer comfort to those who need it most. "loneliness" is not the end of the world, but the beginning, says author kath

WebGPU enables local LLM in the browser. Demo site with AI chat

Telo MT1

https://www.telotrucks.com/_next/image?url=https%3A%2F%2Fdpb6ldqkojccb.cloudfront.net%2Fpublic%2Fhero%2Fhero.png&w=3840&q=75
TELO Trucks makes the world's most efficient EV pickup, the MT1, with Toyota Tacoma capability and Tesla-like range in a compact footprint. The MT1 features a 350-mile range, 106 kWh battery, and advanced safety technology for practical comfort and effortless utility.

Hiding secret codes in light protects against fake videos

https://news.cornell.edu/sites/default/files/styles/story_thumbnail_xlarge/public/2025-07/0730_watermark1.jpg?itok=LXg9OuHB
Cornell researchers have developed a method to "watermark" light in videos, allowing detection of fake or manipulated footage. The method embeds a secret code in lighting, which can be used to reveal malicious editing and identify unmanipulated footage.

The /o in Ruby regex stands for "oh the humanity "

https://cdn.uploads.micro.blog/98548/2025/2ca9b9c306.png
The /o regex modifier in Ruby causes a regular expression to be evaluated only once, even if it's inside an instance method or loop, due to the once instruction in the Ruby VM. This can lead to non-deterministic behavior and thread safety issues, making it generally not recommended to use the /o modifier.

Great Question (YC W21) Is Hiring a VP of Engineering (Remote)

https://bookface-images.s3.amazonaws.com/small_logos/cbc38c395f4f32191dcaac60013ed038a0a40611.png
Great Question is hiring a Director of Engineering to lead a high-performing team, scale systems, and drive technical excellence in a fast-growing B2B SaaS company. The ideal candidate has experience leading engineering teams in high-growth environments and can balance technical expertise with business acumen.

Compressing Icelandic name declension patterns into a 3.27 kB trie

https://alexharri.com/images/og-icelandic-name-declension-trie.png
A developer built a JavaScript library to solve the issue of applying Icelandic name declension rules to personal names stored in the nominative case, using a trie-like data structure to encode the rules and achieve a small bundle size. The library, called beygla, uses a compressed trie to predict declension patterns for not-before-seen names with a high degree of accuracy, and is used in ...

6 Weeks of Claude Code

https://blog.puzzmo.com/posts/2025/07/30/six-weeks-of-claude-code/slack-screenshot-crud.png
The user has been using Claude Code and found it to be a transformative tool that has significantly increased their productivity and ability to tackle complex tasks, allowing them to focus on higher-level thinking and creativity. With Claude Code, the user can now complete tasks that would have taken weeks or months in a matter of hours or days, and has been able to explore new ideas and ...

Online Collection of Keygen Music

https://keygenmusic.tk/img/og.png
Keygen music player supports .mod, .xm, .s3m, and .it formats with no illegal content. It has media key controls and a playlist feature.

The unreasonable likelihood of being: origin of life, terraforming, and AI

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The origin of life on Earth via the spontaneous emergence of a protocell prior to Darwinian evolution remains a fundamental open question in physics and chemistry. Here, we develop a conceptual framework based on information theory and algorithmic complexity. Using estimates grounded in modern computational models, we evaluate the difficulty of assembling structured biological information ...

The Rubik's Cube Perfect Scramble

https://static.wixstatic.com/media/36e7f0_09bd0cca003c49fc9cd7dabd51801c3e~mv2.png/v1/fill/w_101,h_122,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/36e7f0_09bd0cca003c49fc9cd7dabd51801c3e~mv2.png
The user tried to create a perfect Rubik's cube scramble that meets specific requirements and found a solution after 5 days of running a program that evaluated over 88 million corner piece arrangements and nearly a trillion edge piece arrangements. The solution is unique and produces 48 arrangements when applied in different positions, and the user suggests that relaxing one of the existing ...

Unikernel Guide: Build and Deploy Lightweight, Secure Apps

https://resources.tallysolutions.com/wp-content/uploads/2025/07/Image_1.jpg
Unikernels are compact, single-application virtual machines that provide a lightweight and secure environment for applications to run without the overhead of traditional operating systems. They are well-suited for modern environments that require fast boot times, low resource consumption, and efficient data processing, but come with challenges such as complexity in development and ...

Browser extension and local backend that automatically archives YouTube videos

https://opengraph.githubassets.com/daf69b62a0c33fb66aa3cac68c8583ef3541fa8e8ae0760dc36ff412e16885fd/andrewarrow/starchive
A Firefox extension and Go backend automatically archive YouTube videos when visited by detecting video IDs and downloading them using yt-dlp and ffmpeg. The downloaded videos are saved in MOV format with h264_videotoolbox encoding in the ./data/ directory.

Caches: LRU vs. Random

https://danluu.com/images/2choices-eviction/sandy-bridge-miss.png
A professor mentioned that random eviction policy for caches isn't bad, and a 2-random policy (choosing between two random choices and then using LRU) performs similarly to LRU.

Microsoft is open sourcing Windows 11's UI framework

https://cdn.neowin.com/news/images/uploaded/2025/08/1754119789_winui.webp
Microsoft is making WinUI more open, but it's a complex process due to its connections with proprietary OS layers. The company plans to incrementally open-source WinUI in four phases over the next six months.

How to reverse engineer an analog chip: the TDA7000 FM radio receiver

https://static.righto.com/images/tda7000/die-labeled-w700.jpg
Have you ever wanted to reverse engineer an analog chip from a die photo? Wanted to understand what's inside the "black box" of an integrated circuit? In this article, I explain my reverse engineering process, using the Philips TDA7000 FM radio receiver chip as an example. This chip was the first FM radio receiver on a chip.1 It was designed in 1977—an era of large transistors and ...

Show HN: Wordle-style game for Fermi questions

After each guess, you'll see if your answer was too high (arrow pointing down) or too low (arrow pointing up). The feedback color shows how close you are: orange means your guess is within ±50% of the correct answer, red means it is further away.

VSCode extension for syntax highlighting multi-line YAML strings

https://raw.githubusercontent.com/harrydowning/yaml-embedded-languages/master/images/example.png
YAML syntax highlighting supports 50+ built-in languages and custom languages via yaml-embedded-languages.include. Language identifiers can be specified via comments for single blocks or extension names for multiple blocks.

Financial Lessons from My Family's Experience with Long-Term Care Insurance

https://www.whitecoatinvestor.com/wp-content/uploads/2024/05/Adam-Safdi.png
The author's father was diagnosed with dementia after a wandering incident and received long-term care insurance payments after a 90-day elimination period. The author shares lessons learned from navigating the LTC insurance claims process, including the importance of documentation and working with an insurance agent.

Cerebras Code

https://cdn.sanity.io/images/e4qjo92p/production/20287fba7084b3f1af1c02a8f483cba2433bade9-2400x1260.jpg?w=1200&h=630&fit=max&auto=format
Cerebras Code Pro ($50/month) and Code Max ($200/month) offer instant code generation with Qwen3-Coder, a 480B model. Both plans support up to 1,000 daily messages and no proprietary IDE lock-in.

'Communities' of extreme life seen for first time in deep ocean

https://ichef.bbci.co.uk/news/480/cpsprodpb/05ed/live/6ef95290-6d50-11f0-8b42-cf5ae7bf0dcf.jpg.webp
Beds of clams, mats of bacteria that look like ice and fields of tube worms - these are just some examples of the strange, extreme life that an expedition to the deepest parts of the ocean has observed, filmed and photographed. Diving in a human-occupied submersible to ocean trenches in the northwest Pacific Ocean, a Chinese-led research team captured pictures of life at depths of more than ...

Iceberg, the Right Idea – The Wrong Spec – Part 2 of 2: The Spec

https://www.database-doctor.com/assets/img/iceberg-is-wrong-2.png
Let us finally look at what is so wrong with the Iceberg spec and why this simply isn't a serious attempt at solving the metadata problem of large Data Lakes. In the first part of this series, I took us back in history to learn some lessons from the past. I made it clear that I am 100% in favour of open formats across the entire stack. I am particularly excited about using Parquet as a ...

Robert Wilson has died

https://cdn.sanity.io/images/cxgd3urn/production/e4f7381700c8cf60585278fc8b66c563cf41f4ed-2000x1469.jpg?rect=0,0,2000,1468&w=1200&h=881&q=85&fit=crop&auto=format
Robert Wilson, a visionary artist, has died at 83 after a brief illness. He was known for his highly visual and stylised approach to theatrical performances and left a lasting artistic legacy.

ThinkPad designer David Hill spills secrets, designs that never made it

https://regmedia.co.uk/2025/07/30/davidhill.jpg?x=648&y=430&infer_y=1
David W. Hill, former lead designer of ThinkPad, worked on the iconic laptop for 22 years, introducing features like the butterfly keyboard and TrackPoint nub. He also developed the ThinkLight overhead light and influenced the design of the TrackPoint.

Character Bitmap Graphics on the Pet 2001

https://www.masswerk.at/nowgobang/images/2025-pet-character-bitmaps.png
The graphics of the commodore pet 2001 are strictly character-based. there is no bitmap plane, nor anything resembling a sprites, and there are no raster interrupts, either - elder0010 explains in accompanying note: "a bright shining star" the demo is loaded between $02c0/$55e9 and uses hi-res to control individual dots on the screen in 9 character by 5

Coffeematic PC – A coffee maker computer that pumps hot coffee to the CPU

https://www.dougmacdowell.com/images/coffeematic-pc-final-build-doug-macdowell.png
The user built a retro gaming computer called Coffeematic PC by repurposing a 1970s General Electric coffee maker and combining it with mid-2000s computer hardware and a unique hot Java cooling system. Coffeematic PC is part of a lineage of coffee maker computers that spans 22 years, with a 15-year gap in the middle, and inspired an art exhibition called Sparklines that explores the history ...

Why leather is best motorcycle protection [video]

At 17, Hannah Cairo solved a major math mystery

https://www.quantamagazine.org/wp-content/uploads/2025/07/HannahCairo-cr.ValeriePlesch-Lede-scaled.webp
Hannah Cairo, a 17-year-old homeschooler, solved a 40-year-old math mystery, the Mizohata-Takeuchi conjecture, by showing it's false. Her proof defies mathematicians' intuitions and has energized the math community.