Viewing profile — osth
osth
HN member- Joined
- Fri, Jul 05, 2013, 9:05 PM UTC
- HN karma
- 25
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About osth
No profile information was provided.
Recent public activity
-
comment
Comment #6162149
http://www.archives.gov lynx -dump http://www.archives.gov/exhibits/charters/bill_of_rights_tra... |sed '/The right of the people to be secure/,/be seized./s/ \[ Redacted \]/'
-
comment
Comment #6161305
Except if you account for the fact that some other UNIX-like OS do not use bash as /bin/sh. You could even say that using bash as /bin/sh "is specific to Linux." How to fix: /#!\/b…
-
comment
Comment #6140707
http://s3.documentcloud.org/documents/743252/nsa-pdfs-redact... Missing: How much did this cost? Did the government (taxpayers) overpay?
-
comment
Comment #6127796
"The result of this is that we have a large over educated part of the population who will have a very hard time finding a job." Consider the alternatives: a large under educated pa…
-
comment
Comment #6122787
"If code doesn't receive constant love, it turns to shit." But it sounds like this code was receiving "love", only the "love" was coming from run-of-the-mill "just get it to work" …
-
comment
Comment #6122683
Questions: 0. How important is simplicity (modularity) to the project? 1. Will Tox work for user "idontrungentoo"? Will it compile on Solaris, BSD, etc. 2. Will the GUI be optional…
-
comment
Comment #6122576
Sounds like mirroring and ftp servers (or even bittorrent) would work just fine for distributing copyright-cleared video. Indeed that's how I remember it being done before YouTube …
-
comment
Comment #6091593
Even better: http://cpudb.stanford.edu/cpudb.1333574285.tar.gz
-
comment
Comment #6091496
VJ: "... Yet the economics of the internet tends to ensure..." This may be the problem. Change the economics, solve the problem. Specifically, do away with the idea of "backbones" …
-
comment
Comment #6086559
Schaffer: "... we consider Snaphax to be unlawful circumvention device under ..." Lackner: Mr. Schaffer, are you a lawyer? Please elaborate on why you consider Snaphax to be unlawf…
-
comment
Comment #6036088
I don't measure latency as including rendering time. Maybe I'm not "rendering" anything except pure html. I measure HTTP latency as the time it takes to retrive the resources. What…
-
comment
Comment #6023640
Ah, the bikeshed. IMO the most relevant bit of pop psychology I've ever seen wielded by a programmer in a mailing list/online forum. It's validity is so seemingly self-evident, I'l…
-
comment
Comment #6022672
"I actually don't think that's the case." Neither do I. I think people make honest mistakes. Alas, under pressure, people also try to cover them up. I forget where I read it but so…
-
comment
Comment #6022472
Amen, OP. herge: You could also use the "data" program from Hobbit's netcat.
-
comment
Comment #6022453
Still the best article I've seen on this whole affair was the one at foreigpolicy.com back on June 11: http://www.foreignpolicy.com/2012/06/11/to_protect_and_defen... The US actual…
-
comment
Comment #6017772
"What happened to simple protocols?" Answer: The Internet is still running on them, 30 years later. Whenever I read something like "simplicity is hard", it makes me cringe. I hear …
-
comment
Comment #6016194
I wonder if header compression is primarily to allow for ubiquitous, large cookies. Cookies were originally and with few exceptions remain a hack to try to add state to transaction…
-
comment
Comment #6015987
Yes, a major appeal of pipelining to me is efficiency with respect to open connections. It's easier to monitor the progress of one connection sending multiple HTTP verbs than multi…
-
comment
Comment #6005115
Thanks for the reading material. You omitted the sentence before your excerpt where Mr. McManus suggests we move to a multiplexed pipelined protocol for HTTP. I'll go further. I sa…
-
comment
Comment #5999688
OK, while we are reviewing the beliefs and actions of past Secretaries of War, how about Henry L. Stimson? He once said, "Gentelmen do not read each other's mail." Now, this was wh…
-
comment
Comment #5999604
Yes, I understand there are buggy servers and proxies... and I use a browser that has settings to accomodate them. However... I do not know about HTTP bugs that affect pipelining .…
-
comment
Comment #5997295
I trust in theory this is true, but I've never personally observed this in practice. I guess SPDY fans' marketing of this "feature" would be more convincing if I could see a demons…
-
comment
Comment #5997048
I choose HTTP/1.1 pipelining. Uncompressed headers are useful. Ordered records are returned (unlike SPDY), where "HTTP/1.1 200 OK" is the record separator. Been using this for a de…
-
comment
Comment #5996967
I would have thought Adblock's userbase too small to be of concern to Google.
-
comment
Comment #5996830
That's a little scary. I would have figured smart programmers would know these things. Most of the case law that has shaped this area of jurisprudence involves obvious criminals, m…