Live data from Hacker News

Viewing profile — siddontang

siddontang

HN member
Joined
Fri, Jul 11, 2014, 1:59 PM UTC
HN karma
213
Public activity
69 items

About siddontang

Now building https://tidb.cloud

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #32392461

    I like the idea of supporting multi cloud, not cloud vendor lock-in, but I still doubt providing a tool can solve this. We have been building a DBaaS(database as a service) for man…

  10. comment
    Comment #32392235

    IMO, Using AI for image generation is the trend, whether we like it or not. But for me, as a software engineer, I still insist on creating pictures for my own blogs or presentation…

  11. comment
    Comment #32381865

    Using map or array instead of switch-case is a common optimization way, but please do a benchmark if you have no confidence whether you need do or not. E.g, it doesn't already work…

  12. story
  13. comment
    Comment #32349316

    I highly recommend "A Philosophy of Software Design", the book teaches me a lot about how to manage complexity in programming.

  14. comment
    Comment #32348754

    Disclosure: The maintainer of TiDB here. When we started to build the distributed database TiDB, we had the similar discussion - whether we need to provide a so strong consistence …

  15. comment
    Comment #32337356

    yes, `FROM scratch` may be better most of the time. I just use `alphine` for many years, and have not tried `scratch` before.

  16. comment
    Comment #32336924

    We build our binary first with one image as the builder image, then use `copy` to copy the binary from the builder to the final executable image like alphine. an example Dockerfile…

  17. comment
    Comment #32336466

    As a chief engineer, I started to work with my colleagues to build an open source distributed, relational database from scratch 7 years ago. At that time, MySQL Sharding, or NoSQL …

  18. comment
    Comment #32334607

    IMO, multi cloud is the future, just as eggs can’t be in one basket. I’ve been building a distributed database for more than 7 years, and find that many of our customers had been u…

  19. story
  20. story
  21. comment
    Comment #32322069

    I've been building a distributed database product for more than 7 years, managing a team of nearly 300 R&D staff and serving hundreds of customers. Customer Support is hard for us.…

  22. comment
    Comment #32315869

    Very sad to hear this news, but not so unexpected. As a distributed database engineer, we have been working with some universities and exploring the optimization of database on Int…

  23. story
  24. comment
    Comment #32310117

    I also recommend A Philosophy of Software Design, the book taught me a lot about how to manage complexity in programming.

  25. story