How to Disappear from Facebook and Twitter
1–10 of 11 posts
Re: How to Disappear from Facebook and Twitter
#2Facebook demanded that they "cease this activity immediately," citing a violation of users' privacy.
If Facebook is concerned about my privacy then why do they C&D a site that helps me to remove my personal data from the public web?
Major kudos to the suicidemachine makers for provoking Facebook and similar sites to reveal their true face for a moment.
Re: How to Disappear from Facebook and Twitter
#3"The machine consists of a tweaked Linux server running apache2 with python modules installed. Selenium RC Control is used to automatically launch and kill browser sessions. This all driven by a single python/cgi script with some additional self-written python libraries. Each user can watch her suicide action in real-time via a VNC remote desktop session, displayed on our website via an flash applet rendered live into the client's webbrowser. We are also running some customized bash scripts plus MySQL in the background for logging and debugging, jquery/PHP for the website and a modified version of the great FlashlightVNC application built in Flex. Web2.0 Suicide Machine consists of roughly 2500 lines of self-written code."
Maybe somebody will build another website that lets you watch a video of the server browsing another website. I heard you like websites...
Re: How to Disappear from Facebook and Twitter
#4Even more interesting than the suicide-site itself is the panic-response from Facebook. A C&D with the most laughable justification ever, Quote: Facebook demanded that they "cease this activity immediately," citing a violation of users' privacy. If Facebook is concerned about my privacy then why do they C&D a site that helps me to remove my personal data from the public web? Major kudos to the suicidemachine makers f…
You can see the actual Cease-and-Desist on their website http://suicidemachine.org/
They are being told to cease-and-desist:
- Soliciting users' Facebook login information
- Accessing a Facebook account belonging to someone else
- Collecting Facebook users' content or information using
automated means such as scripts or scrapers without
Facebook's permissionRe: How to Disappear from Facebook and Twitter
#5Even more interesting than the suicide-site itself is the panic-response from Facebook. A C&D with the most laughable justification ever, Quote: Facebook demanded that they "cease this activity immediately," citing a violation of users' privacy. If Facebook is concerned about my privacy then why do they C&D a site that helps me to remove my personal data from the public web? Major kudos to the suicidemachine makers f…
That's not their justification. You can see the actual Cease-and-Desist on their website http://suicidemachine.org/ They are being told to cease-and-desist: - Soliciting users' Facebook login information - Accessing a Facebook account belonging to someone else - Collecting Facebook users' content or information using automated means such as scripts or scrapers without Facebook's permission
Re: How to Disappear from Facebook and Twitter
#6It's probably most interesting to see how they implemented a service that does this. From their FAQ: "The machine consists of a tweaked Linux server running apache2 with python modules installed. Selenium RC Control is used to automatically launch and kill browser sessions. This all driven by a single python/cgi script with some additional self-written python libraries. Each user can watch her suicide action in real-…
just kidding! What I'd like to see is this kind of code opened up so I can host it myself for fun. Writing a script to delete twitter "tweets" is easy enough in Bash but Facebook is another beast entirely :\
Re: How to Disappear from Facebook and Twitter
#7It's probably most interesting to see how they implemented a service that does this. From their FAQ: "The machine consists of a tweaked Linux server running apache2 with python modules installed. Selenium RC Control is used to automatically launch and kill browser sessions. This all driven by a single python/cgi script with some additional self-written python libraries. Each user can watch her suicide action in real-…
Re: How to Disappear from Facebook and Twitter
#8Do any of these sites guarantee that data will actually be deleted from their servers? I would bet that this "deletion" doesn't remove any data, but just unpublishes or archives it, like closing an account does.
Re: How to Disappear from Facebook and Twitter
#9Re: How to Disappear from Facebook and Twitter
#10It's probably most interesting to see how they implemented a service that does this. From their FAQ: "The machine consists of a tweaked Linux server running apache2 with python modules installed. Selenium RC Control is used to automatically launch and kill browser sessions. This all driven by a single python/cgi script with some additional self-written python libraries. Each user can watch her suicide action in real-…
Thats brilliant to use Selenium RC for the scripted deletions. Selenium is incredibly flexible and easy to script, though not very fast which is probably why they have such a backlog. Also because it is all coming from a legitimate browser it would be very difficult for the sites to block, though I suppose they could just block the ip of the server.
The major complaint people have is usually against the command arg1 arg2 grid for the scripts, but here's the thing about programming in a table: you can get your testers to do it without freaking out like "I can't learn how to program, I am bad with computer languages". The command table gives them exactly what they need--a way to repeatedly run a series of actions in a web browser--without making them learn anything more.