Topics - app103 [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 89next
21
Living Room / Please help Archive Team save Friendfeed's content
« on: April 06, 2015, 11:05 AM »
Facebook is shutting Friendfeed down on April 9, 2015.

Archive Team is attempting to grab as much of the public content as possible, before the shutdown removes it from the internet, for good. All content grabbed will eventually be posted to archive.org's Wayback Machine.

These are the same guys that saved most of Geocities, when Yahoo shut it down. (they have also rescued content from other sites)

As an active, dedicated Friendfeed user, I have a personal interest in the success of this project. I have been in contact with them, answering some of their questions about Friendfeed, providing them with other info (api limitations, etc), and doing some community relations work related to this enormous project. (like making this post)

What they need now is at least 1000 volunteers to run a Warrior for this project, right now, or they will have no hope of being able to grab all of the public content in time, before the shut down.

If you qualify to run a Warrior, and you care about what they are trying to do here, please run one for at least this project.

To qualify, Please ensure the following:

  • No OpenDNS. No ISP DNS that redirects to a search page. Use non-captive DNS servers.
  • No ISP connections that inject advertisements into web pages.
  • No proxies. Proxies can return bad data.
  • No content-filtering firewalls.
  • No censorship. If you believe your country implements censorship, do not run a warrior.
  • No Tor. The original IP address is needed for the WARC file.
  • No free wifi cafe. Archiving your cafe's wifi service agreement repeatedly is not helpful.
  • We prefer connections from many public IP addresses if possible. (For example, if your apartment building uses a single IP address, we don't want your apartment banned.)


The Warrior runs on Windows, OS X and Linux using a virtual machine. You'll need one of the following:

  • VirtualBox (recommended)
  • VMware workstation/player


Or alternatively, if you are running Linux, you can try running a script for this project, directly: https://github.com/ArchiveTeam/friendfeed-grab

For more info about running a Warrior for this project, and other related project info, please see the following page: http://archiveteam.org/index.php?title=FriendFeed#Content_grab

For more general info about running a Warrior for this or any other Archive Team project, please see this page: http://archiveteam.org/index.php?title=Warrior

Archiveteam[1].jpg

PS: DonationCoder has had a Friendfeed page for quite a long time, and this project will rescue it's posts, likes, subscriber list, subscriber comments, etc, to save them for future generations, too.




22
If you sign up for hosting with Bluehost before June 30, 2015, through the special link on this page, you'll get hosting for $3.50 per month, plus Bluehost will send you a voucher good for 1 free year of Learnable.

http://www.sitepoint.com/learn-better-show-easier-thanks-bluehost-learnable/


DISCLOSURE: I work for SitePoint/Learnable but they have not compensated nor encouraged me in any way, to make this post.

23
Developer's Corner / Microsoft Q&A: Azure Mobile Services
« on: March 22, 2015, 01:11 PM »
Sitepoint will be hosting a live, 4 part Q&A on their forum:

Team SitePoint is proud to announce we have 4 Microsoft Q&A sessions being hosted on this very forum. Each 30 minute session focuses on a specific aspect of Microsoft products, the first of which is this Tuesday, 24th March at 9am AEST (click here to find your timezone) on Azure Mobile Services.

Our first session will be facilitated by myself and all questions answered by Microsoft Evangelist Andrew Coates (linkedin | twitter | blog). Andrew Coates has been a Developer Evangelist at Microsoft for over ten years. During that time he’s focused on .Net development on the desktop, in the cloud, on the web and, most recently, on mobile devices. Andrew has a number of apps in various stores and generally has far too much fun doing his job to honestly be able to call it work.

 The four Microsoft Q&A sessions will take place on the following days:

  • Tue 24th March
  • Thu 26th March
  • Tue 31st March
  • Thu 2nd April



b63fcfe4ea06779b[1].jpg

http://community.sitepoint.com/t/microsoft-q-a-with-sitepoint-azure-mobile-services/115931


DISCLOSURE: I work for SitePoint, but they did not pay or encourage me to make this post.

24
It's possible that in the near future, if you are pulled over by an officer, you'll just hand over your mobile phone when he asks for license, registration, and proof of insurance.

While electronic versions of these documents would be convenient for many, the current practice of an officer taking the paper/plastic versions of them back to his vehicle while he writes up your ticket, could pose some privacy risks, if he is taking your mobile phone to his vehicle, instead.

What is going to stop him from snooping through your phone, at the same time?

A recently passed bill in New Jersey allows electronic proof of insurance, like 37 other states already allow, but explicitly forbids police from accessing any other information on the phone.

But the original version of that recent NJ bill would have allowed police officers to search a driver's mobile phone without a warrant, to determine if a driver was texting or talking on the phone at the time of an accident.

And while it would be forbidden for an officer to snoop under this current e-insurance bill, it might not be in the next one covering e-drivers licenses, or it might not be under future legislation, or in states other than New Jersey.

And even if snooping is illegal, it would still be up to the officer to be a good guy, acting with integrity and complying with that part of the law. What if he doesn't feel like it? What if he snoops and finds something he can use against you and claims an "oops, my finger slipped" moment, leading to the discovery of that data (or he exploits some other loophole in the law to cover his butt)?

License, registration and cell phone: Showing insurance proof on smart phones coming soon?
E-Driver’s License Legislation in N.J. Gains Momentum

16871545-mmmain[1].jpg

25
Post New Requests Here / IDEA: Specialized folder/file cleanup script
« on: December 22, 2014, 11:24 PM »
I have a need for a specialized cleanup script that will delete files & folders according to the following rules:

I have a main folder that contains a number of subfolder with dates as their names, following this format: YYYY-MM-DD

Within those subfolders can be any number of files & folders of unknown naming convention, unknown depth.

What I need is something I can drop into the root folder which when run will check the date named folders and will delete the ones (and whatever may be within them) in which the names correspond to dates older than 2 weeks old, regardless of the actual age of the folder. (it's possible the creation/last modified date may not agree with the folder name)

I need to be able to run it without providing path information at each run, without any confirmation dialogs, without any visible windows, without any prompts or messages about there being nothing fitting those parameters to delete, etc. And it needs to exit when it is done. I do not want to be bothered or interrupted when this runs. (whether you want to send the deleted stuff to recycle bin or not is up to you, but I do not want a dialog asking me if that's what I want to do, every time this is run)

I will be running this as a daily scheduled task to remove content that has been shared via dropbox, to solve support issues more than 2 weeks prior, to ensure the customers will only receive the latest version of the content. I don't want them to be able to download it 3+ weeks later without asking for new links/new content, due to the high probability of there having been revisions and/or corrections to that content.

If there is anything about this that you are unsure about or do not understand, please ask and I will clarify it.

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 89next
Go to full version