Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
farsa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
farsa
4mo ago
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 paid feature.
2.
▲
by
farsa
5mo ago
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://docs.dbos.dev/production/workflow-reco
3.
▲
by
farsa
6mo ago
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 Python devs keep these important changes as opt-ins.
4.
▲
by
farsa
6mo ago
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 lives worsened.
5.
▲
by
farsa
7mo ago
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 evaluate if my query will work?
6.
▲
by
farsa
7mo ago
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.
7.
▲
by
farsa
11mo ago
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 inverted indexes its usually in the cont
8.
▲
by
farsa
1y ago
What was your experience like putting such thing together?
9.
▲
by
farsa
1y ago
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, sms, whatsapp). These campaigns can some times target a few hu
10.
▲
by
farsa
2y ago
Hey, you have some silly thing rendered at your product's landing page chewing CPU.
11.
▲
by
farsa
2y ago
It's still in technical preview.
12.
▲
by
farsa
3y ago
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_postgres_outbox/ ).