Trivium's avatar
Trivium
npub1u89p...7434
Freedom maximalist. Autodidact. Electrical Engineer. Critical thinking is the decentralization of the mind.
Trivium's avatar
Trivium 10 months ago
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's avatar
Trivium 10 months ago
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. image
Trivium's avatar
Trivium 10 months ago
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. image
Trivium's avatar
Trivium 10 months ago
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> image
Trivium's avatar
Trivium 10 months ago
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)
Trivium's avatar
Trivium 10 months ago
There are several ways to learn. Pain is the fastest way. Love is the deepest way. Logic is the bridge.
Trivium's avatar
Trivium 10 months ago
Can someone fill me in on whats going on with the mempool? image
Trivium's avatar
Trivium 10 months ago
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 ....
Trivium's avatar
Trivium 10 months ago
Some quotes are timeless. They transcend past circumstances and morph themselves to apply to present circumstances. image
Trivium's avatar
Trivium 11 months ago
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. image
Trivium's avatar
Trivium 11 months ago
what happen when government employees graduate from government schools? image
Trivium's avatar
Trivium 11 months ago
Before I check my email, I check my server. #start9 #bitcoincore image