Viewing profile — aeflash
aeflash
HN member- Joined
- Tue, Sep 04, 2012, 9:55 PM UTC
- HN karma
- 84
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About aeflash
No profile information was provided.
Recent public activity
-
comment
Comment #10515680
It likely will. You revealed an unconscious bias you have. You think that focusing on diversity is lowering the hiring bar. This is a fundamentally biased position -- it assumes mi…
-
comment
Comment #10176434
Are typed arrays stored outside of the JS heap? For example, in node.js you can use Buffers to get around V8's 1.8GB JS heap limit -- are typed arrays similar? Does the ES6 spec sp…
-
comment
Comment #10153419
Fluid, Inc. | http://fluid.com | San Francisco, CA (but remote friendly) Senior Full Stack Engineer Fluid's main product offering is Fluid Configure, a flexible and powerful platfo…
-
comment
Comment #9996747
Fluid, Inc. | http://fluid.com | San Francisco, CA (but remote friendly) ☛ Full Stack Engineer Fluid's main product offering is Fluid Configure, a flexible and powerful platform fo…
-
comment
Comment #9483208
I think this is a great idea. While I think the execution could be improved (maybe a person wants to see an different therapist, or one outside the office), but attempting to remov…
-
comment
Comment #9443837
Doesn't work for me.
-
comment
Comment #9439674
I think the author makes a couple flawed assumptions. First: that all people are motivated primarily by money, and second: things that have no direct monetary value have no value. …
-
comment
Comment #9221945
They are super-imposed over the arrow keys. Fn+Up = PgUp, Fn+Left = End, etc... I have the previous year's model and it did take some getting used to.
-
comment
Comment #9096839
That's only true if you're following the canonical Flux architecture to the letter. There's little difference between having your store trigger setState() on a root component and h…
-
comment
Comment #9096816
My point was that the state of the dropdown is something that perfectly fine to manage directly in the component (nothing else needs to know about it). Things like the selected val…
- story
-
comment
Comment #8440312
It's not supported. But if you're doing things right, you shouldn't need it.
-
comment
Comment #8294222
Too bad nearly every page is broken on it (CSS wise). The only error it detected on my site was that newfangled declaration... The entire layout was jumbled.
-
comment
Comment #8245494
After reading "Semver Has Failed Us" [1] and this current debacle (among others) I feel like something like "ferver" [2] is more practical. The funny thing is, is ferver is what a …
-
comment
Comment #8093969
My team decided to just forget about Windows, and only use Linux or OSX. It is so much more convenient when you can rely on Bash, Make, and Unix conventions. (It is interesting dis…
-
comment
Comment #8088038
Individual characters can be made out, but words are hard to read. Not enough separation between letters and symbols, so constructs like "(pred=%i)\t" are harder to visually parse.…
-
comment
Comment #8011526
Sprockets is incredibly primitive compared to something like RequireJS or Browserify -- all it does is concat. One might argue that Browserify is that JS bundler for Node. The issu…
-
comment
Comment #7993731
I came across a similar solution when creating graphs with immutable data structures. Just store your nodes in an array, and describe the links between them as pairs of indexes. It…
-
comment
Comment #7979435
Ah, so it's like Firefox's URL bar, except with full-text search, rather than just the URL/Title.
-
comment
Comment #7968710
Serious Sam can't compete on level design and art direction, though.
-
comment
Comment #7966644
> On a more microeconomic level, what happens when Bashir and O'Brien order a couple rounds at Quark's? Who picks up their tab? It is mentioned in the article that the Federation w…
- comment
-
comment
Comment #7966598
There is a section in Surface Detail (I think), where Banks makes the point that the difference between a galactic civilization like the Culture an a hegemonizing swarm is just a d…
-
comment
Comment #7828257
But either way, you're going to get a runtime error. Languages like Java or C# that actually have real interfaces and abstract classes can detect these problems at compile time. Th…
-
comment
Comment #7828245
I think Swedish to English is pretty easy to do automatically to some satisfaction -- there are a lot of similarities in grammar and most words have direct translations. Chinese to…