Live data from Hacker News

Viewing profile — dmpetrov

dmpetrov

HN member
Joined
Sun, Feb 22, 2015, 3:10 AM UTC
HN karma
193
Public activity
77 items

About dmpetrov

AI dev-tools. Former Data Scientist @ MSFT

Recent public activity

  1. comment
    Comment #48396054

    [flagged]

  2. story
  3. comment
    Comment #48223390

    [flagged]

  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #46918396

    I like the idea a lot but it's still unclear from the docs what the hard security boundary is once you start calling LLMs - can it avoid "breaking out" into the host env in practic…

  9. story
  10. comment
    Comment #42056962

    Good point - it does sound a bit like marketing bs. We’ll rephrase it.

  11. story
  12. comment
    Comment #42049170

    Please share your feedback!

  13. comment
    Comment #42048321

    Good question! I’m not so familiar with it. It looks like Daft is closer to Lance with it’s own data format and engine. But I’d appreciate more insights from users or the creators.…

  14. comment
    Comment #42048068

    Lance is just a data format. Lance DB might be more comparable to DataChain. DataChain focuses on data transformation and versioning, whereas LanceDB appears to be more about retri…

  15. comment
    Comment #42046112

    It's not a format :) It's simpliy about linking metadata from a json to a corresponding image or video file, like pairing data003.png & data003.json to a single, virtual record. So…

  16. comment
    Comment #42045594

    Absolutely, that's a common scenario! Just connect from your Python code (like the lambda in the example) to DB and extract the necessary data.

  17. comment
    Comment #42045576

    I guess, it involves splitting a file into smaller document snippets, getting page numbers and such, and calculating embeddings for each snippet—that’s the usual approach. Specific…

  18. comment
    Comment #42045331

    Exactly! DataChain does lazy compute. It will read metadata/json while applying filtering and only download a sample of data files (jpg) based on the filter. This way, you might en…

  19. comment
    Comment #42044992

    DataChain has no assumptions about metadata format. However, some formats are supported out of the box: WebDataset, json-pair, openimage, etc. Extract metadata as usual, then retur…

  20. comment
    Comment #42044515

    Yes, it's not meant to replace data engineering tools like Prefect or Temporal. Instead, it serves as a transformation engine and ad-hoc analytics for images/video/text data. It's …

  21. comment
    Comment #42044379

    Yay! Excited to see DataChain on the front page :) Maintainer and author here. Happy to answer any questions. We built DataChain because our DVC couldn't fully handle data transfor…

  22. comment
    Comment #42029628

    Can this work statistically? For a giving number of attempts, you can ger a required number of successes to make sure it's a statistically meaningful result. In theory, this approa…

  23. comment
    Comment #41897163

    Thank you! Just shoot an email to support and mention HN. I’ll read and reply.

  24. comment
    Comment #41892964

    Right, DVC caches data for consistency and reproducibility. If caching is not needed and streaming required, we've created a sister tool DataChain. It's even supports WebDataset an…

  25. comment
    Comment #41891754

    Yes. And if you track transformations of the binaries or ml training