this is fucking crazy: some product manager at Meta decided their new AI app should post all conversations to a public feed by default. the app is full of boomers and young children talking about incredibly private or bizarre things, often with full audio recordings
picked this one because it's not particularly sensitive and doesn't have identifying info but i saw people preparing court statements, uploading sensitive financial information, etc. it's admittedly incredibly entertaining but also fucked up
they knew obviously this was going to happen. they have years of data showing that no one would opt in if given the choice, and if you make something default opt-out then 99% of users never will
many of the really sensitive posts have people commenting to let them know it's public. some of the posters never seem to see the comments while others express surprise and confusion that their posts are public. i assume many of the worst ones have already been deleted
the username is public too of course
googled this guy and he has 10 yrs left on a 17 yr sentence. ChatGPT is telling me the most likely explanation is he is cooperating with the feds for 35(b) reduced sentence. not something you want publicly posted while incarcerated!
re community note - wording was indeed incorrect, turns out these are shared inadvertently by the user. imo that is a *slightly* less bad look for Meta, but thousands of users are still posting sensitive things unintentionally so it’s pretty self-evident that the UI is misleading
this shouldn’t even be a feature at all, very few people seem to be using it intentionally, so whatever reason there is for it happening is still on Meta
like okay, it’s not by default, my bad. still reading dozens of posts by grandpas researching sex tourism and typing “delete this” once they figure out it’s public
also if you’re 80 years old and finally learned that the way to save something or send it to your granddaughter is to hit the little button that says “share”, you might reasonably presume that on this new app the word “share” means the same thing
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Pedro Pascal’s dad stole eggs and embryos from patients of the fertility clinic he worked for and implanted them in other women leading to the births of 15 children by the wrong mothers and then had to flee the country and was a fugitive for 15 years and no one talks about it
since the purported dental cavities vaccine is going viral, it’s a good time to remind everyone that there was a proven effective cure for Lyme disease until antivax advocacy groups forced them to take it off market
Lyme cases in the US have roughly tripled since then
it’s now the most common vector-borne disease in the United States
@TaylorLorenz obviously simplified in the tweet but i think we agree
i've been seeing a lot of people on the tl talk about magnesium lately
it's incredibly critical & many people are deficient
but few realize that a majority of suppliers either intentionally mislead consumers or straight up lie about the magnesium contents of their supplements
many suppliers will have a number on the front somewhere near the suggested daily value of 420mg magnesium, but then reveal in the supplement facts that this is the total amount of the chelated compound (of which only 17% is actual elemental magnesium; the rest helps absorption)
the front is, in my opinion, clearly designed to suggest that a single capsule contains 95% of the suggested daily value of magnesium
and a quick scan of the reviews shows a lot of consumers believing that they are receiving 7x the amount of magnesium than they actually are
yes this is the first mention of this address on twitter and yes you can deduce various team member and investor addresses from this address and yes i accept dox bounties uh i mean tips
and no it is not transparently labeled in the Arkham platform
In case of an investigation by any federal entity or similar, I do not have any involvement with this group or with the people in it, I do not know how I am here, I am an artist and this communication is likely satire, I do not support any actions by the member of this group.
twitter likely has a long list of inferred interests on your account
mine had 495, most of which were nonsense
unfortunately it takes way too long to uncheck 500 checkboxes which is a shitty dark pattern, so here's some handy unchecking javascript:
var checkboxes = document.querySelectorAll('input[type=checkbox]');
for (var i = 0; i < checkboxes.length; i++) {
if (checkboxes[i].checked) {
checkboxes[i].click();
}
}