| 1. | Regressive JPEGs(maurycyz.com) |
| 710 points by vitaut 54 days ago | 68 comments | permalink | |
tl;dr: Progressive JPEGs contain multiple "scans" that refine the image over time, and by concatenating multiple images while stripping certain markers, you can create a single JPEG that renders as different images over a slow network. Since decoders typically bail out after ~9 scans, the author works around this by using minimal DC-only scans (yielding 1/16 resolution frames) to pack up to 90 frames—effectively a video—into one standards-compliant JPEG. Playback timing depends entirely on network speed, so it's more of a novelty than a practical technique. | |
HN Discussion:
| |
| 2. | AWS: Inaccurate Estimated Billing Data – $1.7 billion |
| 1298 points by nprateem 55 days ago | 747 comments | permalink | |
tl;dr: An AWS user reports an estimated bill of $1.7 billion for the month, despite normal usage typically under $5, and has filed an urgent support ticket. AWS has acknowledged inaccurate estimated billing data on its health status page, and other users on Reddit are reporting similar issues. | |
HN Discussion:
| |
| 3. | Thanks HN for 15 years of support and helping me find my life's work |
| 794 points by nicholasjbs 54 days ago | 100 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) |
| 520 points by neversaydie 55 days ago | 302 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) |
| 274 points by st_goliath 54 days ago | 109 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) |
| 323 points by surprisetalk 54 days ago | 84 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) |
| 397 points by droidjj 55 days ago | 209 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) |
| 476 points by rellem 55 days ago | 352 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) |
| 543 points by gnabgib 54 days ago | 369 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) |
| 269 points by surprisetalk 55 days ago | 162 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) |
| 2079 points by vincent_s 56 days ago | 1199 comments | permalink | |
tl;dr: Moonshot's Kimi K3 is a 2.8T-parameter open model with native vision, 1M-token context, and a novel architecture (Kimi Delta Attention + Attention Residuals, 16-of-896 MoE sparsity) claiming 2.5× better scaling efficiency than K2. It reportedly trails Claude Fable 5 and GPT 5.6 Sol overall but competes strongly on long-horizon coding, agentic tasks, and multimodal benchmarks, with demos including autonomous chip design, a from-scratch Triton-like compiler, and video editing. Available now via API ($0.30/$3/$15 per MTok) with full weights to be released July 27, 2026. | |
HN Discussion:
| |
| 12. | Evidence of inconsistencies in evaluation process and selection of winners(kaggle.com) |
| 466 points by twerkmeister 55 days ago | 298 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 13. | Camera Chase Vehicle(transistor-man.com) |
| 251 points by geerlingguy 62 days ago | 25 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) |
| 403 points by merksittich 55 days ago | 366 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) |
| 269 points by divbzero 55 days ago | 217 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) |
| 307 points by JeremyTheo 56 days ago | 304 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) |
| 801 points by jervant 56 days ago | 176 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) |
| 213 points by Anon84 55 days 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) |
| 711 points by ray__ 55 days ago | 158 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) |
| 270 points by crazysaem 55 days ago | 186 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:
| |