Viewing profile — gopher
gopher
HN member- Joined
- Wed, Mar 05, 2008, 6:14 PM UTC
- HN karma
- 78
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About gopher
No profile information was provided.
Recent public activity
-
comment
Comment #19340933
Regarding the first question, IMO the webserver should half-close the socket. So, the on the wire requests are rejected on TCP level, while the final response is being delivered. O…
-
comment
Comment #19335678
Why do you think so? The server should report a Status Code for your 2nd request. What header would carry this keepalive hint?
-
comment
Comment #6541942
I think it depends mainly on the stakeholders. If we're talking about physical machines, I suggest location/hardware based naming. For virtual machines, I'd choose function/role ba…
-
comment
Comment #6190948
try script(1) and scriptreplay(1)
-
comment
Comment #6184789
and it's broken on mobile. (Android)
-
comment
Comment #5055409
after all, we are all alike
- comment
- story
- story
-
comment
Comment #1686106
I've written a cross-platform, pure python benchmark for IOPS; see http://benjamin-schweizer.de/measuring-disk-io-performance.h...
- story
- story
-
comment
Comment #1281965
I've seen the future.
- story
- story
- story
-
comment
Comment #1052538
I've left HN some time ago, when I came back here today, I've seen three PHP stories on the front page. I'd say: yes, it changes. But I must credit one PHP story was on Pharen, "A …
- story
-
comment
Comment #733247
I think of something like a comment or an abstract; security is not an issue here because input validation and escaping is done elsewhere. Basically, I think of a string like "ham,…
-
story
Ask HN: How do you split strings (to get keywords)?
First trial, one splits on whitespace, but this sucks on interpunction and special characters. Second trial, you use a alpha-numeric whitelist and split on anything else, but what …
- story
- story
-
comment
Comment #354495
Basically, Wordpress is written in PHP and this is the root of all evil. Let's look at the roots of PHP: it was never designed as a programming language, it was a tiny script langu…
-
comment
Comment #354478
yes.
- comment