Skip to main content

Definitions by M1N3R

(intj.) a meaningless vocalization invoked by common physical activity. like yeet, but for actions besides throwing. the fricative (sh- part) marks the lead-up to the action--as if charging up--while the rest is uttered during the meaningful action.
(v.) to produce such a vocalization.
- (while stepping over a child fence) *bends the knees* shhh... *lifts a leg up and over* ...oip!
- i shoip a lot.
shoip by M1N3R November 26, 2025
(n., programming) Nickname for a common transposition (wrong letter order) typo of the words "true" and "false", the two possible values of a boolean (yes/no) data type in code. Often occurs when you try to type too fast.

"blooean" is, itself, a transposition of the word "boolean"!
while Ture: # <-- "Ture" is a blooean. It should be replaced with "True".

print("Hello forever!")
blooean by M1N3R April 30, 2024