WeSearch

The Invisible Digital Footprint: Finding Your Face Without Scraping the Web

·2 min read · 0 reactions · 0 comments · 6 views
#webdev#privacy#programming#facialrecognition
The Invisible Digital Footprint: Finding Your Face Without Scraping the Web
⚡ TL;DR · AI summary

The article discusses the concept of an invisible digital footprint, particularly focusing on facial recognition technology. It introduces DopplGrid, a private facial recognition network that allows users to opt-in and securely store their facial data. The platform aims to provide a way to find images of oneself online without violating privacy through data scraping.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3932040) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Evan S Posted on May 29 The Invisible Digital Footprint: Finding Your Face Without Scraping the Web #webdev #privacy #programming #socialmedia Every time you walk through a crowded tourist spot or attend a stadium concert, you become an extra in someone else's digital memory. There is a massive, invisible digital footprint of your face scattered across the internet. There are likely thousands of photos of you sitting on servers right now that you will never know about.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)