Urgent.News

What's breaking now, across thousands of outlets.

Tech

iPhone 17 Leads Global Smartphone Sales as Apple, Samsung Take Top 10

The iPhone 17 led global smartphone sales in Q2 2026 as Apple and Samsung captured all 10 top spots while the overall market contracted 11%. The post iPhone 17 Leads Global Smartphone Sales as Apple, Samsung Take Top 10 appeared first on TechRepublic .

The iPhone 17 was the top-selling smartphone in Q2 2026, accounting for 6% of global unit sales, according to Counterpoint Research's tracker. Apple and Samsung dominated the market, capturing all 10 top spots in the ranking. Apple's iPhone 17 Pro Max and iPhone 17 Pro secured the second and third positions, respectively. The overall smartphone market shrank by 11% year over year, while Apple's unit sales grew by 5%.

Samsung's Galaxy S26 Ultra was the fourth-best-selling Android smartphone and the best-selling Android device in Q2 2026. The Galaxy S26 series benefited from its privacy display and enhanced AI features. Samsung also placed five additional models in the top 10, driven by affordability, broad availability, and long software support.

The rankings indicate a growing concentration of sales around a smaller group of top-tier Apple and Samsung devices. This shift may be partly due to a RAM shortage, making premium devices a larger part of the market. Apple's relatively focused product lineup could be advantageous, but maintaining momentum will depend on ensuring product availability amid supply constraints.

Written by urgent.news from TechRepublic's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at techrepublic.com →

More in Tech

Code Is Open, Secrets Aren't: Organizing Your Project for AI Agents

This Article is also found in Web-Warrior-Toolbox Anything you put in the frontend or expose through routes is visible to users and AI agents, while secrets like API keys and credentials must stay…

  • Separate .env files for different environments to secure secrets
  • AI agents can access code repositories, not .env files
  • build.sh script builds project using appropriate .env file

Whoosh on the no-GIL Python: pure-Python search that can finally use your cores

For fifteen years, the standard answer to "why is my pure-Python search slow to index?" was: the GIL . Tokenizing, stemming, and building postings is all CPU-bound Python, and only one thread gets to…

  • Python 3.14 introduced no-GIL build for pure-Python CPU-bound tasks
  • Whoosh search library benefits from no-GIL for parallel indexing
  • Concurrency contract requires one writer per thread to avoid lock contention

Introducing Celmis: self-hosted code intelligence over a symbol graph

Celmis is self-hosted code intelligence. It reads a set of repositories once and keeps a symbol graph of them; asking questions, reviewing pull requests, auditing dependencies, routing alerts and…

  • Celmis is a self-hosted code intelligence tool
  • Creates symbol graph of repositories for answers
  • Serves MCP endpoint using same index

More from Thursday 27 August →