SaaS & Software·Aug 2, 2026

Californians' data deletion requests, DROP, become enforceable Aug. 1

If you've ever wondered how much of your personal information is collected every time you go online, California is giving consumers a new way to push back. Starting Aug. 1, registered California data brokers must begin honoring requests sub

Hacker News3 min readSingle source
Californians' data deletion requests, DROP, become enforceable Aug. 1
Image · Hacker News
The gist
5-point summary · 1 min

If you've ever wondered how much of your personal information is collected every time you go online, California is giving consumers a new way to push back. Starting Aug. 1, registered California data brokers must begin honoring requests sub

  • "In the digital economy, our personal information is basically oil," Tom Kemp with Cal Privacy said.
  • "We oftentimes are the product, our information, our data is the product that people collect, package up into digital dossiers and sell," Kemp said.
  • "We're all gonna hear a giant sucking sound outside of our data being deleted from all these data brokers systems," Kemp said.
  • Companies that fail to comply can face fines of $200 per day for each affected Californian.
  • "And my agency has a dedicated team that will go after to make sure that the will of Californians to take control of their information is taken care of," a Cal Privacy representative said.
$200

If you've ever wondered how much of your personal information is collected every time you go online, California is giving consumers a new way to push back. Starting Aug. 1, registered California data brokers must begin honoring requests submitted through the state's Delete Request Opt-out Platform, better known as DROP. The online tool allows California residents to ask registered data brokers to stop selling their personal information without having to contact hundreds of companies individually. Since Jan. 1, about 350,000 Californians have already signed up through the DROP website. Every time someone shops online, streams entertainment, or simply browses the internet, pieces of that person's digital footprint can be collected, packaged and sold. Tom Kemp, Executive Director of Cal-Privacy, explains how the state agency will enforce compliance with "DROP" requests. "In the digital economy, our personal information is basically oil," Tom Kemp with Cal Privacy said. NBC 7 Responds Kemp said many consumers don't realize just how much information is collected whenever they go online. "We oftentimes are the product, our information, our data is the product that people collect, package up into digital dossiers and sell," Kemp said. He said that information has long been used for targeted advertising. "Historically, that's been used for targeted advertising. So if you go shopping for red shoes, the red shoes follow you around for the next three weeks," Kemp said. But Kemp said the information can also become valuable to criminals. "The bad guys, the hackers are leveraging the data from data brokers," Kemp said. Instead of contacting roughly 600 registered data brokers one by one, Californians can submit a single request through the DROP website. "We're all gonna hear a giant sucking sound outside of our data being deleted from all these data brokers systems," Kemp said. He said doing the process manually would be overwhelming. "The alternative is you would have to contact 600 companies and say, please delete my information. And who's got time for that?" Kemp said. Beginning Aug. 1, registered data brokers have 45 days to process requests submitted through the system. That 45-day processing period repeats for new requests. Companies that fail to comply can face fines of $200 per day for each affected Californian. "And my agency has a dedicated team that will go after to make sure that the will of Californians to take control of their information is taken care of," a Cal Privacy representative said. Cal Privacy told NBC 7 Responds it has already fined 12 data brokers tens of thousands of dollars each for failing to register in the DROP system. The agency said only California residents are eligible to use DROP, and the tool will not erase all personal information that exists online. Consumers should continue watching for scams and take other steps to protect their personal information. More information about the Delete Request Opt-out Platform is available at https://privacy.ca.gov/drop/. This story was originally reported for broadcast by NBC San Diego. AI tools helped convert the story to a digital article, and an NBC San Diego journalist edited the article for publication.

Integrity note  ·  Xela does not rewrite or paraphrase article content. The excerpt above is the source publication's own words, sanitized for display. For the full piece — including any quotes, charts, or images — read it at Hacker News. Xela's rewritten version is off for this story, so there's no editorial angle attached — you're getting the source's reporting unfiltered. When the rewrite is on, we add a What this means block underneath with the operator/trader takeaway.

What people are saying

Discussion

Hot takes

0/280

Loading takes…

Comments

Discussion · 0

Sign in to comment, like, and save articles.

Sign in

Loading comments…

Keep readingSaaS & Software desk
See all in SaaS
Show HN: Draco – A single-binary, self-hostable Firecrawl alternative in Rust
·

Show HN: Draco – A single-binary, self-hostable Firecrawl alternative in Rust

Scraping modern websites has become a massive headache. You basically have two choices: pay for an expensive API like Firecrawl/Browserbase, or run a fleet of headless Chrome instances that eat 1GB of RAM per page and still get blocked by Cloudflare. I built Draco to fix this. It’s a fast, single-binary web scraper written in Rust. You point it at a URL, and it spits out perfectly clean Markdown or structured JSON for LLMs. The secret sauce is that it doesn't just boot a browser for every request. It uses a tiered escalation engine: Tier 1 (Stealth Fetch): Draco uses a custom TLS/JA4 fingerprint to perfectly mimic a real browser's network signature at the packet level. It turns out a lot of anti-bot walls will let you right through if your handshake looks correct. In my benchmarks against sites like Cloudflare and Target, Playwright ate ~500MB of RAM and timed out. Draco bypassed them in under a second using just 20MB of RAM. Tier 2 (V8 Isolate): If it hits a React/Next.js SPA that needs rendering, Draco boots an in-process V8 engine in single-digit milliseconds. It hydrates the DOM and intercepts the hidden JSON APIs the page is calling—giving you the raw data without the overhead of a graphical browser. Tier 3 (Real Browser): If it hits an absolute wall, it seamlessly falls back to detecting and driving a real browser on your machine. I also built in all the tooling to make it a complete drop-in replacement for the hosted services: Daemon Mode: Run draco serve and you get a persistent HTTP server with a Firecrawl-compatible REST API. You can swap out your API keys and self-host immediately. Built-in MCP Server: It natively exposes a Model Context Protocol server so you can plug it directly into Claude Desktop or your AI agents. Web Search: Built-in parallel multi-engine web search (bypassing the need for a Google Search API key). Interact Mode: Drive a page statefully like a devtools console, persisting cookies across navigations(for LLM's mainly). It’s completely open source (MIT/Apache-2.0). I just wanted to put this out there for anyone tired of fighting headless Chromium or paying per-page scraping costs. Grab the binary and throw a difficult URL at it. Note that it's still a WIP so there might be some unexpected breakages of uncommon sites but for the most part its quite capable, it can handle cf-protected sites and heavy SPA's while everything else fails partially or completely while taking longer or more resources. (tested on example.com, hackernews, cloudflare, glassdoor, bluff.com, target.com, stake.com and thrill.com) ┏━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓ ┃ Rank ┃ Tool ┃ Score ┃ Pass ┃ Avg Time ┃ Avg RAM ┃ ┡━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩ │ #1 │ Draco │ 769.7 │ 8/8 │ 3.45 │ 216.50 │ │ #2 │ Obscura │ 384.5 │ 4/8 │ 2.68 │ 87.59 │ │ #3 │ BrowserOxide │ 373.4 │ 4/8 │ 6.42 │ 105.95 │ │ #4 │ Playwright │ 342.2 │ 4/8 │ 1.71 │ 535.07 │ │ #5 │ Bouncy │ 196.6 │ 2/8 │ 0.59 │ 19.38 │ └──────┴────────────────┴───────┴──────┴──────────┴─────────┘ Repo: Comments URL: Points: 8 # Comments: 1

Hacker NewsSingle source
Newsletter

Track saas & software every morning.

Daily digest tuned to this beat. The 5 stories most worth your time. Unsubscribe anytime.