Live data from Hacker News

Viewing profile — zachmu

zachmu

HN member
Joined
Tue, Aug 06, 2019, 10:45 PM UTC
HN karma
919
Public activity
297 items

About zachmu

No profile information was provided.

Recent public activity

  1. comment
    Comment #47883640

    I remember that engineering decision. You guys were pretty early customers for your throughput and durability requirements (we hadn't even added standby replication yet when you st…

  2. comment
    Comment #47838669

    Neon is basically this same idea: postgres on a copy-on-write file system. These aren't really "branches" though, they're hard forks. You can't merge them back after making changes…

  3. comment
    Comment #47838639

    Can you be more specific about what complications you ran into? As for performance, Dolt is faster overall than MySQL on sysbench now. https://docs.dolthub.com/sql-reference/benchm…

  4. comment
    Comment #47339515

    Figures are per ambulance ride.

  5. story
  6. comment
    Comment #47252516

    https://docs.dolthub.com/other/faq#why-is-it-called-dolt-are...

  7. comment
    Comment #47252368

    What's the incentive for people to contribute to an open source project?

  8. comment
    Comment #47252139

    Regardless of whether this particular project goes anywhere, it's at least very interesting that Yegge has discovered a way to make multi-agent setups work better. Giving them disc…

  9. comment
    Comment #47251424

    It is DOLT, you were right.

  10. comment
    Comment #47251419

    lol it's DOLT, not DoIt. Yegge's Medium uses a serif font so you can tell, but in many faces you can't. (We still get this comment constantly and it's very unfortunate)

  11. comment
    Comment #46623760

    We build DoltDB, which is a version-controlled SQL database. Recently we've been working with customers doing exactly this, giving an AI agent access to their database. You give th…

  12. story
    Show HN: Beta for Doltgres, the Postgres Version of Dolt

    You asked for it, we built it: the world's first version-controlled SQL database, Dolt, now has a Postgres-compatible version, Doltgres. We announced the limited alpha here on Hack…

  13. story
  14. story
  15. comment
    Comment #41585114

    You'll never hear more nonsense about the industry than when the topic of H1Bs comes up.

  16. comment
    Comment #41573482

    I have, and this is an absurd assertion

  17. comment
    Comment #41572241

    > 80%+ h1bs This is laughable, cite a source or get out.

  18. comment
    Comment #41383985

    when I was learning Go, I read a guide that told you to fire off a goroutine to walk a tree and send the values back to the main goroutine via a channel. I think about that "just a…

  19. comment
    Comment #41383606

    You are a bad bad man

  20. comment
    Comment #41261000

    Think of it as a replacement for spanner with a postgres frontend. It's about global availability and replication without application-level sharding.

  21. comment
    Comment #41260328

    Sometimes it's a reasonable choice to pay for software, especially if you're a large company that can easily afford it. It's not like "just using postgres" in a manner similar to C…

  22. comment
    Comment #41260251

    The BSL doesn't make it closed source, it prevents a competitor from running their own DBaaS business using Cockroach as the backend. This has happened to various open source proje…

  23. comment
    Comment #41072043

    Seems like this spells the end of any website that vends information or answers to questions, as opposed to narratives. Narrative based writing (or images) will be fine, people wil…

  24. comment
    Comment #40970219

    Say more? What are you using Dolt for that you would find this useful?

  25. comment
    Comment #40970170

    This is true, you can just return the method without invoking it. I don't tend to use that convention though, because most of the time when I use this pattern, I'm returning a func…