Skip to content

Archive

Tech

12 articles
Tech 15 Sep 2026 6 min read

EDID Advertises Display Modes to Video Sources

A computer does not usually guess a monitor’s native resolution from the image it sees. The display exposes a small block of capability data called Extended Display Identification Data, or EDID. A video source reads that data and uses it as one input when building the list of resolutions, refresh rates, color formats, and related options offered to the operating system. EDID is descriptive rather than a guarantee that every advertised combination will work through every connection. The source, cable, adapter, dock, receiver, link bandwidth, graphics driver, and display input can impose additional limits.

Tech 14 Sep 2026 7 min read

Variable Refresh Rate Matches Display Timing to Frame Delivery

A fixed-refresh display updates on a regular clock. At 60 Hz, a new scan begins about every 16.7 milliseconds whether the graphics processor has completed a fresh frame or not. That regular schedule is simple, but rendered frames rarely arrive with perfectly regular timing. Variable refresh rate, commonly shortened to VRR, changes that relationship. Instead of forcing every display refresh to begin at one fixed interval, a compatible display can wait within an allowed timing range and start the next refresh when a completed frame is ready. The result can make changing frame rates look smoother while reducing visible tearing.

Tech 14 Sep 2026 6 min read

Thermal Throttling Cuts Chip Speed as Heat Rises

A processor can feel fast during a short task and then slow during a long render, game, compile, or benchmark. One common cause is thermal throttling: automatic control that reduces chip activity as temperature approaches a configured limit. The mechanism protects the processor and surrounding hardware while keeping the system operating. It also means that advertised peak clock speeds do not describe sustained performance in every enclosure, workload, or ambient temperature.

Tech 14 Sep 2026 6 min read

Passkeys Bind Sign-In Credentials to Site Domains

Passwords are portable by design. A person can type the same secret into a legitimate service, a lookalike page, or an unrelated application. That flexibility is convenient, but it also gives phishing pages a chance to collect credentials that can later be replayed against the real service. Passkeys change the shape of sign-in. Instead of sending a reusable secret to a server, a device proves possession of a private key. The matching public key is stored by the service, while the private key remains under control of the user’s authenticator or credential provider.

Tech 14 Sep 2026 8 min read

OLED Pixel Wear and Static Image Retention

OLED screens can produce deep blacks and strong contrast because each pixel generates its own light. A black pixel can simply remain off instead of relying on a shared backlight. That same self-emissive design also gives each light-producing element a finite operating life. As an OLED panel accumulates use, its subpixels gradually lose some ability to produce the same brightness from the same electrical drive. Normal aging is spread across the panel when content changes frequently. Static logos, status bars, game interfaces, navigation controls, or other fixed graphics can concentrate use in particular areas. If the difference becomes large enough, a faint trace of those shapes can remain visible during unrelated content.

Tech 14 Sep 2026 5 min read

NFC Phones Couple With Nearby Tags Through Magnetic Fields

Tapping a phone against a payment terminal, transit gate, or small sticker looks like a tiny version of ordinary wireless communication. The radio behavior is different from a Wi-Fi or cellular link, though. NFC is built for very short distances and commonly relies on magnetic coupling between antennas placed close together. That short operating range shapes both the hardware and the interaction. A phone can exchange data with another powered NFC device, but it can also communicate with a passive tag that has no battery of its own.

Tech 14 Sep 2026 6 min read

eSIM Stores Carrier Profiles Without a Removable Card

A traditional SIM places subscription credentials on a removable card that slides into a phone. An eSIM changes the packaging rather than removing the SIM function. The secure component is built into the device, and a carrier profile can be downloaded into it instead of arriving on a piece of plastic. That distinction matters because cellular service still needs protected credentials, network configuration, and a way to identify a valid subscription. eSIM moves those functions into embedded hardware designed to hold one or more operator profiles securely.

Tech 14 Sep 2026 5 min read

eSIM Stores Carrier Profiles in Rewritable Secure Hardware

A removable SIM card combines secure hardware with a carrier profile in a package that can be moved between compatible devices. An eSIM changes the packaging rather than eliminating the secure identity component. The device contains an embedded secure element designed to hold downloadable operator profiles. This arrangement separates the physical module from the subscription loaded onto it. A compatible phone can receive a new profile electronically, keep more than one installed profile when its platform permits it, and activate a selected subscription without opening a SIM tray.

Tech 14 Sep 2026 6 min read

Camera Pixel Binning Trades Resolution for Signal

A phone camera may advertise a 48, 50, 108, or 200 megapixel sensor but normally save photos at a much lower resolution. That difference is often intentional. Many high-resolution sensors group information from neighboring photosites before producing the image that reaches the photo library. This process is commonly called pixel binning. It gives the camera pipeline a different balance between spatial resolution, signal quality, processing cost, and file size. The sensor still has its physical array of photosites, but the default output does not need to preserve one final image pixel for every photosite.

Tech 13 Sep 2026 7 min read

Thermal Throttling and Sustained Performance

A phone, laptop, handheld console, or desktop can begin a demanding task at high speed and settle at a lower speed several minutes later. The processor has not necessarily developed a fault. Modern chips continuously operate within electrical, power, and temperature limits, and their control systems can reduce performance when those limits become restrictive. This behavior is commonly called thermal throttling when temperature is the active constraint. It protects the processor and surrounding components while keeping the device inside its intended operating envelope. The practical result is a gap between brief peak performance and the level a system can sustain during a long workload.

Tech 13 Sep 2026 6 min read

HDMI Bandwidth Limits Resolution and Refresh Rate

A display can support a high resolution and a high refresh rate yet fail to offer both at the same time. The limiting factor is often the amount of video data that must cross the HDMI connection, together with the capabilities of every device in the signal path. HDMI version labels alone do not describe the complete result. The source, display, cable, intermediate equipment, selected color format, bit depth, and supported signaling modes all contribute to the maximum usable display mode.

Tech 13 Sep 2026 7 min read

DNS Cache and Record TTL

A domain can point to a new server and still resolve to its previous address for some people. The change may already be present on the authoritative DNS server, yet a resolver that received the older record earlier can continue returning that cached answer until its permitted lifetime runs out. That lifetime is expressed through DNS time to live, usually shortened to TTL. It gives caching resolvers a limit for retaining record data. TTL makes repeated lookups less dependent on contacting authoritative servers, but it also means a DNS change is not necessarily visible to every resolver at the same moment.