Skip to content

Instantly share code, notes, and snippets.

View thruflo's full-sized avatar

James Arthur thruflo

View GitHub Profile
@thruflo
thruflo / gist:604178
Created September 30, 2010 07:27 — forked from tav/gist:604107

I've made some changed to try and make it clearer, e.g.: putting summaries at the top of the main answers. In some cases I've edited a bit more. I hope the revisions make sense.

The main issue is the first main answer 1. The idea and its potential market impact. I've half revised and then made a note for you to finish off.

n.b.: I've changed references to Reputation Economy to Aggregated Micropayments -- for me it made much more sense to talk about a feature rather than a concept.

Please provide a short summary of the content and objectives of the project including what is innovative about it. Please refer to the Guidance for Applicants Section 4

Espra is an open source, web-based social platform built around two innovations:

name: thruflo
email: thruflo@gmail.com
website: http://cl.o.se
That's simply not true. Right now, I'm managing a major organisational web build for a global organisation. I can tell you, UX is a process that involves more than two people.
More generally, the world of web design is expanding. What was once one person's job ("web manager") is now a ever fragmenting, complexifying field of specialisation. Look at http://www.awesomejs.com -- if you can make a living adding "JavaScript sparkle" you can make a living thinking about what the user wants.
If you're arguing that thinking deeply about UX doesn't add value then you're not following the service design revolution, as per http://cl.o.se/post/997940379/why-ad-agencies-are-no-longer-in-charge

apache

  1. look for set_location request param: redirect (inc. passing request param through)
  2. look for greentv_location cookie: redirect
  3. look for geoip match: redirect adding set_location=en|sp|de request param
  4. add set_location=unknown

webapp

If get a set_location=en|sp|de then set greentv_location cookie.

046: 1000 Voices
015: 21 Below
149: Abundance
121: Afghan Girls Can Kick
005: Ali shan
062: All Tomorrow's Parties
035: American Radical: The Trials of Norman Finkelstein
210: Anne Perry - Interiors
138: Another Glorious Day
001: Antoine
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script>
<script type="text/javascript">
(function ($) {
jQuery.fn.foo = function (name) {
return this.each(
function (i) {
function init () {
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""We persist data in couchdb_ via Couchdbkit_.
.. _couchdb: http://couchdb.apache.org/
.. _Couchdbkit: http://couchdbkit.org/
"""
__all__ = [
Host Name: terry
Date/Time: 2010-05-19 13:46:14.464 +0100
OS Version: 10.4.11 (Build 8S2167)
Report Version: 4
Command: python
Path: /env/thruflo/bin/python
Parent: bash [331]
Version: ??? (???)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Provide a WSGI app factory that monkey patches
stdlib with gevent.
"""
import os
import sys
for(id key in [searchControlsDict allKeys]) {
if([key isEqual:@"Active months"]) {
NSLog(@"Y");
}
else {
NSMutableDictionary *context = [searchControlsDict objectForKey:key];
// NSMutableArray *values = [[context objectForKey:VALUES] sortedArrayUsingSelector:@selector(caseInsensitiveCompare:)];
// [context removeObjectForKey:VALUES];
// [context setObject:values forKey:VALUES];
// [searchControlsDict removeObjectForKey:key];
/*
for(id key in searchControlsDict) {
[[searchControlsDict objectForKey:key] setObject:[NSMutableArray [[[searchControlsDict objectForKey:key] objectForKey:VALUES]] forKey:VALUES] sortedArrayUsingSelector:@selector(caseInsensitiveCompare:)];
}
*/
for(id key in searchControlsDict) {
NSMutableArray *tempValues = [[NSMutableArray alloc] initWithCapacity:0];
tempValues = [[searchControlsDict objectForKey:key] objectForKey:VALUES];