darron froese

System administration, tricks and tips from an old school web-hacker.

FeedProxy - Activity Streams Translation

Building proprietary feed parsing is a pain and with FeedProxy for Feeds you don't need to. Driven by the same translation services powering Cliqset.com, FeedProxy translates feed data from over 80 services into persistent Activity Streams compliant Atom feeds. Forget worrying about understanding proprietary feed formatting and learn a single, open standard for expressing what people are doing around the web. via feedproxy.cliqset.com Cool - there's a bunch of people already doing this.

Gnip - Delivering the Web's Data

Gnip.com Re-Launching February 2010 The Gnip Internet Data Collection Appliance version 2.0 Collect all available statuses, posts, comments, photos, videos, bookmarks, and more from dozens of sites. Monitor your hosted Gnip Data Collector in realtime with 100% insight into what%u2019s happening and why. Manage your rules to maximize data collection and minimize latency; or let Gnip%u2019s software do it for you. Focus on creating value with the data, leaving the collection to us.

notify.io is very interesting...

In about 30 minutes I was able to get a website I maintain notifying me when certain things happen using a single line of Ruby code:res = Net::HTTP.post_form(URI.parse(NOTIFY_URL), {'text'=>'Somebody is looking at that page.', 'link'=>'http://example.net', 'title'=>'Website', 'api_key'=>NOTIFY_API_KEY})Very cool - I'm going to add this to a few other sites where it makes sense. I've always wanted Growl notifications when certain things happen on sites I manage - this is the best way I've seen to make it happen.

PostBin - Debug web hooks - Never knew about this - cool.

PostBin lets you debug web hooks by capturing and logging the asynchronous requests made when events happen. Make a PostBin and register the URL with a web hook provider. All POST requests to the URL are logged for you to see when you browse to that URL. via postbin.org

The Jason Salas Experience - 7 Questions for Superfeedr

Superfeedr is the brainchild of French developer Julien Genestoux, a leading authority on the emerging crop of applications and systems based on delivering data with extremely low-latency.  The project is the evolution of Notifixious (which I've previous profiled), which sought to help content creators by making the distribution of RSS- and Atom-based feeds currently in use more expedient. via jasonsalas.com

Stop listening to your customers | VentureBeat

So where did they go wrong, and how can you avoid making the same mistake? It’s simple. Never ask people what they think of your product or idea. via entrepreneur.venturebeat.com Interesting.

why I like webfinger, and one thing I don't like

I like webfinger for a couple/few reasons: 1. It reminds me of finger - which was cool. Sort of an old school twitter/blog before the web. 2. It got me using OpenID again, which I've had an account for forever but: I could never remember which browser I installed the certificate in. I could never remember the URL. 3. It can help to group a person's online identity together - at least the parts that you want to show.