Viewing profile — lylepstein
lylepstein
HN member- Joined
- Fri, May 04, 2012, 8:19 PM UTC
- HN karma
- 31
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About lylepstein
No profile information was provided.
Recent public activity
-
comment
Comment #19282942
Tatari | Engineers | Toronto | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and analysis. We build software to automate a…
-
comment
Comment #17206557
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build softwa…
-
comment
Comment #16736814
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build softwa…
-
comment
Comment #16493968
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build softwa…
-
comment
Comment #16286869
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build softwa…
-
comment
Comment #15135244
Joins like that wouldn't really be used for coordinating between multiple threads in a fine-grained fashion. For example, maybe you'd kick off two worker thread from your main thre…
-
comment
Comment #14834266
I worked in an org at Yahoo that required all development to use Atomic, and that was essentially the reasoning as presented. The Atomic authors put a lot of effort [1] put into pr…
-
comment
Comment #14834006
Size. Using styles like this lead to a small decrease in page size, which over time on a very high traffic site leads to a notable bandwidth savings. ... or at least, that was the …
-
comment
Comment #12600267
I believe you can, though I haven't tried it. Typescript will actually give you completion support for plain strings inside that switch statement, which is normally what I go with.…
-
comment
Comment #12594378
Tagged unions are indeed pretty helpful for Redux reducers. One thing to note is that you can actually skip some code here as well. Specifically, the constant definitions: export t…
-
comment
Comment #10210087
Seems like a riff on the famous Perl Compatible Regular Expressions library ( http://www.pcre.org ), which is used in a bunch of high-profile things (PHP, and Apache Server, for st…
-
comment
Comment #10088794
Yeah. In my experience, Heroku starts being a drag at moderate scale: 1. You still have to worry about your systems, as Heroku has its own outages, not to mention the other pieces …
-
comment
Comment #8039486
Does this mean Realm would be usable for Xamarin-based apps in the near future?
-
comment
Comment #7483680
Heroku prices are per "dyno" which are significantly less powerful than an EC2 small.
-
comment
Comment #7074683
Use CSS transforms. Unlike absolute positioning, percentages with a transform bases the resulting value off the transformed element's size. So something like this: figure figurecap…
-
comment
Comment #6665840
There's still a lot of differing behavior in modern browsers that a feature check doesn't expose. Bugs, quirks, performance characteristics (e.g. slow SVG animation in Firefox), an…
-
comment
Comment #4733809
I think quirks is understating it. The problem with appcache is that if you run into many of those gotchas the article lays out, it's often difficult to resolve them for previous u…
-
comment
Comment #4676665
I think you can classify lottery tickets as investment, wheras insurance is, well, insurance. I don't play the lottery because it's extremely unlikely to make me positive returns. …