Viewing profile — leicmi
leicmi
HN member- Joined
- Tue, Aug 11, 2015, 4:48 PM UTC
- HN karma
- 13
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About leicmi
No profile information was provided.
Recent public activity
-
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…
- story
-
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…
-
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…
-
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/
- story
- story
-
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…
-
comment
Comment #21687373
Same for Delft University of Technology, Netherlands: https://www.tudelft.nl/en/student/education/academic-calenda...
- story
-
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.
- story
-
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…