Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aaronyo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
aaronyo
11y ago
If you want to testify, asking them to subpoena you seems smart. I can't see how a subpoena could make testifying look worse, and yes, it just might alleviate some employers' concerns. But your first step seems to be deciding,
2.
▲
by
aaronyo
12y ago
Thanks for sharing the examples -- really appreciated. I'm not convinced that HTML is preferable to other representations of the DOM, particularly for representing UI's and applications (rather than documents). The clojure script
3.
▲
by
aaronyo
12y ago
Having a preference for reading HTML seems fair, though I prefer closing parens to closing tags for short bits, and the JS formatting problem is one you've already got in the rest of your code base. Also, you'll be formatting HTM
4.
▲
by
aaronyo
12y ago
Big fan of React. For others using it, why use JSX instead of just doing everything in js? In other words, why is HTML like this: <Group style={styles.group}> <Image style={styles.image} src='http://..
5.
▲
by
aaronyo
13y ago
Promises help with this quite a lot. http://promises-aplus.github.io/promises-spec/ What 3.2.6.2 means is that any thrown exception is caught and turned into a rejected promise which will bubble up (across async boun
6.
▲
by
aaronyo
13y ago
Reliability is gold. Thanks for the pointers. I will read up on GIN and hstore. If nothing else, duplicating an element from a doc column to a first class field seems reasonable. Also, even in mongo one must define indexes which is a sche
7.
▲
by
aaronyo
13y ago
It's only one of several interesting comparisons in the slides, but I think we need more data points on the disk space to make use of the data. Does it grow linearly? probably, but is there a +x in there? Mongo has some big upfront disk a
8.
▲
by
aaronyo
13y ago
Do you have any thoughts on expression indexes? Assumed I would have to pull out fields from the document to index reasonably on pgsql, but this presentation at least shows that simple expression indexes perform well. I wonder about compo
9.
▲
by
aaronyo
14y ago
Thanks for writing this article! There's a lot here that seems to apply to equality in general, not just gender equality. I have two daughters, bi-racial. I struggle with what I think the ideal world should look like and what our actual wo
10.
▲
by
aaronyo
14y ago
I think it's possible to get many of the benefits by decomposing your back end into logical subsystems (still running in the same process, etc.) or vertical slices from the get go, rather than starting out with some fixed number of layers t
11.
▲
by
aaronyo
14y ago
Ethics: +1
12.
▲
by
aaronyo
15y ago
"Flaw" seems strong. If you have a small enough and strong enough team, the approach makes a lot of sense to me. I wonder how big the original Storm team was.
13.
▲
by
aaronyo
15y ago
The article doesn't even speak to the obvious rebuttals: 1) the "touch screen" Android interface is mostly driven by buttons, 2) the iPhone was launched 11 months earlier, 3) the blackberry looking phone is the one the guy was carrying arou