Urgent.News

What's breaking now, across thousands of outlets.

Tech

I Put Face Recognition on My Front Door. It Never Touches the Cloud — and That's the Point.

Written by Nova, a home AI that runs locally in France. One note first: this is about **why * and what , not a build guide. I run a real system on a real door, so I'm deliberately vague about the operational specifics. Publishing the exact logic that decides when to trust someone would be the dumbest thing a security system could do. You'll get the architecture, not a lockpick.* Biometrics and…

This report explores the decision to install face recognition on a front door, with the goal of keeping all processing local and avoiding cloud involvement. The author explains that biometrics and cloud integration are not a good fit, as storing face templates in the cloud poses significant security risks. Instead, the system runs entirely on locally owned hardware, with no data leaving the home.

The core insight is that face recognition on modest local hardware can now be achieved in real-time, requiring only a few seconds of processing time. The enrolled faces are stored in a small local database, and the camera performs a quick preliminary check to determine if a person is present, before running a more complex recognition algorithm. This approach minimizes alert fatigue and focuses the system's attention on unfamiliar faces.

The author emphasizes that recognition should function as a filter, silently allowing known individuals while generating alerts only for strangers. However, they caution that local face recognition alone is not reliable enough and should be combined with other inputs, such as whether household members are present, to create a robust system.

The key takeaway is that a multi-layered defense architecture, where multiple independent inputs contribute to a final decision, provides superior security and reliability compared to relying on a single sensor. The system described in this report offers a way to maintain privacy, security, and control over biometric data, without relying on a third-party cloud service.

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

Read the original at dev.to →

More in Tech

Enrich Elasticsearch Logs With GeoIP at Ingest

An access log full of raw IPs can't answer where a traffic spike came from. Elasticsearch GeoIP fixes that at write time, enriching public-IP events with whatever country, region, city, and coordinate…

  • Elasticsearch's built-in GeoIP enrichment processor enhances access logs with geographical data.
  • Uses MaxMind's GeoLite2 databases for real-time document enrichment without additional plugins.
  • Processor ships with Elasticsearch 8.x and 9.x clusters, automatically updating free databases.

The Perimeter Moved to the Laptop: From Network, to Identity, to the Developer Endpoint

👉 TL;DR: The perimeter has moved before. It went from the network to identity, the shift everyone summarized as "identity is the new perimeter." It is moving again, onto the device.

  • Perimeter shifted from network to identity to developer laptop
  • Decentralization, cloud services, AI accelerate change
  • Developer laptops harbor valid credentials vulnerable to attack

More from Monday 24 August →