Skip to main content

optical nutrition 

I had optical nutrition on Maria's profile.
optical nutrition by werls July 12, 2011

Nutritionist 

usage (noun)
A title claimed by many have-been hollywood types, wannabe doctors, and your regular garden variety hollywood "fitness" guru. There is no legal definition therefore allowing any charlatan to use it. Normally used to imply that the person has some knowledge on the science of biochemical reactions which occur in energy expenditure and metabolism as an organism converts food into usable energy-but notice they never use R.D. after their name, as they would be prosecuted for impersonating real scientists.
"Are you a nutritionist?"
"No, I'm a Registered Dietitian"
"what does that mean?"
"I have a degree in biochem and clinical training in the field in addition I don't wear spandex on TV"
Nutritionist by MintyLeila September 23, 2005

hungarian notation 

In programming, a coding standard where all variables are tagged so you can tell their datatype by looking at the name. Microsoft likes hungarian notation, I do not. It is useful when naming GUI objects though.
nonhungarian notation:
int number;
string name;
double value;
-------------------------
hungarian notation
int nNumber;
string strName;
double dValue;
hungarian notation by Dahhak October 13, 2004

Nutritionologist 

'New-trih-shun-olo-jist'
A self proclaimed nutrition expert, who has studied at the school of social media and googling.

A true Nutritionologist understands that life long learning is important, but that trolling is importanter.
1. Hey bro, I hear you're the one to speak to in this joint regarding nutrition?

Nutritionologist: damn straight, I'll give you the low down on why keto is bull crap and how to get abs whilst eating pizza.

2. What's the difference between you and a dietician?

Nutritionologist : I have a personality... Oh and they have a butt load of education.

Nutrition Nazi 

Someone who insists on getting in everyone’s face and insulting and belittling them on their food choices.
“Oh, girl, I just watched a Nutrition Nazi rip some poor girl a new asshole for having a carton of non-soy milk in her cart at the grocery store!”

hungarian notation 

Refers to the programming habit of naming variables so that the variable's intended use is clear from it's name.

The original hungarian notation was first described and used by Charles Simonyi, a hungarian programmer who worked for Microsoft.
Using hungarian notation, a variable called a_crszkvc30LastNameCol would imply a constant reference function argument, holding the contents of a database column of type VARCHAR(30) called LastName that was part of the table's primary key
hungarian notation by Praetexta September 3, 2007