Live data from Hacker News

Viewing profile — dxtrous

dxtrous

HN member
Joined
Thu, Jul 27, 2023, 12:25 PM UTC
HN karma
8
Public activity
16 items

About dxtrous

No profile information was provided.

Recent public activity

  1. comment
    Comment #47903648

    A co-creator of Pathway here - noticed some inbound from the HN link and was a bit shocked to see the discussion. Of course, Airflow is one of the most widely used technologies out…

  2. comment
    Comment #45704341

    Well spotted. Thank you!

  3. comment
    Comment #45675004

    Missed it - seems HN moderation (or OP?) changed the headline to the paper title.

  4. comment
    Comment #45673922

    > Claims/Observations end with a QED-symbol Author comment: as a fairly common convention, QED immediately after a particular statement means that the statement should be considere…

  5. comment
    Comment #45673320

    From the authors: great question. If you take an "easy" task for long-range dependencies where a Mamba-like architecture flies (and the transformer doesn't, or gets messy), the hat…

  6. comment
    Comment #45673158

    One of the authors here. I am genuinely thrilled to know someone would like to know what "B" stands for, knowing/expecting that "DH" stands for "Dragon Hatchling"! A clarification …

  7. comment
    Comment #45672996

    You can, of course, use the almost equivalent scientific-sounding Latin-derived term ("neuromorphic"), buy popcorn, and come back with it for a discussion about memristors.

  8. comment
    Comment #40695980

    It's mostly still data in the unstructured realm. One case is "messaging" data (live indexing of communications, social, news updates, etc.). Another case is data which was not ori…

  9. comment
    Comment #40695952

    It's absolutely great to see you've figured out the details of it! Indeed, the repository comes with a mix of Python and Rust which need to be built together. We trust our users no…

  10. comment
    Comment #40685456

    The main factor impacting the RAM requirement of the instance is the size of the data that you feed into it, especially if you need an in-memory index. (If you are curious about pe…

  11. comment
    Comment #40675320

    For indexing operators, there is some flexibility regarding the amount of internal operator state that is persisted. Say, in a stream-stream join structure, it's actually often fas…

  12. comment
    Comment #40674692

    (Adrian from the Pathway team here.) Indeed, everything is RAM-based, and persistence/cache relies on file backends. The precise backend to use is a code configuration parameter. S…

  13. story
  14. comment
    Comment #38659804

    I was hoping to see an LSMT implementation in bash and left slightly disappointed.

  15. comment
    Comment #38530864

    Would it work on a printer?

  16. comment
    Comment #38530726

    Seems it works with Bokeh+Panel. Maybe it is possible to make it work with Plotly. Probably not Dash.