Live data from Hacker News

Viewing profile — sanjay_316

sanjay_316

HN member
Joined
Thu, Aug 20, 2020, 6:33 PM UTC
HN karma
5
Public activity
5 items

About sanjay_316

No profile information was provided.

Recent public activity

  1. comment
    Comment #25452481

    not in that position no

  2. comment
    Comment #24568661

    > One project I wrote a whole subsystem to do a particular thing. On a revision of the OS they had the same thing but way better. Tossed out every line of code I had written and us…

  3. comment
    Comment #24567123

    And in exceptional cases, your similar program will be just different enough in a few key ways that it will open up new use cases. Redis is just a hashmap (and LRU). A load balance…

  4. comment
    Comment #24448443

    There’s room outside the cities. Even cities require farms at the very least, which — while not wilderness — are not concreted over. Wilderness is good for mental health, clean air…

  5. comment
    Comment #24377445

    UnitInterval Represent it internally as either fixed or floating point and divide to convert in and out if needed. With a nice type system you could even genericize the type over i…