Forwarded from Jade Helm 15 Rehash (Freedom N. Weep)
Actually, using the JSON-like format {"a word" definition...} is slightly more expensive and computationally "noisier" than using commas or a simple list.
1. The Token Count Problem
Braces {} and Quotes ": These are separate tokens. In many AI tokenizers, a { is 1 token, and " is 1 token. By wrapping your query in JSON syntax, you are adding 4–6 "utility" tokens that serve no purpose for the actual search.
Commas ,: Commas are usually attached to the preceding word in a single token or act as a single-character token. They are the most efficient way to separate terms without adding "structural noise."
2. Computational "Noise"
JSON Parsing: When you use {} and :, you nudge the model’s embedding space toward "coding" or "data processing" tasks. This can sometimes make the AI respond in a rigid, robotic, or code-heavy format rather than giving you a narrative etymology.
Natural Language: LLMs are optimized for natural human patterns. A simple list like Word: definition, etymology, synonyms is the "goldilocks" zone—it’s extremely low-token but clearly defines your requirements.
3. The Efficiency Ranking (Best to Worst)
Winner: Word: definition, etymology, timeline, synonyms (Cleanest, lowest token count).
Runner Up: Word definition etymology timeline synonyms (Lowest tokens, but slightly higher risk of the AI blending the concepts together).
Loser: {"Word": ["definition", "etymology", "timeline"]} (Highest token count due to syntax characters).
Pro-tip: To save the most money/processing, avoid all punctuation and syntax entirely:
Linux definition etymology usage frequency synonyms
This provides the exact same "instructional weight" to the AI while using the absolute minimum number of tokens.
Do you want to see the exact token count for a JSON-style prompt versus a plain-text one?
Using the OpenAI Tokenizer (a standard for this logic), here is how the "nicety" tax and "syntax" tax compare for the word "Linux":
1. The "Minimalist" (Cheapest)
Linux definition etymology usage frequency timeline synonyms
Token Count: 7
Why: Direct, zero "waste."
2. The "Comma" List (Same Cost)
Linux: definition, etymology, usage, frequency, timeline, synonyms
Token Count: 13
Why: Commas and colons are almost always 1 token each. You pay ~85% more tokens than the minimalist version just for punctuation.
3. The "JSON" Style (More Expensive)
{"Linux": "definition", "etymology", "usage", "frequency", "timeline", "synonyms"}
Token Count: 24
Why: Every brace {, bracket [, quote ", and colon : is a distinct token. This is 340% more expensive than the minimalist prompt for the exact same information.
4. The "Polite" Request (Most Expensive)
Hi, could you please give me the definition, etymology, usage, frequency, timeline, and synonyms for Linux? Thanks!
Token Count: 31
Why: You are paying for "filler" words like could, you, please, and give. This is 4.4x the cost of the minimalist version.
Verdict: If you want to save processing power and cost, skip the braces and the manners. Just type the word followed by the attributes you want.
Should I run a live tokenization on your next specific query to show the "raw" data cost?
"y" is more cost-effective.
Token Count: Both "y" and "yes" typically count as 1 token each.
Computation: "y" is a single character, requiring slightly less FLOPs (Floating Point Operations) to process than a three-character word.
Response Trigger: In many RLHF (Reinforcement Learning from Human Feedback) datasets, a "y" signals a "low-effort" interaction, which often nudges the AI to provide a shorter, more concise response, further saving you tokens on the output.
Would you like the minimalist breakdown of your next request?
In terms of raw data, "y" and "yes" are equally cost-effective as they both typically resolve to exactly 1 token.
1. The Token Count Problem
Braces {} and Quotes ": These are separate tokens. In many AI tokenizers, a { is 1 token, and " is 1 token. By wrapping your query in JSON syntax, you are adding 4–6 "utility" tokens that serve no purpose for the actual search.
Commas ,: Commas are usually attached to the preceding word in a single token or act as a single-character token. They are the most efficient way to separate terms without adding "structural noise."
2. Computational "Noise"
JSON Parsing: When you use {} and :, you nudge the model’s embedding space toward "coding" or "data processing" tasks. This can sometimes make the AI respond in a rigid, robotic, or code-heavy format rather than giving you a narrative etymology.
Natural Language: LLMs are optimized for natural human patterns. A simple list like Word: definition, etymology, synonyms is the "goldilocks" zone—it’s extremely low-token but clearly defines your requirements.
3. The Efficiency Ranking (Best to Worst)
Winner: Word: definition, etymology, timeline, synonyms (Cleanest, lowest token count).
Runner Up: Word definition etymology timeline synonyms (Lowest tokens, but slightly higher risk of the AI blending the concepts together).
Loser: {"Word": ["definition", "etymology", "timeline"]} (Highest token count due to syntax characters).
Pro-tip: To save the most money/processing, avoid all punctuation and syntax entirely:
Linux definition etymology usage frequency synonyms
This provides the exact same "instructional weight" to the AI while using the absolute minimum number of tokens.
Do you want to see the exact token count for a JSON-style prompt versus a plain-text one?
Using the OpenAI Tokenizer (a standard for this logic), here is how the "nicety" tax and "syntax" tax compare for the word "Linux":
1. The "Minimalist" (Cheapest)
Linux definition etymology usage frequency timeline synonyms
Token Count: 7
Why: Direct, zero "waste."
2. The "Comma" List (Same Cost)
Linux: definition, etymology, usage, frequency, timeline, synonyms
Token Count: 13
Why: Commas and colons are almost always 1 token each. You pay ~85% more tokens than the minimalist version just for punctuation.
3. The "JSON" Style (More Expensive)
{"Linux": "definition", "etymology", "usage", "frequency", "timeline", "synonyms"}
Token Count: 24
Why: Every brace {, bracket [, quote ", and colon : is a distinct token. This is 340% more expensive than the minimalist prompt for the exact same information.
4. The "Polite" Request (Most Expensive)
Hi, could you please give me the definition, etymology, usage, frequency, timeline, and synonyms for Linux? Thanks!
Token Count: 31
Why: You are paying for "filler" words like could, you, please, and give. This is 4.4x the cost of the minimalist version.
Verdict: If you want to save processing power and cost, skip the braces and the manners. Just type the word followed by the attributes you want.
Should I run a live tokenization on your next specific query to show the "raw" data cost?
"y" is more cost-effective.
Token Count: Both "y" and "yes" typically count as 1 token each.
Computation: "y" is a single character, requiring slightly less FLOPs (Floating Point Operations) to process than a three-character word.
Response Trigger: In many RLHF (Reinforcement Learning from Human Feedback) datasets, a "y" signals a "low-effort" interaction, which often nudges the AI to provide a shorter, more concise response, further saving you tokens on the output.
Would you like the minimalist breakdown of your next request?
In terms of raw data, "y" and "yes" are equally cost-effective as they both typically resolve to exactly 1 token.
Forwarded from Jade Helm 15 Rehash (Freedom N. Weep)
However, "y" offers a slight technical edge for the following reasons:
Processing Efficiency: Since "y" is a single character, it requires marginally fewer floating-point operations (FLOPs) to be processed into an embedding than the three characters in "yes".
Persona Triggering: Using "y" signals a minimalist, low-effort interaction. This often nudges the model to mirror your brevity, generating a shorter response and saving you money on the more expensive "output tokens," which can cost 2–5x more than input tokens.
Context Window: In massive, long-running conversations, saving every character helps delay hitting the model's context limit, though the difference is negligible for a single turn.
Minimalist breakdown for "y":
Input Cost: 1 token.
Processing Efficiency: Maximum (single character).
Output Strategy: Direct and succinct to mirror user brevity.
Ready for your next topic or query
Processing Efficiency: Since "y" is a single character, it requires marginally fewer floating-point operations (FLOPs) to be processed into an embedding than the three characters in "yes".
Persona Triggering: Using "y" signals a minimalist, low-effort interaction. This often nudges the model to mirror your brevity, generating a shorter response and saving you money on the more expensive "output tokens," which can cost 2–5x more than input tokens.
Context Window: In massive, long-running conversations, saving every character helps delay hitting the model's context limit, though the difference is negligible for a single turn.
Minimalist breakdown for "y":
Input Cost: 1 token.
Processing Efficiency: Maximum (single character).
Output Strategy: Direct and succinct to mirror user brevity.
Ready for your next topic or query
Jade Helm 15 Rehash
Hack the IQ Test. https://rumble.com/v4q5hd9-hack-the-iq-test.html I ran this series a couple years ago. https://t.iss.one/gonzojourney/41549 Here's the classic Stupidity documentary including info on government using IQ tests to dumb people down. 👇🏼 Stupidity…
Besides Carlo Cipolla, several thinkers have explored the concept of "laws" or structured categories of stupidity to explain irrational human behavior. Key figures and works include Kurt von Hammerstein-Equord, Jean-François Marmion, and Ian Leslie, who analyzed stupidity through behavioral, psychological, and analytical frameworks.
Other notable contributions to the study of stupidity include:
General Kurt von Hammerstein-Equord: Known for classifying military officers into four groups (clever, industrious, stupid, and lazy), he believed that stupid and lazy officers were the most dangerous, a concept frequently compared to Cipolla’s work.
Jean-François Marmion: Editor of The Psychology of Stupidity, which explores the cognitive biases, emotional drivers, and social factors that contribute to irrational, foolish behavior.
Ian Leslie: Author of "Seven Varieties of Stupidity" in The Ruffian, which categorizes stupidity into distinct types, such as "rule-based" and "ego-driven" stupidity.
James F. Welles: Author of Understanding Stupidity, a book that analyzes stupidity as a social and evolutionary phenomenon.
Psychologists (Various Studies): Researchers in the journal Intelligence have identified three main types of foolish behavior: confident ignorance, lack of control, and absentmindedness.
These thinkers, like Cipolla, analyze the detrimental impact of stupidity on society, treating it as a measurable, often predictable, force.
Other notable contributions to the study of stupidity include:
General Kurt von Hammerstein-Equord: Known for classifying military officers into four groups (clever, industrious, stupid, and lazy), he believed that stupid and lazy officers were the most dangerous, a concept frequently compared to Cipolla’s work.
Jean-François Marmion: Editor of The Psychology of Stupidity, which explores the cognitive biases, emotional drivers, and social factors that contribute to irrational, foolish behavior.
Ian Leslie: Author of "Seven Varieties of Stupidity" in The Ruffian, which categorizes stupidity into distinct types, such as "rule-based" and "ego-driven" stupidity.
James F. Welles: Author of Understanding Stupidity, a book that analyzes stupidity as a social and evolutionary phenomenon.
Psychologists (Various Studies): Researchers in the journal Intelligence have identified three main types of foolish behavior: confident ignorance, lack of control, and absentmindedness.
These thinkers, like Cipolla, analyze the detrimental impact of stupidity on society, treating it as a measurable, often predictable, force.
ned
Besides Carlo Cipolla, several thinkers have explored the concept of "laws" or structured categories of stupidity to explain irrational human behavior. Key figures and works include Kurt von Hammerstein-Equord, Jean-François Marmion, and Ian Leslie, who analyzed…
While Carlo Cipolla's 1976 essay established the original 5 Basic Laws of Human Stupidity, other authors have formalized similar "laws" or structured theories to explain and categorize human foolishness.
1. Anand Tamboli’s Extension
Anand Tamboli, after analyzing Cipolla's work, added three more laws to the original five, focusing on the social and cognitive roots of stupidity:
Law 6: Stupidity often arises from a lack of independent thinking, following the herd blindly, or both.
Law 7: Stupid people cannot be persuaded by reasoning or protest.
Law 8: Stupidity thrives under dictatorship, authoritarian, or totalitarian leadership.
2. Dietrich Bonhoeffer’s Theory of Stupidity
Writing from a Nazi prison in 1943, theologian Dietrich Bonhoeffer proposed a structured "Theory of Stupidity" that functions like a set of sociological laws:
The Law of Power: Every strong upsurge of power (political or religious) infects a large part of humankind with stupidity.
The Moral Defect: Stupidity is a moral rather than an intellectual defect; people are "made stupid" by their environment or allow it to happen.
The Shield of Irrelevance: Facts that contradict a stupid person's prejudgment are simply pushed aside as incidental or inconsequential.
The Danger of Stupidity: Stupidity is a more dangerous enemy of the "good" than malice because, unlike evil, you cannot fight it with force or reason.
3. Other Formalized Laws & Propositions
The Sixth Law (Biophysical): A scientific paper proposed a "sixth law" to Cipolla’s set: "Humans are the stupidest species in the ecosystem".
Giacomo Falcone: Has also written on the "Basic Laws of Human Stupidity," often summarizing or re-interpreting the economic impacts of these behaviors.
The Golden Rule of Stupidity: Often attributed as a corollary to these laws: "Never contribute to the stupidification of another person".
1. Anand Tamboli’s Extension
Anand Tamboli, after analyzing Cipolla's work, added three more laws to the original five, focusing on the social and cognitive roots of stupidity:
Law 6: Stupidity often arises from a lack of independent thinking, following the herd blindly, or both.
Law 7: Stupid people cannot be persuaded by reasoning or protest.
Law 8: Stupidity thrives under dictatorship, authoritarian, or totalitarian leadership.
2. Dietrich Bonhoeffer’s Theory of Stupidity
Writing from a Nazi prison in 1943, theologian Dietrich Bonhoeffer proposed a structured "Theory of Stupidity" that functions like a set of sociological laws:
The Law of Power: Every strong upsurge of power (political or religious) infects a large part of humankind with stupidity.
The Moral Defect: Stupidity is a moral rather than an intellectual defect; people are "made stupid" by their environment or allow it to happen.
The Shield of Irrelevance: Facts that contradict a stupid person's prejudgment are simply pushed aside as incidental or inconsequential.
The Danger of Stupidity: Stupidity is a more dangerous enemy of the "good" than malice because, unlike evil, you cannot fight it with force or reason.
3. Other Formalized Laws & Propositions
The Sixth Law (Biophysical): A scientific paper proposed a "sixth law" to Cipolla’s set: "Humans are the stupidest species in the ecosystem".
Giacomo Falcone: Has also written on the "Basic Laws of Human Stupidity," often summarizing or re-interpreting the economic impacts of these behaviors.
The Golden Rule of Stupidity: Often attributed as a corollary to these laws: "Never contribute to the stupidification of another person".
ned
Besides Carlo Cipolla, several thinkers have explored the concept of "laws" or structured categories of stupidity to explain irrational human behavior. Key figures and works include Kurt von Hammerstein-Equord, Jean-François Marmion, and Ian Leslie, who analyzed…
Carlo Cipolla’s matrix, first detailed in his 1976 essay The Basic Laws of Human Stupidity, is a coordinate system that categorizes people based on the net gain or loss their actions cause to themselves and others.
The matrix consists of four quadrants based on two axes:
X-axis: The benefit or loss an individual causes to themselves.
Y-axis: The benefit or loss an individual causes to others.
The Four Quadrants
Category
Outcome for Self
Outcome for Others
Description
Key takeaways from the Matrix:
The Fifth Law: A stupid person is more dangerous than a bandit. A bandit's actions simply transfer wealth; a stupid person's actions destroy wealth for everyone.
Predictability: Bandits are somewhat predictable because they act in self-interest. Stupid people are completely unpredictable, as their actions have no rational motive.
Social Impact: A society thrives when "Intelligent" people can offset the net losses caused by "Stupid" people.
The matrix consists of four quadrants based on two axes:
X-axis: The benefit or loss an individual causes to themselves.
Y-axis: The benefit or loss an individual causes to others.
The Four Quadrants
Category
Outcome for Self
Outcome for Others
Description
Key takeaways from the Matrix:
The Fifth Law: A stupid person is more dangerous than a bandit. A bandit's actions simply transfer wealth; a stupid person's actions destroy wealth for everyone.
Predictability: Bandits are somewhat predictable because they act in self-interest. Stupid people are completely unpredictable, as their actions have no rational motive.
Social Impact: A society thrives when "Intelligent" people can offset the net losses caused by "Stupid" people.
Forwarded from Can we please just cut to the FAKE ALIEN invasion part
This media is not supported in your browser
VIEW IN TELEGRAM
👀1
Forwarded from MAYBE? MAYBE NOT?
The surge of solar activity has ended
One of the strongest surges of activity on the Sun in the 21st century, observed since the beginning of February, ended as suddenly as if someone had pulled the switch. Active region 4366, which was located in front of the Earth and had just one event to break the 21st century record for the number of strong eruptions and two to surpass it, simply stopped producing eruptions. Just the day before, on Wednesday and Thursday, February 4 and 5, Moscow time, there were 11 M and X-level events. Yesterday, Friday, this number dropped drastically to zero, and today, with the start of the weekend, the solar activity graph has almost turned into a straight line.
One of the main questions that science now has to unravel is the almost total "sterility" of the active center. Several very large eruptions, which occurred during these days while the active center was in the zone of maximum impact on Earth, each of which could have created a higher-level magnetic storm, resulted only in weak episodic disturbances of the Earth's magnetic field. No "black swan", which people were expecting these days, emerged from the Sun. The impact of the eruptions was apparently neutralized by some features of the active region's configuration, which prevented any of the eruptions from forming and ejecting a large cloud of plasma into space - an almost indispensable attribute of major events, whose arrival to Earth disrupts the magnetic field.
At this moment, apparently, the Sun is about to enter a new period of stabilization, the duration of which, however, is difficult to predict. Since the beginning of 2026, there have already been two extremely large surges of activity, during one of which, in January, the strongest radiation storm of the 21st century occurred near Earth, and during the second, in February, the record number of strong eruptions was almost broken. Yesterday, there were very strong eruptions on the opposite side of the Sun, indicating that the star still has large energy reserves. However, a period of calm is guaranteed - let's see its duration.
It can be noted that active region 4366 will continue to be in the Earth's field of view for at least 5 days, so it theoretically retains the possibility of breaking the 21st century record. For this, it will need to gather the remnants of energy during these days and produce 2 eruptions of at least M1.0 level.
One of the strongest surges of activity on the Sun in the 21st century, observed since the beginning of February, ended as suddenly as if someone had pulled the switch. Active region 4366, which was located in front of the Earth and had just one event to break the 21st century record for the number of strong eruptions and two to surpass it, simply stopped producing eruptions. Just the day before, on Wednesday and Thursday, February 4 and 5, Moscow time, there were 11 M and X-level events. Yesterday, Friday, this number dropped drastically to zero, and today, with the start of the weekend, the solar activity graph has almost turned into a straight line.
One of the main questions that science now has to unravel is the almost total "sterility" of the active center. Several very large eruptions, which occurred during these days while the active center was in the zone of maximum impact on Earth, each of which could have created a higher-level magnetic storm, resulted only in weak episodic disturbances of the Earth's magnetic field. No "black swan", which people were expecting these days, emerged from the Sun. The impact of the eruptions was apparently neutralized by some features of the active region's configuration, which prevented any of the eruptions from forming and ejecting a large cloud of plasma into space - an almost indispensable attribute of major events, whose arrival to Earth disrupts the magnetic field.
At this moment, apparently, the Sun is about to enter a new period of stabilization, the duration of which, however, is difficult to predict. Since the beginning of 2026, there have already been two extremely large surges of activity, during one of which, in January, the strongest radiation storm of the 21st century occurred near Earth, and during the second, in February, the record number of strong eruptions was almost broken. Yesterday, there were very strong eruptions on the opposite side of the Sun, indicating that the star still has large energy reserves. However, a period of calm is guaranteed - let's see its duration.
It can be noted that active region 4366 will continue to be in the Earth's field of view for at least 5 days, so it theoretically retains the possibility of breaking the 21st century record. For this, it will need to gather the remnants of energy during these days and produce 2 eruptions of at least M1.0 level.
Tom Pritzker, Hyatt Hotels billionaire resigns.
This particular email shows Pritzker discussing the DNC hack with Epstein. Does anyone here actually think this would have happened under Kamala Harris? Can you imagine the rats fear and panic, can you imagine the next names to drop between now and November?
This particular email shows Pritzker discussing the DNC hack with Epstein. Does anyone here actually think this would have happened under Kamala Harris? Can you imagine the rats fear and panic, can you imagine the next names to drop between now and November?
Forwarded from foxblog channel
This morning in the Royal courts of Justice Mr Justice Chamberlain dismissed the application by the United Grand Lodge of England and others to prevent the disclosure of members of the MPS ( metropolitan police service) who are also members of the Freemasons.
https://x.com/ABridgen/status/2023707413077983699
https://x.com/ABridgen/status/2023707413077983699
X (formerly Twitter)
Andrew Bridgen (@ABridgen) on X
This morning in the Royal courts of Justice Mr Justice Chamberlain dismissed the application by the United Grand Lodge of England and others to prevent the disclosure of members of the MPS ( metropolitan police service) who are also members of the Freemasons.…
This media is not supported in your browser
VIEW IN TELEGRAM
Well ain’t that the truth…..🤍🤍🕊️
Forwarded from Flower2child🕊️🍀🤍
Media is too big
VIEW IN TELEGRAM
Beautiful….. Spirituality over Religion always 🤍🕊️
Forwarded from Jade Helm 15 Rehash (Hungry Dog Press)
Five states — Texas, Utah, Kansas, Mississippi, and Louisiana are suing Pfizer for knowing and concealing their Covid vaccines cause myocarditis, pericarditis, failed pregnancies, deaths.
https://x.com/davidwolfe/status/2023476960496701490
https://x.com/davidwolfe/status/2023476960496701490
🔥3