Hacker Newsnew | past | comments | ask | show | jobs | submit | gotimo's commentslogin

probably [Aurora DSQL](https://aws.amazon.com/rds/aurora/dsql/) which released a couple of weeks ago


DSQL uses an internal service, Journal[1], for its mutli-region writes.

[1]: https://www.allthingsdistributed.com/2025/05/just-make-it-sc...


It's definitely DSQL with the multi-region active active feature[1].

[1]https://aws.amazon.com/rds/aurora/dsql/features/#topic-1


DSQL only uses Postgres for the query processor layer, so it doesn't require a replication library within postgres itself. Definitely NOT from DSQL.

> We’re not using any of the storage or transaction processing parts of PostgreSQL, but are using the SQL engine, an adapted version of the planner and optimizer, and the client protocol implementation. [1]

Rather, DSQL seems to do its region replication using the distributed journal abstraction [2].

[1] https://brooker.co.za/blog/2024/12/04/inside-dsql.html [2] https://brooker.co.za/blog/2024/12/06/inside-dsql-cap.html


I thought dsql was distributed transactions. :thinking:


DSQL does use distributed transactions to offer active-active alongside strong consistency and isolation guarantees. Here's how: https://brooker.co.za/blog/2024/12/05/inside-dsql-writes.htm...


kids will absolutely do that.


+1 On HttpYac, it's been really nice to get started with and growing into a more powerful API testing suite over time


even possible with a some of them, but even in that case they're usually not "refunding" as much as they're just "making a new transaction for the same anount the other way" which does the same at the surface until reversals, voids or rejections happen and it all becomes a mess.


so the only change is that they're not paying $10 for it every time?


...Apple makes revenue on the devices? On any monthly subscriptions you take with them? On the developers paying for licenses?

And let's not act as if people would use iOS if they couldn't have their apps. It is so much of a net gain to Apple to allow people to develop their apps there's a good chance it's indirectly profitable without any direct revenue from IAP's.


this is the rhetoric that you will see replied to effectively any negative experience with LLMs in programming.


Yeah I'm starting to think they aren't aware of the shell game in their own rhetoric. If nothing can ever be wrong then nothing is right either in that worldview.


fucking real, i've had claude code make obvious syntax errors in C# by declaring a tuple as `var (a, string b)` which i thought we were past.


They said "regular" programming languages


people have said this since chatGPT first released


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: