From Hacker News
Stories 1 – 10
No. 01Privacy & SecurityApplies to you
by speckx · 947 points · 625 comments
The highest-scoring HN story today is a pointed rant about Gmail's paternalistic UI decisions — auto-categorizing, hiding emails, and generally treating users as incapable of managing their own inbox. With 625 comments, clearly this hit a nerve. If you've ever considered ditching Gmail for Fastmail, Proton, or self-hosting, this is your reading material.
No. 02Dev Tools
by semanser · 648 points · 267 comments
Flux.ai's lawyers sent a demand letter to Adafruit — a beloved open hardware company — over unclear IP claims. The community is rallying behind Adafruit. This is a cautionary tale about aggressive legal tactics targeting open-source adjacent makers, and worth watching closely.
No. 03AI ToolsApplies to you
by EvanZhouDev · 467 points · 207 comments
Microsoft launches MAI-Code-1-Flash, a fast, lightweight coding model competing directly with Claude and GPT-4o-mini. For devs using AI coding assistants daily, a new contender from Microsoft's AI division is worth benchmarking — especially if you're already in the Azure/VS Code ecosystem.
No. 04Privacy & SecurityApplies to you
by ammar2 · 391 points · 59 comments
A researcher demonstrates how a single click in VSCode could exfiltrate your GitHub token via a carefully crafted extension or workspace. If you use VSCode (or VS Code-based editors like Cursor), this is a must-read — the attack surface is real and the fix isn't obvious.
No. 05Weird Science
by viasfo · 381 points · 222 comments
Lumafield's industrial CT scanner reveals the internal engineering of BYD EV components in stunning detail — battery packs, motors, connectors. It's equal parts industrial porn and competitive intelligence, showing how tightly integrated Chinese EV engineering has become.
No. 06Dev Tools
by tanelpoder · 303 points · 84 comments
A clever hack: expose your GPU's VRAM as a network block device and use it as Linux swap. For ML workloads where your CPU RAM is the bottleneck but your VRAM sits idle between batches, this is genuinely actionable. The repo is minimal and the idea is inspired.
No. 07AI ToolsApplies to you
by berlianta · 237 points · 178 comments
Stanford Law finds AI models outperforming law professors on a range of legal reasoning tasks — not just retrieval, but actual analytical judgment. This pairs directly with today's Pinboard piece on structural barriers to AI lawyers; the capability gap is closing faster than the institutional one.
No. 08Privacy & SecurityApplies to you
by speckx · 209 points · 58 comments
A detailed breakdown of how ad-tech players are coordinating to embed tracking and ad decisioning directly into browser infrastructure — bypassing the controls that ad blockers and privacy-focused browsers rely on. If you care about the open web, this is the threat to watch in 2026.
No. 09Dev Tools
by dm319 · 171 points · 104 comments
The HP-16C — the legendary programmer's calculator with native hex, octal, binary, and bitwise operations — is back as a collector's edition. It's pricey, but for developers who grew up with RPN calculators or want a genuinely useful desk tool, this is a proper nerdy delight.
No. 10AI ToolsApplies to you
by mooreds · 134 points · 19 comments
Kapa.ai walks through their production approach to indexing images inside documentation for RAG pipelines — OCR, captioning, multimodal embeddings, and retrieval strategies. Concrete and implementation-focused; directly useful if you're building AI search over mixed-media content.
From Pinboard Popular
Stories 11 – 20
No. 11Privacy & SecurityApplies to you
Pinboard Popular · tagged: untagged
404 Media reports that attackers used social engineering via Meta's AI assistant to gain access to high-profile Instagram accounts — the AI was convinced to bypass normal authentication flows. A stark reminder that LLM-integrated customer support creates new account-takeover attack surfaces.
No. 12Dev ToolsApplies to you
Pinboard Popular · tagged: github
A scathing, detailed investigation into GitHub's performance degradation, reliability collapse, and the broader decay of developer infrastructure. The author benchmarks GitHub against GitLab and Codeberg and makes a compelling case that we've become too comfortable with a slow, monopolistic platform. Required reading for any dev who's noticed things feel worse lately.
No. 13Dev Tools
Pinboard Popular · tagged: windows, shell, linux, toolkit, opensource, productivity, simplicity, minimalism
Microsoft open-sources a native Windows port of coreutils — bringing `ls`, `cat`, `grep`, `awk`, and friends to Windows without WSL or Cygwin overhead. For .NET devs who still touch Windows machines, this dramatically smooths out cross-platform shell scripting workflows.
No. 14Privacy & SecurityApplies to you
Pinboard Popular · tagged: untagged
DuckDuckGo is seeing a traffic boom driven by users fleeing AI-contaminated search results, and is now making its classic no-AI search mode more prominent. A clear market signal that privacy + search purity is a genuine product differentiator — and that not everyone wants Gemini interpolated into their results.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: untagged
A thoughtful essay on what 'quality' even means when AI can produce plausible-but-hollow content at scale. The author argues for intentionality and craft as the new differentiators. Relevant to anyone building with or writing for an AI-saturated audience.
No. 16AI ToolsApplies to you
Pinboard Popular · tagged: ai, .=skill, .=links, .=tool, cli, ai-assisted-dev
A curated directory of skills and capabilities you can wire into AI agents — think of it as an app store for agent behaviors. If you're building with Claude Code or other agentic tools, this is a useful map of what's already been packaged and what patterns are emerging.
No. 17Creative SoftwareApplies to you
Pinboard Popular · tagged: untagged
LosslessCut is a fast, cross-platform video trimmer that cuts without re-encoding — preserving full quality in seconds rather than minutes of transcoding. It's a staple tool for anyone who edits screencasts, talks, or footage on macOS and wants zero generational loss.
No. 18Creative Software
Pinboard Popular · tagged: music
Stemdeck is an open-source stem extraction tool that isolates vocals, drums, bass, piano, and guitar from mixed audio — useful for practice, remixing, and creative audio workflows. Think Spleeter but with a modern interface and active development.
No. 19Privacy & SecurityApplies to you
Pinboard Popular · tagged: seattle, privacy
Coveillance.org documents the cameras, license-plate readers, facial recognition infrastructure, and corporate surveillance networks embedded in Seattle's streetscape. An eye-opening physical audit of what 'smart city' infrastructure actually looks like from the ground up — and a model for how citizens can document surveillance in their own cities.
No. 20Dev ToolsApplies to you
Pinboard Popular · tagged: safe-area-inset, black-bar, ios-camera, camera, floating, css
A practical guide to CSS `env(safe-area-inset-*)` for handling iPhone notches, Dynamic Islands, and home-gesture zones without ugly black bars or clipped UI. If you're building any web app that runs on iOS — especially in Angular — this is immediately applicable knowledge.