| p | q | r | q and r | p or (q and r) | p or q | p or r | (p or q) and (p or r) | p or (q and r) <=> (p or q) and (p or r) |
|---|---|---|---|---|---|---|---|---|
| F | F | F | F | F | F | F | F | T |
| F | F | T | F | F | F | T | F | T |
| F | T | F | F | F | T | F | F | T |
| F | T | T | T | T | T | T | T | T |
| T | F | F | F | T | T | T | T | T |
| T | F | T | F | T | T | T | T | T |
- go over syllogisms
- understand speech acts
- http://boole.stanford.edu/pub/lingol75.html
- planning and winograd's http://hci.stanford.edu/winograd/shrdlu/
- planner programming language https://en.wikipedia.org/wiki/Planner_(programming_language)
- euclidian and tarki's axioms of geometry
Sam's vscode configs:
{
"version": "2.0.0",
+-------------+ +---------------+
| hello world |----------------| |
+-------------+ +---------------+
python third_party/blink/tools/run_blink_wptserve.py -t Linux
./out/Linux/chrome --enable-blink-features=MojoJS,MojoJSTest
checking for flakyness:
third_party/blink/tools/run_web_tests.py -t Linux external/wpt/idle/interceptor.https.html --repeat-each=100
cmake .. -DBUILD_TESTS=OFF -DBUILD_PYTHON=ON -DPYBIND11_PYTHON_VERSION=2.7 -DPYTHON_INSTALL_DIR=/Users/goto/Library/Python/2.7/lib/python/site-packages/ -DPYTHON_EXECUTABLE=/usr/local/bin/python