Live data from Hacker News

Viewing profile — jashmatthews

jashmatthews

HN member
Joined
Sun, Jan 21, 2018, 9:16 AM UTC
HN karma
969
Public activity
553 items

About jashmatthews

No profile information was provided.

Recent public activity

  1. 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…

  2. 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.

  3. 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?

  4. 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…

  5. comment
    Comment #44690595

    Make friends with lawyers.

  6. 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.

  7. comment
    Comment #44510214

    Symbols have been GCed since CRuby 2.2 https://bugs.ruby-lang.org/issues/9634

  8. 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…

  9. 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”…

  10. 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.

  11. 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 …

  12. 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

  13. 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…

  14. 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…

  15. comment
    Comment #43961761

    It’s simple high throughput queries that often bite you with the PG query planner.

  16. comment
    Comment #43640879

    AWS claims 10x lower latency but I haven't personally checked.

  17. 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…

  18. 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 …

  19. 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…

  20. 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?

  21. comment
    Comment #41497346

    Clustered tables and sequential keys have their own downsides though like lock contention on the "last" page.

  22. comment
    Comment #41479193

    There are a bunch that offer strong consistency e.g. Cloud Spanner and DynamoDB.

  23. comment
    Comment #41306465

    It look like a decline but these are relative numbers right? The whole industry exploded in size over this time period.

  24. 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…

  25. 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...