Live data from Hacker News

Viewing profile — hknd

hknd

HN member
Joined
Fri, Jun 12, 2015, 8:49 AM UTC
HN karma
384
Public activity
186 items

About hknd

All opinions are my own (sometimes even wrong) and not the views of my employer.

I've worked/work for different FAANG and hedge fund companies.

Recent public activity

  1. comment
    Comment #26995214

    I really want a heated cupholder now - how did I never hear for this before. This is a gamechanger.

  2. 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,…

  3. story
  4. 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…

  5. story
  6. comment
    Comment #24766060

    wow :cry:

  7. comment
    Comment #24766029

    Probably just re-using a footer component which wasn't updated yet

  8. comment
    Comment #24765996

    Literally the first thought which popped in my head.

  9. 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…

  10. 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…

  11. 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…

  12. story
  13. 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.

  14. 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…

  15. comment
    Comment #23896429

    notion.so

  16. comment
    Comment #23694961

    Finally a simple issue tracker - I was waiting for something like this for ages.

  17. comment
    Comment #23321155

    Haha, same - this is so frustrating.

  18. comment
    Comment #23223625

    Anyone know from the inside how this affects stock vesting and pre-IPO stock options?

  19. 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…

  20. comment
    Comment #23089367

    Using ExtJS for a couple of finance web apps ~6years ago.

  21. comment
    Comment #23077858

    I like using firebase (auth, firestore, functions) as it's kinda easy to use which makes me get stuff done.

  22. comment
    Comment #23066280

    We are happy with using jamboard. https://jamboard.google.com/

  23. comment
    Comment #23029170

    no it's always optional - they recommend adding one to be able to retrieve a lost/hacked account

  24. 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…

  25. 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…