Viewing profile — jensneuse
jensneuse
HN member- Joined
- Tue, Apr 16, 2019, 9:06 AM UTC
- HN karma
- 1,272
- Public activity
- 400 items
- HN profile
- View on Hacker News ↗
About jensneuse
No profile information was provided.
Recent public activity
-
comment
Comment #49185418
What problem does it solve? The hero of the website doesn't answer.
-
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…
- story
-
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…
- story
-
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…
- story
-
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 …
-
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…
-
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 …
-
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?
- story
- story
- story
-
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…
-
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…
- story
- story
- story
-
comment
Comment #43650774
I think they removed arenas again.
- story
-
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…
-
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…
-
comment
Comment #43360173
Is this a modern version of CGI with process isolation?
- story