Trying to pollute unethical America PAC's database with synthetic data
Before starting, i posted about america pac's unethical data collection a few days ago. https://news.ycombinator.com/item?id=41139801 Please read the linked cnbc's story, it explains almost everything there Long story short, america pac collects user data while lying and hiding its true intentions. Apparently, the data they collect might (and probably will be) used for door to door canvassing for donald trump. I find this deeply unethical and shady. I thought a nice idea to waste door to door canvasser's time was to pollute the database with fake names, fake emails... i've…
What it does
In the maker’s words, at launch
Before starting, i posted about america pac's unethical data collection a few days ago. https://news.ycombinator.com/item?id=41139801 Please read the linked cnbc's story, it explains almost everything there Long story short, america pac collects user data while lying and hiding its true intentions. Apparently, the data they collect might (and probably will be) used for door to door canvassing for donald trump. I find this deeply unethical and shady. I thought a nice idea to waste door to door canvasser's time was to pollute the database with fake names, fake emails... i've taken the most used names and surnames from the web, i create an email by mixing and maybe shuffling some names/surnames and sometimes adding years to the email, i get a random real, geocodable address from random address package, i create a random phone number with the same code area of 2 swing states, Georgia and Arizona, create fake birthday and through selenium i continuously fill the database. Of course, people might argue that this isn't ethical and that this could be done better. The first cause it might be discussed, and the second one because i did this in the shortest timeframe possible, i read the article yesterday and worked on it just today. Now, for the unethical part, i feel like what they do is much worse, and i feel justified to do something that could make real people waste time rather than actually calling people who signed up not expecting what they signed up for. for the "this could have been done better" crowd, you're completely right lol. I don't know whether your phone numbers have specific fixed numbers, i just know about the area codes. In italy we don't have area codes but the first 1-2 numbers are fixed or they can have only a few values, so it's easy to spot a fake number. the email generation really sucks too, i basically create a mail by choosing through a random selection whether to use name,surname,and year (the year can be in different positions, such as at the beginning or at the end) or all of them, and sometimes i also shuffle the values to give a twist to it. To me this sucks because these emails are still kinda easy to spot after some time you see them, it could probably be filtered by some regex I get the addresses through a library called random address, these are addresses in the public domain not linked to people or businesses, whatever that means. I've tried a few and they mostly look like addresses that aren't linked clearly to a home. Unfortunately, random addresses only have addresses from 2 of the 6/7 swing states in it, Georgia and Arizona. If someone really has time to lose, it might be worth having a way to get addresses from other states, as well as fixing things that might be wrong because i don't live in usa (ie. phone number format? you tell me)
Does a similar job
all alternatives →

- WMWe made a site to crowd fund lobbying.2012 · ▲50
Hey guys, So we made this site with the goal of funding a lobbyist to represent the 99%. The money comes from small pledges of $5 and up. So far we've raised nearly $10k in under a week. We're focusing fund raising efforts on causes. I'm the founder and lead developer, and I'd love to hear this community's thoughts on the project as well as answer any questions. Thanks guys! http://www.wethelobby.com/
- RERFC End Citizen Data Sales Act (California)2022 · ▲6
The sale of personal information by the government is something that has always really bothered me. This is a bill I drafted that would stop the DMV, voter registration, property tax records, and the post office from selling or publishing without explicit user consent. It would also require personal information to be accompanied with the provenance of that data. This way, a user can track down who or what is publishing their data and take action to end their relationship with that company. I would appreciate any feedback, because I am sure I am missing some second and third order effects…
- ICI created a tool that helps developers generate fake data for databases2025 · fakedata-mu.vercel.app · ▲7
Hi, everyone! Lately, I've been working on quite a few applications that require a database, and as a result, I need some data to test everything. It has always taken me a lot of time to ask ChatGPT to generate fake data for me, so I decided to create a tool for developers called FakeData. FakeData allows developers to generate fake data easily with a simple UI/UX and customizable fields. This data can be used in their applications to test various functionalities. P.S. The app is not yet finished, and I would love to hear your honest feedback on it. Please be brutally honest about what…
- DEDebunking Election Fraud Claims – Interactive Data Viz and Simulations2025 · sullivan.zip · ▲8
Hi HN! I built this after seeing several references to Election Truth Alliance on social media, and after reading their analysis, I just couldn't get the problems I saw in it out of my head. So I downloaded the data, and rebuilt their full analysis from scratch. Their critical error is a simple misunderstanding of the Law of Large Numbers: values collected in large samples converge to the true probability in the sample distribution. (not to be confused with the Law of Very Large Numbers: which states that unlikely things happen given enough time. That confused me too) Technical Details: - No…
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, August 2024
the whole month →
- IY
Life & fun · 2024 · ytch.xyz



- IA
Hey there HN! We’re Joe and Stopa, and today we’re open sourcing InstantDB, a client-side database that makes it easy to build real-time and collaborative apps like Notion and Figma. Building modern apps these days involves a lot of schleps. For a basic CRUD app you need to spin up servers, wire up endpoints, integrate auth, add permissions, and then marshal data from the backend to the frontend and back again. If you want to deliver a buttery smooth user experience, you’ll need to add optimistic updates and rollbacks. We do these steps over and over for every feature we build, which can…
Dev tools · 2024 · github.com