There is a message, albeit a rather boring one.
Nope, it’s in English.
Yeah seriously 3/10 on hidden message. Massive missed opportunity.
Translation = like this
I once had a programmer who had a crush on the girl who did most of the notebook entries. He would leave Shakespearian sonnets commented into parts of the code that he knew she would probably read when working on the notebook
this is in a comment about the INVALID option in an enum of vex motor cartridges
“//This turn might have an inconsistent angle but don’t let it fool you. This turn is very consistent in draining your soul”
Found this in my programming notes from a week ago
Most of mine are basically
//y u no work
And one time, I put 100 digits of pi into comments.
Edit: To be fair, I was bored.
Oh I just remembered this: I found out that you can use a string with - and . can control how the controller vibrates. Anyway, when driver starts, the controller says so in Morse code. Very useful, I would recommend it. It really has had an extreme impact on our competition performance.
Year: 2033
Vex season: Sunken Treasure
Competition: VAIC++
Robots are allowed to evolve their own neural networks and optimize their own communication protocols.
When judges decided to look at the source code of the robot skill champions, this what they found:
24" robot:
void main()
{
while(1)
{
VexLink.send("Stop! That's not safe!");
vex::task::sleep(math.random());
}
}
15" robot:
void main()
{
while(1)
{
VexLink.receive(nothing);
VexLink.send("Ok, boomer");
drivetrain.setPower(100,pct);
drivetrain.setHeading(math.random());
// Golden Statues of Karthik, here we come
}
}
by the way this is odometry
started as this…
and evolved into this
Oh yeah we had this a couple of years back, I completely forgot.