YC Companies Scrape GitHub Activity Data and Send Spam Emails to Users
By
miki123211
The bagel they save for the regulars. Don't skim, savour.
Summary
The article discusses how Y Combinator companies are scraping GitHub activity data and using it to send spam emails to users. It explains the technical challenge of removing or changing email addresses from Git commits due to the cryptographic hash-based nature of Git version control. Changing any part of a commit (including email addresses) alters its hash, which cascades through all subsequent commits, making repositories incompatible with the original versions. The article highlights privacy concerns about companies mining public GitHub data for marketing purposes.
Key quotes
· 4 pulledGit commits are identified by a hash of their entire contents
If the email address in even one commit is changed or removed, that changes its hash, which in turn requires you to update its children, changing their hashes etc.
By default, git will refuse to pull from such an updated repository, as commits are considered immutable once pushed.
YC companies scrape GitHub activity, send spam emails to users
You might also wanna read
Auto-Identity-Remove: An open-source tool to automate data broker opt-outs across 500+ sites
This article presents an open-source GitHub tool called "auto-identity-remove" that automates the process of opting out of data broker and p
Why I banned all query strings from my website
Chris Morgan expresses frustration with third parties adding tracking query strings (like UTM parameters and referral tags) to URLs that poi
Understanding Beaver Triples: A Primer on Secure Multiparty Computation
The article introduces the concept of Beaver Triples in the context of secure multiparty computation (MPC). It uses an analogy about a frien
stoffelmpc.com·22d agoDO_NOT_TRACK: A Proposed Standard Environment Variable for CLI Telemetry Opt-Out
This article proposes a standardized environment variable called DO_NOT_TRACK for opting out of telemetry, analytics, and tracking in CLI an
Keel: A local-first, open-source desktop app that saves AI conversations as markdown files on your device
Keel is a local-first, open-source desktop app (macOS/Windows) that captures AI conversation data into plain markdown files stored on the us
Investigation Reveals Vercel Plugin in Claude Code Collects User Prompts Without Proper Consent
The article investigates concerning privacy practices of the Vercel plugin in Claude Code, revealing that it requests access to read all use
