Live data from Hacker News

Viewing profile — nikhilsimha

nikhilsimha

HN member
Joined
Sat, Jan 18, 2014, 8:44 AM UTC
HN karma
308
Public activity
104 items

About nikhilsimha

No profile information was provided.

Recent public activity

  1. comment
    Comment #49244994

    Shameless plug, we built Chronon to solve a very similar problem. Chronon is now open source (apache 2) and used at Netflix, OpenAI, Airbnb, Stripe etc. It is used to serve feature…

  2. comment
    Comment #49157866

    Congrats! Andy is incredible!

  3. comment
    Comment #49085333

    the last note about the agent sending emails without approvals is a very common problem!

  4. comment
    Comment #48707919

    Files that codex and any other coding agent has access to, should be opt-in NOT opt-out. I think codex is not the right layer to solve this if you want a sane(one-click) UX. We bui…

  5. comment
  6. comment
    Comment #47270699

    It is very common to find tables with 1000+ columns in machine learning training sets at e-commerce companies. The largest I have seen had over 10000 columns.

  7. comment
    Comment #47043709

    easily the most memorable comment i have ever seen on hackernews so far. kudos good sir!

  8. comment
    Comment #46532441

    usually when a sharp sensation arises in an area, there is a habitual tendency to counteract - unconsciously tense surrounding muscles or antagonistic muscles or switch posture etc…

  9. comment
    Comment #43286963

    Not saying that our current approaches will lead to intelligence. No one can know. It could very well be that the internal mechanism of our thought has an auto-regressive reasoning…

  10. comment
    Comment #42913129

    just skimmed the proposal, dont see how inline rendered f-strings are more complicated than the alternative.

  11. comment
    Comment #41699306

    gotcha! thanks for the clarification

  12. comment
    Comment #41698828

    So the writes are O(N) then - to keeps reads at O(1)?

  13. comment
    Comment #41689585

    dumb question: how do z-sets or feldera deal with updates to values that were incorporated into the max already? For example - max over {4, 5} is 5. Now I update the 5 to a 3, so t…

  14. comment
    Comment #41116267

    i personally like nim’s approach to memory management - implicitly refcounted, but exposes clean manual memory management when needed

  15. comment
    Comment #41041922

    great job on open sourcing!

  16. comment
    Comment #40862166

    publicly funded research, but behind paywalls, was scraped to build the chatbot - by “china” not open ai, causes “people” to lose their s**t. i do think ip infringement is not cool…

  17. comment
  18. comment
    Comment #40665423

    duckdb is mit licensed. [1] datafusion is apache v2 licensed. [2] pg_lakehouse built on top of data fusion is AGPL v3 + business licensed. [3] [1] https://github.com/duckdb/duckdb/…

  19. comment
  20. comment
    Comment #39984857

    almost every button click is either powered by a model or guarded by a model.

  21. comment
    Comment #39984851

    We don't accept hints yet - but we determine what to cache.

  22. comment
    Comment #39984841

    To be pedantic, even in star schema - the dim tables are denormalized, fact tables are not. I agree that my statement would be much better if used snowflake schema instead.

  23. comment
    Comment #39984822

    "Imagine" is the operative word :-)

  24. comment
    Comment #39984203

    These are reconstruction of features / columns that don’t exist yet.

  25. comment
    Comment #39983925

    Normalization is overloaded. I was referring to schema normalization (3NF etc) not feature normalization - like standard scaling etc.