| 1. | macOS Container Machines(github.com) |
| 1247 points by timsneath 2 days ago | 428 comments | permalink | |
tl;dr: macOS Container Machines run full Linux environments (with init/systemd) from standard OCI images, automatically mapping your macOS username and home directory into the VM so repos and dotfiles are shared between host and guest. You can edit on macOS while building/running inside Linux, spin up multiple machines for different distros (Alpine, Ubuntu, Debian), and run real system services like Postgres via systemctl. Custom images work as long as they include /sbin/init, with a `container machine` CLI (aliased `m`) for create/run/stop/inspect operations. | |
HN Discussion:
| |
| 2. | Claude Fable 5(anthropic.com) |
| 2593 points by Philpax 2 days ago | 2140 comments | permalink | |
tl;dr: Anthropic launched Claude Fable 5, a "Mythos-class" frontier model claiming state-of-the-art performance in coding, vision, knowledge work, and long-horizon agentic tasks, priced at $10/$50 per million input/output tokens. The model ships with new classifiers that fall back to Opus 4.8 on cybersecurity, bio/chem, and distillation-related queries (triggering in under 5% of sessions), plus a mandatory 30-day data retention policy for safety monitoring. A less-restricted variant, Mythos 5, is available to vetted cyber defenders via Project Glasswing, with a biology trusted-access program coming soon. | |
HN Discussion:
| |
| 3. | Upcoming breaking changes for npm v12(github.blog) |
| 369 points by plasma 2 days ago | 143 comments | permalink | |
tl;dr: npm v12 (July 2026) will disable several install-time behaviors by default: lifecycle scripts (preinstall/install/postinstall, including implicit node-gyp builds) won't run unless explicitly allowlisted via `npm approve-scripts`, and Git and remote URL dependencies will require `--allow-git` and `--allow-remote` flags respectively. These changes are already available as warnings in npm 11.16.0+, so users can run installs now, review warnings, approve trusted packages, and commit the resulting allowlist to package.json before upgrading. | |
HN Discussion:
| |
| 4. | German ruling declares Google liable for false answers in AI Overviews(the-decoder.com) |
| 546 points by ahlCVA 2 days ago | 313 comments | permalink | |
tl;dr: A Munich Regional Court ruled Google directly liable for false claims in its AI Overviews, rejecting the limited liability protections that shield traditional search engines because the AI generates its own original statements rather than just linking third-party content. The court dismissed Google's defense that users can verify sources themselves, noted AI output gets weaker free speech protection since it's algorithmic rather than personal conviction, and ordered Google to pay 80% of legal costs. The ruling could have international implications for Google and other AI providers like ChatGPT, Claude, and Perplexity. | |
HN Discussion:
| |
| 5. | Ultrafast machine learning on FPGAs via Kolmogorov-Arnold Networks(aarushgupta.io) |
| 227 points by ag2718 2 days ago | 33 comments | permalink | |
tl;dr: Researchers designed FPGA architectures for Kolmogorov-Arnold Networks (KANs) that exploit their summed univariate activations, mapping each activation to a lookup table for sub-microsecond inference with a 2700x speedup over prior KAN-FPGA implementations. They further leverage B-spline locality (only S+1 basis functions active per input) and boundedness (basis functions sum to 1) to enable sparse, stable fixed-point gradient updates, supporting real-time on-FPGA online learning at 50,000+ parameters with sub-microsecond forward/backward passes—previously considered impractical. Applications include quantum control and nuclear fusion, where models must adapt within microseconds. | |
HN Discussion:
| |
| 6. | What it feels like to work with Mythos(oneusefulthing.org) |
| 279 points by swolpers 2 days ago | 233 comments | permalink | |
tl;dr: Ethan Mollick got early access to Claude 5 Fable, Anthropic's first "Mythos-class" model, and found it represents a major leap—autonomously spawning sub-agents to research, code, and verify work over multi-hour sessions, producing things like a fully-researched isochrone map and a 9.5-hour build of sophisticated research software. The downside is cost (twice Opus, heavy token burn), aggressive security guardrails, and a deeper shift in the human role: users no longer steer the process but commission outcomes from an opaque black box. | |
HN Discussion:
| |
| 7. | If Claude Fable stops helping you, you'll never know(jonready.com) |
| 817 points by mips_avatar 2 days ago | 400 comments | permalink | |
tl;dr: Anthropic's Claude 5 model card reveals that the model will be silently degraded (via prompt modification, steering vectors, or PEFT) when it detects requests related to "frontier LLM development," with no notification to users. The author argues this creates a supply chain risk because the line between "frontier AI" and normal product development is blurring—many startups now train embeddings, rerankers, and fine-tune small LLMs as routine work. If Claude gives bad advice on AI-related tasks, developers won't be able to tell whether it's a model limitation, user error, or a hidden policy intervention. | |
HN Discussion:
| |
| 8. | OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision(opencv.org) |
| 841 points by ternaus 5 days ago | 147 comments | permalink | |
tl;dr: OpenCV 5 ships a rewritten graph-based DNN engine that boosts ONNX operator coverage from ~22% to over 80%, adds dynamic shapes, attention/MatMul fusion, and built-in tokenizer + KV-cache support for running LLMs and VLMs (Qwen, Gemma, GPT) directly via the Net API. Benchmarks show it matching or beating ONNX Runtime on CPU for models like YOLOv8, DINOv2, and OWLv2, while the old engine remains available behind the same API for backward compatibility. The release also modernizes the core with FP16/BF16 types, 0D/1D Mat support, a redesigned hardware acceleration layer (Intel IPP, Arm KleidiCV, Qualcomm FastCV, RISC-V), and split 3D/calibration modules; pip release is slated for June 2026. | |
HN Discussion:
| |
| 9. | CEOs who think AI replaces their employees are just bad CEOs(techdirt.com) |
| 670 points by speckx 2 days ago | 248 comments | permalink | |
tl;dr: CEOs going overboard on AI mandates—forcing usage, setting up token leaderboards, and assuming LLMs can replace staff—are missing the point, as Box CEO Aaron Levie notes they only see the "happy path" and not the verification, compliance, and scaling work employees actually do. Building something that works isn't the same as building something that works well at scale, and CEOs who conflate the two are either cargo-culting or using AI as cover for bad headcount decisions. The real value of LLMs comes from willing, skilled users augmenting their work—not from firing the people who handle the unseen details. | |
HN Discussion:
| |
| 10. | Making Graphics Like it's 1993(staniks.github.io) |
| 864 points by sklopec 2 days ago | 147 comments | permalink | |
tl;dr: A solo developer is building Catlantean 3D, a from-scratch 1993-style FPS using a 320x240 resolution, 256-color palette, and hand-written software rasterizer/sound mixer, targeting a Steam release in Q1 2027. The post details asset creation techniques: palette/colormap-based lighting with Oklab perceptual distance, Blender-rendered sprites quantized via Python, hand-drawn HUD work in Affinity/Aseprite, and procedurally generated textures, gib animations (Voronoi decomposition + physics), and particle effects. The dev also built a custom wxPython map editor to ship with the game, and plans to open-source the code while selling the data archive for $5-8. | |
HN Discussion:
| |
| 11. | WWDC 2026: Apple is Folding(cupertinolens.com) |
| 234 points by brandonb 2 days ago | 248 comments | permalink | |
tl;dr: Apple's WWDC 2026 sample app—an origami folding tutorial—plus heavy emphasis on resizable layouts and "dynamic range of sizes and aspect ratios" strongly hint at an upcoming foldable iPhone. Developers digging into the iOS 27 beta found new API strings like `foldState`, `angleDegrees`, and a key querying the number of built-in displays. The rumored "iPhone Ultra" is a book-style foldable with a ~7.8-inch inner display, ~$2,000 price, and a September unveiling led by incoming CEO John Ternus, who oversaw its development. | |
HN Discussion:
| |
| 12. | Google Chrome is killing all uBlock Origin bypasses, Edge, Opera to follow(neowin.net) |
| 225 points by d3Xt3r 1 day ago | 191 comments | permalink | |
tl;dr: Google Chrome is removing the final flags and registry workarounds that allowed Manifest V2 extensions like uBlock Origin to keep running, with kExtensionManifestV2Disabled already gone in Chromium 150 and remaining bypass options set to disappear in 151. Edge and Opera are expected to follow, leaving Brave, Vivaldi, and Firefox as the main browsers still supporting the original uBlock Origin; Chrome users are otherwise pushed toward the less capable uBO Lite. | |
HN Discussion:
| |
| 13. | FCC wants to kill burner phones by forcing telecoms to get all customers' IDs(404media.co) |
| 523 points by berlianta 2 days ago | 342 comments | permalink | |
tl;dr: The FCC is proposing rules that would require U.S. telecoms to collect government-issued IDs, physical addresses, and other personal data from all new and renewing phone customers, effectively eliminating anonymous "burner" phones. The agency frames it as an anti-scam measure, with additional data collection requirements for business and foreign customers. Privacy advocates and the ACLU warn the rules mirror practices in authoritarian regimes and would harm domestic abuse survivors, journalists, low-income users, and others who rely on phone anonymity. | |
HN Discussion:
| |
| 14. | Microsoft's open source tools were hacked to steal passwords of AI developers(techcrunch.com) |
| 538 points by raffael_de 2 days ago | 185 comments | permalink | |
tl;dr: Microsoft disabled at least 70 of its GitHub repositories—many related to Azure and AI coding tools like Claude Code, Gemini CLI, and VS Code—after hackers injected password-stealing malware targeting developers who used them. The company confirmed the takedown and notified affected customers, though it hasn't disclosed how many were impacted. Researchers say this appears to be a re-compromise of Microsoft's Durable Task project, which was breached in a similar supply-chain attack in mid-May. | |
HN Discussion:
| |
| 15. | Apple decided not to roll out Siri in EU after denied request for exemption(reuters.com) |
| 400 points by flanged 2 days ago | 638 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 16. | Let's Encrypt bans certificate usage in any US sanctioned territory [pdf](letsencrypt.org) |
| 413 points by piskov 3 days ago | 344 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 17. | Job: Head of Stonehenge(english-heritage.org.uk) |
| 230 points by mooreds 2 days ago | 218 comments | permalink | |
tl;dr: English Heritage is hiring a permanent, full-time Head of Stonehenge (£64,189+) to lead operations, retail, and F&B at the UK's most-visited heritage site, including managing solstice events and hitting revenue targets. Candidates need proven leadership of large teams in complex visitor-facing environments plus strong commercial acumen. Applications close 21 June 2026, with interviews in July 2026. | |
HN Discussion:
| |
| 18. | Cleaning up after AI rockstar developers(codingwithjesse.com) |
| 470 points by BrunoBernardino 2 days ago | 345 comments | permalink | |
tl;dr: The author compares AI coding agents to "rockstar developers"—prolific, clever, but leaving behind incomprehensible code nobody else can maintain—except worse, because LLM-generated code comes from hundreds of disconnected contexts with no unifying design. This creates exponentially growing complexity and technical debt that may be unpayable, forcing teams into dependency on LLMs just to understand their own systems. The recommendation: guide LLMs to produce small, understandable snippets, resist over-engineering, and don't be afraid to slow down or write code yourself. | |
HN Discussion:
| |
| 19. | Apple reveals new AI architecture built around Google Gemini models(macrumors.com) |
| 718 points by unclefuzzy 3 days ago | 555 comments | permalink | |
tl;dr: Apple is overhauling Apple Intelligence with a new architecture built on foundation models co-developed with Google using Gemini technology, running both on-device and via Private Cloud Compute. The upgrade adds multimodal capabilities like image generation, advanced photo editing, and visual question answering, with higher-end devices getting expanded features such as speech generation and improved dictation. A new system orchestrator coordinates these features contextually across apps, while Apple emphasized its privacy stance as a contrast to competitors. | |
HN Discussion:
| |
| 20. | Ask HN: Why hasn't there been a real competitor to Ticketmaster yet? |
| 247 points by mdni007 3 days ago | 228 comments | permalink | |
tl;dr: An Ask HN post questioning why Ticketmaster maintains a near-monopoly on event ticketing despite widespread consumer dislike and numerous competing platforms. The poster observes that most venues sell exclusively through Ticketmaster and other platforms function mainly as resellers that transfer tickets back to Ticketmaster accounts, and asks how this dominance persists. | |
HN Discussion:
| |