I am using pgboss myself, very decent, very simple. Had some issues with graphile back in the days, cant remember what exaclty, it probably did already overcome whatever I was struggling with!
So we need to create tools with very high flexibility, not-so-fantastic onboarding that take a long time to setup and hard to get right - so that AI can fix them? I would rather use Linear (as per example).
Prisma doesn't cover plenty of SQL features. custom types, more complex indexes (like where clause). It is also a VC backed biznes, need to be ready to drop it at almost any time, SQL/postgres on the other hand is here to stay.
RLS is hard to work with, hard to debug, hard to reason about, cumbersome. It is however powerful.
I am using both prisma and kysely in the same codebase with a great success. The db schema is driven by SQL, not prisma. It is then introspected by both kysely and prisma, prisma is used in 95% of the places while kysely is used whenever performance is critical or when prisma doesn't support the SQL features we need.
"The obsessive need for AI developers (...)" - Of product product/business people trying to fit into the "AI era". Developers, if given a chance, wouldn't probably built this.
As someone interested in the gaming sector but with a web dev/full stack experience this seems like an amazing offer. It is however a shame you are not disclosing the salary range. I am not willing spend several hours on the interviweing process just to get to know what you are offering.
Botany: Jacob White and Felipe Yamashita, for finding that certain plants imitate the leaf shape of nearby plastic plants and concluding that "plant vision" is plausible.
Parent comments is still correct, NHS is free from the Financial Incentive problem. I don't think anyone claims the system is good, just this one aspect is correct.
Slightly similar, in Lem's novel all war efforts moved to the moon where AI deployed by each nation continues in an endless conflict. Peace on Earth is achieved, peace in the mail box is achieved. https://en.m.wikipedia.org/wiki/Peace_on_Earth_(novel)
I am using the Pro version, "MacBook Pro M2 24GB 13-inch 2022". Backend and frontend mostly, several docker containers running constantly, several chrome and firefox instances with about 10s of tabs opened, DB tools (pgAdmin etc). All of this works great, battery life ~5 hours when doing heavy work, fans very very rarerly turning on, maybe few times over the last 10 months I was using it.
One issue I experience is that "Virtual Machine Service for Docker" is consistently sitting at 6gb ram. I am running in "linux/amd64" mode as I had some compatibility issues.
Another issue is that for some reason WebStorm sometimes works much worse than on linux which I used before the mac. As if WebStorm completely turns off some features (highlight, typechecking...) from time to time.