SShortSingh.
Back to feed

Individual Claims Google Illegally Retains Personal Data, Files Legal Action

0
·1 views

A private individual has announced plans to take legal action against Google, alleging the company unlawfully retains customer data. The claim was published as a personal account on Medium and later shared on Hacker News, where it garnered limited engagement. The author asserts that Google's data retention practices violate applicable regulations. The post received 18 points and 3 comments on Hacker News at the time of reporting. The allegations remain unverified, and Google has not publicly responded to the claims.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Breaks Cycle of Overworking Solo by Deliberately Sharing Knowledge With Team

A software developer reflecting publicly on their work habits recognized a recurring pattern: absorbing extra tasks alone whenever the team was short-staffed, rather than distributing the load. Working on an understaffed three-person project team, they consciously chose to delegate learning instead of delivering finished answers to colleagues. The team formalized their working norms through a trust and agreements session, turning informal habits into shared accountability structures. The developer visualized their default behavior as a loop — doing the work alone repeatedly ensured no one else ever learned it. A one-on-one review that week surfaced an additional blind spot, reinforcing that self-awareness and patience remain active areas for personal growth.

0
ProgrammingDEV Community ·

Why DNS Exists: The Inevitable Fix for Identity vs. Location on the Internet

DNS, the Domain Name System, exists to solve a fundamental problem: identities like domain names are stable, but their underlying network locations — IP addresses — change frequently. Just as a city directory maps people's names to their current addresses, DNS maps domain names to the IP addresses of the servers hosting them. Without such a system, every server change would break access for all users who had memorized a direct IP address. Rather than forcing every user to update their records, DNS centralizes the mapping so only one system needs to be updated when a location changes. This directory pattern — stable identity linked to shifting location via a central resolver — is what makes large-scale internet navigation reliable and manageable.

0
ProgrammingDEV Community ·

EarthLink Network Unifies Auth and Authorization Across All Products Under One Platform

EarthLink Network has consolidated authentication and authorization for all its products into a single in-house Identity Provider called ELN ID, developed over three months from mid-2026. What began as a basic organization-management app evolved after more than fifteen OAuth client requests made clear that per-product integration rules were unsustainable. Key decisions included banning hidden iframes for silent Single Sign-On in favor of top-level redirects, after SameSite=Lax cookie restrictions caused iframe-based login checks to always fail. Terms-of-service consent versioning was standardized using opaque strings compared only for exact equality, preventing integrated products from independently interpreting version order. The overhaul also fixed two bugs — admin-group data vanishing after token refresh and admin screens rejecting users whose API calls were otherwise succeeding — by centralizing all role and consent logic on the server side.

0
ProgrammingDEV Community ·

AI Coding Assistants Cut Embedded Firmware Delays but Demand Human Oversight

A 2026 guide from nlocoding.com highlights how AI coding assistants are reshaping embedded systems development, with nearly half of embedded developers reporting a 50% reduction in debugging time. Teams using these tools ship firmware roughly 34% faster than those relying on manual workflows, according to IoT Analytics data. However, 73% of embedded AI tool users have encountered at least one suggestion that could damage hardware if deployed without review, underscoring the need for simulation testing before flashing production devices. A real-world case involving Bosch's automotive team showed a 62% drop in field failures and $2.3 million in warranty savings after integrating Codeium into their CAN bus firmware review process. Popular tools in 2026 include GitHub Copilot, Tabnine, Codeium, and Amazon CodeWhisperer, each offering varying levels of embedded-specific support across C, C++, Rust, and Python.

Individual Claims Google Illegally Retains Personal Data, Files Legal Action · ShortSingh