Jul 1Thursday, July 2, 2026 · all days
1.A new Android malware from Google(f-droid.org)
680 points by drewfax 8 hours ago | 276 comments | permalink
tl;dr: F-Droid is framing Google's upcoming Android Developer Verification (ADV) program as malware, arguing it silently installs a system service that will block apps from developers not centrally registered with Google. They object to the vague definition of "malware" in Google's terms (which could be used against ad blockers or competitors) and note the rollout begins September 30 in Brazil, Indonesia, Singapore, and Thailand. F-Droid warns this threatens sideloading, its own existence, and 18 years of open Android development, despite widespread opposition from EFF, FSF, ACLU, and others.
HN Discussion:
  • Google's account termination practices are draconian and cascade destructively across all their services
  • Google is betraying Android's original open promise after achieving market dominance
  • Users should migrate to alternative OSes like GrapheneOS or Linux-based mobile systems
  • The article's emotional/childish framing undermines F-Droid's credibility and cause
  • ~Practical resistance is difficult given hardware monopolization and cost of alternatives
2.ZCode – Harness for GLM-5.2(zcode.z.ai)
411 points by chvid 13 hours ago | 297 comments | permalink
tl;dr: ZCode is a coding harness optimized for Z.ai's GLM-5.2 model, offering agentic coding features like long-running task management via "Goals," bot control through WeChat/Feishu/Telegram, and integration with 20+ coding tools. Subscription tiers range from $16.20/month (Lite) to $144/month (Max), targeting workloads from small repos to large-scale development. Installers are available for MacOS, Windows, and Linux (beta).
HN Discussion:
  • Disappointment that ZCode is closed source, unlike competitors such as MiMo Code
  • Pricing lacks transparency with vague usage allowances hiding actual token limits
  • ~ZCode is redundant since Z.ai already integrates with popular CLI agents, though UI may appeal to some
  • Concerns about trusting Chinese providers with company IP and data
  • Curious comparison questions about how GLM-5.2/ZCode stacks up against Codex/GPT for agentic coding
3.Oomwoo, an open-source robot vacuum you build yourself(makerspet.com)
332 points by devicelimit 10 hours ago | 62 comments | permalink
tl;dr: Oomwoo is a new open-source robot vacuum project (hardware, firmware, and software) designed to be built from scratch using a Raspberry Pi 5, ESP32, 2D LiDAR, and 3D-printed parts, running ROS 2/Nav2 with native Home Assistant integration and no cloud dependency. The project is in very early stages (v0: basic chassis, Gazebo simulation, manual SLAM) and is being developed in public with modular tasks open for community contribution via GitHub. An optional parts kit will be sold for convenience, but all designs and BOMs remain open for DIY sourcing.
HN Discussion:
  • DIY component cost is prohibitive compared to cheap commercial lidar vacuums or salvaged parts
  • Open source and modular design enables community contributions and continuous improvement
  • Open hardware and repairability are valuable given commercial vacuums' poor longevity
  • Interest in customizing cleaning logic and navigation behavior for specific challenges
  • Questions about design choices like circular shape and lidar-only sensing versus image processing
4.Bring back crappy forums(tedium.co)
311 points by pentagrama 9 hours ago | 191 comments | permalink
tl;dr: The author reminisces about early web forums (WWWBoard, phpBB, vBulletin, UBB) and their history, from CERN's 1994 WIT software to BBCode's origins and unexpected modern use in the Godot game engine. They argue forums lost to social media largely due to novelty-chasing and scaling issues, not because social platforms are actually better—engagement algorithms and "context collapse" have made things worse. The piece suggests smaller, community-focused forums may offer what people actually want from online interaction, versus the hollow reach of mass social networks.
HN Discussion:
  • Reddit-style threaded comments are actually an improvement, not just novelty-chasing
  • ~Forums declined because they were genuinely crappy and hard to maintain, not just due to novelty
  • Nostalgic agreement that old forums fostered deeper community and in-depth discussion
  • ~Forums still exist and thrive, especially in non-English communities—no need to bring them back
  • Social media won via network effects and dark patterns, not because it's better
5.What to learn to be a graphics programmer(blog.demofox.org)
362 points by atan2 17 hours ago | 186 comments | permalink
tl;dr: Graphics programming splits into two tracks: CPU-side (modern explicit APIs like DX12/Vulkan/Metal in C++) and GPU-side (lighting math, PBR, path tracing, shader languages like HLSL/GLSL). The author recommends building a portfolio with an engine-like renderer using PBR and a separate path tracer for verification, starting with resources like "Ray Tracing in One Weekend," LearnOpenGL's PBR section, and eventually PBRT. Required math is minimal—linear algebra, trig, some calculus—and C++ remains the dominant language, though Rust and WebGPU have small footholds.
HN Discussion:
  • ~Distinguish between making games (use existing engines) versus doing 3D engine programming from scratch
  • Don't pursue graphics programming as a career due to field instability and AI disruption
  • Article overlooks crucial non-technical foundations like design principles and human perception
  • ~Learn graphics for curiosity and joy, not as a career or monetary goal
  • Supplementary learning resources and gentler entry points (web/A-Frame, Khan Academy, color management)
6.FFmpeg 9.1's new AAC encoder(hydrogenaudio.org)
388 points by ledoge 21 hours ago | 121 comments | permalink
tl;dr: FFmpeg developer Lynne rewrote the native AAC encoder from scratch, overhauling rate control, RDO, and all coding tools (PNS, TNS, I/S, M/S), with benchmarks (Zimtohrli, ViSQOL) showing it outperforms qaac and fdk-aac at most bitrates, though still trailing Opus. The encoder is CBR-only, optimized for 48kHz, and works around a stereo PNS bug present in FFmpeg's decoder. Early user tests confirm strong quality at 128kbps+, though fdk-aac still edges it out at low bitrates (~64kbps), and some testers reported TNS-related ticking artifacts on specific samples.
HN Discussion:
  • ~Opus outperforms all AAC encoders, making this improvement less impactful
  • Excitement to replace fdk-aac or Apple's Core Audio with this new encoder
  • CBR-only and 48kHz optimization are significant limitations worth highlighting
  • Amusement at the niche PNS bug and subjective nature of audio quality tuning
  • Cautious curiosity about real-world performance and whether prior bugs are fixed
7.Ask HN: Who is hiring? (July 2026)
205 points by whoishiring 20 hours ago | 215 comments | permalink
tl;dr: Monthly Hacker News thread for companies to post job openings, with rules requiring direct hiring (no recruiters), location tags (REMOTE/ONSITE), one post per company, and active commitment to replying to applicants. Several third-party search tools are linked for filtering listings, and a companion "Who wants to be hired?" thread is referenced for job seekers.
HN Discussion:
  • Robotics and hardware startups posting onsite roles with equity and competitive salaries
  • European companies advertising remote/hybrid engineering positions across various industries
  • Mission-driven organizations (research hospitals, energy, scientific ML) recruiting specialized engineers
  • Individual seeking a junior collaborator for a small project, deviating from typical company postings
  • International employers offering visa sponsorship and relocation for senior engineering talent
8.For first time, a cell built from scratch grows and divides(quantamagazine.org)
865 points by defrost 21 hours ago | 278 comments | permalink
tl;dr: Researchers led by Kate Adamala at the University of Minnesota assembled a synthetic cell from nonliving biological components that can grow, replicate its DNA, and divide—achieving cell division by using membrane-bending proteins instead of a cytoskeleton. The "spudcells" still require external supplies of ribosomes and nutrients and lack true natural selection (mutations must be introduced synthetically), so they aren't self-sustaining life, but the work represents the furthest progress yet toward building a living cell from scratch. The team is releasing methods via a new nonprofit, Biotic.
HN Discussion:
  • Explains the significance of ditching the cytoskeleton as a key breakthrough in the field
  • Notes skepticism from peers and criticism of Adamala's unusual publicity-seeking approach bypassing peer review
  • ~Questions how truly 'from scratch' the work is, given borrowed genes and chirality issues
  • Speculative sci-fi extrapolation imagining Biotic dominating future civilization
  • Requests expert clarification on technical implications of the approach
9.Monetization Gateway: Charge for any resource behind Cloudflare via x402(blog.cloudflare.com)
306 points by soheilpro 21 hours ago | 213 comments | permalink
tl;dr: Cloudflare is launching a Monetization Gateway that lets customers charge per-request for any resource behind Cloudflare—web pages, APIs, datasets, or MCP tools—using the x402 protocol and stablecoin settlement. The system handles payment verification at the edge, allowing sub-cent micropayments without requiring buyers to sign up or hold API keys, targeting AI agents as the primary paying customers. Sellers define pricing rules (per verb, variable, or fallback for unauthenticated callers) via dashboard, API, or Terraform, and can redeem stablecoins for fiat. A waitlist is open now.
HN Discussion:
  • Doesn't solve the real problem of distinguishing bots from humans to preserve free human access
  • Excited about finally enabling agent-driven micropayments at scale
  • Legal, tax, and invoicing complexity is unaddressed and may undermine viability
  • Will incentivize spam and low-quality content farms designed to harvest agent payments
  • Micropayments devalue content; scraper fees won't replace lost user revenue
10.Show HN: Searchable directory of 22k+ products from worker-owned co-ops(workerowned.info)
360 points by IESAI_ski 14 hours ago | 69 comments | permalink
tl;dr: Summary not available
HN Discussion:
  • Praise for the project with UX/technical improvement suggestions like image optimization and search tweaks
  • Requests for map-based location search and better filtering/tagging features
  • Questions inclusion of REI since it's a retail co-op, not worker-owned
  • ~Notes data quality issues like outdated listings and broken links needing correction
  • Enthusiastic endorsement sharing personal connection to listed co-ops
11.Physical disc production ending in Jan 2028 for new games on PlayStation(blog.playstation.com)
721 points by Tiberium 23 hours ago | 720 comments | permalink
tl;dr: Sony will end physical disc production for new PlayStation games starting January 2028, with all subsequent releases going digital-only via PlayStation Store and retailers. Games released before that date will still be available on disc. Sony frames the move as aligning with consumer preference for digital media.
HN Discussion:
  • Sony's recent removal of purchased digital movies undermines trust in digital-only ownership
  • This move represents a dark age of gaming with DRM, preservation issues, and orphaned games
  • Digital pricing is exploitative compared to physical resale markets, eliminating second-hand sales
  • End of PlayStation discs threatens the broader Blu-ray and optical media manufacturing industry
  • Will abandon PlayStation ecosystem for PC, emulation, or physical-only platforms like Switch
12.Department of Commerce has lifted export controls on Claude Fable 5 and Mythos 5(twitter.com)
937 points by Pragmata 1 day ago | 654 comments | permalink
tl;dr: Summary not available
HN Discussion:
  • Commercial AI labs are too risky; migrating to open source private AI is the answer
  • ~Lack of predictable rules and laws hurts US AI investment and market planning
  • ~Export controls are misguided; US AI is over-capitalized while China proves frontier can be cheaper
  • The restrictions on Fable 5 (no coding, reduced usage, surveillance) undermine the supposed lifting
  • Anthropic capitulated to government pressure, setting a bad precedent for speech and surveillance
13.Newly discovered spider builds spring loaded snare to catch ants(phys.org)
254 points by chimpanzee 3 days ago | 60 comments | permalink
tl;dr: Researchers in North Queensland have discovered a new spider (genus Propostira), nicknamed the "ballista spider," that builds a spring-loaded silk snare specifically to catch green tree ants one at a time. The spider constructs a cone of 15–60 tensioned silk lines near the ground, likely baited with a pheromone; when an ant bites the cone, it detaches and catapults the ant upward at over 1,300 m/s² into the spider's web. The silk reportedly has greater instantaneous power density than any other known biological catapult.
HN Discussion:
  • The spider's behavior evokes sci-fi comparisons, particularly Tchaikovsky's Children of Time novel
  • Curiosity about the evolutionary path that led to such a specialized hunting mechanism
  • The pheromone-based species-specific targeting is the most fascinating aspect of the research
  • Adding contextual knowledge about the prey species and related regional predators
  • ~Concern that such highly specialized adaptations increase extinction risk
14.Fable 5 is Back(twitter.com)
379 points by mfiguiere 16 hours ago | 371 comments | permalink
tl;dr: Summary not available
HN Discussion:
  • Frustration that Fable 5 is being removed from subscription plans, forcing expensive API usage
  • Concern that Anthropic's safety restrictions have made the model overly restrictive and useless
  • Skepticism about Anthropic's doomsday messaging eroding trust in US-based AI models
  • Confusion about the new pricing/access messaging and the 50% weekly limit rule
  • Concerns about security of model weights being distributed across many datacenters
15.Claude Code is steganographically marking requests(thereallo.dev)
2387 points by kirushik 1 day ago | 726 comments | permalink
tl;dr: Summary not available
HN Discussion:
  • Anthropic and big AI labs are untrustworthy; this behavior confirms broader pattern of deception
  • Lack of transparent disclosure about client-side behavior is unacceptable regardless of business justification
  • The steganography has a clear legitimate purpose (detecting distillation/abuse) and doesn't harm normal developers
  • Steganography is necessary because explicit telemetry could be trivially stripped by malicious gateways
  • Implementation was technically sloppy; better underhanded techniques exist
16.Asahi Linux 7.1 Progress Report(asahilinux.org)
549 points by pantalaimon 1 day ago | 204 comments | permalink
tl;dr: Asahi Linux 7.1 addresses two macOS 27 beta breakages: a new APFS "bootable" flag requirement that hid Asahi from the boot picker, and an SMC firmware ABI change that triggered false emergency shutdowns—both now patched. The release also brings substantial M3 support (audio, cpufreq with big.LITTLE scheduling, PCIe, WiFi/BT, NVMe), and a novel approach to the Apple Video Decoder: rather than shipping Apple's firmware, contributors wrote custom AVD firmware paired with a V4L2 driver, currently supporting 10-bit 4K AVC decode. m1n1 1.6.0 now requires Rust for stage 2 builds.
HN Discussion:
  • Awe and admiration for the Asahi team's technical achievements
  • Technical correction about I²S being unrelated to I²C
  • ~Concern about sustainability given Apple's moving targets and limited resources
  • ~Worry that custom AVD firmware approach is risky if Apple changes things
  • Desire for Apple or upstream distros to better support Asahi
17.ArXiv's Next Chapter(blog.arxiv.org)
279 points by subset 1 day ago | 90 comments | permalink
tl;dr: ArXiv will spin out from Cornell University on July 1, 2026, becoming an independent nonprofit after 25 years under Cornell's stewardship. The service will remain free to read and submit to, with no expected disruption for users. ArXiv has published an FAQ page and plans upcoming blog posts covering leadership changes, a 3 million submission milestone, and updated policies around AI-generated articles.
HN Discussion:
  • Gratitude for arXiv's open access to high-quality research for everyone
  • ~ArXiv usefully complements peer review despite quality inconsistencies from non-reviewed papers
  • Concern that independence could lead to corruption similar to OpenAI-style nonprofits
  • Worry the spinoff repeats the pattern that led to predatory publisher consolidation
  • ~Governance and staying community-driven will be the real challenge post-independence
18.Box3D, an open source 3D physics engine(box2d.org)
487 points by makepanic 23 hours ago | 114 comments | permalink
tl;dr: Erin Catto, creator of Box2D, has released Box3D, an open-source 3D physics engine written in C17 with features like triangle mesh collision, continuous collision detection, SIMD contact solving, and cross-platform determinism. It originated as a fork of Valve physics programmer Dirk Gregorius's "Rubikon-Lite" (used in Half-Life: Alyx), then merged with Box2D v3.0 code, built to replace Unreal's Chaos physics for the game The Legend of California. It's already used in s&box, Esoterica, and Glenn Fiedler's 1000-player space game, though still considered alpha ahead of a v0.1 tag.
HN Discussion:
  • Nostalgia and appreciation for Box2D's impact on games and ML research
  • Excitement about Box3D release and gratitude toward Erin Catto
  • Curiosity about how Box3D compares to existing engines like Jolt, Rapier, PhysX
  • Interest in determinism features for networked games
  • Acknowledgment that physics simulation is a complex domain with many trade-offs
19.Sony Deletes 551 Movies PlayStation Owners Paid For(reclaimthenet.org)
567 points by bilsbie 21 hours ago | 262 comments | permalink
tl;dr: Sony is deleting 551 StudioCanal movies and TV shows (including Terminator 2 and Total Recall) from PlayStation users' libraries on September 1, citing expired licensing agreements, with no mention of refunds for customers who paid full price. The article ties this to a broader trend of eroding digital ownership, pointing to GTA 6's physical release shipping as a download code in a box with no disc, eliminating resale, lending, and offline play.
HN Discussion:
  • Legislation is needed to force 'buy' to mean actual ownership of digital media
  • Piracy is the ethical and practical response to revocable digital purchases
  • Owning physical media or self-hosted copies (NAS, CDs, DVDs) is the only real solution
  • Sony's actions may constitute a form of legal theft or fraud deserving litigation
  • This is a recurring pattern, not a new issue, as prior incidents show
20.Internal Combustion Engine (2021)(ciechanow.ski)
320 points by StefanBatory 22 hours ago | 96 comments | permalink
tl;dr: An interactive, animated deep-dive into how a four-stroke inline-four internal combustion engine works, building up from a simple crank to a full engine with crankshaft, pistons, valves, camshafts, fuel injection, and flywheel. The article explains not just the intake/compression/power/exhaust cycle but also engineering details like hydrodynamic bearing lubrication, piston ring sealing, valve timing offsets, and why a heavy flywheel is needed to smooth out uneven torque delivery.
HN Discussion:
  • ~Article omits modern control systems and emissions hardware which are the real innovations
  • Real-world observations confirm the article's technical details like hydrodynamic lubrication
  • Praise for the author's clear, ego-free explanatory writing and illustrations
  • Nostalgia for simpler pushrod engine designs versus modern complex overhead cam engines
  • ~Question about mechanics the article didn't clearly explain (compression stroke)