Viral hook to coding tutorial from @node.io

The creator uses a bait-and-switch hook to transition into an educational video about programming. He explains why the C language is considered unsafe by demonstrating an out-of-bounds array access, showing how it compiles without error but crashes at runtime, and then contextualizes this as a major source of security vulnerabilities when input comes from external sources.

Creator: @node.io on TikTok

Transcript

If you wanna make a girl like you No. Thank you. Now the reason that c is an unsafe language is because you can do things like this. The integer array has forty ninety six bytes allocated to it, but I can index into and set the seven thousandth byte in that array and then also access that memory. And the crazy part is that the GCC compiler doesn't care. I can literally do g c c dot no bad bad dot c. The program doesn't care, and it just creates a crashing state. No, obviously, you're probably th

Topics: Tech, Education

514,200 views