Live data from Hacker News

Viewing profile — mmiao

mmiao

HN member
Joined
Thu, Aug 29, 2024, 11:42 AM UTC
HN karma
9
Public activity
5 items

About mmiao

No profile information was provided.

Recent public activity

  1. comment
    Comment #48828857

    the format is not friendly at all...

  2. comment
    Comment #45795319

    imho, model checker suits for the problem with many different states and complex state transformation. But in this case, it's a simple toctou problem.. Using model checker sounds w…

  3. comment
    Comment #43991075

    a 100 million rows table is fairly small and you just don't need a distributed database. but you will need one if you hit 10 billion rows

  4. comment
    Comment #43110213

    Making a basic database that works is not hard, but making a robust one is really hard. What makes SQLite shines is its extensive testsuite. I still don't understand the motivation…

  5. comment
    Comment #42969615

    But we need extra computation to move forward/backward, which is not suitable for the problem