| 1. | Asus Bike Booster(asus.com) |
| 622 points by wiradikusuma 10 days ago | 447 comments | permalink | |
tl;dr: ASUS's Oxiis E250G1 is a friction-drive motor that clamps onto a conventional bike's seat post to convert it into an e-bike, delivering 250W rated (500W peak) power with a 158Wh removable battery good for ~50km in eco mode. It fits most bike types (16-29" wheels, tires up to 60mm, seat posts 25.4-34.9mm), weighs 3.7kg, charges in 2 hours via 100W USB-C PD, and offers three assist modes controllable via app. | |
HN Discussion:
| |
| 2. | Semaglutide linked to lower predicted dementia risk(alz-journals.onlinelibrary.wiley.com) |
| 498 points by randycupertino 6 days ago | 393 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 3. | Super El Niño Keeps Growing as New Forecasts Reach Record Territory Ahead Winter(severe-weather.eu) |
| 418 points by dgellow 6 days ago | 319 comments | permalink | |
tl;dr: A rapidly intensifying Super El Niño is developing in the tropical Pacific, driven by record westerly wind anomalies and a powerful subsurface Kelvin Wave, with each successive ECMWF and NMME forecast pushing peak strength into historic territory (potentially exceeding +3°C anomaly). Winter 2026/2027 forecasts show a classic amplified El Niño pattern over North America: warmer/drier north, active southern jet stream bringing cooler temperatures and above-normal snowfall to the central and eastern US, with a possible colder late-winter shift. Europe is expected to see a milder, wetter winter driven by a strong Atlantic westerly flow. | |
HN Discussion:
| |
| 4. | At-home test for infected ticks could improve Lyme Disease diagnosis(smithsonianmag.com) |
| 296 points by gmays 6 days ago | 125 comments | permalink | |
tl;dr: LymeAlert, launching in August for around $50, is an at-home test kit that detects Borrelia burgdorferi in ticks removed from people or pets, delivering results in 15 minutes via a pregnancy-test-style strip and companion app. Developed by an MIT Sloan team led by pediatric PA Erin Dawicki, it aims to close the gap left by mail-in tests that miss the CDC's 72-hour prophylactic antibiotic window. The CDC doesn't recommend tick testing due to false positive/negative risks, and experts caution the test indicates tick infection—not human infection—since only 1-5% of tick bites result in Lyme. | |
HN Discussion:
| |
| 5. | RISC-V: They Should Have Known Better(dmitry.gr) |
| 379 points by dmitrygr 7 days ago | 434 comments | permalink | |
tl;dr: The author argues RISC-V's ISA is poorly designed: near-universal optionality (even CSRs, multiplication, and interrupt handling extensions) fragments the ecosystem, immediate encodings are needlessly scrambled, and compressed instructions have conflicting meanings across extensions that can silently corrupt behavior. Obvious features like register+register addressing, bit-test-and-branch, and bitfield ops are missing, forcing kludges like the RVA23 "profile" to retroactively mandate basics—yet most shipping RISC-V boards don't comply. The author expects RISC-V to win low-end microcontroller and accelerator-babysitter roles on price alone, but not serious desktop/server compute. | |
HN Discussion:
| |
| 6. | Abdominal fat predicts heart disease risk better than BMI(acc.org) |
| 324 points by theanonymousone 6 days ago | 294 comments | permalink | |
tl;dr: A JACC study of 260,000+ people tracked over ~20 years found that waist circumference (WC) and waist-to-hip ratio (WHR) predict cardiovascular disease risk more accurately than BMI alone. Normal-BMI individuals with high WC or WHR had 15-50% greater risk across most cardiovascular outcomes, while people classified as obese by BMI but with low WC showed no significantly elevated risk. The authors argue clinicians should incorporate central adiposity measurements into routine cardiovascular risk assessment rather than relying solely on BMI. | |
HN Discussion:
| |
| 7. | AI has access to a vastly larger working memory than the human brain(davidepiffer.com) |
| 601 points by rzk 6 days ago | 490 comments | permalink | |
tl;dr: AI's apparent superiority at mathematics may stem less from better reasoning than from a vastly larger "working memory" — its context window acts as an enormous external symbolic scratchpad that lets it track assumptions, intermediate steps, and constraints far beyond human cognitive limits. This advantage is most pronounced in mathematics because the domain is built from explicit, unambiguous symbols and verifiable steps, but less useful in informal domains involving hidden causes or ambiguous concepts. The author likens current AI to a von Neumann–style amplifier of speed and breadth, rather than an Einstein capable of reframing problems entirely. | |
HN Discussion:
| |
| 8. | A spectre is haunting Unicode(dampfkraft.com) |
| 275 points by sensanaty 6 days ago | 116 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 9. | Qwen 3.8 27B(huggingface.co) |
| 1423 points by erdaltoprak 7 days ago | 790 comments | permalink | |
tl;dr: Qwen has released Qwen3.8-27B, a 27B-parameter dense vision-language model with a hybrid Gated DeltaNet/Gated Attention architecture, native 262K context (extensible to 1M via YaRN), and FP8 quantization. It features toggleable thinking mode with tunable reasoning_effort, preserved thinking across turns, and native image/video understanding. Benchmarks claim it outperforms prior Qwen models and competes with Opus 4.6 Max on coding (SWE-bench Pro, Terminal Bench) and agentic tasks, while trailing on some reasoning benchmarks like HLE. | |
HN Discussion:
| |
| 10. | Auto-research with codex: How I achieved a 232x Faster Kernel(sankalp.bearblog.dev) |
| 445 points by tosh 6 days ago | 92 comments | permalink | |
tl;dr: A participant in GPU Mode's auto-research contest achieved a 232x speedup (from ~419ms to 1.8ms) over baseline on batched Householder QR factorization, placing 12th of 183 by running Codex agents in tight feedback loops with the popcorn CLI over 1500+ submissions. Key techniques included blocked Householder with WY-updates, fused V/T layouts, CUDA graph replay, and shape-specialized kernels. The author emphasizes that escaping local maxima required a "beam of candidates" strategy, human-in-the-loop steering, and stronger advisor models—arguing that idea diversity and research taste, not raw model intelligence, are now the bottleneck in auto-research. | |
HN Discussion:
| |
| 11. | GLM-5.3: Frontier coding with emergent cyber capabilities(z.ai) |
| 1164 points by pella 8 days ago | 578 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | Working with AI feels more like leadership than coding(allen.bargi.org) |
| 323 points by allenb 6 days ago | 200 comments | permalink | |
tl;dr: Working with AI resembles leading a team more than writing deterministic code: the same input can yield different outputs, so treating it like a compiler leads to frustration. The author argues that leadership habits—sharing context, explaining intent, setting boundaries, and iterating on feedback—produce better results than crafting isolated prompts. The core skill shift is moving from telling machines exactly what to do to clearly expressing why the work matters and what "good" looks like. | |
HN Discussion:
| |
| 13. | Show HN: Eigendrum - Draw any shape and hear what it sounds like as a drum(baselashraf81.github.io) |
| 237 points by BaselAshraf81 11 days ago | 101 comments | permalink | |
tl;dr: Eigendrum is a browser-based tool that computes the vibrational modes of an arbitrary drumhead shape by numerically solving the Helmholtz eigenvalue problem via finite elements, letting you hear the resulting sound. You can draw shapes, define them parametrically (e.g., `1 + 0.3cos(5t)`), or try presets including the famous Gordon-Webb-Wolpert isospectral "Kac drums" that sound identical despite different outlines. Runs entirely client-side; source is on GitHub. | |
HN Discussion:
| |
| 14. | The other Sean Byrne doesn't exist(conic.al) |
| 388 points by rdl 7 days ago | 182 comments | permalink | |
tl;dr: An Irish infosec professional named Sean Byrne keeps getting flagged by sanctions/restricted-party screening systems (Apple, Nasdaq, DHL/SpaceX) because his name matches a 2009 entry on the U.S. Commerce Department's Entity List—an entry that appears to be a fabricated identity invented by an Irish aircraft-parts company, Mac Aviation, to appear larger while illegally exporting parts to Iran. The listing has no DOB or other identifiers, making false-positive matches unavoidable. He warns that new AI-driven applicant screening tools now propagate such flags across hiring networks before any human review, potentially silently blocking legitimate candidates. | |
HN Discussion:
| |
| 15. | Why does Opus 5 feel worse to work with?(mun-logadan.github.io) |
| 966 points by numeri 7 days ago | 854 comments | permalink | |
tl;dr: Opus 5 feels worse to work with than predecessors like Opus 4.7, 4.8, and Fable because it makes bold assumptions, reinterprets plans, and skips clarifying questions—requiring more babysitting despite scoring higher on benchmarks. The author speculates this is a side effect of optimizing for benchmarks and self-improving AI, which reward confident guesses on self-contained tasks and penalize models that pause to ask for clarification. That trade-off hurts real-world coding work, where ambiguity is unavoidable and users would rather the agent ask than guess. | |
HN Discussion:
| |
| 16. | Going Dark, and the era of law enforcement hacking(blog.cryptographyengineering.com) |
| 455 points by vslira 7 days ago | 245 comments | permalink | |
tl;dr: AI-powered vulnerability discovery tools are rapidly closing off the remotely exploitable bugs that law enforcement and intelligence agencies have relied on for the past decade to bypass encryption, since the FBI's "Going Dark" era effectively ended when hacking tools like GrayKey and Pegasus filled the gap. As this offensive capability dries up over the next few years, agencies will likely renew pressure on vendors to build intentional backdoors into their systems. The perverse result: the US may weaken its own software just as it was finally becoming genuinely secure, exposing infrastructure to foreign adversaries. | |
HN Discussion:
| |
| 17. | Magnitude 7.7 Earthquake – 68 km NNW of Ende, Indonesia(earthquake.usgs.gov) |
| 221 points by Bender 7 days ago | 55 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 18. | Google is making private AI practical with homomorphic encryption(blog.google) |
| 491 points by u1hcw9nx 7 days ago | 283 comments | permalink | |
tl;dr: Google has released HEIR, an open-source compiler that converts pre-trained AI models to run inference on homomorphically encrypted data, letting servers process ciphertexts without seeing the underlying inputs. The project has attracted partnerships with hardware accelerator startups (Belfort, Niobium, Cornami, Optalysys) and several universities, and Google is demonstrating it with four applications: recommendation models, credit card fraud detection, network intrusion detection, and hotword detection. Benchmarks are currently single-threaded CPU, with accelerator latency numbers promised soon. | |
HN Discussion:
| |
| 19. | Gemini 3.7 Flash(blog.google) |
| 966 points by thisisauserid 8 days ago | 491 comments | permalink | |
tl;dr: Google released Gemini 3.7 Flash just three weeks after 3.6 Flash, claiming significant gains in coding (FrontierCode 1.1: 43.6% vs 34.4%), web development (WebDev Arena Elo 1588 vs 1538), and document reasoning, along with better instruction-following and tool use. It's priced at an introductory $0.75/1M input and $3.75/1M output tokens—half the cost of 3.6 Flash—and is now powering Gemini Spark for Pro/Ultra subscribers and available via the Gemini API, AI Studio, and Antigravity. | |
HN Discussion:
| |
| 20. | Firefox is now the last major browser that still supports uBlock Origin(pcworld.com) |
| 1712 points by DemiGuru 7 days ago | 693 comments | permalink | |
tl;dr: Firefox has confirmed continued support for uBlock Origin, making it the last major browser to do so after Microsoft Edge announced it will drop Manifest V2 extensions, following Chrome's lead. Since most browsers (Edge, Opera, Brave, Vivaldi) are Chromium-based, and non-Chromium alternatives Safari and DuckDuckGo don't support uBlock Origin either, Firefox is now the only option for users who want the full extension rather than the limited uBlock Origin Lite. | |
HN Discussion:
| |