Live data from Hacker News

Show HN: UrlRoulette – Pass a URL to the next visitor

urlroulette.net

51–60 of 143 posts

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#51
I submitted three URLs from GBIF.org (my employer), and two of the people who got them are still browsing 20 minutes later.

Pretty sea slugs: https://demo.gbif.org/occurrence/gallery?taxon_key=2292251

Bugs: https://demo.gbif.org/occurrence/gallery?taxon_key=797

Hummingbirds: https://demo.gbif.org/occurrence/gallery?taxon_key=5289

I got three blogs in return, one of which was about catching Pokémon. Fair swap...

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#52
post #48
post #35

Earlier quoted context omitted.

SHOULD and DOES are not the same thing. Returning 405 'Method Not Allowed' on a HEAD isn't unreasonable, and that is the issue we are seeing. EDIT: did say GET on prior edit.

> Returning 405 'Method Not Allowed' on a GET isn't unreasonable I think you meant "on a HEAD".

er yes, my bad. Fixed

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#54

I submitted three URLs from GBIF.org (my employer), and two of the people who got them are still browsing 20 minutes later . Pretty sea slugs: https://demo.gbif.org/occurrence/gallery?taxon_key=2292251 Bugs: https://demo.gbif.org/occurrence/gallery?taxon_key=797 Hummingbirds: https://demo.gbif.org/occurrence/gallery?taxon_key=5289 I got three blogs in return, one of which was about catching Pokémon. Fair swap...

Let me get this straight, you're using a monitoring tool for the website you work on, to check out how long individual people spend on it after you sent it to them via UrlRoulette? That's kinda neat (in a slightly disturbing way).

Re: Show HN: UrlRoulette – Pass a URL to the next visitor

#58
post #54

I submitted three URLs from GBIF.org (my employer), and two of the people who got them are still browsing 20 minutes later . Pretty sea slugs: https://demo.gbif.org/occurrence/gallery?taxon_key=2292251 Bugs: https://demo.gbif.org/occurrence/gallery?taxon_key=797 Hummingbirds: https://demo.gbif.org/occurrence/gallery?taxon_key=5289 I got three blogs in return, one of which was about catching Pokémon. Fair swap...

Let me get this straight, you're using a monitoring tool for the website you work on, to check out how long individual people spend on it after you sent it to them via UrlRoulette? That's kinda neat (in a slightly disturbing way).

I wanted to see the user agent and request headers, since there's another comment about other sites being blocked.

I simply looked at basic web server logs. It's a beta site with hardly any traffic, so the only log entries were myself and those from the three users from Urlroulette. I was surprised to see the same IPs were still making requests when I went to close the terminal a while later.

Post reply on HN