Live data from Hacker News

Viewing profile — gwen-shapira

gwen-shapira

HN member
Joined
Sun, Feb 02, 2020, 2:37 AM UTC
HN karma
64
Public activity
60 items

About gwen-shapira

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47432220

    Congrats on the launch! You may be under-selling LittleHorse a bit (here and even in the README). Few things I find cool about it: - How easy it makes writing human-in-loop workflo…

  3. story
  4. comment
    Comment #43784819

    When you run ALTER TABLE test DROP COLUMN c Postgres doesn't actually go and remove the column from every row in the table. This can lead to counter intuitive behaviors like runnin…

  5. story
  6. story
    Show HN: Nile-Auth – open-source auth designed for multi-tenant apps

    There are quite a few authentication services and libraries out there, but the vast majority treats tenants / organizations as an afterthought - in case of Firebase, tenants are li…

  7. comment
  8. comment
    Comment #42207217

    This is a great question. At this point, all transactions go through a single transaction coordinator that uses 2PC to coordinate all transactions. This makes many aspects of coord…

  9. comment
    Comment #42207147

    We are planning to open source it soon. Last few cleanups :)

  10. story
  11. story
  12. story
  13. comment
    Comment #41582343

    We are still solving problems for all multi-tenant applications. But AI companies, that tend to scale faster, also seem to benefit the most. So we wanted to make this clear.

  14. comment
    Comment #41582320

    (co-founder of Nile here) You are right, it is hard to cover everything in one blog... But the gist is that schemas and all the objects in them have few significant drawbacks: 1. C…

  15. comment
    Comment #40977864

    I wrote a short guide to popular AI concepts, because I got a bit tired that reading a tweet requires a PhD. This is also the first part of a mini blog series about my adventures b…

  16. story
  17. story
  18. comment
    Comment #38688306

    It should read "code" instead of "pre". I'm pushing a fix right now.

  19. comment
    Comment #38685860

    The OP mentioned that SQLServer does lock (but then, it doesn't use SSI - just SI). The recommendation in PG docs to use a combination of SERIALIZABLE and READ ONLY transactions se…

  20. comment
    Comment #38685811

    Possibly. I tried hard to have some memorable examples. But I'll be honest: Every time I got review comments (or re-reviewed myself), it took a bit of time for my brain to warm up …

  21. comment
    Comment #38685664

    It is mentioned in the doc, but can be easy to mis-understand: "If a pattern of reads and writes among concurrent serializable transactions would create a situation which could not…

  22. comment
    Comment #38101907

    In case you are wondering why we don't have templates for your favorite language or framework - we are not yet done. We are planning to keep adding many more. You can also request …

  23. comment
    Comment #38017410

    hey :) I also like Rails acts_as_tenant. We searched far and wide for something similar for JS ecosystem and so far, didn't find anything. We build our JS SDK by wrapping Knex (nic…

  24. comment
    Comment #38017360

    Indeed! How did you guess?

  25. comment
    Comment #38017095

    We don't have per-tenant schema right now, but we have started designing multi-version experience and it doesn't seem too far from here. Nile is different from DB per tenant in a s…