i have seen worse. i.e. sites that show on page with the url http://www.example.com and another page with the URL http://www.example.com and even after another click the URL http://www.example.com with completely new content and sites, that use a logic like this http://www.example.com/357893857435/sfjsfsfsfd/this-should-b... where http://www.example.com/357893857435/sfjsfsfsfd/this-is-shoul... and http://www.example.…
Probably the worst URL scheme ever
41–50 of 106 posts
Re: Probably the worst URL scheme ever
#42Haha that is epic. EDIT: I apologise for the really bad comment. I have read the rules now and will only put high quality posts from now on. Thankyou.
http://thebestpageintheuniverse.net/c.cgi?u=epic
Re: Probably the worst URL scheme ever
#43>>> import urllib
>>> print urllib.unquote('%1B%E7%F4%9D').decode('latin-1')
çô
Re: Probably the worst URL scheme ever
#44Earlier quoted context omitted.
Yes, all those *2s could easily have been optimised into a left shift operator.
Oh so the *2s have some sort of meaning beyond random URL garbage? Please explain! I've always been curious.
#b0001 = 1
#b0010 = 2
#b0100 = 4
#b1000 = 8
Re: Probably the worst URL scheme ever
#45i have seen worse. i.e. sites that show on page with the url http://www.example.com and another page with the URL http://www.example.com and even after another click the URL http://www.example.com with completely new content and sites, that use a logic like this http://www.example.com/357893857435/sfjsfsfsfd/this-should-b... where http://www.example.com/357893857435/sfjsfsfsfd/this-is-shoul... and http://www.example.…
Quite frankly, I despise the use of "SEO URLs" altogether. It's basically a waste of bytes.
If it's purely to boost rankings artificially, then yes, I agree.
Re: Probably the worst URL scheme ever
#46I still think the one used by the Spanish Congress is worse. URL for legal document 162/000609: http://www.congreso.es/portal/page/portal/Congreso/Congreso/...
Re: Probably the worst URL scheme ever
#47Earlier quoted context omitted.
Oh so the *2s have some sort of meaning beyond random URL garbage? Please explain! I've always been curious.
No, I think it is just a joke: if you parse "*2" as "times two" you could optimize it in code by shifting the bits left since bit shifting operations are cheaper than multiplication. #b0001 = 1 #b0010 = 2 #b0100 = 4 #b1000 = 8
Re: Probably the worst URL scheme ever
#48How about http://www.tsa.gov/tsa-pre%E2%9C%93%E2%84%A2 ? It's "TSA-Pre✓™" and you have to type in the checkmark and the trademark symbols, otherwise it 404s Edit: ho, they fixed that and it's redirected. Too bad, that was funny :)
...ahhh... found it: """"How do you attain the skills required to do this while not also learning not to?" http://news.ycombinator.com/item?id=4711355 """