You'll need to fake much more than just that. Usually the bank website will ask you to confirm the transaction by opening the banking app on your mobile phone.
I'm very happy with my k8s setup for my small startup. I believe it would have been much harder for me to get it off the ground, manage it etc. without it.
PostGIS has been one of the most requested extensions for PGlite and we've recently ported it. For now, it doesn't contain some optional libraries like json-c and GDAL, but we see a path in adding those as well.
We absolutely need more investment in renewables and proven nuclear. But it is not only about this, more high-voltage inter-connections are needed. My understanding is that there is an EU initiative on this, just can't find the source right now.
Regarding nuclear, how much money did the ITER member states dump into something that is always 10 years away? That money could go into solar/batteries or fusion.
One of the issues is that even if you do write documentation, some people that say they want to contribute will not search for it and directly proceed to ask the overworked maintainer to point them to the exact page of the documentation of their interest.
I'm one of the maintainers of PGlite - PostgreSQL in WASM.
We have lots of updates in the pipeline, just listing some of them:
- making it easier to upgrade PostgreSQL's version
- PostGIS - this is one of our most requested extensions and although we have it running server side (ie node, bun, deno) Chrome is holding us back from releasing it
- multi-connection multiplexing over a single instance
Native library is also on our radar, just needs more time...
> It’s great yes, but if we in the US weren’t proving so untrustworthy, EU startups and tech giants could focus on building things that actually might out innovate us and everyone else. Which would be a win-win.
Instead they will spend a lot time duplicating tools where only US companies are providing options, and maybe not innovating much if anything in those areas. Or not enough to matter much.
You could apply this to Slack vs Teams as well. Slack was already good, Microsoft just duplicated their work, came out with an inferior product and won. So, was it worth it?
An integrated European payments system should be very high up on the priorities list of the European Commision. I believe every EU country already has its own version of a QR code payment, I don't know why can't they connect "easily" connect them.
One thing that happened to WebAssembly is that it allowed for npm packages like PGlite to be created. With a simple `npm install` you now have a PostgreSQL instance in your web or node app, no (connection) strings attached (pun intended). Full disclosure: I am one of the maintainers.