From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id BD05F211B5 for ; Mon, 28 Jan 2019 13:50:25 +0000 (UTC) Received: by mail-qk1-x72c.google.com with SMTP id d15so9408020qkj.0 for ; Mon, 28 Jan 2019 05:50:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CbgI/sTetgsaffWdBzP2lBHm7psxZDb9DF4VmMlcrdk=; b=YCnNhqXexeZ91IwFwrTBo0Me+Ae28okf/kPyaAZIjIj6udmQDfk93+uZSibgJsEDbF oRybpG7buxzSpuEZGjaJ/2MA7e42uphSER+VtcDkrA7vLCI3RUQQIbQL4R6k3v51nXLT x9/75+Ab6xeVqhWYkS62lch7bsJP27y2VvARk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CbgI/sTetgsaffWdBzP2lBHm7psxZDb9DF4VmMlcrdk=; b=rj7SvNZRdFC1gn8j5iYZ+nyjeC21gISnm4S1BOzrb3QCYXnPb2DTlT3uZox7VrO+0V bkKr0/bCTL3l0yiXipaZx+BVxJ6YPr2dDXhfFYNPWHtfXXna/j0flCKxCwcT1rlGH7Xu bvjdiWe+kb3BgdBaSMn+rQHuzdd80tEar07Zy9s5m8wj8IQ8sYM9lNHNxMJrvBZGByZa VAHxxF6kWk+wHpdsL+Da3IXg1NTAPB2FVhA8A7dxOmVNrCs/BVE+aBaDkSxKNdI3dvrP MPg0HxnXmqwY5LAroobI2F9QJ+ir/lr5VntioF90xum/XZ7o4keBuNDdpbnuupJMP2qJ lCag== X-Gm-Message-State: AJcUukfYk5qvIXnoTWmzw6D0XLc0KUso+yD9lVAjlJrOl5BB/FE5dJyT ZBBO8DTvIjIaXow0NvEHK+3Q05300W4QDcJCNzZFjQ== X-Google-Smtp-Source: ALg8bN6dOyabu+s65K+/x5qyk/jidT/4lJ1QGD/SnYwS2jcsaR4u16ZJ73YVlEcRVJZgC687ENZTIRwDdokvuzssCqI= X-Received: by 2002:a37:a6c2:: with SMTP id p185mr20117373qke.28.1548683423802; Mon, 28 Jan 2019 05:50:23 -0800 (PST) MIME-Version: 1.0 References: <20190109114327.1901-1-e@80x24.org> <20190109114327.1901-3-e@80x24.org> <20190127020608.f6yu2j3w4mfcc75b@dcvr> In-Reply-To: <20190127020608.f6yu2j3w4mfcc75b@dcvr> From: Konstantin Ryabitsev Date: Mon, 28 Jan 2019 18:50:11 +0500 Message-ID: Subject: Re: [RFC 2/2] www: add /~/$MESSAGE_ID global redirector endpoint To: Eric Wong Cc: meta@public-inbox.org Content-Type: text/plain; charset="UTF-8" List-Id: On Sun, 27 Jan 2019 at 07:06, Eric Wong wrote: > > Eric Wong wrote: > > The "/~/" is not finalized, yet. Initially I chose "/_/", but > > it could conflict with valid git remote names. > > Any thoughts on the use of "~"? Thinking about combining this > with the "solver" feature for blob recreation... I don't really have a strong opinion on this one -- it's purely cosmetics. I'm wondering if it will be confusing to some folks due to ~ usually denoting $HOME. I would opt for /_mid/ to indicate that it's a special message-id lookup URL. Maybe marry the two and call it /~mid/? That would avoid clashing with potentially valid mailbox names. -K