edistra | 3 months ago | on: Listen to Database Changes Through the Postgres WAL
edistra's comments
edistra | 2 years ago | on: The destruction of Gaza's internet is complete
It's really surprising indeed that they were not aware of the attack and that they could not defend their settlements. But that could also be explained by thinking themselves untouchable, leading now to an overreaction to hide their responsibility in this failure to protect their citizens.
edistra | 4 years ago | on: Ask HN: Who is hiring? (June 2021)
At LIZY, we are reshaping the € 70bn European car leasing business, one of the largest yet-to-be disrupted markets. LIZY is backed by Lab-Box, the investment fund / incubator of D’Ieteren that aims to improve the mobility of people and goods in a scalable & sizable way.
We're looking for passionate people to join our team and help us build amazing products.
Our stack:
* frontend : Next.js, Vercel, Typescript, GraphQL
* backend : Python, Django, AWS
If you like to have full ownership about what you're doing, and want to be part of an amazing and fulfilling adventure, it's a good opportunity for any profile (source: I'm working there as a Fullstack developer).
I recently had the opportunity to play with PostgreSQL WAL in the scope of implementing opensearch cdc pipeline, and it was really exciting to see what is possible to achieve with it.
Be cautious with idle replica slots though, I got bitten by inactive slots filling up the production database storage.
PostgreSQL 18 introduces idle_replication_slot_timeout to mitigate this.