Live data from Hacker News

Viewing profile — b1-88er

b1-88er

HN member
Joined
Tue, Mar 12, 2024, 6:51 PM UTC
HN karma
20
Public activity
6 items

About b1-88er

No profile information was provided.

Recent public activity

  1. comment
    Comment #42778695

    Maybe he doesn't have a company because he is too dogmatic about things that don't really matter.

  2. comment
  3. story
  4. comment
    Comment #40320133

    Amazing how many people have strong feelings about an Ad about the iPad.

  5. comment
    Comment #39923952

    > if you're round robining clients w/o sticky assignment then you're going to get nodes*limit consumption. Not correct. Fair point, using in-mem storage changes the meaning of the …

  6. comment
    Comment #39918126

    Given most of the backends use round robin for loadbalancing, having in-memory counter should be enough. Removing redis as downstream dependency is a big win. For the redis impleme…