The part I don't agree with is that you expect that the data is physically deleted from the server. I think and expect that big companies don't wipe all your data on command, they simply set a flag for deleted records. Really deleting the data also has a technical impact for them, it probably depends on the company's policy. It would be great if they did wipe all data but I really think most of them don't and have some sort of an aging process or really never delete your data.
Never Trust Facebook
191–200 of 201 posts
Re: Never Trust Facebook
#192Earlier quoted context omitted.
>We’ve put a lot of work into making deletions permanent, so I can imagine how frustrated you must be It shouldn't be necessary to put a lot of work. Just delete the content, clobber it with blank fields, or randomized content. It really is very easy. The problem is that your company's policy is to never truly delete content despite calling it "delete", there are many ways to weasel-word it ("many software subsystems…
When the delete button affects a single row in a single database table, it's indeed really simple. Even if it's a few rows on a single database, you can use transactions. Either way, the deletion succeeds or you surface an error message. But for a large social site, it starts to become a more interesting distributed systems problem. Even for a simple story with 4 likes, 12 comments, and likes on several of the commen…
Re: Never Trust Facebook
#193Earlier quoted context omitted.
What kind of friends are they, that don't notice and/or care to invite people except through Facebook? Also, birthdays? Aren't those the sorts of things you find out about once per friend and then add to your own contacts? I've never had a Facebook account, but that's not a problem I've ever experienced. Granted, I don't automatically know the birthday of every single person I meet or even get a number/email from. Bu…
I don't think there's any malicious intent. In my demographic, (almost) all events are set up through FB because your friend graph, mass-invites, and guest lists are built in. My flatmate's boyfriend is fond of throwing large house parties with hundreds of invitees, then hiring a doorman to check names off against the FB RSVP list. If you're not on it, you're not admitted. My closest friends remember me and send me i…
In short: pointing to the line between friends and "friends" and (likely my personality coloring the value judgment) thus questioning whether you're actually missing out by not being so closely connected to those "friends".
(Frankly the very concept of a house party with so many attendees that don't actually know one another, that a door man and a guest list is required, sounds like a caricature of a straw man I might have cooked up to have a laugh at "things you might need FB to get invited to". But maybe that's just saying more about me and why I don't grok or value things like FB.)
Re: Never Trust Facebook
#194"OMG! I deleted my Facebook account two months ago, and my friends just told me that they wished me birthday on my timeline last night. OMG! Facebook, I trusted you! Why!? OMG!"
Seriously, I love the last sentence of the article: "That is why I may delete my Facebook account. And that is why you should too."
If Facebook will not delete the posts on the Timeline, why is the author still believing that deleting the account will genuinely delete the account? The data you disclosed to the social network is here to stay. The only way you can stop is to not give it more.
Re: Never Trust Facebook
#195Not having facebook makes you look like an anti-social element irrespective of what it does to your mental health and well being. At the end of the day, I feel like make a small circle of friends that engage with you on deep level and not just superficially. What kind of friend it would who couldn't or forgets to text or call you?
That's exactly my feeling on it. Since I left Facebook at the start of 2011, I've seen my friends just as much --- perhaps more --- than when I was on there, and I hear from them at least as frequently. The only difference is that I don't get the occasional, insincere message from people I went to school with who are bored and looking for something to do.
Re: Never Trust Facebook
#196Earlier quoted context omitted.
When the delete button affects a single row in a single database table, it's indeed really simple. Even if it's a few rows on a single database, you can use transactions. Either way, the deletion succeeds or you surface an error message. But for a large social site, it starts to become a more interesting distributed systems problem. Even for a simple story with 4 likes, 12 comments, and likes on several of the commen…
So you're telling me that you/they manage to commit inserts and updates to your/their sharded databases reliably but deletes conveniently fail.
Each of the steps in building up the tree of comments, likes, etc. is a a couple writes at most. If that fails, you're left in a safe state. You tell the user it failed and carry on.
Deleting a post and the comments on it is harder. First, you have a potentially unbounded amount of DB rows to delete across an unknown number of shards. Second, you now have to worry about the order in which you delete things, else you risk being unable to retry in case one of these deletes fails. Third, unlike the inserts and updates, you can't just give up partway, as that's not a safe state to end in.
Re: Never Trust Facebook
#197Earlier quoted context omitted.
This is how I've dealt with FB's negligent, frequent, and non consensual behavior: 1) No one can post on my wall 2) No one can tag me in pictures, post or places. 3) My profile picture excludes my face. 4) I post little to nothing. 5) I only friend a narrow group of people. Being an offline friend of mine for years is not enough. 6) People who make weird comments are unfriended quickly. 7) The list goes on, but it ca…
Sounds like you are a Facebook leech! Community involves active participation! You just have to learn to ignore some posts - gloss over them. If you swapped Facebook out for say a private email list - would you be more inclined to participate? And if that is the case - why don't people just use mailing lists?
Re: Never Trust Facebook
#198Re: Never Trust Facebook
#199Re: Never Trust Facebook
#200I am not going to waste time deleting all of my content a third time. I did that once, there's a Firefox extension (the name escapes me at the moment sorry) you can use to create macros. Sure it's useless in a way, but it's also fun in a way :D If it pops back, it's macro time again -- better than nothing, right?
Now the extension does not work anymore (the button it adds to the setting pages is not showing).