• Thursday

    • Tabnine has gitlab integration now (although you need the Team plan, not free, to train on your gitlab and github repos).
    • Nearly caught up on Billions. Should finish on the flight to Vegas for march madness.
    • https://fortune.com/2022/03/16/succession-lvmh-billionaire-owner-bernard-arnault-extends-ceo-tenure-5-kids-in-running/.
    • Fed increased interest rate yesterday 0.25%.
    • Bullet Chess Championship concluded; Nakamura.
      • Didn’t know until today: Hikaru was born 4 days before I was.
    • Zuck announced at sxsw that instagram is going to start incorporating NFTs. Maybe profile pictures, maybe buy/sell marketplaces.
    • Ken going to bid for Chelsea? https://www.bloomberg.com/news/articles/2022-03-16/chicago-cubs-owners-ken-griffin-team-up-for-chelsea-fc-bid-sky-l0tjav74.
    • Typing lessons specifically for programmers: https://typing.io/. Pick any language and it will pull open source code for you to retype, showing full analytics.
    • See how many of my browser icons you can recognize:
      • Extensions:
      • Regular bookmarks:
      • Crypto bookmarks:
    • Streamflow payroll guide: https://streamflow.medium.com/how-to-create-payroll-streams-using-streamflow-944e45ed5a07.
    • Wrote solana gif dapp.
      • Remember remember remember, solana programs are stateless. On eth, you can store data directly with the contract. On solana, you store data with accounts. And then programs access accounts.
      • Check if window.solana.isPhantom in window.addEventListener(‘load’) after the page is loaded.
      • onChange form input -> function that calls setState.
    • // eslint-disable-next-line react-hooks/exhaustive-deps