Viewing profile — jordanthoms
jordanthoms
HN member- Joined
- Wed, Mar 14, 2012, 1:09 AM UTC
- HN karma
- 2,885
- Public activity
- 807 items
- HN profile
- View on Hacker News ↗
About jordanthoms
Co-founder, Kami - kamiapp.com
Recent public activity
-
comment
Comment #42167225
Oh, I agree on this. People were never going to accept, nor IMO should they have, a massive reduction in their living standards. New technology is the way to make people's lives be…
-
comment
Comment #42167009
Humans can be trusted to do the right thing, once all other possibilities have been exhausted.
-
comment
Comment #42011657
Also interested in this - the Apple Watch for Kids setup seems a possibility, but it's only available in certain countries
-
comment
Comment #40586360
This is dependent on the database you are using - if it's a key-sharded distributed database, you want to have insertions evenly spread across the key space in order to avoid havin…
-
comment
Comment #40295014
Not quite any - in CockroachDB, all schema changes are non-blocking: https://www.cockroachlabs.com/docs/stable/online-schema-chan... . Yugabyte seems to be getting there with them …
-
comment
Comment #39606571
Gmail was also experiencing issues: https://www.google.com/appsstatus/dashboard/incidents/shD5Vv...
-
comment
Comment #39606539
That's kinda the point though isn't it? DownDetector is showing an early indication of a major outage in both of your examples. The issue may not be caused by the indicated service…
-
comment
Comment #39606416
We saw a big spike in latency and failures on the Google OAuth apis starting at the same time (15:21 UTC)
-
comment
Comment #39606381
A single report on there is useless. A sudden flood of reports is a good sign that something interesting is happening.
-
comment
Comment #39606365
It has false positives and noise for sure, but it's also very sensitive and shows issues very quickly. I wouldn't trust it as a single source, but in a case like this where our int…
-
comment
Comment #38600223
Your general point definitely stands - there is a pretty nice third party solution for google workspace though: https://github.com/GAM-team/GAM
-
comment
Comment #38184216
I guess the problem there is pretty fundamental - in reality you'd be tensing muscles and shifting your weight etc before the snappy movement, but the game only knows that you want…
-
comment
Comment #38124497
It does seem like there would be a clean boundary between each school district, but actually there's plenty of sharing and collaboration on Kami that happens with users between dis…
-
comment
Comment #38124092
We moved took a large working PostgreSQL app and switched it over to CRDB and that doesn't match my experience. Our existing schemas and query patterns moved over nicely - latency …
-
comment
Comment #38121591
They would have to have many shards per city to keep up with the level of write traffic though. And what happens when a user from SFBA goes down to LA?
-
comment
Comment #38121563
Clickhouse is a totally different use case - Cockroach is OLTP, Clickhouse is OLAP. We use both Cockroach and Clickhouse at scale and they are both great but not competing products…
-
comment
Comment #38121457
Sharding is anything but simple. A single shard per region wouldn't have enough write capacity so they'd have to be managing likely 100+ shards in each region - you'd have to build…
-
comment
Comment #37897266
These are also good points you've raised. On scaling, yeah a single postgres server can handle a lot. For us we were well past the million user mark before running into serious iss…
-
comment
Comment #37896392
This is an interesting project, but I'd be unlikely to use it, for a couple of reasons: - In my experience the performance of the stateful DB server has been the biggest bottleneck…
-
comment
Comment #33540889
Interesting - after the initial load it's substantially slower for me
-
comment
Comment #33512099
If you want something which runs on the Raspberry PI and can do airplay/DLNA etc to a USB DAC without any hacks, try RoPieee XL: https://ropieee.org/xl/
-
comment
Comment #31219762
Quite a few databases support time travel queries, in particular Oracle has for years and CockroachDB has them also. We can query the state of a table as it was at any point in the…
-
comment
Comment #30467814
We switched to CockroachDB for some of our most heavily loaded tables a few years ago - and the scalability and operational simplicity has been great. I don’t have a like for like …
-
comment
Comment #30274923
Yes, it’s removed on newer models, though not across all the products yet
-
comment
Comment #30114520
It does exist, where laws allow for it - in NZ we have Snowball effect which does this [1]. As others have said though, when there's so much early stage capital around and you coul…