Urgent.News

What's breaking now, across thousands of outlets.

Tech

iPhone 18 Pro Max Review: Marginal, yet meaningful refinement

If the iPhone 17 Pro was Apple changing what a pro-grade iPhone looked like, the 18 Pro is Apple making that new design work harder

iPhone 18 Pro Max Review: Marginal, yet meaningful refinement

The new iPhone 18 Pro Max is a refined yet marginal upgrade over last year's model, according to a recent review. The only noticeable visual difference is the color, which is a darker shade referred to as "glacier" by Apple. Under new leadership, John Ternus, Apple has made some meaningful changes to the device, particularly in cooling technology.

The most significant advancement is the redesigned vapor chamber, which has been expanded three times in size. This modification allows the phone to maintain high performance during intensive tasks such as long exposure photography, computational editing, 4K video shoots, on-device AI, and extended movie watching at full brightness. A wider cooling surface results in less throttling of the chip, which in turn makes the device feel faster.

In addition to the cooling improvements, the device sports a new A20 Pro chip with a more powerful CPU, GPU, and secondary neural engine. Apple claims the chip has doubled the compute power and has 40% faster graphics. While most users won't notice a significant difference in daily usage, the enhancements could be beneficial for gamers and those utilizing Apple's pro camera system, which requires substantial computational power.

The secondary neural engine is also noteworthy, signaling Apple's focus on on-device AI, real-time video processing, and improved Siri capabilities. The new chip's role is shifting from simply launching apps quickly to seamlessly handling advanced features directly on the device. Battery life has also seen notable improvements, with Apple claiming six additional hours of video playback compared to the previous generation.

The efficiency gains are largely attributed to the upgraded vapor chamber, which keeps the device cooler and running longer without adding significant weight.

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

Also reported by 1 other outlet

Read the original at thehindu.com →

More in Tech

Part 03 - Bootstrap

Prepare Runnable Environment by Loading Common Dependencies When a client’s request comes to the front controller, we want to pass the request through a middle layers instead of directly starting the…

  • Bootstrap sets up PHP web app environment
  • Creates Bootstrap.php with strict types and config
  • Integrates Bootstrap into front controller

Part 02 - Front Controller (index.php) File

Source Code Files of this Chapter: project-root/ └── public/ └──index.php # new file Front Controller Design Pattern Front controller is a central (obviously a single) entry point to handle incoming…

  • Implement Front Controller pattern with index.php file in public directory
  • declare(stricttypes=1) enforces strict type checking for PHP file
  • echo statement displays welcome message on browser screen

Part 01 - Directory Structure of the Application

Source Code Files of this Chapter project-root/ │── public/ │ └── app/ See the final project directory structure project-root ├── app/ │ ├── Controllers/ │ │ ├── Api/ │ │ │ └── UserController.php │ │…

  • Project-root folder contains subdirectories: public, app, config, database, vendor
  • App directory stores project-related classes following MVC pattern and PSR-4
  • Public directory holds default accessible file, config contains app.php, database.php, mail.php

Micro-SaaS vs Enterprise SaaS: 2026 Architecture Scaling Guide

Micro-SaaS vs Enterprise SaaS: Which Software Architecture Scales Better for Startups in 2026? Choosing the right software architecture is the single most critical decision a startup founder will…

  • Micro-SaaS is suitable for bootstrapped founders with limited resources.
  • Enterprise SaaS requires extensive security measures and compliance frameworks.
  • Micro-SaaS is better for product validation with a small team and minimal capital.

Zero Google Play Ratings: App Visibility Explained

Many developers believe passing production review automatically brings search traffic, but a Google Play app with no ratings gets almost zero organic visibility.

  • Apps with zero ratings struggle to gain visibility on Google Play
  • Algorithm relies on user engagement signals for search rankings
  • First one-star review can severely impact conversion rate for months

More from Saturday 26 September →