Viewing profile — robzhu
robzhu
HN member- Joined
- Wed, May 25, 2016, 5:20 PM UTC
- HN karma
- 31
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About robzhu
No profile information was provided.
Recent public activity
- story
-
comment
Comment #41390646
This is really cool! Definitely going to check it out
-
story
Show HN: AI-generated tagline and image for long-form content
A good tagline and visual can make a big difference in how many people read your content. I've always been really bad at coming up with these, and lately I've been turning to AI fo…
-
comment
Comment #23945794
Can you provide an example?
- story
- story
- story
-
comment
Comment #19933752
During China's Cultural Revolution, the Communist party also kept track of an adversity score.
- story
- story
-
comment
Comment #19273400
This is why I'm creating a command-line alternative to Photoshop.
- story
- story
- story
-
comment
Comment #15555340
This seems like a pretty benign "cash grab" since it depends on helping the client succeed.
-
comment
Comment #14351895
Congrats to the Graphcool team on the launch! You're part of what makes the GraphQL community awesome. I can't wait to see what you come up with next!
- story
-
comment
Comment #14264995
> I now see people on HN have very similar complaints about GraphQL - how its power and flexibility makes making a performant and secure GraphQL backend significantly harder than m…
-
comment
Comment #13928345
I'm not sure I understand your use case. Can you give me an example of the problem you're dealing with?
-
comment
Comment #13927590
They're similar with a few key differences. First, in OData, the URI is still a big part of the API, whereas the URI is unimportant in GraphQL, which allows GraphQL clients to simp…
-
comment
Comment #13766286
You're right, there are no other protocols at nearly the scale of HTTP that use REST. I was just pointing out that REST was not strictly associated with HTTP in Roy Fielding's defi…
-
comment
Comment #13760704
Like other posters have said, the author appears to be pointing out shortcomings with HTTP, not REST. Roy Fielding made it fairly clear that REST is not strictly associated with HT…
- story
-
comment
Comment #13160369
I highly recommend babun: http://babun.github.io/
-
comment
Comment #12501223
You can send a GraphQL query as part of the query in your HTTP GET request: http://graphql.org/learn/serving-over-http/#get-request .