Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Erik Newsgroups: comp.lang.python Subject: Re: WP-A: A New URL Shortener Date: Wed, 16 Mar 2016 00:31:03 +0000 Lines: 26 Message-ID: References: <17785955.P1rOlOtRcj@PointedEars.de> <56E89D6B.7070705@lucidity.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de IgV3CouDvB0zJU8K9pxpvwcpqfrfM52HVGWOWChgz8IQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'true,': 0.04; 'exist,': 0.07; 'cc:addr:python-list': 0.09; 'agree,': 0.09; 'chris,': 0.16; 'elsewhere,': 0.16; 'from:addr:python': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:URL': 0.16; 'weighed': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'issue.': 0.20; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'idea': 0.28; 'occurred': 0.29; 'that.': 0.30; 'skip:_ 10': 0.32; 'maybe': 0.33; "he's": 0.33; 'could': 0.35; 'exist': 0.35; 'something': 0.35; 'expected': 0.35; 'should': 0.36; 'subject:: ': 0.37; 'thought': 0.37; 'received:192': 0.39; 'subject:-': 0.39; 'still': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'benefit': 0.66; 'inherent': 0.84; 'responding.': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Rr04V3SK c=1 sm=1 tr=0 a=X2VfThTz+8HMaRSzjuZh7Q==:117 a=X2VfThTz+8HMaRSzjuZh7Q==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=N659UExz7-8A:10 a=x1XzojgbivvlwjVrLT8A:9 a=pILNOxqGKmIA:10 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104973 Hi Chris, On 15/03/16 23:48, Chris Angelico wrote: > I agree, it's a risk. Any indirection adds that. So the benefit has to > be weighed against this inherent cost. True, so it's not URL shorteners that I disagree with on principle, it's the _inappropriate_ use of URL shorteners ;) If one uses them on fora such as this which could be expected to exist for some considerable time then it's an issue. Elsewhere, then yes, the linking service may not last as long as the shortening service ... > I often like to make a small > change when I reimplement, though - something that I thought was > ill-designed in the original, OK, so maybe the idea for Vinicius (if he's still reading) to pursue is that it should be something that can be used as the basis for a URL shortening "service" that is distributed and can NOT go away (think DNS). That is what some people don't like about the URL shorteners, so maybe that's an itch that he might want to scratch. I've no idea if other such projects already exist, it just occurred to me when responding. E.