Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Your YouTube views are about to go up, but there’s a catch

Don't expect this change to make it easier to join YouTube Partner Program.

Your YouTube views are about to go up, but there’s a catch

YouTube is set to alter its view-counting methodology for non-Shorts content, effective August 24, 2026. Currently, a view is only registered when a viewer engages with a video for at least 30 seconds. However, the platform will now count a view as soon as a video starts playing, regardless of viewer interaction. This change aims to provide consistency across the platform and eliminate confusion in metrics for creators.

The adjustment will apply globally to all video formats, beyond just Shorts content, which was the focus of a similar update a year ago.

Brief written by urgent.news from Android Authority's own syndicated text. Machine-written — may contain errors; check the original before relying on it.

Read the original at androidauthority.com →

More in Tech

Feature Flags in the Real World: Use Cases That Won't Get You Fired

Why do teams use feature flags? Because "move fast and break things" is only fun until you break prod. Feature flags let you move fast and break things slightly less dramatically.

  • Engineering teams use feature flags for controlled rollout of changes to select users.
  • Feature flags enable A/B testing and gathering user data for feature comparison.
  • Dark launches allow testing new code in production without user visibility.

Unlocking the Power of Feature Flags

So, you shipped a new feature. Congrats! 🎉 Now the app's acting weird. Do you nuke the whole release? Nah. Enter feature flags. What Are Feature Flags?

  • Feature flags allow turning features on/off without new code deployment
  • Enable safe testing, A/B testing, gradual rollouts of changes
  • Store flags in code, DB, SaaS; customize by user, time, phases

The loudest attacks on our Next.js site were aimed at software it never ran

This is a case study of a small business website we designed and built. To see whether the design held up, we read its own edge logs over a 28-day window.

  • Website built with Next.js and Node.js targeted by malicious automated scans.
  • Attacks aimed at non-existent software components like WordPress and PHP panels.
  • /.env file containing sensitive data was not part of served filesystem.

Feature Flag Pitfalls: How to Turn Your Codebase Into a Haunted House

Feature flags are easy to add and hard to remove. That asymmetry is where the trouble starts. Used properly, feature flags give you safer deployments, gradual rollouts, and emergency kill switches.

  • Feature flags can create technical debt and hinder code navigation if not managed properly.
  • Flag explosion occurs when too many flags accumulate, complicating tracking and testing.

More from Monday 17 August →