| 1. | Regressive JPEGs(maurycyz.com) |
| 390 points by vitaut 7 hours ago | 38 comments | permalink | |
tl;dr: Progressive JPEGs store images as multiple "scans" of increasing detail, and by concatenating multiple images while stripping certain markers, you can create a single JPEG that displays different frames as it loads over a slow network. Since most decoders bail out after ~9 scans, the trick is to use minimal DC-only scans (yielding 1/16 resolution frames), which allows packing ~90 frames—enough for a crude video—into one standards-compliant JPEG. Playback timing depends entirely on network speed, so it has no real practical use beyond novelty demos like HTML-only video via `<dialog>` tags. | |
HN Discussion:
| |
| 2. | AWS: Inaccurate Estimated Billing Data – $1.7 billion |
| 1205 points by nprateem 1 day ago | 711 comments | permalink | |
tl;dr: An AWS user reports their estimated monthly bill spiked to $1.7 billion despite normal usage typically under $5, and has filed an urgent support ticket. AWS's status page is referenced alongside a Reddit thread where others appear to be experiencing similar billing anomalies, suggesting a widespread issue with AWS's estimated billing data. | |
HN Discussion:
| |
| 3. | Thanks HN for 15 years of support and helping me find my life's work |
| 621 points by nicholasjbs 18 hours ago | 67 comments | permalink | |
tl;dr: The founder of the Recurse Center marks its 15th anniversary, recounting how they pivoted from a failed YC "OkCupid for jobs" idea into a self-directed programming retreat. A 2012 HN launch post drove much of their early growth and remains their #2 applicant source after word of mouth. While not the billion-dollar business YC hoped for, it has served over 3,000 programmers and become the founder's life's work. | |
HN Discussion:
| |
| 4. | First atmosphere found on Earth-like planet in habitable zone of distant star(bbc.com) |
| 466 points by neversaydie 21 hours ago | 275 comments | permalink | |
tl;dr: Researchers have detected helium in the atmosphere of LHS 1140 b, a rocky exoplanet 48 light-years away orbiting in its red dwarf star's habitable zone—the first atmosphere confirmed on an Earth-like world in a Goldilocks zone. Helium alone can't support life, but other gases may exist lower in the atmosphere. The finding, published in Science, is a step toward answering whether Earth-like conditions exist elsewhere, though no biosignatures have been detected. | |
HN Discussion:
| |
| 5. | The Zilog Z80 has turned 50(goliath32.com) |
| 232 points by st_goliath 15 hours ago | 90 comments | permalink | |
tl;dr: The Zilog Z80, launched in July 1976 by ex-Intel engineer Federico Faggin, evolved from the Datapoint 2200-derived 8008 and 8080 lineage, adding index registers, shadow register banks, new instructions, and a simpler single-supply bus design while remaining binary compatible with the 8080. It became a dominant 8-bit processor in early PCs, home computers, and embedded systems, spawning clones like the Game Boy's Sharp LR35902, before Zilog finally discontinued the original in June 2024. The article also recounts how Exxon's ownership stake contributed to IBM choosing Intel's 8088 for the PC. | |
HN Discussion:
| |
| 6. | Learning a few things about running SQLite(jvns.ca) |
| 261 points by surprisetalk 17 hours ago | 68 comments | permalink | |
tl;dr: A developer running a Django site on SQLite shares lessons learned: running ANALYZE dramatically sped up a slow FTS5 query (from 5s to 0.05s) by giving the query planner better statistics. They also hit issues with SQLite's single-writer limitation during bulk deletes causing worker timeouts and crashes, which they work around with small batches. For backups, they've used both restic (with VACUUM INTO) and Litestream for incremental replication to S3. | |
HN Discussion:
| |
| 7. | Kimi K3, and what we can still learn from the pelican benchmark(simonwillison.net) |
| 349 points by droidjj 20 hours ago | 184 comments | permalink | |
tl;dr: Moonshot AI released Kimi K3, a 2.8 trillion parameter model priced at $3/$15 per million input/output tokens—matching Claude Sonnet pricing and making it the most expensive Chinese model to date, with open weights promised by July 27. Simon Willison's pelican-on-a-bicycle SVG benchmark no longer correlates well with model quality (GLM-5.2 outperforms frontier models on it), but he still finds value in it as a "hello world" prompt for testing new models, gauging reasoning costs, and verifying basic spatial reasoning capabilities. | |
HN Discussion:
| |
| 8. | The state of open source AI(stateofopensource.ai) |
| 452 points by rellem 20 hours ago | 325 comments | permalink | |
tl;dr: Open-weight AI models have essentially closed the capability gap with closed frontier models (3.3% on Chatbot Arena, at parity for coding), now route the majority of production tokens on OpenRouter, and cost roughly 6× less per call — while inference prices have fallen 50× in 36 months. However, open lags in operational tooling: only 51% of open-model teams reach production vs. 63% for closed, with the gap concentrated in deployment, compliance, and maintenance. The emerging battleground is the "agentic harness" above the model, where frontier labs are integrating scaffolding with weights to rebuild lock-in. | |
HN Discussion:
| |
| 9. | Kaiser nurses say AI, surveillance are making their jobs and patient care worse(localnewsmatters.org) |
| 514 points by gnabgib 12 hours ago | 340 comments | permalink | |
tl;dr: Kaiser Permanente advice nurses say workplace surveillance and AI tools—including systems that grade their tone, empathy, and call length—are pressuring them to cut calls short (often under 15 minutes) at the expense of patient care, with some withholding compassion from suicidal or terminally ill patients to avoid poor performance scores. The California Nurses Association is heading into contract negotiations with AI as a central issue, while state lawmakers weigh several bills to regulate workplace AI, including protections for clinicians who override automated recommendations. Kaiser denies using average handle time to evaluate nurses. | |
HN Discussion:
| |
| 10. | Three ways people respond to a problem (other than solving it)(improvesomething.today) |
| 250 points by surprisetalk 21 hours ago | 139 comments | permalink | |
tl;dr: Beyond actually solving problems, people typically respond in three other ways: pushing problems around (local optimization that shifts pain elsewhere), preserving problems (per the Shirky Principle, institutions perpetuate the issues they exist to solve), and promoting new problems (once the top issue is resolved, the next one takes its place). The author advises identifying who benefits from a problem's existence, accepting that problem-solving is never "finished," and using shared diagrams to help teams agree on which problems are actually worth fixing. | |
HN Discussion:
| |
| 11. | Kimi K3: Open Frontier Intelligence(kimi.com) |
| 2035 points by vincent_s 1 day ago | 1180 comments | permalink | |
tl;dr: Moonshot has released Kimi K3, a 2.8T-parameter open-weight model built on Kimi Delta Attention and Attention Residuals, with native vision, a 1M-token context window, and MoE sparsity activating 16 of 896 experts. It targets long-horizon coding, agentic knowledge work, and reasoning—demonstrating strong results on kernel optimization, compiler building, and chip design—though it still trails Claude Fable 5 and GPT 5.6 Sol. Available now via Kimi.com and API ($0.30/$3/$15 per MTok), with full weights slated for release by July 27, 2026. | |
HN Discussion:
| |
| 12. | Evidence of inconsistencies in evaluation process and selection of winners(kaggle.com) |
| 461 points by twerkmeister 23 hours ago | 289 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 13. | Camera Chase Vehicle(transistor-man.com) |
| 228 points by geerlingguy 8 days ago | 22 comments | permalink | |
tl;dr: A hobbyist built a remote-controlled camera chase vehicle by mounting a Freefly Movi M10 gimbal (bought used for $124) onto a 1/5-scale RC chassis from a surplus store, with a VESC motor controller, DeWalt battery packs, 3D-printed TPU fenders for ice racing, and an Amimon CONNEX 5.8GHz HD video link. The write-up covers mechanical design, power distribution, reverse-engineering Panasonic camera lens control via the shutter port's analog resistance signaling, and unlocking an offline firmware update mode for the discontinued CONNEX radios. Initial shakedown at 30 MPH revealed the gimbal was poorly balanced, degrading footage quality. | |
HN Discussion:
| |
| 14. | Apple targets dozens of OpenAI employees with legal letters(ft.com) |
| 394 points by merksittich 23 hours ago | 341 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 15. | How Has Roman Concrete Lasted for Millennia? 1,900-Year-Old Latrine Offers Clues(smithsonianmag.com) |
| 258 points by divbzero 1 day ago | 216 comments | permalink | |
tl;dr: Researchers studying an undisturbed 1,900-year-old concrete sample from a latrine at Hadrian's Villa found that carbonation—atmospheric CO2 reacting with calcium compounds to form crack-sealing calcite—plays a larger role in Roman concrete's durability than previously thought, complementing the well-known pozzolanic reaction. The findings, published in Science Advances, could inform development of longer-lasting, lower-emission modern concrete, which currently accounts for roughly 8% of global CO2 emissions. | |
HN Discussion:
| |
| 16. | The LLM Critics Are Right. I Use LLMs Anyway(theocharis.dev) |
| 297 points by JeremyTheo 1 day ago | 296 comments | permalink | |
tl;dr: The author acknowledges that most criticisms of LLMs—slop, environmental cost, OSS trust erosion, geopolitical risk, opinion homogenization—are valid, yet still uses LLMs heavily (spending ~$10k/month on tokens) because they amplify existing thinking rather than replace it. They share concrete workflows: a "grill-me" skill that forces the LLM to interrogate you until shared understanding, Basecamp-style 3-sentence problem statements, subagents that rip apart context until they hallucinate, and using hallucinated APIs as intuition tests. The key rule: only use LLMs in domains where you can distinguish good output from slop. | |
HN Discussion:
| |
| 17. | Microsoft Comic Chat is now open source(opensource.microsoft.com) |
| 796 points by jervant 1 day ago | 173 comments | permalink | |
tl;dr: Microsoft has open-sourced Comic Chat, the 1996 IRC client that rendered conversations as comic panels with illustrated characters and speech bubbles, and famously debuted the Comic Sans font. The release includes original source code (Visual C++ 4.0/MFC) along with AI-assisted modernization attempts that get it building with current Visual Studio tools and connecting to modern IRC servers. Created by DJ Kurlander's team at Microsoft Research with artwork by cartoonist Jim Woodring, the code is now available on GitHub for study and experimentation. | |
HN Discussion:
| |
| 18. | Mathematics of Data Science(arxiv.org) |
| 208 points by Anon84 1 day ago | 14 comments | permalink | |
tl;dr: A textbook on the mathematical foundations of data science, covering 16 chapters spanning high-dimensional geometry, SVD/PCA, linear regression, graph-based methods, dimension reduction, optimization, classification, and deep learning. It also treats more theoretical topics including concentration of measure, matrix concentration inequalities, compressive sensing, and low-rank matrix recovery. Authored by Thomas Strohmer and posted to arXiv. | |
HN Discussion:
| |
| 19. | Decoy Font(mixfont.com) |
| 704 points by ray__ 1 day ago | 157 comments | permalink | |
tl;dr: Decoy Font is a downloadable TTF font that exploits the hybrid image technique (same idea as the Einstein/Monroe illusion), overlaying sharp foreground letters on blurred, low-frequency background letters so humans reading from a distance see a different message than what AI/OCR sees up close. The author demonstrates it fooling ChatGPT and Gemini 3.5, though notes agentic models with proper prompting could likely defeat it. It's positioned as an accessible anti-AI-scraping tool, with potential applications in CAPTCHAs or private messaging. | |
HN Discussion:
| |
| 20. | Pebble Mega Update – July 2026(repebble.com) |
| 264 points by crazysaem 1 day ago | 180 comments | permalink | |
tl;dr: Pebble has shipped over 23,000 Pebble Time 2 watches (80%+ of pre-orders) and expects to be in-stock shortly, while Pebble Round 2 mass production begins late July with pre-orders fulfilled by end of September. Software updates have pushed Pebble 2 Duo battery life past 30 days, added new SDK APIs, and enabled Index 01 functionality in the mobile app. Reported hardware issues (high power draw, touch problems, cracked glass, button defects) affect a small percentage of units, and the company is offering free replacements regardless of warranty status. | |
HN Discussion:
| |