Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.15 KB

LIVESTREAM_LESSONS.md

File metadata and controls

29 lines (27 loc) · 1.15 KB

Livestream #1 2021-01-15

  • ... under VSCode Find for file filter
  • -Wfatal-errors
  • -fdiagnostics-color=always
  • Intel Intrinsics
  • Remember local machine has git shortcuts like gs for git status
  • git diff U for # of lines
  • Remembered git diff --stat for totall number of line changes
  • Remembered gitk for visual diffs
  • dlerror() to diagnose dlopen() failure
  • extern "C" wrapper to fix C++ issue
  • Can't search in repo forks
  • How to turn on issues in a forked repo
  • Learned of SLEEF

Livestream #2 2021-01-17

  • F4 & Shift + F4 for navigating search results
  • Prounounciation of Joa~o
  • Commute adverb in J in ~
  • We also learn John Scholes started co-dfns dfns
  • ⭐ Learned about Dex !! (very interesting)
  • Ctrl+Shift+[ to collapse region
  • Got git lg setup
  • Learned the netdefs folder can't be deleted (at least for the moment)

Livestream #3 2021-01-23

  • Learned about Travis-CI
  • To avoid crazy Travis-CI issues: HOMEBREW_NO_AUTO_UPDATE=1 brew install
  • filename: to filter for files on GitHub search