* That the operating system implements process memory segregation and pseudo-parallel execution by patching the executable code just before running it. Of course, it was done very intelligently, I believed. I even had plans on how this strategy can be taken to the next level.
* That I will create competitive video encoder by using higher order finite differences between adjacent color levels and then applying combination of run-length encoding and zip-like algorithm. I needed just a little push and I could make it work. Honestly :)
* It is a bit math related, but anyways. I thought that in order to guess the states of some dynamic system, you should at least monitor as many output channels as the states you are guessing. It turns out, of course, that you can guess as many states as you like by measuring a single output over time, as long as the system is what's called "observable". To my very shame, this delusion was cleared a couple of years ago by a colleague of mine working as control engineer.
You live, you learn. I start to forget. My first delusions are escaping my memory now. I am probably protecting myself by repressing the memory.
My original thoughts of how games worked: Programmers had created images for every single frame of the game for every imaginable situation. This was back in 8th grade, when I hadn't even considered programming.
I originally thought my computer just knew all the answers to math. I enter 403 + 303 and it already knew the answer. I never considered it actually did any math. (I was really really young)
As of me, there have been a lot of them, but they all faded out.. really can't think of any. :/ If I do however, I'll be sure to post.
That's of misconceptions, I do know about something stupid from when I was younger.. When I first learned HTML (using br's instead of enters and wrapping things in other tags), I was like: "FUCKYEAHIAMTHEMASTEROFTHISWORLD".
I started being a megalomaniac when I first learned to code. I'm not sure if I still am, but sometimes I laugh like one.
I used to think that integers are faster than using floating point. Oh how wrong I was.
For a while I thought the main programming available was commands to control a turtle. Good times. Good times. He could change color, rotate, and move forward!
I thought a stack overflow meant that I ran out of memory. I still don't understand how someone can overflow a buffer and gain control of a computer. Wikipedia articles are so little help--when you read a Wikipedia article looking for something you do not understand you realize professional editors are very important.