Viewing profile — KwisaksHaderach
KwisaksHaderach
HN member- Joined
- Tue, Feb 08, 2022, 9:46 PM UTC
- HN karma
- 38
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About KwisaksHaderach
No profile information was provided.
Recent public activity
-
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.
-
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?
-
comment
Comment #30903604
See also Bellard's QuickJS (54k lines) https://raw.githubusercontent.com/bellard/quickjs/master/qui...
-
comment
Comment #30903587
This application must be really really simple ;), so no database?
-
comment
Comment #30886085
Does dark themes lets your focus more than light themes?
-
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…
-
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.
-
comment
Comment #30861249
Doesn't sound unrealistic if you have a mix load of IO and raw processing.
-
comment
Comment #30851685
Are there any plans to provide a Java client for EdgeDB?
-
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…
-
comment
Comment #30792171
Does planetscale doesn't have PITR? couldn't find anything in the docs.
-
comment
Comment #30535414
JS frameworks with a small footprint are suitable for this.
-
comment
Comment #30484680
A billion dollar in weapons also helps.
-
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…
-
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.
-
comment
Comment #30289243
You are looking for Golang ;)
-
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…
- comment
-
comment
Comment #30281160
https://shenlanguage.org has static typing.
-
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…
-
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.
-
comment
Comment #30277296
What's the crunchy tool for this?
-
comment
Comment #30276809
Many can even get away with less: sqlite. One less process to worry about.
- story