bondi

So I was able to compile bondi with a little help from my friend epilys.

It went a little something like this:

$ sudo apt install opam
$ opam init
$ opam switch create 4.06.1
$ opam install base
$ opam install ocaml-lsp-server
$ opam install stdlib-shims
$ dune build

I’m not certain stdlib-shims was required and the ocaml-lsp-server was for vscode integration (I think).

Bloom’s taxonomy

Today I learned about Bloom’s taxonomy as presented in How to Teach Anything: Break Down Complex Topics and Explain with Clarity, While Keeping Engagement and Motivation:

Remember
Retrieving, recognizing, and recalling relevant knowledge from longā€term memory.
Understand
Constructing meaning from oral, written, and graphic messages through interpreting, exemplifying, classifying, summarizing, inferring, comparing, and explaining.
Apply
Carrying out or using a procedure for executing or implementing.
Analyze
Breaking material into constituent parts and determining how the parts relate to one another and to an overall structure or purpose through differentiating, organizing, and attributing.
Evaluate
Making judgments based on criteria and standards through checking and critiquing.
Create
Putting elements together to form a coherent or functional whole; reorganizing elements into a new pattern or structure through generating, planning, or producing.