Viewing profile — mariusae
mariusae
HN member- Joined
- Thu, Feb 26, 2009, 2:35 AM UTC
- HN karma
- 638
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About mariusae
No profile information was provided.
Recent public activity
- story
-
comment
Comment #39574923
> Page and Brin […] and are often at each other's throat. Citation needed.
- story
-
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…
-
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…
- story
-
comment
Comment #21414694
See also bigslice ( https://bigslice.io ) for another take on this.
-
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…
-
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 …
- story
-
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…
- story
- story
-
comment
Comment #6432937
yes, they were recorded, and will be posted.
- story
-
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…
-
comment
Comment #6105743
(For fun, I just searched through our entire codebase. The only manipulation of locals anywhere is in the util library.)
-
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…
-
comment
Comment #6103996
Also make sure you read Eddie Kohler's LaTeX usage notes: http://www.read.seas.harvard.edu/~kohler/latex.html
- story
- story
- story
- story
-
comment
Comment #4645764
Many modern text editors (can) use proportional fonts. It's quite nice. You should try it out sometime.
- story