Viewing profile — mattj
mattj
HN member- Joined
- Wed, Apr 16, 2008, 7:05 PM UTC
- HN karma
- 357
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About mattj
Recent public activity
-
comment
Comment #42118152
Good news: this isn't true - https://waymo.com/blog/2024/05/fleet-response/
-
comment
Comment #37161405
I've built one of these based on the instructions and use it daily (and love it!), but the tone of the site is pretty reflective of the project overall. It's definitely a really im…
-
comment
Comment #24891060
I think the grandparent is probably referring to upstate in the Hudson Valley sense of the phrase. Plenty of cute towns, but Hudson / Woodstock / Kingston are definitely in the O(t…
-
comment
Comment #15941551
The other answers cover the math well, but I think the “why do you need attention?” statement is worth making (and answers the more engineering-y question of “how/when?”): DNNs typ…
-
comment
Comment #14982331
This is great - the like / heart button is really slick, and I love how it doesn't get in the way at all. I've used pinboard and others in the past, and the (relatively) heavier bo…
-
comment
Comment #13440317
I agree with you (and love your blog, btw), but I think you're skipping over at least a few benefits you can get out of a mature / well built a/b framework that are hard to build i…
-
comment
Comment #12005426
I think the change here is they're learning the embeddings alongside the feature weights (eg they're part of the same loss function).
-
comment
Comment #11779654
This kind of language is very standard. The risks section pretty much always contains obvious platitudes ("An earthquake might destroy all our computers," "All our employees may qu…
-
comment
Comment #9634548
Similar experience, but I focused on finding UI elements I liked from native apps or websites and attempted to clone them without looking at the source, then played around with the…
-
comment
Comment #9338004
heads up, your math is a little buggy - 1% of $90b is $900m, not $90m
-
comment
Comment #8954482
What does this do? I've browsed through the site for a few minutes, and still have no idea what kind of tools you could build with this that you couldn't build before. Is this for …
-
comment
Comment #8209876
These are both good points. I think it's worth calling out here that this post is really about the infrastructure to perform experiments, not necessarily the means of analysis (alt…
-
comment
Comment #7916101
A teammate of mine wrote a post about our redshift setup a few months ago with some more details: http://engineering.pinterest.com/post/75186894499/powering-i...
-
comment
Comment #7916083
Yup! My experience with redshift has actually made me curious to try out Postgres (I've always used MySQL before this). The stricter SQL dialect was a little odd at first, but I th…
-
comment
Comment #7916021
I've gone through a similar transition (hive to redshift) in a very large scale data environment. Raw Hadoop / cascading is still very useful for more complicated workflows, but re…
-
comment
Comment #7442966
The AI winter is very much over, and we're back to the good old days of selling the future. I bet this team is very sharp, but there's still merit to "over-promise, under-deliver."…
-
comment
Comment #6601677
I've been hearing good stuff about this for a while - it's awesome to see it open sourced! Setting up a local haproxy to handle service failover / discovery is a really clever solu…
-
comment
Comment #6329398
This is cool, but probably the biggest appeal of docker to me is never having to use puppet again.
-
comment
Comment #6097861
(original author of mrjob here) Steve's post is 100% correct. I originally wrote mrjob as an internal tool at yelp out of my frustration with using dumbo for multi-step jobs. Speci…
-
comment
Comment #5802961
If they can't afford to pay a market salary, you should be getting at least 0.5% (and probably more like 1%). Still not life changing at 40mm with no dilution (200-400k), but a lit…
-
comment
Comment #5608114
Considering that they're trying to sell to every business in the US, 3 years actually seems like a very long time.
-
comment
Comment #5607711
Note this is exactly how a smart spammer would generate text (sampling from a language model, built on a public ally available data set like google ngrams or Wikipedia). If you wan…
-
comment
Comment #5487070
This is very similar to the hashing trick used in vowpal wabbit ( http://hunch.net/~vw/ ). I haven't used this python module, but vw is absolutely incredible to use.
-
comment
Comment #5216385
So the issue here is two-fold: - It's very hard to do 'intelligent routing' at scale. - Random routing plays poorly with request times with a really bad tail (median is 50ms, 99th …
-
comment
Comment #4954967
One big issue here (solvable, but something to think about): this would make messages a source for money laundering, which I'd bet fb would like to avoid. Then again, they already …