More self-tutoring about modern terms: the tutor shares what he learned about ambient occlusion. ambient occlusion a way of depicting a scene that shows features darker or lighter based on their exposure to ambient light, rather than a directed light …

Video games, graphics: what is ambient occlusion? Read more »

In tutoring, definitions are always important. The tutor shares the definition of virtual connection. virtual connection: A virtual connection is a software-initiated connection between two nodes in a network. (See yesterday’s post for the definition of a node.) When you …

Computer science: networking: what is a virtual connection? Read more »

Understanding computer networking leads to self-tutoring: the tutor defines node in computer networks. node (noun): an endpoint, or else a directing or processing device between endpoints. The endpoint could be a PC, printer, scanner, server, etc: at an endpoint, content …

Computer science, networks: what is a node? Read more »

In the tutoring realm, awareness of new insights and definitions is important. The tutor mentions single source of truth. In my March 5 post I mention the idea of a data silo. Put simply, it’s knowledge kept secret by some …

Philosophy, business: the “single source of truth” concept Read more »

More lifestyle self-tutoring: the tutor confirms the idea of yesterday’s post. In yesterday’s post I brought up the idea that bourbon can perhaps be used as a substitute for vanilla extract in some baking recipes. Last night, I made rice …

Lifestyle: baking: successful substitution of bourbon for vanilla extract in a recipe Read more »

For me, baking leads to constant self-tutoring. The tutor shares a discovery. I’ve read, in two places now, that in a typical baking recipe, bourbon can possibly be used instead of vanilla. As I understand, the substitution is recommended when …

Baking: bourbon: a possible substitute for vanilla extract? Read more »

Tutoring computer science, the difference between variable and value parameters is interesting. The tutor illustrates it. value parameter: the parameter’s value is sent to the function or method, but the function can’t change the parameter itself. For instance: j=5 function(value_parameter …

Computer science: value parameter vs variable parameter Read more »