Live data from Hacker News

Show HN: This page will disappear in 10,000 views

blinklink.me

11–20 of 95 posts

Re: Show HN: This page will disappear in 10,000 views

#11
Kinda feel like a jerk on this one. Wasn't really expecting to be able to nuke it so easily.

    ab -c 30 -n 3000 http://www.blinklink.me/b/4XIxfoeF4C0

    Concurrency Level:      30
    Time taken for tests:   93.802 seconds
    Complete requests:      3000
    Failed requests:        2137
     (Connect: 0, Receive: 0, Length: 2137, Exceptions: 0)
    Write errors:           0
    Requests per second:    31.98 [#/sec] (mean)
    Time per request:       938.024 [ms] (mean)
    Time per request:       31.267 [ms] (mean, across all     concurrent requests)
    Transfer rate:          182.47 [Kbytes/sec] received

    Connection Times (ms)
                  min  mean[+/-sd] median   max
    Connect:      116  165 165.9    122    1276
    Processing:   137  771 624.6    625    6827
    Waiting:      132  733 595.7    601    6823
    Total:        254  936 644.7    789    7062
Perhaps should have "view" throttling per IP. Quite a few mechanisms could have solved my abuse.

Re: Show HN: This page will disappear in 10,000 views

#13
I'm not sure if the submitter created BlinkLink, but I hope the author had fun making it. It's a neat idea, and it exploits human psychology in clever ways. I like how the reward for tweeting increases as the number of views remaining goes down. Also, people are driven to share the link with their friends immediately since they know views remaining are scarce.

That said, it's pretty easy to mirror content. In case the link is dead, http://i.imgur.com/KGo7oRH.jpg is what was on the page originally.

Oh, and I found a UI annoyance. On the front page (http://www.blinklink.me/), the blue "Make a BlinkLink" button at the top that says is just a link to blinklink.me. The bottom button (which is a less-noticeable white) actually posts the form. You should probably hide the top button on the front page.

Re: Show HN: This page will disappear in 10,000 views

#14
post #2

please forgive my humble input, but wtf?

I may be bad at reading facial expressions and may be assuming the best scenario (...) but that person seems a bit sad to me. Maybe to feel connected to others?

That's a contrived expression, and not one of genuine sadness; he's pulling a face, not expressing an emotion. You can see on his GitHub profile he's got a similar facial expression, although a little less pronounced. [0] It's kinda like his duck face!

I think this has just been created for giggles, not for any particular reason. Admittedly, it piqued my curiosity!

[0] https://github.com/clayallsopp

Re: Show HN: This page will disappear in 10,000 views

#15
This is like Snapchat for the web, except it's too easy to take a screenshot of the content which means there's not much of a point to the view limit.

You could make it difficult perhaps by requiring the user follow a path with their mouse, otherwise white noise appears. That way they cannot actually move their cursor to take a screenshot. Maybe do something else to occupy one of their other hands, such as pressing a series of keys. Of course someone else could be standing there ready to push the "print screen" button or use a camera, like you can with Snapchat. Don't forget a time limit.

Re: Show HN: This page will disappear in 10,000 views

#19

Kinda feel like a jerk on this one. Wasn't really expecting to be able to nuke it so easily. ab -c 30 -n 3000 http://www.blinklink.me/b/4XIxfoeF4C0 Concurrency Level: 30 Time taken for tests: 93.802 seconds Complete requests: 3000 Failed requests: 2137 (Connect: 0, Receive: 0, Length: 2137, Exceptions: 0) Write errors: 0 Requests per second: 31.98 [#/sec] (mean) Time per request: 938.024 [ms] (mean) Time per request:…

What is ab?

Re: Show HN: This page will disappear in 10,000 views

#20
post #19

Kinda feel like a jerk on this one. Wasn't really expecting to be able to nuke it so easily. ab -c 30 -n 3000 http://www.blinklink.me/b/4XIxfoeF4C0 Concurrency Level: 30 Time taken for tests: 93.802 seconds Complete requests: 3000 Failed requests: 2137 (Connect: 0, Receive: 0, Length: 2137, Exceptions: 0) Write errors: 0 Requests per second: 31.98 [#/sec] (mean) Time per request: 938.024 [ms] (mean) Time per request:…

What is ab?

apache bench
Post reply on HN