Muffinresearch Labs by Stuart Colville

SXSWi 07 Notes: Web Hacks: Good or Evil | 0 Comments

Posted in Events on 12th March 2007, 4:56 pm by

The following are my panel notes from SXSW. As I am not the fastest typer I have paraphrased what was said. Should you notice any mistakes please do point them out in the comments for corrections.

Kent Brewster Technology Evangelist, Yahoo!
Sergio Villarreal Pixel Pusher, Slide Inc

What’s a web hack

Any nonstandard use of HTML markup.

img center and italics were originally 3rd party hacks. Doing anything after the apge has loaded.

KB:

MAshing up the war.
Screen scraping for peace.
Scraper runs once an hour and I then store a JSON object with all of the data.

SpiffY!Search
Results returned from Y!
Good for restricting search to your site.

JSON is returned from Flickr, Yahoo
Technorati badge via pipes.

SV: This could cause problems due to copyright

Badge any RSS feed with Badger and Pipes.

Predictions.

JSON will be a visible competitor to RSS

Intellectual property is a quiestionable concept.

Suddenly everything is hackable. Now you can grab every RSS feed and mash it up how you want.

Publish the JSON Feed now. Be the next feedburner for JSON
Don’t stop writing. A writer is someone who writes an author is someone who has written.

The web hates authors and loves writers. As soon as you stop producing content and start trying to restrict people.

How enforcable is copyright.

SV:
Horse Fisting, people upload loads of vidios of this and pictures of this. This is objectionable content to anyone who’s alive.
You can’t find porn on YouTube. This is humans manually deleting porn.

KB: There’s a group of people that work on deleting and banning accounts that propagate pornography. Mainly soccer Mums. They do a great job.

SV: What’s to stop someone building a site that adds ads to contentn via pipes?
KB: Just to clear that up you do have to build a site to show content. Using pipes you don’t have a site at the end of the process.

Copyright is dead

Post Tools

GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(3)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.463s.