Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
take-five
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
take-five
9mo ago
> As much as I love Spirited Away and Castle in the Sky, I've been so bummed Miyazaki hasn't returned to more adult storylines. What about "The Wind Rises"?
2.
▲
by
take-five
11mo ago
I mostly agree with the author - Christmas tree is a mess. But I also think the final theme was too minimalistic. I find it incredibly helpful when language keywords like "try", "await", or "new" are highlighte
3.
▲
by
take-five
2y ago
From their docs [1] it seems that they support a workflow similar to Terraform. [1]: https://atlasgo.io/declarative/apply
4.
▲
by
take-five
2y ago
Something like https://atlasgo.io/ ?
5.
▲
by
take-five
2y ago
pg_repack can generate a lot of WAL, which can generate so much traffic that standby servers can fall behind too much and never recover. We've been using https://github.com/dataegret/pgcompacttable to clean up blo
6.
▲
by
take-five
2y ago
Thanks! I'd say, this is a very complicated problem left to be solved by user. Debezium also does not solve the problem it, and from DBA point of view it is a blocker for adoption. Would be nice to have some solution that would ensure
7.
▲
by
take-five
2y ago
How do you handle Postgres cluster failover? Does PeerDB automatically restore logical replication slot on a new primary?
8.
▲
by
take-five
2y ago
Something like (in Python) os.isatty(sys.stdout.fileno())
9.
▲
by
take-five
3y ago
Spotify does this too, at least in my region (Estonia). It's frustrating, but not that frustrating to go back to downloading MP3.
10.
▲
by
take-five
3y ago
Nice UX! I checked the code and noticed some things that you might want to address in the future (I've done major version upgrades via logical replication myself several times using a script similar to this). The "default" wa
11.
▲
Don’t use ChatGPT to solve problems
(thebuild.com)
2 points
by
take-five
3y ago
|
3 comments
12.
▲
by
take-five
5y ago
Hearthstone has exactly this system (only friends can chat with each other). What happens quite often after some matches: 1. You receive a friend request from your opponent 2. If you accept it, they probably are going to send you a bunch of
13.
▲
by
take-five
5y ago
We also started with "temporal_tables" C-extension, and also had to switch to NearForm's version written in PL/pgsql to be able to migrate our database to RDS. Didn't notice any performance drop. It also much easier