noc-book-2 icon indicating copy to clipboard operation
noc-book-2 copied to clipboard

Nature of Code with p5.js and Notion workflow / build system.

Results 99 noc-book-2 issues
Sort by recently updated
recently updated
newest added

"Basic Number Properties with Vectors" => "Basic Addition Properties with Vectors" Vectors really aren't numbers.

https://www.youtube.com/watch?v=A05n32Bl0aY

> 3.145 would be more likely to be picked than 3.144, even if that likelihood is just a tiny bit greater. If you're trying to map the number value to...

From the introduction: > If you have a system with a certain number of possible outcomes, the probability of the occurrence of a given event equals the number of outcomes...

In section 7.3, How to Program an Elementary CA, you choose option 1, "Edges remain constant", but don't implement it. When first describing how to use a second newcells array,...

I got this API error message in both local and Github action environments. But it's gone after 10 minutes. It may be because I'm also editing that Notion database page....

bug

The concept of "maximum speed" for an object is introduced in section 1.8 (as "topspeed"), completely ignored in chapters 2, 3, and 4, then suddenly used again in chapter 6...

In section 6.9, Path Following with Multiple Segments, if the normal point is not between the endpoints, a and b, of some segment, you pretend the end point, b, of...

In section 4.12, Particle Systems with Repellers, the final repeller class code at the end of the section is confusingly different from the code described earlier in the section. Different...

The drag force video did a great job of explaining how many of the items in the drag equation are constants that are combined together into one constant c in...