Viewing profile — nikhilsimha
nikhilsimha
HN member- Joined
- Sat, Jan 18, 2014, 8:44 AM UTC
- HN karma
- 308
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About nikhilsimha
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #49157866
Congrats! Andy is incredible!
-
comment
Comment #49085333
the last note about the agent sending emails without approvals is a very common problem!
-
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…
- comment
-
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.
-
comment
Comment #47043709
easily the most memorable comment i have ever seen on hackernews so far. kudos good sir!
-
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…
-
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…
-
comment
Comment #42913129
just skimmed the proposal, dont see how inline rendered f-strings are more complicated than the alternative.
-
comment
Comment #41699306
gotcha! thanks for the clarification
-
comment
Comment #41698828
So the writes are O(N) then - to keeps reads at O(1)?
-
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…
-
comment
Comment #41116267
i personally like nim’s approach to memory management - implicitly refcounted, but exposes clean manual memory management when needed
-
comment
Comment #41041922
great job on open sourcing!
-
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…
- comment
-
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/…
-
comment
Comment #40297770
Nim?
-
comment
Comment #39984857
almost every button click is either powered by a model or guarded by a model.
-
comment
Comment #39984851
We don't accept hints yet - but we determine what to cache.
-
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.
-
comment
Comment #39984822
"Imagine" is the operative word :-)
-
comment
Comment #39984203
These are reconstruction of features / columns that don’t exist yet.
-
comment
Comment #39983925
Normalization is overloaded. I was referring to schema normalization (3NF etc) not feature normalization - like standard scaling etc.