Live data from Hacker News

Viewing profile — devj

devj

HN member
Joined
Sat, Dec 03, 2016, 4:59 AM UTC
HN karma
181
Public activity
73 items

About devj

No profile information was provided.

Recent public activity

  1. story
  2. story
    Ask HN: Do we need query languages like SQL, GraphQL, etc. anymore?

    Especially since UI is being slowly replaced by chat based AI.

  3. story
  4. story
  5. story
  6. story
    Ask HN: Is it better to use Rust for SDK's core?

    We are on the process of creating an SDK for our thin(API) client. Saw an article by TemproalIO - https://docs.temporal.io/blog/why-rust-powers-core-sdk/ which states the following…

  7. comment
    Comment #26899427

    More excited about the service worker based build system being developed in the emberjs ecosystem. Check it out here - https://github.com/ef4/mho

  8. comment
    Comment #26237181

    And there's Amazon Ion too - https://amzn.github.io/ion-docs/ "Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary…

  9. comment
    Comment #26237157

    OpenAPI 3.1 which was released recently, uses JSONSchema 2020-12 as the primary schema format. The incompatibilities has been completely resolved as of today.

  10. comment
    Comment #26237135

    OpenAPI 3.1 which was released recently, uses JSONSchema 2020-12 as the primary schema format. As a result, we can expect further consolidation of tooling, etc in the community.

  11. comment
    Comment #26162309

    ## Changelog The below changes are documented as part of the release notes. ### Additions 1. Introduced a new top-level field - `webhooks`. This allows describing out-of-band webho…

  12. story
  13. comment
    Comment #25997927

    Though we do not generate the entire server code, we do follow a spec first design paradigm for APIs as well as DB. We have adopted hexagonal architecture for our web framework and…

  14. comment
    Comment #25905743

    Since Firefox has partnered with Amazon(SES) to filter spam, does it mean that Amazon can read our emails too?

  15. story
    Ask HN: Code first ORM vs. Database first ORM

    Recently came across model generators like SQLBoiler which generates models based on the database schema. The approach is the exact opposite of code first ORMs which are more preva…

  16. comment
    Comment #25054540

    How does datafusion based engine like this compare to timely/differential dataflow(naiad)? PS: Im a rookie in this whole domain.. so any pointers would be really helpful.

  17. story
  18. story
    Ask HN: Why aren't plugin architecture adopted for web services?

    Jenkins is the only exception I've found.

  19. comment
    Comment #23749617

    CEL spec: https://opensource.google/projects/cel

  20. comment
    Comment #23749603

    JSONLogic - http://jsonlogic.com/

  21. comment
    Comment #23256603

    The discussion thread is related to a tool created by UBER: Piranha - https://eng.uber.com/piranha/

  22. story
  23. comment
    Comment #22745247

    Sorry.. Forgot to mention that. Yes insertion/deletion is required and the frequency may be higher. The exact usecase is that group membership is dependent on some conditions. We s…

  24. comment
    Comment #22745074

    I have a requirement of checking group membership wherein a group may contain > 10K members. Each member is an 8byte ID. Do you think Xor filter would be a better fit compared to B…

  25. comment
    Comment #21787537

    Try jsonata.org