Earlier quoted context omitted.
These days it's all about personalised, targeted rolling . You have to find out what song your friend hates the most (say, "Africa" by Toto) and try to trick them into listening to ever-more-horrible cover versions of it. At least, that seems to be the thing in my friend group.
Someone should offer this personalization as a service. I’m sure it’s easy to purchase all the necessary PII
A URL Lengthener
aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com
301–310 of 313 posts
Re: A URL Lengthener
#302Earlier quoted context omitted.
This is so frustrating, I just want the url, but NO, you can an escaped version of the URL embedded inside another escaped blob instead. Ditto with Facebook.
How would Microsoft, Google and Facebook otherwise be able to track when and what you click?! Think of the hit to their revenue!
Re: A URL Lengthener
#303Earlier quoted context omitted.
Ah yes. Checkbox Driven Development. AKA Monkey Paw Development, where you give exactly what was asked for; it remains surprisingly popular in the government and enterprise spaces.
"Monkey Paw Development" was a new one for me :) Thank you! Great analogy. Reminds me of this :D https://www.youtube.com/watch?v=cDA3_5982h8
Re: A URL Lengthener
#304Source code: https://aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
Re: A URL Lengthener
#305Re: A URL Lengthener
#306Earlier quoted context omitted.
Hilarious! Though I'm kind of disappointed about the lack of HTTPS support on that site.
I assume this is a joke, right? A real shady url certainly wouldn't use https.
Re: A URL Lengthener
#307Microsoft also provides a URL lengthener via "Advanced Outlook.com security for Office 365 subscribers". Thanks to them, any URL we send or receive by email at work turns into an unrecognizable monster. At least the links include comforting words like "safelinks" and "protection" so that everyone can feel safe and protected.
Or when you Google something and copy a link straight from their search page. Novel-length URLs.
Re: A URL Lengthener
#308Dumb question: the lengthener prepends the URL with "\x20\x0b" strings which are then not removed on the other end. So the link inserted in the redirect ends up looking like " \x0b \x0b \x0bhttps://www.example.org" But this apparently works! Why does it work?
so what you're seeing is the creation of a zero width space. When you combine an \x20 and an \x0b, it makes a zero width space, which your browser ends up ignoring. Only reason these are in there are to ensure the URLs are at a minimum length. Who wants a mere 20 character URL when you can have a minimum of 250 characters.
Re: A URL Lengthener
#309Earlier quoted context omitted.
"Must" and "Must Not" are keywords in formal spec. If it says "Must support up to 100" and doesn't say "Must Not support over 100" then I would consider the upper limit to be whatever limit is sane for the data type.
So you would pick an arbitrary upper limit based on your own notion of what is sane. Picking such a limit, you would still need to write the same error handling code for limits, but it would happen at maybe 200. And the next programmer who inherits your code looks at the spec and your code and has to guess "why 200"? And it becomes lore. Which is specifically worse than writing to the spec.
Re: A URL Lengthener
#310Earlier quoted context omitted.
That totally reminds me of this story: http://www.5z8.info/awesome-real-life-headshots_q2h6fv_linke...
This is a great story, thanks for sharing! Edit: if someone need the url at work: https://m.slashdot.org/story/17042
Why?
Because slashdot are assholes.