I feel this comment is pequant and jejuon. Of the distributed nature of computing has made it's way into programming language research.
Yeah, like who is to say 1+1=2?
I've had the same feeling and finally came to a few conclusion that Fielding's REST architectural constraints lead to client applications that are required to utilize undefined URIs for performance gains. The reason…
I just finished reading the paper and that’s what it looks like to me. It’s a CRUD interface w/ multiple implementations (proxy, cache, route, serialize, filesystem store, memory store), which they create pipelines out…
This is really neat. In this space, is the normal metric 'atmospheric CO2 equivalent'? Is this just so they can normalize the affects of all the different things that cause warming into one unit for discussion purposes?
CLT, RTP, and Austin are all fairly liberal leaning.
Just put the comma in front of item you're about to add. Apple ,Banana
If it makes you feel better, Fred Brooks of System/360 ("mainframe") fame has a pronounced Southern accent, and is a Turing award winner.
I was interested to see that too. Especially how it was tightly clustered with C. Maybe there are a lot of projects of C modules with a Python wrapper bringing them all together?
Just last Spring, he lent me his copy of "What Color is Your Parachute" and invited me into his office to discuss two job offers I was contemplating. He did all this after he passed by the CS library and saw me looking…
Can you link to or write more about what other kinds of things need to be fixed? What is wrong with the sign of an electron's charge?
These machines also use vastly more energy than a human brain.
Can you explain a little more about what problem it's trying to solve and how it goes about doing that? I've read the architecture overview and it sounds a little bit like IPFS (ipfs.io). Is that correct?
I'm calling bullshit. Post a source for your examples. Also, the ABA and the AMA agree unions for lawyers and doctors. They have a government sanctioned monopoly on top level legal and medical talent. You can't even…
Who gets do define merit? Too many Jewish students were getting into Harvard in the early part of the 20th century, so the application process was changed.
So the university get a portion of each grant someone brings in? This may be naive, but I thought grant money was given to a person/project and that tuition paid for university stuff.
I have to agree. This gentleman seems a bit confused. I imagine a virtual livestock auction is something you'd want to utilize all the bandwidth you've paid your provider for and not risk being on a slow lane if the…
Do you know of any publicly available API that is truly RESTful (has embrace HATEOAS)?
Great article. If I'm understanding it correctly, it seems like the advantage comes from mapping your domain actions to the standard HTTP actions on each domain object. Once this is done, your API is simply the media…
I don't understand how it's possible to program to a true REST service given his final bullet point and one of his comments: > A REST API should be entered with no prior knowledge beyond the initial URI (bookmark) and…
I'd love to see a pragmatic take on the open/closed principle. I've seen a colleague extend a class, override the method in question by copying in the code from the super-class, then modifying it in the sub-class.…
I feel this comment is pequant and jejuon. Of the distributed nature of computing has made it's way into programming language research.
Yeah, like who is to say 1+1=2?
I've had the same feeling and finally came to a few conclusion that Fielding's REST architectural constraints lead to client applications that are required to utilize undefined URIs for performance gains. The reason…
I just finished reading the paper and that’s what it looks like to me. It’s a CRUD interface w/ multiple implementations (proxy, cache, route, serialize, filesystem store, memory store), which they create pipelines out…
This is really neat. In this space, is the normal metric 'atmospheric CO2 equivalent'? Is this just so they can normalize the affects of all the different things that cause warming into one unit for discussion purposes?
CLT, RTP, and Austin are all fairly liberal leaning.
Just put the comma in front of item you're about to add. Apple ,Banana
If it makes you feel better, Fred Brooks of System/360 ("mainframe") fame has a pronounced Southern accent, and is a Turing award winner.
I was interested to see that too. Especially how it was tightly clustered with C. Maybe there are a lot of projects of C modules with a Python wrapper bringing them all together?
Just last Spring, he lent me his copy of "What Color is Your Parachute" and invited me into his office to discuss two job offers I was contemplating. He did all this after he passed by the CS library and saw me looking…
Can you link to or write more about what other kinds of things need to be fixed? What is wrong with the sign of an electron's charge?
These machines also use vastly more energy than a human brain.
Can you explain a little more about what problem it's trying to solve and how it goes about doing that? I've read the architecture overview and it sounds a little bit like IPFS (ipfs.io). Is that correct?
I'm calling bullshit. Post a source for your examples. Also, the ABA and the AMA agree unions for lawyers and doctors. They have a government sanctioned monopoly on top level legal and medical talent. You can't even…
Who gets do define merit? Too many Jewish students were getting into Harvard in the early part of the 20th century, so the application process was changed.
So the university get a portion of each grant someone brings in? This may be naive, but I thought grant money was given to a person/project and that tuition paid for university stuff.
I have to agree. This gentleman seems a bit confused. I imagine a virtual livestock auction is something you'd want to utilize all the bandwidth you've paid your provider for and not risk being on a slow lane if the…
Do you know of any publicly available API that is truly RESTful (has embrace HATEOAS)?
Great article. If I'm understanding it correctly, it seems like the advantage comes from mapping your domain actions to the standard HTTP actions on each domain object. Once this is done, your API is simply the media…
I don't understand how it's possible to program to a true REST service given his final bullet point and one of his comments: > A REST API should be entered with no prior knowledge beyond the initial URI (bookmark) and…
I'd love to see a pragmatic take on the open/closed principle. I've seen a colleague extend a class, override the method in question by copying in the code from the super-class, then modifying it in the sub-class.…