Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
superdude264
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
superdude264
3y ago
I feel this comment is pequant and jejuon. Of the distributed nature of computing has made it's way into programming language research.
2.
▲
by
superdude264
6y ago
Yeah, like who is to say 1+1=2?
3.
▲
by
superdude264
7y ago
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 true RESTful A
4.
▲
by
superdude264
7y ago
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 of using some sy
5.
▲
by
superdude264
7y ago
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?
6.
▲
by
superdude264
8y ago
CLT, RTP, and Austin are all fairly liberal leaning.
7.
▲
by
superdude264
10y ago
Just put the comma in front of item you're about to add. Apple ,Banana
8.
▲
by
superdude264
10y ago
If it makes you feel better, Fred Brooks of System/360 ("mainframe") fame has a pronounced Southern accent, and is a Turing award winner.
9.
▲
by
superdude264
10y ago
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?
10.
▲
by
superdude264
11y ago
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 for someth
11.
▲
by
superdude264
11y ago
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?
12.
▲
by
superdude264
11y ago
These machines also use vastly more energy than a human brain.
13.
▲
by
superdude264
11y ago
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?
14.
▲
by
superdude264
12y ago
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 train lawyers
15.
▲
by
superdude264
12y ago
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.
16.
▲
by
superdude264
12y ago
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.
17.
▲
by
superdude264
12y ago
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 auction prov
18.
▲
by
superdude264
12y ago
Do you know of any publicly available API that is truly RESTful (has embrace HATEOAS)?
19.
▲
by
superdude264
12y ago
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 types and the in
20.
▲
by
superdude264
12y ago
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 set of st
21.
▲
by
superdude264
12y ago
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. Afterward