Viewing profile — take-five
take-five
HN member- Joined
- Sun, Apr 11, 2021, 8:19 AM UTC
- HN karma
- 60
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About take-five
No profile information was provided.
Recent public activity
-
comment
Comment #46252574
> 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"?
-
comment
Comment #45597748
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", "a…
-
comment
Comment #43108242
From their docs [1] it seems that they support a workflow similar to Terraform. [1]: https://atlasgo.io/declarative/apply
-
comment
Comment #43108026
Something like https://atlasgo.io/ ?
-
comment
Comment #41838592
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/dataegr…
-
comment
Comment #40282268
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.…
-
comment
Comment #40279001
How do you handle Postgres cluster failover? Does PeerDB automatically restore logical replication slot on a new primary?
-
comment
Comment #40191283
Something like (in Python) os.isatty(sys.stdout.fileno())
-
comment
Comment #39259178
Spotify does this too, at least in my region (Estonia). It's frustrating, but not that frustrating to go back to downloading MP3.
-
comment
Comment #36408029
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 usin…
- story
-
comment
Comment #29701559
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 y…
-
comment
Comment #26768548
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 pe…