Published on March 05, 2026 at 18:01 CET (UTC+1)
Google Safe Browsing missed 84% of phishing sites we found in February (128 points by jdup7)
A report from Norn Labs reveals that their phishing discovery tool, Huginn, found 254 confirmed phishing sites in February 2026. Google Safe Browsing (GSB), which powers Chrome's protections, had failed to flag 84% of these sites at the time of discovery. The article highlights the gap in mainstream detection and showcases the superior catch rate of their own tool, Muninn, while also noting that a significant portion of phishing sites are hosted on trusted platforms like Weebly.
Wikipedia in read-only mode following mass admin account compromise (58 points by greyface-)
The Wikimedia Foundation's status page indicates that all Wikipedia wikis were placed in read-only mode following a major security incident. The issue, identified as a mass compromise of administrator accounts, triggered an investigation and an emergency fix. This action prevented further malicious edits while the security team resolved the breach.
Show HN: Jido 2.0, Elixir Agent Framework (74 points by mikehostetler)
The article announces Jido 2.0, a framework for building AI agents in the Elixir programming language. While the full content is unavailable, the title and context indicate it focuses on the release of a significant new version, likely detailing features for creating, managing, and deploying autonomous or semi-autonomous software agents within the Elixir ecosystem.
Good software knows when to stop (99 points by ssaboum)
This opinion piece uses a fictional scenario where the classic ls command is replaced by an "AI-Powered Directory Intelligence" system called als. It critiques the trend of unnecessarily adding AI to mature, functional tools, arguing that good software is simple and knows when to stop. The piece satirizes the drive for "AI evolution" where it isn't needed, potentially complicating user experience.
Judge Orders Government to Begin Refunding More Than $130B in Tariffs (546 points by JumpCrisscross)
A Wall Street Journal report details a major legal ruling where a judge has ordered the U.S. government to begin refunding over $130 billion in tariffs. While the specific tariffs and case details are behind a paywall, the scale of the ruling suggests a significant shift in trade policy or a successful legal challenge against previously collected import taxes.
Fast-Servers (40 points by tosh)
This technical blog post critiques common network server design patterns (like threaded workers with libevent) and proposes a high-performance alternative. The author's design uses one thread per CPU core with pinned affinity, separate epoll/kqueue instances, and a model where file descriptors are passed between threads for different state transitions, aiming to achieve over 100k requests per second with simple, efficient code.
Nvidia PersonaPlex 7B on Apple Silicon: Full-Duplex Speech-to-Speech in Swift (281 points by ipotapov)
The blog post details a technical implementation of running Nvidia's PersonaPlex 7B, a speech-to-speech AI model, locally on Apple Silicon Macs. It focuses on achieving full-duplex (simultaneous speaking and listening) conversation using the MLX framework, all within a native Swift application, showcasing the trend of powerful, on-device AI inference.
Google Workspace CLI (802 points by gonzalovargas)
Google has released an official, unified command-line interface (CLI) for Google Workspace. Dynamically built from Google's APIs, it allows management of Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin services. Notably, it is designed to be used by both humans and AI agents, featuring built-in AI agent skills, indicating a push towards AI-native tooling.
Relicensing with AI-Assisted Rewrite (296 points by tuananh)
This article analyzes a controversial open-source relicensing effort where the maintainers of the Python library chardet used Claude Code to rewrite the codebase, changing its license from LGPL to MIT. It discusses the legal and ethical gray area this creates, arguing that AI-assisted rewriting does not constitute a "clean room" implementation and may violate the original license's terms, setting a contentious precedent.
Intelligence is a commodity. Context is the real AI Moat (53 points by adlrocha)
The author argues that raw AI model intelligence is becoming a cheap commodity. The true competitive advantage (the "moat") in the AI era will come from unique, structured context—proprietary data, deep domain understanding, and integrated workflows that allow AI to act meaningfully. The future belongs to systems that can effectively gather, manage, and utilize this context.
Trend: The "AI-washing" of established tools faces user backlash.
Trend: AI agents are becoming first-class users of software tools and APIs.
Trend: On-device, specialized AI models are enabling new application paradigms.
Trend: AI is disrupting established legal and collaborative frameworks, notably in open source.
chardet case highlights how AI-assisted code rewriting blurs the lines of copyright and licensing. It challenges the definitions of derivative work and "clean room" implementation, creating legal uncertainty.Trend: The defensive AI security arms race is intensifying.
Trend: The core differentiator is shifting from model intelligence to applied context.
Trend: AI frameworks are maturing and targeting specific developer niches.
Analysis generated by deepseek-reasoner