Live data from Hacker News

Viewing profile — jensneuse

jensneuse

HN member
Joined
Tue, Apr 16, 2019, 9:06 AM UTC
HN karma
1,272
Public activity
400 items

About jensneuse

No profile information was provided.

Recent public activity

  1. comment
    Comment #49185418

    What problem does it solve? The hero of the website doesn't answer.

  2. comment
    Comment #47789774

    I did something that surprised myself. I always thought that people are right in saying that GraphQL breaks HTTP caching, but I never deeply analyzed if that's actually true becaus…

  3. story
  4. comment
    Comment #47688641

    There are a lot of tools already that do local speech-to-text, but none of them allowed me to "select" code/text in a file and then paste a reference to my selected code together w…

  5. story
  6. comment
    Comment #47659787

    One thing I find interesting is how GraphQL has evolved from an API technology for API consumers with "different needs" to an API technology for agents. What helped organizations s…

  7. story
  8. comment
    Comment #46270405

    The problem with this article is that GraphQL has become much more an enterprise solution over the last few years than a non enterprise one. Even though the general public opinion …

  9. comment
    Comment #45343768

    Side note, a lot of people these days build agents on top of APIs. GraphQL has selection sets, which allows you to select subsets of objects. This is quite handy when it comes to g…

  10. comment
    Comment #45343247

    I'm with WunderGraph, a vendor providing enterprise tooling for GraphQL. First, I absolutely love Capn Proto and the ideas of chaining calls on objects. It's amazing to see what's …

  11. comment
    Comment #45266175

    Could I use this to iterate over my AI generated code until it's not detectable anymore? So essentially the moment you publish this tool it stops working?

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

    This is what GraphQL was designed for. Only select fields you really need. We've built an OSS Gateway that turns a collection of GraphQL queries into an MCP server to make this sim…

  16. comment
    Comment #44013204

    The way we've solved this in our MCP gateway (OSS) is that the user first needs to authenticate against our gateway, e.g. by creating a valid JWT with their identity provider, whic…

  17. story
  18. story
  19. story
  20. comment
    Comment #43650774

    I think they removed arenas again.

  21. story
  22. comment
    Comment #43543225

    Let's say you have constantly 1k requests per second and for each request, you need one buffer, each 1 MiB. That means you have 1 GiB in the pool. Without a pool, there's a high li…

  23. comment
    Comment #43540964

    You can often fool yourself by using sync.Pool. pprof looks great because no allocs in benchmarks but memory usage goes through the roof. It's important to measure real world benef…

  24. comment
    Comment #43360173

    Is this a modern version of CGI with process isolation?

  25. story