gregory144's comments

gregory144 | 4 years ago | on: Amazon postpones return to office until January 2022

"The vaccines provide nearly perfect protection against serious outcomes."

I am vaccinated, however, my young child is not. If I get a breakthrough case, I don't want to spread it to my kid. I know this is anecdotal, but... my wife's office just closed because of a breakthrough case, and another friend was recently exposed to someone with a breakthrough case.

gregory144 | 11 years ago | on: Show HN: Dependency-based prioritization makes HTTP/2 much faster than SPDY

That is one of the main advantages of HTTP2 - it's called server push. When the server receives a request, it can send the headers for the requested resource plus the headers for as many related resources as it wants. The client can choose to either disable this, or reject pushed streams when it receives their headers.

gregory144 | 11 years ago | on: Why Federal College Ratings Won’t Rein in Tuition

I think you're being a little harsh. S/he was listing things that are not essential to a college education. The second point is referring to a different type of college education - one that obviously needs the internet since it would exist on the internet.

Also, Wifi != internet access. You can get to the internet without Wifi.

gregory144 | 11 years ago | on: Tesla Model S JSON API

I agree with you, but I have trouble understanding the right way to implement "commands" like this - I must be thinking about it in the wrong way. How would you design a "real" REST interface for a command like this? What's the advantage a "real" REST interface gives you in this case?
page 1