by owksley on 9/19/15, 12:48 PM with 28 comments
by mysterypie on 9/19/15, 9:25 PM
www xvideos com/videoNNNNNNN/description_of_activity_which_can_be_easily_updated (NSFW)
I wanted to mention a mystery concerning Xvideos. Here's a business that is very much in-your-face (i.e. it is not a defense contractor or an organization that wants to be discreet), but its ownership is totally unknown.
I researched it. There are literally zero articles or information about who owns it. No interviews with the founders. Nothing. I haven't been able to even figure out what country it's based in.
Somewhere out there is a very rich person whose family and friends probably don't realize that he founded a major Internet business.
Yes, a major Internet business: they have several million videos (far more than competing "tube" sites), hundreds or thousands of fast servers, and an Alexa rank of 47 which is higher than imdb.com and only a couple steps below microsoft.com.
But in this age of little privacy, they've managed to be super private.
by lwf on 9/19/15, 7:58 PM
http://www.amazon.com/Intel-Quantum-Computing-Module/dp/B001...
by X-Istence on 9/19/15, 7:45 PM
http://stackoverflow.com/questions/32672492/python-3-5-start...
Is the same as:
by adventured on 9/19/15, 9:24 PM
I love using numeric IDs in the URL, for one specific reason: perma-short-link.
http://qz.com/365810/whats-missing-from-this-13-year-old-gir...
Becomes:
Which then redirects to the proper full url. Total effort: almost nil.
by franze on 9/19/15, 10:27 PM
the targeted phrase is term(s) you want to get found for (i.e.: in google search)
URL-Rule 1: unique (1 URL == 1 resource, 1 resource == 1 URL)
URL-Rule 2: permanent (they do not change, no dependencies to anything)
URL-Rule 3: manageable (measurable, 1 logic per site section, no complicated exceptions, no exceptions)
URL-Rule 4: easily scalable logic
URL-Rule 5: short
URL-Rule 6: with a variation of the targeted phrase
most common mistake, rule 6 (least important) invalidates rule 1 (most important)
i stand with these url-rules, evertime you compromise on them - or change the priority in between the url-rules, you - your company/startup/business/website/webapp - will regret it in the longterm.
about: >This is the sort of solution that I really like. The SEO folks can fiddle with the URL until the cows come home, the engineers have the luxury of a straightforward rule, and the user never sees a broken link. Is this simple structure enough to keep everybody happy?
NO
every redirect has a cost:
- server ressources
- (web)performance a.k.a. speed
- long term project costs: redirects needs to be maintained (they will not) and documented (they are not)
- added complexity (redirect complexity add up fast, more info see https://news.ycombinator.com/item?id=8891553 )
by ckluis on 9/19/15, 7:41 PM
Essentially qz.com/122345/{anything-here} will redirect to the canonical url allowing for experimentation on the title of articles and urls.
by thephyber on 9/19/15, 10:16 PM
Using a DB PKID is a faster lookup than a text slug and uses much less storage space in the DB.
For SEO / URL permanence reasons, the PKID is always the authoritative key while the slug can be updated to represent the current content of the URL.
by jjsewell-ff on 9/19/15, 9:16 PM
Here's an example trello URL: https://trello.com/x/1234567/203-make-the-buttons-bigger
If you change the name of the card, the ID (203) stays the same, but the friendly part of the URL stays the same. When directing you to the card, the system doesn't care past the ID.
by giancarlostoro on 9/19/15, 7:41 PM
by ambirex on 9/19/15, 8:12 PM