Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mariusae
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
The Nationalization of American Science
(marginalrevolution.com)
12 points
by
mariusae
3mo ago
|
2 comments
2.
▲
by
mariusae
3y ago
> Page and Brin […] and are often at each other's throat. Citation needed.
3.
▲
Journey of an industry OSDI paper: global capacity management for 10^6 servers
(sigops.org)
1 points
by
mariusae
3y ago
|
0 comments
4.
▲
by
mariusae
5y ago
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/grailbio/bi
5.
▲
by
mariusae
5y ago
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 these systems, and, by leaning on these abstractions, gives
6.
▲
Diffuse complexity is exponentially worse than concentrated complexity
(heuristics.substack.com)
2 points
by
mariusae
6y ago
|
0 comments
7.
▲
by
mariusae
7y ago
See also bigslice ( https://bigslice.io ) for another take on this.
8.
▲
by
mariusae
8y ago
> 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 would a normal programming language interprete
9.
▲
by
mariusae
8y ago
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 you don't write graphs, instead you just write programs
10.
▲
Reflow: a language and runtime for distributed, incremental data processing
(github.com)
2 points
by
mariusae
9y ago
|
0 comments
11.
▲
by
mariusae
10y ago
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 free)
12.
▲
Hints for writing Unix tools
(monkey.org)
294 points
by
mariusae
12y ago
|
125 comments
13.
▲
SOSP 2013 trip report, and a note on systems research
(monkey.org)
1 points
by
mariusae
13y ago
|
0 comments
14.
▲
by
mariusae
13y ago
yes, they were recorded, and will be posted.
15.
▲
CUFP ’13: Call for Participation
(gist.github.com)
1 points
by
mariusae
13y ago
|
0 comments
16.
▲
by
mariusae
13y ago
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 manner. We have a massive code base, and we've not
17.
▲
by
mariusae
13y ago
(For fun, I just searched through our entire codebase. The only manipulation of locals anywhere is in the util library.)
18.
▲
by
mariusae
13y ago
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/src/ma... [2]
19.
▲
by
mariusae
13y ago
Also make sure you read Eddie Kohler's LaTeX usage notes: http://www.read.seas.harvard.edu/~kohler/latex.html
20.
▲
Participate in CUFP this year
(monkey.org)
7 points
by
mariusae
13y ago
|
0 comments
21.
▲
Futures aren’t ersatz threads
(aboutwhichmorelater.tumblr.com)
3 points
by
mariusae
13y ago
|
0 comments
22.
▲
The Long Strange Trip to Java (1996)
(blinkenlights.com)
65 points
by
mariusae
14y ago
|
14 comments
23.
▲
by
mariusae
14y ago
Many modern text editors (can) use proportional fonts. It's quite nice. You should try it out sometime.
24.
▲
Scala.util.Try (or, Thar be Trolls)
(aboutwhichmorelater.tumblr.com)
1 points
by
mariusae
14y ago
|
0 comments
25.
▲
by
mariusae
15y ago
hi, i'm one of the authors. the scala school is mostly intended to be used in conjunction with a course we teach. we're working on moving it towards being more self-contained, independent from the accompanying lectures.
26.
▲
CUFP 2011 (Tokyo, Japan) Call For Presentations
3 points
by
mariusae
15y ago
|
0 comments
27.
▲
Implementing python style generators with delimited continuations
(monkey.org)
2 points
by
mariusae
16y ago
|
0 comments
28.
▲
Self-contained emacs
(monkey.org)
17 points
by
mariusae
17y ago
|
0 comments
29.
▲
Startup lessons I didn't learn from a book
(zarnotes.blogspot.com)
1 points
by
mariusae
17y ago
|
0 comments
30.
▲
Emacs as a tiling window manager
(monkey.org)
65 points
by
mariusae
17y ago
|
14 comments
More ›