Viewing profile — farsa
farsa
HN member- Joined
- Fri, Sep 22, 2023, 3:23 PM UTC
- HN karma
- 6
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About farsa
No profile information was provided.
Recent public activity
-
comment
Comment #48317032
Making the workflow engine of DBOS depend on the paid component (Conductor) for scaling and recovery makes it a no-go. River also has "traps" like not supporting DLQ, which is a pa…
-
comment
Comment #47970487
DBOS looks simple (good), but from the docs below, executor elasticity appears to be locked behind license purchase. So it truly is like docker compose, good and bad parts? https:/…
- comment
-
comment
Comment #47632286
Well, in my early days programming python I made a lot(!!) of code assuming non-concurrent execution, but some of that code will break in the future with GIL removal. Hopefully the…
-
comment
Comment #47284407
I expect to have at least 15 more years in the workforce and I hate that I have to live through this "revolution". I worry about what will be final balance of lives improved vs liv…
-
comment
Comment #47131018
Congrats on the progress! What is the behavior of PgDoc if it receives some sort of query it can't currently handle properly? Is there a linter/static analysis tool I can use to ev…
-
comment
Comment #46997191
Storage getting cheaper did not really reach the cloud providers and for self-hosting it has recently gotten even more expensive due to AI bs.
-
comment
Comment #45817187
The distinction is more clear when indexing actual text and applying tokenization. A "typical" index on a database column goes like "column(value => rows)". When people mention inv…
-
comment
Comment #44851817
What was your experience like putting such thing together?
-
comment
Comment #44851804
Not the person you have asked but at work (we are a CRM platform) we allow our clients to arbitrarily query their userbase to find matching users for marketing campaigns (email, sm…
-
comment
Comment #42426311
Hey, you have some silly thing rendered at your product's landing page chewing CPU.
-
comment
Comment #41176836
It's still in technical preview.
-
comment
Comment #37613339
It's not exactly simple as it involves some postgres specific knowledge, but you can make it reliable when working with transaction ids (see https://event-driven.io/en/ordering_in_…