Viewing profile — mmiao
mmiao
HN member- Joined
- Thu, Aug 29, 2024, 11:42 AM UTC
- HN karma
- 9
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About mmiao
No profile information was provided.
Recent public activity
-
comment
Comment #48828857
the format is not friendly at all...
-
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…
-
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
-
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…
-
comment
Comment #42969615
But we need extra computation to move forward/backward, which is not suitable for the problem