Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59F8F10FB4 for ; Thu, 14 Nov 2013 17:01:54 +0000 (UTC) Received: (qmail 19920 invoked by uid 500); 14 Nov 2013 17:01:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 19806 invoked by uid 500); 14 Nov 2013 17:01:40 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 19751 invoked by uid 99); 14 Nov 2013 17:01:39 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 17:01:39 +0000 Received: from localhost (HELO mail-lb0-f171.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Nov 2013 17:01:38 +0000 Received: by mail-lb0-f171.google.com with SMTP id q8so599206lbi.16 for ; Thu, 14 Nov 2013 09:01:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=L8Go0bPpZwXqpKOf7hYPP2VtGsASS/Oma7vPURT4V6w=; b=T2ru5m7/0s1+kFU9s7SF3qgXqN1BqI3Zm7rpeLpVEuRMFohW8eUkm6Yp44eCU4uRym 3iqHR/SRDP2X0RNb/BifeOdX3ShE0wwUKJsN6eIsDaNjVeIlHzvIParT4RAsOvIRwRdc imB+tlNWDvP5Mi9WL5UolL+UAir3TLbwwRzidbM7T/Hf9715hcU6dG5rSIn3v/gsJZrO jwbqrCYDB2yIqBfrkywTU2WjDvW+q3C6ojTcjpD/I91ok2aZwQCa76xib+m9kjMeTzhE JmjL1VXmbtb9rE6rehwIii2vHhPm3qqMRyJzgvDDBGXuVTUlgBN/ZbZzSCqw3QbDBwi2 k4FQ== MIME-Version: 1.0 X-Received: by 10.152.27.227 with SMTP id w3mr289659lag.84.1384448496321; Thu, 14 Nov 2013 09:01:36 -0800 (PST) Received: by 10.112.67.12 with HTTP; Thu, 14 Nov 2013 09:01:36 -0800 (PST) In-Reply-To: References: Date: Thu, 14 Nov 2013 17:01:36 +0000 Message-ID: Subject: Re: show/list From: Robert Newson To: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 imo, show and list are for the cases where you can't do processing at the client. B. On 14 November 2013 16:49, wrote: > Hi all, > > just watched Joan Touzet presentation > ( > https://speakerdeck.com/wohali/10-common-misconceptions-about-apache-couchdb > ) > On slide 27 she says: > > "... show/list is the last resort ..." > "... it is _not_ for rendering images (ok) html (?) ..." > "... show/list is ugly ...should probably be deprecated ..." > > I like the concept of show/list and would like to know > what the community thinks. > > > Regards > Thomas