Earlier quoted context omitted.
That tutorial sets up a complete rendering system, and demonstrates that it works by drawing a triangle... the exact thing described in the black triangle story. Drawing a triangle is not the end goal. That's nonsense.
Yeah we’re saying the same thing. It’s not a “Hello Triangle” tutorial.
You're talking about the minimum necessary for just drawing a triangle, as if that's what "hello triangle" means. That's nothing. That's pointless.
The construction of hello triangle program marks the end of setup, and the beginning of actual work.
Skipping parts because they're boilerplate, or don't directly serve to draw the triangle, defeats the purpose. That's like typing the words "hello world" into notepad because it's faster than setting up an IDE.