cptMayhem's comments

cptMayhem | 20 days ago | on: After AI, there is no product

> The deeper thing is this: the traditional economics of software - the idea that building software creates an asset - is breaking.

Was it ever an asset? I write software and I see my job as trying to write the least amount of software possible, because in reality, more lines of code means more time writing, reviewing, and maintaining. More bugs that may be possible, more work in general for features that people might never use. Software was never an asset, it's a liability. It's a means to an end. The real product is the service.

If a company has software engineers to take care of that, I can see them preferring an in-house solution. What I don't see are e.g. lawyers, accountants, or physicians, spending their time asking their LLM to solve a bug in their own platform instead of just hiring that service.

cptMayhem | 2 years ago | on: Pgroll: zero-downtime, reversible schema migrations for Postgres

> I hated that false sense of security baked into "oh well, we can always roll back"

That's why I like pgroll's approach, in that there isn't really a "rollback procedure" that might make things worse during emergencies, but rather old and new schemas that remain working simultaneously until the migration is marked as complete and there are no clients using the old schema. "Rolling back" is actually cancelling the new schema migration and falling back to the previous version that's been working at all times, thus minimizing the risk.

page 1