Thomaschaaf's comments

Thomaschaaf | 2 years ago | on: MySQL 8.2 Introduces Transparent Read/Write Splitting

Handling stale data needs to be considered when implementing it. ORMs like Prisma execute an update query and follow it up with a select. This would result in stale data being returned most of the time. If you use this data expecting your update to be contained in it you are going to have a bad time (statemachines, etc.)

Thomaschaaf | 4 years ago | on: Next.js 11.1

Why was SWC chosen instead of esbuild? I see esbuild in a lot more places.

Also with the developer of SWC joining next.js will the non-open-source parts (STC)[1] be released?

[1]: https://stc.dudy.dev/

Thomaschaaf | 5 years ago | on: Docker for Mac M1 RC

I don't understand why Docker Desktop e.g. Docker for Mac and Docker for Windows is available for free. I think it's a value added service and is executed beautifully and would be a fair way for the company to generate revenue.

Thomaschaaf | 5 years ago | on: Show HN: RSS Feeds with News from AWS

I would like to see the ability to only get news are available for my aws region Frankfurt (or globally such as Cloudfront). I really don't care that service XYZ is now available in AWS GovCloud. I would like to get news regarding new services and be able to easily remove them if they are not interesting to me (e.g. Microsoft SQL).

But I have to be honest I would not spend money on it.

page 1