Show HN: This page will disappear in 10,000 views
71–80 of 95 posts
Re: Show HN: This page will disappear in 10,000 views
#72Re: Show HN: This page will disappear in 10,000 views
#73I'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 th…
I find it very interesting how the fact that making the rules of the game "obvious" changes the way people approach. If you think about it, almost all content on the internet follows this rule: share-or-die. But here, after slapping the die part on the face, people are forcing themselves to post the link on twitter. Very cool!
Re: Show HN: This page will disappear in 10,000 views
#74Kinda 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:…
Are you in the habit of running load tests on other people's websites without warning? Remind me to never tell you when I'm working on something.
Re: Show HN: This page will disappear in 10,000 views
#75Kinda 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:…
Are you in the habit of running load tests on other people's websites without warning? Remind me to never tell you when I'm working on something.
You're intentionally making it too generic to portray the guy as an asshole, when that's not how things went down. Very politician-like. Yuck.
Re: Show HN: This page will disappear in 10,000 views
#76Earlier quoted context omitted.
What is ab?
Don't use it for actual benchmarking though, it has lots of known problems. Use something like: https://github.com/wg/wrk
Re: Show HN: This page will disappear in 10,000 views
#77Kinda 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?
"Three Felonies a Day" via https://mailman.stanford.edu/pipermail/liberationtech/2013-J...
Re: Show HN: This page will disappear in 10,000 views
#78Kinda 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:…
Re: Show HN: This page will disappear in 10,000 views
#79Earlier quoted context omitted.
Without having to open the man page: $ whatis ab ab (1) - Apache HTTP server benchmarking tool Or with bsd-games installed: $ wtf ab ab: ab (1) - Apache HTTP server benchmarking tool
Is there a similar tool to see what a certain option in a command does, without opening the man page?
Re: Show HN: This page will disappear in 10,000 views
#80Earlier quoted context omitted.
Is there a similar tool to see what a certain option in a command does, without opening the man page?
If you just type the command in you should see a list of options and what they do.