Urgent.News

the world's headlines, one feed

Editions

Tech

I tested the Dell14S for a week — and its epic battery life blew me away

The Dell 14S delivers epic battery life, solid performance, and a premium chassis, but a dim display and pricier configurations could hold it back.

I tested the Dell14S for a week — and its epic battery life blew me away

The Dell 14S is a new addition to Dell's 2026 laptop lineup, positioned below the XPS 14 and replacing the short-lived 14 Plus. It aims to offer XPS-like features at a more affordable price, and the result is a qualified success. While it features a more durable aluminum chassis and delivers strong performance, the price increase of roughly 43% compared to the previous 14 Plus is a significant factor to consider.

Dell claims the 14S offers an exceptional battery life, lasting 20 hours and 41 minutes in continuous web surfing tests, which outperforms the MacBook Air M5 by over 5 hours and is as good as the XPS 14 OLED. However, the display is dim, and the laptop is relatively thick for its size. Despite the higher price, the Dell 14S offers premium build quality, solid performance, and a great design that puts it in the same league as other premium laptops.

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

Read the original at tomsguide.com →

More in Tech

Foldable 'iPhone Ultra' Rumored to Come in These Two Colors

Foldable 'iPhone Ultra' Rumored to Come in These Two Colors

New images of camera protector accessories for the " iPhone Ultra " suggest Apple's first foldable iPhone will launch in silver and dark blue finishes. Leaker Sonny Dickson yesterday shared images of two third-party camera protectors designed to fit over the ‌iPhone Ultra‌'s camera bump, with one in silver and one in a dark blue…

Microservices vs Monolith: The Quest for the Holy Grail (Inspired by Monty Python)

The Quest Begins (The "Why") Picture this: I’m sipping coffee, staring at a screen full of latency spikes, and the product manager keeps asking, “Why does our API choke whenever traffic spikes?” We’d…

  • Monolithic application's performance issues compared to Monty Python's King Arthur scene
  • Rate limiter solution explored as in-memory vs microservice implementation
  • Redis-backed token bucket guarantees exact limits, low latency, and operational simplicity

Pulse Width Modulation in ESP32

Note: This post is not completed yet. Introduction ESP32s have a peripheral module called LEDC , which stands for "LED Control" or "LED PWM Controller". It is used to dim external LEDs using a technique called Pulse Width Modulation (PWM), which works by switching the LED on and off too rapidly for human eyes to notice.