Live data from Hacker News

Viewing profile — KwisaksHaderach

KwisaksHaderach

HN member
Joined
Tue, Feb 08, 2022, 9:46 PM UTC
HN karma
38
Public activity
24 items

About KwisaksHaderach

No profile information was provided.

Recent public activity

  1. comment
    Comment #31520771

    PiTR is like the primary reason for us using a managed DB, it's indeed a weird and fatal omission from a managed DB offering.

  2. comment
    Comment #30920181

    Aside, anyone used the java sqlite driver https://github.com/xerial/sqlite-jdbc in production (webapp with multiple users)? Has the driver been reliable?

  3. comment
    Comment #30903604

    See also Bellard's QuickJS (54k lines) https://raw.githubusercontent.com/bellard/quickjs/master/qui...

  4. comment
    Comment #30903587

    This application must be really really simple ;), so no database?

  5. comment
    Comment #30886085

    Does dark themes lets your focus more than light themes?

  6. comment
    Comment #30884054

    The obvious candidates were MySQL (or one of its renamed variants given who bought it) or PostgreSQL, but several of us on the team have operational experience running these databa…

  7. comment
    Comment #30862812

    Clojure really is probably one of the best languages for application programming out there, and pairs beautifully with Java when you need to go some levels lower.

  8. comment
    Comment #30861249

    Doesn't sound unrealistic if you have a mix load of IO and raw processing.

  9. comment
    Comment #30851685

    Are there any plans to provide a Java client for EdgeDB?

  10. comment
    Comment #30851517

    Remember, this are devs that worked on codebases that have millions lines of Ruby code (Stripe) and most probably have to handle loads of state in the application layer, so their c…

  11. comment
    Comment #30792171

    Does planetscale doesn't have PITR? couldn't find anything in the docs.

  12. comment
    Comment #30535414

    JS frameworks with a small footprint are suitable for this.

  13. comment
    Comment #30484680

    A billion dollar in weapons also helps.

  14. comment
    Comment #30291464

    EdgeDB is built on an extension of the relational data model that we call the graph-relational model. This model completely eliminates the object-relational impedance mismatch whil…

  15. comment
    Comment #30289679

    Workers threads spawn a new JS VM( which implies a new GC) for each worker! We tried it and the gains from parallelism stopped when there were half as many workers as CPUs.

  16. comment
    Comment #30289243

    You are looking for Golang ;)

  17. comment
    Comment #30289070

    It's fantastic for I/O-heavy 'server'-type code I have found nodejs frustrating for CRUD APIs, the is 'fantastic for heavy I/O' while true ends up guiding you to complex microservi…

  18. comment
  19. comment
    Comment #30281160

    https://shenlanguage.org has static typing.

  20. comment
    Comment #30280832

    The article is about the basic constraints you mentioned, FKs, PK/unique, check constraints. I agree with keeping the database as dumb as possible with only those, heck even droppi…

  21. comment
    Comment #30279293

    Netflix is the instagram of the tv streaming services, 95% of the content is crap and they are creating lots of it.

  22. comment
    Comment #30277296

    What's the crunchy tool for this?

  23. comment
    Comment #30276809

    Many can even get away with less: sqlite. One less process to worry about.

  24. story