Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lylepstein
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
lylepstein
8y ago
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 and improve our media buying operations, and we d
2.
▲
by
lylepstein
8y ago
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media buying oper
3.
▲
by
lylepstein
8y ago
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media buying oper
4.
▲
by
lylepstein
9y ago
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media buying oper
5.
▲
by
lylepstein
9y ago
Tatari | Engineers | San Francisco | ONSITE | Fulltime | https://www.tatari.tv Tatari combines old-school TV advertising with modern tooling and advanced analytics. We build software to automate and improve our media buying ope
6.
▲
by
lylepstein
9y ago
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 thread, and each of those is going to do some fine-gr
7.
▲
by
lylepstein
9y ago
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 proving the size point, enough that it was pretty difficult t
8.
▲
by
lylepstein
9y ago
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 argument. In practice, most teams didn't adopt it unl
9.
▲
by
lylepstein
10y ago
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.
10.
▲
by
lylepstein
10y ago
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 type INCREMENT_COUNTER = 'App/INCREMENT_COUNT
11.
▲
by
lylepstein
11y ago
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 starters). Kind of like "less" vs "m
12.
▲
by
lylepstein
11y ago
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 of your infrastructure like DBs, queues, etc. 2. Architectu
13.
▲
by
lylepstein
12y ago
Does this mean Realm would be usable for Xamarin-based apps in the near future?
14.
▲
by
lylepstein
12y ago
Heroku prices are per "dyno" which are significantly less powerful than an EC2 small.
15.
▲
by
lylepstein
13y ago
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 figurecaption { transition: all 0.4s; transform:
16.
▲
by
lylepstein
13y ago
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), and just plain divergences from the spec. HTML5 med
17.
▲
by
lylepstein
14y ago
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 users. For example, say you accidentally give the manifest
18.
▲
by
lylepstein
14y ago
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. I pay for health insurance because I want to cover the unl