Mind thoughts

Out of nowhere personal thoughts. Not necessarily funny, but always original.

R U mine?

- Posted in Mind thoughts by

I recently realized that I really like the R's.
Model of my Mondraker mountain bike?
"Level R", check.
Model of my Honda car?
"Type R", check.
And even my motocross bike is a Kawasaki without R, I do love the 90's Honda models, "CR".
enter image description here So love (at least mine) is definitely in the R.
(please pronounce "R" the french way (air) , so the joke is 100% complete)

Surrounded by CONST

- Posted in Mind thoughts by

Do you remember when you used to write C code?
(yes, back in the 80's)
More specifically the difference between

int aVar = 100;

and

const int aVar =100;

Something (thunder)struck me today: life's quite similar to a C program.
After spending decades worrying about all RealLife™ variables around me, trying to change them, now I've reached an age when things became crystal clear:

DO NOT WAIST TIME WORRYING ABOUT CONSTANTS
(they will out-live you)

Trying to change a CONST variable in everyday life will invariably give you the following error:

gcc life compiler error: line xx, assignment attempt of read-only variable 'aVar'

So the only hope resides in changing non const variables, so focus only on them, the hell with const.

Free tip: Assholes are undoubtedly const variables ¯\_(ツ)_/¯