Live data from Hacker News

Viewing profile — robzhu

robzhu

HN member
Joined
Wed, May 25, 2016, 5:20 PM UTC
HN karma
31
Public activity
27 items

About robzhu

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #41390646

    This is really cool! Definitely going to check it out

  3. 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…

  4. comment
    Comment #23945794

    Can you provide an example?

  5. story
  6. story
  7. story
  8. comment
    Comment #19933752

    During China's Cultural Revolution, the Communist party also kept track of an adversity score.

  9. story
  10. story
  11. comment
    Comment #19273400

    This is why I'm creating a command-line alternative to Photoshop.

  12. story
  13. story
  14. story
  15. comment
    Comment #15555340

    This seems like a pretty benign "cash grab" since it depends on helping the client succeed.

  16. 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!

  17. story
  18. 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…

  19. 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?

  20. 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…

  21. 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…

  22. 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…

  23. story
  24. comment
    Comment #13160369

    I highly recommend babun: http://babun.github.io/

  25. 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 .