Dear NOSTR,
Did you know the Amish are exempted from the following:
-Social Security and Medicare taxes
-Workers’ compensation insurance
-Education system
-Child labor laws on family farms
-Military draft
-Photo identification
-Certain building and safety codes
-Vaccination mandates
Your Friend, Jebidiah.
Trivium
npub1u89p...7434
Freedom maximalist. Autodidact. Electrical Engineer. Critical thinking is the decentralization of the mind.
GM.


If you can learn to think in the abstract, you can learn from any source.
Critical thinking is the prerequisite for abstract thought.
#trivium @Lyn Alden


X (formerly Twitter)
Lyn Alden (@LynAldenContact) on X
I’ve learned as much from fiction books/shows/movies as nonfiction books/shows/movies.
Nonfiction gives facts.
Fiction gives me reasons to care...
From 1834 to 1933, the U.S. dollar was convertible to 25.8 grains of gold at 90% purity.
This conversion rate would put the U.S. minimum wage ($7.25) at a current value of $1,052.00 per hour.
We don't have a labor problem, we have a money problem.


Understanding America’s Labor Shortage
Workforce participation remains below pre-pandemic levels. We are missing 1.7 million Americans from the workforce compared to February of 2020.
In 1963 the minimum wage in the U.S. was $1.25 per hour. Quarters were 90% silver.
5 silver quarters currently selling for $49.50.
We don't have an economic problem, we have a money problem.


Pockets can be picked. Get a @COLDCARD .




The Trivium (Grammar, Logic and Rhetoric) is a powerful tool for learning. But it is far from perfect.
It neglects changes over time. Example:
Definition:
Inflation (1895 - 1982) - "An increase in the supply of money and credit"
Inflation (1983- present)- "An increase in the price of goods".
This violates 2 principles of the the trivium.
1. Grammar - definitions changed
2. Logic. - cause and effect have been reversed as a result.


The HTTP 402 'Payment Required' status code was introduced in RFC 2068 (January 1997), 12 years before bitcoin.
LETS MAKE PAYMENTS GREAT AGAIN!
<script>
async function fetchPaidResource() {
try {
// Request the paid resource
const response = await fetch('/paid-resource', { method: 'GET' });
if (response.status === 402) {
// Parse the 402 response
const data = await response.json();
const invoice = data.invoice;
// Check if WebLN is available (e.g., Alby extension)
if (typeof window.webln === 'undefined') {
alert('Please install a Lightning wallet like Alby to pay.');
return;
}
// Enable WebLN and send payment
await window.webln.enable();
await window.webln.sendPayment(invoice);
// Retry the request after payment
const retry = await fetch('/paid-resource', { method: 'GET' });
if (retry.ok) {
const content = await retry.text(); // Or .json() if applicable
document.getElementById('content').innerHTML = content;
} else {
alert('Payment succeeded, but access still failed.');
}
} else if (response.ok) {
// If no 402, display the content directly
const content = await response.text();
document.getElementById('content').innerHTML = content;
}
} catch (error) {
console.error('Error:', error);
alert('Something went wrong. Check the console.');
}
}
// Trigger the function (e.g., on page load or button click)
window.onload = fetchPaidResource;
// Or use: <button onclick="fetchPaidResource()">Get Paid Content</button>
</script>
<!-- Placeholder for content -->
<div id="content">Loading...</div>


The people should have the issuing power of money
- Thomas Jefferson (1816)
The State should have the issuing power of money
- Karl Marx (1848)
No one should have the power to issue money
- Satoshi Nakamoto (2009)


There are several ways to learn. Pain is the fastest way. Love is the deepest way. Logic is the bridge.
Can someone fill me in on whats going on with the mempool?


Why is 1+(2×3)=7
but (1+2) x 3=9
If you move the (), you change the answer.
Hopefully the world's elite won't figure this out any time soon...otherwise they could manipulate society on a grand level ....
Some quotes are timeless. They transcend past circumstances and morph themselves to apply to present circumstances.


Since the NOSTR community is a high IQ group, might I suggest the following...it's a difficult read due to the translation, but it perfectly dismantles the idea of traditional "economics" as a field of academic study.


Analog Bitcoin...


what happen when government employees graduate from government schools?


Before I check my email, I check my server.
#start9
#bitcoincore

