Viewing profile — bhollis
bhollis
HN member- Joined
- Thu, Jun 28, 2012, 6:33 AM UTC
- HN karma
- 44
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About bhollis
Recent public activity
-
comment
Comment #45839327
This is one of those "easy" things that should really be built into the CSS standard (as Josh points out in the article).
-
comment
Comment #45142270
Neat, they have Newt, the robot my dad built that was the first mobile robot with its own onboard computer. Newt is still there in his basement, and as a kid I did science fair pro…
- story
-
comment
Comment #44945778
An incorrect assumption (though it was nice to have seen a familiar face when I came across it) but good to know what you think of it. I assumed HN deduped posts but I guess not.
- story
- story
-
comment
Comment #44738506
I've found that once you make the jump to a real partitioned datastore (like DynamoDB) you can actually go back and undo a lot of the queues and caches that were used as band-aids …
- story
- story
-
comment
Comment #44535145
The pattern I've always used for this, which I suspect is what they landed on, is to have an optimistic notification method in a separate message queue that says "something changed…
- story
-
comment
Comment #44493872
Slow startup was definitely one reason to have long lived servers, but I’m surprised not to see the major other reasons: - Keep-alive/pooled connections to remote services can sign…
-
comment
Comment #43940505
The flip side of technical debt is, what tools do you have to actually solve technical debt? Some technical debt comes from conscious decisions to choose an expedient solution over…
- story
- story
- story
- story
- comment
- story
-
comment
Comment #42729635
We're using Go, so cross-compilation has never been a big problem (for producing artifacts). But this'll be great for testing on ARM. I'm interested to see the performance of these…
- story
-
comment
Comment #41990675
Nice article! Having used DynamoDB for some massive applications that first point really resonates - it feels like you need to put way too much effort into designing your data mode…
-
comment
Comment #41990642
If you're interested in a MongoDB style document database, but don't like the fact that Mongo doesn't give you any tools around modeling your data, we're building a new database th…
- story