Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kangax
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Using AI to predict workout difficulty and performance
(kangax.substack.com)
2 points
by
kangax
1y ago
|
0 comments
2.
▲
by
kangax
5y ago
In my experience, it depends on the company. At Facebook, 90% of my peers were younger than me (I was 30). At LinkedIn, right now, many of my peers are around the same age or older than me (I'm 35). I imagine in places like Microsoft o
3.
▲
by
kangax
5y ago
I agree with this and was wondering the same thing. Would love to see randomized studies comparing a) control, b) sauna c) exercise d) sauna + exercise. On the other hand, anecdotally, lots of Russian weighlifters swear by sauna benefits an
4.
▲
by
kangax
6y ago
Wondering the same thing. I learned about DeFi recently and am now curious to learn more about smart contracts, the underlying code and everything surrounding it.
5.
▲
by
kangax
6y ago
Go to the gym! With a bit of commute it could fill up to 2 hours of your day and have a plethora of benefits. Once you get into the whole "getting better than yesterday" thing, it's exciting to go train every day and improve
6.
▲
by
kangax
6y ago
That's crazy, I'm so sorry you haven't regained your senses the way they were. My friend is experiencing exactly the same results many months after having Covid. Doctor prescribed steroids for him which made it better for a b
7.
▲
by
kangax
6y ago
We tried doing this at Facebook few years ago but decided not to bother due to an insignificant effect on user metrics like TTI (time to interaction), FCP (first content paint), etc. 14KB is nothing when you're shipping 1MB+ of JS and
8.
▲
Moscow deploys facial recognition for coronavirus quarantine
(reuters.com)
2 points
by
kangax
6y ago
|
0 comments
9.
▲
Zoom monitors activity on your computer
(twitter.com)
405 points
by
kangax
6y ago
|
139 comments
10.
▲
by
kangax
7y ago
We should probably amalgamate this with the one we have at https://kangax.github.io/compat-table/
11.
▲
by
kangax
7y ago
ReasonML is a good transition from JS to something like OCaml
12.
▲
by
kangax
8y ago
Yep. Both are stage-1 proposals: https://github.com/tc39/proposal-optional-chaining https://github.com/tc39/proposal-nullish-coalescing Recently started using optional chaining in our codebase (vi
13.
▲
Porting 140K lines of code to Flow
(engineering.wework.com)
15 points
by
kangax
8y ago
|
1 comments
14.
▲
by
kangax
8y ago
This is much needed. The extension has been broken for our team for a couple months now. No clear resolution. The Flow suggestions in an editor are basically unusable right now.
15.
▲
by
kangax
8y ago
I think that was the motivation of https://js.foundation
16.
▲
by
kangax
8y ago
I was on an infra so the "product" was improving both developer experience and user experience. Thing is — as a senior engineer, you're encouraged to do work that spans across multiple teams. The self-review would include all
17.
▲
by
kangax
8y ago
I was E6 at Facebook for 1.5 years. Left due to a combination of not finding the right team/project and constant pressure to work on something impactful rather than fixing existing issues I cared about. This seems to be a common issue
18.
▲
by
kangax
8y ago
I agree that TS increases barrier to entry for contributors. However, it's very different from Coffeescript. It offers better program correctness via types whereas CS was mostly sugar. Libraries that (properly) use Flow/TS are les
19.
▲
by
kangax
8y ago
This is such an underrated comment. I love this style of code reviews and it's the one I've experienced best discussions with. It goes in line with assuming that you, as a reviewer, don't know what the intentions/rationa
20.
▲
by
kangax
8y ago
I'm wondering why homelessness is not as large in NYC? The prices here are as high as in SF. Is it due to the slower rate of a price increase? Colder weather?
21.
▲
by
kangax
8y ago
As mixmastamyk said, it's exactly the same as the gym (I work out ~5 days a week too and I started from being the least athletic person in school/college). I hear people say — I'm already 30 and starting to exercise is too la
22.
▲
by
kangax
8y ago
Nice breakdown. I would add that money comes with responsibility and it's the money/responsibilities ratio that really matters. I was at a top-tier tech company (the one that's getting all the heat lately) for 2 years in a se
23.
▲
by
kangax
10y ago
I'm at FB office in NYC and I agree with your points. MPK always has that more chill vibe and is less dense/quieter. The NY office has gotten much better though. Many engineers are now on 15th floor which has no distractions like
24.
▲
Improving CSS quality at Facebook
(code.facebook.com)
13 points
by
kangax
10y ago
|
0 comments
25.
▲
JavaScript quiz, ES6 edition
(perfectionkills.com)
8 points
by
kangax
11y ago
|
0 comments
26.
▲
CoffeeScript 1.9.2 is out
(coffeescript.org)
2 points
by
kangax
11y ago
|
0 comments
27.
▲
by
kangax
11y ago
Also https://github.com/h5bp/lazyweb-requests
28.
▲
by
kangax
11y ago
Great idea! We need the same for ES6/7/etc. — http://kangax.github.io/compat-table/es6/
29.
▲
by
kangax
11y ago
Yep, I've been down that road — http://fabricjs.com/test/misc/itext.html :)
30.
▲
by
kangax
11y ago
Unfortunately not possible since the editor is part of a browser extension and is activated on any page with textarea/contenteditable. Text could change at any time by other scripts, and the only way to intercept those changes is via M
More ›