Viewing profile — drewfish
drewfish
HN member- Joined
- Wed, May 28, 2014, 9:52 PM UTC
- HN karma
- 24
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About drewfish
No profile information was provided.
Recent public activity
-
comment
Comment #43195533
I was at Yahoo when they did a big email redesign, and the new design didn't work for 1/2 their users. Digging deeper, they found that email users kinda fall into 2 camps: filers a…
-
comment
Comment #26288161
Took some effort to refine a websearch: https://stackoverflow.com/questions/2158516/delay-before-o-o...
-
comment
Comment #26033407
I don't know about "hero" use cases, but I use actors (state machine responding to events in a queue) quite a bit when making hobby Arduino devices. It allows me to have a "button"…
-
comment
Comment #22004899
I think it was their thread/process scheduler. It had a section of priorities which got hard realtime scheduling, then lower priority stuff got more "traditional" scheduling. (Alas…
-
comment
Comment #21036696
I'm in the middle of building a 1000sf home with some friends. It'll probably be about 80k for the house (including various permits). We hired contactors for: plans (including engi…
-
comment
Comment #20275637
You'll probably need to research what the particle size(s) is(are) for cigarette smoke, but this detects a bunch of different sizes: https://www.sparkfun.com/products/15103 I have …
-
comment
Comment #19854763
Depends on what you mean by "very low consumption". For one project I used a SparkFun SAMD21 Mini Breakout[0], and with the RTCZero[1] library was pretty easily able to get it down…
-
comment
Comment #16614017
Good points, I pretty much agree with everything you said. "NoDamnGoodForUs" is a little strong, more like "AlmostButThisOneUseCaseNeedsALittleMore" :) Interestingly, that embedded…
-
comment
Comment #16612528
In the article the author states: From this, we get that accounts should certainly behave like state machines. And from that, it’s reasonable that other pieces of code ought to be …
-
comment
Comment #15423829
As someone who works at a large company, $10k is in no way "a drop in the bucket". Sales teams might have a budget to wine-and-dine clients, but as a developer I have pretty much z…
-
comment
Comment #9908475
I see it more in storytelling terms: the existing hell, the seed of hope, the promised land, the hero's path, the hero made real. It's not so much about the consistency of the stor…
-
comment
Comment #8457358
There are a few NPM libraries (make-plural, cldr, probably others) which will help you write those pluralization functions. The CLDR data does get updated from time to time, so it'…
-
comment
Comment #8454443
Yeah, for a simple plural that can be a bit longer. In other languages, though, the pluralization rules get rather complicated[1]. (For example, Arabic has both complicated plurali…
-
comment
Comment #8454138
Hmmm... after very quickly looking at Globalize, I'd say there are two things about formatjs.io that I see as main differences: * Integrations with Handlebars, Dust, and React hope…
-
comment
Comment #8454070
You have to provide your own translations.