Live data from Hacker News

Viewing profile — ZGF4

ZGF4

HN member
Joined
Fri, Feb 10, 2017, 3:07 PM UTC
HN karma
71
Public activity
12 items

About ZGF4

No profile information was provided.

Recent public activity

  1. comment
    Comment #15008963

    I'm not sure if it should be plural when referring to the technology in general. "Powered by blockchains technology" doesn't seem correct to me. I do hope you'll read the article r…

  2. comment
    Comment #15008915

    I probably should not be capitalizing it ever and using it as singular everywhere. Thanks for pointing that out

  3. story
  4. comment
    Comment #14988456

    It is interesting how Go seems to be doomed to head down the same path as other languages it accused of being "bloated." No one intends to design a complicated language but the rea…

  5. comment
    Comment #14725512

    Yes microbatching is a great way to get a fixed write rate regardless of traffic, can even do it right at the application layer. The trade-off is that you can theoretically lose on…

  6. comment
  7. comment
    Comment #14724125

    There are a few misguided views in this article and in some of these comments. 1. Every shardable database (Cassandra, Dynamo, BigTable) has to worry about hot spots. Picking a UUI…

  8. comment
    Comment #13863026

    Great advice to everyone, not just self-learners

  9. comment
    Comment #13667917

    Yeah I don't get why they're marketing to Mongo users, weird choice. This is a DB for companies trying to moved to a query-less architecture - something no one should be doing with…

  10. comment
    Comment #13667791

    Cross datacenter replication is the missing piece from AWS. I wish they'd just roll out a hosted Cassandra or something identical

  11. comment
    Comment #13667781

    Implementing aggregation at query time is a temporary solution. For systems like this aggregation should be done on insert time - many hugely popular databases do not provide much …

  12. comment
    Comment #13667765

    Databases in this category are some of the most popular ones in the world with good reason. The only way you can scale is to adopt a query-free architecture. It feels tedious at fi…