Live data from Hacker News

Viewing profile — nycjay

nycjay

HN member
Joined
Fri, Jun 11, 2021, 3:26 PM UTC
HN karma
4
Public activity
7 items

About nycjay

No profile information was provided.

Recent public activity

  1. comment
    Comment #34357526

    Isn't the gram a unit of mass, not weight? https://en.wikipedia.org/wiki/Gram

  2. comment
    Comment #28792336

    Thanks, I'll take a closer look there...

  3. comment
    Comment #28773343

    Sorry - didn't get a chance to go through the documentation much yet... A problem we are looking to catch early in the development process is for things we don't want folks to do, …

  4. comment
    Comment #28773296

    I see a lot of value of using separate users in both dev/test and production environments. That gives you an "easy" way to physically separate your database/schema into multiple da…

  5. comment
    Comment #28684116

    Would it double the number of connections? If you are doing the same volume of total work and not looking to increase concurrency, wouldn't you end up with something closer to two …

  6. comment
    Comment #28155997

    If you are writing a ton of small files (we have billions of audit blobs we write) the API put costs can quickly creep up on your. We pay much more for those than on the actual sto…

  7. comment
    Comment #28053137

    Does that really guarantee in-order processing, or just that messages can be picked up in order. If you have multiple consumers on your queue and consumer A picks up message x from…