HackerTrans
TopNewTrendsCommentsPastAskShowJobs

horse666

no profile record

comments

horse666
·7 माह पहले·discuss
This is really cool, looking forward to trying it out.

Obligatory mention of Neon (https://neon.com/) and Xata (https://xata.io/) which both support “instant” Postgres DB branching on Postgres versions prior to 18.
horse666
·7 माह पहले·discuss
Aurora clones are copy-on-write at the storage layer, which solves part of the problem, but RDS still provisions you a new cluster with its own endpoints, etc, which is slow ~10 mins, so not really practical for the integration testing use case.
horse666
·8 माह पहले·discuss
Related https://github.com/jdx/hk/, from jdx, the author of Mise.
horse666
·9 माह पहले·discuss
No worries, thanks!
horse666
·9 माह पहले·discuss
Nice work @jdxcode, this looks great.

Is there any functionality in this release that might help with or be useful in features for sharing Mise config/tasks _across_ repos?

And do you have any thoughts on that idea in general?

https://github.com/jdx/mise/discussions/4562
horse666
·पिछला वर्ष·discuss
I don’t understand what you mean, sorry. If you are manually copying a password, then you are not using passkeys? There is nothing to copy/accidentally leak with passkeys.

I guess it will be a while before passkeys are the _only_ option that websites accept
horse666
·पिछला वर्ष·discuss
Phishing protection? Unlike passwords, passkeys are bound to a domain.
horse666
·पिछला वर्ष·discuss
Great, thanks for confirming
horse666
·पिछला वर्ष·discuss
Hi @tudorg - do the Xata copy-on-write branches work like Neon in that you effectively get an isolated Postgres cluster, allowing you to test roles, extensions, creating/dropping DBs, altering schema & data of existing DBs, etc? I looked in the docs but it wasn’t clear to me.