Viewing profile — jashmatthews
jashmatthews
HN member- Joined
- Sun, Jan 21, 2018, 9:16 AM UTC
- HN karma
- 969
- Public activity
- 553 items
- HN profile
- View on Hacker News ↗
About jashmatthews
No profile information was provided.
Recent public activity
-
comment
Comment #49014732
If it works for you it’s great but the RDS EBS limitations are real enough… AWS built Aurora and for RDS a new 3 node topology using local SSDs for writes and EBS only for the data…
-
comment
Comment #45343090
Most companies can afford not to give a shit until they hit SOC2 or GDPR compliance and then suddenly orphaned data is a giant liability.
-
comment
Comment #45343084
Does vacuum not release free pages at the end of an index file in the same way it does for the heap?
-
comment
Comment #45339889
> hybrid OLAP+OLTP .... in Postgres this pattern requires careful planning to avoid falling afoul of max_standby_streaming_delay for example This is a really gnarly problem at scal…
-
comment
Comment #44690595
Make friends with lawyers.
-
comment
Comment #44601854
Purely vibes but as a Kiwi I feel like Number 8 Wire mentality has been dead for at least 20 years now.
-
comment
Comment #44510214
Symbols have been GCed since CRuby 2.2 https://bugs.ruby-lang.org/issues/9634
-
comment
Comment #44362513
Can we demonstrate them doing that? Absolutely. Will they fail to do it in practice once they poison their own context hallucinating libraries or functions that don’t exist? Absolu…
-
comment
Comment #44360684
Hallucinations are now plausibly wrong which is in some ways harder to deal with. GPT4.1 still generates Rust with imaginary crates and says “your tests passed, we can now move on”…
-
comment
Comment #44210049
The USA hasn’t managed to completely impose their idea of intellectual property on everyone yet. Some countries you can’t sign away authorship even if you can commercial rights.
-
comment
Comment #44114058
Yeah the older Pilot Sport tyres wore out quickly. I had PS4 before and now PS5 and they are wearing at something like half to a third as fast? Very happy. Only slightly less grip …
-
comment
Comment #44112035
My understanding is the way Aurora DSQL distributes data widely makes bulk writes extremely slow/expensive. So no COPY, INSERT with >3k rows, TRUNCATE etc
-
comment
Comment #44103708
Hey Lev! I've been looking into PgDog for sharding a 40TB Postgres database atm vs building something ourselves. This could be a good opportunity to collaborate because what we nee…
-
comment
Comment #43993110
Exactly that. It's an arms race between companies that offer a large number of residential IPs as proxies and companies that run unauthenticated web services trying not to die from…
-
comment
Comment #43961761
It’s simple high throughput queries that often bite you with the PG query planner.
-
comment
Comment #43640879
AWS claims 10x lower latency but I haven't personally checked.
-
comment
Comment #43580576
While technologically cool the app is bullshit. 90% accurate isn't accurate enough for the job and it's effectively making shit up. Are you eating a 10% calorie deficit or a 10% ca…
-
comment
Comment #43568798
If you round up great engineering orgs that ship impactful stuff more of them don't use JIRA than do. Linear, Basecamp, Asana, Monday etc. My experience is by the time an org gets …
-
comment
Comment #42927239
Intelligence is kinda unnecessary at this point. A Tiktok VP already admitted to a UK parliament select committee that they used to harshly moderate anything the Chinese government…
-
comment
Comment #42280237
When humans learn and copy too closely we call that plagiarism. If an LLM does it how should we deal with that?
-
comment
Comment #41497346
Clustered tables and sequential keys have their own downsides though like lock contention on the "last" page.
-
comment
Comment #41479193
There are a bunch that offer strong consistency e.g. Cloud Spanner and DynamoDB.
-
comment
Comment #41306465
It look like a decline but these are relative numbers right? The whole industry exploded in size over this time period.
-
comment
Comment #41306441
Competitive pressure on SaaS companies and startups is much higher now and while there are tons of people are building client wrappers and other much more exciting stuff in Ruby no…
-
comment
Comment #41290314
Best to just forget about it and listen on a connection not using pooling. https://jpcamara.com/2023/04/12/pgbouncer-is-useful.html#lis...