Live data from Hacker News

The World's Longest URL “Shortener”

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com

21–30 of 33 posts

Re: The World's Longest URL “Shortener”

#23
post #21

http://aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa... ^ google

WARNING! NSFW

I changed it back to Google.

  curl -X DELETE https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63ae2c6425fb242b575a1951d359b69/AaaaAaAaAAaaAAAAaaaaAAaAaAAAAaaAaAaaAaAa
  curl -X POST -H "Content-type: application/json" -d '{"AaaaAaAaAAaaAAAAaaaaAAaAaAAAAaaAaAaaAaAa": "https://google.com/"}' https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63ae2c6425fb242b575a1951d359b69
I was considering pointing it to my GitHub instead, but decided it was too shameless.

Re: The World's Longest URL “Shortener”

#27
post #21

Earlier quoted context omitted.

WARNING! NSFW

I changed it back to Google. curl -X DELETE https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63ae2c6425fb242b575a1951d359b69/AaaaAaAaAAaaAAAAaaaaAAaAaAAAAaaAaAaaAaAa curl -X POST -H "Content-type: application/json" -d '{"AaaaAaAaAAaaAAAAaaaaAAaAaAAAAaaAaAaaAaAa": "https://google.com/"}' https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63ae2c6425fb242b575a1951d359b69 I was considering pointing it to…

In general terms, what was it?

Re: The World's Longest URL “Shortener”

#28

How does this work?

The source code (JavaScript) is quite readable. This seems to be the backing store: https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63... With the ability to get a specific key from this style of URL: https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63... And post to it to set a value. There's no security though - anyone can overwrite any URL - e.g. in the console on that page: pushJSON(endpoint +…

Looks like there's a limit to the number of urls shortened... it's throwing out the old ones. Womp, womp. :P

Re: The World's Longest URL “Shortener”

#29

Earlier quoted context omitted.

The source code (JavaScript) is quite readable. This seems to be the backing store: https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63... With the ability to get a specific key from this style of URL: https://www.jsonstore.io/9cfa993cd55704f2254949dc21a5f3a7a63... And post to it to set a value. There's no security though - anyone can overwrite any URL - e.g. in the console on that page: pushJSON(endpoint +…

Looks like there's a limit to the number of urls shortened... it's throwing out the old ones. Womp, womp. :P

Or some people are Curling random stuff into the JSON endpoint

Re: The World's Longest URL “Shortener”

#30
post #17

Hey All, OP here, contrary to popular belief I did not make this :) I saw it on GitHub when I noticed someone who starred the Prefect repo had the username `programming`, clicked their profile and saw this: https://github.com/programming/aaaaaaaaaaaaaaaaaaaaaaaaaaaaa... and just thought it was hilarious. Knew you all would get a kick out of it!

The way GitHub displays it [1] is equally great too.

[1] - https://i.imgur.com/mPqrvaU.png

Post reply on HN