Live data from Hacker News

Viewing profile — ezvz

ezvz

HN member
Joined
Thu, Mar 07, 2024, 6:22 PM UTC
HN karma
8
Public activity
5 items

About ezvz

No profile information was provided.

Recent public activity

  1. comment
    Comment #41710296

    Ah really sorry about that, fixed!

  2. comment
    Comment #41709547

    Zipline AI | REMOTE | Full Time We’re rethinking the data platform for the modern age of AI/ML workflows. Founding team built the Chronon open source project that powers all major …

  3. comment
    Comment #39984524

    Let's try an example: `average page views in the last 1, 7, 30, 60, 180 days` You need these values accurate as of ~500k timestamps for 10k different page ids, with significant ske…

  4. comment
    Comment #39984329

    6NF works well for some temporal data, but I haven't seen it work well for windowed aggregations because the start/end time format of saving values doesn't handle events "falling o…

  5. comment
    Comment #39983466

    There's a lot more to it than snapshots or timestamped columns when it comes to ML training data generation. We often have windowed aggregations that need to computed as of precise…