Earlier quoted context omitted.
Pointing out flaws is a perfectly valid and useful activity, especially when there is significant room for improvement, like in this case.
When it's not clear that someone who can do something about it is even present, it's usually just an "in" to post a low-value comment. Zap all the thousands of aggregator comments complaining about fonts/background-colours and nothing of value would be lost.
HTTP 308 Incompetence Expected
31–40 of 44 posts
Re: HTTP 308 Incompetence Expected
#32Earlier quoted context omitted.
I guess I should out myself as a Chromium HTTP stack maintainer (since 2009, so this behavior predates me). One might consider me a domain expert here. I participate in IETF HTTPbis for the HTTP/2 work as the primary Chromium representative. I am not involved with the RFC 2616 revision work as that's tough, thankless work, that thank god we have Julian Reschke and Roy Fielding working on. As far as I'm concerned, I o…
So basically the entire premise of the article, that > existing practice today is that 301, 303, and 307 are used correctly pretty much everywhere is flat out wrong. I guess that's a nicer and more probable resolution than "standards people suck!".
Re: HTTP 308 Incompetence Expected
#33Re: HTTP 308 Incompetence Expected
#34Re: HTTP 308 Incompetence Expected
#35Earlier quoted context omitted.
It sounds like you're well-marinated in standards bodies, and that's a good thing -- it's tough, often thankless work that someone needs to do. For the rest of us, the language from OP sure sounds like it's saying, "yeah do whatevs with 301, we give up". People often read RFCs in a hurry. Wouldn't this be a great place to use the a "SHOULD NOT" (change the request method)? If you're saying "MUST NOT" would be bad bec…
I guess I should out myself as a Chromium HTTP stack maintainer (since 2009, so this behavior predates me). One might consider me a domain expert here. I participate in IETF HTTPbis for the HTTP/2 work as the primary Chromium representative. I am not involved with the RFC 2616 revision work as that's tough, thankless work, that thank god we have Julian Reschke and Roy Fielding working on. As far as I'm concerned, I o…
Re: HTTP 308 Incompetence Expected
#36Earlier quoted context omitted.
Pointing out flaws is a perfectly valid and useful activity, especially when there is significant room for improvement, like in this case.
When it's not clear that someone who can do something about it is even present, it's usually just an "in" to post a low-value comment. Zap all the thousands of aggregator comments complaining about fonts/background-colours and nothing of value would be lost.
Sure, if you don't have a visual impairment. I do, and even though it's a very mild one, if one in 100 blog posts submitted to HN consider changing their colour scheme due to people complaining about it I would say it is worth it. And frequently I do see people changing their colour schemes based on HN feedback.
Re: HTTP 308 Incompetence Expected
#37Can anyone here provide any explanation of how the changes in HTTP2 might not be idiotic? The changes discussed in the post just seem dumb to me, but I assume there has to be some reasoning behind them.
HTTP2 redefines 301 to match current practice (permanent redirect that changes from POST to GET), and defines a new 308 to try again to get a permanent redirect that doesn't change the method.
Re: HTTP 308 Incompetence Expected
#38Can anyone here provide any explanation of how the changes in HTTP2 might not be idiotic? The changes discussed in the post just seem dumb to me, but I assume there has to be some reasoning behind them.
Alright, think of it this way. People use HTTP for two things these days: 1. Its originally-stated purpose--an application-layer protocol that allows web browsers to retrive hypermedia documents from web servers. In this usage, HTTP replaced Gopher+FTP. 2. A transport-layer protocol , with features such as identified sub-flows (requests in a pipelined keepalive connection, websockets, etc.), several usefully-differen…
Worse is better strikes again!
No, seriously; this is terrifying.
Re: HTTP 308 Incompetence Expected
#39Earlier quoted context omitted.
Both the font size and colour scheme on that page hurt my eyes.
Just add this custom css to the page and it should be much more legible: body { background: white; color: black; line-height: 27px; } #outer-wrapper { font-family: 'Lucida Grande'; font-size: 11pt; }
Re: HTTP 308 Incompetence Expected
#40Earlier quoted context omitted.
When it's not clear that someone who can do something about it is even present, it's usually just an "in" to post a low-value comment. Zap all the thousands of aggregator comments complaining about fonts/background-colours and nothing of value would be lost.
> Zap all the thousands of aggregator comments complaining about fonts/background-colours and nothing of value would be lost. Sure, if you don't have a visual impairment. I do, and even though it's a very mild one, if one in 100 blog posts submitted to HN consider changing their colour scheme due to people complaining about it I would say it is worth it. And frequently I do see people changing their colour schemes ba…