Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #104966
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Erik <python@lucidity.plus.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: WP-A: A New URL Shortener |
| Date | Tue, 15 Mar 2016 23:40:27 +0000 |
| Lines | 36 |
| Message-ID | <mailman.172.1458085236.12893.python-list@python.org> (permalink) |
| References | <mailman.168.1458075301.12893.python-list@python.org> <17785955.P1rOlOtRcj@PointedEars.de> <CAPTjJmr_Fe9dr64GToZv=5unh01YJySZMsgs5Y+QK1winzspwg@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de 2LGtBVuHBZYT6zY9vzepyw/OJqD+0GVrQ/E3IGcOW17Q== |
| Return-Path | <python@lucidity.plus.com> |
| 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; 'offline': 0.03; 'exercise': 0.03; 'resulting': 0.04; 'great.': 0.07; 'cc:addr :python-list': 0.09; 'part,': 0.09; 'chris,': 0.16; 'from:addr:python': 0.16; 'list)': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:URL': 0.16; 'substitutes': 0.16; 'two.': 0.16; 'wrote:': 0.16; 'byte': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'ascii': 0.22; 'controlled': 0.22; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'complain': 0.29; 'convert': 0.29; 'there.': 0.30; "i'm": 0.30; 'code': 0.30; "can't": 0.32; 'problem': 0.33; 'source': 0.33; 'third': 0.33; 'suddenly': 0.33; 'list': 0.34; 'text': 0.35; 'unicode': 0.35; 'something': 0.35; 'level': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'things': 0.38; 'anything': 0.38; 'shared': 0.38; 'goes': 0.39; 'sure': 0.39; "didn't": 0.39; 'easily': 0.39; 'received:192': 0.39; 'subject:-': 0.39; 'still': 0.40; 'some': 0.40; 'software': 0.40; 'your': 0.60; 'skip:u 10': 0.61; 'different': 0.63; 'developed': 0.66; 'services': 0.67; 'saving': 0.70; 'dead.': 0.84; 'offline,': 0.84; 'different.': 0.91 |
| 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=IkcTkHD0fZMA:10 a=ATddOQVZJxAZgb-24zUA:9 a=QEXdDO2ut3YA:10 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
| In-Reply-To | <CAPTjJmr_Fe9dr64GToZv=5unh01YJySZMsgs5Y+QK1winzspwg@mail.gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:104966 |
Show key headers only | View raw
Hi Chris, On 15/03/16 23:16, Chris Angelico wrote: > So URL shorteners are invaluable tools. Perhaps, and in the specific - transient - use-cases you describe that's fine. The problem I have with them is that they are a level of indirection controlled by a third party. If the source (let's say this list) has a message containing a link to something on the target which is still available via a "shortened" URL, then if the shortening service goes offline, the link is dead. Even though the target is still there. People complain about the use of pastebin in this list for showing code fragments. It's the same thing - one URL shortening (indirection) service goes offline and a ton of links are suddenly silenced. It's like a disturbance in the force ;) FWIW, I also have an issue with services that convert your ASCII text into unicode such that the resulting glyphs are still things a human reader will understand as substitutes for the original text but which can't be easily searched/grepped. All for saving a byte or two. > However, I'm not sure what > this one is that others aren't. Vinicius didn't say his code was anything different. He said he _WANTED_ to do something different _BUT_ realised ideas are hard to come by, _SO_ he developed some URL-shortening software and then shared it. I see it as a learning exercise on his part, and that's great. E.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
WP-A: A New URL Shortener Vinicius Mesel <me@vmesel.com> - 2016-03-15 16:56 -0300
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-15 23:53 +0100
Re: WP-A: A New URL Shortener Erik <python@lucidity.plus.com> - 2016-03-15 23:11 +0000
Re: WP-A: A New URL Shortener Chris Angelico <rosuav@gmail.com> - 2016-03-16 10:16 +1100
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-16 00:38 +0100
Re: WP-A: A New URL Shortener Chris Angelico <rosuav@gmail.com> - 2016-03-16 10:55 +1100
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-16 01:36 +0100
Re: WP-A: A New URL Shortener Gene Heskett <gheskett@wdtv.com> - 2016-03-15 22:34 -0400
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-16 03:46 +0100
Re: WP-A: A New URL Shortener Gene Heskett <gheskett@wdtv.com> - 2016-03-15 23:34 -0400
Re: WP-A: A New URL Shortener Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-03-16 17:51 +1100
Re: WP-A: A New URL Shortener Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-03-16 17:27 +1300
Re: WP-A: A New URL Shortener Chris Angelico <rosuav@gmail.com> - 2016-03-16 16:43 +1100
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-17 19:27 +0100
Re: WP-A: A New URL Shortener Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-17 13:40 -0700
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-17 22:15 +0100
Re: WP-A: A New URL Shortener Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-17 21:49 -0700
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-19 14:03 +0100
Re: WP-A: A New URL Shortener Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-15 16:19 -0700
Re: WP-A: A New URL Shortener Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-03-16 01:22 +0100
Re: WP-A: A New URL Shortener Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-15 20:40 -0700
Re: WP-A: A New URL Shortener Erik <python@lucidity.plus.com> - 2016-03-15 23:40 +0000
Re: WP-A: A New URL Shortener Chris Angelico <rosuav@gmail.com> - 2016-03-16 10:48 +1100
Re: WP-A: A New URL Shortener Erik <python@lucidity.plus.com> - 2016-03-16 00:31 +0000
Re: WP-A: A New URL Shortener Chris Angelico <rosuav@gmail.com> - 2016-03-16 11:34 +1100
Re: WP-A: A New URL Shortener Chris Angelico <rosuav@gmail.com> - 2016-03-17 23:08 +1100
Re: WP-A: A New URL Shortener Dan Sommers <dan@tombstonezero.net> - 2016-03-17 12:47 +0000
csiph-web