Viewing profile — hknd
hknd
HN member- Joined
- Fri, Jun 12, 2015, 8:49 AM UTC
- HN karma
- 384
- Public activity
- 186 items
- HN profile
- View on Hacker News ↗
About hknd
I've worked/work for different FAANG and hedge fund companies.
Recent public activity
-
comment
Comment #26995214
I really want a heated cupholder now - how did I never hear for this before. This is a gamechanger.
-
comment
Comment #25956455
Which will only get the price up for a short amount of time, it will be dumped after that anyway. GME fundamentals haven't changed (much) - it's not worth much on paper, maybe $10,…
- story
-
comment
Comment #24940935
https://webassembly.org/docs/use-cases/ TL;DR: - "almost fast as native code for web browsers” - in case you wanna do some expensive computing without a server - "Compiling Existin…
- story
-
comment
Comment #24766060
wow :cry:
-
comment
Comment #24766029
Probably just re-using a footer component which wasn't updated yet
-
comment
Comment #24765996
Literally the first thought which popped in my head.
-
comment
Comment #24663414
Most of the stores not long-life objects. The current store holding most of the displayed data stays alive (while not switching to a different route), but everything else resets or…
-
comment
Comment #24660729
We used to have that but moved to an approach with multiple "rootStores" per self-contained route (sometimes we have more than 1 root store in such a scenario). But we also have mu…
-
comment
Comment #24660403
Mobx is not a global state, you can create your stores as granular as you want them to. Each widget can have a store, each section can have a store, each view can have a store, etc…
- story
-
comment
Comment #24587579
The status dashboard is something which will be updated by an operations employee manually (yes by hand), who is a couple of layers behind the actual SWE/SRE who gets the page.
-
comment
Comment #24587577
Google has multiple internal alerting systems and people are aware of any disruption/delay/anomaly from the minute it happens. The on-caller for the specific service decides on how…
-
comment
Comment #23896429
notion.so
-
comment
Comment #23694961
Finally a simple issue tracker - I was waiting for something like this for ages.
-
comment
Comment #23321155
Haha, same - this is so frustrating.
-
comment
Comment #23223625
Anyone know from the inside how this affects stock vesting and pre-IPO stock options?
-
comment
Comment #23168827
I got introduced to this in my first week at Google and using this for multiple years now, with multiple work accounts and multiple personal gmail accounts. (multi inbox, labels, f…
-
comment
Comment #23089367
Using ExtJS for a couple of finance web apps ~6years ago.
-
comment
Comment #23077858
I like using firebase (auth, firestore, functions) as it's kinda easy to use which makes me get stuff done.
-
comment
Comment #23066280
We are happy with using jamboard. https://jamboard.google.com/
-
comment
Comment #23029170
no it's always optional - they recommend adding one to be able to retrieve a lost/hacked account
-
comment
Comment #22946275
I used to write SQL at Google/FB, and I did and still do struggle with it. I think it's because I usually touch SQL like once a month and by the time I need it I already forgot eve…
-
comment
Comment #22946123
It's the same every year: learn and completely understand the basics - the rest will follow. If you know how latest react works you don't need redux or rxjs as hooks can solve most…