Live data from Hacker News

Viewing profile — leicmi

leicmi

HN member
Joined
Tue, Aug 11, 2015, 4:48 PM UTC
HN karma
13
Public activity
13 items

About leicmi

No profile information was provided.

Recent public activity

  1. comment
    Comment #42887214

    Their latest paper [0] refers to Naiad(timely dataflow) a few times, e.g.: "Inspired by ingress/egress nodes in Naiad [34], nested streams can be processed by nested dataflow graph…

  2. story
  3. comment
    Comment #38164831

    A paper on DataFusion is in progress[0]. The draft[1] includes a comparison to DuckDB and preliminary benchmark results. [0]: https://github.com/apache/arrow-datafusion/issues/6782…

  4. comment
    Comment #33912976

    There's also some really interesting stuff going on in music informatics, audio and signal processing, especially where everything comes together - accompanying human players: http…

  5. comment
    Comment #32594969

    Slides and Videos (Tutorial for the 2020 ACM SIGMOD International Conference on Management of Data): https://streaming-research.github.io/Tutorial-SIGMOD-2020/

  6. story
  7. story
  8. comment
    Comment #25169103

    Possibly Bedrock fits your needs: https://bedrockdb.com "Bedrock [..] is a networking and distributed transaction layer built atop SQLite" "... That query can be any SQLite-compati…

  9. comment
    Comment #21687373

    Same for Delft University of Technology, Netherlands: https://www.tudelft.nl/en/student/education/academic-calenda...

  10. story
  11. comment
    Comment #10286194

    IMO it would be good to have 'Show HN:' in the title to see that the [owner?] of this site submitted this post.

  12. story
  13. comment
    Comment #10042565

    For ARM thumb2 style you need a third instruction between the two: IT EQ The 'IT' is for 'if then'. There could also be more 'then's and 'else's for the conditional execution of mu…