Viewing profile — ramnivasl
ramnivasl
HN member- Joined
- Tue, Nov 06, 2018, 3:58 AM UTC
- HN karma
- 4
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About ramnivasl
No profile information was provided.
Recent public activity
-
comment
Comment #46040228
That is also the approach we took with Exograph ( https://exograph.dev ). Here is our reasoning ( https://exograph.dev/blog/exograph-now-supports-mcp#comparin... ). We found that L…
- comment
- story
-
comment
Comment #40598462
We will eventually offer it as a service. About the license. Indeed, it is BSL with an additional grant that lifts all restrictions on its users (may run it wherever they like, may…
-
comment
Comment #40597285
Part 1 is at https://exograph.dev/blog/wasm-pg-explorations-1
- story
-
comment
Comment #40597171
The second part is published: https://exograph.dev/blog/wasm-pg-explorations-2
-
comment
Comment #40585927
During our journey towards WebAssembly support for Exograph, we learned a few things to improve the latency of Rust-based programs targeting WebAssembly in Cloudflare Workers conne…
- story
- story
- story
- story
- story
- story
-
comment
Comment #37407310
Exograph now supports Clerk as an authentication provider! Our integration goes beyond supporting JWKS authentication; it also makes it easy and fun to explore APIs by integrating …
- story
- story
-
comment
Comment #21642122
Indeed, once you end up pulling in most common Scala classes (collections, futures, etc.), adding new functionality to your app increases app size by very little. Our app has ~600K…
-
comment
Comment #21642013
Also, if you use webpack (directly or through scalajs-bundler), the use of webpack-dev-server makes live loading automatic.