Live data from Hacker News

Viewing profile — mariusae

mariusae

HN member
Joined
Thu, Feb 26, 2009, 2:35 AM UTC
HN karma
638
Public activity
39 items

About mariusae

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #39574923

    > Page and Brin […] and are often at each other's throat. Citation needed.

  3. story
  4. comment
    Comment #27227363

    If you want to work with Go, check out bigslice [1] (and bigmachine [2]), which is built on a similar architecture. [1] https://github.com/grailbio/bigslice/ [2] https://github.com…

  5. comment
    Comment #27184981

    Reflow [1] is a similar attempt at a slightly different domain: bioinformatics and ETL pipelines. Reflow exposes a data model and programming model that reclaims programmability in…

  6. story
  7. comment
    Comment #21414694

    See also bigslice ( https://bigslice.io ) for another take on this.

  8. comment
    Comment #17031487

    > I want an Airflow that runs and scales in the cloud I'd encourage you to look at Reflow [1] which takes a different approach: it's entirely self-managing: you run Reflow like you…

  9. comment
    Comment #17031416

    Reflow [1] is also well-suited for ETL workloads. It takes a different tack: it presents a DSL with data-flow semantics and first-class integration with Docker. The result is that …

  10. story
  11. comment
    Comment #13433006

    That's false. With anonymous closures you can implement select. See concurrent ML, or https://github.com/twitter/util/blob/develop/util-core/src/m... (which also happens to be lock…

  12. story
  13. story
  14. comment
    Comment #6432937

    yes, they were recorded, and will be posted.

  15. story
  16. comment
    Comment #6105838

    You are right that this fails when you move outside of the model. However, we don't. You may be surprised (amazed?) to learn that, internally, 100% of composition happens in this m…

  17. comment
    Comment #6105743

    (For fun, I just searched through our entire codebase. The only manipulation of locals anywhere is in the util library.)

  18. comment
    Comment #6105678

    More or less 100% of asynchronous composition is done via Futures[1] whose default implementation[2] does this for you. [1] https://github.com/twitter/util/blob/master/util-core/sr…

  19. comment
    Comment #6103996

    Also make sure you read Eddie Kohler's LaTeX usage notes: http://www.read.seas.harvard.edu/~kohler/latex.html

  20. story
  21. story
  22. story
  23. story
  24. comment
    Comment #4645764

    Many modern text editors (can) use proportional fonts. It's quite nice. You should try it out sometime.

  25. story