Live data from Hacker News

Viewing profile — ramnivasl

ramnivasl

HN member
Joined
Tue, Nov 06, 2018, 3:58 AM UTC
HN karma
4
Public activity
19 items

About ramnivasl

No profile information was provided.

Recent public activity

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

  2. comment
  3. story
  4. 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…

  5. comment
    Comment #40597285

    Part 1 is at https://exograph.dev/blog/wasm-pg-explorations-1

  6. story
  7. comment
    Comment #40597171

    The second part is published: https://exograph.dev/blog/wasm-pg-explorations-2

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

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. 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 …

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

  19. comment
    Comment #21642013

    Also, if you use webpack (directly or through scalajs-bundler), the use of webpack-dev-server makes live loading automatic.