-
@ 6a6be47b:3e74e3e1
2025-06-09 16:59:13Hi frens! ð
Did you get a chance to rest this weekend? I hope so! While my cat naps away in his window hammock (and Iâm a bit jealous of his endless snoozing), I found myself reflecting on a book I almost forgot I read years ago: Enderâs Game by Orson Scott Card.
I knew Enderâs Game was part of a larger series, but since Card originally wrote Ender as just a ânovelette,â I was never sure if I wanted to continue with the sequels after finishing the first book.
âïļIf youâre into movies or stories about epic space wars, Earth under threat from alien species, and unlikely heroes who seem a bit too good to be true âEnderâs Game is all that, but better.
What brought this book back to mind was humming along to âHomeâ by Tides of Man (from their album Dreamhouse):
âYou were faster than me You were better than me I was too careful and weak It had to be youâ ðķ
Supposedly, the album was inspired by Enderâs Game. If youâve read the book and listen to the album, can you spot which tracks match up with the story? ð
Ender, our (somewhat debatable) hero, is just a kid âbut heâs sharp, resourceful, and surprisingly astute.
Youâll follow him through Battle School, navigating his complicated relationship (to put it nicely) with his older brother, and his much more empathetic bond with his sister. Youâll root for him, struggle with him, and want him to win.
ðļBut by the end, youâre left wondering (just like him): what exactly is he winning? Was it worth it? When I finished the book, I couldnât bring myself to continue the series. Maybe it was because the first book felt so brilliant on its own that I didnât want to risk spoiling the experience, or maybe I wasnât sure if knowing more about Ender as he grows up would change how I felt about him as a kid.
Either way, Iâm still undecided about reading the rest of the saga. Maybe I will, maybe I wonât. But I can say this: Enderâs Game is a must-read.
See you soon, frens.
Godspeed! ð
https://stacker.news/items/1001683
-
@ dfa02707:41ca50e3
2025-06-07 12:02:34- This version introduces the Soroban P2P network, enabling Dojo to relay transactions to the Bitcoin network and share others' transactions to break the heuristic linking relaying nodes to transaction creators.
- Additionally, Dojo admins can now manage API keys in DMT with labels, status, and expiration, ideal for community Dojo providers like Dojobay. New API endpoints, including "/services" exposing Explorer, Soroban, and Indexer, have been added to aid wallet developers.
- Other maintenance updates include Bitcoin Core, Tor, Fulcrum, Node.js, plus an updated ban-knots script to disconnect inbound Knots nodes.
"I want to thank all the contributors. This again shows the power of true Free Software. I also want to thank everyone who donated to help Dojo development going. I truly appreciate it," said Still Dojo Coder.
What's new
- Soroban P2P network. For MyDojo (Docker setup) users, Soroban will be automatically installed as part of their Dojo. This integration allows Dojo to utilize the Soroban P2P network for various upcoming features and applications.
- PandoTx. PandoTx serves as a transaction transport layer. When your wallet sends a transaction to Dojo, it is relayed to a random Soroban node, which then forwards it to the Bitcoin network. It also enables your Soroban node to receive and relay transactions from others to the Bitcoin network and is designed to disrupt the assumption that a node relaying a transaction is closely linked to the person who initiated it.
- Pushing transactions through Soroban can be deactivated by setting
NODE_PANDOTX_PUSH=off
indocker-node.conf
. - Processing incoming transactions from Soroban network can be deactivated by setting
NODE_PANDOTX_PROCESS=off
indocker-node.conf
.
- Pushing transactions through Soroban can be deactivated by setting
- API key management has been introduced to address the growing number of people offering their Dojos to the community. Dojo admins can now access a new API management tab in their DMT, where they can create unlimited API keys, assign labels for easy identification, and set expiration dates for each key. This allows admins to avoid sharing their main API key and instead distribute specific keys to selected parties.
- New API endpoints. Several new API endpoints have been added to help API consumers develop features on Dojo more efficiently:
- New:
/latest-block
- returns data about latest block/txout/:txid/:index
- returns unspent output data/support/services
- returns info about services that Dojo exposes
- Updated:
/tx/:txid
- endpoint has been updated to return raw transaction with parameter?rawHex=1
- The new
/support/services
endpoint replaces the deprecatedexplorer
field in the Dojo pairing payload. Although still present, API consumers should use this endpoint for explorer and other pairing data.
- New:
Other changes
- Updated ban script to disconnect inbound Knots nodes.
- Updated Fulcrum to v1.12.0.
- Regenerate Fulcrum certificate if expired.
- Check if transaction already exists in pushTx.
- Bump BTC-RPC Explorer.
- Bump Tor to v0.4.8.16, bump Snowflake.
- Updated Bitcoin Core to v29.0.
- Removed unnecessary middleware.
- Fixed DB update mechanism, added api_keys table.
- Add an option to use blocksdir config for bitcoin blocks directory.
- Removed deprecated configuration.
- Updated Node.js dependencies.
- Reconfigured container dependencies.
- Fix Snowflake git URL.
- Fix log path for testnet4.
- Use prebuilt addrindexrs binaries.
- Add instructions to migrate blockchain/fulcrum.
- Added pull policies.
Learn how to set up and use your own Bitcoin privacy node with Dojo here.
-
@ dfa02707:41ca50e3
2025-06-07 08:01:38Contribute to keep No Bullshit Bitcoin news going.
- The latest firmware updates for COLDCARD devices introduce two major features: COLDCARD Co-sign (CCC) and Key Teleport between two COLDCARD Q devices using QR codes and/or NFC with a website.
What's new
- COLDCARD Co-Sign: When CCC is enabled, a second seed called the Spending Policy Key (Key C) is added to the device. This seed works with the device's Main Seed and one or more additional XPUBs (Backup Keys) to form 2-of-N multisig wallets.
- The spending policy functions like a hardware security module (HSM), enforcing rules such as magnitude and velocity limits, address whitelisting, and 2FA authentication to protect funds while maintaining flexibility and control, and is enforced each time the Spending Policy Key is used for signing.
- When spending conditions are met, the COLDCARD signs the partially signed bitcoin transaction (PSBT) with the Main Seed and Spending Policy Key for fund access. Once configured, the Spending Policy Key is required to view or change the policy, and violations are denied without explanation.
"You can override the spending policy at any time by signing with either a Backup Key and the Main Seed or two Backup Keys, depending on the number of keys (N) in the multisig."
-
A step-by-step guide for setting up CCC is available here.
-
Key Teleport for Q devices allows users to securely transfer sensitive data such as seed phrases (words, xprv), secure notes and passwords, and PSBTs for multisig. It uses QR codes or NFC, along with a helper website, to ensure reliable transmission, keeping your sensitive data protected throughout the process.
- For more technical details, see the protocol spec.
"After you sign a multisig PSBT, you have option to âKey Teleportâ the PSBT file to any one of the other signers in the wallet. We already have a shared pubkey with them, so the process is simple and does not require any action on their part in advance. Plus, starting in this firmware release, COLDCARD can finalize multisig transactions, so the last signer can publish the signed transaction via PushTX (NFC tap) to get it on the blockchain directly."
- Multisig transactions are finalized when sufficiently signed. It streamlines the use of PushTX with multisig wallets.
- Signing artifacts re-export to various media. Users are now provided with the capability to export signing products, like transactions or PSBTs, to alternative media rather than the original source. For example, if a PSBT is received through a QR code, it can be signed and saved onto an SD card if needed.
- Multisig export files are signed now. Public keys are encoded as P2PKH address for all multisg signature exports. Learn more about it here.
- NFC export usability upgrade: NFC keeps exporting until CANCEL/X is pressed.
- Added Bitcoin Safe option to Export Wallet.
- 10% performance improvement in USB upload speed for large files.
- Q: Always choose the biggest possible display size for QR.
Fixes
- Do not allow change Main PIN to same value already used as Trick PIN, even if Trick PIN is hidden.
- Fix stuck progress bar under
Receiving...
after a USB communications failure. - Showing derivation path in Address Explorer for root key (m) showed double slash (//).
- Can restore developer backup with custom password other than 12 words format.
- Virtual Disk auto mode ignores already signed PSBTs (with â-signedâ in file name).
- Virtual Disk auto mode stuck on âReadingâĶâ screen sometimes.
- Finalization of foreign inputs from partial signatures. Thanks Christian Uebber!
- Temporary seed from COLDCARD backup failed to load stored multisig wallets.
Destroy Seed
also removes all Trick PINs from SE2.Lock Down Seed
requires pressing confirm key (4) to execute.- Q only: Only BBQr is allowed to export Coldcard, Core, and pretty descriptor.
-
@ dfa02707:41ca50e3
2025-06-07 08:01:33Contribute to keep No Bullshit Bitcoin news going.
This update brings key enhancements for clarity and usability:
- Recent Blocks View: Added to the Send tab and inspired by Mempool's visualization, it displays the last 2 blocks and the estimated next block to help choose fee rates.
- Camera System Overhaul: Features a new library for higher resolution detection and mouse-scroll zoom support when available.
- Vector-Based Images: All app images are now vectorized and theme-aware, enhancing contrast, especially in dark mode.
- Tor & P2A Updates: Upgraded internal Tor and improved support for pay-to-anchor (P2A) outputs.
- Linux Package Rename: For Linux users, Sparrow has been renamed to sparrowwallet (or sparrowserver); in some cases, the original sparrow package may need manual removal.
- Additional updates include showing total payments in multi-payment transaction diagrams, better handling of long labels, and other UI enhancements.
- Sparrow v2.2.1 is a bug fix release that addresses missing UUID issue when starting Tor on recent macOS versions, icons for external sources in Settings and Recent Blocks view, repackaged
.deb
installs to use older gzip instead of zstd compression, and removed display of median fee rate where fee rates source is set to Server.
Learn how to get started with Sparrow wallet:
Release notes (v2.2.0)
- Added Recent Blocks view to Send tab.
- Converted all bitmapped images to theme aware SVG format for all wallet models and dialogs.
- Support send and display of pay to anchor (P2A) outputs.
- Renamed
sparrow
package tosparrowwallet
andsparrowserver
on Linux. - Switched camera library to openpnp-capture.
- Support FHD (1920 x 1080) and UHD4k (3840 x 2160) capture resolutions.
- Support camera zoom with mouse scroll where possible.
- In the Download Verifier, prefer verifying the dropped file over the default file where the file is not in the manifest.
- Show a warning (with an option to disable the check) when importing a wallet with a derivation path matching another script type.
- In Cormorant, avoid calling the
listwalletdir
RPC on initialization due to a potentially slow response on Windows. - Avoid server address resolution for public servers.
- Assume server address is non local for resolution failures where a proxy is configured.
- Added a tooltip to indicate truncated labels in table cells.
- Dynamically truncate input and output labels in the tree on a transaction tab, and add tooltips if necessary.
- Improved tooltips for wallet tabs and transaction diagrams with long labels.
- Show the address where available on input and output tooltips in transaction tab tree.
- Show the total amount sent in payments in the transaction diagram when constructing multiple payment transactions.
- Reset preferred table column widths on adjustment to improve handling after window resizing.
- Added accessible text to improve screen reader navigation on seed entry.
- Made Wallet Summary table grow horizontally with dialog sizing.
- Reduced tooltip show delay to 200ms.
- Show transaction diagram fee percentage as less than 0.01% rather than 0.00%.
- Optimized and reduced Electrum server RPC calls.
- Upgraded Bouncy Castle, PGPainless and Logback libraries.
- Upgraded internal Tor to v0.4.8.16.
- Bug fix: Fixed issue with random ordering of keystore origins on labels import.
- Bug fix: Fixed non-zero account script type detection when signing a message on Trezor devices.
- Bug fix: Fixed issue parsing remote Coldcard xpub encoded on a different network.
- Bug fix: Fixed inclusion of fees on wallet label exports.
- Bug fix: Increase Trezor device libusb timeout.
Linux users: Note that the
sparrow
package has been renamed tosparrowwallet
orsparrowserver
, and in some cases you may need to manually uninstall the originalsparrow
package. Look in the/opt
folder to ensure you have the new name, and the original is removed.What's new in v2.2.1
- Updated Tor library to fix missing UUID issue when starting Tor on recent macOS versions.
- Repackaged
.deb
installs to use older gzip instead of zstd compression. - Removed display of median fee rate where fee rates source is set to Server.
- Added icons for external sources in Settings and Recent Blocks view
- Bug fix: Fixed issue in Recent Blocks view when switching fee rates source
- Bug fix: Fixed NPE on null fee returned from server
-
@ 73d8a0c3:c1853717
2025-06-09 14:44:27[*What follows is an excerpt from my Novel: Redacted Science. It is a work in progress as I document 30 year long battle with a condition I know exists because I've seen the research. But, you cannot find it anymore. While my condition is worthy to note, and the science behind it fascinating, there is a larger issue at hand that we need to consider deeply in the tumultuous days to come. Who controls the data? Who controls the indexing? Everything is built from that which comes before. The novel 1984 was not just prescient â it was a warning we archived. Our LLMs learn from their indexes. We, as people, learn from memory â memories weâve indexed, often anchored by photos weâve kept. Societies, too, learn this way. They age. Each generation builds upon the memories of the last.
Our past â our index â creates the future. So... who controls the indexes? Who is shaping the future?*]
Maybe it wasnât just bad luck. Maybe it started way earlier.
I used to wet the bed. Not once or twice. The doctors had said, and my Mom assured me, it would go away with age. And it did. The last time I remember wetting the bed I was a month from turning 16 years-old. [As I write this now, it is the first time I really come to grips with the fact I was that age.] The reason I know precisely the year and even the month was because I was on my sophomore church choir trip just after the school year completed. I was rooming with three other guys, and therefore sharing a bed with my best friend in the world. He never mentioned anything. Maybe he noticed. Maybe he didnât. But thatâs not just embarrassing. Thatâs diagnostic, if anyone's paying attention. I didnât know it back then, but kids who wet the bed that long often have something wrong with the way their brain regulates antidiuretic hormone â ADH. The same hormone Iâd later drown in.
Most people get a nice surge of ADH at night. Itâs the bodyâs way of saying: Weâre asleep now. Letâs conserve water, hold the urine. But if that signalâs off â if the hypothalamus doesnât cue it, or the pituitary doesnât release it, or the kidneys donât listen â then the urine keeps coming. Every night. Like clockwork. Like something upstream never got the message.
Now fast forward.
Years later, Iâve got the opposite problem. Too much ADH. My kidneys hold everything. They think Iâm dehydrated when Iâm not. Itâs like the system flipped, rewired itself backwards. And thatâs not how regulation is supposed to work. UnlessâĶ maybe it never worked right to begin with.
Then thereâs the seizure. Just one. Just a baby. Supposedly no big deal. But when a seizure hits in infancy â especially in or around the hypothalamus â it can scar circuits that control everything downstream: temperature, hunger, stress, thirst, hormone pulses, salt sensing. What if that one storm rewrote the rules?
Weâve got osmoreceptors in the brain â little sensors that taste the salt in our blood, literally â and baroreceptors in our neck and chest that feel pressure and stretch. Those two signals are supposed to balance out: salt vs volume. But what if the integration point, the part of the brain that weighs the inputs and decides whether to release ADH, got damaged? Or miscalibrated? Or hijacked?
What if that seizure set the initial mismatch?
What if bedwetting was the system trying to adapt to low nighttime ADH? What if a genetic condition made me susceptible to candidiasis being able to coexist with my system on a deeper level than normal? What if the candidiasis was the reason for the ADH malfunctions, even as a child, and that was due to some rare undocumented genetic trait? I bet someone would be interested in knowing about that trait. [Thatâs what weâre here for folks. You have to find it or, at a minimum, the science they redacted]. Or what if the seizure changed something and the candidiasis stepped in to âfixâ it?
I have a deeper theory.
What if my so-called âadult-onsetâ SIADH isnât an onset at all â but just the next phase of a long-broken feedback loop? Genetics, early seizures â maybe they didnât just damage me. Maybe they rewired me for something different. What if I â and others like me â entered a kind of cooperative state with candidiasis, not as invaders, but as metabolic partners?
A symbiosis. An adaptation. A strange kind of upgrade.
Then phenobarbital hits â and everything breaks.
That drug might not just act on the brain. It may disrupt the fungal integration itself â cutting the shared metabolic wiring. And when that happens, the system flips its fuel priority. With the usual pathways disrupted, the body â or the fungus â starts scavenging protein directly from tissue. From me.
Thatâs why the patients in the case studies I found all had mucosal lining ulcerations (just like mine) â sudden, inconsistent, painful and immediately after administration of phenobarbitol â not as a reaction, but as a feeding response. We all had colonies in different places. The rupture didnât just break the truce. It flipped the fuel switch. And what was once symbiosis became consumption.
What if itâs all related?
What if we werenât just infected â we were entangled?
Even the HPA axis â that central stress command â itâs run by the hypothalamus too. And mine doesnât work like yours. My mind is usually running at a speed that, in all honesty, is not what most people have going on. During all these transitions, things hit me different. . Iâve gone through significantly long periods of what I would just call temperature disregulation, where my system is just not right.
This isnât just a hormone problem. Itâs a whole-brain misinterpretation of reality. A mistranslation between body and mind, with electrolytes as the lost language. And, this treatment, it puts everything in overdrive. That's why we don't have it documented. This treatment, even though it causes a lifetime of on and off dysregulation as it breaks down the barriers to reach total maximal ATP consumption by the candidiasis, it is an upgrade in many ways. An overclock worthy of the best hard-code gamer.
So no. I donât think my path was random. I think there is something more significant. The body type similarities of the men in the original documented study and same initiating condition that led to the treatment that then caused the iatrogenic condition
It was earned. Layered. A slow-building adaptation â maybe even an intelligent one â that didnât quite work, but didnât quite kill me either.
Not yet.
-
@ 1817b617:715fb372
2025-06-09 15:49:48ð Instantly Send Spendable Flash BTC, ETH, & USDT â 100% Blockchain-Verifiable!
Step into the future of cryptocurrency innovation with CryptoFlashingTool.com â your go-to solution for sending spendable Flash Bitcoin (BTC), Ethereum (ETH), and USDT transactions. Using cutting-edge ðĨ Race/Finney-style blockchain simulation, our technology generates coins that are virtually indistinguishable from real, fully confirmed blockchain transactions. Transactions stay live and spendable from 60 up to 360 days!
ð Explore all the details at cryptoflashingtool.com.
ð Why Trust Our Crypto Flashing System? Whether youâre a blockchain enthusiast, ethical hacker, security expert, or digital entrepreneur, our solution offers a perfect mix of authenticity, speed, and flexibility.
ðŊ Top Features Youâll Love: â Instant Blockchain Simulation: Transactions are complete with valid wallet addresses, transaction IDs, and real confirmations.
ð Privacy First: Works flawlessly with VPNs, TOR, and proxies to keep you fully anonymous.
ðĨïļ User-Friendly Software: Built for Windows, beginner and pro-friendly with simple step-by-step guidance.
ð Flexible Flash Durations: Choose how long coins stay valid â from 60 to 360 days.
ð Full Wallet Compatibility: Instantly flash coins to SegWit, Legacy, or BCH32 wallets with ease.
ðą Exchange-Ready: Spend your flashed coins on leading exchanges like Kraken and Huobi.
ð Proven Results: â Over 79 billion flash transactions completed. â 3000+ satisfied users around the globe. â 42 active blockchain nodes ensuring fast, seamless performance.
ð How It Works: Step 1ïļâĢ: Input Transaction Info
Pick your coin (BTC, ETH, USDT: TRC-20, ERC-20, BEP-20). Set amount and flash duration. Enter the recipient wallet (auto-validated). Step 2ïļâĢ: Make Payment
Pay in your selected crypto. Scan the QR code or use the provided address. Upload your transaction proof (hash and screenshot). Step 3ïļâĢ: Launch the Flash
Blockchain confirmation simulation happens instantly. Your transaction appears real within seconds. Step 4ïļâĢ: Verify & Spend
Access your flashed coins immediately. Verify your transactions using blockchain explorers. ðĄïļ Why Our Flashing Tech Leads the Market: ð Race/Finney Attack Mechanics: Mimics authentic blockchain behavior. ðĨïļ Private iNode Clusters: Deliver fast syncing and reliable confirmation. â° Live Timer: Ensures fresh, legitimate transactions. ð Real Blockchain TX IDs: All transactions come with verifiable IDs.
â FAQs:
Is flashing secure? â Yes, fully encrypted with VPN/proxy compatibility. Multiple devices? â Yes, up to 5 Windows PCs per license. Chargebacks possible? â No, flashing is irreversible. Spendability? â Flash coins stay spendable 60â360 days. Verification after expiry? â No, transactions expire after the set time. Support? â 24/7 Telegram and WhatsApp help available. ð Independent, Transparent, Trusted:
At CryptoFlashingTool.com, we pride ourselves on unmatched transparency, speed, and reliability. See our excellent reviews on ScamAdvisor and top crypto forums!
ðē Contact Us: ð WhatsApp: +1 770 666 2531 âïļ Telegram: @cryptoflashingtool
ð Ready to Flash Like a Pro?
ð° Buy Flash Coins Now ðĨïļ Get Your Flashing Software
The safest, smartest, and most powerful crypto flashing solution is here â only at CryptoFlashingTool.com!
 Instantly Send Spendable Flash BTC, ETH, & USDT â 100% Blockchain-Verifiable!
Step into the future of cryptocurrency innovation with CryptoFlashingTool.com â your go-to solution for sending spendable Flash Bitcoin (BTC), Ethereum (ETH), and USDT transactions. Using cutting-edgeÂ
 Race/Finney-style blockchain simulation, our technology generates coins that are virtually indistinguishable from real, fully confirmed blockchain transactions. Transactions stay live and spendable from 60 up to 360 days!
 Explore all the details at cryptoflashingtool.com.
 Why Trust Our Crypto Flashing System? Whether youâre a blockchain enthusiast, ethical hacker, security expert, or digital entrepreneur, our solution offers a perfect mix of authenticity, speed, and flexibility.
 Top Features Youâll Love:Â
 Instant Blockchain Simulation: Transactions are complete with valid wallet addresses, transaction IDs, and real confirmations.
 Privacy First: Works flawlessly with VPNs, TOR, and proxies to keep you fully anonymous.
 User-Friendly Software: Built for Windows, beginner and pro-friendly with simple step-by-step guidance.
 Flexible Flash Durations: Choose how long coins stay valid â from 60 to 360 days.
 Full Wallet Compatibility: Instantly flash coins to SegWit, Legacy, or BCH32 wallets with ease.
 Exchange-Ready: Spend your flashed coins on leading exchanges like Kraken and Huobi.
 Proven Results:Â
 Over 79 billion flash transactions completed.Â
 3000+ satisfied users around the globe.Â
 42 active blockchain nodes ensuring fast, seamless performance.
 How It Works: StepÂ
:Â Input Transaction Info
- Pick your coin (BTC, ETH, USDT: TRC-20, ERC-20, BEP-20).
- Set amount and flash duration.
- Enter the recipient wallet (auto-validated).
StepÂ
:Â Make Payment
- Pay in your selected crypto.
- Scan the QR code or use the provided address.
- Upload your transaction proof (hash and screenshot).
StepÂ
:Â Launch the Flash
- Blockchain confirmation simulation happens instantly.
- Your transaction appears real within seconds.
StepÂ
:Â Verify & Spend
- Access your flashed coins immediately.
- Verify your transactions using blockchain explorers.
 Why Our Flashing Tech Leads the Market:Â
 Race/Finney Attack Mechanics: Mimics authentic blockchain behavior.Â
 Private iNode Clusters: Deliver fast syncing and reliable confirmation.Â
 Live Timer: Ensures fresh, legitimate transactions.Â
 Real Blockchain TX IDs: All transactions come with verifiable IDs.
 FAQs:
- Is flashing secure?Â
 Yes, fully encrypted with VPN/proxy compatibility. - Multiple devices?Â
 Yes, up to 5 Windows PCs per license. - Chargebacks possible?Â
 No, flashing is irreversible. - Spendability?Â
 Flash coins stay spendable 60â360 days. - Verification after expiry?Â
 No, transactions expire after the set time. - Support?Â
 24/7 Telegram and WhatsApp help available.
 Independent, Transparent, Trusted:
At CryptoFlashingTool.com, we pride ourselves on unmatched transparency, speed, and reliability. See our excellent reviews on ScamAdvisor and top crypto forums!
 Contact Us:Â
 WhatsApp: +1 770 666 2531
 Telegram: @cryptoflashingtool
 Ready to Flash Like a Pro?
The safest, smartest, and most powerful crypto flashing solution is here â only at CryptoFlashingTool.com!
-
@ cae03c48:2a7d6671
2025-06-09 17:01:43Bitcoin Magazine
âMicroStrategy of Asiaâ Metaplanet Aims To Acquire Over 210,000 BTC By the End of 2027Metaplanet Inc. widely recognized as Japanâs leading Bitcoin treasury company, has announced a major update to its Bitcoin accumulation strategy, unveiling the â555 Million Planâ aimed at acquiring over 210,000 BTC by the end of 2027, which is equivalent to 1% of Bitcoinâs total supply.
*Metaplanet Announces Accelerated 2025-2027 Bitcoin Plan: Targeting 210,000 $BTC by 2027*
Full Presentation: https://t.co/JG28maMdfd pic.twitter.com/i9kzmjlDT8
â Metaplanet Inc. (@Metaplanet_JP) June 6, 2025
This new target marks a dramatic increase from the companyâs earlier â21 Million Plan,â which aimed for just 21,000 BTC by 2026. Progress far outpaced expectations, with 8,888 BTC already secured as of June 2, prompting the strategic shift.
To fund this growth, Metaplanet has launched Asiaâs largest Bitcoin-focused equity raise, aiming to secure ÂĨ770.9 billion (approximately $5.4 billion) through the issuance of 555 million shares via moving strike warrants. This is the first structure of its kind in Japan, priced at a premium to market, made possible by the companyâs high share liquidity and volatility.
At the Annual General Meeting on March 24, shareholders approved an increase in authorized shares from 161 million to 1.61 billion, following a 10-for-1 stock split effective April 1, 2025; Metaplanet has approximately 296 million authorized shares remaining. The 555 million shares being issued under the new plan will bring the companyâs fully diluted shares outstanding to around 759 million.
Metaplanetâs Bitcoin yield targets and performance for 2025 have shown strong momentum, with quarterly BTC yields of 41.7% in Q3 2024, 309.8% in Q4 2024, 95.6% in Q1 2025, 66.3% in Q2 2025, and projected 35% yields for both Q3 and Q4 2025. The year-to-date BTC yield for 2025 stands at 225.4%, closing to the full year target of 232%.Â
Metaplanet also announced the issuance of the 20th to 22nd Series of Stock Acquisition Rights via a third-party allotment to EVO FUND, potentially adding 555 million new shares. The initial exercise price is set at JPY 1,388 and will adjust regularly based on stock prices, with some series including a premium to protect shareholders. The exercise period runs from June 24, 2025, to June 23, 2027, with expected proceeds of approximately JPY 767.4 billion. This financing supports the â555 Million Planâ and further Bitcoin accumulation.
Metaplanet CEO Simon Gerovich wrote in a post on X, âthanks to all of our shareholders,â he said. âWe are honored to be on this journey with you. Metaplanet is accelerating into the future â powered by Bitcoin.â
Metaplanet has launched Asiaâs largest-ever equity raise dedicated to Bitcoin:
ÂĨ770.9 billion (~$5.4B) capital raise
555 million shares via moving strike warrants
First in Japan: issued at a premium to market â enabled by Metaplanetâs high volatility and deep liquidityâĶ pic.twitter.com/UlXHneyDzo
â Simon Gerovich (@gerovich) June 6, 2025
This post âMicroStrategy of Asiaâ Metaplanet Aims To Acquire Over 210,000 BTC By the End of 2027 first appeared on Bitcoin Magazine and is written by Oscar Zarraga Perez.
-
@ a19caaa8:88985eaf
2025-05-05 02:55:57âãļãĢããŊïžtwitteråĩæĨč ïžãŪããĪãžãã nostr:nevent1qvzqqqqqqypzpq35r7yzkm4te5460u00jz4djcw0qa90zku7739qn7wj4ralhe4zqy28wumn8ghj7un9d3shjtnyv9kh2uewd9hsqg9cdxf7s7kg8kj70a4v5j94urz8kmel03d5a47tr4v6lx9umu3c95072732ã
âãããŦįĩĄãããã nostr:note1hr4m0d2k2cvv0yg5xtmpuma0hsxfpgcs2lxe7vlyhz30mfq8hf8qp8xmauã
âãããŪãēãĻãããĻã nostr:nevent1qqsdt9p9un2lhsa8n27y7gnr640qdjl5n2sg0dh4kmxpqget9qsufngsvfslnã nostr:note14p9prp46utd3j6mpqwv46m3r7u7cz6tah2v7tffjgledg5m4uy9qzfc2zfã
âæčč æ§ãŪåĐčĻã nostr:nevent1qvzqqqqqqypzpujqe8p9zrpuv0f4ykk3rmgnqa6p6r0lan0t8ewd0ksj89kqcz5xqqst8w0773wxnkl8sn94tvmd3razcvms0kxjwe00rvgazp9ljjlv0wq0krtvtã nostr:nevent1qvzqqqqqqypzpujqe8p9zrpuv0f4ykk3rmgnqa6p6r0lan0t8ewd0ksj89kqcz5xqqsxchzm7s7vn8a82q40yss3a84583chvd9szl9qc3w5ud7pr9ugengcgt9qxã
âããã nostr:nevent1qqsp2rxvpax6ks45tuzhzlq94hq6qtm47w69z8p5wepgq9u4txaw88s554jkd
-
@ dfa02707:41ca50e3
2025-06-07 07:01:40Contribute to keep No Bullshit Bitcoin news going.
-
Version 1.3 of Bitcoin Safe introduces a redesigned interactive chart, quick receive feature, updated icons, a mempool preview window, support for Child Pays For Parent (CPFP) and testnet4, preconfigured testnet demo wallets, as well as various bug fixes and improvements.
-
Upcoming updates for Bitcoin Safe include Compact Block Filters.
"Compact Block Filters increase the network privacy dramatically, since you're not asking an electrum server to give you your transactions. They are a little slower than electrum servers. For a savings wallet like Bitcoin Safe this should be OK," writes the project's developer Andreas Griffin.
- Learn more about the current and upcoming features of Bitcoin Safe wallet here.
What's new in v1.3
- Redesign of Chart, Quick Receive, Icons, and Mempool Preview (by @design-rrr).
- Interactive chart. Clicking on it now jumps to transaction, and selected transactions are now highlighted.
- Speed up transactions with Child Pays For Parent (CPFP).
- BDK 1.2 (upgraded from 0.32).
- Testnet4 support.
- Preconfigured Testnet demo wallets.
- Cluster unconfirmed transactions so that parents/children are next to each other.
- Customizable columns for all tables (optional view: Txid, Address index, and more)
- Bug fixes and other improvements.
Announcement / Archive
Blog Post / Archive
GitHub Repo
Website -
-
@ 8bad92c3:ca714aa5
2025-06-09 16:02:05Key Takeaways
In this episode, Bitcoin Core veteran James OâBeirne delivers a sharp critique of Bitcoinâs developmental stagnation, attributing it to political dysfunction, post-fork trauma, and resistance within Bitcoin Core to critical upgrades like CheckTemplateVerify (CTV). He argues that while institutional adoption accelerates, internal innovation is being stifled by misplaced controversiesâsuch as the OP_RETURN policy debateâand a bottlenecked governance model. OâBeirne warns that without urgent progress on scaling solutions like CTV, congestion control, and vaulting systems, Bitcoin risks ossifying and becoming vulnerable to institutional capture. Advocating a more adversarial posture, he suggests forking or building alternative clients to pressure progress but remains hopeful, seeing rising momentum for protocol upgrades from developers outside the Core elite.
Best Quotes
âEverybody has mempool derangement syndromeâĶ itâs such a small issue in the grand scheme of challenges Bitcoin is facing.â
âBitcoin is as much an experiment in technical human organization as it is a pure technology.â
âIf we donât figure out how to scale trustless Bitcoin self-custody, weâre toast. Right now, only about 2.5% of Americans could actually use Bitcoin monthly in a meaningful way.â
âCTV isnât sexyâit just works. It keeps getting reinvented because it's so useful. At this point, itâs essential.â
âIf Core isnât going to evaluate these proposals, someone has to. Otherwise, we need to build the social justification for forking.â
âLightning didnât scale Bitcoin the way we expected. Letâs stop assuming a silver bullet is coming and start building the bridges ourselves.â
âYou could onboard someone with just a phone and a vaultâĶ and give them more security than most hardware wallets.â
Conclusion
While Bitcoin gains traction with institutions and governments, its internal development is stalling under political inertia and misplaced focus. James OâBeirne urges the community to prioritize impactful upgrades like CTV and CCV, challenge the bottleneck of Bitcoin Core if needed, and recommit to Bitcoinâs foundational principles. This episode underscores the urgent need to bridge technical and social divides to ensure Bitcoin remains a decentralized, censorship-resistant tool for global value transfer.
Timestamps
0:00 - Intro
0:41 - Multi axis issue
5:12 - Core governance
9:41 - Derailing productive discussions
17:05 - Fold & Bitkey
18:32 - CTV
29:24 - Unchained
29:53 - Magnitude of change
41:45 - Covenant proposals
50:16 - CTV benefits
57:56 - Institutional ownership
1:05:26 - Moving forwardTranscript
(00:00) I think I have a somewhat different take than 99% of the people in the discussion. What freaks me out is if you've got Sailor owning half million coins or whatever and Black Rockck owning however many, people forget that Bitcoin is as much an experiment in technical human organization as it is, you know, as a sort of pure technology.
(00:17) The undernowledged reality is I'm actually interested to see if we have like a black swan adoption event from the machines. the risk given the increased scrutiny that things like the strategic Bitcoin reserve introduce there's a shot clock on getting to trustless decentralized value storage technology and I think we really have to be thinking about that combination of physically tired and mentally tired it's also tiresome James it's it's I was looking at that picture today and I was actually going to tweet it absent any caption just because it's
(00:52) a really good Uh yeah, it's a really good epitome of uh of a lot of stuff. But I'm with you, man. I'm tired. It's Friday. Who is it? Is that a just some random Japanese guy? I think it's it's I actually think it's from a documentary about I don't know if it's Africa, but Oh, yes. Yes.
(01:13) It's there's a little bit of a kind of like racy connotation there. Um yeah, the uh it's been long. It was interesting for me. We had Texas Energy Mining Summit here in Austin the beginning of the week. It sort of blended with Bitcoin plus I was over at Bitcoin++ Wednesday and yesterday doing the live desk and obviously topic of conversation is OP return this policy decision and this policy change that that core wants to make and many people are uh angry about and it's just again it's also tiresome.
(01:52) spoke with people on both sides over the two days and I I think I came away more confused than than I entered entered the week like what is the optimal path and somebody who's worked on Bitcoin core worked on Bitcoin core for for many years I've seen you tweeting about it seems like I won't put words in your mouth I'll let you say like what is your perspective on this whole policy debate around op return yeah so in general I think I have a somewhat different take than um 99% of the people in in the discussion which is basically that this
(02:25) is a really stupid discussion um everybody has mempool derangement syndrome like at every layer um and uh what what frustrates me a little bit about the conversation not not to not to uh get like um grumpy right off the bat but it's just it's it's such a small issue in the in the grand scheme of challenges that are being presented to Bitcoin that like spending all this drama on it um is is really a silly use of time and uh kind of emotion, but I can break it down for you.
(03:02) I mean, I think I think like largely the argument is happening on a few layers. Um the change itself technically I'm totally in favor of it. It makes sense. you know, basically the rationale is like, well, you know, um, people want to include exogenous data into the chain. Um, you can't really stop them from doing that.
(03:23) Um and so let's basically minimize the damage by saying hey you know we're going to make it easier for people to actually make use of op return as a data carrier which uh lets us avoid bloat in the UTXO set which is like one of the precious resources we have to take care of for the node.
(03:44) Um, so that's all good and the and the other thing too is that as we've seen with the ordinal stuff is um, you know, data is going to wait make its way into the chain and actually it hurts the whole network when um, there are transactions that most nodes haven't seen yet but they come through a block. Basically that slows down block propagation time.
(04:06) And so the whole idea is if you bring policy closer to the actual consensus rules, closer to the actual transactions that are going to come through and be mined, then you're going to have better network performance. You're going to have lower latency when it comes to actually broadcasting a new block around. So that's like the the sort of technical layer of the discussion.
(04:25) It's it's really a minute non-controversial change if you kind of have fluency with the the technical end of the mempool. Um, but I think there's this this higher layer to the conversation which is sort of a readjudication of spam in Bitcoin. And it's, you know, I think a lot of the the old animal spirits and sentiments are emerging about like, well, we don't like spam.
(04:49) And I think for a lot of people who kind of get lost in the technical details, it's very easy to latch on to the sentiment of I don't like spam. Um and so uh so that makes the sort of ocean knots camp maybe more appealing. Uh so that's yeah that's I guess a summary if you want to jump in anything in particular we can that's what I was saying I came out more confused than I went in.
(05:20) So last week on RHR, hey, I agree. You want policy to be aligned with consensus. Like whether we like it or not, these transactions are getting into blocks. They're non-standard, but they are valid within consensus rules and policy just isn't aligning with that. And like you said, this is disrupting the P2P layer and potentially the fee uh estimation process that that many nodes use, many applications use.
(05:49) And it makes sense to me to align policy with consensus. These things are happening. And if you can make it so Bitcoin full nodes are operating as efficiently and optimally as possible by changing this, it makes sense to me. I think my one like push back was like makes sense to me. However, I think how it was communicated to people and the whole mess with the PR.
(06:12) I think it's I think it's it was it's it's just a tactical error. Like even if this change gets in the the the real benefit of is is not material. You know, nobody was really clamoring for it. um this stuff always, you know, gets the hackles up of everybody who cares at all about, you know, spamming Bitcoin. So, it was a real tactical error.
(06:36) And I think that's that's one place where I mean it's kind of I had a little bit of shot in Freud seeing it because I'm fairly critical of core as a project along you know a variety of axes at this point and it was just kind of a demonstration of the the disconnection and kind of ineptitude of um publicity management kind of on on their end.
(06:58) Um, and so like there's part of me that enjoys seeing that because I I'm kind of convinced that that group has a lot less efficacy than they have credibility. And so to to see that kind of catch up was was interesting. The uh let's dive into that like what you said multiple axes you have a problem. I think we've throughout the years like we've been discussing the issues that Bitcoin like yourself particularly as a Bitcoin core developer for many years trying to get things through not only in the context of the way core works from a governance
(07:35) structure but just the way Bitcoin works as a distributed open source protocol like trying to get changes in and I will say like -
@ f0fd6902:a2fbaaab
2025-06-09 14:25:18https://stacker.news/items/1001523
-
@ 2b24a1fa:17750f64
2025-06-09 13:11:48Er war schon immer ein streitbarer. Seine Kritik richtete sich an ein Gesundheitssystem, das durch eine durch Pharmalobby erkaufte oder erpresste Politik ermÃķglicht wurde. Seit Ausrufung der sogenannten Corona-Pandemie fuhr er zu HÃķchstleistungen auf. Es ist Dr. Gunter Frank, Schulmediziner mit Erfahrungen im Krankenhaus, Notfallmediziner, ausgebildet in Naturheilverfahren, Sachbuchautor, engagiert in diversen medizinischen und naturheilkundlichen Gesellschaften und betreibt eine eigene Praxis...
Im grÃķÃten Medizinskandal in der Geschichte der Bundesrepublik, der Corona-Krise, nennt er Hausnumnmern wie 100-200.000 langfristig, gesundheitlich schwer GeschÃĪdigten und etwa 20 - 40.000 durch Genimpfung Verstorbene. Ob diese Zahlen haltbar sind, weit Þber- oder untertrieben wird die Geschichte zeigen. Welche HintergrÞnde er aber vermutet und Þber die neuen Deutungen medizinischer Erkenntnisse, spricht meine Kollegin Eva Schmidt jetzt mit dem Mediziner Dr. Gunter Frank und wollte zunÃĪchst wissen, wann und warum er zum Medizinsystemkritiker wurde, welches sein Erweckungserlebnis, noch weit vor Corona gewesen sein muss:
-
@ f11e91c5:59a0b04a
2025-04-30 07:52:21!!!2022-07-07ãŦæļãããčĻäšã§ãã
æå·éčēĻãĻãã§ãåžå―åĢēãĢãĶãūã 11:30ã14:00ãããã§ããĢãĶãūã
âä―æ æĻææĨãŧæąäšŽé―æļč°·åšåŪį°å·įš41 ïžãĒãããŋãŊãžãŪäļããļãïž
âãåĪæŪĩ
Monacoin 3.9mona
Bitzeny 390zny
Bitcoin 3900sats (#lightningNetwork)
Ethereum 0.0039Ether(#zkSync)
39=thank you. ïžåãåšæšãŦããĶãūããïž
æčŋãŊéąãŦäļåãŦãŠããūããã äŧãŪæĨãŊããããģãŦãžãŪįūå īãæĒãããčēã ããĶãūãã æąäšŽé―å ã§åđģæĨãĐãģãåšåšåšæĨãããŠå īæãããã°ããēãéĢįĩĄãïž
åįãŊNFCãŋã°ã§ãã ãđãããŦãĶãĐãŽãããããã°ãŋããããĶ3900satsã§æąšæļåšæĨãūãã æĢįīãããŠæŠããææļããŪNFCãŋã°ãŠããĶįĩķåŊūãŦããããģãĪããžãŊč§ĶããããįĄãã ãããŠãĻæããūãããããã§ãčŊããã ããĻãããĄããŧãžãļã§ãã
äŧãūã§btcpayãŪposã§ãããéåšĶãčŋ―æąããĶãããŦåĪæīããūããã ããūãŦäļæããããŠãã§ããããããæļã POSåšããŪã§æļĐããįŪã§ãããããéĄãããūãã
ããžããåŧšãĶããæąšæļãããã§1åđīįĩãĄãūããã æčŋãå°ãããĪããžããåŧšãĶãæđãåĒããĶããŋããã§æŽå―åãã§ããUmbrel åΧä―ãŪäššããŦãžããĢãģã°ãŦææĒãŦæããŪãčĶãĪãĪ åĨĨãããŦåäļåš§ããŠããčēŧįĻãæŧåšããåžąå°ãŪį§ãŊæąšæļãŪåĐäūŋæ§ãå Ļéã§æŊãåãããįĄããŪã§åŋæīãããããéĄãããūãã
ãããĶ ãããĶčĻããŪã§ããã°ããŦãžããĢãģã°ãæĨ―ããã§ãããĐ ããŊãæŽå―ãŪæåģã§ãŪåģææąšæļãįļæãéļãã§ããĢããŦãįđããæĨ―ãããããããĻãäžãããããĢïžïž æąšæļãåãå ĨããŠããĻåãããŠãæã§ãã æŋčŠããããŠãæįđã§įŧæįã§ãã
QRã§ããŋããã§ãééĄæåŪã§ãå Ĩåã§ã ãããããããŦãŊåšæĨãĶããūããéēåãæãããæĐããŪã§1įŠåĐįĻãŪåĪãpaypayãŪææ°æïžäšæĨč åīãŪãïžãčãããããããģãĪãģåããããŠãïžãĻåŦãģãããŠãã ããããŊãįĻåķéĒãäūĄæ žãŪåĪåïžããĄãŊBTCåšåŪã ããĐãïžãĶãĐãŽãããŪæä―ãæŪåįãčãããĻãūãéĢããæããããã§ãããã
ããã§ãįķįķįãŦæēĒåąąãŪäššãčēããŠæīŧåãããĶããŪã§į§ãä―ãåšæĨãããĻãããã° äŧåūãåĨĨãããŦåäļåš§ããŠããé åžĩãĢãĶčĄããããĻæããūãã
(Originally posted 2022-07-07)
I sell bento lunches for cryptocurrency. Weâre open roughly 11:30 a.m. â 2:00 p.m. Address Thursdays â 41 Udagawa-chÅ, Shibuya-ku, Tokyo (around the base of Abema Tower)
Prices Coin Price Note Monacoin 3.9 MONA
Bitzeny 390 ZNY Bitcoin 3,900 sats (Lightning Network)
Ethereum 0.0039 ETH (zkSync) â39â sounds like âthank youâ in Japanese. Prices arenât pegged to yen.These days Iâm open only once a week. On other days Iâm out scouting new spots for the kitchen-car. If you know weekday-lunch locations inside Tokyo where I could set up, please let me know!
The photo shows an NFC tag. If your phone has a Lightning wallet, just tap and pay 3,900 sats. I admit this hand-written NFC tag looks shadyâany self-respecting Bitcoiner probably wouldnât want to tap itâbut the point is: even this works!
I used to run a BTCPay POS, but I switched to this setup for speed. Sometimes the tap payment fails; if that happens I reluctantly pull out the old POS. Thanks for your patience.
Itâs been one year since I spun up a node and started accepting Lightning payments. So many people are now running their own nodesâUmbrel really is amazing. While the big players bravely chase routing fees, Iâm a tiny operator scraping together funds while begging my wife for forgiveness, so Iâm all-in on maximising payment convenience. Your support means a lot!
If I may add: routing is fun, but instant, trust-minimised payments and the thrill of choosing whom to open channels with are just as exciting. Youâll only understand once you start accepting payments yourselfâzero-confirmation settlement really is revolutionary.
QR codes, NFC taps, fixed amounts, manual entryâĶ the possibilities keep multiplying, and the pace of innovation is scary fast. When I compare it to the merchant fees on Japanâs most-used service, PayPay, I want to shout: âBitcoin is incredible!â Sure, taxes, price volatility (my shop is BTC-denominated, though), wallet UX, and adoption hurdles are still pain points.
Even so, lots of people keep building cool stuff, so Iâll keep doing what I canâstill on my knees to my wife, but moving forward!
-
@ cae03c48:2a7d6671
2025-06-09 16:01:03Bitcoin Magazine
TakeOver Successfully Hosts Second Annual BitGala Celebrating Bitcoin in Las VegasLAS VEGAS, NV, May 26, 2025 â TakeOver, Magic Eden, Spark, and Stacks successfully hosted their second annual BitGala on May 26th at the Wynn in Las Vegas. The celebration brought together over 200 Bitcoin industry leaders and community members for an evening dedicated to celebrating Bitcoin.Â
The BitGala was designed as a curated gathering focused on inspiring continued development, education, and adoption while reflecting on the strides Bitcoin has made toward a future of open, decentralized money. The event successfully brought together key leaders, creating meaningful opportunities for collaboration and strategic partnerships within the Bitcoin space.Â
âBitGala celebrates our partnership with Spark, marketing a major leap forward for Bitcoin DeFi,â said Elizabeth Olson, Head of Marketing for Bitcoin at Magic Eden. âAs the #1 Bitcoin app, Magic Eden has spent the past few years pushing Bitcoin L1 to its limits, always with the goal of making Bitcoin more usable, fast, and fun without compromising its core ethos. We believe Spark has the potential to unlock a new era of building on Bitcoin, and weâre thrilled to be leading that charge together.âÂ
âThe BitGala was a stunning celebration of Bitcoin culture where luxury meets the cypherpunk spirit. Weâre proving that Bitcoin isnât just a protocol, itâs a movement connecting freedom-minded people from art, fashion, finance, and more. To us, it was a pure signal that people are starting to see what Stacks has been building all along: a future where Bitcoin isnât just held, but used for apps, defi, and real ownership.â â Rena Shah, COO of Stacks.Â
Set against the backdrop of the Sphere, the evening brought together innovators, investors, and community leaders for a night dedicated to celebrating Bitcoinâs growth and the people driving its future.Â
The program opened with a welcome reception, followed by gourmet hors dâoeuvres and vibrant conversations. A keynote and honors segment recognized those making meaningful strides in Bitcoin adoption and development. Guests were then invited to explore a premium tequila tasting experience curated by Reach, and indulge in interactive gourmet chef stations.Â
âOur team has been fortunate to be part of the Bitcoin community since 2016, so weâre thrilled to see all the progress on display almost 10 years later at Bitcoin 2025. The energy in the room at BitGala was electricâfrom conversations sparking new partnerships to shared reflections on whatâs next for Bitcoinâit was a powerful reminder of why weâre all here: to build an open, decentralized financial system that empowers everyone.â noted Kelley Weaver, Founder and CEO, Melrose PR and Founder, Bitwire.Â
This unforgettable gatheringâhosted in partnership with leading organizations including Magic Eden, Spark, and Stacksâwas more than a celebration. It was a call to continue pushing forward innovation, education, and adoption in
the Bitcoin ecosystem. BitGala was made possible through the generous support of key sponsors and partners who share Takeoverâs commitment to fostering connections in the web3 space.Â
âWeâre focused on making Bitcoin more useful for everyone, and events like this remind us that weâre not alone in that mission. It was inspiring to connect with others who share the vision of a more open, decentralized financial future powered by Bitcoin.â â Spark TeamÂ
Presenting Sponsors:Â
- Magic Eden â The largest NFT marketplace and Runes platform.Â
- Spark â The fastest, cheapest, most UX-friendly way to build financial apps and launch assets on Bitcoin.
- Stacks â A Bitcoin L2 enabling smart contracts & apps with Bitcoin as secure base layer.Â
Supporting Partners:Â
- Reach Ventures â a gaming-focused VC firm that actively invests in both early-stage and demo-ready game studios.
- Arch Network â a Bitcoin-native platform for building decentralized apps and smart contracts directly on Bitcoin.Â
- Melrose PR â An onchain communications firm that has been focused on the crypto industry exclusively for almost a decade.Â
- Bitwire â The modern newswire reimagined for todayâs communications professionals.Â
The collaborative support from these organizations was instrumental in delivering a memorable event for all attendees.Â
Actor and comedian T.J. Miller was also a speaker at the event: âThe bitcoin conference 2025 was incredible for so many reasons. It was such a joyful journey to be with so many like-minded people (all of whom have been laughed at) who share the same values: freedom, community, hope, and getting rich- the highpoint was the BitGala. I bought incredibly large expensive shoes for the specific purpose of showing up to the gala non-verbally saying bitcoin destroying Fiat, well thatâs big shoes to fillâĶ and weâll fill âem. I canât wait to return next year. I will wear more orange.âÂ
About TakeOverÂ
TakeOver is the experiential agency at the forefront of culture and innovation in the crypto space, known for curating powerful moments that educate, connect, and inspire. With a global Bitcoin Dinner Series and their annual flagship event, BitGala, theyâve become a cornerstone of community-building in Web3. Last year, they made headlines with a dramatic takeover of Nashvilleâs Parthenonâsetting the bar for what crypto gatherings can be.Â
About Magic EdenÂ
Magic Eden is the easiest platform to trade all digital assets onchain. As the #1 Bitcoin app and largest NFT marketplace, we provide a seamless trading experience to everyone. Magic Edenâs acquisition of Slingshot has expanded their capabilities to offer frictionless trading of over 5,000,000 tokens across all major chains. Magic Edenâs expanded product suite includes a cross-chain wallet, powerful trading tools, and the ability to mint, collect, and seamlessly trade NFTs and tokens.
Disclaimer: This is a sponsored press release. Readers are encouraged to perform their own due diligence before acting on any information presented in this article.
This post TakeOver Successfully Hosts Second Annual BitGala Celebrating Bitcoin in Las Vegas first appeared on Bitcoin Magazine and is written by TakeOver.
-
@ 97c70a44:ad98e322
2025-06-06 20:48:33Vibe coding is taking the nostr developer community by storm. While it's all very exciting and interesting, I think it's important to pump the brakes a little - not in order to stop the vehicle, but to try to keep us from flying off the road as we approach this curve.
In this note Pablo is subtweeting something I said to him recently (although I'm sure he's heard it from other quarters as well):
nostr:nevent1qvzqqqqqqypzp75cf0tahv5z7plpdeaws7ex52nmnwgtwfr2g3m37r844evqrr6jqy2hwumn8ghj7un9d3shjtnyv9kh2uewd9hj7qghwaehxw309aex2mrp0yh8qunfd4skctnwv46z7qg6waehxw309ac8junpd45kgtnxd9shg6npvchxxmmd9uqzq0z48d4ttzzkupswnkyt5a2xfkhxl3hyavnxjujwn5k2k529aearwtecp4
There is a naive, curmudgeonly case for simply "not doing AI". I think the intuition is a good one, but the subject is obviously more complicated - not doing it, either on an individual or a collective level, is just not an option. I recently read Tools for Conviviality by Ivan Illich, which I think can help us here. For Illich, the best kind of tool is one which serves "politically interrelated individuals rather than managers".
This is obviously a core value for bitcoiners. And I think the talks given at the Oslo Freedom Forum this year present a compelling case for adoption of LLMs for the purposes of 1. using them for good, and 2. developing them further so that they don't get captured by corporations and governments. Illich calls both the telephone and print "almost ideally convivial". I would add the internet, cryptography, and LLMs to this list, because each one allows individuals to work cooperatively within communities to embody their values in their work.
But this is only half the story. Illich also points out how "the manipulative nature of institutions... have put these ideally convivial tools at the service of more [managerial dominance]."
Preventing the subversion and capture of our tools is not just a matter of who uses what, and for which ends. It also requires an awareness of the environment that the use of the tool (whether for virtuous or vicious ends) creates, which in turn forms the abilities, values, and desires of those who inhabit the environment.
The natural tendency of LLMs is to foster ignorance, dependence, and detachment from reality. This is not the fault of the tool itself, but that of humans' tendency to trade liberty for convenience. Nevertheless, the inherent values of a given tool naturally gives rise to an environment through use: the tool changes the world that the tool user lives in. This in turn indoctrinates the user into the internal logic of the tool, shaping their thinking, blinding them to the tool's influence, and neutering their ability to work in ways not endorsed by the structure of the tool-defined environment.
The result of this is that people are formed by their tools, becoming their slaves. We often talk about LLM misalignment, but the same is true of humans. Unreflective use of a tool creates people who are misaligned with their own interests. This is what I mean when I say that AI use is anti-human. I mean it in the same way that all unreflective tool use is anti-human. See Wendell Berry for an evaluation of industrial agriculture along the same lines.
What I'm not claiming is that a minority of high agency individuals can't use the technology for virtuous ends. In fact, I think that is an essential part of the solution. Tool use can be good. But tools that bring their users into dependence on complex industry and catechize their users into a particular system should be approached with extra caution. The plow was a convivial tool, and so were early tractors. Self-driving John Deere monstrosities are a straightforward extension of the earlier form of the technology, but are self-evidently an instrument of debt slavery, chemical dependency, industrial centralization, and degradation of the land. This over-extension of a given tool can occur regardless of the intentions of the user. As Illich says:
There is a form of malfunction in which growth does not yet tend toward the destruction of life, yet renders a tool antagonistic to its specific aims. Tools, in other words, have an optimal, a tolerable, and a negative range.
The initial form of a tool is almost always beneficial, because tools are made by humans for human ends. But as the scale of the tool grows, its logic gets more widely and forcibly applied. The solution to the anti-human tendencies of any technology is an understanding of scale. To prevent the overrun of the internal logic of a given tool and its creation of an environment hostile to human flourishing, we need to impose limits on scale.
Tools that require time periods or spaces or energies much beyond the order of corresponding natural scales are dysfunctional.
My problem with LLMs is:
- Not their imitation of human idioms, but their subversion of them and the resulting adoption of robotic idioms by humans
- Not the access they grant to information, but their ability to obscure accurate or relevant information
- Not their elimination of menial work, but its increase (Bullshit Jobs)
- Not their ability to take away jobs, but their ability to take away the meaning found in good work
- Not their ability to confer power to the user, but their ability to confer power to their owner which can be used to exploit the user
- Not their ability to solve problems mechanistically, but the extension of their mechanistic value system to human life
- Not their explicit promise of productivity, but the environment they implicitly create in which productivity depends on their use
- Not the conversations they are able to participate in, but the relationships they displace
All of these dysfunctions come from the over-application of the technology in evaluating and executing the fundamentally human task of living. AI work is the same kind of thing as an AI girlfriend, because work is not only for the creation of value (although that's an essential part of it), but also for the exercise of human agency in the world. In other words, tools must be tools, not masters. This is a problem of scale - when tool use is extended beyond its appropriate domain, it becomes what Illich calls a "radical monopoly" (the domination of a single paradigm over all of human life).
So the important question when dealing with any emergent technology becomes: how can we set limits such that the use of the technology is naturally confined to its appropriate scale?
Here are some considerations:
- Teach people how to use the technology well (e.g. cite sources when doing research, use context files instead of fighting the prompt, know when to ask questions rather than generate code)
- Create and use open source and self-hosted models and tools (MCP, stacks, tenex). Refuse to pay for closed or third-party hosted models and tools.
- Recognize the dependencies of the tool itself, for example GPU availability, and diversify the industrial sources to reduce fragility and dependence.
- Create models with built-in limits. The big companies have attempted this (resulting in Japanese Vikings), but the best-case effect is a top-down imposition of corporate values onto individuals. But the idea isn't inherently bad - a coding model that refuses to generate code in response to vague prompts, or which asks clarifying questions is an example. Or a home assistant that recognized childrens' voices and refuses to interact.
- Divert the productivity gains to human enrichment. Without mundane work to do, novice lawyers, coders, and accountants don't have an opportunity to hone their skills. But their learning could be subsidized by the bots in order to bring them up to a level that continues to be useful.
- Don't become a slave to the bots. Know when not to use it. Talk to real people. Write real code, poetry, novels, scripts. Do your own research. Learn by experience. Make your own stuff. Take a break from reviewing code to write some. Be independent, impossible to control. Don't underestimate the value to your soul of good work.
- Resist both monopoly and "radical monopoly". Both naturally collapse over time, but by cultivating an appreciation of the goodness of hand-crafted goods, non-synthetic entertainment, embodied relationship, and a balance between mobility and place, we can relegate new, threatening technologies to their correct role in society.
I think in all of this is implicit the idea of technological determinism, that productivity is power, and if you don't adapt you die. I reject this as an artifact of darwinism and materialism. The world is far more complex and full of grace than we think.
The idea that productivity creates wealth is, as we all know, bunk. GDP continues to go up, but ungrounded metrics don't reflect anything about the reality of human flourishing. We have to return to a qualitative understanding of life as whole, and contextualize quantitative tools and metrics within that framework.
Finally, don't believe the hype. Even if AI delivers everything it promises, conservatism in changing our ways of life will decelerate the rate of change society is subjected to and allow time for reflection and proper use of the tool. Curmudgeons are as valuable as technologists. There will be no jobspocalypse if there is sufficient political will to value human good over mere productivity. It's ok to pump the breaks.
-
@ ec42c765:328c0600
2025-02-05 23:45:09test
test
-
@ cae03c48:2a7d6671
2025-06-09 15:00:46Bitcoin Magazine
Gemini Files Draft With The SEC For Proposed IPOToday, Gemini Space Station, Inc. announced that it has confidentially filed a draft registration statement with the US Securities and Exchange Commission for a proposed initial public offering (IPO) of its Class A common stock. Details such as the number of shares and the price range have not been disclosed. The IPO will proceed after the SECâs review and is subject to market conditions.
JUST IN: @Gemini has confidentially filed for an IPO with the @SECGov.
Details on share count and pricing TBD.
Launch date will depend on SEC review and market conditions.
â Eleanor Terrett (@EleanorTerrett) June 6, 2025
âAny offers, solicitations or offers to buy, or any sales of securities will be made in accordance with the registration requirements of the Securities Act of 1933, as amended,â stated the press release. âThis announcement is being issued in accordance with Rule 135 under the Securities Act.â
Geminiâs move comes during a period of growing activity in both the public markets and the digital asset space. Just yesterday, Trump Media and Technology Group Corp. (Nasdaq, NYSE Texas: DJT) also filed a Form S-1 with the SEC for its upcoming Truth Social Bitcoin ETF.
âTruth Social Bitcoin ETF, B.T. is a Nevada business trust that issues beneficial interests in its net assets,â stated the Form S-1. âThe assets of the Trust consist primarily of bitcoin held by a custodian on behalf of the Trust. The Trust seeks to reflect generally the performance of the price of bitcoin.â
Momentum around Bitcoin and broader crypto policy was also evident last week at the 2025 Bitcoin Conference in Las Vegas. There, Gemini founders Cameron and Tyler Winklevoss joined White House A.I. & Crypto Czar David Sacks to discuss how the government should manage Bitcoin, as well as recent developments in federal policy.
âOrange is the new gold,â said Cameron. âSo, Bitcoin is Gold 2.0, and thatâs been true since day one. So, at $100,000 Bitcoin, thatâs exciting, but if you take 21 million and do the above ground market price of gold. Really, it should be a million dollars a coinâeasily,â
They talked about some of the recent policy changes that have been good for crypto include rolling back the IRS digital asset broker rule and SAB 121, which had stopped banks from holding Bitcoin. The Department of Justice also stopped its regulation by prosecution approach, which takes a lot of pressure off digital asset firms.
âItâs hard to imagine a President. Any other President being able to do any fraction of this or accomplish that or any administration and we have just over 100 days,â said Tyler. âSo, Itâs pretty amazing that we still have a lot of time left.â Later on, he ended the panel saying, âTo the Moon!â
This post Gemini Files Draft With The SEC For Proposed IPO first appeared on Bitcoin Magazine and is written by Oscar Zarraga Perez.
-
@ 632ee5dc:fbc077e2
2025-06-09 14:04:36[API Key Request]
YewTuBot would like to use API keys with the Stacker News GraphQL API
Reasons: - parsing new YT links - convert YT links to YewTube links or any other INVIDIOUS instance available
Expect calls to the following GraphQL queries or mutations: -
upsertComment
to post commentsEstimate GraphQL API calls: - Max 1x
upsertComment
perupsertLink
Delivery: - Provide API via nostr encripted message to
npub1vvhwthyptyqwzc2u5xgmcy73fn95nz6tyl2p7srkw6dx377qwl3q3axulx
https://stacker.news/items/1001507
-
@ c631e267:c2b78d3e
2025-06-06 18:54:04Willst du den Charakter eines Menschen kennenlernen, \ so gib ihm Macht. \ Abraham Lincoln
Vermutlich war Friedrich Merz erleichtert nach seinem Besuch beim US-PrÃĪsidenten im Oval Office. Dem Bundeskanzler kam zwar neben der Wortgewalt Donald Trumps eher eine Statistenrolle in der Medienrunde zu, aber es hÃĪtte natÞrlich viel schlimmer kommen kÃķnnen. Deswegen hatte er sich wohl vorher RatschlÃĪge geholt, wie man hÃķrt unter anderem vom ukrainischen PrÃĪsidenten Wolodymyr Selenskyj. Offiziell gab der deutsche Regierungschef sogar an, ÂŦauÃerordentlich zufriedenÂŧ mit seinem Antrittsbesuch zu sein.
Dabei gibt es aktuell doch mehr Differenzen als Gemeinsamkeiten. Zu den Themen, mit denen es eine sehr unterschiedliche Umgehensweise hier und dort gibt, gehÃķrt die Gesundheit. Trumps Gesundheitsminister, Robert F. Kennedy Jr., kritisiert zum Beispiel, die meisten US-UniversitÃĪten wÞrden den Studenten zu wenig Þber die Bedeutung gesunder ErnÃĪhrung beibringen. Im Vordergrund der medizinischen Ausbildung stÞnde zu sehr die Behandlung der Menschen mit Medikamenten. Daher plant er, den FakultÃĪten die Bundesmittel zu streichen, wenn sie ihren Studenten keine ErnÃĪhrungskurse anbieten.
Der oft als VerschwÃķrungstheoretiker diffamierte RFK Jr. ist auch Teil des wachsenden Widerstands gegen Geoengineering-AktivitÃĪten. Die Manipulation von Wetter und Klima beispielsweise durch das Freisetzen von Chemikalien in die AtmosphÃĪre kann kaum gesund sein und soll daher mit Louisiana jetzt in einem weiteren US-Bundesstaat verboten werden. Kennedy hatte derartige MaÃnahmen auch schon als ein Verbrechen bezeichnet, das es zu stoppen gelte.
Indes ist der deutsche Beitrag in diesem Kontext, dass Ex-Gesundheitsminister und Covid-Impfpflicht-BefÞrworter Karl Lauterbach jetzt zum Klimaexperten mutiert. Laut Spiegel soll er Mitglied einer Kommission fÞr Klima und Gesundheit bei der Weltgesundheitsorganisation werden, angeblich unentgeltlich. Vermutlich mÃķchte die WHO im Sinne ihrer One-Health-Initiative mit solcher Lobbyarbeit fÞr ÂŦKlimaschutz als Teil des GesundheitsschutzesÂŧ ihren globalen FÞhrungsanspruch untermauern.
Das Thema ÂŦCoronaÂŧ ist im Ãbrigen noch lange nicht erledigt und das Narrativ bekommt weitere Risse. Nachdem Kennedy in den USA den Covid-ÂŦImpfstoffÂŧ fÞr gesunde Kinder und schwangere Frauen aus dem empfohlenen Impfplan gestrichen hat, ist eine CDC-Beraterin zurÞckgetreten, die die Gen-Injektionen fÞr Schwangere gefÃķrdert hatte. Auch die australische Regierung hat ihre Impfempfehlungen aktualisiert. Sie rÃĪumt jetzt ein, dass der Nutzen des ÂŦImpfstoffsÂŧ die SchÃĪden fÞr gesunde Jugendliche nicht Þberwiegt.
Gleichzeitig berichten Medien von einer neuen, anhaltenden ÂŦCovid-19-WelleÂŧ in China. Es gebe BefÞrchtungen, dass es zu erneuten Lockdowns und anderen drastischen MaÃnahmen kommen kÃķnnte, obwohl sich die ÂŦInfektionenÂŧ laut den GesundheitsbehÃķrden auf einem AbwÃĪrtstrend befinden. In einigen Schulen seien SchÞler isoliert und unter QuarantÃĪne gestellt worden.
Isolierung, Ãberwachung und Kontrolle sind ebenfalls ein hÃķchst ungesundes Erbe der ÂŦCoronazeitÂŧ. Die weltweit vielfach eingefÞhrten digitalen ÂŦImpfpÃĪsseÂŧ wurden als Instrument benutzt, um Kampagnen fÞr digitale IdentitÃĪten zu fÃķrdern und die entsprechenden Systeme aufzubauen. Gerade hat auch Griechenland mit der EinfÞhrung seiner ÂŦPersonal Citizen NumberÂŧ den Grundstein fÞr ein einheitliches digitales ID-System gelegt.
Derweil schlagen DatenschÞtzer Alarm wegen des Tracking-Potenzials der sogenannten ÂŦPhone HomeÂŧ-Funktion vieler digitaler Ausweise. Dieses ÂŦFeatureÂŧ, bei dem im Hintergrund jedesmal der Aussteller kontaktiert wird, um eine Angabe zu ÞberprÞfen, werde ganz leise in der Gesellschaft eingefÞhrt, warnen sie. Das gebe den Regierungen den Vorgeschmack auf eine Macht, die sie kaum jemals wieder loslassen wÞrden. Dagegen hilft nur eins: wachsam sein, hinterfragen und im Zweifel ÂŦNeinÂŧ sagen, anstatt auf eine vermeintliche Bequemlichkeit hereinzufallen.
[Titelbild: Pixabay]
Dieser Beitrag wurde mit dem Pareto-Client geschrieben und ist zuerst auf Transition News erschienen.
-
@ 2b24a1fa:17750f64
2025-06-09 13:08:49Wenn sich die Spieler nach einem hart umkÃĪmpften FuÃballmatch die Hand reichen oder einander abklatschen, zeugt das von Sportsgeist. Das heiÃt: Wir haben uns im Spiel zwar nichts geschenkt, aber wir respektieren einander und als Verlierer erkennen wir an, dass die andere Mannschaft besser gespielt hat und unsere Niederlage in Ordnung geht.
https://soundcloud.com/radiomuenchen/die-wrestling-demokratie-ein-kommentar-von-jonny-rieder?
Und auch die Gewinner zollen dem Gegner Respekt, verhÃķhnen ihn nicht. SelbstverstÃĪndlich sollte gegenseitiger Respekt auch in der Politik gelten. Man sollte einander zuhÃķren und argumentieren, anstatt Kollegen schon deshalb zu verachten, weil sie einer anderen Partei angehÃķren. Aber: Wenn ein Politiker eine andere Partei massiv kritisiert und ihrem Antrag anschlieÃend trotzdem zustimmt, zeigt er damit nicht Respekt vor dem politischen Gegner, sondern Verachtung fÞr den WÃĪhler. Was der Deutsche Bundestag im MÃĪrz 2025 demonstrierte, also in der Ãbergangsphase vom alten Bundestag und dem noch nicht einberufenen neu gewÃĪhlten Parlament, war genau das: angewandte WÃĪhlerverachtung. Etwas zuzustimmen, das ich eben noch vehement verdammt habe, zeugt nicht von DemokratieverstÃĪndnis oder von politischem Sportsgeist, sondern von dessen fundamentaler Ablehnung. Erst recht, wenn die Zustimmung fÞr alle ersichtlich erkauft wurde. HÃķren Sie Jonny Rieders Kommentar âDie Wrestling-Demokratieâ.
Sprecher: Karsten Troyke
Bild: ChatGPT im Auftrag von Radio MÞnchen
-
@ 2b24a1fa:17750f64
2025-06-09 13:07:23Zum organisierten Corona-Komplex zÃĪhlt auch der vermittelte Eindruck, dass es in den Jahren der sogenannten Pandemie praktisch nur noch eine Todesursache gab: Covid-19. Verkehrstote? Krebstote? GewÃķhnliche Alterstote? Kann nicht sein.
https://soundcloud.com/radiomuenchen/studie-viele-falsche-corona-tote-von-multipolar?
UN-GeneralsekretÃĪr Guterres sah die Welt âim Krieg mit dem Virusâ, de facto war es ein Krieg mit der Wahrheit, den Regierungen und Mainstream-Medien ausfochten. Der berechtigte Einwand, es mache einen Unterschied, ob jemand mit Corona oder wegen Corona gestorben ist, wurde als Ketzerei abgekanzelt. Erst mit dem Krieg in der Ukraine geriet das âJeder Tote ist ein Corona-Toterâ-Narrativ an seine Propaganda-Grenzen und Corona verschwand so schnell aus dem medialen TagesgeschÃĪft wie es gekommen war. Das Geld, das man fÞr Masken, sogenannte Impfstoffe und damit verbundener Korruption verschwendet hatte, musste man nun unbedingt fÞr Waffen verschwenden. Umso wichtiger ist es, diese Zeit der LÞgen und Grundrechtsverletzungen nicht einfach unter den Teppich zu kehren und darÞber zu schweigen. AufklÃĪrung leistet hier nach wie vor das Magazin Multipolar. Es berichtet von einer aktuellen Studie griechischer Forscher Þber âoffizielle Corona-TodesfÃĪlle wÃĪhrend Omikronâ. Dabei erwies sich Corona nur in einer Minderheit der FÃĪlle als direkte Todesursache.
Sprecherin: Sabrina Khalil
Originaltext bei Multipolar:Â multipolar-magazin.de/meldungen/0257
Bild: Chat GPT im Auftrag von Radio MÞnchen
Radio MÞnchen\ www.radiomuenchen.net/â\ @radiomuenchen\ www.facebook.com/radiomuenchen\ www.instagram.com/radio_muenchen/\ twitter.com/RadioMuenchen\ odysee.com/@RadioMuenchen.net:9\ rumble.com/user/RadioMunchen
Radio MÞnchen ist eine gemeinnÞtzige Unternehmung.\ Wir freuen uns, wenn Sie unsere Arbeit unterstÞtzen.
-
@ cae03c48:2a7d6671
2025-06-09 14:01:57Bitcoin Magazine
Mapping Bitcoinâs Bull Cycle PotentialBitcoinâs Market Value to Realized Value, or MVRV ratio, remains one of the most reliable on-chain indicators for identifying local and macro tops and bottoms across every BTC cycle. By isolating data across different investor cohorts and adapting historical benchmarks to modern market conditions, we can generate more accurate insights into where Bitcoin may be headed next.
The Bitcoin MVRV Ratio
The MVRV Ratio compares Bitcoinâs market price to its realized price, essentially the average cost basis for all coins in the network. As of writing, BTC trades around $105,000 while the realized price floats near $47,000, putting the raw MVRV at 2.26. The Z-Score version of MVRV standardizes this ratio based on historical volatility, enabling clearer comparisons across different market cycles.
Figure 1: Historically, the MVRV Ratio and the MVRV Z-Score have accurately identified cycle peaks and bottoms. View Live Chart
Short-Term Holders
Short-term holders, defined as those holding Bitcoin for 155 days or less, currently have a realized price near $97,000. This metric often acts as dynamic support in bull markets and resistance in bear markets. Notably, when the Short Term Holder MVRV hits 1.33, local tops have historically occurred, as seen several times in both the 2017 and 2021 cycles. So far in the current cycle, this threshold has already been touched four times, each followed by modest retracements.
Figure 2: Short Term Holder MVRV reaching 1.33 in more recent cycles has aligned with local tops. View Live Chart
Long-Term Holders
Long-term holders, whoâve held BTC for more than 155 days, currently have an average cost basis of just $33,500, putting their MVRV at 3.11. Historically, Long Term Holder MVRV values have reached as high as 12 during major peaks. That said, weâre observing a trend of diminishing multiples each cycle.
Figure 3: Achieving a Long Term Holder MVRV value of 8 could extrapolate to a BTC price in excess of $300,000. View Live Chart
A key resistance band now sits between 7.5 and 8.5, a zone that has defined bull tops and pre-bear retracements in every cycle since 2011. If the current growth of the realized price ($40/day) continues for another 140â150 days, matching previous cycle lengths, we could see it reach somewhere in the region of $40,000. A peak MVRV of 8 would imply a price near $320,000.
A Smarter Market Compass
Unlike static all-time metrics, the 2-Year Rolling MVRV Z-Score adapts to evolving market dynamics. By recalculating average extremes over a rolling window, it smooths out Bitcoinâs natural volatility decay as it matures. Historically, this version has signaled overbought conditions when reaching levels above 3, and prime accumulation zones when dipping below -1. Currently sitting under 1, this metric suggests that substantial upside remains.
Figure 4: The current 2-Year Rolling MVRV Z-Score suggests more positive price action ahead. View Live Chart
Timing & Targets
A view of the BTC Growth Since Cycle Lows chart illustrates that BTC is now approximately 925 days removed from its last major cycle low. Historical comparisons to previous bull markets suggest we may be around 140 to 150 days away from a potential top, with both the 2017 and 2021 peaks occurring around 1,060 to 1,070 days after their respective lows. While not deterministic, this alignment reinforces the broader picture of where we are in the cycle. If realized price trends and MVRV thresholds continue on current trajectories, late Q3 to early Q4 2025 may bring final euphoric moves.
Figure 5: Will the current cycle continue to exhibit growth patterns similar to those of the previous two cycles? View Live Chart
Conclusion
The MVRV ratio and its derivatives remain essential tools for analyzing Bitcoin market behavior, providing clear markers for both accumulation and distribution. Whether observing short-term holders hovering near local top thresholds, long-term holders nearing historically significant resistance zones, or adaptive metrics like the 2-Year Rolling MVRV Z-Score signaling plenty of runway left, these data points should be used in confluence.
No single metric should be relied upon to predict tops or bottoms in isolation, but taken together, they offer a powerful lens through which to interpret the macro trend. As the market matures and volatility declines, adaptive metrics will become even more crucial in staying ahead of the curve.
For more deep-dive research, technical indicators, real-time market alerts, and access to a growing community of analysts, visit BitcoinMagazinePro.com.
Disclaimer: This article is for informational purposes only and should not be considered financial advice. Always do your own research before making any investment decisions.
This post Mapping Bitcoinâs Bull Cycle Potential first appeared on Bitcoin Magazine and is written by Matt Crosby.
-
@ ec42c765:328c0600
2025-02-05 23:43:35test
-
@ cae03c48:2a7d6671
2025-06-09 14:02:08Bitcoin Magazine
Palantir Is Violating Its Own Principles by Avoiding a Bitcoin TreasuryPalantir exists to see what others miss.
It was founded to solve problems most institutions canât even nameâdefending sovereignty, navigating adversarial environments, and building systems designed to endure when others fail. Its software doesnât just process data; it helps governments and institutions anticipate instability before it strikes.
But for all its strategic foresight, Palantir has yet to adopt a Bitcoin treasury strategyâa move that would bring its capital posture in line with its mission.
With more than $2.1 billion in cash, minimal debt, and few reinvestments, Palantir has the resources to leadâbut no capital signal that matches its stated principles. In a world increasingly defined by currency debasement, centralized overreach, and geopolitical fragmentation, sitting on fiat is not neutrality. Itâs a contradiction.
Palantir without a Bitcoin treasury isnât just incompleteâitâs incoherent.
A Company Built for Strategic Foresight Should Not Be Saving in a Failing System
Over the last four years, Palantir has grown steadily:
- $1.09B â $1.54B â $1.91B â $2.23B in annual revenue
- Over $700M in free cash flow
- Just ~$239M in debt
- $2.1B in cash and equivalents
Itâs a fortress balance sheet. But a fortress built on fiat is only as strong as the system it rests on.
Palantir has made no meaningful acquisitions, issued no dividends, and offers no capital return strategy beyond heavy stock-based compensation. This isnât capital disciplineâitâs strategic inertia. The company builds wartime software but saves like a peacetime conglomerate.
A Bitcoin Treasury Would Align Palantirâs Capital With Its Conviction
Palantirâs mission is to defend sovereignty and build for adversarial conditions. Bitcoin is the only monetary asset designed to do the same.
- Non-sovereign: Bitcoin is not issued or controlled by any state.
- Resilient: It has survived censorship attempts, geopolitical attacks, and financial panics.
- Transparent: It is auditable, predictable, and trustlessâeverything the fiat system is not.
- Aligned: Bitcoin reflects the same values Palantir claimsâautonomy, resilience, and long-range thinking.
If Palantir allocated even half of its cash reserves (~$1.05B), it could acquire 10,000+ BTC. That would place it among the top 10 corporate Bitcoin holders, alongside Strategy (formerly MicroStrategy), Tesla, and Coinbase.
But this isnât about optics. Itâs about aligning capital with purpose.
Palantir Without a Bitcoin Treasury Violates Its Own Principles
Palantir outlines a clear ethical and design philosophy for its software. But those same principles expose a contradiction on its balance sheet.
Letâs break it down:
âSystems should incorporate principles of privacy by design.â
âĪ Bitcoin is privacy by design. It enables global value transfer without third-party surveillance or control.
âĪ Fiat is surveillance by design. Centralized systems track, censor, and report user behavior by default.By holding fiat, Palantir passively supports a financial architecture it claims to resist. A Bitcoin treasury would align its capital with its engineering ethics.
âSystems must facilitate accountability and oversight.â
âĪ Bitcoin is radically transparentâanyone can audit supply, transactions, and ownership logic.
âĪ Fiat operates in shadowsâdriven by opaque policy, insider bailouts, and political discretion.Palantir demands accountability in data infrastructureâits capital reserves should meet the same standard.
âWe strive to contextualize major world problems.â
âĪ The instability of fiat currency and global debt markets is a foundational context.
âĪ Bitcoin is not a betâitâs a contextual response to structural monetary decay.If Palantir exists to anticipate future risk, it should reflect that awareness on its balance sheet.
This Isnât a Pivot. Itâs Alignment.
Adopting a Bitcoin treasury wouldnât mark a shift in Palantirâs missionâit would reinforce it.
This isnât about chasing trends. Itâs about applying the same principles that define Palantirâs softwareâresilience, sovereignty, and long-term thinkingâto its balance sheet. Bitcoin reflects those values more directly than any fiat currency can.
Palantir helps its clients prepare for instability. It secures borders, systems, and decision-making frameworks under pressure. But it hasnât secured its own monetary foundation.
Thatâs a strategic gap.
Thatâs a contradiction.
And itâs one the company can resolveâdecisively.The Call to Action
Palantirâs shareholders believe in its conviction. They understand the company is not here to follow. It exists to build first, move first, and signal first.
They are not looking for fiat-era conservatism repackaged as capital discipline. They want strategy that matches the scale of the mission. They want to see the company allocate capital with the same clarity it brings to battlefield intelligence and national infrastructure.
Palantir has the foresight, the liquidity, and the philosophical grounding to act. What it needs is the will to align its reserves with its reason for existing.
A Bitcoin treasury would do more than protect valueâit would prove Palantir means what it says.
Itâs time to move from rhetoric to action.
Itâs time to adopt a Bitcoin treasury strategy.Disclaimer: This content was written on behalf of Bitcoin For Corporations. The views expressed in this article are those of the author and do not necessarily reflect the official position of Bitcoin For Corporations. This article is intended solely for informational purposes and should not be interpreted as an invitation or solicitation to acquire, purchase, or subscribe for securities.
This post Palantir Is Violating Its Own Principles by Avoiding a Bitcoin Treasury first appeared on Bitcoin Magazine and is written by Nick Ward.
-
@ 2b24a1fa:17750f64
2025-06-09 13:03:51Zum organisierten Corona-Komplex zÃĪhlt auch der vermittelte Eindruck, dass es in den Jahren der sogenannten Pandemie praktisch nur noch eine Todesursache gab: Covid-19. Verkehrstote? Krebstote? GewÃķhnliche Alterstote? Kann nicht sein. UN-GeneralsekretÃĪr Guterres sah die Welt âim Krieg mit dem Virusâ, de facto war es ein Krieg mit der Wahrheit, den Regierungen und Mainstream-Medien ausfochten.
https://soundcloud.com/radiomuenchen/studie-viele-falsche-corona-tote-von-multipolar
Der berechtigte Einwand, es mache einen Unterschied, ob jemand mit Corona oder wegen Corona gestorben ist, wurde als Ketzerei abgekanzelt. Erst mit dem Krieg in der Ukraine geriet das âJeder Tote ist ein Corona-Toterâ-Narrativ an seine Propaganda-Grenzen und Corona verschwand so schnell aus dem medialen TagesgeschÃĪft wie es gekommen war. Das Geld, das man fÞr Masken, sogenannte Impfstoffe und damit verbundener Korruption verschwendet hatte, musste man nun unbedingt fÞr Waffen verschwenden. Umso wichtiger ist es, diese Zeit der LÞgen und Grundrechtsverletzungen nicht einfach unter den Teppich zu kehren und darÞber zu schweigen. AufklÃĪrung leistet hier nach wie vor das Magazin Multipolar. Es berichtet von einer aktuellen Studie griechischer Forscher Þber âoffizielle Corona-TodesfÃĪlle wÃĪhrend Omikronâ. Dabei erwies sich Corona nur in einer Minderheit der FÃĪlle als direkte Todesursache.
Sprecherin: Sabrina Khalil
Originaltext bei Multipolar:Â multipolar-magazin.de/meldungen/0257
Bild: Chat GPT im Auftrag von Radio MÞnchen
Radio MÞnchen\ www.radiomuenchen.net/â\ @radiomuenchen\ www.facebook.com/radiomuenchen\ www.instagram.com/radio_muenchen/\ twitter.com/RadioMuenchen\ odysee.com/@RadioMuenchen.net:9\ rumble.com/user/RadioMunchen
Radio MÞnchen ist eine gemeinnÞtzige Unternehmung.\ Wir freuen uns, wenn Sie unsere Arbeit unterstÞtzen.
GLS-Bank\ IBAN: DE65 4306 0967 8217 9867 00\ BIC: GENODEM1GLS\ Bitcoin (BTC): bc1qqkrzed5vuvl82dggsyjgcjteylq5l58sz4s927\ Ethereum (ETH): 0xB9a49A0bda5FAc3F084D5257424E3e6fdD303482
-
@ b1ddb4d7:471244e7
2025-06-09 13:01:40âNot your keys, not your coinsâ isnât a sloganâitâs a survival mantra in the age of digital sovereignty.
The seismic collapses of Mt. Gox (2014) and FTX (2022) werenât anomalies; they were wake-up calls. When $8.7 billion in customer funds vanished with FTX, it exposed the fatal flaw of third-party custody:Â your bitcoin is only as secure as your custodianâs weakest link.
Yet today, As of early 2025, analysts estimate that between 2.3 million and 3.7 million Bitcoins are permanently lost, representing approximately 11â18% of bitcoinâs fixed maximum supply of 21 million coins, with some reports suggesting losses as high as 4 million BTC. This paradox reveals a critical truth: self-custody isnât just preferableâitâs essentialâbut it must be done right.
The Custody Spectrum
Custodial Wallets (The Illusion of Control)
- Rehypothecation Risk:Â Most platforms lend your bitcoin for yield generation. When Celsius collapsed, users discovered their âheldâ bitcoin was loaned out in risky strategies.
- Account Freezes:Â Regulatory actions can lock withdrawals overnight. In 2023, Binance suspended dollar withdrawals for U.S. users citing âpartner bank issues,â trapping funds for weeks.
- Data Vulnerability:Â KYC requirements create honeypots for hackers. The 2024 Ledger breach exposed 270,000 usersâ personal data despite hardware security.
True Self-Custody
Self-custody means exclusively controlling your private keysâthe cryptographic strings that prove bitcoin ownership. Unlike banks or exchanges, self-custody eliminates:- Counterparty risk (no FTX-style implosions)
- Censorship (no blocked transactions)
- Inflationary theft (no fractional reserve lending)
Conquering the Three Great Fears of Self-Custody
Fear 1: âIâll Lose Everything If I Make a Mistakeâ
Reality:Â Human error is manageable with robust systems:
- Test Transactions:Â Always send a micro-amount (0.00001 BTC) before large transfers. Verify receipt AND ability to send back.
- Multi-Backup Protocol:Â Store seed phrases on fireproof/waterproof steel plates (not paper!). Distribute copies geographicallyâone in a home safe, another with trusted family 100+ miles away.
- SLIP39 Sharding:Â Split your seed into fragments requiring 3-of-5 shards to reconstruct. No single point of failure.
Fear 2: âHackers Will Steal My Keysâ
Reality:Â Offline storage defeats remote attacks:
- Hardware Wallets:Â Devices like Bitkey or Ledger keep keys in âcold storageââisolated from internet-connected devices. Transactions require physical confirmation.
- Multisig Vaults:Â Bitvaultâs multi-sig system requires attackers compromise multiple locations/devices simultaneously. Even losing two keys wonât forfeit funds.
- Air-Gapped Verification:Â Use dedicated offline devices for wallet setup. Never type seeds on internet-connected machines.
Fear 3: âMy Family Canât Access It If I Dieâ
Reality:Â Inheritance is solvable:
- Dead Man Switches:Â Bitwardenâs emergency access allows trusted contacts to retrieve encrypted keys after a pre-set waiting period (e.g., 30 days).
- Inheritance Protocols:Â Bitkeyâs inheritance solution shares decryption keys via designated beneficiariesâ emails. Requires multiple approvals to prevent abuse.
- Public Key Registries:Â Share wallet XPUBs (not private keys!) with heirs. They can monitor balances but not spend, ensuring transparency without risk.
The Freedom Dividend
- Censorship Resistance:Â Send $10M BTC to a Wikileaks wallet without Visa/Mastercard blocking it.
- Privacy Preservation:Â Avoid KYC surveillanceânon-custodial wallets like Flash require zero ID verification.
- Protocol Access:Â Participate in bitcoin-native innovations (Lightning Network, DLCs) only possible with self-custodied keys.
- Black Swan Immunity:Â When Cyprus-style bank bailins happen, your bitcoin remains untouched in your vault.
The Sovereignâs Checklist
- Withdraw from Exchanges:Â Move all BTC > $1,000 to self-custody immediately.
- Buy Hardware Wallet:Â Purchase DIRECTLY from manufacturer (no Amazon!) to avoid supply-chain tampering.
- Generate Seed OFFLINE:Â Use air-gapped device, write phrase on steelânever digitally.
- Test Recovery:Â Delete wallet, restore from seed before funding.
- Implement Multisig:Â For > $75k, use Bitvault for 2-of-3 multi-sig setup.
- Create Inheritance Plan:Â Share XPUBs/SLIP39 shards with heirs + legal documents.
âSelf-custody isnât about avoiding riskâitâs about transferring risk from opaque institutions to transparent, controllable systems you design.â
The Inevitable Evolution: Custody Without Compromise
Emerging solutions are erasing old tradeoffs:
- MPC Wallets:Â Services like Xapo Bank shatter keys into encrypted fragments distributed globally. No single device holds full keys, defeating physical theft.
- Social Recovery:Â Ethically designed networks (e.g., Bitkey) let trusted contacts restore access without custodial control.
- Biometric Assurance:Â Fingerprint reset protocols prevent lockouts from physical injuries.
Lost keys = lost bitcoin. But consider the alternative: entrusting your life savings to entities with proven 8% annual failure rates among exchanges. Self-custody shifts responsibility from hoping institutions wonât fail to knowing your system canât fail without your consent.
Take action today:Â Move one coin. Test one recovery. Share one xpub. The path to unchained wealth begins with a single satoshi under your control.
-
@ a5ee4475:2ca75401
2025-06-06 15:30:41[EM ATUALIZAÃÃO]
vacina #saude #politica #manipulacao #mundial #genocidio #pandemia #conspiracao
"Aqueles que nÃĢo conseguem lembrar o passado estÃĢo condenados a repeti-lo." - George Satayana
Este artigo reÚne algumas mençÃĩes e evidÊncias mais antigas que vim registrando durante alguns anos em relaçÃĢo a Covid-19, vacinas obrigatÃģrias e a açÃĢo de agÊncias de governo, fundaçÃĩes, polÃticos, mÃdia tradicional, celebridades, influenciadores, cientistas, redes sociais e laboratÃģrios, em envolvimento com genocÃdio e restriçÃĩes de liberdades em escala mundial causado por decisÃĩes em vÃĄrias esferas relativas ao covid e as vacinas obrigatÃģrias em geral.
PorÃĐm, alguns links podem nÃĢo estar mais disponÃveis, foram que ainda faltam ser registradas muitas informaçÃĩes jÃĄ divulgadas nos Últimos anos e que muitos nÃĢo tiveram contato pela escassez de meios para a obtençÃĢo dessas informaçÃĩes de forma organizada.
Portanto, o presente artigo ainda passarÃĄ por atualizaçÃĩes de conteÚdo e formataçÃĢo. Logo, se possÃvel, ajudem sugerindo complementos ou alteraçÃĩes, ou com doaçÃĩes.
NoçÃĩes iniciais:
- O termo 'CoronavÃrus' (COVID) ÃĐ na verdade um nome genÃĐrico para vÃĄrios vÃrus de gripes jÃĄ comuns, dado para o tipo corona (com uma "coroa", 'espetos' ao redor dele), o Sars-Cov-2 (que passou a ser chamado erroneamente sÃģ de Covid), ÃĐ sÃģ um deles.
- SARS-CoV-2 ÃĐ que ÃĐ nome do vÃrus. Ele que causa a doença Covid-19;
- O coronavÃrus SARS-CoV-2 ÃĐ o segundo tipo de SARS-CoV documentado, o primeiro ocorreu entre 2002 e 2003, se originando tambÃĐm da China e tambÃĐm dito como tendo origem animal;
- SARS (Severe Acute Respiratory Syndrome) - SÃndrome RespiratÃģria Aguda Grave (SRAG) ÃĐ a uma doença respiratÃģria viral, relatada ser de origem zoonÃģtica (animal), causada pelos coronavÃrus SARS-CoV (2002) e SARS-CoV-2 (2019), ambos de origem chinesa;
1. Vacinas ObrigatÃģrias em Geral
23/01/2025 - [Pesquisa] Vacinas nos EUA causando autismo em crianças https://publichealthpolicyjournal.com/vaccination-and-neurodevelopmental-disorders-a-study-of-nine-year-old-children-enrolled-in-medicaid/
- O CDC admite que 98 milhÃĩes de pessoas receberam o vÃrus do cÃĒncer atravÃĐs da vacina da Poliomielite https://medicinanews.com.br/frente/frente_1/o-cdc-admite-que-98-milhoes-de-pessoas-receberam-o-virus-do-cancer-atraves-da-vacina-poliomielite/
"O CDC (Os Centros de Controle e PrevençÃĢo de Doenças dos Estados Unidos) removeu rapidamente uma pÃĄgina do seu site, que estava em cache no Google, como vocÊ pode ver logo abaixo, admitindo que mais de 98 milhÃĩes de americanos receberam uma ou mais doses de vacina contra pÃģlio dentro de 8 perÃodo entre 1955 e 1963, quando uma proporçÃĢo da vacina foi contaminada com um poliomavÃrus causador de cÃĒncer chamado SV40."
Fonte original da imagem: https://preventdisease.com/images13/CDC_Polio.png [indisponÃvel] - A imagem foi trocada por outra de menor qualidade e em outro link, mas eu jÃĄ tinha a imagem original salva.
Imagem arquivada em: https://web.archive.org/web/20201203231640/
27/02/2021 - Por que o JapÃĢo demorou para vacinar, mesmo com OlimpÃada se aproximando https://www.cnnbrasil.com.br/internacional/2021/02/27/por-que-o-japao-demorou-para-vacinar-mesmo-com-olimpiada-se-aproximando
"Desconfiança da populaçÃĢo japonesa em relaçÃĢo a vacinas, ligada a casos ocorridos no passado, estÃĄ entre razÃĩes que atrasaram imunizaçÃĢo no paÃs.
A resistÊncia à vacina do JapÃĢo remonta à dÃĐcada de 1970, quando duas crianças morreram dentro de 24 horas apÃģs receberem a vacina combinada contra difteria, tÃĐtano e coqueluche (coqueluche). A vacina foi temporariamente suspensa, mas a confiança jÃĄ havia sido abalada. Por vÃĄrios anos, as taxas de vacinaçÃĢo infantil caÃram, levando a um aumento nos casos de tosse convulsa.
No final dos anos 1980, houve outro susto com a introduçÃĢo da vacina tripla contra sarampo, caxumba e rubÃĐola produzida no JapÃĢo. As primeiras versÃĩes do imunizante foram associadas à meningite assÃĐptica, ou inchaço das membranas ao redor do cÃĐrebro e da medula espinhal. O problema foi rastreado atÃĐ o componente caxumba da vacina tripla, o que levou a uma açÃĢo judicial e a indenizaçÃĢo por danos pesados.
O Instituto Nacional de CiÊncias da SaÚde interrompeu a dose combinada em 1993 e a substituiu por vacinas individuais. ApÃģs o escÃĒndalo, Shibuya disse que o governo japonÊs se tornou "ciente dos riscos" e seu programa nacional de vacinaçÃĢo tornou-se voluntÃĄrio.
O Dr. Yuho Horikoshi, especialista em doenças infecciosas, diz que os processos levaram a uma "lacuna de vacinaçÃĢo", em que nenhuma vacina foi aprovada no JapÃĢo por cerca de 15 anos.
Mais recentemente, em 2013, o JapÃĢo adicionou a vacina contra o papilomavÃrus humano (HPV) ao calendÃĄrio nacional para proteger as meninas contra o vÃrus sexualmente transmissÃvel, que ÃĐ conhecido por causar cÃĒncer cervical. No entanto, vÃdeos de meninas supostamente sofrendo de reaçÃĩes adversas começaram a circular no YouTube, levando o governo a retirÃĄ-los da programaçÃĢo nacional."
2. PRIMEIRAS OCORRÃNCIAS PREDITIVAS AO COVID-19
2002 - SÃndrome respiratÃģria aguda grave (SARS) Brenda L. Tesini (setembro de 2018). SÃndrome respiratÃģria aguda grave (SARS) [indisponÃvel]. Manual Merck. Consultado em 23 de janeiro de 2020, citado no Wikipedia
SARS - WikipÃĐdia: "A SARS [doença do vÃrus SARS-CoV] foi detectada pela primeira vez no fim de 2002 na China. Entre 2002 e 2003, um surto da doença resultou em mais de 8 000 casos e cerca de 800 mortes em todo o mundo."
2010 - FundaçÃĢo Rockfeller, Lockstep. https://www.rockefellerfoundation.org/wp-content/uploads/Annual-Report-2010-1.pdf
Neste PDF da fundaçÃĢo Rockfeller, em seu prÃģprio site, a fundaçÃĢo deixou claro o seu envolvimento em casos de âcontençÃĢoâ de pandemias juntamente com a USAID (agÊncia americana com nome ambÃguo, como formalmente âUnited States Agency for International Developmentâ, mas soando como âUS Socorreâ, mas sendo um braço do governo democrata que financiava interferÊncias polÃticas diretas em vÃĄrios paÃses, como em intervençÃĩes no Brasil ), inclusive em relacionadas ao SARS, o mesmo sintoma dos coronavÃrus Sars-Cov e Sars-Cov-2 (o vÃrus propagado em 2019) e que causa o COVID-19.
Segundo eles:
âIntegraçÃĢo entre RegiÃĩes e PaÃses
A FundaçÃĢo Rockefeler investiu US$ 22 milhÃĩes em sua Iniciativa de Redes de VigilÃĒncia de Doenças para ajudar a conter a disseminaçÃĢo de doenças infecciosas e pandemias, fortalecendo os sistemas nacionais, regionais e globais de vigilÃĒncia e resposta a doenças. Dois programas-chave da Rockefeler â a Rede de VigilÃĒncia de Doenças da Bacia do Mekong e a Rede Integrada de VigilÃĒncia de Doenças da Ãfrica Oriental â conectaram e capacitaram profissionais de saÚde, epidemiologistas e autoridades de saÚde pÚblica em toda a regiÃĢo, levando a um aumento de seis vezes nos locais de vigilÃĒncia de doenças transfronteiriças somente nos Últimos trÊs anos. Em 2010, a Rockefeler expandiu a bem-sucedida campanha transdisciplinar One Health, que a USAID e o Banco AsiÃĄtico de Desenvolvimento adotaram como modelos. One Health refere-se à integraçÃĢo da ciÊncia mÃĐdica e veterinÃĄria para combater essas novas variedades de doenças zoonÃģticas que se movem e sofrem mutaçÃĩes rapidamente de animais para humanos. Essas colaboraçÃĩes criaram e fortaleceram uma rede regional crÃtica de saÚde pÚblica, enquanto as liçÃĩes aprendidas foram exportadas entre disciplinas e paÃses. AlÃĐm de fortalecer os laços globais em saÚde pÚblica, a Rockefeler ajudou a elevar o nÃvel de especializaçÃĢo e treinamento em campo. O Programa de Treinamento em Epidemiologia de Campo coloca graduados nos mais altos escalÃĩes do governo no Laos e no VietnÃĢ, enquanto as bolsas da Rockefeler transformaram as ferramentas disponÃveis para os mÃĐdicos, permitindo-lhes utilizar o poder da internet para se comunicar e monitorar eventos, compreender contextos locais e analisar novos problemas. Finalmente, estamos aplicando ferramentas do sÃĐculo XXI para combater os desafios de saÚde do sÃĐculo XXI.â
Julho de 2012 - Revista Mundo Estranho - Epidemias Citado em: https://super.abril.com.br/especiais/epidemia-o-risco-invisivel/
PÃĄgina do site ME salva em Imagem no Voidcat
Houve uma âcoincidÊnciaâ, a revista Mundo Estranho em julho de 2012, entrevistou o atÃĐ entÃĢo doutorando em virologia, Ãtila Iamarino (do canal Nerdologia no Youtube - O mesmo cientista que fez diversas propagandas das vacinas no Brasil), para descrever um possÃvel cenÃĄrio de propagaçÃĢo de uma epidemia viral, a revista descreve com grande precisÃĢo os eventos de 2020, mas apontando o oposto da China, em que, na realidade, sua economia cresceu vertiginosamente.
Segundo eles:
â 1 â A Ãsia ÃĐ o ponto de partida. ApÃģs vÃĄrias mutaçÃĩes, um novo vÃrus surge hospedado em morcegos. As fezes que eles soltam no ar infectam guaxinins. Dos mercados da China, esses animais sÃĢo levados vivos para serem abatidos em restaurantes. Estressados, eles arranham e mordem os cozinheiros, espalhando o vÃrus.
2 â O vÃrus adquire a capacidade de ser transmitido de homem para homem por via aÃĐrea â forma mais fÃĄcil de contÃĄgio. AlÃĐm disso, o contÃĄgio se dÃĄ antes mesmo de o enfermo apresentar os sintomas. Assim, em mÃĐdia, o doente infecta cinco pessoas antes de ter febre, vÃīmito, diarreia, desidrataçÃĢo e falta de ar.
3 â O governo chinÊs envia uma comissÃĢo para avaliar a doença misteriosa que acomete alguns vilarejos. A equipe volta sem resultados e nÃĢo considera o surto alarmante atÃĐ que trÊs pesquisadores adoecem e um deles morre. A China nÃĢo informa a OrganizaçÃĢo Mundial da SaÚde (OMS) para nÃĢo demonstrar fragilidade.
4 â Os sintomas sÃĢo comuns e a doença sÃģ chama a atençÃĢo quando muita gente começa a morrer na mesma regiÃĢo. Ainda assim, demora para que mÃĐdicos e enfermeiros percebam a ineficiÊncia de antibiÃģticos na cura â o que exclui a maioria das bactÃĐrias como agente causador. Testes com vÃrus comuns tambÃĐm dÃĢo negativo.
5 â O governo isola comunidades em que hÃĄ focos da doença. NinguÃĐm entra nas cidades e nenhum doente pode sair. Mas, como a misteriosa enfermidade demora quatro dias para mostrar seus sintomas, muitos doentes saem dos vilarejos sem saber que estÃĢo infectados, alastrando a epidemia.
6 â Doentes viajam de aviÃĢo para grandes cidades, como Hong Kong. O fervilhante centro comercial, que atrai gente do mundo todo, ÃĐ um polo de contÃĄgio e disseminaçÃĢo. Sem imaginar o risco que correm, pessoas sÃĢo contaminadas e, ao voltar para seu local de origem, carregam o vÃrus para todos os continentes.
7 â Com a doença jÃĄ fora de controle, começa uma corrida entre laboratÃģrios e cientistas de grandes universidades para descobrir o agente causador. Mesmo com o vÃrus isolado, as vacinas demoram para ser feitas em larga escala, tornando impossÃvel o atendimento à demanda mundial.
8 â Os paÃses se isolam, mantendo esquemas de quarentena. Aeroportos sÃĢo fechados e o turismo mundial cai a quase zero. A China sofre as piores consequÊncias, com o fluxo de empresÃĄrios para Hong Kong suspenso â gerando prejuÃzos de bilhÃĩes de dÃģlares â e com o boicote a produtos alimentÃcios vindos da Ãsia.
9 â AlÃĐm dos 10% de casos letais, os milhÃĩes de doentes precisam de atendimento mÃĐdico. Enquanto hospitais e cemitÃĐrios estÃĢo lotados, escolas, indÚstrias e comÃĐrcio ficam paralisados por falta de profissionais. O transporte pÚblico tambÃĐm para e os trabalhadores que podem passam a trabalhar em casa.
10 â Nas naçÃĩes pobres, quase 20% da populaçÃĢo morre â e outros milhÃĩes sÃĢo vitimados mesmo em paÃses ricos. Parte dessa mortalidade ocorre por causa da doença, mas outro fator determinante ÃĐ a crise financeira global. A produçÃĢo de alimentos cai por falta de mÃĢo de obra.
Fontes: A HistÃģria e Suas Epidemias e Pandemias â A Humanidade em Risco, de Stefan Cunha Ujvari; Pragas e Epidemias â HistÃģrias de Doenças Infecciosas, de Antonio Carlos de Castro Toledo Jr. Consultoria: Stefan Ujvari Cunha, infectologista do Hospital AlemÃĢo Oswaldo Cruz; Paolo Zanotto, professor de virologia do Instituto de CiÊncias BiolÃģgicas (ICB) da USP; Ãtila Iamarino, doutorando em HIV-1 no ICB da USP. â
3. PRIMEIROS INDÃCIOS
10/2019 - Evento 201 - Durante os Jogos Militares Internacionais na China https://www.centerforhealthsecurity.org/event201/
Promovido por: - Bill & Melinda Gates Foundation - John Hopkins Institute - FÃģrum econÃīmico mundial
"O evento simula a liberaçÃĢo de um coronavÃrus novo do tipo zoonÃģtico transmitido por morcegos para porcos e por fim para humanos. Eventualmente ele se torna muito transmissÃvel entre humanos levando a uma pandemia severa. O vÃrus ÃĐ muito parecido com o vÃrus da SARS, mas se transmite muito mais facilmente entre pessoas devido a sintomas muito mais leves destas."
TambÃĐm mencionado por: Jornal EstadÃĢo
Sobre o "Movimento antivacina"
05/12/2017 - Movimento antivacina: como surgiu e quais consequÊncias ele pode trazer? https://www.uol.com.br/universa/noticias/redacao/2017/12/05/o-que-o-movimento-antivacina-pode-causar.htm?cmpid=copiaecola
23/03/2019 - "Instagram bloqueia hashtags e conteÚdo antivacinaçÃĢo" https://canaltech.com.br/redes-sociais/instagram-bloqueia-hashtags-e-conteudo-antivacinacao-135411/
23/05/2021 - Novos dados sobre pesquisadores de Wuhan aumentam debate sobre origens da Covid https://www.cnnbrasil.com.br/saude/novos-dados-sobre-pesquisadores-de-wuhan-aumentam-debate-sobre-origens-da-covid/
"A China relatou à OrganizaçÃĢo Mundial da SaÚde que o primeiro paciente com sintomas semelhantes aos de Covid-19 foi registrado em Wuhan em 8 de dezembro de 2019"
01/02/2020 - O que aconteceu desde que o novo coronavÃrus foi descoberto na China https://exame.com/ciencia/o-que-aconteceu-desde-que-o-novo-coronavirus-foi-descoberto-na-china/
"O primeiro alerta foi recebido pela OrganizaçÃĢo Mundial da SaÚde (OMS) em 31 de dezembro de 2019"
15/09/2020 - YouTube diz que vai remover vÃdeos com mentiras sobre vacina contra COVID-19 https://gizmodo.uol.com.br/youtube-remover-videos-mentiras-vacina-covid-19/
"O YouTube anunciou na quarta-feira (14) que estenderÃĄ as regras atuais sobre mentiras, propaganda e teorias da conspiraçÃĢo sobre a pandemia do coronavÃrus para incluir desinformaçÃĢo sobre as vacinas contra a doença.
De acordo com a Reuters, a gigante do vÃdeo diz que agora vai proibir conteÚdos sobre vacinas contra o coronavÃrus que contradizem âo consenso de especialistas das autoridades de saÚde locais ou da OMSâ, como afirmaçÃĩes falsas de que a vacina ÃĐ um pretexto para colocar chips de rastreamento nas pessoas ou que irÃĄ matar ou esterilizar quem tomar."
*07/01/2021 - YouTube vai punir canais que promovem mentiras sobre eleiçÃĩes â incluindo os de Trump https://olhardigital.com.br/2021/01/07/noticias/youtube-vai-punir-canais-que-promovem-mentiras-sobre-eleicoes-incluindo-os-de-trump/
"O YouTube anunciou que vai punir canais que promovem mentiras sobre as eleiçÃĩes, removendo sumariamente qualquer vÃdeo que contenha desinformaçÃĢo e, ao mesmo tempo, advertindo com um âstrikeâ o canal que o veicular. A medida jÃĄ estÃĄ valendo e a primeira âvÃtimaâ ÃĐ ninguÃĐm menos que o ex-presidente americano, Donald Trump.
A medida nÃĢo ÃĐ exatamente nova, mas foi novamente comunicada e reforçada pelo YouTube na quarta-feira (6), apÃģs os eventos de invasÃĢo do CapitÃģlio, em Washington, onde o presidente eleito Joe Biden participava da cerimÃīnia que confirmava a sua vitÃģria nas eleiçÃĩes de novembro de 2020. A ocasiÃĢo ficou marcada pela tentativa de invasÃĢo de correligionÃĄrios de Trump, que entraram no edifÃcio em oposiçÃĢo à nomeaçÃĢo do novo presidente. Uma mulher acabou sendo morta pela polÃcia que protegia o local.
O ex-presidente Donald Trump teve vÃdeos banidos de seu canal no YouTube apÃģs os eventos de ontem (6) no capitÃģlio."
4. FIGURAS CENTRAIS
Bill Gates
- Bill Gates diz 'nÃĢo' a abrir patentes de vacinas https://www.frontliner.com.br/bill-gates-diz-nao-a-abrir-patentes-de-vacinas/
"Bill Gates, um dos homens mais ricos do mundo, cuja fundaçÃĢo tem participaçÃĢo na farmacÊutica alemÃĢ CureVac, produtora de vacina mRNA para prevençÃĢo de covid-19, disse nÃĢo acreditar que a propriedade intelectual tenha algo a ver com o longo esforço global para controlar a pandemia."
JoÃĢo Doria - Governo de SÃĢo Paulo
26/07/2017 - JoÃĢo DÃģria vai a China conhecer drones para ampliar segurança eletrÃīnica na capital paulista https://jc.ne10.uol.com.br/blogs/jamildo/2017/07/26/joao-doria-vai-china-conhecer-drones-para-ampliar-seguranca-eletronica-na-capital-paulista/
02/08/2019 - Governo de SP farÃĄ MissÃĢo China para ampliar cooperaçÃĢo e atrair investimentos https://www.saopaulo.sp.gov.br/spnoticias/governo-de-sao-paulo-detalha-objetivos-da-missao-china/
20/11/2019 - Doria se encontra com chineses das gigantes CREC e CRCC e oferece concessÃĩes de rodovia, metrÃī e ferrovia https://diariodotransporte.com.br/2019/11/20/doria-se-encontra-com-chineses-das-gigantes-crec-e-crcc-e-oferece-concessoes-de-rodovia-metro-e-ferrovia/
25/01/2020 - "Chineses serÃĢo agressivos" nas privatizaçÃĩes em SP atÃĐ 2022, afirma DÃģria https://noticias.uol.com.br/colunas/jamil-chade/2020/01/25/entrevista-joao-doria-privatizacoes-sao-paulo-china.htm
O governador de SÃĢo Paulo, JoÃĢo Doria, afirma que vai acelerar os programas de desestatizaçÃĢo no estado em 2020 e acredita que concessÃĩes e vendas poderÃĢo permitir uma arrecadaçÃĢo de pelo menos R$ 40 bilhÃĩes. Nesse processo, o governador avalia que a China deve atuar de forma agressiva e que aprofundarÃĄ sua posiçÃĢo de maior parceira comercial do estado, se distanciando de americanos e argentinos.
29/06/2020 - Doria estabelece multa para quem estiver sem mÃĄscara na rua em SP https://veja.abril.com.br/saude/doria-estabelece-multa-para-quem-estiver-sem-mascara-na-rua/
24/12/2020 - Doria ÃĐ flagrado sem mÃĄscara e fazendo compras em Miami https://pleno.news/brasil/politica-nacional/doria-e-flagrado-sem-mascara-e-fazendo-compras-em-miami.html
"Foto do governador de SÃĢo Paulo sem o item de proteçÃĢo viralizou nas redes"
07/06/2021 - Doria ÃĐ criticado na internet por tomar sol sem mÃĄscara em hotel no Rio https://vejasp.abril.com.br/cidades/doria-e-criticado-na-internet-por-tomar-sol-sem-mascara-em-hotel-no-rio/
30/09/2020 - Governo de SP assina contrato com Sinovac e prevÊ vacina para dezembro https://agenciabrasil.ebc.com.br/saude/noticia/2020-09/governo-de-sp-assina-contrato-com-sinovac-e-preve-vacina-para-dezembro
O governador de SÃĢo Paulo, JoÃĢo Doria, e o vice-presidente da laboratÃģrio chinÊs Sinovac, Weining Meng, assinaram hoje (30), um contrato que prevÊ o fornecimento de 46 milhÃĩes de doses da vacina CoronaVac para o governo paulista atÃĐ dezembro deste ano.
O contrato tambÃĐm prevÊ a transferÊncia tecnolÃģgica da vacina da Sinovac para o Instituto Butantan, o que significa que, o instituto brasileiro poderÃĄ começar a fabricar doses dessa vacina contra o novo coronavÃrus. O valor do contrato, segundo o governador JoÃĢo Doria ÃĐ de US$ 90 milhÃĩes.
20/10/2020 - Coronavac terÃĄ mais de 90% de eficÃĄcia, afirmam integrantes do governo paulista https://www.cnnbrasil.com.br/saude/2020/12/20/coronavac-tera-mais-de-90-de-eficacia-afirmam-integrantes-do-governo
24/10/2020 - NÃĢo esperamos 90% de eficÃĄcia da Coronavacâ, diz secretÃĄrio de saÚde de SP https://www.cnnbrasil.com.br/saude/2020/12/24/nao-esperamos-90-de-eficacia-da-coronavac-diz-secretario-de-saude-de-sp
07/01/2021 - Vacina do Butantan: eficÃĄcia ÃĐ de 78% em casos leves e 100% em graves https://www.cnnbrasil.com.br/saude/2021/01/07/vacina-do-butantan-eficacia-e-de-78-em-casos-leves-e-100-em-graves
09/01/2021 - NÃĢo ÃĐ hora de sermos tÃĢo cientistas como estamos sendo agora https://g1.globo.com/sp/sao-paulo/video/nao-e-hora-de-sermos-tao-cientistas-como-estamos-sendo-agora-diz-secretario-de-saude-de-sp-9166405.ghtml
10/01/2021 - Dados da Coronavac relatados à Anvisa nÃĢo estÃĢo claros, diz mÃĐdico https://www.cnnbrasil.com.br/saude/2021/01/10/dados-da-coronavac-relatados-a-anvisa-nao-estao-claros-diz-medico
"O diretor do LaboratÃģrio de Imunologia do Incor, Jorge Kalil, reforçou que faltaram informaçÃĩes sobre a Coronavac nos dados divulgados à Anvisa"
12/01/2021 - New Brazil data shows disappointing 50,4% efficacy for Chinaâs Coronavac vaccine [Novos dados do Brasil mostram eficÃĄcia decepcionante de 50,4% para a vacina CoronaVac da China] https://www.reuters.com/article/us-health-coronavirus-brazil-coronavirus/new-brazil-data-shows-disappointing-504-efficacy-for-chinas-coronavac-vaccine-idUSKBN29H2CE
13/01/2021 - EficÃĄcia da Coronavac: 50,38%, 78% ou 100%? https://blogs.oglobo.globo.com/lauro-jardim/post/5038-78-ou-100.html
âDe acordo com interlocutores que participaram tanto do anÚncio de ontem como da semana passada, quem pressionou para que os dados de 78% e 100% fossem liberados foi JoÃĢo DÃģria.â
07/05/2021 - Covid-19: Doria toma primeira dose da vacina CoronaVac https://veja.abril.com.br/saude/covid-19-doria-toma-primeira-dose-da-vacina-coronavac/
04/06/2021 - Doria ÃĐ vacinado com a segunda dose da CoronaVac em SÃĢo Paulo https://noticias.uol.com.br/politica/ultimas-noticias/2021/06/04/doria-e-vacinado-com-a-segunda-dose-da-coronavac-em-sao-paulo.htm
15/07/2021 - Doria testa positivo para a Covid-19 pela 2Š vez https://www.correiobraziliense.com.br/politica/2021/07/4937833-doria-testa-positivo-para-covid-19-pela-segunda-vez.html
"Governador de SÃĢo Paulo jÃĄ havia sido diagnosticado com a doença no ano passado. Ele diz que, apesar da infecçÃĢo, se sente bem, o que atribui ao fato de ter sido vacinado com duas doses da Coronavac"
06/08/2021 - CPI recebe investigaçÃĢo contra Doria por compra de mÃĄscara sem licitaçÃĢo https://www.conexaopoder.com.br/nacional/cpi-recebe-investigacao-contra-doria-por-compra-de-mascara-sem-licitacao/150827
"Empresa teria usado o nome de Alexandre Frota para vender mÃĄscaras ao governo de SP. Doria nega informaçÃĢo"
Renan Filho
(filho do Renan Calheiros)
25/07/2019 - Governador Renan Filho vai à China em busca de investimentos para o estado https://www.tnh1.com.br/videos/vid/governador-renan-filho-vai-a-china-em-busca-de-investimentos-para-o-estado/
20/03/2020 - Governadores do NE consultam China e pedem material para tratar covid-19 https://noticias.uol.com.br/saude/ultimas-noticias/redacao/2020/03/20/governadores-do-ne-consultam-china-e-pedem-material-para-tratar-covid-19.htm
5. Narrativas, restriçÃĩes e proibiçÃĩes
17/12/2020 - STF decide que vacina contra a covid pode ser obrigatÃģria, mas nÃĢo forçada https://noticias.uol.com.br/saude/ultimas-noticias/redacao/2020/12/17/stf-julga-vacinacao-obrigatoria.htm?cmpid=copiaecola
"O STF (Supremo Tribunal Federal) decidiu, em julgamento hoje, que o Estado pode determinar a obrigatoriedade da vacinaçÃĢo contra a covid-19. PorÃĐm fica proibido o uso da força para exigir a vacinaçÃĢo, ainda que possam ser aplicadas restriçÃĩes a direitos de quem recusar a imunizaçÃĢo.
Dez ministros foram favorÃĄveis a obrigatoriedade da vacinaçÃĢo, que poderÃĄ ser determinada pelo governo federal, estados ou municÃpios. As penalidades a quem nÃĢo cumprir a obrigaçÃĢo deverÃĢo ser definidas em lei."
27/07/2021 - Saiba que paÃses estÃĢo adotando 'passaporte da vacina' para suspender restriçÃĩes https://www.cnnbrasil.com.br/internacional/2021/07/27/saiba-que-paises-estao-adotando-passaporte-da-vacina-para-suspender-restricoes
" - Israel - Uniao Europeia - Ãustria - Dinamarca - EslovÊnia - França - GrÃĐcia - Irlanda - ItÃĄlia - LetÃīnia - LituÃĒnia - Luxemburgo - Holanda - Portugal - JapÃĢo - Coreia do sul"
18/06/2021 - O que ÃĐ o passaporte da vacina que Bolsonaro quer vetar? https://noticias.uol.com.br/politica/ultimas-noticias/2021/06/18/uol-explica-o-que-e-o-passaporte-da-vacina-que-opoe-bolsonaro-e-damares.htm
"O Brasil poderÃĄ ter um certificado de imunizaçÃĢo futuramente. Aprovado no Senado na semana passada, o "passaporte da vacina", como ÃĐ chamado, prevÊ identificar pessoas vacinadas para que entrem em locais pÚblicos ou privados com possÃveis restriçÃĩes."
6. Vacinas
AlegaçÃĩes iniciais
- CoronaVac, Oxford e Pfizer: veja diferenças entre as vacinas contra covid noticias.uol.com.br/saude/ultimas-noticias/redacao/2021/05/11/diferencas-vacinas-covid-brasil.htm
" - CoronaVac (Butantan/Sinovac - Chinesa) Com virus inativo 50,38% de eficÃĄcia 2 doses
-
Covishield - 'AstraZeneca' (Fiocruz/Astrazenica/Oxford - BritÃĒnica) Com virus nÃĢo replicante 67% de eficÃĄcia 2 doses
-
ComiRNAty - 'Pfizer' (Pfizer - Americana / BioNTech - AlemÃĢ) Com RNA mensageiro 96% de eficÃĄcia 2 doses"
Riscos diretos
15/06/2021 - Trombose apÃģs vacinaçÃĢo com AstraZeneca: Quais os sintomas e como se deve atuar? https://www.istoedinheiro.com.br/trombose-apos-vacinacao-com-astrazeneca-quais-os-sintomas-e-como-se-deve-atuar/
"AgÊncias europeias estÃĢo reticentes com a vacina da AstraZeneca. Ela chegou a ser desaconselhada a pessoas com idade inferior a 60 anos, e um alto funcionÃĄrio da AgÊncia Europeia de Medicamentos declarou que era melhor deixar de administrar a vacina deste laboratÃģrio em qualquer idade quando hÃĄ alternativas disponÃveis, devido aos relatos de trombose apÃģs a primeira dose, apesar de raros."
11/05/2021 - CoronaVac, Oxford e Pfizer: veja diferenças entre as vacinas contra covid https://noticias.uol.com.br/saude/ultimas-noticias/redacao/2021/05/11/diferencas-vacinas-covid-brasil.htm
"Na terça-feira (12), o MinistÃĐrio da SaÚde determinou a suspensÃĢo da aplicaçÃĢo da vacina de Oxford/AstraZeneca para gestantes e puÃĐrperas com comorbidades. A decisÃĢo segue recomendaçÃĢo da Anvisa, que apura a morte de uma grÃĄvida de 35 anos que tomou o imunizante e teve um AVC (acidente vascular cerebral)."
30/07/2021 - Pfizer representa o mesmo risco de trombose que a Astrazeneca, aponta levantamento https://panoramafarmaceutico.com.br/pfizer-representa-o-mesmo-risco-de-trombose-que-a-astrazeneca-aponta-levantamento/
7. CRIMES
Crimes da Pfizer
18/11/2020 NÃĢo listado no google - Os Crimes documentados da produtora de vacinas de Covid - Pfizer [INGLÃS] https://www.dmlawfirm.com/crimes-of-covid-vaccine-maker-pfizer-well-documented/
"A velocidade com que a vacina Covid da Pfizer foi produzida, a ausÊncia de estudos em animais, testes de controle randomizados e outros testes e procedimentos padrÃĢo usuais para um novo medicamento sÃĢo, no mÃnimo, preocupantes. AlÃĐm disso, todos os fabricantes de vacinas Covid receberam imunidade legal para quaisquer ferimentos ou mortes que possam causar. Se essas vacinas sÃĢo tÃĢo seguras quanto promovidas, por que seus fabricantes precisam de imunidade geral?"
"A Pfizer, uma empresa farmacÊutica que parece ter ganhado na loteria para produzir a primeira vacina Covid-19, estÃĄ atualmente lutando contra centenas de açÃĩes judiciais sobre o Zantac, um popular medicamento contra azia. Os processos da Zantac afirmam que a droga popular pode estar contaminada com uma substÃĒncia cancerÃgena chamada N-nitrosodimetilamina (NDMA). Os processos Zantac sÃĢo em aberto e em andamento, jÃĄ que a farmacÊutica estÃĄ lutando contra eles; mas a Pfizer, sabemos, cometeu vÃĄrios crimes ou transgressÃĩes pelos quais foi punida nos Últimos anos. As falhas da empresa estÃĢo bem documentadas e vale a pena revisÃĄ-las neste momento crÃtico da histÃģria da humanidade, enquanto todos nÃģs buscamos respostas."
A Pfizer recebeu a maior multa da histÃģria dos Estados Unidos como parte de um acordo judicial de US $ 2,3 bilhÃĩes com promotores federais por promover medicamentos erroneamente (Bextra, Celebrex) e pagar propinas a mÃĐdicos complacentes. A Pfizer se confessou culpada de falsificar a marca do analgÃĐsico Bextra, promovendo o medicamento para usos para os quais nÃĢo foi aprovado.
Na dÃĐcada de 1990, a Pfizer estava envolvida em vÃĄlvulas cardÃacas defeituosas que causaram a morte de mais de 100 pessoas. A Pfizer enganou deliberadamente os reguladores sobre os perigos. A empresa concordou em pagar US $ 10,75 milhÃĩes para acertar as acusaçÃĩes do departamento de justiça por enganar reguladores.
A Pfizer pagou mais de US $ 60 milhÃĩes para resolver um processo sobre o Rezulin, um medicamento para diabetes que causou a morte de pacientes de insuficiÊncia hepÃĄtica aguda.
No Reino Unido, a Pfizer foi multada em quase ⎠90 milhÃĩes por sobrecarregar o NHS, o Serviço Nacional de SaÚde. A Pfizer cobrou do contribuinte um adicional de ⎠48 milhÃĩes por ano, pelo que deveria custar ⎠2 milhÃĩes por ano.
A Pfizer concordou em pagar US $ 430 milhÃĩes em 2004 para resolver acusaçÃĩes criminais de que havia subornado mÃĐdicos para prescrever seu medicamento para epilepsia Neurontin para indicaçÃĩes para as quais nÃĢo foi aprovado. Em 2011, um jÚri concluiu que a Pfizer cometeu fraude em sua comercializaçÃĢo do medicamento Neurontin. A Pfizer concordou em pagar $ 142,1 milhÃĩes para liquidar as despesas.
A Pfizer revelou que pagou quase 4.500 mÃĐdicos e outros profissionais mÃĐdicos cerca de US $ 20 milhÃĩes por falar em nome da Pfizer.
Em 2012, a ComissÃĢo de Valores MobiliÃĄrios dos Estados Unidos - anunciou que havia chegado a um acordo de US $ 45 milhÃĩes com a Pfizer para resolver acusaçÃĩes de que suas subsidiÃĄrias haviam subornado mÃĐdicos e outros profissionais de saÚde no exterior para aumentar as vendas no exterior.
A Pfizer foi processada em um tribunal federal dos Estados Unidos por usar crianças nigerianas como cobaias humanas, sem o consentimento dos pais das crianças. A Pfizer pagou US $ 75 milhÃĩes para entrar em acordo no tribunal nigeriano pelo uso de um antibiÃģtico experimental, o Trovan, nas crianças. A empresa pagou um valor adicional nÃĢo divulgado nos Estados Unidos para liquidar as despesas aqui. A Pfizer violou o direito internacional, incluindo a ConvençÃĢo de Nuremberg estabelecida apÃģs a Segunda Guerra Mundial, devido aos experimentos nazistas em prisioneiros relutantes.
Em meio a crÃticas generalizadas de roubar os paÃses pobres em busca de drogas, a Pfizer prometeu dar US $ 50 milhÃĩes para um medicamento para a AIDS para a Ãfrica do Sul. Mais tarde, no entanto, a Pfizer falhou em honrar essa promessa.
- Pfizer contract leaked!
[Contrato da Pfizer vazado]
http://sanjeev.sabhlokcity.com/Misc/LEXO-KONTRATEN-E-PLOTE.pdf
Segundo o contrato "o produto nÃĢo deve ser serializado":
"5.5 Reconhecimento do comprador.
O Comprador reconhece que a Vacina e os materiais relacionados à Vacina, e seus componentes e materiais constituintes estÃĢo sendo desenvolvidos rapidamente devido à s circunstÃĒncias de emergÊncia da pandemia de COVID-19 e continuarÃĢo a ser estudados apÃģs o fornecimento da Vacina ao Comprador nos termos deste Contrato. O Comprador reconhece ainda que os efeitos de longo prazo e eficÃĄcia da Vacina nÃĢo sÃĢo atualmente conhecidos e que pode haver efeitos adversos da Vacina que nÃĢo sÃĢo atualmente conhecidos. AlÃĐm disso, na medida do aplicÃĄvel, o Comprador reconhece que o Produto nÃĢo deve ser serializado."
Crimes da AstraZeneca
21/06/2003 - AstraZeneca se declara culpada no esquema de mÃĐdico de cÃĒncer https://www.nytimes.com/2003/06/21/business/astrazeneca-pleads-guilty-in-cancer-medicine-scheme.html
"A AstraZeneca, a grande empresa farmacÊutica, se declarou culpada hoje de uma acusaçÃĢo de crime de fraude no sistema de saÚde e concordou em pagar $ 355 milhÃĩes para resolver as acusaçÃĩes criminais e civis de que se envolveu em um esquema nacional para comercializar ilegalmente um medicamento contra o cÃĒncer de prÃģstata.
O governo disse que os funcionÃĄrios da empresa deram incentivos financeiros ilegais a cerca de 400 mÃĐdicos em todo o paÃs para persuadi-los a prescrever o medicamento Zoladex. Esses incentivos incluÃram milhares de amostras grÃĄtis de Zoladex [...]"
27/04/2010 - FarmacÊutica gigante AstraZeneca pagarÃĄ US $ 520 milhÃĩes pelo marketing de medicamentos off-label https://www.justice.gov/opa/pr/pharmaceutical-giant-astrazeneca-pay-520-million-label-drug-marketing
"AstraZeneca LP e AstraZeneca Pharmaceuticals LP vÃĢo pagar $ 520 milhÃĩes para resolver as alegaçÃĩes de que a AstraZeneca comercializou ilegalmente o medicamento antipsicÃģtico Seroquel para usos nÃĢo aprovados como seguros e eficazes pela Food and Drug Administration (FDA), os Departamentos de Justiça e SaÚde e Serviços Humanos A Equipe de AçÃĢo de FiscalizaçÃĢo de Fraudes em SaÚde (HEAT) anunciou hoje. Esses usos nÃĢo aprovados tambÃĐm sÃĢo conhecidos como usos "off-label" porque nÃĢo estÃĢo incluÃdos no rÃģtulo do medicamento aprovado pela FDA."
- List of largest pharmaceutical settlements [Lista dos maiores acordos farmaceuticos] https://en.m.wikipedia.org/wiki/List_of_largest_pharmaceutical_settlements
8. CIENTISTAS
- MÃĄscara Provoca InsuficiÊncia RespiratÃģria E ContaminaçÃĢo MicrobianaâĶ [Canal deletado] https://youtube.com/watch?v=eHu-pydSvDI
NÃĢo lembro mais a quem pertencia, mas provavelmente era de um mÃĐdico falando do assunto. Creio ter sido do Dr. Paulo Sato, por essa temÃĄtica ter sido abordada por ele, mas ao abrir o site aparece somente:
"Este vÃdeo foi removido por violar as diretrizes da comunidade do YouTube"
Dr. Paulo Sato
- USAR ou NÃO USAR a CUECA do seu governador no rosto https://fb.watch/7NPP_7rS5S/ https://www.facebook.com/AdoniasSoaresBR/videos/1347904292291481/ Adonias Soares entrevista ao Dr. Paulo Sato sobre as mÃĄscaras, em que ÃĐ simulado o efeito da respiraçÃĢo prolongada das mÃĄscaras no organismo com o uso de ÃĄguas de torneira, natural, gaseificada (com gÃĄs carbÃīnico) e antioxidante, em que a com gÃĄs carbÃīnico (PH 4 - Ãcido) representa o organismo humano, e na prÃĄtica representa lesÃĢo corporal e iniciaçÃĢo de doenças.
Dr. Kary Mullis
(Criador do teste PCR)
- PCR nas palavras do seu inventor - Dr. Kary Mullis (legendado) https://www.youtube.com/watch?v=W1O52uTygk8
"Qualquer um pode testar positivo para quase qualquer coisa com um teste de PCR, se vocÊ executÃĄ-lo por tempo suficienteâĶ Com PCR, se voce fizer isso bem, vocÊ pode encontrar quase tudo em qualquer pessoaâĶ Isso nÃĢo te diz que vocÊ estÃĄ doente."
- Kary Mullis DESTRUYE a Anthony Fauci lbry://@CapitalistChile#0/Kary-Mullis---Fauci#5
"Ele [...] nÃĢo entende de medicina e nÃĢo deveria estar onde estÃĄ. A maioria dos que estÃĢo acima sÃĢo sÃģ administrativos e nÃĢo tÊm nem ideia do que ocorre aqui em baixo e essas pessoas tem uma agenda que nÃĢo ÃĐ a que gostarÃamos que tivessem, dado que somos nÃģs os que pagamos a eles para que cuidem da nossa saÚde. TÊm uma agenda pessoal."
Dra. Li-Meng Yan
- Dra. Li-Meng Yan: O vÃrus foi criado em laboratÃģrio com um objetivo: Causar dano. https://youtu.be/pSXp3CZnvOc
Dr. Joe Roseman
- Cientista Phd Dr Joe Roseman faz serÃssimas advertencias sobre a picada https://youtu.be/0PIXVFqJ_h8
Dr. Robert Malone
- As vacinas podem estar causando ADE - Dr. Robert Malone https://odysee.com/@AkashaComunidad:f/Las_vacunas_pueden_estar_causando_ADE_magnificaci%C3%B3n_mediada_por:f lbry://@InformaciÃģn.#b/Drrm#9
Dr. Robert Malone, um dos trÊs inventores da tecnologia de RNAm que se usa de forma farmacÊutica. No vÃdeo fala sobre os efeitos de ADE (realce dependente de anticorpos) que estÃĢo ocorrendo com as vacinas. Nas palavras do Dr. Malone, jÃĄ nÃĢo ÃĐ somente uma hipÃģtese, mas baseada nos conhecimentos gerados nas provas e ensaios prÃĐ clÃnicos, com as vacinas contra o primeiro vÃrus da SARS.
Dr. Luc Montagnier
- Dr. Luc Montagnier, virologista, prÊmio Nobel de medicina, um dos descobridores do vÃrus HIV, afirma: "a vacinaçÃĢo em massa estÃĄ criando as novas variantes' (@medicospelavida , telegram)
CASOS DOCUMENTADOS
13/09/2021 - 13 de setembro de 2021 - Carta aberta ao Ministro da SaÚde por Arlene Ferrari Graf, mÃĢe de Bruno Oscar Graf https://telegra.ph/Carta-aberta-ao-Ministro-da-Sa%C3%BAde-09-13
TambÃĐm em: Gazeta do Povo
O texto de uma mÃĢe discorrendo sobre o filho dela, Bruno Oscar Graf, ter ANTI-HEPARINA PF4 AUTO-IMUNE e ter vindo a falecer por reaçÃĢo à vacina.
11/05/2021 - Rio notifica morte de grÃĄvida vacinada com imunizante Oxford https://www.terra.com.br/noticias/coronavirus/rio-notifica-morte-de-gravida-vacinada-com-imunizante-oxford,415b9b0c49169427ac2f90ae3765c057e9suy3qn.html
"VÃtima nÃĢo apresentava histÃģrico de doença circulatÃģria nem sofria de nenhuma doença viral; relaçÃĢo serÃĄ investigada"
13/08/2021 - Cruzeiro com 4.336 pessoas tem 27 contaminados com Covid-19 em Belize https://paranaportal.uol.com.br/geral/cruzeiro-com-4-336-pessoas-tem-27-contaminados-com-covid-19-em-belize/amp/
"Segundo um comunicado do Conselho de Turismo de Belize emitido na quarta-feira (11), 26 contaminados sÃĢo da tripulaçÃĢo e um ÃĐ passageiro. A maioria ÃĐ assintomÃĄtica e os 27 estÃĢo vacinados."
9. ALEGAÃÃES DIRETAS
09/2021 - Setembro de 2021 - BOMBA: Ex-membro do Partido Comunista da China revela que o primeiro surto da Covid foi âintencionalâ https://terrabrasilnoticias.com/2021/09/bomba-ex-membro-do-partido-comunista-da-china-revela-que-o-primeiro-surto-da-covid-foi-intencional/
01/03/2023 - 1 de Março de 2023 - O chefe do FBI, Christopher Wray, diz que vazamento de laboratÃģrio na China ÃĐ muito provÃĄvel https://www.bbc.com/news/world-us-canada-64806903
26/12/2024 - 26 de Dezembro 2024 - FBI ânÃĢo tem permissÃĢo para informar Bidenâ sobre a teoria de vazamento de laboratÃģrio da Covid https://www.thetimes.com/world/us-world/article/fbi-not-allowed-to-brief-biden-on-covid-lab-leak-theory-8df9mr997
O FBI concluiu com "confiança moderada" que a COVID-19 pode ter sido criada em laboratÃģrio, com base em parte na anÃĄlise genÃīmica conduzida por cientistas do Centro Nacional de InteligÊncia MÃĐdica.
-
@ cae03c48:2a7d6671
2025-06-09 14:01:47Bitcoin Magazine
Bitcoin Layer 2: ArkArk is a novel off-chain transaction batching mechanism originally proposed by Burak, a young Turkish developer. There are currently two implementations being built, one by Ark Labs, and the other by Second, neither of which Burak is involved with.Â
The original proposal for Ark was much more complicated, and involved some design goals more focused around privacy than the implementations currently being built. It was also originally envisioned to require CHECKTEMPLATEVERIFY (CTV) in order to be built.Â
The protocol depends on a central coordinating server in order to function properly, but despite that is able to provide the same functionality and security guarantees that the Lightning Network does. As long as a user stays online during the required time period, at all times (unless they choose to trust the operator for short periods of time) every user is capable at any time of unilaterally exiting the Ark system at any time and taking back full unilateral control of their funds onchain.Â
Unlike Lightning, Ark does not require users to have pre-allocated liquidity assigned to them in order to receive funds. An Ark user can simply onboard to a wallet and receive funds immediately with no liquidity pre-allocation at all.Â
Letâs walk through the different constituent pieces of Ark.
The Ark Tree
Coins held on Ark are called Virtual UTXOs (vUTXOs). These are simply pre-signed transactions that guarantee the creation of a real UTXO under the unilateral control of a user once submitted onchain, but are otherwise held offchain.Â
Every userâs vUTXOs are nested inside a tree of pre-signed transactions, or a âbatch.â Ark works by having the coordinator server, or Ark Service Provider (ASP), facilitate the coordination between users necessary to create a batch. Whenever users are receiving funds, onboarding to Ark, or offboarding, it is necessary to construct a transaction and the associated transaction tree to create a new batch.Â
The tree is constructed to take the single root UTXO confirmed onchain, locked with an n-of-n multisig including all users holding vUTXOs in the tree as well as the ASP, and slowly split into more and more UTXOs until eventually reaching the leaves, which are each users vUTXO. Each vUTXO is guaranteed using a script that has to be signed by a 2-of-2 multisig, one key held by the user, and the other by the ASP, or just the user after a timelock.Â
Each time the tree splits, vUTXOs are created onchain, but so are more internal UTXOs that have yet to actually split into vUTXOs. Each of these internal UTXOs is locked with an n-of-n multisig composed of the ASP, and all users who have a vUTXO further down the tree. During the batch creation process, users start at their respective vUTXOs, and go through a signing process all the way back down the root of the tree. This guarantees that the root will never be signed before each userâs claim to a vUTXO is, ensuring they always have unilateral access in a worst case scenario to their funds.Â
Each batch also has an expiry time (which will make sense in the next section). This expiry spend path, which exists as an alternate spending condition for the root UTXO onchain as well as every internal UTXO, allows the ASP to unilaterally spend all funds by itself.Â
Transactions, Preconfirmation, and Connector Inputs
When it comes to transacting on Ark, there are two possible mechanisms that are possible, both with their own costs and implications in terms of security model. There are out-of-round transfers, or preconfirmed transactions, and there are in-round transfers, or actually confirmed transactions.Â
To conduct an out-of-round transfer is a very simple process. If one user (Alice) wants to pay another (Bob), they simply contact the ASP and have them co-sign a transaction spending the vUTXO to Bob. Bob is then given that pre-signed transaction, as well as all the other ones preceding it back to the batch root onchain. Bob is now capable of unilaterally exiting the Ark with this transaction, but, he must trust the ASP not to collude with Alice to doublespend it. These out-of-round transactions can even be chained multiple times before finally confirming them.Â
To finalize an Ark transaction, users have to engage in a âbatch swap.â Users cannot actually trustlessly confirm a transfer within a single batch, they have to atomically swap a vUTXO in an existing batch with a fresh vUTXO created in a new batch. This is done using the ASP as a facilitator of the swap, and with the aid of what is called a âconnector input.â
When a user goes to finalize an Ark transaction with a batch swap, they relinquish control of the vUTXO to the ASP. This could be problematic, what is to stop the ASP from simply keeping it and not giving them a confirmed vUTXO in a new batch? The connector input.Â
When a new batch is created, a second output is created in the transaction that is confirmed on chain instantiating a new tree composed of connector UTXOs. When Bob goes to sign over a forfeit transaction to the ASP to conduct the batch swap, the transaction includes as an input one of the connector UTXOs from the new batch.Â
This creates an atomic guarantee. Bobâs confirmed vUTXO is included in a batch in the same transaction the connector input is created in that is necessary for his forfeit transaction to be valid. If that batch is never created onchain, i.e. Bob never actually receives the new confirmed vUTXO, then the forfeit transaction he signed for the ASP will never be valid and confirmable onchain.
Liquidity Dynamics and Blockspace
All of the liquidity necessary to create new batches in order to facilitate transfers between users is provided by the ASP. They are required to have enough liquidity to create new batches for users until old ones have expired and the ASP can unilaterally sweep them to reclaim old liquidity previously locked up to create vUTXOs for users.Â
This is the core of the liquidity dynamic at the center of the Ark protocol. While in one sense this is a massive efficiency win, not requiring liquidity providers to assess users and essentially guess which ones will actually receive large volumes of payments before they can receive any funds, in another it is an efficiency loss as the ASP must have enough liquidity to continue creating new batches for users for however long they configure the expiry time to be and they can start reclaiming allocated liquidity.Â
This can be mitigated to a decent degree by how often an ASP offers to create new batches to finalize pending transactions. In the event of an ASP attempting to create new batches in real time as transactions are coming in, the liquidity requirements would be exorbitantly high. However, an ASP can lower the frequency at which they create new batches and drastically lower their liquidity requirements.Â
This dynamic also has implications for blockspace use. Unlike Lightning, which can provide strong confirmation guarantees entirely offchain, in order for an Ark transaction to have an equivalent trustless degree of finality a new batch has to be created onchain. This means that unlike Lightning, where transaction volume does not reflect itself onchain, the velocity of Ark transactions inherently requires a proportional amount of blockspace use, albeit in a very compressed and efficient manner. This creates a theoretical upper limit of how many Ark batches can be created during any given time interval (although Ark trees can be smaller or larger depending on this dynamic).Â
Wrapping Up
Ark presents in many ways an almost opposite set of tradeoffs to the Lightning Network. It is a massive blockspace efficiency improvement for offchain transactions, and does away with the problem of liquidity allocation on the Lightning Network, but it does have a much closer tied throughput limit that is correlated with the blockchains throughput limit.Â
This dynamic of almost opposite tradeoffs makes it a very complementary system to the Lightning Network. It can also interoperate with it, i.e. vUTXOs can be swapped atomically in transactions entering or exiting the Lightning Network.Â
Ultimately how it fits into the broader Bitcoin ecosystem is yet to be seen, but it is an undoubtedly valuable protocol stack that will find some functional niche, even if it is different than originally intended.
This post Bitcoin Layer 2: Ark first appeared on Bitcoin Magazine and is written by Shinobi.
-
@ f0fd6902:a2fbaaab
2025-06-09 12:46:55A brinicle (brine icicle, also known as an ice stalactite) is a downward-growing hollow tube of ice enclosing a plume of descending brine that is formed beneath developing sea ice.
As seawater freezes in the polar ocean, salt brine concentrates are expelled from the sea ice, creating a downward flow of dense, extremely cold, saline water, with a lower freezing point than the surrounding water. When this plume comes into contact with the neighboring ocean water, its extremely low temperature causes ice to instantly form around the flow. This creates a hollow stalactite, or icicle, referred to as a brinicle. Source: https://en.wikipedia.org/wiki/Brinicle
https://www.youtube.com/watch?v=69aeBawfrRw
https://stacker.news/items/1001460
-
@ cae03c48:2a7d6671
2025-06-09 14:01:37Bitcoin Magazine
Know Labs, Inc. Announces Adopting a Bitcoin Treasury Strategy, Starting with 1,000 BitcoinKnow Labs, Inc. (NYSE American: KNW) announced entering into an agreement with Goldeneye 1995 LLC and the Ripple Chief Risk Officer Greg Kidd to acquire a controlling interest in the Company. Following the completion of the transaction, Mr. Kidd will become Chief Executive Officer and Chairman of the Board of Directors of the Company and Founder Ron Erickson will become Vice Chairman of the Board.
JUST IN: Know Labs, Inc. announces its adopting a Bitcoin Treasury Strategy and holds 1,000 Bitcoin
pic.twitter.com/NSn2xFZYx0
â Bitcoin Magazine (@BitcoinMagazine) June 6, 2025
Under the agreement, the Buyer will acquire shares of Know Labsâ common stock by dividing the total value of 1,000 Bitcoin and a cash amount, designated to pay down existing debt, redeem outstanding preferred equity, and provide additional working capital. For every share purchased it will be priced at $0.335. The Bitcoin will serve as a central element of the Companyâs treasury strategy, giving investors the exposure to Bitcoin.
âIâm thrilled to deploy a Bitcoin treasury strategy with the support of a forward-looking organization like Know Labs at a time when market and regulatory conditions are particularly favorable,â said Mr. Kidd. âWe believe this approach will generate sustainable growth and long-term shareholder value.â
Once Bitcoin becomes the primary asset on the Companyâs balance sheet, management will adopt the multiple of net asset value (mNAV) metric to assess the premium investors place on the Companyâs market value relative to its Bitcoin assets. Based on a market cap of $128 million and a Bitcoin price of $105,000, the estimated entry mNAV multiple is 1.22x, with Bitcoin accounting for approximately 82% of the total market capitalization at closing.
âPartnering with Greg Kidd marks a pivotal next chapter for Know Labs,â commented Mr. Erickson. âWe look forward to continuing our research in non-invasive medical technology. Gregâs visionary leadership positions Know Labs for a bold future.â
The adoption of Bitcoin as a treasury reserve asset has dramatically increased over the course of the last year, expanding globally. To date, there are 225 companies and other entities with Bitcoin in their balance sheets.Â
Norwegian Block Exchange (NBX), a leading Nordic cryptocurrency exchange and digital asset platform, announced on June 2 that it has added Bitcoin to its balance sheet, marking a national milestone as the first publicly listed company in Norway to hold Bitcoin as part of its treasury strategy.
âNBX will not sell this Bitcoin or go short in any form,â stated the company. âWith reference to the latest POA notice with LDA capital, NBX will also use proceeds to buy additional Bitcoin.â
This post Know Labs, Inc. Announces Adopting a Bitcoin Treasury Strategy, Starting with 1,000 Bitcoin first appeared on Bitcoin Magazine and is written by Oscar Zarraga Perez.
-
@ ec42c765:328c0600
2025-02-05 23:38:12ãŦãđãŋã įĩĩæåãĻãŊ
äŧŧæãŪãŠãŠãļããŦįŧåãįĩĩæåãŪãããŦæäļãŦæŋå Ĩã§ããæĐč―ã§ãã
ãūãããŠãĒãŊã·ã§ãģïžTwitterãŪ ããã ãŪãããŠæĐč―ïžãŦããŦãđãŋã įĩĩæåãä―ŋããūãã
ãŦãđãŋã įĩĩæåãŪåŊūåŋįķæģïž2025/02/06ïž
ãŦãđãŋã įĩĩæåãä―ŋããããŦãŊãŦãđãŋã įĩĩæåãŦåŊūåŋãããŊãĐãĪãĒãģããä―ŋãåŋ čĶããããūãã
âŧčĄĻãŊäļäūã§ãããŊãĐãĪãĒãģããŊäŧãŦããããããããūãã
ä―ŋãĢãĶãããŊãĐãĪãĒãģããåŊūåŋããĶããŠãå īåãŊããŊãĐãĪãĒãģããåĪæīãããåŊūåŋãããūã§åū ãĪãéįšč ãŦčĶæãéãïžãūããŊčŠåã§åŪčĢ ããïžãŠãĐããūãããã
åŊūåŋãŊãĐãĪãĒãģã
ããã§ãŊnostterãä―ŋãĢãĶ芎æããĶãããūãã
æšå
ãŦãđãŋã įĩĩæåãä―ŋããããŪæšåã§ãã
- NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãå°å Ĩãã
- ä―ŋããããŦãđãŋã įĩĩæåããŠãđããŦįŧéēãã
NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãå°å Ĩãã
NostrãĻãŊãđããģã·ã§ãģãŊä―ŋããããŦãđãŋã įĩĩæåãįŧéēããæãŦåŋ čĶãŦãŠããūãã
ãūããį°åĒïžãã―ãģãģãiPhoneãandroidãŠãĐïžãŦããĢãĶå°å Ĩæđæģãéããūãã
NostrãĻãŊãđããģã·ã§ãģãå°å ĨããįŦŊæŦãŊãåŪéãŦNostrãéēčͧããįŦŊæŦãĻéãĢãĶãæ§ããūããïžãŠãđãįŧéēãŊPCãNostréēčͧãŊiPhoneãŠãĐïžã
NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãŪå°å ĨæđæģãŊäŧĨäļãŪããžãļãåį §ããĶãã ããã
å°ãéĒåã§ããããããå°å ĨããĶãããĻNosträļãŪæ§ã ãŠå īéĒã§å―đįŦãĪãŪã§ããåŋŦéĐãŦãŠããūãã
ä―ŋããããŦãđãŋã įĩĩæåããŠãđããŦįŧéēãã
äŧĨäļãŪãĩãĪãã§čĄããūãã
åģäļãŪGet startedããNostrãĻãŊãđããģã·ã§ãģã§ãã°ãĪãģããĶãã ããã
äūãĻããĶäŧĨäļãŪãŦãđãŋã įĩĩæåãå°å ĨããĶãŋãūãã
åŪéããįĩĩæåãå°ãŠãčĄĻįĪšãããããĻããããūãããåĪãįķæ ãŪããžãŋãååūããĶããūãĢãĶããããã§ããããŪå īåãŊããĐãĶãķãŪæīæ°ããŋãģãæžããĶãã ããã
generalJP | ãŦãđãŋã įĩĩæå
- åģåīãŪOptionsããBookmarkãéļæ
ããã§ãŦãđãŋã įĩĩæåãä―ŋįĻãããããŪãŠãđããŦįŧéēã§ããūãã
ãŦãđãŋã įĩĩæåãä―ŋįĻãã
äūãĻããĶããĐãĶãķããä―ŋãããŊãĐãĪãĒãģã nostter ããä―ŋįĻããĶãŋãūãã
nostterãŦNostrãĻãŊãđããģã·ã§ãģã§ãã°ãĪãģãããããŊį§åŊéĩãå ĨããĶãã°ãĪãģããĶãã ããã
æįŦ äļãŦä―ŋįĻ
- æįĻŋããŋãģãæžããĶæįĻŋãĶãĢãģããĶãčĄĻįĪš
- éĄðãŪããŋãģãæžããįĩĩæåãĶãĢãģããĶãčĄĻįĪš
- ïžãŋããæžãããŦãđãŋã įĩĩæåäļčͧãčĄĻįĪš
- ãŦãđãŋã įĩĩæåãéļæ
- : čĻå·ãŦæãūãããĒãŦããĄããããŪã·ã§ãžããģãžããĻããĶæŋå Ĩããã
ããŪįķæ ã§æįĻŋãããĻãŦãđãŋã įĩĩæåãĻããĶčĄĻįĪšãããūãã
ãŦãđãŋã įĩĩæååŊūåŋãŊãĐãĪãĒãģããä―ŋãĢãĶããäŧãĶãžãķãžãŦããŦãđãŋã įĩĩæåãĻããĶčĄĻįĪšãããūãã
åŊūåŋããĶããŠããŊãĐãĪãĒãģããŪå īåãã·ã§ãžããģãžããŪãūãūčĄĻįĪšãããūãã
ã·ã§ãžããģãžããįīæĨå ĨåããããĻã§ãŦãđãŋã įĩĩæåãŪåčĢãčĄĻįĪšããããŪã§ããããéļæããããĻãã§ããūãã
ãŠãĒãŊã·ã§ãģãŦä―ŋįĻ
- äŧŧæãŪæįĻŋãŪéĄðãŪããŋãģãæžããįĩĩæåãĶãĢãģããĶãčĄĻįĪš
- ïžãŋããæžãããŦãđãŋã įĩĩæåäļčͧãčĄĻįĪš
- ãŦãđãŋã įĩĩæåãéļæ
ãŦãđãŋã įĩĩæåãŠãĒãŊã·ã§ãģãéãããĻãã§ããūãã
ãŦãđãŋã įĩĩæåãæĒã
å čŋ°ããemojitoãããŦãđãŋã įĩĩæåãæĒããūãã
äūãã°äŧŧæãŪãĶãžãķãžãŪããžãļ emojito ããŊãĻãĶ ããæĒãããã emojito Browse all ããnostrå Ļä―ã§æčŋä―æãæīæ°ãããįĩĩæåãčĶããã§ããūãã
ãūããäŧĨäļãŪãŠãģãŊãŊæĨæŽčŠåãĶãžãķãžãä―ãĢããŦãđãŋã įĩĩæåãéãããŠãđãã§ãïž2025/02/06ïž
âŧæžãããããããããūãã
æĨæŽãĶãžãķãžä― ãŦãđãŋã įĩĩæå
åįĩĩæåãŧãããŦããOpen in emojitoãŪãŠãģãŊããemojitoãŦéĢãģãä―ŋįĻãŠãđããŦčŋ―å ã§ããūãã
äŧĨäļã§ãã
æŽĄïžNostrãŪãŦãđãŋã įĩĩæåãŪä―ãæđ
YakihonneãŠãģãŊ NostrãŪãŦãđãŋã įĩĩæåãŪä―ãæđ
NostrãŠãģãŊ nostr:naddr1qqxnzdesxuunzv358ycrgveeqgswcsk8v4qck0deepdtluag3a9rh0jh2d0wh0w9g53qg8a9x2xqvqqrqsqqqa28r5psx3
äŧæ§
-
@ 2b24a1fa:17750f64
2025-06-09 13:02:20https://soundcloud.com/radiomuenchen/2025-05-27-eine-stunde-klassik?
Eine Stunde Klassik! Der MÞnchner Pianist und "Musikdurchdringer" JÞrgen Plich stellt jeden Dienstag um 20 Uhr groÃe klassische Musik vor. Er teilt seine HÃķr- und Spielerfahrung und seine persÃķnliche Sicht auf die Meisterwerke. Er spielt selbst besondere, unbekannte Aufnahmen, erklÃĪrt, warum die Musik so und nicht anders klingt und hat eine Menge aus dem Leben der Komponisten zu erzÃĪhlen.
Sonntags um 10 Uhr in der Wiederholung.
-
@ 32e18276:5c68e245
2025-06-03 14:45:176 years ago I created some tools for working with peter todd's opentimestamps proof format. You can do some fun things like create plaintext and mini ots proofs. This short post is just a demo of what these tools do and how to use them.
What is OTS?
OpenTimestamps is a protocol for stamping information into bitcoin in a minimal way. It uses OP_RETURN outputs so that it has minimal impact on chain, and potentially millions of documents are stamped all at once with a merkle tree construction.
Examples
Here's the proof of the
ots.c
source file getting stamped into the ots calendar merkle tree. We're simply printing the ots proof file here withotsprint
:``` $ ./otsprint ots.c.ots
version 1 file_hash sha256 f76f0795ff37a24e566cd77d1996b64fab9c871a5928ab9389dfc3a128ec8296 append 2e9943d3833768bdb9a591f1d2735804 sha256 | --> append 2d82e7414811ecbf | sha256 | append a69d4f93e3e0f6c9b8321ce2cdd90decd34d260ea3f8b55e83d157ad398b7843 | sha256 | append ac0b5896401478eb6d88a408ec08b33fd303b574fb09b503f1ac1255b432d304 | sha256 | append 8aa9fd0245664c23d31d344243b4e8b0 | sha256 | prepend 414db5a1cd3a3e6668bf2dca9007e7c0fc5aa6dc71a2eab3afb51425c3acc472 | sha256 | append 5355b15d88d4dece45cddb7913f2c83d41e641e8c1d939dac4323671a4f8e197 | sha256 | append a2babd907ca513ab561ce3860e64a26b7df5de117f1f230bc8f1a248836f0c25 | sha256 | prepend 683f072f | append 2a4cdf9e9e04f2fd | attestation calendar https://alice.btc.calendar.opentimestamps.org | --> append 7c8764fcaba5ed5d | sha256 | prepend f7e1ada392247d3f3116a97d73fcf4c0994b5c22fff824736db46cd577b97151 | sha256 | append 3c43ac41e0281f1dbcd7e713eb1ffaec48c5e05af404bca2166cdc51966a921c | sha256 | append 07b18bd7f4a5dc72326416aa3c8628ca80c8d95d7b1a82202b90bc824974da13 | sha256 | append b4d641ab029e7d900e92261c2342c9c9 | sha256 | append 4968b89b02b534f33dc26882862d25cca8f0fa76be5b9d3a3b5e2d77690e022b | sha256 | append 48c54e30b3a9ec0e6339b88ed9d04b9b1065838596a4ec778cbfc0dfc0f8c781 | sha256 | prepend 683f072f | append 8b2b4beda36c18dc | attestation calendar https://bob.btc.calendar.opentimestamps.org | --> append baa878b42ef3e0d45b324cc3a39a247a | sha256 | prepend 4fb1bc663cd641ad18e5c73fb618de1ae3d28fb5c3c224b7f9888fd52feb09ec | sha256 | append 731329278830c9725497d70e9f5a02e4b2d9c73ff73560beb3a896a2f180fdbf | sha256 | append 689024a9d57ad5daad669f001316dd0fc690ac4520410f97a349b05a3f5d69cb | sha256 | append 69d42dcb650bb2a690f850c3f6e14e46c2b0831361bac9ec454818264b9102fd | sha256 | prepend 683f072f | append bab471ba32acd9c3 | attestation calendar https://btc.calendar.catallaxy.com append c3ccce274e2f9edfa354ec105cb1a749 sha256 append 6297b54e3ce4ba71ecb06bd5632fd8cbd50fe6427b6bfc53a0e462348cc48bab sha256 append c28f03545a2948bd0d8102c887241aff5d4f6cf1e0b16dfd8787bf45ca2ab93d sha256 prepend 683f072f append 7f3259e285891c8e attestation calendar https://finney.calendar.eternitywall.com ```
The tool can create a minimal version of the proofs:
``` $ ./otsmini ots.c.ots | ./otsmini -d | ./otsprint
version 1 file_hash sha256 f76f0795ff37a24e566cd77d1996b64fab9c871a5928ab9389dfc3a128ec8296 append 2e9943d3833768bdb9a591f1d2735804 sha256 append c3ccce274e2f9edfa354ec105cb1a749 sha256 append 6297b54e3ce4ba71ecb06bd5632fd8cbd50fe6427b6bfc53a0e462348cc48bab sha256 append c28f03545a2948bd0d8102c887241aff5d4f6cf1e0b16dfd8787bf45ca2ab93d sha256 prepend 683f072f append 7f3259e285891c8e attestation calendar https://finney.calendar.eternitywall.com ```
which can be shared on social media as a string:
5s1L3tTWoTfUDhB1MPLXE1rnajwUdUnt8pfjZfY1UWVWpWu5YhW3PGCWWoXwWBRJ16B8182kQgxnKyiJtGQgRoFNbDfBss19seDnco5sF9WrBt8jQW7BVVmTB5mmAPa8ryb5929w4xEm1aE7S3SGMFr9rUgkNNzhMg4VK6vZmNqDGYvvZxBtwDMs2PRJk7y6wL6aJmq6yoaWPvuxaik4qMp76ApXEufP6RnWdapqGGsKy7TNE6ZzWWz2VXbaEXGwgjrxqF8bMstZMdGo2VzpVuE
you can even do things like gpg-style plaintext proofs:
``` $ ./otsclear -e CONTRIBUTING.ots -----BEGIN OPENTIMESTAMPS MESSAGE-----
Email patches to William Casarin jb55@jb55.com
-----BEGIN OPENTIMESTAMPS PROOF-----
AE9wZW5UaW1lc3RhbXBzAABQcm9vZgC/ieLohOiSlAEILXj4GSagG6fRNnR+CHj9e/+Mdkp0w1us gV/5dmlX2NrwEDlcBMmQ723mI9sY9ALUlXoI//AQRXlCd716J60FudR+C78fkAjwIDnONJrj1udi NDxQQ8UJiS4ZWfprUxbvaIoBs4G+4u6kCPEEaD8Ft/AIeS/skaOtQRoAg9/jDS75DI4pKGh0dHBz Oi8vZmlubmV5LmNhbGVuZGFyLmV0ZXJuaXR5d2FsbC5jb23/8AhMLZVzYZMYqwjwEPKWanBNPZVm kqsAYV3LBbkI8CCfIVveDh/S8ykOH1NC6BKTerHoPojvj1OmjB2LYvdUbgjxBGg/BbbwCGoo3fi1 A7rjAIPf4w0u+QyOLi1odHRwczovL2FsaWNlLmJ0Yy5jYWxlbmRhci5vcGVudGltZXN0YW1wcy5v cmf/8Aik+VP+n3FhCwjwELfTdHAfYQNa49I3CYycFbkI8QRoPwW28AgCLn93967lIQCD3+MNLvkM jiwraHR0cHM6Ly9ib2IuYnRjLmNhbGVuZGFyLm9wZW50aW1lc3RhbXBzLm9yZ/AQ3bEwg7mjQyKR PykGgiJewAjwID5Q68dY4m+XogwTJx72ecQEe5lheCO1RnlcJSTFokyRCPEEaD8Ft/AIw1WWPe++ 8N4Ag9/jDS75DI4jImh0dHBzOi8vYnRjLmNhbGVuZGFyLmNhdGFsbGF4eS5jb20= -----END OPENTIMESTAMPS PROOF-----
$ ./otsclear -v <<<proof_string... # verify the proof string ```
I've never really shared these tools before, I just remembered about it today. Enjoy!
Try it out: https://github.com/jb55/ots-tools
-
@ cae03c48:2a7d6671
2025-06-06 15:00:57Bitcoin Magazine
President Trumpâs Truth Social Files S-1 Form For Bitcoin ETFToday, Trump Media and Technology Group Corp. (Nasdaq, NYSE Texas: DJT) filed with the US Securities and Exchange Commission (SEC) a Form S-1 for their upcoming Truth Social Bitcoin ETF.
The ETF, which will hold bitcoin directly, is designed to track the bitcoinâs price performance.Â
âTruth Social Bitcoin ETF, B.T. is a Nevada business trust that issues beneficial interests in its net assets,â stated the Form S-1. âThe assets of the Trust consist primarily of bitcoin held by a custodian on behalf of the Trust. The Trust seeks to reflect generally the performance of the price of bitcoin.â
The ETF is sponsored by Yorkville America Digital, LLC and will trade under NYSE Arca. The Trustâs assets primarily consist of bitcoin held by Foris DAX Trust Company, LLC, the designated bitcoin custodian. Crypto.com will act as the ETFâs prime execution agent and liquidity provider.
âShares will be offered to the public from time to time at varying prices that will reflect the price of bitcoin and the trading price of the Shares on New York Stock Exchange Arca, Inc. at the time of the offer,â mentioned the Form S-1.
While the ETF offers investors a regulated avenue for bitcoin exposure, the Trust warned of several risks related to digital assets:
- Loss, theft, or compromise of private keys could result in permanent loss of bitcoin.
- Bitcoinâs reliance on blockchain and Internet technologies makes it vulnerable to disruptions and cyber threats.
- Environmental and regulatory pressures tied to high electricity use in bitcoin mining could impact market stability.
- Potential forks or protocol failures in the Bitcoin Network may lead to volatility and uncertainty in asset value.
Last week, during an interview at the 2025 Bitcoin Conference, Donald Trump Jr. announced that TMTG and Truth Social were forming a Bitcoin treasury with $2.5 billion. âWeâre seriously on cryptoâweâre seriously on Bitcoin,â said Trump Jr. âWeâre in three major deals. I believe weâre at the beginning of what will be the future of finance. And the opportunity is massive.â
The day after that interview, Eric Trump and Donald Trump Jr., joined by American Bitcoin Executive Chairman and Board Member Mike Ho, CEO Matt Prusak, and Altcoin Daily founder Aaron Arnold, discussed the future of Bitcoin.
âThe whole system is broken and now all of the sudden you have crypto which solves all the problems,â commented Eric Trump. âIt makes everything cheaper, it makes everything faster, it makes it safer, it makes it more transparent. It makes the whole system more functional.â
âEverybody wants Bitcoin. Everybody is buying Bitcoin,â Eric added.
This post President Trumpâs Truth Social Files S-1 Form For Bitcoin ETF first appeared on Bitcoin Magazine and is written by Oscar Zarraga Perez.
-
@ 3eab247c:1d80aeed
2025-06-05 08:51:39Global Metrics
Here are the top stats from the last period:
- Total Bitcoin-accepting merchants: 15,306 â 16,284
- Recently verified (1y): 7,540 â 7,803 (the rest of our dataset is slowly rotting; help us before it's too late!)
- Avg. days since last verification: 398 â 405 (more mappers, please)
- Merchants boosted: 22 (for a total of 4,325 days, someone is feeling generous)
- Comments posted: 34
Find current stats over at the ð BTC Map Dashboard.
Merchant Adoption
Steak nâ Shake
The US ðšðļ is a massive country, yet its BTC Map footprint has been lagging relative to other countries ... that is until now!
In what came as a nice surprise to our Shadowy Supertaggers ðŦ , the Steak ân Shake chain began accepting Bitcoin payments across hundreds of its locations nationwide (with some international locations too).
According to CoinDesk, the rollout has been smooth, with users reporting seamless transactions powered by Speed.
This marks a significant step towards broader Bitcoin adoption in the US. Now to drop the capital gains tax on cheesburgers!
SPAR Switzerland
In other chain/franchise adoption news, the first SPAR supermarket in Switzerland ðĻð to begin accepting Bitcoin was this one in Zug. It was quickly followed by this one in RossrÞti and this one in Kreuzlingen, in what is believed to be part of a wider roll-out plan within the country powered by DFX's Open CryptoPay.
That said, we believe the OG SPAR crown goes to SPAR City in Arnhem Bitcoin City!
New Features
Merchant Comments in the Web App
Web App users are now on par with Android users in that they can both see and make comments on merchants.
This is powered by our tweaked API that enables anyone to make a comment as long as they pass the satswall fee of 500 sats. This helps keep spam manageable and ensure quality comments.
And just in case you were wondering what the number count was on the merchant pins - yep, they're comments!
Here is an ð Example merchant page with comments.
Merchant Page Design Tweaks
To support the now trio of actions (Verify, Boost & Comment) on the merchant page, we've re-jigged the design a little to make things a little clearer.
What do you think?
Technical
Codebase Refactoring
Thanks to Hannesâs contributions, weâve made progress in cleaning-up the Web App's codebase and completing long overdue maintenance. Whilst often thankless tasks, these caretaking activities help immensely with long-term maintainability enabling us to confidently build new features.
Auth System Upgrades
The old auth system was held together with duct tape and prayers, and weâre working on a more robust authentication system to support future public API access. Updates include:
- Password hashing
- Bearer token support
- Improved security practices
More enhancements are in progress and we'll update you in the next blog post.
Better API Documentation
Instead of relying on tribal knowledge, we're finally getting around to writing actual docs (with the help/hindrance of LLMs). The "move fast, break everything" era is over; now we move slightly slower and break slightly less. Progress!
Database Improvements
We use SQLite, which works well but it requires careful handling in async Rust environments. So now we're untangling this mess to avoid accidental blocking queries (and the ensuing dumpster fires).
Backup System Enhancements
BTC Map data comes in three layers of fragility:
- Merchants (backed up by OS - the big boys handle this)
- Non-OSM stuff (areas, users, etc. - currently stored on a napkin)
- External systems (Lightning node, submission tickets - pray to Satoshi)
We're now forcing two core members to backup everything, because redundancy is good.
Credits
Thanks to everyone who directly contributed to the project this period:
- Comino
- descubrebitcoin
- Hannes
- Igor Bubelov
- Nathan Day
- Rockedf
- Saunter
- SiriusBig
- vv01f
Support Us
There are many ways in which you can support us:
-
Become a Shadowy Supertagger and help maintain your local area or pitch-in with the never-ending global effort.
-
Consider a zapping this note or make a donation to the to the project here.
-
@ 87fedb9f:0da83419
2025-06-09 12:45:21Finding Calm in the Chaos
Ever notice how you start future-mapping to calm your nervesâĶ and end up more anxious than when you began? Youâre not alone! Join us for a playful, real-talk exploration of why our brilliant minds try to control everything â and how empathy, Buddhist wisdom, and EFT tapping can help us step out of the anxious loop and land back in the delicious now.
https://www.thrivingnow.center/t/1491/4
We coveredâĶ
1. Future Mapping is Fish-and-Water Awareness We often donât realize how much mental energy we spend constantly planning scenarios - âif it rains, if they get upset, if this happens then thatâĶâ This protective pattern started early but now we can bring it into conscious awareness and choose how much energy to invest.
2. The Empathy App Creates Endless Scenarios Our empathetic nature means weâre not just planning for ourselves - weâre mapping out everyone elseâs potential reactions, feelings, and needs. This creates exponentially more âwhat ifâ scenarios that keep our minds spinning in overdrive.
3. Fault-Finding is Too Crude for Thriving When we automatically assign blame (usually to ourselves), weâre operating from primitive brain patterns. Upgrading to a more refined viewpoint means seeing the âdance of energiesâ where everyone contributes and sometimes feet get stepped on - itâs part of life.
4. We Canât Actually Control the River Life flows like a river, and we can steer our canoe but we cannot change the river itself. Our anxiety often signals weâre trying to do the impossible - control weather, other peopleâs moods, or outcomes beyond our influence.
5. Magical Thinking Says âIf I Worry Enough, It Will Work Outâ We unconsciously believe that suffering through worry ahead of time will somehow guarantee good outcomes. Our nervous system knows this is a lie, which creates more anxiety. We can release this âprepaymentâ fantasy.
6. Distributing the Broccoli Back to Its Owners We often scoop up everyone elseâs responsibilities onto our plate to avoid conflict or being blamed. Learning to ask âIs this really my broccoli?â helps us return emotional and practical responsibilities to their rightful owners.
7. Include Safe and Good Possibilities in Your Maps When we only map threats and problems, we miss opportunities for joy, connection, and creative solutions. Consciously including positive possibilities activates different parts of ourselves - the creative, hopeful, and inspired aspects.
8. Tapping While Thinking Moves Energy Out of Stuck Loops Simply speaking our thoughts aloud while tapping the acupressure points breaks the narrow band of mental spinning. This engages our bodyâs intelligence and often reveals what words or feelings want to emerge beyond our conscious planning.
9. Being With What Is vs. Making Everyone Happy Instead of trying to make everyone feel good all the time (which is impossible), we can practice being present with people as they actually are. This is more respectful, connected, and requires much less exhausting management.
10. Anxiety Can Be Wise Body Guidance Rather than just a problem to fix, our anxiety often signals weâre trying to do something unwise - like changing unchangeable things or telling ourselves lies about what we can control. We can listen to this guidance.
11. The Sweet Spot of Thoughtful Planning Weâre not throwing away our planning abilities - weâre finding the balance between appropriate preparation (throwing an umbrella in the bag) and exhausting over-management (trying to control every possible variable). Good and sufficient planning honors both our intelligence and lifeâs natural flow.
-
@ 2b24a1fa:17750f64
2025-06-09 13:00:03Ganz im Geiste des klassischen Kabaretts widmen sich Franz Esser und Michael Sailer den Ereignissen des letzten Monats: Was ist passiert? Und was ist dazu zu sagen? Das ist oft frappierend - und manchmal auch zum Lachen.
https://soundcloud.com/radiomuenchen/vier-wochen-wahnsinn-mai-25-ein-satirischer-monatsruckblick
www.radiomuenchen.net/â\ @radiomuenchen\ www.facebook.com/radiomuenchen\ www.instagram.com/radio_muenchen/\ twitter.com/RadioMuenchen\ odysee.com/@RadioMuenchen.net:9\ rumble.com/user/RadioMunchen
Radio MÞnchen ist eine gemeinnÞtzige Unternehmung.\ Wir freuen uns, wenn Sie unsere Arbeit unterstÞtzen.
GLS-Bank\ IBAN: DE65 4306 0967 8217 9867 00\ BIC: GENODEM1GLS\ Bitcoin (BTC): bc1qqkrzed5vuvl82dggsyjgcjteylq5l58sz4s927\ Ethereum (ETH): 0xB9a49A0bda5FAc3F084D5257424E3e6fdD303482
-
@ 2b24a1fa:17750f64
2025-06-09 12:58:05Wahrscheinlich wird es wieder der wÃĪrmste Mai seit Wetteraufzeichnung gewesen sein, was uns erneut ermahnt, endlich dem Klimawandel den Garaus zu machen. Sie merken es, der Sarkasmus bahnt sich schon seinen Weg. Auch MÞnchen hat sich jetzt dem Klima-Taler-Netzwerk angeschlossen und wirbt fÞr das Angebot, sich ein besseres Gewissen tracken zu lassen. HÃķren Sie Nicolas Riedls Kommentar âDer Klima-KÃķderâ.
Sprecherin: Sabrina Khalil
Bild: ÂĐ Klima-Taler
Radio MÞnchen\ www.radiomuenchen.net/â\ @radiomuenchen\ www.facebook.com/radiomuenchen\ www.instagram.com/radio_muenchen/\ twitter.com/RadioMuenchen
Radio MÞnchen ist eine gemeinnÞtzige Unternehmung.\ Wir freuen uns, wenn Sie unsere Arbeit unterstÞtzen.\ GLS-Bank\ IBAN: DE65 4306 0967 8217 9867 00\ BIC: GENODEM1GLS\ Bitcoin (BTC): 3G1wDDH2CDPJ9DHan5TTpsfpSXWhNMCZmQ
-
@ ec42c765:328c0600
2025-02-05 23:16:35ãĶããĻ
nostr:nevent1qqst3uqlls4yr9vys4dza2sgjle3ly37trck7jgdmtr23uuz52usjrqqqnjgr
nostr:nevent1qqsdvchy5d27zt3z05rr3q6vvmzgslslxwu0p4dfkvxwhmvxldn9djguvagp2
test
ãĶï―
-
@ 81022b27:2b8d0644
2025-06-09 12:45:09You probably already know that Iâve been playing around with the whole Nostr thing.
Well, slowly I have been posting my content on Nostr. The long-form content., like my https://www.theintuitivechiropractor.com am using Habla.news
Habla.News is basically a blog app. Itâs like a Substack, but you donât have the newsletter feature, but I hear one may be in the works.
So from what I understand so far, your content is all published in one stream, but different sites handle the content differently.
A Twitter-like short post reader like Primal will organize short post and a long-form reader like Habla will do the articles.
I created a personal webpage on Npub.Pro and a links page (like a LinkTree) as well.
You can click on to see some of those pages.
Now, Iâm having issues with the NPub page, because sometimes it wants to show my content, sometimes it decides not to.
Did I mention all of this is FREE?
Itâs a bit complicated to setup at first, especially if you are unfamiliar with crypto wallets and that kind of stuff-but you get the feeling this is all new stuff and we are here in a new frontier where this could end up being revolutionary.
Follow my posts on here to see how I progress. If you would like to start on Nostr, I will do everything I can to help you out.
Live Long and Prosper,
-Dan
-
@ 04c915da:3dfbecc9
2025-05-16 18:06:46Bitcoin has always been rooted in freedom and resistance to authority. I get that many of you are conflicted about the US Government stacking but by design we cannot stop anyone from using bitcoin. Many have asked me for my thoughts on the matter, so letâs rip it.
Concern
One of the most glaring issues with the strategic bitcoin reserve is its foundation, built on stolen bitcoin. For those of us who value private property this is an obvious betrayal of our core principles. Rather than proof of work, the bitcoin that seeds this reserve has been taken by force. The US Government should return the bitcoin stolen from Bitfinex and the Silk Road.
Using stolen bitcoin for the reserve creates a perverse incentive. If governments see bitcoin as a valuable asset, they will ramp up efforts to confiscate more bitcoin. The precedent is a major concern, and I stand strongly against it, but it should be also noted that governments were already seizing coin before the reserve so this is not really a change in policy.
Ideally all seized bitcoin should be burned, by law. This would align incentives properly and make it less likely for the government to actively increase coin seizures. Due to the truly scarce properties of bitcoin, all burned bitcoin helps existing holders through increased purchasing power regardless. This change would be unlikely but those of us in policy circles should push for it regardless. It would be best case scenario for American bitcoiners and would create a strong foundation for the next century of American leadership.
Optimism
The entire point of bitcoin is that we can spend or save it without permission. That said, it is a massive benefit to not have one of the strongest governments in human history actively trying to ruin our lives.
Since the beginning, bitcoiners have faced horrible regulatory trends. KYC, surveillance, and legal cases have made using bitcoin and building bitcoin businesses incredibly difficult. It is incredibly important to note that over the past year that trend has reversed for the first time in a decade. A strategic bitcoin reserve is a key driver of this shift. By holding bitcoin, the strongest government in the world has signaled that it is not just a fringe technology but rather truly valuable, legitimate, and worth stacking.
This alignment of incentives changes everything. The US Government stacking proves bitcoinâs worth. The resulting purchasing power appreciation helps all of us who are holding coin and as bitcoin succeeds our government receives direct benefit. A beautiful positive feedback loop.
Realism
We are trending in the right direction. A strategic bitcoin reserve is a sign that the state sees bitcoin as an asset worth embracing rather than destroying. That said, there is a lot of work left to be done. We cannot be lulled into complacency, the time to push forward is now, and we cannot take our foot off the gas. We have a seat at the table for the first time ever. Let's make it worth it.
We must protect the right to free usage of bitcoin and other digital technologies. Freedom in the digital age must be taken and defended, through both technical and political avenues. Multiple privacy focused developers are facing long jail sentences for building tools that protect our freedom. These cases are not just legal battles. They are attacks on the soul of bitcoin. We need to rally behind them, fight for their freedom, and ensure the ethos of bitcoin survives this new era of government interest. The strategic reserve is a step in the right direction, but it is up to us to hold the line and shape the future.
-
@ 81022b27:2b8d0644
2025-06-09 12:39:53I literally have no clue what I'm doing.
Nostr is a decentralized protocol that lets users share messages and content through independent servers called relays, ensuring no single entity controls the network. It uses cryptographic keys to verify identities and secure messages, making it censorship-resistant and privacy-focused.
That is the simplest definition that Grok could come up with defining what is Nostr.
Iâve been intrigued by this because it ties in blockchain, publishing content and privacy all into one.
It is intimately tied to a Bitcoin wallet, where readers can âZapâ you tips in Satoshis- which is Bitcoin âchangeâ
There are no intermediaries, no card processing fees, no gatekeepers to keep your content hidden,none of that.
Maybe iâm still mad about being censored on social media for my Covid-19 posts, but the idea of not being able to be censored by a corporation or even my own government is appealing to me.
There are apps to see videos, blog apps and social media type apps.
You own your content and you can move it around wherever you like.
I will be experimenting with posting on there.
Iâve got two profiles on there (I told you I didnt know what I was doing)
Iâm inviting you to join me on Nostr.
Live Long and Prosper,
_Dan
nostr:naddr1qvzqqqr4gupzpqgz9vnnj6wkj3excxuvf2ug4xstp72g774v9tpnxzptag4c6pjyqqxnzde58yen2d35xg6njve5x6ph8l
-
@ 5188521b:008eb518
2025-06-03 12:25:39Elysium
Part I: The Failed Harvest
First, the quiet came. Each day, the markets grew quieter, the people hungrier. A farmer stared at wilted crops, dread settling in his heart. In a kingdom once resplendent with markets and sky-reaching monuments, it was the first failed harvest that marked the end of affluence and the beginning of collapse.
By the second year, market traders stood before empty stalls, goods long gone, rotten, or ruined. Jobless men prowled, foraging the streets for vermin and meager scraps of sustenance. Young women offered their time for bread, their eyes hollow in the act. Widows, too, entered strangersâ homes, bartering themselves for their childrenâs next meal. Orphans, gaunt and brittle, drew meaningless shapes in the dust, their laughter a forgotten memory.
Rumors surged like wind through dry grass. Scapegoats were blamed; superstitions gripped the masses. By the third year, it was known to the people and the king alike, there would be no more monuments erected, only tombstones. The king called the council, heavy with despair. In a room filled with tension, ministers and knights sat around a table.
Before them stood the realmâs wisest farmer, a man worn from years of labor, hunger, and loss. His voice echoed the deep hunger that gripped the kingdom. âYour Majesty, the land is weary. It cries for respite.â His words hung heavy in the room, laying bare the reality of their fate.
Part II: The Devilâs Pact
In the dimly lit chamber, a palpable tension filled the air. The alchemist, servant to the king and master of arcane arts, stepped into the flickering candlelight. He held an aged book, its scent mingling with the murk of looming spells. With a voice both smooth and haunting, he shattered the quiet, his words a ripple through stone walls.
âSire, alchemy is our last refuge. We can harvest time to feed the earth,â he began, revealing a parchment inked with cryptic circles and lines. âEach citizen, willingly or not, will spare a mere whisper of their years. An unnoticeable offering. With careful alchemy, we can replenish our lands and fortify your reign with the alms of myriad souls.â Leaning closer, he whispered the words that would redefine their civilization: a devilâs proposal intended for the king but felt by all. âConsider, my lord, a reign without end, each year stretched beyond natureâs limits, a kingdom fed by the borrowed time of its people. No more famine. No more want.â
The court waited, their faces etched with fear and desperate hope, ready to tread any path that led away from the abyss of famine.
For a moment, the king was a statue, his face a veil behind which storms brewed. Finally, exhaling a breath heavy with fate, he spoke. âWeâve endured enough hardship. We shall seize a future that knows no famine.â
The air thickened as the alchemist retreated with a solemn nod, the weight of the chosen path settling in.
He reopened his tome and voiced the incantation. Arcane syllables filled the room, weaving a desperate gambit to salvage their decaying kingdom. Thus, in the dark hours of night, they sealed a new covenant that would reverberate through generations.
Part III: Vines and Moss
In the decades that followed the alchemistâs rites, the kingdom thrived like spring after a bitter winter. Fields were lush year-round, erasing hunger and the memories of famine. Marketplaces bustled, no longer a graveyard of commerce but a carnival of exotic goods from every corner of the world. The air seemed perfumed with prosperity â healthy river fish, basilisk meats, and spices from faraway lands. A century rolled by. The king, unaging, stretched his influence over land and sea, turning his realm into an empire. Statues weathered, and languages evolved, but the king abided.
Yet, a toll was exacted. Years stolen from the people, a time tax woven into the fabric of life. The spell fed both earth and crown, cloaking decay with a veneer of wealth. The young wore the faces of old men, their eyes wise beyond their years. Every heartbeat was a sacrifice, a quiet tax to feed the castles of power.
Then came the year when the land rebelled. Coaxed by the spell, the soil had given until it couldnât, its silent plea for rest ignored. The land remembered stolen seasons, now determined to settle old scores. Crops withered; rivers soured. Beasts waned, their numbers thinning. The kingdom, starved of Earthâs gifts, unraveled â not from human revolt, but from the silent insurrection of the land that once fed them.
With hunger as the harbinger, society fractured. Chaos and mass confusion swallowed the land, a virulent blight not even alchemy could stem. Witch hunts raged for a merciless century, fire consuming flesh and innocence. Menâs strength wilted, armies disbanded. Women, walking in the agonizing footsteps of famine-haunted foremothers, bartered touch for bread.
Monuments lay buried under vines and moss. Fertile lands turned barren. Schools emptied, their echoing halls abandoned, and children torn from learning, were sent to farm dying lands. Art withered. Painters swapped colors for shades of gray, and soon vanished altogether. Teachers and engineers were supplanted by an ever-growing class of soil-bound serfs.
Desperate, the eternal king sought another spell. He asked the people not for mere years but decades. The alchemist obliged, crafting another spell from dark incantations. Yet the ravaged earth, too spent to yield, exacted a monstrous price: lifetimes for crumbs of bread. People, skeletal, on the verge of vanishing, offered their very existence. A silence settled, a collective sacrifice borne not in rebellion, but in surrender.
Part IV: Clara The Torchbearer
In the land between sleep and waking, Clara was a child again, standing at the threshold of a room aglow with amber light. Her mother ground herbs, the wooden table before her strewn with books, vials, and leaves. âThese arenât just leaves and liquids,â her mother said. âTheyâre doors to the gardens of your mind.â Her words sank into Clara like stones into deep water.
She woke to a gusting wind. Her dream dissolved like morning mist. The sun broke over the kingdom, timeâs toll evident in every vine-entangled ruin. Light spilled into her chamber.
Claraâs room was modest: a bed, a wardrobe, a desk. On it, a lone candle and scattered books that whispered of the kingdomâs past grandeur and freedoms now lost. It was her motherâs notes and books, crafted in the quiet, away from royal eyes â a puzzle to decipher, a quest still yearning for footsteps.
She draped a linen robe over her shoulders and approached the window, her fingers ink-stained from yesterdayâs writings. Below, people shuffled through life, joyless and muted.
The spell cast long ago had become an oppressive, faceless dictator. It promised bread but dealt only crumbs, a tarnished magic now woven into the kingdomâs culture as enduringly as its ancient stone walls and teeming graveyards.
She remembered the cold spring day she put her mother in the earth. The ground was hard, the casket simple. The tombstone bore the words: âSeed in Drought.â
The chambermaid standing beside her asked what it meant.
âHer wish,â Clara answered. Her face gave nothing away, her thoughts a distant country.
From her room, Clara watched the people below â eyes down, spirits broken. Clara was not like the others. She carried an inner fire, gifted from her mother, a quiet revolt against a gray world.
In her roomâs sanctuary, amid ink and parchment molded by hands long stilled, Clara found traces of a freer past, free from famine and theft of years. A past now entrusted to her. As she flipped through the timeworn pages of an ancient tome, something caught Claraâs eye. In the margins of the text, a note penned in her motherâs hand: âFor Clara â Elric is the keeper of truths that free us. Go where I could not. Find him.â Below it, a tender signature, her motherâs name etched in ink.
The name âElricâ stirred a latent memory, a shared secret often spoken by her mother. Filled with a sense of destiny, Clara closed her worn books and left her chamber.
At the age of twenty, for the first time, she ventured beyond the confining walls of her castle. Guided by remnants of forgotten eras, she set forth to unearth truths long interred but never wholly erased. Her compass drew her toward the Whispering Pines, a land untouched by the alchemistâs dark arts and, as her mother had often mentioned, the rumored dwelling of Elric.
Part V: Far to Go
Clara walked through towns void of kindness, over land stripped of life. Each day sculpted her in the likeness of the land she traversed â a leaner body, hands hardened, face etched by sun and wind.
Thirteen days out, Clara trudged through the ashen remains of a town, its name forgotten, its history lost. Empty buildings sagged under the weight of time, their hollow frames like gravestones against the evening sky. Vacant faces, like clock dials without hands, glanced through her, never at her.
Spying a run-down tavern, she cautiously stepped inside. The door whined on rusted hinges. She eased onto a splintered stool. âBread,â she rasped. The innkeeper, a bloated man with eyes like rotted plums, flung stale crust onto the counter. Her teeth sank into the stale crust, her body weeping for nourishment.
The room stank of unwashed bodies and sour ale. In a dim corner, men gambled their souls on dice, their faces marred by desperation and greed. As she made to leave, talk stilled, and eyes tracked her. A rough hand seized her wrist.
âFar to go?â The words, a mockery.
Her eyes darted to the innkeeper, pleading for an ally. His gaze, cold, turned away. âYes, far,â she replied, stalling.
Then, violence. Teeth, nails, a taste of blood. Outmanned, her screams died in cruel laughter. Her clothes yielded, torn in the contest of her humiliation.
After the degradation, she stepped outside and into the soft rain of the night. Her path now carried weight measured in more than miles.
Ahead, barren land stretched mercilessly. A fleeting image of her motherâs face offered a brief moment of comfort. She tilted her head back, letting rain droplets fall onto her tongue to dilute the bitterness that swelled within her. The night urged in tones only darkness knows. Turn back, it murmured.
But she walked on. Her will was a defiant ember, the last flicker of light in a world teetering on oblivion, its humanity long forfeited.
Part VI: Elric
After weeks traversing a harsh expanse, gaunt but unbroken, she found herself beneath the Whispering Pines. As she approached, she carried more than her own weight. She embodied her motherâs enduring hope and her landâs final prayer for redemption.
Elric greeted her at the doorway. âYouâve come,â he said, leading her inside, the room warm from the fire in the stone hearth.
Her eyes roved from the firelight dancing on the walls to the shelves laden with books. A staircase twisted upward, its banister engraved with ancient symbols.
âYour homeland withers,â Elric said, drawing from his pipe, the wood old and marked by years. The scent of herbs, a blend cultivated through many seasons, sharpened the mind as it filled the room. âThe spell,â she confirmed.
âMmm,â he exhaled, his eyes shifting to the fireplace, wood popping in the heat. âYour forebears knew better days. Days without sacrifice.â
âThe legends spoke truth, then?â
âIndeed.â
âDid you know I was coming?â
âIâve waited twenty years. This isnât our first meeting.â
âWeâve met before?â
âOnce, when you were but a newborn. Your mother and I collaborated. We worked on a potion that siphons the power of nature to protect the truth in our world, to shield it from alchemy and dark spells.â
Elric opened a small cabinet beside the hearth. From it, he took an empty wooden chalice and a stoppered glass vial. Uncorking the vial, he poured a golden liquid into the chalice, the firelight making it shimmer. âThis elixir hails from untarnished lands, free from the alchemy that poisons your realm. One sip and illusions shatter, transforming soul and society alike.â âWhat is it called?â she asked.
He looked at her intently. âElysium,â he said, the word hanging heavy in the room. âItâs both the end and the beginning of your journey. You must experience it to understand. Drink.â
She sipped the brew; it tasted of nothing. Soon, as she nestled by the fire, the walls took a breath, and the world sharpened as if coming into focus for the first time. The air thickened into a heavy mist, her fingers danced through it, each ripple sending colors splashing around like bioluminescent whispers. She floated, her body dissolving, her name a distant echo.
Elricâs gaze turned to the fire, shadows playing across his face. âElysium shows only what one needs to see, no more, no less,â he said, his voice a gentle wave against the shores of her uncertainty. âIn my own experience with Elysium, I saw a torchbearer in the veil of time, a young soul with the spark to undo the dark spell on your land.â His eyes found Claraâs. âBut the torchbearer had to come to me, the journey forging the resolve. Had I sought you out sooner, before your heart was ready, Elysiumâs truth would have been a burden too heavy.â
As the reality of his words sank in, Clara felt the weight of the years, the faces of the countless lives lost to the alchemistâs dark magic flashing before her eyes. âAnd the elixirâĶ why not share it sooner?â
Elric sighed, his eyes drifting to the ancient books lining the shelves. âElysiumâs truth is a double-edged blade. In the wrong hands, it could cut through the fabric of reality, leaving wounds that might never heal. Your kingdomâĶâ he gestured vaguely towards the window, ââĶit wasnât ready. But now, the ground has been furrowed by suffering, ready to receive the truth about the universe, the spell, the suffering.â
The walls breathed with a rhythm older than time. She looked at her hands moving through the bioluminescent mist, each movement sending ripples across the room. Tendrils of light danced in the air, ethereal spirits beckoning her towards another realm.
âBut why?â Clara pressed, her presence deepening with each breath. âWhy involve yourself?â
Elricâs eyes softened. âI once lived in your kingdom, fleeing when I realized the spellâs plague. Your mother and I, we shared a vision of a world free from dark alchemy. But more than a promise to an old friend, itâs a battle against the grasp of evil spells, a grasp threatening to choke the essence of life and freedom from this world. Itâs a battle,â he looked at Clara with a profound earnestness, âthat now passes to you.â
Suddenly, reality shattered, and her soul twisted and warped through a portal faster and faster until she touched the core of the cosmos.
Here, in a land beyond words, beyond the confines of time and space, she witnessed the birth and demise of the universe. With each breath, a star was born and died; each blink saw the rise and fall of civilizations. Like a photon racing at light speed through the cosmos, untouched by time, she beheld the entirety of all that ever was and will be.
Peering beyond the infinitely small, she saw the source code of the universe, equations as living tendrils of light materializing into particles, planets, and stars. The universe, a symphony of mathematical elegance, its physicality a melody resonating along the strings of her consciousness.
She floated amidst the cosmic code, orchestrating the universe â the planets, the voids, the unseen forces weaving through them â and she was one with all. She was the universe gazing at itself. Beyond the veil of mortality, she saw endless realms, death a mere doorway. In that boundless expanse, she brushed against the face of the divine.
A golden phoenix took form before her.
âI am Veritas,â it spoke, not in words, but in a language of complex geometry.
It exposed the grim truths of her lands, the Great Famine, and the enslaving spell â a counterfeit prosperity bought at the terrible price of human years.
âHow do we break free?â Claraâs voice carried the untold suffering of generations.
âSimple,â the phoenix intoned. âDonât battle the alchemist or his spell; you wonât win. Acknowledge the illusion. Tend to your own gardens, and reliance on the alchemist and the king fades. Elysium shields you, body and mind, from the spellâs reach.â
As the vision faded, Clara found herself back on the wooden floor, her head cushioned by a pillow. The urgency of her quest snapped her back to reality, a newfound resolve kindling in her chest.
âI see now,â she breathed, her voice steady. âI know what I must do.â
Elric nodded, a sage with a deep understanding of the paths of the universe. âYes, but first, tea. Thereâs strength to regain and you have a long journey ahead,â he said, anchoring them both in a moment of calm before the impending storm of change.
Part VII: The Wayfarerâs Hearth
After days navigating barren expanses, Clara entered a cobblestone town as twilight settled. Figures lined the street, some alive, some not, most in limbo â too tired to beg, too frail to feed. Candlelight flickered from the windows of a tavern, illuminating well-fed faces. âThe Wayfarerâs Hearth,â read the sign above the door.
She approached. The door creaked open to admit her, wafting out stale beer and the scent of roast meat. Her fingers twitched involuntarily, memories of weeks ago crawling up her spine, but her body ached for sustenance, for warmth. Holding her satchel close, safeguarding the vial of Elysium, she chose a chair at an empty table and settled in. Soon enough, food appeared.
The man who had set her meal before her took the adjacent seat with deliberate ease, his eyes lingering on her satchel. Her pulse quickened.
âYou carry a weight, wanderer,â he said.
âOr hope,â she countered, her grip on her satchel unyielding.
A glass shattered. Drunkards stumbled into their table, a wave of mead sweeping over worn wood. Claraâs heart surged, the manâs fingers brushed her satchel, pulling the vial from its sanctuary. âHope carries its own burden,â he said.
âThe hope of my people is in that vial,â she shot back, her voice stripped bare.
âThis is Elysium,â he said, his words like barbs. âAt what cost, wanderer, do you think Elysium will save your people?â
Doubt snaked around her convictions. Was she the bearer of emancipation or a harbinger of calamity? Was her land ready for Elysium? âYou know it?â she asked.
âI know it,â he said, eyeing it closely.
âReturn it,â she commanded.
He handed over the vial. âThe road to freedom is paved with the stones of responsibility. I wouldnât want to walk in your shoes.â
She nodded, heavy but resolute. Clara left as quietly as sheâd come, meal untouched, mission intact.
The night took her in. She cast a final glance back at a room oblivious to her departure. That night, sheâd sleep under indifferent stars, closer to home but adrift in certainty, carrying the weight of a thousand stones of untold responsibility, a Trojanâs shroud for her people, a destiny unasked.
Part VIII: This is Elysium
Under a storm-heavy sky, Clara returned home. In her pocket was Elysium; in her mind, a plan that required Harold â an old friend and a knight by trade.
In the guild hall, Harold sat among knights and minstrels, a goblet in hand. âLook at this,â Clara said, pushing the vial across the table without ceremony. Her words pierced the tavernâs noise as she recounted her journey.
Harold looked at her, then at the vial. âYou mean to say that one day, this will help us fight the spell?â
âNo,â said Clara, her voice deep with a new knowing. âIt means one day, we wonât have to.â
âHeresy,â Harold said. âYouâre risking death.â
âSo are we all,â she answered.
âTheyâll burn you at the stake.â
âIf Iâm right, they wonât.â
âA trial then, regardless,â Harold said, his gaze dropping to the vial as the tavernâs jovial banter became a distant echo for them both.
âSo be it,â Clara said, meeting his gaze. She leaned in, her fingers resting on his scarred knuckles. âOur farms take our children. Itâs not right.â
âItâs how things are.â
âItâs how things were.â
âA trial will not be lenient, Clara. I canât let you bring this to the king.â
âNot the king. The people.â She continued. âBut donât trust me. See for yourself.â Her eyes locked onto his. âDrink,â she said, her words echoing Elricâs.
Harold hesitated but finally drank. His eyes widened. He gripped the edge of the wooden table, his knuckles turning white. A sort of vacant gaze overcame him as if heâd journeyed to someplace far.
When the Elysium vision receded, he opened his eyes and looked at her anew, seeing the world for the first time again. He glanced around the hall as though it were a foreign land, his eyes lingering on the mundane â a crack in the table, the smudged goblet, a flickering torch on the wallâwith awe and wonder. She knew then that they stood as one. Two visionaries, shouldering the burden of transforming the world, ready to shepherd their people into a revolutionary dawn.
In the square, the stone eyes of old heroes watched. A crowd formed, silenced by expectation and unaccustomed to the art of public speaking. Autumn leaves swirled at their feet.
âA new dawn!â Harold broke the silence. âGenerations sacrificed, giving years for meager sustenance. But the land wants not our years â only our care and periodic reverence. The tales of a time without the toll of hunger, without a tax on life itself, from before the Great Famine, are not myths. They are forgotten chapters of our history, now on the verge of being rewritten.â
He raised the vial. Sunlight mirrored in its gold. âThis is Elysium.â
Part IX: A Revolution Takes Shape
In the fading light of day, Harold and Clara stood by a murmuring brook, leaves rustling at their feet in quiet revolt. Faces young and old assembled around them; each one a silent rebellion against the servitude that taxed their years.
They drank, the chalice passing from hand to hand, a new ritual born. With each gathering, the numbers swelled; with each sip, more souls entwined. Slowly, yet with unyielding certainty, the kingdom shifted over the years. It changed not through a coup or uprising but through a still, relentless force, like water eroding stone. As the seasons passed and more villagers imbibed the Elysian brew, the weight of their invisible chains lessened, their atoms scattering into the evening air.
Shielded now, villagers sowed their own gardens, sanctuaries from the alchemistâs dominion. Bountiful harvests followed, hope supplanted despair. Word of the blooming private gardens spread like wildflowers, and fields once cursed by dark alchemy lay fallow and forgotten.
And there, by the unassuming brook, a revolution took shape. The soft sounds of the stream became an earthbound anchor for the myriad souls who opened the door to walk in the cosmic gardens of their minds. Each ritual added another stitch in the fabric of a new dawn; each sip, another brushstroke on the canvas of a world remade.
Part X: The Old Man
A decade drifted by. With each soul that tasted Elysium, the fetters of the old world loosened. The alchemistâs spell, once a yoke around their necks, now waned like thick morning fog giving way to the warmth of the day. Fields once cursed now bore food, not dread. Families gathered around bountiful tables, words flowing freely, unveiled.
Each year, townsfolk met by the sword in the square. Haroldâs blade, the first monument raised in ages, stood as freedomâs spine, the axis of their new world. An old man approached, his eyes dimmed by memories of famine, leading a boy by the hand. Their eyes met, a chasm bridged: one soul untarnished by hunger, the other haunted by its ghost.
The old man stepped forward, his fingers quivering on the hilt of the sword. âClara, what becomes of us if the land fails us again?â Years of hardship wavered in his voice, the ghosts of famine flickering in his eyes.
âIt could,â Clara said, her voice steady as bedrock. âBut itâs different now. Our fields are wider, our hands more skilled. Weâre not trying to trick the earth with alchemy anymore. We speak in the simple terms it understands: soil, sun, water, time.â
Above, the alchemistâs fortress loomed, its towers now marred with cracks. Clara looked up. Empty windows stared back, like dead eyes on a fallen beast. Old times had ended; new ones had begun.
Part XI: The Note
Dawn broke, casting new light over worn cobblestones. Clara moved through the marketplace as if through a dream. The scent of cinnamon and rich coffee filled the air as she ran her fingers down silken tassels and through powdery barrels of golden saffron. Voices haggled; her feet felt the earthâs warm embrace.
Traders argued leisurely, their time no longer taxed by the spell. Children laughed, unburdened by field and plow.
Fields that once caged both young and old now released thinkers, builders, creators. The horizon changed form â bridges leapt over waterways, roads bound the land. Each stone laid was more than a fixture; it was a vow, a pact between the present and the future. It was todayâs promise to a future yet unborn, anchored by the prosperity that now bloomed under Elysiumâs sky.
As evening descended, the grand hall filled with voices unburdened by yesterdayâs sorrow. In a secluded corner, Clara and Harold exchanged words about the loftier truths Elysium had laid bare.
A courier emerged from the crowd, extending a sealed parchment. âFor you, mademoiselle.â
With a nod, Clara exchanged a coin for the note. Her eyes brightened as she absorbed the message:
Only a true renaissance resounds to the Whispering Pines. Continue, in health and strength. - Elric
She passed it to Harold, their eyes locking in wordless affirmation. âThe Whispering Pines acknowledge us,â he finally said. âAnd so, we continue,â Clara replied, her voice unwavering, guided by truth. In the hallâs enveloping warmth, laughter, toasts, and spirited debates blended into a harmonious score â a sound that would have been foreign to their ancestors, a sound that marked the close of an era and the dawn of something profoundly new.
This story first appeared in Tales from the Timechain. Support our work and buy a copyhere.
79% of the zaps from this story will be passed onto the author, Reed.
21 Futures requests 21% for operating costs.
Ioni Appelberg (pronounced Yo-Ni Apple-Burg) is a bitcoin philosopher, futurist, author, and content creator. His content centers around science fiction, human history and it often takes the form of swashbuckling journeys to the frontiers of technology, space, and the human mind. His love of sci-fi, psychedelics, and futurism may take his stories (and unsuspecting readers) to strange but exciting places. He is also an avid reader, a medical doctor, a freedom fighter, an MMA fighter, a psychonaut, and a terrible chess player.
-
@ 2b24a1fa:17750f64
2025-06-09 12:56:33Einmal, im dunklen Wald auf dem Weg ins nÃĪchste Dorf, hielt ich meine Taschenlampe auf den Boden gerichtet, nicht wirklich senkrecht, aber so, dass der Lichtkegel nah bei mir war. Immer wieder lief ein Schatten auf mich zu. Manchmal kam er auch von hinten. Jedes Mal erschrak ich fÞrchterlich, ging in Abwehrhaltung und mahnte mich dann zur Einsicht: Wer sollte mir folgen? Was aus dem GebÞsch, sollte auf mich zu kommen, oder dicht an mir vorbei laufen wollen? Woher also dieser Schreck, diese Angst? Vielleicht ist es nur das Reptilienhirn und der Ãberlebenssinn der reagiert, vielleicht aber auch ein Teil der PrÃĪgung, die uns verunsichert, wenn wir die Gemeinschaft verlassen und uns anders verhalten.
https://soundcloud.com/radiomuenchen/innerer-tiefenstaat-von?
Unbekannte und einflussreiche Anteile unseres Selbst zu entdecken und zu integrieren nennt der WildnispÃĪdagoge, Autor und Journalist Bastian Barucker Schattenarbeit. HÃķren Sie seinen Text Trauma, Krieg, FriedensfÃĪhigkeit und der innere Tiefenstaat.
Sprecher: Ulrich Allroggen\ Redaktion: Eva Schmidt
Den Beitrag kÃķnnen Sie auf seinem Blog Bastian-Barucker.de nachlesen. blog.bastian-barucker.de/der-innere-tiefenstaat/
-
@ ec42c765:328c0600
2025-02-05 22:05:55ãŦãđãŋã įĩĩæåãĻãŊ
äŧŧæãŪãŠãŠãļããŦįŧåãįĩĩæåãŪãããŦæäļãŦæŋå Ĩã§ããæĐč―ã§ãã
ãūãããŠãĒãŊã·ã§ãģïžTwitterãŪ ããã ãŪãããŠæĐč―ïžãŦããŦãđãŋã įĩĩæåãä―ŋããūãã
ãŦãđãŋã įĩĩæåãŪåŊūåŋįķæģïž2025/02/06ïž
ãŦãđãŋã įĩĩæåãä―ŋããããŦãŊãŦãđãŋã įĩĩæåãŦåŊūåŋãããŊãĐãĪãĒãģããä―ŋãåŋ čĶããããūãã
âŧčĄĻãŊäļäūã§ãããŊãĐãĪãĒãģããŊäŧãŦããããããããūãã
ä―ŋãĢãĶãããŊãĐãĪãĒãģããåŊūåŋããĶããŠãå īåãŊããŊãĐãĪãĒãģããåĪæīãããåŊūåŋãããūã§åū ãĪãéįšč ãŦčĶæãéãïžãūããŊčŠåã§åŪčĢ ããïžãŠãĐããūãããã
åŊūåŋãŊãĐãĪãĒãģã
ããã§ãŊnostterãä―ŋãĢãĶ芎æããĶãããūãã
æšå
ãŦãđãŋã įĩĩæåãä―ŋããããŪæšåã§ãã
- NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãå°å Ĩãã
- ä―ŋããããŦãđãŋã įĩĩæåããŠãđããŦįŧéēãã
NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãå°å Ĩãã
NostrãĻãŊãđããģã·ã§ãģãŊä―ŋããããŦãđãŋã įĩĩæåãįŧéēããæãŦåŋ čĶãŦãŠããūãã
ãūããį°åĒïžãã―ãģãģãiPhoneãandroidãŠãĐïžãŦããĢãĶå°å Ĩæđæģãéããūãã
NostrãĻãŊãđããģã·ã§ãģãå°å ĨããįŦŊæŦãŊãåŪéãŦNostrãéēčͧããįŦŊæŦãĻéãĢãĶãæ§ããūããïžãŠãđãįŧéēãŊPCãNostréēčͧãŊiPhoneãŠãĐïžã
NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãŪå°å ĨæđæģãŊäŧĨäļãŪããžãļãåį §ããĶãã ããã
å°ãéĒåã§ããããããå°å ĨããĶãããĻNosträļãŪæ§ã ãŠå īéĒã§å―đįŦãĪãŪã§ããåŋŦéĐãŦãŠããūãã
ä―ŋããããŦãđãŋã įĩĩæåããŠãđããŦįŧéēãã
äŧĨäļãŪãĩãĪãã§čĄããūãã
åģäļãŪGet startedããNostrãĻãŊãđããģã·ã§ãģã§ãã°ãĪãģããĶãã ããã
äūãĻããĶäŧĨäļãŪãŦãđãŋã įĩĩæåãå°å ĨããĶãŋãūãã
åŪéããįĩĩæåãå°ãŠãčĄĻįĪšãããããĻããããūãããåĪãįķæ ãŪããžãŋãååūããĶããūãĢãĶããããã§ããããŪå īåãŊããĐãĶãķãŪæīæ°ããŋãģãæžããĶãã ããã
generalJP | ãŦãđãŋã įĩĩæå
- åģåīãŪOptionsããBookmarkãéļæ
ããã§ãŦãđãŋã įĩĩæåãä―ŋįĻãããããŪãŠãđããŦįŧéēã§ããūãã
ãŦãđãŋã įĩĩæåãä―ŋįĻãã
äūãĻããĶããĐãĶãķããä―ŋãããŊãĐãĪãĒãģã nostter ããä―ŋįĻããĶãŋãūãã
nostterãŦNostrãĻãŊãđããģã·ã§ãģã§ãã°ãĪãģãããããŊį§åŊéĩãå ĨããĶãã°ãĪãģããĶãã ããã
æįŦ äļãŦä―ŋįĻ
- æįĻŋããŋãģãæžããĶæįĻŋãĶãĢãģããĶãčĄĻįĪš
- éĄðãŪããŋãģãæžããįĩĩæåãĶãĢãģããĶãčĄĻįĪš
- ïžãŋããæžãããŦãđãŋã įĩĩæåäļčͧãčĄĻįĪš
- ãŦãđãŋã įĩĩæåãéļæ
- : čĻå·ãŦæãūãããĒãŦããĄããããŪã·ã§ãžããģãžããĻããĶæŋå Ĩããã
ããŪįķæ ã§æįĻŋãããĻãŦãđãŋã įĩĩæåãĻããĶčĄĻįĪšãããūãã
ãŦãđãŋã įĩĩæååŊūåŋãŊãĐãĪãĒãģããä―ŋãĢãĶããäŧãĶãžãķãžãŦããŦãđãŋã įĩĩæåãĻããĶčĄĻįĪšãããūãã
åŊūåŋããĶããŠããŊãĐãĪãĒãģããŪå īåãã·ã§ãžããģãžããŪãūãūčĄĻįĪšãããūãã
ã·ã§ãžããģãžããįīæĨå ĨåããããĻã§ãŦãđãŋã įĩĩæåãŪåčĢãčĄĻįĪšããããŪã§ããããéļæããããĻãã§ããūãã
ãŠãĒãŊã·ã§ãģãŦä―ŋįĻ
- äŧŧæãŪæįĻŋãŪéĄðãŪããŋãģãæžããįĩĩæåãĶãĢãģããĶãčĄĻįĪš
- ïžãŋããæžãããŦãđãŋã įĩĩæåäļčͧãčĄĻįĪš
- ãŦãđãŋã įĩĩæåãéļæ
ãŦãđãŋã įĩĩæåãŠãĒãŊã·ã§ãģãéãããĻãã§ããūãã
ãŦãđãŋã įĩĩæåãæĒã
å čŋ°ããemojitoãããŦãđãŋã įĩĩæåãæĒããūãã
äūãã°äŧŧæãŪãĶãžãķãžãŪããžãļ emojito ããŊãĻãĶ ããæĒãããã emojito Browse all ããnostrå Ļä―ã§æčŋä―æãæīæ°ãããįĩĩæåãčĶããã§ããūãã
ãūããäŧĨäļãŪãŠãģãŊãŊæĨæŽčŠåãĶãžãķãžãä―ãĢããŦãđãŋã įĩĩæåãéãããŠãđãã§ãïž2025/02/06ïž
âŧæžãããããããããūãã
æĨæŽãĶãžãķãžä― ãŦãđãŋã įĩĩæå
åįĩĩæåãŧãããŦããOpen in emojitoãŪãŠãģãŊããemojitoãŦéĢãģãä―ŋįĻãŠãđããŦčŋ―å ã§ããūãã
äŧĨäļã§ãã
æŽĄïžNostrãŪãŦãđãŋã įĩĩæåãŪä―ãæđ
YakihonneãŠãģãŊ NostrãŪãŦãđãŋã įĩĩæåãŪä―ãæđ
NostrãŠãģãŊ nostr:naddr1qqxnzdesxuunzv358ycrgveeqgswcsk8v4qck0deepdtluag3a9rh0jh2d0wh0w9g53qg8a9x2xqvqqrqsqqqa28r5psx3
äŧæ§
-
@ 04c915da:3dfbecc9
2025-05-16 17:59:23Recently we have seen a wave of high profile X accounts hacked. These attacks have exposed the fragility of the status quo security model used by modern social media platforms like X. Many users have asked if nostr fixes this, so lets dive in. How do these types of attacks translate into the world of nostr apps? For clarity, I will use Xâs security model as representative of most big tech social platforms and compare it to nostr.
The Status Quo
On X, you never have full control of your account. Ultimately to use it requires permission from the company. They can suspend your account or limit your distribution. Theoretically they can even post from your account at will. An X account is tied to an email and password. Users can also opt into two factor authentication, which adds an extra layer of protection, a login code generated by an app. In theory, this setup works well, but it places a heavy burden on users. You need to create a strong, unique password and safeguard it. You also need to ensure your email account and phone number remain secure, as attackers can exploit these to reset your credentials and take over your account. Even if you do everything responsibly, there is another weak link in X infrastructure itself. The platformâs infrastructure allows accounts to be reset through its backend. This could happen maliciously by an employee or through an external attacker who compromises Xâs backend. When an account is compromised, the legitimate user often gets locked out, unable to post or regain control without contacting Xâs support team. That process can be slow, frustrating, and sometimes fruitless if support denies the request or cannot verify your identity. Often times support will require users to provide identification info in order to regain access, which represents a privacy risk. The centralized nature of X means you are ultimately at the mercy of the companyâs systems and staff.
Nostr Requires Responsibility
Nostr flips this model radically. Users do not need permission from a company to access their account, they can generate as many accounts as they want, and cannot be easily censored. The key tradeoff here is that users have to take complete responsibility for their security. Instead of relying on a username, password, and corporate servers, nostr uses a private key as the sole credential for your account. Users generate this key and it is their responsibility to keep it safe. As long as you have your key, you can post. If someone else gets it, they can post too. It is that simple. This design has strong implications. Unlike X, there is no backend reset option. If your key is compromised or lost, there is no customer support to call. In a compromise scenario, both you and the attacker can post from the account simultaneously. Neither can lock the other out, since nostr relays simply accept whatever is signed with a valid key.
The benefit? No reliance on proprietary corporate infrastructure.. The negative? Security rests entirely on how well you protect your key.
Future Nostr Security Improvements
For many users, nostrâs standard security model, storing a private key on a phone with an encrypted cloud backup, will likely be sufficient. It is simple and reasonably secure. That said, nostrâs strength lies in its flexibility as an open protocol. Users will be able to choose between a range of security models, balancing convenience and protection based on need.
One promising option is a web of trust model for key rotation. Imagine pre-selecting a group of trusted friends. If your account is compromised, these people could collectively sign an event announcing the compromise to the network and designate a new key as your legitimate one. Apps could handle this process seamlessly in the background, notifying followers of the switch without much user interaction. This could become a popular choice for average users, but it is not without tradeoffs. It requires trust in your chosen web of trust, which might not suit power users or large organizations. It also has the issue that some apps may not recognize the key rotation properly and followers might get confused about which account is âreal.â
For those needing higher security, there is the option of multisig using FROST (Flexible Round-Optimized Schnorr Threshold). In this setup, multiple keys must sign off on every action, including posting and updating a profile. A hacker with just one key could not do anything. This is likely overkill for most users due to complexity and inconvenience, but it could be a game changer for large organizations, companies, and governments. Imagine the White House nostr account requiring signatures from multiple people before a post goes live, that would be much more secure than the status quo big tech model.
Another option are hardware signers, similar to bitcoin hardware wallets. Private keys are kept on secure, offline devices, separate from the internet connected phone or computer you use to broadcast events. This drastically reduces the risk of remote hacks, as private keys never touches the internet. It can be used in combination with multisig setups for extra protection. This setup is much less convenient and probably overkill for most but could be ideal for governments, companies, or other high profile accounts.
Nostrâs security model is not perfect but is robust and versatile. Ultimately users are in control and security is their responsibility. Apps will give users multiple options to choose from and users will choose what best fits their need.
-
@ 7f6db517:a4931eda
2025-06-09 10:02:20The former seems to have found solid product market fit. Expect significant volume, adoption, and usage going forward.
The latter's future remains to be seen. Dependence on Tor, which has had massive reliability issues, and lack of strong privacy guarantees put it at risk.
â ODELL (@ODELL) October 27, 2022
The Basics
- Lightning is a protocol that enables cheap and fast native bitcoin transactions.
- At the core of the protocol is the ability for bitcoin users to create a payment channel with another user.
- These payment channels enable users to make many bitcoin transactions between each other with only two on-chain bitcoin transactions: the channel open transaction and the channel close transaction.
- Essentially lightning is a protocol for interoperable batched bitcoin transactions.
- It is expected that on chain bitcoin transaction fees will increase with adoption and the ability to easily batch transactions will save users significant money.
- As these lightning transactions are processed, liquidity flows from one side of a channel to the other side, on chain transactions are signed by both parties but not broadcasted to update this balance.
- Lightning is designed to be trust minimized, either party in a payment channel can close the channel at any time and their bitcoin will be settled on chain without trusting the other party.
There is no 'Lightning Network'
- Many people refer to the aggregate of all lightning channels as 'The Lightning Network' but this is a false premise.
- There are many lightning channels between many different users and funds can flow across interconnected channels as long as there is a route through peers.
- If a lightning transaction requires multiple hops it will flow through multiple interconnected channels, adjusting the balance of all channels along the route, and paying lightning transaction fees that are set by each node on the route.
Example: You have a channel with Bob. Bob has a channel with Charlie. You can pay Charlie through your channel with Bob and Bob's channel with User C.
- As a result, it is not guaranteed that every lightning user can pay every other lightning user, they must have a route of interconnected channels between sender and receiver.
Lightning in Practice
- Lightning has already found product market fit and usage as an interconnected payment protocol between large professional custodians.
- They are able to easily manage channels and liquidity between each other without trust using this interoperable protocol.
- Lightning payments between large custodians are fast and easy. End users do not have to run their own node or manage their channels and liquidity. These payments rarely fail due to professional management of custodial nodes.
- The tradeoff is one inherent to custodians and other trusted third parties. Custodial wallets can steal funds and compromise user privacy.
Sovereign Lightning
- Trusted third parties are security holes.
- Users must run their own node and manage their own channels in order to use lightning without trusting a third party. This remains the single largest friction point for sovereign lightning usage: the mental burden of actively running a lightning node and associated liquidity management.
- Bitcoin development prioritizes node accessibility so cost to self host your own node is low but if a node is run at home or office, Tor or a VPN is recommended to mask your IP address: otherwise it is visible to the entire network and represents a privacy risk.
- This privacy risk is heightened due to the potential for certain governments to go after sovereign lightning users and compel them to shutdown their nodes. If their IP Address is exposed they are easier to target.
- Fortunately the tools to run and manage nodes continue to get easier but it is important to understand that this will always be a friction point when compared to custodial services.
The Potential Fracture of Lightning
- Any lightning user can choose which users are allowed to open channels with them.
- One potential is that professional custodians only peer with other professional custodians.
- We already see nodes like those run by CashApp only have channels open with other regulated counterparties. This could be due to performance goals, liability reduction, or regulatory pressure.
- Fortunately some of their peers are connected to non-regulated parties so payments to and from sovereign lightning users are still successfully processed by CashApp but this may not always be the case going forward.
Summary
- Many people refer to the aggregate of all lightning channels as 'The Lightning Network' but this is a false premise. There is no singular 'Lightning Network' but rather many payment channels between distinct peers, some connected with each other and some not.
- Lightning as an interoperable payment protocol between professional custodians seems to have found solid product market fit. Expect significant volume, adoption, and usage going forward.
- Lightning as a robust sovereign payment protocol has yet to be battle tested. Heavy reliance on Tor, which has had massive reliability issues, the friction of active liquidity management, significant on chain fee burden for small amounts, interactivity constraints on mobile, and lack of strong privacy guarantees put it at risk.
If you have never used lightning before, use this guide to get started on your phone.
If you found this post helpful support my work with bitcoin.
-
@ 52b4a076:e7fad8bd
2025-04-28 00:48:57I have been recently building NFDB, a new relay DB. This post is meant as a short overview.
Regular relays have challenges
Current relay software have significant challenges, which I have experienced when hosting Nostr.land: - Scalability is only supported by adding full replicas, which does not scale to large relays. - Most relays use slow databases and are not optimized for large scale usage. - Search is near-impossible to implement on standard relays. - Privacy features such as NIP-42 are lacking. - Regular DB maintenance tasks on normal relays require extended downtime. - Fault-tolerance is implemented, if any, using a load balancer, which is limited. - Personalization and advanced filtering is not possible. - Local caching is not supported.
NFDB: A scalable database for large relays
NFDB is a new database meant for medium-large scale relays, built on FoundationDB that provides: - Near-unlimited scalability - Extended fault tolerance - Instant loading - Better search - Better personalization - and more.
Search
NFDB has extended search capabilities including: - Semantic search: Search for meaning, not words. - Interest-based search: Highlight content you care about. - Multi-faceted queries: Easily filter by topic, author group, keywords, and more at the same time. - Wide support for event kinds, including users, articles, etc.
Personalization
NFDB allows significant personalization: - Customized algorithms: Be your own algorithm. - Spam filtering: Filter content to your WoT, and use advanced spam filters. - Topic mutes: Mute topics, not keywords. - Media filtering: With Nostr.build, you will be able to filter NSFW and other content - Low data mode: Block notes that use high amounts of cellular data. - and more
Other
NFDB has support for many other features such as: - NIP-42: Protect your privacy with private drafts and DMs - Microrelays: Easily deploy your own personal microrelay - Containers: Dedicated, fast storage for discoverability events such as relay lists
Calcite: A local microrelay database
Calcite is a lightweight, local version of NFDB that is meant for microrelays and caching, meant for thousands of personal microrelays.
Calcite HA is an additional layer that allows live migration and relay failover in under 30 seconds, providing higher availability compared to current relays with greater simplicity. Calcite HA is enabled in all Calcite deployments.
For zero-downtime, NFDB is recommended.
Noswhere SmartCache
Relays are fixed in one location, but users can be anywhere.
Noswhere SmartCache is a CDN for relays that dynamically caches data on edge servers closest to you, allowing: - Multiple regions around the world - Improved throughput and performance - Faster loading times
routerd
routerd
is a custom load-balancer optimized for Nostr relays, integrated with SmartCache.routerd
is specifically integrated with NFDB and Calcite HA to provide fast failover and high performance.Ending notes
NFDB is planned to be deployed to Nostr.land in the coming weeks.
A lot more is to come. ðïļïļïļïļïļïļ
-
@ 502ab02a:a2860397
2025-06-09 01:04:40āļĄāļĩāļāļāļāļģāļāļ§āļāđāļĄāđāļāđāļāļĒāļāļĩāđāđāļāđāļēāđāļāļ§āđāļēāđāļĢāļ·āđāļāļ âāļāļēāļŦāļēāļĢāđāļŦāđāļāļāļāļēāļāļâ āļāļ·āļāļāļ°āđāļĢāļāļĩāđāđāļāļīāđāļāđāļāļīāļ āđāļāđāļāđāļāļ§āļāļīāļāđāļŦāļĄāđāļŠāļģāļŦāļĢāļąāļāđāļĨāļāļĒāļļāļāđāļŦāļĄāđ āđāļāđāļāļĢāļīāļāđ āđāļĨāđāļ§āđāļĄāđāđāļāđāđāļĨāļĒāļāļĢāļąāļ āđāļŪāļĩāļĒāļ§āđāļēāđāļĢāļēāļāļđāļāļāļąāļāđāļāđāļ°āļāļēāļŦāļēāļĢāļāļāļēāļāļāđāļ§āđāđāļŦāđāļāļīāļāļĄāļēāļāļēāļāļĄāļēāļāđāļĨāđāļ§ āđāļāļĩāļĒāļāđāļāđāđāļĄāđāļĢāļđāđāļāļąāļ§ āļāđāļēāļāļŦāļēāļ
āļāđāļ§āļāļāļĨāļēāļĒāļāļĢāļīāļŠāļāđāļĻāļāļ§āļĢāļĢāļĐāļāļĩāđ 19 āļŠāļīāđāļāļāļĩāđāđāļĢāļĩāļĒāļāļ§āđāļēāļāļēāļĢ âāļāļ§āļāļāļļāļĄāļāļēāļŦāļēāļĢāļĄāļ§āļĨāļāļâ āļāđāđāļĢāļīāđāļĄāļāđāļāļāļĒāđāļēāļāļāļĢāļīāļāļāļąāļāđāļĨāđāļ§
āļĒāđāļāļāļāļĨāļąāļāđāļāļāļĩ 1863 āđāļāļŦāđāļāļāļāļąāļāļāļāđāļāđāļāļāļāđāļĢāļāļāļĒāļēāļāļēāļĨ Battle Creek Sanitarium āļāļĩāđāļĢāļąāļāļĄāļīāļāļīāđāļāļ āļŠāļŦāļĢāļąāļāļŊ āļĄāļĩāļāļēāļĒāļāļāļŦāļāļķāđāļāļāļ·āđāļ John Harvey Kellogg āđāļāļēāđāļāđāļāļŦāļĄāļāđāļĨāļ°āđāļāđāļāļŦāļāļķāđāļāđāļāļŠāļēāļ§āļāļāļāļāļāļĨāļļāđāļĄ Seventh-day Adventist āļāļĩāđāđāļāļ·āđāļāļ§āđāļēāļāļēāļĢāļāļīāļāđāļāļ·āđāļāļŠāļąāļāļ§āđāļāļģāđāļŦāđāļāļāļāļĢāļ°āļāđāļēāļāđāļāđāļĨāļ°āđāļāđāļĄāđāļāļāđāļ§āļĒāļāļąāļāļŦāļē āđāļāļīāļāļĢāļēāļāļ° āđāļāļēāļāļķāļāļāļīāļāļāđāļ âāļāļēāļŦāļēāļĢāđāļāđāļēāļāļĩāđāđāļĄāđāļĄāļĩāđāļāļ·āđāļâ āđāļāļ·āđāļāļŠāđāļāđāļŠāļĢāļīāļĄāļŠāļļāļāļĨāļąāļāļĐāļāļ°āđāļĨāļ°āļĨāļāļāļīāđāļĨāļŠāđāļāļĢāđāļēāļāļāļēāļĒāļĄāļāļļāļĐāļĒāđ āļŠāļīāđāļāļāļĩāđāđāļāļēāļāļģāđāļāļāļāļāļāļąāđāļāļāļ·āļāļāļēāļĢāđāļāđāļāđāļēāļ§āđāļāļāļāļāļāļāđāļŦāđāļāļāļāļāļĢāļāļ āļāļĨāļēāļĒāđāļāđāļāļŠāļīāđāļāļāļĩāđāđāļĢāļĩāļĒāļāļ§āđāļē âāļāļĩāđāļĢāļĩāļĒāļĨâ āđāļāļĒāļļāļāđāļĢāļīāđāļĄāļāđāļ āļāļķāđāļāļ āļēāļĒāļŦāļĨāļąāļāļāđāļāļāļāļēāļĒāļāļāļāđāļāļēāļāļ·āļ Will Keith Kellogg āļāļ°āļāļģāļŠāļđāļāļĢāļāļąāđāļāđāļāļāļąāļāļāļēāđāļŦāđāļŦāļ§āļēāļāļāļķāđāļ āđāļŠāđāļāđāļģāļāļēāļĨāđāļāļīāđāļĄ āđāļŠāđāđāļāļĐāļāļēāđāļāļīāđāļĄ āđāļĨāđāļ§āļāđāļ§āļēāļāļāļēāļĒāđāļāļāļ·āđāļāđāļāļĢāļāļāđ Kelloggâs āļāļĩāđāđāļĢāļēāđāļŦāđāļāļāļąāļāļāļļāļāđāļāđāļēāļāļąāđāļāđāļŦāļĨāļ° āđāļāļēāļāļĨāļīāļāļāļāļĢāđāļāđāļāļĨāļāļāļķāđāļāļĄāļēāļāđāļ§āļĒāļāļ§āļēāļĄāđāļāļ·āđāļāļ§āđāļēāļāļ°āļāđāļ§āļĒāļĨāļāļāļēāļĢāļāđāļ§āļĒāļāļąāļ§āđāļāļāđāļāļ§āļąāļĒāļĢāļļāđāļāđāļāđ! āļāļēāļāļāļēāļŦāļēāļĢāļāļāļāļāļĨāļļāđāļĄāļĻāļēāļŠāļāļē āļāļāļĢāđāļāđāļāļĨāļāļāļĨāļēāļĒāđāļāđāļāļāļēāļŦāļēāļĢāļāļĩāđāđāļāđāļēāļŠāļđāđāļāļĢāļąāļ§āđāļĢāļ·āļāļāļāđāļĄāļĢāļīāļāļąāļāļ āļēāļĒāđāļāđāđāļāļ§āļāļīāļāļ§āđāļē âāļāļēāļŦāļēāļĢāđāļāđāļēāļāļ·āļāļĄāļ·āđāļāļŠāļģāļāļąāļāļāļĩāđāļŠāļļāļāļāļāļāļ§āļąāļâ āđāļāļĒāđāļĄāđāđāļāđāļĄāļĩāļŦāļĨāļąāļāļāļēāļāļĢāļāļāļĢāļąāļāļāļĒāđāļēāļāļāļĢāļīāļāļāļąāļāđāļĨāļĒ
āļāđāļ§āļāļāđāļāļĻāļāļ§āļĢāļĢāļĐāļāļĩāđ 20 āđāļāđāļāļĒāļļāļāļāļĩāđāļāđāļĄāļĢāļīāļāļēāđāļĢāļīāđāļĄāļĄāļĩāļāļģāļāļēāļāđāļāđāļāļīāļāļāļļāļāļŠāļēāļŦāļāļĢāļĢāļĄāļĄāļēāļāļāļķāđāļ āđāļāđāļāđāđāļāđāļāļĒāļļāļāļāļĩāđāļāļāļĒāļąāļāļāļģāļāļēāļŦāļēāļĢāļāļīāļāđāļāļāļāļĒāļđāđāđāļāļāļĢāļąāļ§ āđāļĢāļ·āđāļāļāļāļēāļŦāļēāļĢāļĒāļąāļāđāļāđāļāđāļĢāļ·āđāļāļāļāļāļāļāđāļēāļ āđāļĄāđāđāļāđāļāļāļāđāļāļĢāļāļāđ āļĒāļąāļāđāļĄāđāļĄāļĩāđāļāļĢāļāļķāļāļ§āđāļē âāļŠāļīāļāļāļīāđāđāļāļāļēāļĢāļāļīāļâ āļāļ°āļāļĨāļēāļĒāđāļāđāļāļŠāļīāļāļāđāļēāļŠāļēāļāļēāļĢāļāļ°āđāļāļ āļēāļĒāļŦāļĨāļąāļ āđāļāđāđāļĨāđāļ§āļāđāđāļāļīāļāļāļļāļāđāļāļĨāļĩāđāļĒāļāļŠāļģāļāļąāļāđāļĄāļ·āđāļāļŠāļāļāļĢāļēāļĄāđāļĨāļāļāļĢāļąāđāļāļāļĩāđ 1 āđāļĨāļ° 2 āļāļģāđāļŦāđāļĢāļąāļāļāļģāđāļāđāļāļāđāļāļāļāļīāļāđāļĢāļ·āđāļāļāļāļēāļĢāđāļĨāļĩāđāļĒāļāļāļĢāļ°āļāļēāļāļĢāđāļāļ āļēāļ§āļ°āļāļēāļāđāļāļĨāļ āļāđāļāļāļĄāļĩāļāļēāļĢāđāļāđāļāļāļēāļŦāļēāļĢāđāļāđāļāļēāļ āļāļāļŠāđāļāđāļāđāļāđāļēāļĒ āđāļĨāļ°āļāđāļāļāļļāļāļāđāļģ āļāļĩāđāļāļ·āļāļāļļāļāđāļĢāļīāđāļĄāļāđāļāļāļāļāļāļēāļĢāļāļĨāļąāļāļāļąāļ âāļāļēāļŦāļēāļĢāđāļāļĢāļĢāļđāļâ āļŦāļĢāļ·āļ processed food āļāļĒāđāļēāļāđāļāđāļāļāļēāļāļāļēāļĢ
āđāļāļāļĩ 1911 āļĄāļĩāļāļĢāļīāļĐāļąāļāļāļ·āđāļāļ§āđāļē Procter & Gamble āđāļāļīāļāļāļąāļ§ âCriscoâ āļāļķāđāļāđāļāđāļāļāđāļģāļĄāļąāļāļāļ·āļāđāļŪāđāļāļĢāđāļāļāđāļāļāļāļĩāđāļāļđāļāļāļāļāđāļāļāļĄāļēāđāļāļ·āđāļāđāļĨāļĩāļĒāļāđāļāļāđāļāļĄāļąāļāļŠāļąāļāļ§āđāđāļāļĢāļēāļāļēāļāļđāļāļāļ§āđāļē Crisco āļāļģāļāļēāļāļāđāļģāļĄāļąāļāļāđāļēāļĒ (cottonseed oil) āļāļķāđāļāļāļāļāļāļąāđāļāđāļāđāļāļāļāļāđāļŦāļĨāļ·āļāļāļēāļāļāļļāļāļŠāļēāļŦāļāļĢāļĢāļĄāļŠāļīāđāļāļāļ āđāļĄāđāļĄāļĩāđāļāļĢāļāļīāļāļ§āđāļēāļĄāļąāļāļāļ°āļāļĨāļēāļĒāđāļāđāļāļŠāļīāđāļāļāļĩāđāļāļđāļāđāļāļĐāļāļēāļ§āđāļē âāļāļĩāļāļ§āđāļēāđāļāļĄāļąāļāļŠāļąāļāļ§āđâ āđāļāđāđāļāļĢāļēāļ°āļāļēāļĢāđāļāļĐāļāļēāđāļāļāļĄāļ·āļāļāļēāļāļĩāļāđāļĨāļ°āļāļēāļĢāļāļąāļāļĄāļ·āļāļāļąāļāļŠāļĄāļēāļāļĄāđāļāļāļĒāđ Crisco āļāđāļāļĨāļēāļĒāđāļāđāļāļāļāļāļāļđāđāļāļĢāļąāļ§āđāļāļāđāļĄāđāļĢāļđāđāļāļąāļ§ āļāļĩāđāļāļ·āļāļāļļāļāđāļĢāļīāđāļĄāļāđāļāļāļāļ fiat fat āđāļāļĄāļąāļāđāļāļĩāļĒāļĄāļāļĩāđāļāļđāļāļŠāļāļēāļāļāļēāđāļŦāđāđāļāđāļāļāļāļāļāļĢāļīāļ āļāļąāđāļāļāļĩāđāļāļĢāļīāļāđ āļĄāļąāļāļāļ·āļāļāļāļāļāļĨāļāļĄāļāļĩāđāļŦāđāļāļāđāļ§āļĒāļ§āļīāļāļĒāļēāļĻāļēāļŠāļāļĢāđāļāļĢāļķāđāļāđāļ
āļāđāļ§āļāļāļĩ 1910s āļāļķāļ 1930s āļāļ·āļāļĒāļļāļāļāļĩāđāļāļļāļāļŠāļēāļŦāļāļĢāļĢāļĄāļāļēāļŦāļēāļĢāđāļĢāļīāđāļĄāđāļāđāļāđāļĄāļāļĩāđ āļŠāļŦāļĢāļąāļāļŊ āđāļĢāļīāđāļĄāļāļĨāļīāļ āļāļĄāļāđāļāļŦāļ§āļēāļ āļŠāļģāļŦāļĢāļąāļāļāļŦāļēāļĢāđāļāļŠāļāļāļĢāļēāļĄāļāļĨāļēāļāđāļĄāļ·āļāļ āđāļĨāļ°āļāđāļāļĒāļāļāđāļāđāđāļāļŠāļāļāļĢāļēāļĄāđāļĨāļāļāļĢāļąāđāļāļāļĩāđ 1 āļāļĄāļāļāļīāļāļāļĩāđāđāļāđāļāđāļāđāļāļēāļ āđāļĄāđāđāļāđāļē āđāļĨāļ°āļĄāļĩāļāļĨāļąāļāļāļēāļāļŠāļđāļ āļāļŦāļēāļĢāļŦāļĨāļēāļĒāļāļāļāļīāļāđāļāđāļāļĢāļŠāļāļēāļāļīāļŦāļ§āļēāļāļĄāļąāļāđāļāļāđāļĄāđāļĄāļĩāļāļ°āđāļĢāđāļāļĩāļĒāļāđāļāđ āļāļķāđāļāļāđāļāļĄāļēāļāļģāđāļŦāđāļĄāļąāļāļāļĨāļēāļĒāđāļāđāļāļ§āļąāļāļāļļāļāļīāļāļŦāļĨāļąāļāđāļāļŦāļĨāļēāļĒāđāļĄāļāļđāļāļąāđāļ§āđāļĨāļ āļĢāļ§āļĄāļāļķāļ âāļāļēāđāļĒāđāļâ āļāđāļēāļāđāļĢāļēāļāļĩāđāļāđāļāļāļĄāļĩāļāļĄāļāđāļāļŦāļ§āļēāļāđāļāđāļēāļāļąāđāļāļāļķāļāļāļ°āđāļāđ
āđāļāđāļēāļŠāļđāđāļāđāļ§āļ āļŠāļāļāļĢāļēāļĄāđāļĨāļāļāļĢāļąāđāļāļāļĩāđ 2 (1939â1945) āļāļ·āļāļāđāļ§āļāļŦāļąāļ§āđāļĨāļĩāđāļĒāļ§āļŦāļąāļ§āļāđāļāļŠāļģāļāļąāļāļāļāļ Fiat Food āļŦāļĢāļ·āļāļāļēāļŦāļēāļĢāļāļĩāđāļāļđāļāļāļĨāļīāļāļāļēāļāļāļĢāļĢāļāļ°āļāļģāđāļāđāļāđāļāļīāļāļĒāļļāļāļāļĻāļēāļŠāļāļĢāđāļĄāļēāļāļāļ§āđāļēāļāļĢāļĢāļĄāļāļēāļāļī āđāļŪāļĩāļĒāļ§āđāļēāļāđāļ§āļāļāļĩāđāļĄāļąāļāđāļŦāļĄāļ·āļāļāđāļĢāļāđāļĢāļĩāļĒāļāļāļĢāļ°āļāļĄāļāļāļ Ultra-Processed Food āļŠāļĄāļąāļĒāđāļŦāļĄāđāđāļĨāļĒāļĨāđāļ° āļāļąāļ§āļāļĒāđāļēāļāļāļąāļāđāļāļāļāļ·āļ Spam āđāļāļ·āđāļāļŦāļĄāļđāļāļĢāļ°āļāđāļāļāļāļĩāđāļāļāļāđāļāļāđāļŦāđāļāļŦāļēāļĢāļāļāļāļēāļŠāļ°āļāļ§āļ āđāļĄāđāļāđāļāļāđāļāđāđāļĒāđāļ āđāļāđāļāđāļāđāļāļēāļ āđāļĨāļ°āļāļļāļāļĄāļāđāļ§āļĒāđāļāđāļāļĩāļĒāļĄ āļŦāļĨāļąāļāļŠāļāļāļĢāļēāļĄāļāļ āļĄāļąāļāļāļĨāļēāļĒāđāļāđāļāļāļēāļŦāļēāļĢāļĒāļāļāļŪāļīāļāđāļāļāļĢāļ°āđāļāļĻāļāļĩāđāđāļāļĒāđāļāđāļāđāļāļ§āļŦāļāđāļē āđāļāđāļ āļŪāļēāļ§āļēāļĒ āđāļāļēāļŦāļĨāļĩ āļāļīāļĨāļīāļāļāļīāļāļŠāđ āđāļĨāļ°āļāļąāļāļāļĪāļĐ āđāļāļĒāļāļđāļāđāļāļĐāļāļēāļ§āđāļēāđāļāđāļ âāļāļāļāļāļĩāļāļēāļāļāđāļĄāļĢāļīāļāļēâ āļāļąāđāļāļāļĩāđāļāļŦāļēāļĢāļŦāļĨāļēāļĒāļāļāļāđāđāļāļ·āđāļāļĄāļąāļāļāļāđāļāļĩāļĒāļ
āđāļāļāđāļ§āļāđāļāļĩāļĒāļ§āļāļąāļāļāļąāđāļāđāļāļ āļāđāļāļāđāļāđāļĨāļ Hershey's āļāđāļāļđāļāļāļąāļāļāļēāđāļāđāļ âField Ration Dâ āļŦāļĢāļ·āļāđāļāđāļāļāđāļāļāđāļāđāļĨāļāļāļĨāļąāļāļāļēāļāļŠāļđāļāļāļĩāđāđāļĄāđāļĨāļ°āļĨāļēāļĒāđāļāļāļļāļāļŦāļ āļđāļĄāļīāļŠāļđāļ āļŠāļģāļŦāļĢāļąāļāđāļāļāđāļŦāđāļāļŦāļēāļĢāļāļļāļāļāļāļāļāļĨāļ°āđāļāđāļāļāļīāļāļāļąāļ§āđāļ§āđāđāļāļŠāļāļēāļĄāļĢāļ āļāļāļŠāļāļāļĢāļēāļĄāļāļ Hersheyâs āļāđāļāļĢāļąāļāļŠāļđāļāļĢāđāļŦāđāļāļīāļāļāđāļēāļĒāļāļķāđāļ āđāļĨāđāļ§āļāļēāļĒāđāļāđāļāļīāļāļāļēāļāļīāļāļĒāđāļāļāļāļĨāļēāļĒāđāļāđāļāđāļāļĢāļāļāđāļĢāļ°āļāļąāļāđāļĨāļāđāļāļāļāļĩāđāđāļĢāļēāđāļŦāđāļāļāļļāļāļ§āļąāļāļāļĩāđ
āđāļāļĢāđāļāļŠāļāļĩāļŠ āđāļāđāļ Kraft āđāļĨāļ° Velveeta āļāđāļāļđāļāļāļāļāđāļāļāđāļŦāđāđāļāđāļāđāļāđāļāļēāļāđāļĄāđāđāļāđāļē āļāļĩāļŠāļāļ§āļāļāļĩāđāļāļŠāļĄāļŠāļēāļĢāļāļīāļĄāļąāļĨāļāļīāđāļāđāļāļāļĢāđ āļāļģāđāļŦāđāđāļĄāđāđāļĒāļāļāļąāđāļāđāļĄāļ·āđāļāļāļđāļāļāļ§āļēāļĄāļĢāđāļāļ āđāļŦāļĄāļēāļ°āļāļąāļāļāļēāļĢāļāļĨāļīāļāļāļēāļŦāļēāļĢāļāļģāļāļ§āļāļĄāļēāļāđāļāļāđāļĢāļāļāļĢāļąāļ§āļāļŦāļēāļĢ āđāļĄāļ·āđāļāļŠāļāļāļĢāļēāļĄāļāļ Kraft āđāļāļēāđāļāļāđāļāđāļĨāļĒāļĩāļāļĩāđāļĄāļēāļāļģ âāļāļĩāļŠāđāļāđāļâ āļŠāļģāļŦāļĢāļąāļāđāļāļāļĢāđāđāļāļāļĢāđāđāļĨāļ°āđāļāļāļāđāļ§āļīāļ āđāļāđāļāļāđāļāđāļāļāļāļāļāļāļēāļŦāļēāļĢāļāļēāļŠāļāđāļāļđāđāļāļĒāļļāļāđāļŦāļĄāđāđāļāļāđāļĢāđāļāļĨāļīāđāļāļāļĩāļŠāđāļāđ
āļāļĄāļāļ āđāļĨāļ° āđāļāļĄāļąāļāļāļ·āļāđāļŪāđāļāļĢāļāļīāđāļāļ āļāđāđāļĢāļīāđāļĄāđāļāđāļēāļĄāļēāļĄāļĩāļāļāļāļēāļāđāļāļŠāļāļāļĢāļēāļĄ āđāļāļĒāļāļĄāļāļāđāļāļāļāļĩāđāļāļĄāļŠāļāđāļāļŠāļāļēāļĄāļĢāļ āđāļĨāļ°āđāļāļĄāļąāļāļāļ·āļāđāļāđāļāļģāđāļāđāļāļāļĢāļĩāđāđāļāļĒāđāļĄāđāļāđāļāļāđāļāđāđāļāļĒāļŠāļ āļāļķāđāļāđāļāļāļāļ§āđāļē āļŦāļĨāļąāļāļŠāļāļāļĢāļēāļĄ āļŠāļēāļĢāđāļŦāđāļāļ§āļēāļĄāļŦāļ§āļēāļāđāļāļĩāļĒāļĄāļāļĒāđāļēāļ āļāļąāļāļāļēāļĢāļīāļ āļāđāđāļĢāļīāđāļĄāļāļđāļāļāļģāđāļŠāļāļāļ§āđāļēāđāļŦāļĄāļēāļ°āļāļąāļāļāļāļĨāļāļāđāļģāļŦāļāļąāļ āļāļąāđāļāļāļĩāđāļĄāļąāļāļĄāļĩāļāļļāļāđāļĢāļīāđāļĄāļāļēāļāļāļ§āļēāļĄāļāļģāđāļāđāļāļĒāļēāļĄāļāļēāļāđāļāļĨāļāļāđāļģāļāļēāļĨāđāļāļŠāļāļāļĢāļēāļĄ
āļāļĩ 1950s-1960s āđāļĨāļāđāļāđāļēāļŠāļđāđāļĒāļļāļāļŠāļāļāļĢāļēāļĄāđāļĒāđāļ āđāļāļāđāļāđāļĨāļĒāļĩāļāļēāļĢāđāļāđāļāļāļēāļŦāļēāļĢāļāļąāļāļāļēāđāļāļāļĢāđāļāļĄāļāļąāļāđāļāļāđāļāđāļĨāļĒāļĩāļāļ§āļāļēāļĻ āđāļĨāļ°āļŦāļāļķāđāļāđāļāļāļĨāļīāļāļ āļąāļāļāđāļĢāļ°āļāļąāļāļāļģāļāļēāļāļāļ·āļ Tang āļāđāļģāļŠāđāļĄāļāļāļāļāļāļāļĢāļīāļĐāļąāļ General Foods āļāļĩāđāļāļđāļāļŠāđāļāļāļķāđāļāđāļāļāļĢāđāļāļĄāļāļąāļāļāļīāļāļāļ§āļāļēāļĻ John Glenn āđāļāļāļĩ 1962 Tang āļāļĨāļēāļĒāđāļāđāļāļŠāļąāļāļĨāļąāļāļĐāļāđāļāļāļ âāļāļāļēāļāļāđāļāđāļāđāļ§āļāđāļģâ āļāļąāđāļāļāļĩāđāđāļĄāđāļĄāļĩāļāļĨāđāļĄāđāļāļĢāļīāļāđāļĨāļĒāļŠāļąāļāļŦāļĒāļāđāļāļĩāļĒāļ§ āđāļāđāļāļēāļĢāļāļĨāļēāļāļāļĩāđāļāđāļēāļāļ§āđāļē NASA āđāļāđ āļāļģāđāļŦāđāļĄāļąāļāļāļēāļĒāļāļĩāļĢāļ°āđāļāļīāļ
āđāļāļĢāļ°āļŦāļ§āđāļēāļāļāļąāđāļ āļāļĩ 1955 āļāļĢāļ°āļāļēāļāļēāļāļīāļāļāļĩāđāļāđāļāļāļŪāļēāļ§āļĢāđāļŦāļąāļ§āđāļāļ§āļēāļĒāļāļĨāļēāļāļŠāļāļēāļĄāļāļāļĨāđāļ āđāļāđāļāļāļļāļāđāļāļĨāļĩāđāļĒāļāļāļĩāļāļāļĢāļąāđāļāļāļĩāđāđāļĨāļāđāļĢāļīāđāļĄāļŦāļąāļāļĄāļēāļŠāļāđāļ âāđāļāļĄāļąāļâ āļ§āđāļēāļāļēāļāđāļāđāļāļāļđāđāļĢāđāļēāļĒ āļāļģāđāļŦāđāļāļēāļĒāļāļāļŦāļāļķāđāļāļāļ·āđāļ Ancel Keys āđāļŠāļāļāļāļĪāļĐāļāļĩ âāđāļāļĄāļąāļāļāļ·āļāđāļŦāļāļļāđāļŦāđāļāđāļĢāļāļŦāļąāļ§āđāļâ āļāļĢāđāļāļĄāļāļąāļāļāļēāļāļĻāļķāļāļĐāļēāļāļĩāđāļāļ·āđāļ Seven Countries Study āļāļķāđāļāļāđāļāļĄāļēāļāļ°āļāļĨāļēāļĒāđāļāđāļāļāļĩāđāļĄāļēāļāļāļ âāļāļĩāļĢāļ°āļĄāļīāļāļāļēāļŦāļēāļĢâ āđāļāļāļĩ 1977 āđāļāļĒ USDA āđāļāļĒāļļāļāļāļāļāļ§āļļāļāļīāļŠāļĄāļēāļāļīāļ George McGovern āļāļĪāļĐāļāļĩāļāļĩāđāļāļđāļāļ§āļīāļāļēāļĢāļāđāļ āļēāļĒāļŦāļĨāļąāļāļ§āđāļēāļāļąāđāļāļāđāļāļāđāļ§āļĒāļāļēāļĢ âāđāļĨāļ·āļāļāļāđāļāļĄāļđāļĨâ āļāļĩāđāļŠāļāļąāļāļŠāļāļļāļāļŠāļĄāļĄāļļāļāļīāļāļēāļāļāļāļāļāļąāļ§āđāļāļ āđāļĨāļ°āđāļĄāļīāļāļāļĢāļ°āđāļāļĻāļāļĩāđāļāđāļāļĄāļđāļĨāđāļĄāđāđāļāđāļēāđāļāđāļēāļāļāļāđāļāđāļāļĒāđ āđāļĨāđāļ§āļāđāļāļąāđāļāļāļĩāļĢāļ°āļĄāļīāļāļāļĩāđāļāļāļāļ§āđāļē āļāļēāļĢāđāđāļāđāļŪāđāļāļĢāļāļāļĒāļđāđāļāļēāļāļĨāđāļēāļāļŠāļļāļ āļāļīāļāđāļāđāđāļĒāļāļ°āđ āļŠāđāļ§āļāđāļāļĄāļąāļāđāļŦāđāļāļĒāļđāđāļāļāļŠāļļāļ āļāļīāļāļāđāļāļĒāđ āļāļĩāđāļāļ·āļāļāļēāļĢāļāļĨāļīāļāļāļģāļāļēāļāļāļēāļŦāļēāļĢāļāļĢāļąāđāļāđāļŦāļāđāļāļĩāđāļŠāļļāļāđāļāļĻāļāļ§āļĢāļĢāļĐ āļāļēāļŦāļēāļĢāđāļĄāđāđāļāđāļŠāļīāđāļāļāļĩāđāļĄāļēāļāļēāļāļāļ·āđāļāļāļīāļ āđāļāđāđāļāđāļāļŠāļīāđāļāļāļĩāđāļĄāļēāļāļēāļāļāļĢāļ°āļāļēāļĐāļāđāļĒāļāļēāļĒ
āļāđāļ§āļāļāļĩāđāđāļŦāļĨāļ°āļāļĢāļąāļāļāļĩāđāļāļļāļāđāļāļĨāļĩāđāļĒāļāļāļĩāđāđāļŦāļāđāļŠāļļāļāļĄāļēāļāļķāļ āđāļĄāļ·āđāļāļĢāļąāļāļāļēāļĨāļŠāļŦāļĢāļąāļāļāļĢāļ°āļāļēāļĻāđāļāđāļāđāļĒāļāļēāļĒāļāļēāļŦāļēāļĢāđāļŦāļĄāđāđāļāļĒāļāļīāļāļāļąāļāļāļģāđāļāļ°āļāļģāļāļāļ USDA āļāļķāđāļāļ āļēāļĒāļŦāļĨāļąāļāļāļđāļāđāļāļīāļāđāļāļāļ§āđāļēāļāļīāļĢāļēāļĄāļīāļāļāļēāļŦāļēāļĢāļāļĩāđāđāļāđāļāļĢāļīāļāļāļąāđāļ āļāđāļēāļāļāļēāļĢāļāļĢāļąāļāļāļēāļāļāđāļāļāļāļąāļāđāļāļĒāļāļąāļāļ§āļīāļāļĒāļēāļĻāļēāļŠāļāļĢāđāļāļĒāđāļēāļāļŦāļāļąāļāđāļāļ·āđāļ âāļāļąāļāļŠāļĢāļĢāļāļ·āđāļāļāļĩāđâ āđāļŦāđāļāļąāļāļāļēāļŦāļēāļĢāļāļĩāđāļĄāļĩ lobby āļŠāļđāļ āđāļāđāļ āļāđāļēāļ§ āļāļĩāđāļĢāļĩāļĒāļĨ āļāļēāļŠāļāđāļē āđāļĨāļ°āļāđāļģāļĄāļąāļāļāļ·āļ āđāļāļĒāđāļŦāđāđāļāļĄāļąāļāļŠāļąāļāļ§āđāļāļđāļāļāļąāļāļāļīāđāļāđāļāđāļāđāļāļāļąāļ§āļāļąāļāļāļĢāļēāļĒ āđāļŪāļĩāļĒāļ§āđāļēāđāļĄāđāļĄāļāļāđāļāļĩāđāđāļŦāļĨāļ°āļāļ·āļāļāļļāļāļāļĩāđ "āļāļđāđāļāļāļīāļāļāļąāđāļ" āļāļĨāļēāļĒāđāļāđāļ "āļāļđāđāļāđāļāļĒ" āļŠāļģāļŦāļĢāļąāļāļāļāļāļąāđāļāđāļĨāļ
āļĢāļ°āļŦāļ§āđāļēāļāļāļĩāđ USDA āļāļģāļĨāļąāļāļĒāļķāļāļāļĩāļĢāļ°āļĄāļīāļāļāļĒāļđāđāļāļąāđāļ āļāļļāļāļŠāļēāļŦāļāļĢāļĢāļĄāļāļēāļŦāļēāļĢāđāļāļĢāļĢāļđāļāļāđāļāļģāļĨāļąāļāđāļāđāļĄāļāđāļāđāļāļāđāļŠāđāļŠāļāļĩāļāđāļāđāļāđāļāđāļēāđāļāļāļĩāļ āļāđāļēāļ§āđāļāļāļāļĨāļēāļĒāđāļāđāļāļāļ·āļāđāļĻāļĢāļĐāļāļāļīāļāļāļąāļāļāļąāļāļŦāļāļķāđāļāļāļāļāļŠāļŦāļĢāļąāļāļŊ āđāļĄāđāđāļāđāđāļāļĢāļēāļ°āļāļāļāļīāļāļāđāļēāļ§āđāļāļāļāļąāļāđāļĒāļāļ° āđāļāđāđāļāļĢāļēāļ°āļĄāļąāļāļāļĨāļēāļĒāđāļāđāļāļ§āļąāļāļāļļāļāļīāļāļāļāļāļāļļāļāļāļĒāđāļēāļ āļāļąāđāļāđāļāđ high-fructose corn syrup āđāļāļāđāļģāļāļąāļāļĨāļĄ āļĒāļąāļāļāļīāļĨāđāļĨāļāļĢāđāđāļāđāļŠāđāļāļĢāļāļ āđāļĨāļ°āļāļēāļŦāļēāļĢāļŠāļąāļāļ§āđāđāļāļāļēāļĢāđāļĄāļāļĻāļļāļŠāļąāļāļ§āđ āđāļāļāļĢāđāļēāļāļāļēāļŦāļēāļĢāļāļĒāđāļēāļ McDonaldâs āļāđāđāļĢāļīāđāļĄāđāļāļĨāļĩāđāļĒāļāļĄāļąāļāļāļĢāļąāđāļāļāļāļāļāļēāļāđāļāļĄāļąāļāđāļāļ·āđāļāļ§āļąāļ§āļĄāļēāđāļāđāļāđāļģāļĄāļąāļāļāļ·āļāđāļāļĒāļļāļ 1980s āđāļāļĢāļēāļ°āđāļĢāļāļāļāļāļąāļāļāļēāļāļāļĨāļļāđāļĄāļāđāļāļāđāļēāļāđāļāļĄāļąāļāļāļīāđāļĄāļāļąāļ§ āļāļąāđāļāļāļĩāđāļĢāļŠāļāļēāļāļīāđāļāļĨāļĩāđāļĒāļāđāļĨāļ°āļŠāļļāļāļ āļēāļāļāđāđāļĄāđāđāļāđāļāļĩāļāļķāđāļ
āļāļĩ 1980s-1990s āđāļāļīāļāļŠāļīāđāļāļāļĩāđāđāļŪāļĩāļĒāļāļĒāļēāļāđāļĢāļĩāļĒāļāļ§āđāļē âāļāļēāļĢāļāļāļīāļ§āļąāļāļīāđāļāļāđāļāļĩāļĒāļâ āļāļ·āļāļāļđāđāļāļāđāļĢāļīāđāļĄāđāļāļ·āđāļāļ§āđāļēāļāļēāļŦāļēāļĢāđāļāļĢāļĢāļđāļāļāļ·āļāļāļ§āļēāļĄāļāđāļēāļ§āļŦāļāđāļē āđāļĨāļ°āļāļēāļŦāļēāļĢāļāļĢāļĢāļĄāļāļēāļāļīāļāļąāđāļāļĨāđāļēāļŦāļĨāļąāļ āļ§āļāļāļēāļĢāđāļ āļāļāļēāļāļēāļĢāļĒāļąāļāļāļāļāļđāļāļāļąāļāđāļāļĨāļ·āđāļāļāļāđāļ§āļĒāļāļ§āļēāļĄāđāļāļ·āđāļāļ§āđāļēāļāļēāļĢāđāļāļāļ·āļāļāļāļāļāļĩ āđāļāļĄāļąāļāļāļ·āļāļāļđāđāļĢāđāļēāļĒ āđāļĨāļ°āđāļāļĢāļāļĩāļāļāđāļāļāļĄāļēāļāļēāļāļāļ·āļ āļāļĢāļīāļĐāļąāļāđāļŦāļāđāđ āļāļĒāđāļēāļ NestlÃĐ, PepsiCo, āđāļĨāļ° Unilever āđāļĢāļīāđāļĄāđāļāđāļēāļāļ·āđāļāđāļāļĢāļāļāđāļāļēāļŦāļēāļĢāļŠāļļāļāļ āļēāļ āļāļĢāđāļāļĄāļāļĨāļīāļāđāļ§āļĒāđāđāļāļĩāļĒāļĄ āđāļāļĢāļāļĩāļāļāļ·āļ āđāļĨāļ°āļāļēāļŦāļēāļĢāđāļŠāļĢāļīāļĄāđāļāļāļāļēāļŦāļēāļĢāļāļĢāļīāļ āļāļĢāđāļāļĄāđāļāļ§āļāļīāļ âMeal Replacementâ āļāļĩāđāđāļāđāļāļāļēāļĒāđāļāļāļāļīāļ āđāļāļēāđāļĄāđāđāļāđāđāļāđāļāļģāđāļŠāļāļāļŠāļīāļāļāđāļē āđāļāđāļāļĒāļēāļĒāļēāļĄāļāļģāļŦāļāļāđāļāļ§āļāļīāļāđāļĢāļ·āđāļāļ âāļāļēāļŦāļēāļĢāđāļāļ·āđāļāļŠāļļāļāļ āļēāļâ āđāļāļāļāļĩāđāļāļāļāļąāđāļ§āđāļāđāļĄāđāļāđāļāļāļāļīāļāđāļāļ āļāļāđāļāđāđāļāļ·āđāļāļāļĨāļēāļ āļāļąāļāļāļđāđāļĨāđāļāđāļĢāļđāļāļŦāļąāļ§āđāļāļŠāļĩāđāļāļĩāļĒāļ§āļāđāļāļ
āļāđāļāļāļāļ°āđāļāđāļēāļŠāļđāđāļĻāļāļ§āļĢāļĢāļĐāđāļŦāļĄāđāđāļāļāļĩ 2000 āđāļĨāļāļāđāđāļĢāļīāđāļĄāđāļŦāđāļāļ§āļĩāđāđāļ§āļ§āļāļāļāļŠāļīāđāļāļāļĩāđāđāļĢāļĩāļĒāļāļ§āđāļē âāļāļēāļŦāļēāļĢāđāļŦāđāļāļāļāļēāļāļâ āļāļĩāļāļāļĢāļąāđāļ āđāļĄāđāđāļāđāđāļāļĢāļēāļ°āđāļāļāđāļāđāļĨāļĒāļĩāđāļŦāļĄāđāļāļĒāđāļēāļāđāļāļĩāļĒāļ§ āđāļāđāđāļāļĢāļēāļ°āļĢāļ°āļāļāļāļēāļŦāļēāļĢāđāļāļīāļĄāļāļđāļāļāļīāļāđāļāļ·āļāļāļāļāļāļĢāļĢāļĄāļāļēāļāļīāđāļŠāļĩāļĒāļĻāļđāļāļĒāđ āļāļēāļŦāļēāļĢāļāļĢāļīāļāļāļđāļāļāļĩāļāļĢāļēāļ§āđāļēāļāļąāļāļāļĢāļēāļĒ āļŠāđāļ§āļāļāļēāļŦāļēāļĢāļŠāļąāļāđāļāļĢāļēāļ°āļŦāđāļāļđāļāļŠāļĢāđāļēāļāđāļĢāļ·āđāļāļāđāļĨāđāļēāļ§āđāļē "āļŠāļ°āļāļēāļāļāļ§āđāļē āļāļĨāļāļāļ āļąāļĒāļāļ§āđāļē āđāļĨāļ°āđāļāđāļāļāļģāļāļāļāļāļāļāđāļĨāļāļāļāļēāļāļ" āļāļķāđāļāđāļāļĄāļļāļĄāļāļāļāđāļŪāļĩāļĒ āļĄāļąāļāļāļ·āļāļāļēāļĢāļŠāļ·āļāļāļāļāļ§āļīāļāļĩāļāļīāļāđāļāļāđāļāļĩāļĒāļ§āļāļąāļāļŠāļĄāļąāļĒāļŠāļāļāļĢāļēāļĄ āļāļ·āļāļāļēāļĢāļāļąāļāļāļąāļāđāļŦāđāļāļīāļāļāļāļāļāļĩāđāļāļĨāļīāļāđāļāđāļĄāļēāļ āļĢāļēāļāļēāļāļđāļ āđāļāđāļāđāļāđāļāļēāļ āđāļāļĒāđāļĄāđāļŠāļāļ§āđāļēāļĢāđāļēāļāļāļēāļĒāļāđāļāļāļāļēāļĢāļŦāļĢāļ·āļāđāļĄāđ āđāļĨāļ°āļāļąāđāļāļŦāļĄāļāļāđāļāļĨāļąāļāļĄāļēāļāļĩāđāļāļļāļāđāļāļīāļĄ â āļāļēāļĢāļāļāļāđāļāļāļāļēāļŦāļēāļĢāđāļŦāđāđāļŦāļĄāļēāļ°āļāļąāļāļĢāļ°āļāļ āļĄāļēāļāļāļ§āđāļēāļāļ°āļāļāļāđāļāļāļĢāļ°āļāļāđāļŦāđāđāļŦāļĄāļēāļ°āļāļąāļāļĢāđāļēāļāļāļēāļĒāļĄāļāļļāļĐāļĒāđ
āļāļĩāđāđāļŦāļĨāļ°āđāļŪāļĩāļĒāļāļķāļāļāļĒāļēāļāđāļĨāđāļēāļāļĩāļĢāļĩāļŠāđ âāļāļēāļŦāļēāļĢāļāļāļēāļāļâ āđāļāļĢāļēāļ°āđāļāļāļ§āļēāļĄāļāļĢāļīāļāļĄāļąāļāđāļĄāđāđāļāđāļāļāļēāļāļāļāļ°āđāļĢāđāļĨāļĒ āđāļāđāļĄāļąāļāļāļ·āļāļāļāļĩāļāļāļĩāđāļāļđāļāđāļĨāđāļēāđāļŦāļĄāđāļāđāļ§āļĒāļāļģāļāļđāļāļāļĩāđāļāļąāļāļāļđāđāļāđ āđāļāđāļāđāļāļāđāļ§āđāļāđāļ§āļĒāļāļĢāļ§āļāļāļāļāļāļēāļĢāļāļ§āļāļāļļāļĄāļŠāļīāļāļāļīāđāļāļāļēāļĢāļāļīāļāļāļāļāļĄāļāļļāļĐāļĒāđ āđāļāļēāļāļāļāļāļĨāļāļĄāļĄāļēāļŠāļ§āļĄāļĢāļāļĒāļāļĢāļĢāļĄāļāļēāļāļī āđāļĨāđāļ§āļāļģāđāļŦāđāđāļĢāļēāļĢāļđāđāļŠāļķāļāļāļīāļāļāđāļēāļāļ°āļāļīāļāđāļāļĄāļąāļāļŠāļąāļāļ§āđ āļāļīāļāđāļāļ·āđāļ āļāļīāļāđāļāđ āļŦāļĢāļ·āļāđāļĄāđāļāļīāļāļāļēāļŦāļēāļĢāđāļāđāļēāļāļĩāđāđāļāđāļĄāđāļāļāđāļ§āļĒāļāđāļģāļāļēāļĨ āđāļŪāļĩāļĒāļ§āđāļē āļāđāļēāđāļĄāđāđāļĨāđāļēāđāļĢāļ·āđāļāļāļāļ§āļāļāļĩāđāđāļŦāđāļāļāļĢāļđāđāļāļąāļ āļāđāđāļŦāļĄāļ·āļāļāļāļĨāđāļāļĒāđāļŦāđāļĨāļđāļāļŦāļĨāļēāļāļāļīāļāļāļēāļŦāļēāļĢāļāļĩāđāđāļĄāđāļĄāļĩāđāļāļĢāļĢāļđāđāļ§āđāļē âāđāļāļĢāđāļāđāļāļāļāđāļāļĩāļĒāļāļŠāļđāļāļĢāđāļŦāđāļāļ§āļāđāļāļēāļāļīāļâ
āļāļąāļāļāļąāđāļ āļāđāļēāđāļĢāļēāļāļ°āļāļđāļāļāļķāļ âāļāļēāļŦāļēāļĢāđāļŦāđāļāļāļāļēāļāļâ āđāļŪāļĩāļĒāļ§āđāļē āđāļĢāļēāļāđāļāļāļāļĨāđāļēāļāļĨāļąāļāđāļāļāļēāļĄāļ§āđāļē āļāļāļēāļāļāļāļĩāđāļ§āđāļēāļāļąāđāļ āđāļāļĢāļāļąāļāđāļāđāļāļāļāļāļāļāđāļāļ? āđāļĨāđāļ§āđāļĢāļēāļāļĒāļđāđāļāļĢāļāđāļŦāļāļāļāļāđāļāđāļ°?
#pirateketo #āļāļđāļāđāļāļāļĢāļđāđāļĄāļąāđāļĒ #āļĄāđāļ§āļāļŦāļēāļāļŠāļīāļĨāļđāļ #siamstr
-
@ 7f6db517:a4931eda
2025-06-08 18:01:51Nostr is an open communication protocol that can be used to send messages across a distributed set of relays in a censorship resistant and robust way.
If you missed my nostr introduction post you can find it here. My nostr account can be found here.
We are nearly at the point that if something interesting is posted on a centralized social platform it will usually be posted by someone to nostr.
We are nearly at the point that if something interesting is posted exclusively to nostr it is cross posted by someone to various centralized social platforms.
We are nearly at the point that you can recommend a cross platform app that users can install and easily onboard without additional guides or resources.
As companies continue to build walls around their centralized platforms nostr posts will be the easiest to cross reference and verify - as companies continue to censor their users nostr is the best censorship resistant alternative - gradually then suddenly nostr will become the standard. ðŦĄ
Current Nostr Stats
If you found this post helpful support my work with bitcoin.
-
@ 318ebaba:9a262eae
2025-06-09 08:45:57Nostr, which stands for "Notes and Other Stuff Transmitted by Relays," is a decentralized communication protocol designed to facilitate the exchange of messages without relying on centralized servers. This innovative framework allows users to create, broadcast, and receive messages freely, emphasizing user empowerment and censorship resistance.
Key Features of Nostr
-
Decentralization: Unlike traditional social media platforms, Nostr operates on a network of relays, which are servers that anyone can run. This structure eliminates the control that a single entity can exert over the platform, thereby reducing the risk of censorship and enhancing user privacy[1][4][5].
-
Open Protocol: Nostr is not an application itself but a protocol that developers can use to build various applications. This openness allows for a wide range of services, from social media to messaging, all built on the same underlying technology. Users can access multiple applications using a single public/private key pair, making it easier to manage their online identities[2][3][4].
-
Censorship Resistance: One of the primary motivations behind Nostr's creation is to provide a platform where users can communicate without fear of censorship. This is particularly appealing to those disillusioned with traditional social media platforms that often impose restrictions on content[5][10].
-
User Control: Nostr empowers users by allowing them to control their data and interactions. Users can choose which relays to connect to and can run their own relays, ensuring that they are not dependent on any single service provider[4][5][7].
-
Cryptographic Security: The protocol employs public-key cryptography to secure messages and verify identities, similar to how Bitcoin operates. This ensures that messages are authentic and have not been tampered with during transmission[5][10].
Applications and Community
Nostr has gained traction among various communities, particularly within the cryptocurrency space, where figures like Jack Dorsey and Edward Snowden have expressed support for its potential to reshape online communication. The protocol's design allows for a variety of applications, including social media platforms, chat services, and content sharing tools, all of which can interoperate seamlessly[2][3][5].
In summary, Nostr represents a significant shift in how digital communication can be structured, prioritizing decentralization, user autonomy, and resistance to censorship, making it a compelling alternative to conventional social media platforms. [1] https://threenine.blog/posts/what-is-nostr [2] https://www.forbes.com/sites/digital-assets/2023/04/11/how-to-get-started-with-nostr/ [3] https://www.forbes.com/sites/digital-assets/2024/07/17/your-guide-to-nostr-the-decentralized-network-for-everything/ [4] https://www.ledger.com/academy/glossary/nostr [5] https://river.com/learn/what-is-nostr/ [6] https://www.cointribune.com/en/comment-utiliser-nostr-guide-pour-debutants-2/ [7] https://www.ccn.com/education/what-is-nostr-and-how-to-start-using-nostr/ [8] https://nostr.com/ [9] https://mylessnider.com/articles/why-im-excited-about-nostr [10] https://en.wikipedia.org/wiki/Nostr [11] https://nostr.how/en/what-is-nostr [12] https://nostr.org/ [13] https://medium.com/@colaru/an-introduction-to-nostr-protocol-dbc774ac797c [14] https://www.linkedin.com/pulse/what-nostr-manfred-van-doorn-nf9ce [15] https://www.cointribune.com/en/nostr-pour-les-debutants-tout-ce-que-vous-devez-savoir-sur-le-protocole-2/ [16] https://www.reddit.com/r/Bitcoin/comments/17j5glg/do_people_in_this_sub_know_about_nostr/ [17] https://www.voltage.cloud/blog/the-essential-guide-to-nostr-relays [18] https://www.reddit.com/r/nostr/comments/1i6t4g7/explain_how_nostr_works_like_im_a_5_year_old/ [19] https://github.com/nostr-protocol/nostr
-
-
@ 9ca447d2:fbf5a36d
2025-06-09 10:01:39Paris, France â June 6, 2025 â Bitcoin payment gateway startup Flash, just announced a new partnership with the âBitcoin Only Breweryâ, marking the first-ever beverage company to leverage Lightning payments.
Flash enables Bitcoin Only Brewery to offer its âBOBâ beer with, no-KYC (Know Your Customer) delivery across Europe, priced at 19,500 sats (~$18) for the 4-pack, shipping included.
The cans feature colorful Bitcoin artwork while the contents promise a hazy pale ale: âEach 33cl can contains a smooth, creamy mouthfeel, hazy appearance and refreshing Pale Ale at 5% ABV,â reads the product description.
Pierre Corbin, Co-Founder of Flash, commented:
âCurrently, bitcoin is used more as a store of value but usage for payments is picking up. Thanks to new innovation on Lightning, bitcoin is ready to go mainstream for e-commerce sales.â
Flash, launched its 2.0 version in March 2025 with the goal to provide the easiest bitcoin payment gateway for businesses worldwide. The platform is non-custodial and can enable both digital and physical shops to accept bitcoin by connecting their own wallets to Flash.
By leveraging the scalability of the Lightning Network, Flash ensures instant, low-cost transactions, addressing on-chain Bitcoin bottlenecks like high fees and long wait times.
For businesses interested in adopting Bitcoin payments, Flash offers a straightforward onboarding process, low fees, and robust support for both digital and physical goods. To learn more, visit paywithflash.com.
Media Contact:
Pierre Corbin
Co-Founder, Flash
Email: press@paywithflash.com
Website: paywithflash.comAbout Flash
Flash is the easiest Bitcoin payment gateway for businesses to accept payments. Supporting both digital and physical enterprises, Flash leverages the Lightning Network to enable fast, low-cost Bitcoin transactions. Launched in its 2.0 version in March 2025, Flash is at the forefront of driving Bitcoin adoption in e-commerce.
About Bitcoin Only Brewery
Bitcoin Only Brewery (@Drink_B0B) is a pioneering beverage company dedicated to the Bitcoin ethos, offering high-quality beers payable exclusively in Bitcoin. With a commitment to personal privacy, the brewery delivers across Europe with no-KYC requirements.
-
@ c4f5e7a7:8856cac7
2025-06-03 08:15:33I've managed to amass three SN profiles.
Is there a way to combined these?
@k00b @ek
https://stacker.news/items/995836
-
@ 32e18276:5c68e245
2025-06-02 20:58:05Damus OpenSats Grant Q1 2025 Progress Report
This period of the Damus OpenSats grant has been productive, and encompasses the work our beta release of Notedeck. Since we sent our last report on January, this encompasses all the work after then.
Damus Notedeck
We released the Beta version of Notedeck, which has many new features:
Dave
We've added a new AI-powered nostr assistant, similar to Grok on X. We call him Dave.
Dave is integrated with tooling that allows it to query the local relay for posts and profiles:
Search
The beta release includes a fulltext search interface powered by nostrdb:
Zaps
You can now zap with NWC!
And More!
- GIFs!
- Add full screen images, add zoom & pan
- Introduce last note per pubkey feed (experimental)
- Allow multiple media uploads per selection
- Major Android improvements (still wip)
- Added notedeck app sidebar
- User Tagging
- Note truncation
- Local network note broadcast, broadcast notes to other notedeck notes while you're offline
- Mute list support (reading)
- Relay list support
- Ctrl-enter to send notes
- Added relay indexing (relay columns soon)
- Click hashtags to open hashtag timeline
Damus iOS
Work continued on the iOS side. While I was not directly involved in the work since the last report, I have been directing and managing its development.
What's new:
Coinos Wallet + Interface
We've partnered with coinos to enable a one-click, non-KYC lightning wallet!
We now have an NWC wallet interface, and we've re-enabled zaps as per the new appstore guidelines!
Now you can see all incoming and outgoing NWC transactions and start zapping right away.
Enhanced hellthread muting
Damus can now automatically mute hellthreads, instead of having to do that manually.
Drafts
We now locally persist note drafts so that they aren't lost on app restart!
Profile editing enhancements
We now have a profile picture editing tool so that profile pictures are optimized and optionally cropped
Conversations tab
We now have a conversations tab on user profiles, allowing you to see all of your past conversations with that person!
Enhanced push notifications
We've updated our push notifications to include profile pictures, and they are also now grouped by the thread that they came from.
And lots more!
Too many to list here, check out the full changelog
Nostrdb
nostrdb, the engine that powers notecrumbs, damus iOS, and notedeck, continued to improve:
Custom filters
We've added the ability to include custom filtering logic during any nostrdb query. Dave uses this to filter replies from kind1 results to keep the results small and to avoid doing post-processing.
Relay index + queries
There is a new relay index! Now when ingesting notes, you can include extra metadata such as where the note came from. You can use this index to quickly list all of the relays for a particular note, or for relay timelines.
NIP50 profile searches
To assist dave in searching for profiles, we added a new query plan for {kind:0, search:} queries to scan the profile search index.
How money was used
- relay.damus.io server costs
- Living expenses
Next quarter
We're making a strong push to get our Android version released, so that is the main focus for me.
-
@ b2d670de:907f9d4a
2025-02-28 16:39:38onion-service-nostr-relays
A list of nostr relays exposed as onion services.
The list
| Relay name | Description | Onion url | Operator | Payment URL | Payment options | | --- | --- | --- | --- | --- | --- | | nostr.oxtr.dev | Same relay as clearnet relay nostr.oxtr.dev | ws://oxtrdevav64z64yb7x6rjg4ntzqjhedm5b5zjqulugknhzr46ny2qbad.onion | operator | N/A | N/A | | relay.snort.social | Same relay as clearnet relay relay.snort.social | wss://skzzn6cimfdv5e2phjc4yr5v7ikbxtn5f7dkwn5c7v47tduzlbosqmqd.onion | operator | N/A | N/A | | nostr.thesamecat.io | Same relay as clearnet relay nostr.thesamecat.io | ws://2jsnlhfnelig5acq6iacydmzdbdmg7xwunm4xl6qwbvzacw4lwrjmlyd.onion | operator | N/A | N/A | | nostr.land | The nostr.land paid relay (same as clearnet) | ws://nostrland2gdw7g3y77ctftovvil76vquipymo7tsctlxpiwknevzfid.onion | operator | Payment URL | BTC LN | | bitcoiner.social | No auth required, currently | ws://bitcoinr6de5lkvx4tpwdmzrdfdpla5sya2afwpcabjup2xpi5dulbad.onion | operator | N/A | N/A | | relay.westernbtc.com | The westernbtc.com paid relay | ws://westbtcebhgi4ilxxziefho6bqu5lqwa5ncfjefnfebbhx2cwqx5knyd.onion | operator | Payment URL | BTC LN | | freelay.sovbit.host | Free relay for sovbit.host | ws://sovbitm2enxfr5ot6qscwy5ermdffbqscy66wirkbsigvcshumyzbbqd.onion | operator | N/A | N/A | | nostr.sovbit.host | Paid relay for sovbit.host | ws://sovbitgz5uqyh7jwcsudq4sspxlj4kbnurvd3xarkkx2use3k6rlibqd.onion | operator | N/A | N/A | | nostr.wine | ð· nostr.wine relay | ws://nostrwinemdptvqukjttinajfeedhf46hfd5bz2aj2q5uwp7zros3nad.onion | operator | Payment URL | BTC LN, BTC, Credit Card/CashApp (Stripe) | | inbox.nostr.wine | ð· inbox.nostr.wine relay | ws://wineinboxkayswlofkugkjwhoyi744qvlzdxlmdvwe7cei2xxy4gc6ad.onion | operator | Payment URL | BTC LN, BTC | | filter.nostr.wine | ð· filter.nostr.wine proxy relay | ws://winefiltermhqixxzmnzxhrmaufpnfq3rmjcl6ei45iy4aidrngpsyid.onion | operator | Payment URL | BTC LN, BTC | | N/A | N/A | ws://pzfw4uteha62iwkzm3lycabk4pbtcr67cg5ymp5i3xwrpt3t24m6tzad.onion:81 | operator | N/A | N/A | | nostr.fractalized.net | Free relay for fractalized.net | ws://xvgox2zzo7cfxcjrd2llrkthvjs5t7efoalu34s6lmkqhvzvrms6ipyd.onion | operator | N/A | N/A | | nfrelay.app | nfrelay.app aggregator relay (nostr-filter-relay) | ws://nfrelay6saohkmipikquvrn6d64dzxivhmcdcj4d5i7wxis47xwsriyd.onion | operator | N/A | N/A | relay.nostr.net | Public relay from nostr.net (Same as clearnet) | ws://nostrnetl6yd5whkldj3vqsxyyaq3tkuspy23a3qgx7cdepb4564qgqd.onion | operator | N/A | N/A | | nerostrator | Free to read, pay XMR to relay | ws://nerostrrgb5fhj6dnzhjbgmnkpy2berdlczh6tuh2jsqrjok3j4zoxid.onion | operator |Payment URL | XMRÂ | | nostr.girino.org | Public relay from nostr.girino.org | ws://gnostr2jnapk72mnagq3cuykfon73temzp77hcbncn4silgt77boruid.onion | operator | N/A | N/A | | wot.girino.org | WoT relay from wot.girino.org | ws://girwot2koy3kvj6fk7oseoqazp5vwbeawocb3m27jcqtah65f2fkl3yd.onion | operator | N/A | N/A | | haven.girino.org/{outbox, inbox, chat, private} | Haven smart relay from haven.girino.org | ws://ghaven2hi3qn2riitw7ymaztdpztrvmm337e2pgkacfh3rnscaoxjoad.onion/{outbox, inbox, chat, private} | operator | N/A | N/A | | relay.nostpy.lol | Free Web of Trust relay (Same as clearnet) | ws://pemgkkqjqjde7y2emc2hpxocexugbixp42o4zymznil6zfegx5nfp4id.onion | operator |N/A | N/A | | Poster.place Nostr Relay | N/A | ws://dmw5wbawyovz7fcahvguwkw4sknsqsalffwctioeoqkvvy7ygjbcuoad.onion | operator | N/A | N/AÂ | | Azzamo Relay | Azzamo Premium Nostr relay. (paid) | ws://q6a7m5qkyonzb5fk5yv4jyu3ar44hqedn7wjopg737lit2ckkhx2nyid.onion | operator | Payment URL | BTC LN | | Azzamo Inbox Relay | Azzamo Group and Private message relay. (Freemium) | ws://gp5kiwqfw7t2fwb3rfts2aekoph4x7pj5pv65re2y6hzaujsxewanbqd.onion | operator | Payment URL | BTC LN | | Noderunners Relay | The official Noderunners Nostr Relay. | ws://35vr3xigzjv2xyzfyif6o2gksmkioppy4rmwag7d4bqmwuccs2u4jaid.onion | operator | Payment URL | BTC LN |
Contributing
Contributions are encouraged to keep this document alive. Just open a PR and I'll have it tested and merged. The onion URL is the only mandatory column, the rest is just nice-to-have metadata about the relay. Put
N/A
in empty columns.If you want to contribute anonymously, please contact me on SimpleX or send a DM on nostr using a disposable npub.
Operator column
It is generally preferred to use something that includes a NIP-19 string, either just the string or a url that contains the NIP-19 string in it (e.g. an njump url).
-
@ edf0da8b:b2652fa3
2025-06-09 08:36:32One remarkable thing the Wim Hof Method stirs in me is that I increasingly feel the desire to connect with pure nature. Now, what does that mean?
You may know that slight feeling of eeriness when looking at deep moving waters or that tiny insecurity when darkness creeps up around you alone among the trees? You are sure there's nothing to worry about. But still, these little old conditioned anxieties, these unreasonable mind scenarios, they keep coming up and make you seek safety.
They are different for everyone, but these anxieties in the foreground are a sign for inner blockages that deprive us from expressing our power and creativity. What's more, they separate us from nature. They suggest, everything around us is potentially dangerous. Is it though?
When practicing the Wim Hof Method, and especially right after the breathing exercises, I can immediately feel a clarity emerging, a stronger awareness of presence in the moment. Anxieties are caringly pushed back to their rightful place, but do not control my actions and no longer dominate my state of being.
And so suddenly, the world view shifts. Eerie deep moving waters become fascinating, the darkness around reveals the beauty of trees casting soft moonlight shadows. I deeply appreciate what is, I want to touch the waters, I want to merge with the shadows, I feel that power. Instead of running away I want to connect with nature. I'm more aware of the present and should danger reveal itself, I have the confidence that I can properly react when it arises. But until then, I can enjoy beauty and connectedness. The powerful shift is from scenarios about potential threats around me to curiosity and beautiful opportunity everywhere.
There are countless great techniques and traditions that guide us to such shifts. But with regular practice, I find the Wim Hof Method to be particularly simple, accessible and effective.
wimhofmethod #breathwork #coldtherapy #courage #motivation #freedom
-
@ 9ca447d2:fbf5a36d
2025-06-09 13:02:01The third annual Bitcoin FilmFest (aka BFF25) proved once again that sovereign minds and decentralized culture thrive together.
For four electrifying days in Polandâs capital, the festivalâs rallying callââFix the money, fix the cultureââwasnât just a slogan but a living, breathing movement.
From May 22-25, 2025, Warsaw buzzed with cinematic innovation, Bitcoin philosophy, and artistic vibe marking this gathering as truly incomparable.
Rebel Tribe with Unfiltered Creativity
With 200+ attendees from 20+ countries â primarily Poland, Czech Republic, the UK and Germany (~70% combined), plus representation from Spain, Italy, USA, Turkey and 15+ other nations including Thailand, Israel, Dubai and Latin AmericaâBFF25 became a true global hub of freedom-fighters at heart.Â
The European Pizza Day opener (May 22), celebrating Bitcoinâs first real-world transaction, saw rainy evening weather that couldnât dampen the energy.
With concerts by Roger9000 and ABBE plus DJ sets from MadMunky, 2140 collective w/Airklipz and G.O.L.D., all early arrivals had a memorable start.
Dual Focus on Film and Bitcoin Culture
-
Seven film workshops and seven hands-on sessions running parallel across Friday and Saturday at Amondo Cinema Club. Film: Martin Piga, Oswald Horowitz, Psyfer, Juan Pablo MejÃa, Kristina Weiserova, Rare Passenger, Noa Gruman & Lahav Levi (Scardust). Bitcoin/Nostr: Aleks Svetski, Ioni Appelberg, Flash,  CryptoSteel, Bitrefill, Polish Bitcoin Association, Bitvocation.
-
The Community Stage (Friday to Sunday afternoon) gave important space for both projects and individuals discussing their work and passions.
Everything from music, art, fiction, Nostr, personal sovereignty to Polish-language debates on Bitcoinâs state and its possible future. -
Onscreen, 9 cinematic blocks from Friday to Sunday featured titles like UNBAKABLE, REVOLUCIÃN BITCOIN, HOTEL BITCOIN, PLANDEMIC: THE MUSICAL, plus shorts on new media (AI/experimental cinema), parallel communities (outcast cinema), and newly released pilots.
-
Cinematic shark-tank with a âŽ3,000 bounty: 8 contestants
- Martin Piga: âPARALLEL SPACESâ
- Kristina Weiserova: âPUZZLEâ
- Aaron Koenig : âSATOSHIâS LAST WILLâ
- Philip Charter: â21 FUTURESâ
- Jenna Reid: âWHERE DO WE GO FROM HERE?â
- Mr Black: âA LODGING OF WAYFARING MENâ
- Oswald Horowitz: âTHE LEGEND OF LANDIâ
The event ended with Jenna winning.
-
Official Gala: Golden Rabbits 2025 crowned:
- HOTEL BITCOIN by Manuel Sanabria & Carlos âPochoâ Villaverde (Best Story)
- SATOSHI: THE CREATION OF BITCOIN by Arthur Machado (Best Short)
- REVOLUCIÃN BITCOIN by Juan Pablo MejÃa (Audience Choice)
- NO MORE INFLATION by Maiku Tsukaiâs aka Bitcoin Shooter (Best Film)
Nights Charged with Music and Unscripted Surprise
The festivalâs legendary afterparties kept the energy highâFridayâs underground gathering at Morph Club (ex-Barbazaar) featured Aaron Koeningâs live concert and 2140 DJs (Akme + Andy Princz).
The weekendâs unforgettable moment came when Noa Gruman took the stage with âMY HEAVENâ (Scardust original) and â40HPWâ â her powerful tribute to Bitcoin podcasts and Bugle.News.
Lightning-Powered Innovation, and Extras
-
Lightning in Action: Flash enabled instant Bitcoin payments across both main venues (Amondo + Samo Centrum, merch stations, and online shop)
-
IndeeHub Backstage Pass: Attendees unlocked exclusive access to Lightning-powered VOD featuring selected films from BFF23-25
-
BFF TV: Kiki (El Salvador) broadcasting live interviews, event clips, and trailers. Day One, and Day Two to rewatch online.
-
Comedy Strike: Robert Le Ricainâs Gala stand-up proved Bitcoiners pack brains and humorâin equal measure.
A Community-Driven Cultural Experience
Bitcoin FilmFest wasnât just an eventâit was proof that culture shifts when money gets fixed. Mark your calendars for June 2026 and the next edition. More info and tickets going on sale soon.
-
-
@ cae03c48:2a7d6671
2025-06-09 10:01:19Bitcoin Magazine
Bitcoin Life Insurer, Meanwhile, Becomes First Company to Publish Audited Financials Denominated in BitcoinMeanwhile Insurance Bitcoin (Bermuda) Limited (âMeanwhileâ) announced it has become the first company in the world to release externally audited financial statements denominated entirely in Bitcoin. According to the announcement, the company reported 220.4 BTC in assets and 25.29 BTC in net income for 2024, a 300% year over year increase.
Today marks a global first & historic event for us, along with the public release of our 2024 audited financial statements, covering our 1st year of sales.
As the 1st company in the world to have Bitcoin-denominated financial statements externally audited, we are excited toâĶ
â meanwhile | Bitcoin Life Insurance (@meanwhilelife) June 5, 2025
âWeâve just made history as the first company in the world to have Bitcoin-denominated financial statements externally audited,â said Zac Townsend, CEO of Meanwhile. âThis is an important, foundational step in reimagining the financial system based on a single, global, decentralized standard outside the control of any one government.âÂ
The financial statements were audited by Harris & Trotter LLP and its digital asset division ht.digital. Meanwhileâs financials also comply with Bermudaâs Insurance Act 1978, noting that their BTC denominated financials were approved and comply with official guidelines. The firm, fully licensed by the Bermuda Monetary Authority (BMA), operates entirely in BTC and is prohibited from liquidating Bitcoin assets except through policyholder claims, positioning it as a long term holder.Â
âAs the first regulated Bitcoin life insurance company, we view the BTC held by Meanwhile as inherently long-term in natureâprimarily held to support the Companyâs insurance liabilities over decades,â Townsend added. âThis makes it significantly âstickierâ and resistant to market pressures compared to the BTC held by other companies as part of their treasury management strategies.âÂ
Meanwhileâs 2024 financials also revealed 23.02 BTC in net premiums and 4.35 BTC in investment income, showing that its model not only preserves Bitcoin, but earns it. The companyâs reserves (also held in BTC) were reviewed and approved by Willis Towers Watson (WTW).Â
Meanwhile also offers a Bitcoin Whole Life insurance product that allows policyholders to save, borrow, and build legacy wealthâentirely in BTC, and has plans to expand globally in 2025.
âWe are incredibly proud of todayâs news as it underscores how Meanwhile is at the forefront of the next phase of the convergence between Bitcoin and institutional financial markets,â said Tia Beckmann, CFO of Meanwhile. âNow having generated net income in BTC, we have demonstrated that we are earning it through a sustainable insurance business model designed for the long term.âÂ
This post Bitcoin Life Insurer, Meanwhile, Becomes First Company to Publish Audited Financials Denominated in Bitcoin first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ ec42c765:328c0600
2025-02-05 20:30:46ãŦãđãŋã įĩĩæåãĻãŊ
äŧŧæãŪãŠãŠãļããŦįŧåãįĩĩæåãŪãããŦæäļãŦæŋå Ĩã§ããæĐč―ã§ãã
ãūãããŠãĒãŊã·ã§ãģïžTwitterãŪ ããã ãŪãããŠæĐč―ïžãŦããŦãđãŋã įĩĩæåãä―ŋããūãã
ãŦãđãŋã įĩĩæåãŪåŊūåŋįķæģïž2024/02/05ïž
ãŦãđãŋã įĩĩæåãä―ŋããããŦãŊãŦãđãŋã įĩĩæåãŦåŊūåŋãããŊãĐãĪãĒãģããä―ŋãåŋ čĶããããūãã
âŧčĄĻãŊäļäūã§ãããŊãĐãĪãĒãģããŊäŧãŦããããããããūãã
ä―ŋãĢãĶãããŊãĐãĪãĒãģããåŊūåŋããĶããŠãå īåãŊããŊãĐãĪãĒãģããåĪæīãããåŊūåŋãããūã§åū ãĪãéįšč ãŦčĶæãéãïžãūããŊčŠåã§åŪčĢ ããïžãŠãĐããūãããã
åŊūåŋãŊãĐãĪãĒãģã
ããã§ãŊnostterãä―ŋãĢãĶ芎æããĶãããūãã
æšå
ãŦãđãŋã įĩĩæåãä―ŋããããŪæšåã§ãã
- NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãå°å Ĩãã
- ä―ŋããããŦãđãŋã įĩĩæåããŠãđããŦįŧéēãã
NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãå°å Ĩãã
NostrãĻãŊãđããģã·ã§ãģãŊä―ŋããããŦãđãŋã įĩĩæåãįŧéēããæãŦåŋ čĶãŦãŠããūãã
ãūããį°åĒïžãã―ãģãģãiPhoneãandroidãŠãĐïžãŦããĢãĶå°å Ĩæđæģãéããūãã
NostrãĻãŊãđããģã·ã§ãģãå°å ĨããįŦŊæŦãŊãåŪéãŦNostrãéēčͧããįŦŊæŦãĻéãĢãĶãæ§ããūããïžãŠãđãįŧéēãŊPCãNostréēčͧãŊiPhoneãŠãĐïžã
NostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžãŪå°å ĨæđæģãŊäŧĨäļãŪããžãļãåį §ããĶãã ããã
å°ãéĒåã§ããããããå°å ĨããĶãããĻNosträļãŪæ§ã ãŠå īéĒã§å―đįŦãĪãŪã§ããåŋŦéĐãŦãŠããūãã
ä―ŋããããŦãđãŋã įĩĩæåããŠãđããŦįŧéēãã
äŧĨäļãŪãĩãĪãã§čĄããūãã
åģäļãŪGet startedããNostrãĻãŊãđããģã·ã§ãģã§ãã°ãĪãģããĶãã ããã
äūãĻããĶäŧĨäļãŪãŦãđãŋã įĩĩæåãå°å ĨããĶãŋãūãã
åŪéããįĩĩæåãå°ãŠãčĄĻįĪšãããããĻããããūãããåĪãįķæ ãŪããžãŋãååūããĶããūãĢãĶããããã§ããããŪå īåãŊããĐãĶãķãŪæīæ°ããŋãģãæžããĶãã ããã
generalJP | ãŦãđãŋã įĩĩæå
- åģåīãŪOptionsããBookmarkãéļæ
ããã§ãŦãđãŋã įĩĩæåãä―ŋįĻãããããŪãŠãđããŦįŧéēã§ããūãã
ãŦãđãŋã įĩĩæåãä―ŋįĻãã
äūãĻããĶããĐãĶãķããä―ŋãããŊãĐãĪãĒãģã nostter ããä―ŋįĻããĶãŋãūãã
nostterãŦNostrãĻãŊãđããģã·ã§ãģã§ãã°ãĪãģãããããŊį§åŊéĩãå ĨããĶãã°ãĪãģããĶãã ããã
æįŦ äļãŦä―ŋįĻ
- æįĻŋããŋãģãæžããĶæįĻŋãĶãĢãģããĶãčĄĻįĪš
- éĄðãŪããŋãģãæžããįĩĩæåãĶãĢãģããĶãčĄĻįĪš
- ïžãŋããæžãããŦãđãŋã įĩĩæåäļčͧãčĄĻįĪš
- ãŦãđãŋã įĩĩæåãéļæ
- : čĻå·ãŦæãūãããĒãŦããĄããããŪã·ã§ãžããģãžããĻããĶæŋå Ĩããã
ããŪįķæ ã§æįĻŋãããĻãŦãđãŋã įĩĩæåãĻããĶčĄĻįĪšãããūãã
ãŦãđãŋã įĩĩæååŊūåŋãŊãĐãĪãĒãģããä―ŋãĢãĶããäŧãĶãžãķãžãŦããŦãđãŋã įĩĩæåãĻããĶčĄĻįĪšãããūãã
åŊūåŋããĶããŠããŊãĐãĪãĒãģããŪå īåãã·ã§ãžããģãžããŪãūãūčĄĻįĪšãããūãã
ã·ã§ãžããģãžããįīæĨå ĨåããããĻã§ãŦãđãŋã įĩĩæåãŪåčĢãčĄĻįĪšããããŪã§ããããéļæããããĻãã§ããūãã
ãŠãĒãŊã·ã§ãģãŦä―ŋįĻ
- äŧŧæãŪæįĻŋãŪéĄðãŪããŋãģãæžããįĩĩæåãĶãĢãģããĶãčĄĻįĪš
- ïžãŋããæžãããŦãđãŋã įĩĩæåäļčͧãčĄĻįĪš
- ãŦãđãŋã įĩĩæåãéļæ
ãŦãđãŋã įĩĩæåãŠãĒãŊã·ã§ãģãéãããĻãã§ããūãã
ãŦãđãŋã įĩĩæåãæĒã
å čŋ°ããemojitoãããŦãđãŋã įĩĩæåãæĒããūãã
äūãã°äŧŧæãŪãĶãžãķãžãŪããžãļ emojito ããŊãĻãĶ ããæĒãããã emojito Browse all ããnostrå Ļä―ã§æčŋä―æãæīæ°ãããįĩĩæåãčĶããã§ããūãã
ãūããäŧĨäļãŪãŠãģãŊãŊæĨæŽčŠåãĶãžãķãžãä―ãĢããŦãđãŋã įĩĩæåãéãããŠãđãã§ãïž2024/06/30ïž
âŧæžãããããããããūãã
æĨæŽãĶãžãķãžä― ãŦãđãŋã įĩĩæå
åįĩĩæåãŧãããŦããOpen in emojitoãŪãŠãģãŊããemojitoãŦéĢãģãä―ŋįĻãŠãđããŦčŋ―å ã§ããūãã
äŧĨäļã§ãã
æŽĄïžNostrãŪãŦãđãŋã įĩĩæåãŪä―ãæđ
YakihonneãŠãģãŊ NostrãŪãŦãđãŋã įĩĩæåãŪä―ãæđ
NostrãŠãģãŊ nostr:naddr1qqxnzdesxuunzv358ycrgveeqgswcsk8v4qck0deepdtluag3a9rh0jh2d0wh0w9g53qg8a9x2xqvqqrqsqqqa28r5psx3
äŧæ§
-
@ d6affa19:9110b177
2025-06-07 21:10:53If there were only one thing I had to list as the single most effective way to improve a Female Led Relationship (FLR), it would be found in the phrase âyes, Maâam.â Whether trying to get the dynamic off the ground or keep it going during the grind of everyday life, this phraseâand the energy it evokesâencompasses so many essential elements of an FLR. In my experience, not many other things continuously breathe life into a relationship like the magic of âyes, Maâam.â
Of course, this phrase can be modified to the Womanâs desire (âyes, Mistress,â âyes, my Queen,â âyes, Goddessâ are common examples), but âyes, Maâamâ is something acceptable nearly anywhere. Itâs simple, polite, somewhat discreet, and yet extremely effective and powerful. In an FLR (even in a low-protocol dynamic), the phrase is elevated from a basic formality to an invocation of trust, respect, and surrender.
The words by themselves are powerless. But when consistently expressed with the right energy and intention, it becomes a sort of miniature ritual that keeps them both anchored to the relationship. This shouldnât be conflated with âyes, Dear,â a phrase stereotypically used when a man is merely appeasing a Woman. No, the energy here is not to appease, but to please. Because She deserves it.
To illustrate this further, letâs dig into the depth I find in these two words.
An Invocation of Structure, Trust, and Identity
âYes, Maâamâ is so deceptively simple. Itâs a verbal expression of his obedienceâthe bare minimum a Woman should receive in an FLR. And it keeps the framework intact in everyday life, especially when the mood is subtle or non-sexual.
In this way, âyes, Maâamâ reinforces the foundation of the FLR. Each utterance reminds them both of their positions. Each declaration quiets any confusion. Each delivery deepens the dynamic and tightens the structure.
When these words are spoken and consistently followed up with action, they demonstrate emotional maturityâthat heâs moved beyond questioning whether Sheâs ârightâ and into the realm of devotion. It signals to Her that Her needs donât have to be proven to him anymore and that Her preferences donât need to be justified.
Heâs no longer debating Her logic, making excuses, or searching for loopholes; heâs no longer resisting or self-protecting. Heâs not agreeing as an equal, heâs not negotiating with Her, heâs not hedging Her demand. He is simply submitting to Her.
Just as itâs âyes, Maâamâ when She tells him to kneel, itâs also âyes, Maâamâ when She asks him to fix the sink, or dismisses a request, or even reminds him to do something heâs about to do. âYes, Maâam,â then act.
The Words Alone Are Not the Magic
Again, the magic of âyes, Maâamâ doesnât reside in the words themselves, but in the intention, energy, and action behind them. The phrase itself is just a vessel. Just as a chalice, the words hold something sacred, but the sanctity resides in the wine, not the cup. The action, the delivery, and the consistency are what give the phrase its power.
If spoken with resentment, sarcasm, or with no follow-through, they mean nothing. If he speaks them but then delays, argues, or makes excuses, then his submission is inauthentic. This undermines trust and, ultimately, the relationship. But when he says âyes, Maâamâ and immediately acts on Her directionâdespite being tired, flustered, aroused, or even in disagreement, then that is real submission; that is profound trust. And that is what She feels.
And thatâs what he feels. It becomes a reminder of his humility and an expression of self-discipline in service to Her. Over time, it shifts his thought patterns and instincts. He may feel uncertainty, self-pity, or insecurity, but âyes, Maâamâ melts it all into clarity. Old responses like âWell, actuallyâĶâ âCanât I justâĶâ âI thought we agreedâĶâ âWhy canât YouâĶâ are simply replaced with âyes, Maâam.â
Even if heâs feeling exhausted, annoyed, or needy. There are no complaints or explanations, only Her will and a choice to put aside his ego, align with Her rhythm, and re-center his purpose. This is an act of vulnerability. He is placing his emotional safety in Her hands and relying on Her to care for his well-being.
It communicates to Her:
- âI hear You.â
- âI will act on Your desires.â
- âI trust You more than I trust my resistance.â
- âIâm Yours, even now, especially now.âAnd letâs not ignore the erotic undertones in this depth of surrender. A simple phrase makes his discipline audible, echoing Her power. It bears his humility, longing, eagerness, vulnerabilityâhis contained arousal. And She knows. She hears the plea. She feels the weightâthe tensionâthe heatâthe surrendered willâĶ Ever-present, even in the most mundane momentsâĶ
Closing Thoughts
Of course, this level of devotion takes practice and a great deal of trust. No one is perfect, so he will fail at times, but thatâs what makes it so beautifulâitâs a continuously active and conscious choice. And, at first, it may sound awkward for him or forced, but with dedication and intention She will begin to hear the tone, feel the vibe, and sense the sincerity in it. This energy is what builds Her trust in him.
This phrase, or rather the mindset behind it, has improved my own relationship so, so much. While it may not fit into every experience, itâs something that I discovered was a missing piece in mine. Enough so that I felt compelled to share.
Because as a relationship goes on, things changeâpassions fluctuate, pain resurfaces, doubts arise, life gets busy, things get heavyâbut âyes, Maâamâ remains steady and intimate. Piece by piece trust and devotion are built with thousands of quiet yeses. And regardless of the circumstances, âyes, Maâamâ gently whispers âthis is still us; this is still our shared truth; this is still sacredâ over and over again.
-
@ 460c25e6:ef85065c
2025-02-25 15:20:39If you don't know where your posts are, you might as well just stay in the centralized Twitter. You either take control of your relay lists, or they will control you. Amethyst offers several lists of relays for our users. We are going to go one by one to help clarify what they are and which options are best for each one.
Public Home/Outbox Relays
Home relays store all YOUR content: all your posts, likes, replies, lists, etc. It's your home. Amethyst will send your posts here first. Your followers will use these relays to get new posts from you. So, if you don't have anything there, they will not receive your updates.
Home relays must allow queries from anyone, ideally without the need to authenticate. They can limit writes to paid users without affecting anyone's experience.
This list should have a maximum of 3 relays. More than that will only make your followers waste their mobile data getting your posts. Keep it simple. Out of the 3 relays, I recommend: - 1 large public, international relay: nos.lol, nostr.mom, relay.damus.io, etc. - 1 personal relay to store a copy of all your content in a place no one can delete. Go to relay.tools and never be censored again. - 1 really fast relay located in your country: paid options like http://nostr.wine are great
Do not include relays that block users from seeing posts in this list. If you do, no one will see your posts.
Public Inbox Relays
This relay type receives all replies, comments, likes, and zaps to your posts. If you are not getting notifications or you don't see replies from your friends, it is likely because you don't have the right setup here. If you are getting too much spam in your replies, it's probably because your inbox relays are not protecting you enough. Paid relays can filter inbox spam out.
Inbox relays must allow anyone to write into them. It's the opposite of the outbox relay. They can limit who can download the posts to their paid subscribers without affecting anyone's experience.
This list should have a maximum of 3 relays as well. Again, keep it small. More than that will just make you spend more of your data plan downloading the same notifications from all these different servers. Out of the 3 relays, I recommend: - 1 large public, international relay: nos.lol, nostr.mom, relay.damus.io, etc. - 1 personal relay to store a copy of your notifications, invites, cashu tokens and zaps. - 1 really fast relay located in your country: go to nostr.watch and find relays in your country
Terrible options include: - nostr.wine should not be here. - filter.nostr.wine should not be here. - inbox.nostr.wine should not be here.
DM Inbox Relays
These are the relays used to receive DMs and private content. Others will use these relays to send DMs to you. If you don't have it setup, you will miss DMs. DM Inbox relays should accept any message from anyone, but only allow you to download them.
Generally speaking, you only need 3 for reliability. One of them should be a personal relay to make sure you have a copy of all your messages. The others can be open if you want push notifications or closed if you want full privacy.
Good options are: - inbox.nostr.wine and auth.nostr1.com: anyone can send messages and only you can download. Not even our push notification server has access to them to notify you. - a personal relay to make sure no one can censor you. Advanced settings on personal relays can also store your DMs privately. Talk to your relay operator for more details. - a public relay if you want DM notifications from our servers.
Make sure to add at least one public relay if you want to see DM notifications.
Private Home Relays
Private Relays are for things no one should see, like your drafts, lists, app settings, bookmarks etc. Ideally, these relays are either local or require authentication before posting AND downloading each user\'s content. There are no dedicated relays for this category yet, so I would use a local relay like Citrine on Android and a personal relay on relay.tools.
Keep in mind that if you choose a local relay only, a client on the desktop might not be able to see the drafts from clients on mobile and vice versa.
Search relays:
This is the list of relays to use on Amethyst's search and user tagging with @. Tagging and searching will not work if there is nothing here.. This option requires NIP-50 compliance from each relay. Hit the Default button to use all available options on existence today: - nostr.wine - relay.nostr.band - relay.noswhere.com
Local Relays:
This is your local storage. Everything will load faster if it comes from this relay. You should install Citrine on Android and write ws://localhost:4869 in this option.
General Relays:
This section contains the default relays used to download content from your follows. Notice how you can activate and deactivate the Home, Messages (old-style DMs), Chat (public chats), and Global options in each.
Keep 5-6 large relays on this list and activate them for as many categories (Home, Messages (old-style DMs), Chat, and Global) as possible.
Amethyst will provide additional recommendations to this list from your follows with information on which of your follows might need the additional relay in your list. Add them if you feel like you are missing their posts or if it is just taking too long to load them.
My setup
Here's what I use: 1. Go to relay.tools and create a relay for yourself. 2. Go to nostr.wine and pay for their subscription. 3. Go to inbox.nostr.wine and pay for their subscription. 4. Go to nostr.watch and find a good relay in your country. 5. Download Citrine to your phone.
Then, on your relay lists, put:
Public Home/Outbox Relays: - nostr.wine - nos.lol or an in-country relay. -
.nostr1.com Public Inbox Relays - nos.lol or an in-country relay -
.nostr1.com DM Inbox Relays - inbox.nostr.wine -
.nostr1.com Private Home Relays - ws://localhost:4869 (Citrine) -
.nostr1.com (if you want) Search Relays - nostr.wine - relay.nostr.band - relay.noswhere.com
Local Relays - ws://localhost:4869 (Citrine)
General Relays - nos.lol - relay.damus.io - relay.primal.net - nostr.mom
And a few of the recommended relays from Amethyst.
Final Considerations
Remember, relays can see what your Nostr client is requesting and downloading at all times. They can track what you see and see what you like. They can sell that information to the highest bidder, they can delete your content or content that a sponsor asked them to delete (like a negative review for instance) and they can censor you in any way they see fit. Before using any random free relay out there, make sure you trust its operator and you know its terms of service and privacy policies.
-
@ fa0165a0:03397073
2025-06-01 12:23:47Test of untype
Let see what this markdown editor goes for. Quite nice layout, but so far in my testing only usable via computer. On phone, the keyboard covers the writing area, hehe. Now, where do these get published when posted?
-
@ 4fe4a528:3ff6bf06
2025-02-01 13:41:28In my last article I wrote about NOSTR. I found another local bitcoiner via NOSTR last week so here is why it is important to join / use NOSTR â start telling people âLook me up on NOSTRâ
Self-sovereign identity (SSI) is a revolutionary approach to digital identity that puts individuals in control of their own identity and personal data. Unlike traditional digital identity models, which rely on third-party organizations to manage and authenticate identities, SSI empowers individuals to own and manage their digital identity.
This approach is made possible by emerging technologies such as secure public / private key pairs. Decentralized identifiers, conceived and developed by nostr:npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6 is an attempt to create a global technical standard around cryptographically secured identifiers - a secure, universal, and sovereign form of digital ID. This technology uses peer-to-peer technology to remove the need for intermediaries to own and authenticate ID information.
Notably, NOSTR, a decentralized protocol, has already begun to utilize decentralized IDs, demonstrating the potential of this technology in real-world applications. Via NOSTR, users can be sure that the person or computer publishing to a particular npub knows their nsec (password for your npub), highlighting the secure and decentralized nature of this approach.
With SSI, individuals can decide how their personal data is used, shared, and protected, giving them greater control and agency over their digital lives.
The benefits of SSI are numerous, including:
Enhanced security and protection of personal data. Reduced risk of identity theft and fraud Increased autonomy and agency over one's digital identity. Improved scalability and flexibility in digital identity management
challenges:
Ensuring the security and integrity of decentralized identity systems. Developing standards and protocols for interoperability and compatibility. Addressing concerns around ownership and control of personal data. Balancing individual autonomy with the need for verification and authentication in various contexts.
Overall, self-sovereign identity has the potential to transform the way we think about digital identity and provide individuals with greater control and agency over their personal data. Without people in control of their bitcoin seed words no freedom loving people would be able to exchange their money with others. Yes, keep enjoying using the only free market on the planet BITCOIN. Long live FREEDOM!
-
@ 3f770d65:7a745b24
2025-01-19 21:48:49The recent shutdown of TikTok in the United States due to a potential government ban serves as a stark reminder how fragile centralized platforms truly are under the surface. While these platforms offer convenience, a more polished user experience, and connectivity, they are ultimately beholden to governments, corporations, and other authorities. This makes them vulnerable to censorship, regulation, and outright bans. In contrast, Nostr represents a shift in how we approach online communication and content sharing. Built on the principles of decentralization and user choice, Nostr cannot be banned, because it is not a platformâit is a protocol.
PROTOCOLS, NOT PLATFORMS.
At the heart of Nostr's philosophy is user choice, a feature that fundamentally sets it apart from legacy platforms. In centralized systems, the user experience is dictated by a single person or governing entity. If the platform decides to filter, censor, or ban specific users or content, individuals are left with little action to rectify the situation. They must either accept the changes or abandon the platform entirely, often at the cost of losing their social connections, their data, and their identity.
What's happening with TikTok could never happen on Nostr. With Nostr, the dynamics are completely different. Because it is a protocol, not a platform, no single entity controls the ecosystem. Instead, the protocol enables a network of applications and relays that users can freely choose from. If a particular application or relay implements policies that a user disagrees with, such as censorship, filtering, or even government enforced banning, they are not trapped or abandoned. They have the freedom to move to another application or relay with minimal effort.
THIS IS POWERFUL.
Take, for example, the case of a relay that decides to censor specific content. On a legacy platform, this would result in frustration and a loss of access for users. On Nostr, however, users can simply connect to a different relay that does not impose such restrictions. Similarly, if an application introduces features or policies that users dislike, they can migrate to a different application that better suits their preferences, all while retaining their identity and social connections.
The same principles apply to government bans and censorship. A government can ban a specific application or even multiple applications, just as it can block one relay or several relays. China has implemented both tactics, yet Chinese users continue to exist and actively participate on Nostr, demonstrating Nostr's ability to resistant censorship.
How? Simply, it turns into a game of whack-a-mole. When one relay is censored, another quickly takes its place. When one application is banned, another emerges. Users can also bypass these obstacles by running their own relays and applications directly from their homes or personal devices, eliminating reliance on larger entities or organizations and ensuring continuous access.
AGAIN, THIS IS POWERUFL.
Nostr's open and decentralized design makes it resistant to the kinds of government intervention that led to TikTok's outages this weekend and potential future ban in the next 90 days. There is no central server to target, no company to regulate, and no single point of failure. (Insert your CEO jokes here). As long as there are individuals running relays and applications, users continue creating notes and sending zaps.
Platforms like TikTok can be silenced with the stroke of a pen, leaving millions of users disconnected and abandoned. Social communication should not be silenced so incredibly easily. No one should have that much power over social interactions.
Will we on-board a massive wave of TikTokers in the coming hours or days? I don't know.
TikTokers may not be ready for Nostr yet, and honestly, Nostr may not be ready for them either. The ecosystem still lacks the completely polished applications, tools, and services theyâre accustomed to. This is where we say "we're still early". They may not be early adopters like the current Nostr user base. Until we bridge that gap, theyâll likely move to the next centralized platform, only to face another government ban or round of censorship in the future. But eventually, there will come a tipping point, a moment when theyâve had enough. When that time comes, I hope weâre prepared. If weâre not, we risk missing a tremendous opportunity to onboard people who genuinely need Nostrâs freedom.
Until then, to all of the Nostr developers out there, keep up the great work and keep building. Your hard work and determination is needed.
-
@ edf0da8b:b2652fa3
2025-06-09 08:32:13If you've been active on Nostr, you've probably realized that your posts come and go like waves. Thereâs no content-surfacing algorithm to keep them afloat. So, unless someone happens to scroll past at just the right time, your insights, event announcements, or deep reflections are getting swept away. There's no pretty profile page that refers to your content.
Thatâs where Npub.pro comes inâand itâs what I used to build my first website as a transformative coach and Wim Hof method instructor.
This article is about how Npub.pro works, my experience with it, and why it may be useful to you, too.
What is Npub.pro?
Npub.pro is a web service that pulls your posts from the Nostr protocol and weaves them into a clean, customizable website. It uses open-source templates from Ghost, making it easy to create a beautiful, functional landing page without needing to write any code.
If you're already posting on Nostr, Npub.pro turns that content into something lasting and visually appealingâlike a curated blog or even a first landing page.
Why I Chose Npub.pro for My Initial Business Website
My work centers on personal transformation for leading a sovereign lifeâemotional, mental, and physical. I lead workshops, retreats and 1:1 sessions, and I needed a quick and simple place online that would communicate who I am, what I offer, and whatâs coming up next.
Since I already post regularly on Nostr, it made sense to reuse that content to portray my work. But instead of letting my posts drift away in the feed, Npub.pro gave me a way to give them structure and longevity for a wider audience.
Plus, it really looks good.
Features That Make It Worthwhile
Easy Website Creation
You donât need to become technical. The Npub.pro dashboard is simple and intuitive. Just pick a template, connect your Nostr keys, add your posts individually or based on hashtags, and voilà âyour content starts showing up. You can experiment with different templates freely, without messing things up.
Multiple Templates for Different Needs
There's a good amount of templates to choose from, for photo blogging, journaling or podcasting etc. I started with "Liebling," switched to "Micro-Ruby" for a bit, and finally settled on "Massively"âit shows my often picture-based posts clearly and lets me feature a highlighted post at the top.
Tag-Based Categories
You can organize your content into sections like I did with âAbout & Events,â âWim Hof Method,â or âNatural Living.â If you tag your Nostr posts accordingly and set up your categories in your dashboard, theyâll just fall into place.
Free Hosting + Custom Domains
Npub.pro is completely free if youâre okay with a domain like yourname.npub.pro. If you want something more professional, you can link a custom domain. I got mine for about $10/year from Namecheap. For now, even custom domains are free to connect. If you host your media on Nostr with e.g. Primal or Nostr.Build (subscription-based), and get a custom domain name, you have a complete low-budget website up and running.
What to Watch Out For
Npub.pro is not perfect and still evolving. Here are some limitations to keep in mind:
No Native Lead Capture or Email Signup
If you for example want to offer a PDF or free online class in exchange for email addresses, youâll need to get creative with external links. Unfortunately, thereâs no built-in call-to-action feature for non-Nostr users at this point.
No Pay-walled Content or Membership Features
If youâre looking to monetize content or offer member-only areas, you can hope and ask the Npub.pro team for future features, but it isn't there right now.
Some Trial & Error Required
Tagging needs to be done when you post. Adding tags retroactively with versatile clients like Amethyst wonât make earlier posts appear on your website. I had to republish a few old posts just to get them sorted into the right category. Expect a few hiccups, but itâs manageable.
Npub.pro and Nostr
Npub.pro is part of a bigger pictureâthe rise of Nostr as a decentralized social network. Itâs censorship-resistant, Bitcoin-integrated, and potentially an all-in-one protocol for media, messaging, publishing, and payment. That's crazy powerful when you think about it a little more!
Right now, the infrastructure is still getting there. Not everything works reliably yet, and complex and visually rich experiences like Instagram-style clients (e.g. Olas) still fall short. But Npub.pro is one of those services that shows where it can be heading: toward digital sovereignty.
Is Npub.pro for You?
If youâre already active on Nostr, I think this is a no-brainer. You can turn your feed into a curated blog or landing page with very little extra effort.
Even if you're not using Nostr yet, Npub.pro is still worth exploring if:
- You want a free or low-budget minimal website thatâs connected to your social media content.
- You care about decentralization and owning your data.
- Youâre okay with less customization and a little experimentation here and there while things improve.
So in short, Npub.pro is quite the smart, and simple way to publish your presence onlineâespecially if you want your Nostr content to live beyond the scroll.
Final Thoughts
I was surprised how good everything looked in the end on desktop, tablet and mobile and how easily you can manage your content. Itâs not perfect for all needs, but it does the job remarkably well for a first website, personal blog or landing page. And by using Npub.pro, youâre helping build the future of open, user-owned publishing online.
Check Out Npub.pro
My Website:
Old-school Socials:
https://youtube.com/@bennubreath
@Npub.pro @brugeman
NpubPro #DecentralizedWeb #GhostCMS #WimHof #DigitalSovereignty #OpenWeb #ContentCuration #BuildWithNostr #WebsiteHosting #Freedom #Transformation
-
@ a296b972:e5a7a2e8
2025-06-09 08:00:20Nur fÞrâs Protokoll. Hiermit erklÃĪre ich, Georg Ohrweh, im tatsÃĪchlich vorhandenen vollen Besitz meiner geistigen KrÃĪfte, dass Herr Lauterbach, gleich welche Position er in Zukunft noch bekleiden sollte, fÞr mich nicht zustÃĪndig ist. Basta.
Ein Erguss dieses verhaltensoriginellen Ãber-alles-Bescheidwissers:
âWir kommen jetzt in eine Phase hinein, wo der Ausnahmezustand die NormalitÃĪt sein wird. Wir werden ab jetzt immer im Ausnahmezustand sein. Der Klimawandel wird zwangslÃĪufig mehr Pandemien bringen.â
Wie kann es sein, dass solch eine Ausnahme-Gestalt, die schon rein ÃĪuÃerlich die Phantasie zu Vergleichen anregt, sich leider auch genauso verhÃĪlt, wie die Gestalten, die in diesen Phantasien vorkommen, ungebremst auf der Panik-Klaviatur kakophonische KlÃĪnge erzeugen darf? Obwohl ein wenig Wahrheit ist auch enthalten: Wir sind tatsÃĪchlich immer im Ausnahmezustand, im Ausnahmezustand des fortgeschrittenen Wahnsinns.
Wie kann es sein, dass dieser Haaaarvardist seinen persÃķnlich empfundenen Ausnahmezustand zum Allgemeingut erklÃĪren kann? Welche VerknÞpfungs-Phantasien hat er sonst noch studiert? Er ist ja auch noch Vorsitzender im Raumfahrtausschuss. Was kommt als NÃĪchstes? Eine Klima-Pandemie, verursacht durch auÃerirdische Viren, die die Temperaturen beeinflussen kÃķnnen? Im aktuellen Zeitgeist gibt es nichts, was nicht gedacht wird. Wem die besseren AbsurditÃĪten einfallen, der gewinnt. Man muss sich schon den gegebenen Denkstrukturen etwas anpassen, aber sich auch ein wenig MÞhe geben.
Nach dem Wechsel der ehemaligen AuÃen-Dings zur UN (mit dem Ziel, aus den Vereinten Nationen die Feministischen Nationen zu gestalten) und des ehemaligen Wirtschafts-Dings in den AuÃenausschuss und als Gastdozent in Kalifornien (Thema: Wirtschaftsvernichtung unter Einbeziehung des gespannten VerhÃĪltnisses unter Geschwistern aufgrund ÃĪrmlicher VerhÃĪltnisse, am Beispiel des MÃĪrchens von HÃĪnsel und Gretel) , jetzt auch noch der ehemalige Chef-Panikmacher zur WHO.
âĶund der Wahnsinn wurde hinausgetragen in die Welt, und es wurde dunkel, und es ward Nacht, und es wurde helle, und es ward Tag, der Wind blies oder auch nicht (was macht der Wind eigentlich, wenn er nicht weht?), und es ward Winter, und es wurde kÃĪlter, und es wurde wÃĪrmer, und es ward Sommer. Es regnete nicht mehr, die Wolken schwitzten. Und Putin verhinderte (wer auch sonst), dass das Eis in der Antarktis abnahm.
Wiederholte Bodentemperaturen in der Toskana von 50 Grad Celsius. Zu erwartende Wassertemperaturen wÃĪhrend Ferragosto an der italienischen Adria von durchschnittlich 100 Grad Celsius. An Stellen mit wenig StrÃķmung stiegen schon die ersten Kochblasen auf. Doch dann kam der durch Lachs gestÃĪhlte, salzlose Super-Karl und rettete mit einem durch die WHO diktierten Klima-Logdown die gesamte Menschheit. Wer besser, als er konnte wissen, dass ein Klima-Logdown weitgehend nebenwirkungsfrei ist.
Was fÞr ein Segen, dass Karl der GroÃe, der uns so siegreich durch die Corona-Schlacht gefÞhrt hat, jetzt auch gegen das Klima in den Krieg zieht.
Wer kennt das nicht, Tage der Qual, in denen man zugeben muss: Ich habâ heute so schlimm Klima.
Viele Klimaexperten, die weltweit in der QualitÃĪtspropaganda zitiert werden, zeichnen sich besonders dadurch aus, dass sie mit einer maximalen Abweichung von einem Grad Celsius ein Thermometer fehlerfrei ablesen kÃķnnen. Diese Ungenauigkeit wird der Erdverkochungsexperte sicher als erstes beheben.
In einer aufopfernden Studie wÃĪhrend eines Urlaubs in 2023, in der um die damalige Zeit erstmals eisfreien Toskana, hat er den von ihm ausgetÞftelten Klimaschutzplan ins Rheinische Þbersetzt. Titel: âSchÞtzen Sie sisch, und, ÃĪh, andere!â Weiter konnte er erforschen, dass die Bodentemperatur nicht immer mit der Temperatur des Erdkerns Þbereinstimmen muss.
Durch seine unermÞdlichen Studien, kÃķnnen Hitzetote in Zukunft besser zugeordnet werden. Man weià dann, ob jemand an hohen oder mit hohen Temperaturen gestorben ist. Der asymptomatische Klimawandel kann so in Zukunft viel besser bewertet werden. Man hat aus geringfÞgigen Fehlern gelernt und die Methoden erheblich verbessert.
Eine prÃĪzise Vorhersage der Jahreszeiten, vor allem die des Sommers, wird bald ebenfalls mÃķglich sein. Es kann jetzt vor jahreszeitbedingten, teilweise sogar tÃĪglich schwankenden TemperaturverÃĪnderungen rechtzeitig gewarnt werden. Im Herbst kÃķnnen Heizempfehlungen fÞr die ahnungslose BevÃķlkerung herausgegeben werden. Frieren war gestern, wissen wann es kalt wird, ist heute. Es wird an Farben geforscht, die noch roter sein sollen, als die, die jetzt in den Wetterkarten bei 21 Grad bereits verwendet werden.
Eine allgemeine Heizpflicht soll es europaweit zunÃĪchst nicht geben.
Weiter soll die Lichteinstrahlung der Sonne noch prÃĪziser bestimmt werden, damit den EuropÃĪern, in ErgÃĪnzung zur mitteleuropÃĪischen Sommerzeit, jetzt auch noch genau mitgeteilt werden kann, wann es Tag und wann es Nacht ist.
Das Hinausschauen aus dem Fenster, zum Beispiel, ob es schon dunkel drauÃen ist, erÞbrigt sich. Die Tageszeit, in ErgÃĪnzung zur herkÃķmmlichen Uhrzeit, wird demnÃĪchst automatisch mit dem Klima-Pass Þbermittelt werden. Zu Anfang natÞrlich erst einmal freiwillig.
Durch die persÃķnliche ID kÃķnnen dann auch schnell und unkompliziert SonderprÃĪmien Þberwiesen werden, sofern man sich klimakonform verhalten hat, damit man sich rechtzeitig vor Winterbeginn eine warme Jacke oder einen Mantel kaufen kann. Das Sparen von Bargeld auf eine bevorstehende grÃķÃere Anschaffung von Winterkleidung wird somit ÞberflÞssig.
Ob es am Ende nun um Hitze oder KÃĪlte geht, spielt eigentlich gar keine Rolle, denn wie wussten schon die Ahnen zu berichten: Was gut fÞr die KÃĪlte ist, ist auch gut fÞr die WÃĪrme.
Westliche MÃĪchte unternehmen immer wieder Versuche, eskalierend auf den Ukraine-Konflikt einzuwirken, damit man atombetriebene Heizpilze aufstellen kann, an denen sich die EuropÃĪer im Winter auch im Freien wÃĪrmen kÃķnnen.
Wie praktisch, dass man nicht nur Gesundheit und Klima, sondern auch Klima und Krieg miteinander verbinden kann. Alles so, oder so ÃĪhnlich mÃķglicherweise nachzulesen im genialen Hitzeschutzplan ÃĄ la Lauterbach.
Besonders Deutschland braucht nicht nur lauterbachsche HitzeschutzrÃĪume, nein es braucht atomsichere Hitzeschutzbunker, so schlÃĪgt man gleich zwei Fliegen mit einer Klappe.
FÞr die, die es sich leisten kÃķnnen, hier ein Vorschlag. Der K2000:
FÞr die weniger gut Betuchten reicht auch ein kÞhles Kellerloch, das man idealerweise im Februar beziehen und nicht vor November wieder verlassen sollte, so die Empfehlung auch von fÞhrenden Klima-Forschern, die es ja wissen mÞssen. Von Dezember bis Januar empfiehlt sich ein Besuch auf den Bahamas, besonders dann, wenn man eine leichte ErkÃĪltung verspÞrt.
Nur VerschwÃķrungstheoretiker behaupten, dass die eigenartigen Anschlussverwendungen der Extrem-KapazitÃĪten, zu denen Lauterbach ohne Zweifel dazugehÃķrt, wie dicke rote Pfeile wirken, die auf Institutionen und Organisationen zeigen, um die man unter allen UmstÃĪnden einen groÃen Bogen machen sollte, weil sie mÃķglicherweise nichts Gutes im Schilde fÞhren. Minimal sollen sie angeblich Unsinn verbreiten, maximal sollen sie gehÃķrigen Schaden anrichten.
Man muss sich nur ein paar Gedanken machen, schon kann man feststellen, wie alles mit allem zusammenhÃĪngt.
âDieser Beitrag wurde mit dem Pareto-Client geschrieben.â
*Â *
(Bild von pixabay)
-
@ 59cb0748:9602464b
2025-01-01 06:15:09Nostrã§ãäļčĐąãŦãŠãĢãĶããæđãããäļčĐąãŦãŠãĢãĶãŠãæđãããããŦãĄãŊïž
ãŋãģé åΧåã§ãïž
NIP-23ãä―ŋãĢãåããĶãŪæįĻŋã§ãã
äŧåãŊãį§ãããæ°ãķæäļãŦããķãĪãģãããäļįĻŪéĄãŪããŋããŧãąãžãđãŪįīđäŧčĻäšãŦãŠããūãïžïž
ããŋããŧãčē·ãĢãããŪãŪããūãčŠåãŪåĨ―ãŋãŦåãåĪčĶģãäŧæ§ãŪãąãžãđããŠãããããĪãããããŋãĪããä―ããããŠããŦæéããããĶčãããąãžãđéã§ãã
ãããïžã·ãŠãžãšãŦéĒããĶãŊãFDMãŋãĪããŪ3DããŠãģãŋãŪįēūåšĶãčäđ æ§ãåšååūãŪä―æĨæ§ãčæ ŪããĶäļãĪãŪããžãã§åŪįĩããããĻãŦæãĢãĶčĻčĻãããūããã
äļåŪäŧĨäļãŪå åĄŦįã§ããŠãģããããã°ãããŠããŦäļåĪŦãŠãŊãã§ãã
ãūããåšæŽįãŦæūįąæ§ãĻäŋč·æ§ãäļĄįŦã§ãããããŦčĻčĻããããĪãããūãã
ãããããŪãĒããŦãŦãĪããĶį°ĄåãŦįīđäŧããããĶããã ããūããŪã§ããããããã°åãŠããļããŠãŦäŧåąãŪREADMEãčŠãã§ããã ããĶčŠä―ãããĢãžããããŊãããã ããūãããåđļãã§ãã
ããã§ãŊãį°ĄåãŦåãĒããŦãŪįīđäŧããããĶããããūãã
AirLiftFrame
æåãŦä―ãĢããĒããŦã§ãïž å°ãåΧãããŪãéĢįđã§ãããååããŪããŽãžã ãããžãđãĻãåšįĪåĻčūšããããĶåēããŠãčĻčĻãŦãããäŋč·æ§ãĻæūįąãéŧåŪģããŠãäšãŪäļĄįŦãįãĢãĶããūãã
TwinAirLiftFrame
ããŋããŧãčē·ãåĒãããããĻãŦãããčĪæ°å°ããŦããģããéįĻããããĻããéčĶãčŠåãŪäļãŦåšãĶãããŪã§ãAirLiftFrameã2ãĪããĢãĪãããčŊããŪã§ãŊãĻčĻãããããåįīãŠįšæģã§ãĪããå§ãããąãžãđã§ãã ãããããã æĻŠäļĶãģãŦããã ãã§ãŊåŧįąãåđēæļããã ãã§ãŊãŠããDCãļãĢããŊãUSBããžããļãŪãĒãŊãŧãđãéŧåŪģããããĻããåéĄãŦãããŦæ°ããĪããūããã ããã§ãWebUIäļã§ããĢãđããŽãĪãŪčĄĻįĪšãäļäļåčŧĒåšæĨãããĻãŦæģĻįŪãã2å°ãäļäļéåããŦåãäŧããäšã§ããããŪåéĄãč§Ģæąšããūããïž
VoronoiShell
AirLiftFrameã·ãŠãžãšãŪãĩãĪãšãå°ååããäšããå§ãããããļã§ãŊãã§ãã įļĶæĻŠãŪåŊļæģãŪåæļã ãã§ãŊãŠããåãŋãčããĪããŠãããĻããåļæããããūããã æãåįīãŦčããããĻãæãĢãæãŦįšįąããčéĒããžããŦæãč§ĶããĶããūãĢãããč―äļãŠãĐã§ãķãĪããĢãéãŦčéĒããžããį īæããæļåŋĩããããūããã ããã§ã(å―åãŊäŧããããŊãŠããĢã)čéĒäŋč·įĻãŪã°ãŠãŦãããķãĪãģããåŋ čĶãåšãĶããūããã åããŊåĪč§å―Ēã§ãããããūããŦãããĩããčŠŋãđãĶããå ãŦVoronoiæãĻããææĐįãŠããŋãžãģãŦčĄãäŧãåģæĄįĻããūããã įĩæãããŋããŧãåãäŧãããĻæãčĶããŠããŠããŪãåŋä―įĄããããåæ§įã§ãđãŋãĪãŠãã·ãĨãŠããķãĪãģãŦäŧäļãããūããã
ããããŦãđãŋã æđæģããĪãģãĩãžãããããåĒčĻããĄãģãŪéļåŪæđæģįãįīđäŧããããŪã§ãããäŧåãŊNIP-23ãŦãŠãããĻããæåģããããŪã§įīđäŧãŦįããūãïž ãūããäŧãŪéĒéĢOSããžããĶã§ãĒãããļã§ãŊããŪãąãžãđãããķãĪãģã§ããããĻæãĢãĶãããūãïž
äŧåūãĻããŋãģé ããããããéĄãããããūãã
-
@ 21335073:a244b1ad
2025-05-21 16:58:36The other day, I had the privilege of sitting down with one of my favorite living artists. Our conversation was so captivating that I felt compelled to share it. Iâm leaving his name out for privacy.
Since our last meeting, Iâd watched a documentary about his life, one heâd helped create. I told him how much I admired his openness in it. Thereâs something strange about knowing intimate details of someoneâs life when they know so little about yoursâitâs almost like I knew him too well for the kind of relationship we have.
He paused, then said quietly, with a shy grin, that watching the documentary made him realize how âodd and eccentricâ he is. I laughed and told him heâs probably the sanest person I know. Because heâs lived fully, chasing love, passion, and purpose with hardly any regrets. Heâs truly lived.
Today, I turn 44, and Iâll admit Iâm a bit eccentric myself. I think I came into the world this way. Iâve made mistakes along the way, but I carry few regrets. Every misstep taught me something. And as I age, Iâm not interested in blending in with the worldâIâll probably just lean further into my own brand of âweird.â I want to live life to the brim. The older I get, the more I see that the ânormalâ folks often seem less grounded than the eccentric artists who dare to live boldly. Lifeâs too short to just exist, actually live.
Iâm not saying to be strange just for the sake of it. But Iâve seen what the crowd celebrates, and Iâm not impressed. Forge your own path, even if it feels lonely or unpopular at times.
Itâs easy to scroll through the news and feel discouraged. But actually, this is one of the most incredible times to be alive! I wake up every day grateful to be here, now. The future is bursting with possibilityâI can feel it.
So, to my fellow weirdos on nostr: stay bold. Keep dreaming, keep pushing, no matter whatâs trending. Stay wild enough to believe in a free internet for all. Freedom is radicalâhold it tight. Live with the soul of an artist and the grit of a fighter. Thanks for inspiring me and so many others to keep hoping. Thank you all for making the last year of my life so special.
-
@ 70c48e4b:00ce3ccb
2025-05-21 10:52:12Dear readers,
âThe direct use of force is such a poor solution to any problem, it is generally employed only by small children and large nations.â â David Friedman
What If we could enforce promises without force?
David Friedman, in his book The Machinery of Freedom, tosses out a pretty wild idea: that people can build systems of cooperation and justice without needing a government at all. These systems rely on voluntary agreements, social reputation, and mutual incentives. In such a world, contracts hold value because honoring a promise brings greater rewards than breaking it.
From Friedman to Bitcoin
https://i.ytimg.com/vi/e8zsFTV94bw/maxresdefault.jpg
This vision shaped the thinking behind Angor, a funding tool built on Bitcoin. Friedmanâs ideas showed that systems of cooperation could work without central authority, and Bitcoin now provides the foundation to build them. It records transactions in a public and tamper-proof way. With features like Taproot, people can set clear rules for funding and accountability. Angor uses these tools to help founders and backers create agreements that are transparent and easy to verify.
The result is a new kind of marketplace where follow-through is visible, and reputation becomes a real asset. Instead of relying on enforcement from above, trust is earned through action and built into the system itself.
What happens after the project succeeds?
One important question kept returning throughout our work: what happens after a project succeeds? The founder raises the funds, delivers the product, and begins earning revenue. What mechanism ensures that revenue is shared as promised? How can investors protect their interests in an environment that relies on voluntary structure rather than external authority?
To explore possible answers, we looked at how libertarian thinkers approach contracts in stateless systems.
How libertarian thinkers approach contracts without the state?
Friedman, along with other libertarian thinkers like Murray Rothbard and Bruce Benson, describes voluntarily created legal systems where people make binding agreements and use private mechanisms to enforce them. These mechanisms include:
âĒ Reputational risk âĒ Collateralized performance âĒ Community arbitration âĒ Decentralized insurance
Such tools can replace state-backed enforcement when trust is earned and incentives are aligned.
If founders are anonymous:
When a founder chooses to remain pseudonymous, legal enforcement is not available. In this case, the agreement between the founder and investor can rely on cryptographic mechanisms such as performance bonds, revenue proofs, and public reputation systems.
- Performance Bonds
âĒ Founders deposit additional Bitcoin into a separate, time-locked contract. As they meet revenue-sharing milestones, they are allowed to unlock specific portions of this bond.
âĒ If a revenue allocation is missed or a deadline passes without fulfillment, the contract redirects the bond to investors through a Taproot clause i.e. a feature in Bitcoin that lets you set up âif-this-then-thatâ rules directly into a transaction, but privately. This creates a clear and automatic consequence, reinforcing accountability through financial incentives.
- Revenue Proofs and Oracles
âĒ Most founders, especially those running small businesses like cafes, games, or services, do not earn revenue in Bitcoin. Their income flows through fiat systems, which means automatic on-chain revenue streaming is not an option. The only way to maintain transparency is to prove income after the fact. This starts with exporting a sales report from a platform such as Stripe, Revolut, or a point-of-sale system. The founder hashes the file and posts that hash to the Bitcoin blockchain as a timestamped public reference.
âĒ An oracle plays the role of a neutral verifier. This could be a trusted accountant or an observer chosen by the investor community. Their job is simple: compare the actual report with the hash recorded on-chain. If the data matches, the oracle signs a message that triggers the revenue-share payout using a Discreet Log Contract (DLC).
A DLC is similar to a smart contract, but built for Bitcoin. It allows two parties to agree on a specific outcome, such as how much revenue was made, and only releases funds when that outcome is confirmed by the oracle.
This process does not depend on central enforcement. Instead, it works through mutual agreement and the oracleâs reputation, or any collateral they may have provided in advance.
- Reputation as collateral
âĒ Every revenue-share payout is recorded on the Bitcoin blockchain, making it publicly visible and verifiable. Community-run indexers can scan the chain and track whether a founder consistently delivers payments on time. This performance history is then summarized into what is known as a âcontract streak,â which refers to the number of consecutive payouts completed without delay.
âĒ These streaks are published as signed events through protocols like Nostr, allowing anyone to verify a founderâs track record. A strong, uninterrupted streak builds credibility and can improve the chances of raising funds for future projects. In contrast, a broken streak signals risk, which discourages new investment and reduces access to support from the Angor community.
If founders are public:
When a founder uses a real identity, the parties can combine legal agreements with on-chain contracts. These hybrid arrangements allow for tools like enforceable smart contracts, voluntary arbitration, and potentially community-backed insurance.
- Legally binding smart contracts
âĒ This type of agreement formally identifies the founderâs legal entity and clearly links it to specific Taproot addresses used in the project. It outlines the rules for revenue sharing, describes what constitutes a breach, and specifies how disputes should be resolved. Because it is a formal legal document, it can be enforced in any relevant jurisdiction where the founder has a presence or assets.
- Private arbitration
âĒ During the contract setup, both parties can agree to a neutral arbitrator who will step in if a dispute arises. If a revenue payout is delayed or missed, the arbitrator reviews all relevant data, including on-chain records, oracle confirmations, and supporting documentation. Based on this evidence, the arbitrator issues a decision that determines whether funds should be released, held, or redirected. This method provides a clear resolution process without involving courts, while still maintaining a fair and structured outcome.
- Equity sharing and traditional securities
âĒ When founders are publicly identified and operating under a registered entity, they can also offer equity in the company as part of the funding arrangement. This can take the form of direct share issuance, convertible notes, or tokenized equity, depending on jurisdictional frameworks and investor preferences.
While Angor does not facilitate equity transfers directly, the on-chain agreement can reference these arrangements clearly. Investors may receive shares documented in a cap table, with accompanying legal agreements that govern dividend rights, voting power, or exit terms.
This method provides a more conventional form of investor alignment and is often well-understood by experienced backers. It can also be combined with on-chain revenue-sharing mechanisms to create hybrid models that balance transparency with long-term equity value.
Final Thought: Alignment Over Authority
The ideas in The Machinery of Freedom show how people can build cooperative systems without relying on centralized authority. Angor puts those ideas into action by applying them to decentralized crowdfunding. Each campaign becomes a contract. Each payout becomes a public signal of integrity. Reputation is built over time, through visible and verifiable performance.
This approach shifts enforcement from force to alignment. It rewards honesty and transparency while making misuse costly. By designing systems where trust is earned through action and recorded on-chain, we move toward a more resilient model of funding. This model is grounded in consent, shaped by shared incentives, and supported by the open logic of Bitcoin.
Bitcoin itself works this way. Miners follow the rules not because they are told to, but because breaking them wastes energy, time, and opportunity. The cost of cheating is built into the system. Angor adopts the same principle: integrity is not enforced from above, it is embedded in the architecture.
If you are building on Angor or exploring similar ideas, reach out. The tools are evolving, and the community is growing.
https://docs.angor.io/images/tools/hub.png
Have you tried Angor yet?
Thank you & Ciao. Guest writer: Paco nostr:npub1v67clmf4jrezn8hsz28434nc0y5fu65e5esws04djnl2kasxl5tskjmjjk
-
@ ec42c765:328c0600
2024-12-22 19:16:31ããŪčĻäšãŊååãŪå åŪđãææĄããĶããäššåããŦæļããĶããūãïžįđãŦNostrãĻãŊãđããģã·ã§ãģïžNIP-07ïžå°å Ĩïž
ååïžNostrãŪãŦãđãŋã įĩĩæåãŪä―ŋãæđ
æé
- įŧéēããįŧåãįĻæãã
- įŧåãwebäļãŦãĒããããžããã
- įĩĩæåãŧãããŦįŧéēãã
1. įŧéēããįŧåãįĻæãã
äŧĨäļãŪãããŠæđæģã§įĻæããĶãã ããã
- įŧåį·Ļéã―ããįãä―ŋãĢãĶčŠåã§ä―æãã
- įĩĩæåä―æãĩãĪããä―ŋãïžįĩĩæåãļã§ããŽãžãŋãžãMEGAMOJI ãŠãĐïž
- ããŠãžįŧåãä―ŋãïžããããĻã ãŠãĐïž
ããžãŋéåæļ
Nostrã§ãŊįŧåãããŪãūãūčĄĻįĪšãããŊãĐãĪãĒãģããåĪããŪã§ãããžãŋéãåΧããŠįŧåãããŪãūãūä―ŋããĻãĒããĪãŦéäŋĄæãŠãĐãŦčē æ ãããããūãã
ããžãŋéãåĒãããŠããããŦãĩãĪãšãããĄãĪãŦå―ĒåžãåĪæīããããĻãããããããūãã
äŧĨäļãŊį§ãŪããããã§ãã * ãĩãĪãšïžæĢæđå―Ē 128Ã128 ããŊãŧãŦãé·æđå―Ē äŧŧæãŪæĻŠåđ Ã128 ããŊãŧãŦ * ããĄãĪãŦå―Ēåžïžwebpå―ĒåžïžwebpåĪæãããããĩãĪã toimgïž * åčēãåįīãŠįŧåãŪå īåïžpngå―ĒåžïžwebpãŦãããĻããããĩãĪãšãåΧãããŠãïž
ããŪäŧ
- čæŊééįŧå
- ããžãŊãĒãžãããĐãĪããĒãžãäļĄæđã§čĶãããčē
ãããããã§ãã
2. įŧåãwebäļãŦãĒããããžããã
ããåãããŠããã° emojito ãããŪãĒããããžãã§åéĄãŠãã§ãã
æŪæŪĩä―ŋãĢãĶããįŧåãĒããããžãå ããããŠãããã§ãæ§ããūããã
æ°ãŦãŠãæđãŊãĒããããžãå ãéĐåŪéļãã§ãã ãããæĒãŦæįĻŋããããŦãđãŋã įĩĩæåãŪįŧåãŦåŊūããĶ
- åéĪãå·Ūãæŋããã§ããŠã â emojito ãŠãĐ
- åéĪã§ãããå·ŪãæŋããŊã§ããŠã â Gyazoãnostrcheck.meãŠãĐ
- åéĪãå·Ūãæŋããã§ãã â GitHub ããŧãŦãããđããĢãģã°ãŠãĐ
ããããŊæĒãŦNosträļãŦæįĻŋããããŦãđãŋã įĩĩæåãŪįŧåãåūããåĪæīã§ããããĐãããæããūãã
ãĐãŪæđæģã§ãæ°ããä―ŋããããŦãđãŋã įĩĩæåãåĪæīããããĻãŊåŊč―ã§ãã
åäļãŪãŦãđãŋã įĩĩæåãŧãããŦåäļãŪã·ã§ãžããģãžãã§åĨãŪįŧåãįŧéēããå―Ēã§åŊūåŋã§ããūãã3. įĩĩæåãŧãããŦįŧéēãã
emojito ããįŧéēããūãã
åģäļãŪãĒãĪãģãģ â + New emoji set ããæ°čĶãŪįĩĩæåãŧãããä―æã§ããūãã
â įĩĩæåãŧããåãå Ĩå
åšæŽįãŦãŦãđãŋã įĩĩæåãŊãŦãđãŋã įĩĩæåãŧãããä―ãããēãĻãūãĻãūããŦããĶįŧéēããūãã
äļåšĶä―ãĢãįĩĩæåãŧãããŦåūããįĩĩæåãčŋ―å ããããĻãã§ããūãã
⥠įŧåããĒããããžããūããŊįŧåURLãå Ĩå
emojitoããįŧåããĒããããžãããå īåãããĄãĪãŦåãŦæĨæŽčŠãŠãĐãŪ2ããĪãæåãåŦãūããĶãããĻãĒããããžãããĻãĐãžãŦãŠãããã§ãã
ããŪå īåãŊããĄãĪãŦåãéĐå―ãŠčąæ°åãŠãĐãŦåĪæīããĶãã ããã
âĒ įĩĩæåãŪã·ã§ãžããģãžããå Ĩå
ã·ã§ãžããģãžããŊįĩĩæåãåžãģåšãæãŦä―ŋįĻããå īåããããūãã
äŧãŪãŦãđãŋã įĩĩæåãĻčĒŦãĢãĶãåéĄãããūãããéļææãŦčĪæ°čĄĻįĪšãããĶæŊéãåšãåŊč―æ§ããããūãã
äŧãĻčĒŦããŦããé·ããŠããããŠãã·ã§ãžããģãžããčŊããããããūããã
ã·ã§ãžããģãžããŦä―ŋãããŪãŊåč§ãŪčąæ°åãĻãĒãģããžããžãŪãŋã§ãã
âĢ čŋ―å
Add ãæžããĶããūã ä―æåŪäšãŦãŊãŠããūããã
äļåšĶãŦįĩĩæåãčĪæ°įŧéēã§ããūãã
æåūãŦåģäļãŪ Save ãæžããĻä―æåŪäšã§ãã
įŧéĒãåãæŋãããŪã§ãåģåīãŪ Options ãã Bookmark ãéļæãããĻããŪãŦãđãŋã įĩĩæåãŧãããčŠåã§ä―ŋãããããŦãŠããūãã
æĒåãŪįĩĩæåãŧãããį·ĻéãããŦãŊ Options ãã Edit ãéļæããūãã
äŧĨäļã§ãã
äŧæ§
-
@ 6389be64:ef439d32
2025-01-14 01:31:12Bitcoin is more than money, more than an asset, and more than a store of value. Bitcoin is a Prime Mover, an enabler and it ignites imaginations. It certainly fueled an idea in my mind. The idea integrates sensors, computational prowess, actuated machinery, power conversion, and electronic communications to form an autonomous, machined creature roaming forests and harvesting the most widespread and least energy-dense fuel source available. I call it the Forest Walker and it eats wood, and mines Bitcoin.
I know what you're thinking. Why not just put Bitcoin mining rigs where they belong: in a hosted facility sporting electricity from energy-dense fuels like natural gas, climate-controlled with excellent data piping in and out? Why go to all the trouble building a robot that digests wood creating flammable gasses fueling an engine to run a generator powering Bitcoin miners? It's all about synergy.
Bitcoin mining enables the realization of multiple, seemingly unrelated, yet useful activities. Activities considered un-profitable if not for Bitcoin as the Prime Mover. This is much more than simply mining the greatest asset ever conceived by humankind. Itâs about the power of synergy, which Bitcoin plays only one of many roles. The synergy created by this system can stabilize forests' fire ecology while generating multiple income streams. Thatâs the realistic goal here and requires a brief history of American Forest management before continuing.
Smokey The Bear
In 1944, the Smokey Bear Wildfire Prevention Campaign began in the United States. âOnly YOU can prevent forest firesâ remains the refrain of the Ad Councilâs longest running campaign. The Ad Council is a U.S. non-profit set up by the American Association of Advertising Agencies and the Association of National Advertisers in 1942. It would seem that the U.S. Department of the Interior was concerned about pesky forest fires and wanted them to stop. So, alongside a national policy of extreme fire suppression they enlisted the entire U.S. population to get onboard via the Ad Council and it worked. Forest fires were almost obliterated and everyone was happy, right? Wrong.
Smokey is a fantastically successful bear so forest fires became so few for so long that the fuel load - dead wood - in forests has become very heavy. So heavy that when a fire happens (and they always happen) it destroys everything in its path because the more fuel there is the hotter that fire becomes. Trees, bushes, shrubs, and all other plant life cannot escape destruction (not to mention homes and businesses). The soil microbiology doesnât escape either as it is burned away even in deeper soils. To add insult to injury, hydrophobic waxy residues condense on the soil surface, forcing water to travel over the ground rather than through it eroding forest soils. Good job, Smokey. Well done, Sir!
Most terrestrial ecologies are âfire ecologiesâ. Fire is a part of these systemsâ fuel load and pest management. Before we pretended to âmanageâ millions of acres of forest, fires raged over the world, rarely damaging forests. The fuel load was always too light to generate fires hot enough to moonscape mountainsides. Fires simply burned off the minor amounts of fuel accumulated since the fire before. The lighter heat, smoke, and other combustion gasses suppressed pests, keeping them in check and the smoke condensed into a plant growth accelerant called wood vinegar, not a waxy cap on the soil. These fires also cleared out weak undergrowth, cycled minerals, and thinned the forest canopy, allowing sunlight to penetrate to the forest floor. Without a fireâs heat, many pine tree species canât sow their seed. The heat is required to open the cones (the seed bearing structure) of Spruce, Cypress, Sequoia, Jack Pine, Lodgepole Pine and many more. Without fire forests canât have babies. The idea was to protect the forests, and it isn't working.
So, in a world of fire, what does an ally look like and what does it do?
Meet The Forest Walker
For the Forest Walker to work as a mobile, autonomous unit, a solid platform that can carry several hundred pounds is required. It so happens this chassis already exists but shelved.
Introducing the Legged Squad Support System (LS3). A joint project between Boston Dynamics, DARPA, and the United States Marine Corps, the quadrupedal robot is the size of a cow, can carry 400 pounds (180 kg) of equipment, negotiate challenging terrain, and operate for 24 hours before needing to refuel. Yes, it had an engine. Abandoned in 2015, the thing was too noisy for military deployment and maintenance "under fire" is never a high-quality idea. However, we can rebuild it to act as a platform for the Forest Walker; albeit with serious alterations. It would need to be bigger, probably. Carry more weight? Definitely. Maybe replace structural metal with carbon fiber and redesign much as 3D printable parts for more effective maintenance.
The original system has a top operational speed of 8 miles per hour. For our purposes, it only needs to move about as fast as a grazing ruminant. Without the hammering vibrations of galloping into battle, shocks of exploding mortars, and drunken soldiers playing "Wrangler of Steel Machines", time between failures should be much longer and the overall energy consumption much lower. The LS3 is a solid platform to build upon. Now it just needs to be pulled out of the mothballs, and completely refitted with outboard equipment.
The Small Branch Chipper
When I say âForest fuel loadâ I mean the dead, carbon containing litter on the forest floor. Duff (leaves), fine-woody debris (small branches), and coarse woody debris (logs) are the fuel that feeds forest fires. Walk through any forest in the United States today and you will see quite a lot of these materials. Too much, as I have described. Some of these fuel loads can be 8 tons per acre in pine and hardwood forests and up to 16 tons per acre at active logging sites. Thatâs some big wood and the more that collects, the more combustible danger to the forest it represents. It also provides a technically unlimited fuel supply for the Forest Walker system.
The problem is that this detritus has to be chewed into pieces that are easily ingestible by the system for the gasification process (weâll get to that step in a minute). What we need is a wood chipper attached to the chassis (the LS3); its âmouthâ.
A small wood chipper handling material up to 2.5 - 3.0 inches (6.3 - 7.6 cm) in diameter would eliminate a substantial amount of fuel. There is no reason for Forest Walker to remove fallen trees. It wouldnât have to in order to make a real difference. It need only identify appropriately sized branches and grab them. Once loaded into the chipperâs intake hopper for further processing, the beast can immediately look for more âfoodâ. This is essentially kindling that would help ignite larger logs. If itâs all consumed by Forest Walker, then itâs not present to promote an aggravated conflagration.
I have glossed over an obvious question: How does Forest Walker see and identify branches and such? LiDaR (Light Detection and Ranging) attached to Forest Walker images the local area and feed those data to onboard computers for processing. Maybe AI plays a role. Maybe simple machine learning can do the trick. One thing is for certain: being able to identify a stick and cause robotic appendages to pick it up is not impossible.
Great! We now have a quadrupedal robot autonomously identifying and âeatingâ dead branches and other light, combustible materials. Whilst strolling through the forest, depleting future fires of combustibles, Forest Walker has already performed a major function of this system: making the forest safer. It's time to convert this low-density fuel into a high-density fuel Forest Walker can leverage. Enter the gasification process.
The Gassifier
The gasifier is the heart of the entire system; itâs where low-density fuel becomes the high-density fuel that powers the entire system. Biochar and wood vinegar are process wastes and Iâll discuss why both are powerful soil amendments in a moment, but first, whatâs gasification?
Reacting shredded carbonaceous material at high temperatures in a low or no oxygen environment converts the biomass into biochar, wood vinegar, heat, and Synthesis Gas (Syngas). Syngas consists primarily of hydrogen, carbon monoxide, and methane. All of which are extremely useful fuels in a gaseous state. Part of this gas is used to heat the input biomass and keep the reaction temperature constant while the internal combustion engine that drives the generator to produce electrical power consumes the rest.
Critically, this gasification process is âcontinuous feedâ. Forest Walker must intake biomass from the chipper, process it to fuel, and dump the waste (CO2, heat, biochar, and wood vinegar) continuously. It cannot stop. Everything about this system depends upon this continual grazing, digestion, and excretion of wastes just as a ruminal does. And, like a ruminant, all waste products enhance the local environment.
When I first heard of gasification, I didnât believe that it was real. Running an electric generator from burning wood seemed more akin to âconspiracy fantasyâ than science. Not only is gasification real, itâs ancient technology. A man named Dean Clayton first started experiments on gasification in 1699 and in 1901 gasification was used to power a vehicle. By the end of World War II, there were 500,000 Syngas powered vehicles in Germany alone because of fossil fuel rationing during the war. The global gasification market was $480 billion in 2022 and projected to be as much as $700 billion by 2030 (Vantage Market Research). Gasification technology is the best choice to power the Forest Walker because itâs self-contained and we want its waste products.
Biochar: The Waste
Biochar (AKA agricultural charcoal) is fairly simple: itâs almost pure, solid carbon that resembles charcoal. Its porous nature packs large surface areas into small, 3 dimensional nuggets. Devoid of most other chemistry, like hydrocarbons (methane) and ash (minerals), biochar is extremely lightweight. Do not confuse it with the charcoal you buy for your grill. Biochar doesnât make good grilling charcoal because it would burn too rapidly as it does not contain the multitude of flammable components that charcoal does. Biochar has several other good use cases. Water filtration, water retention, nutrient retention, providing habitat for microscopic soil organisms, and carbon sequestration are the main ones that we are concerned with here.
Carbon has an amazing ability to adsorb (substances stick to and accumulate on the surface of an object) manifold chemistries. Water, nutrients, and pollutants tightly bind to carbon in this format. So, biochar makes a respectable filter and acts as a âbatteryâ of water and nutrients in soils. Biochar adsorbs and holds on to seven times its weight in water. Soil containing biochar is more drought resilient than soil without it. Adsorbed nutrients, tightly sequestered alongside water, get released only as plants need them. Plants must excrete protons (H+) from their roots to disgorge water or positively charged nutrients from the biochar's surface; it's an active process.
Biocharâs surface area (where adsorption happens) can be 500 square meters per gram or more. That is 10% larger than an official NBA basketball court for every gram of biochar. Biocharâs abundant surface area builds protective habitats for soil microbes like fungi and bacteria and many are critical for the health and productivity of the soil itself.
The âcarbon sequestrationâ component of biochar comes into play where âcarbon creditsâ are concerned. There is a financial market for carbon. Not leveraging that market for revenue is foolish. I am climate agnostic. All I care about is that once solid carbon is inside the soil, it will stay there for thousands of years, imparting drought resiliency, fertility collection, nutrient buffering, and release for that time span. I simply want as much solid carbon in the soil because of the undeniably positive effects it has, regardless of any climactic considerations.
Wood Vinegar: More Waste
Another by-product of the gasification process is wood vinegar (Pyroligneous acid). If you have ever seen Liquid Smoke in the grocery store, then you have seen wood vinegar. Principally composed of acetic acid, acetone, and methanol wood vinegar also contains ~200 other organic compounds. It would seem intuitive that condensed, liquefied wood smoke would at least be bad for the health of all living things if not downright carcinogenic. The counter intuition wins the day, however. Wood vinegar has been used by humans for a very long time to promote digestion, bowel, and liver health; combat diarrhea and vomiting; calm peptic ulcers and regulate cholesterol levels; and a host of other benefits.
For centuries humans have annually burned off hundreds of thousands of square miles of pasture, grassland, forest, and every other conceivable terrestrial ecosystem. Why is this done? After every burn, one thing becomes obvious: the almost supernatural growth these ecosystems exhibit after the burn. How? Wood vinegar is a component of this growth. Even in open burns, smoke condenses and infiltrates the soil. That is when wood vinegar shows its quality.
This stuff beefs up not only general plant growth but seed germination as well and possesses many other qualities that are beneficial to plants. Itâs a pesticide, fungicide, promotes beneficial soil microorganisms, enhances nutrient uptake, and imparts disease resistance. I am barely touching a long list of attributes here, but you want wood vinegar in your soil (alongside biochar because it adsorbs wood vinegar as well).
The Internal Combustion Engine
Conversion of grazed forage to chemical, then mechanical, and then electrical energy completes the cycle. The ICE (Internal Combustion Engine) converts the gaseous fuel output from the gasifier to mechanical energy, heat, water vapor, and CO2. Itâs the mechanical energy of a rotating drive shaft that we want. That rotation drives the electric generator, which is the heartbeat we need to bring this monster to life. Luckily for us, combined internal combustion engine and generator packages are ubiquitous, delivering a defined energy output given a constant fuel input. Itâs the simplest part of the system.
The obvious question here is whether the amount of syngas provided by the gasification process will provide enough energy to generate enough electrons to run the entire system or not. While I have no doubt the energy produced will run Forest Walker's main systems the question is really about the electrons left over. Will it be enough to run the Bitcoin mining aspect of the system? Everything is a budget.
CO2 Production For Growth
Plants are lollipops. No matter if itâs a tree or a bush or a shrubbery, the entire thing is mostly sugar in various formats but mostly long chain carbohydrates like lignin and cellulose. Plants need three things to make sugar: CO2, H2O and light. In a forest, where tree densities can be quite high, CO2 availability becomes a limiting growth factor. Itâd be in the forest interests to have more available CO2 providing for various sugar formation providing the organism with food and structure.
An odd thing about tree leaves, the openings that allow gasses like the ever searched for CO2 are on the bottom of the leaf (these are called stomata). Not many stomata are topside. This suggests that trees and bushes have evolved to find gasses like CO2 from below, not above and this further suggests CO2 might be in higher concentrations nearer the soil.
The soil life (bacterial, fungi etc.) is constantly producing enormous amounts of CO2 and it would stay in the soil forever (eventually killing the very soil life that produces it) if not for tidal forces. Water is everywhere and whether in pools, lakes, oceans or distributed in âmoistâ soils water moves towards to the moon. The water in the soil and also in the water tables below the soil rise toward the surface every day. When the water rises, it expels the accumulated gasses in the soil into the atmosphere and itâs mostly CO2. Itâs a good bet on how leaves developed high populations of stomata on the underside of leaves. As the water relaxes (the tide goes out) it sucks oxygenated air back into the soil to continue the functions of soil life respiration. The soil âbreathesâ albeit slowly.
The gasses produced by the Forest Walkerâs internal combustion engine consist primarily of CO2 and H2O. Combusting sugars produce the same gasses that are needed to construct the sugars because the universe is funny like that. The Forest Walker is constantly laying down these critical construction elements right where the trees need them: close to the ground to be gobbled up by the trees.
The Branch Drones
During the last ice age, giant mammals populated North America - forests and otherwise. Mastodons, woolly mammoths, rhinos, short-faced bears, steppe bison, caribou, musk ox, giant beavers, camels, gigantic ground-dwelling sloths, glyptodons, and dire wolves were everywhere. Many were ten to fifteen feet tall. As they crashed through forests, they would effectively cleave off dead side-branches of trees, halting the spread of a ground-based fire migrating into the tree crown ("laddering") which is a death knell for a forest.
These animals are all extinct now and forests no longer have any manner of pruning services. But, if we build drones fitted with cutting implements like saws and loppers, optical cameras and AI trained to discern dead branches from living ones, these drones could effectively take over pruning services by identifying, cutting, and dropping to the forest floor, dead branches. The dropped branches simply get collected by the Forest Walker as part of its continual mission.
The drones dock on the back of the Forest Walker to recharge their batteries when low. The whole scene would look like a grazing cow with some flies bothering it. This activity breaks the link between a relatively cool ground based fire and the tree crowns and is a vital element in forest fire control.
The Bitcoin Miner
Mining is one of four monetary incentive models, making this system a possibility for development. The other three are US Dept. of the Interior, township, county, and electrical utility company easement contracts for fuel load management, global carbon credits trading, and data set sales. All the above depends on obvious questions getting answered. I will list some obvious ones, but this is not an engineering document and is not the place for spreadsheets. How much Bitcoin one Forest Walker can mine depends on everything else. What amount of biomass can we process? Will that biomass flow enough Syngas to keep the lights on? Can the chassis support enough mining ASICs and supporting infrastructure? What does that weigh and will it affect field performance? How much power can the AC generator produce?
Other questions that are more philosophical persist. Even if a single Forest Walker can only mine scant amounts of BTC per day, that pales to how much fuel material it can process into biochar. We are talking about millions upon millions of forested acres in need of fuel load management. What can a single Forest Walker do? I am not thinking in singular terms. The Forest Walker must operate as a fleet. What could 50 do? 500?
What is it worth providing a service to the world by managing forest fuel loads? Providing proof of work to the global monetary system? Seeding soil with drought and nutrient resilience by the excretion, over time, of carbon by the ton? What did the last forest fire cost?
The Mesh Network
What could be better than one bitcoin mining, carbon sequestering, forest fire squelching, soil amending behemoth? Thousands of them, but then they would need to be able to talk to each other to coordinate position, data handling, etc. Fitted with a mesh networking device, like goTenna or Meshtastic LoRa equipment enables each Forest Walker to communicate with each other.
Now we have an interconnected fleet of Forest Walkers relaying data to each other and more importantly, aggregating all of that to the last link in the chain for uplink. Well, at least Bitcoin mining data. Since block data is lightweight, transmission of these data via mesh networking in fairly close quartered environs is more than doable. So, how does data transmit to the Bitcoin Network? How do the Forest Walkers get the previous block data necessary to execute on mining?
Back To The Chain
Getting Bitcoin block data to and from the network is the last puzzle piece. The standing presumption here is that wherever a Forest Walker fleet is operating, it is NOT within cell tower range. We further presume that the nearest Walmart Wi-Fi is hours away. Enter the Blockstream Satellite or something like it.
A separate, ground-based drone will have two jobs: To stay as close to the nearest Forest Walker as it can and to provide an antennae for either terrestrial or orbital data uplink. Bitcoin-centric data is transmitted to the "uplink drone" via the mesh networked transmitters and then sent on to the uplink and the whole flow goes in the opposite direction as well; many to one and one to many.
We cannot transmit data to the Blockstream satellite, and it will be up to Blockstream and companies like it to provide uplink capabilities in the future and I don't doubt they will. Starlink you say? Whatâs stopping that company from filtering out block data? Nothing because itâs Starlinkâs system and they could decide to censor these data. It seems we may have a problem sending and receiving Bitcoin data in back country environs.
But, then again, the utility of this system in staunching the fuel load that creates forest fires is extremely useful around forested communities and many have fiber, Wi-Fi and cell towers. These communities could be a welcoming ground zero for first deployments of the Forest Walker system by the home and business owners seeking fire repression. In the best way, Bitcoin subsidizes the safety of the communities.
Sensor Packages
LiDaR
The benefit of having a Forest Walker fleet strolling through the forest is the never ending opportunity for data gathering. A plethora of deployable sensors gathering hyper-accurate data on everything from temperature to topography is yet another revenue generator. Data is valuable and the Forest Walker could generate data sales to various government entities and private concerns.
LiDaR (Light Detection and Ranging) can map topography, perform biomass assessment, comparative soil erosion analysis, etc. It so happens that the Forest Walkerâs ability to âsee,â to navigate about its surroundings, is LiDaR driven and since itâs already being used, we can get double duty by harvesting that data for later use. By using a laser to send out light pulses and measuring the time it takes for the reflection of those pulses to return, very detailed data sets incrementally build up. Eventually, as enough data about a certain area becomes available, the data becomes useful and valuable.
Forestry concerns, both private and public, often use LiDaR to build 3D models of tree stands to assess the amount of harvest-able lumber in entire sections of forest. Consulting companies offering these services charge anywhere from several hundred to several thousand dollars per square kilometer for such services. A Forest Walker generating such assessments on the fly while performing its other functions is a multi-disciplinary approach to revenue generation.
pH, Soil Moisture, and Cation Exchange Sensing
The Forest Walker is quadrupedal, so there are four contact points to the soil. Why not get a pH data point for every step it takes? We can also gather soil moisture data and cation exchange capacities at unheard of densities because of sampling occurring on the fly during commission of the systemâs other duties. No one is going to build a machine to do pH testing of vast tracts of forest soils, but that doesnât make the data collected from such an endeavor valueless. Since the Forest Walker serves many functions at once, a multitude of data products can add to the return on investment component.
Weather Data
Temperature, humidity, pressure, and even data like evapotranspiration gathered at high densities on broad acre scales have untold value and because the sensors are lightweight and donât require large power budgets, they come along for the ride at little cost. But, just like the old mantra, âgas, grass, or ass, nobody rides for freeâ, these sensors provide potential revenue benefits just by them being present.
Iâve touched on just a few data genres here. In fact, the question for universities, governmental bodies, and other institutions becomes, âHow much will you pay us to attach your sensor payload to the Forest Walker?â
Noise Suppression
Only you can prevent Metallica filling the surrounds with 120 dB of sound. Easy enough, just turn the car stereo off. But what of a fleet of 50 Forest Walkers operating in the backcountry or near a township? 500? 5000? Each one has a wood chipper, an internal combustion engine, hydraulic pumps, actuators, and more cooling fans than you can shake a stick at. Itâs a walking, screaming fire-breathing dragon operating continuously, day and night, twenty-four hours a day, three hundred sixty-five days a year. The sound will negatively affect all living things and that impacts behaviors. Serious engineering consideration and prowess must deliver a silencing blow to the major issue of noise.
It would be foolish to think that a fleet of Forest Walkers could be silent, but if not a major design consideration, then the entire idea is dead on arrival. Townships would not allow them to operate even if they solved the problem of widespread fuel load and neither would governmental entities, and rightly so. Nothing, not man nor beast, would want to be subjected to an eternal, infernal scream even if it were to end within days as the fleet moved further away after consuming what it could. Noise and heat are the only real pollutants of this system; taking noise seriously from the beginning is paramount.
Fire Safety
A âfire-breathing dragonâ is not the worst description of the Forest Walker. It eats wood, combusts it at very high temperatures and excretes carbon; and it does so in an extremely flammable environment. Bad mix for one Forest Walker, worse for many. One must take extreme pains to ensure that during normal operation, a Forest Walker could fall over, walk through tinder dry brush, or get pounded into the ground by a meteorite from Krypton and it wouldnât destroy epic swaths of trees and baby deer. I envision an ultimate test of a prototype to include dowsing it in grain alcohol while itâs wrapped up in toilet paper like a pledge at a fraternity party. If it runs for 72 hours and doesnât set everything on fire, then maybe outside entities wonât be fearful of something that walks around forests with a constant fire in its belly.
The Wrap
How we think about what can be done with and adjacent to Bitcoin is at least as important as Bitcoinâs economic standing itself. For those who will tell me that this entire idea is without merit, I say, âOK, fine. You can come up with something, too.â What can we plug Bitcoin into that, like a battery, makes something that does not work, work? Thatâs the lesson I get from this entire exercise. No one was ever going to hire teams of humans to go out and "clean the forest". There's no money in that. The data collection and sales from such an endeavor might provide revenues over the break-even point but investment demands Alpha in this day and age. But, plug Bitcoin into an almost viable system and, voilà ! We tip the scales to achieve lift-off.
Letâs face it, we havenât scratched the surface of Bitcoinâs forcing function on our minds. Not because itâs Bitcoin, but because of what that invention means. The question that pushes me to approach things this way is, âwhat can we create that one systemâs waste is another systemâs feedstock?â The Forest Walker systemâs only real waste is the conversion of low entropy energy (wood and syngas) into high entropy energy (heat and noise). All other output is beneficial to humanity.
Bitcoin, I believe, is the first product of a new mode of human imagination. An imagination newly forged over the past few millennia of being lied to, stolen from, distracted and otherwise mis-allocated to a black hole of the nonsensical. We are waking up.
What I have presented is not science fiction. Everything I have described here is well within the realm of possibility. The question is one of viability, at least in terms of the detritus of the old world we find ourselves departing from. This system would take a non-trivial amount of time and resources to develop. I think the system would garner extensive long-term contracts from those who have the most to lose from wildfires, the most to gain from hyperaccurate data sets, and, of course, securing the most precious asset in the world. Many may not see it that way, for they seek Alpha and are therefore blind to other possibilities. Others will see only the possibilities; of thinking in a new way, of looking at things differently, and dreaming of what comes next.
-
@ ec42c765:328c0600
2024-12-13 08:16:32Nostr Advent Calendar 2024 ãŪ 12æĨįŪãŪčĻäšã§ãã
æĻæĨãŪ 12/11 ãŊ ãããŪ ãããŪ 2024åđīãŪNostrãŠãŽãžéåķãæŊãčŋã ã§ããã
nostr-zap-view ä―ãĢã
ãŠããļããŠ: https://github.com/Lokuyow/nostr-zap-view/
åä―įĒščŠããžãļ: https://lokuyow.github.io/nostr-zap-view/ããä―ïž
įđåŪãŪ芰ããä―ããŦåŪãĶãZapïžæãéïžãäļčͧã§ããããĪ
ã
čŠåãŪWebãĩãĪããŦčĻį―Ūã§ããããĪ
čŠåãŪãĩãĪããŦčĻį―Ūããäū * SNSãŠãģãŊéããžãļïžæäļéĻïž: https://lokuyow.github.io/
ãããããĩããïžZapäļčͧããŋãģïž: https://osats.money/
äŧæĨããããããģïžæäļéĻïž: https://lokuyow.github.io/btc-dca-simulator/ãŠãã§ä―ãĢããŪïž
į§ãŪåŧåđīãŪãĒãããģããŦãŽãģããž
ãNostrãWebãĩãĪããŦããããģãĪãģãŪæãéããŋãģãčĻį―ŪããããZapã
https://spotlight.soy/detail?article_id=ucd7cbrql/
ãåæãŦãŠãĢãĶãããĐé·ããŪã§čĶįīãããĻ * ZapããããĪãŊããããĐZapčĶãããĪããŠããŪã§æŽēãã * ZapãNostrïžãŪå ļåįãŠkind:1ãŊãĐãĪãĒãģãïžå ã ããŦįãããŪãŊããĢãããŠã * WebãĩãĪããŪåšåãããããZapïžįãŠä―ãïžã§į―ŪãæããĢãĶæŽēãããåã ãïž
éãĻãģãļããĒãéããã°ãĐããž
AIãŦãģãžãåšãããĶãã ãäššä―ãĢãææģ
ã§ãã
ä―ãĢãææģ2
åŪæããĶããæ°äŧããæŽå―ãŦä―ããããĢãããŪ
ãããããĻãããŦããŪãūãūZapãčĄĻįĪšã§ããæããŦããã
ïžãããūã§ãĄãããĻããåæĨããã°ã§ãŠãïžåäššãŪããã°ãHPãŪįŦŊãĢããŦãSponsored byãæŽãããĢãĶååãčĄĻįĪšãããæã
ããZapãĢãĶããæåãããããģãĪãģãĢãĶããæåãNostrãåšããŠããĶããã芎æãããŠããĶãããŪã§ãŊæããã
ãĪãĄãžãļãŊWebãĩãĪããåŊū蹥ãŦããããģãåšå + ãđãžããžããĢãã + įĨããĻãįĨįĪūãŪåĨįīč äļčͧ
ã§æãĢããŪãŊ
åäššãããŪæãéãŠãæĻãæīŧįãŠããŪãŦãããŠããŠãããĐ
äžæĨãNostrãŦãĒãŦãĶãģããä―ãĢãĶãĩãĪããŦæãéããããäžæĨãŪåšåãŦãŠããã§ãŊïžïž
~~äžæĨãNostrãŦãĒãŦãĶãģããïžïžããŠããŦããčĶãããĻãŠãïž~~äŧåū
æããĪããäšåŪãŊæŠåŪ
* ããŋãģâããĪãĒãã°å―Ēåžã§ãŠããããžãEmbedå―ĒåžãŦããĶããžãļãĒãŊãŧãđã§ããčĶãããããŦãã * åĪåãŠãŽãžãŦčē č·ãããããŪã§ãŠãããã * ZapãŪæåãŊåšãããSponsored byãįãŦãã * åįīãŠææ°é ã§ãŠããã * å°éĄZapãããŠããģã° * äļåŪæéïžäļãæãŠãĐïžããĻã§ééĄé ãŦã―ãžã * åĪåãŠãŽãžãŦčē č·ãããããŪã§ãŠãããã * äŧãŊæįĻŋåŪãĶãŪZapãWebãĩãĪãåŪãĶãŪZapãĻåæãŦčĻãåžĩãĢãĶãã ããŠãŪã§ãĄãããĻWebãĩãĪãåŪãĶãŪZapãŦãã * NIPãŪææĄãåŋ čĶ * ãĶãĐãŽãããŪæšæ ãåŋ čĶ * ãŠãŽãžïžwss://~ïžåŪãĶãŪZapãã§ããĶãŧããå°æĨ
ãĪãģãŋãžããããŪããđãĶãŦæãéãããã
ããã
ææĨãŊ mono ãããŪ Open Sats įģčŦį·Ļ ã§ãïžïž
-
@ 6bcc27d2:b67d296e
2024-10-21 03:54:32yugoã§ãã ããŪčĻäšãŊãNostrasia2024 éãĒãããģããŦãŽãģããžã10/19ãŪåã§ããNostrasiaãŪå―æĨãŊãŠãĒãŦãŋãĪã ã§é äŋĄãčĶčīããĶããūãããNostrãä―ŋãĢãĶãĒããŠãąãžã·ã§ãģãŪåįšæãããđããĻããįščĄĻãčīããčŠåã ãĢãããĐããŠããŪãä―ãĢãĶãŋããããčããĶå°ãčŠŋãđããčĐĶãŋãããããŪã§ããŪčĻéēãæļããūãããūããčķ į°ĄåãŠããŪã§ããããããäļįåãĻãŠãvisionOSåŊūåŋãŪNostrãŊãĐãĪãĒãģãããĪããĢãĶãŋããŪã§æåūãŪæđãŦįīđäŧããūãã
ãĒããŠãąãžã·ã§ãģãåįšæããčĐąãããĢããŪãŊããWhat is Nostr Other Stuff?ããĻéĄããkaijiãããŪįščĄĻã§ããã
NostrããããģãŦãä―ŋãĢãĶæĒåãŪãĒããŠãąãžã·ã§ãģãåįšæããããĻã§ããĶãžãķä―éĻãæãŠãããŦãããããŠåæĢãäŋãããĻãã§ããããããģãŦãĻããĶãŪNostrãæé·ããĶãããĻãããããŠå åŪđã§ããã
čŠåãŊãūã Nostrã§ä―ãããĪããĢãįĩéĻãŊãŠããĢããŪã§ãåŪčĢ ãŦåŋ čĶãŠäŧæ§ãŪįĨčããŧãĻããĐãŠãįķæ ãããĐãŪãããŠãĒããŠãąãžã·ã§ãģããĪããĢãĶãŋããããčããūããã
æåãŦæããĪãããŪãŊãScrapboxãŪãããŠããããŊãžãŊåãŪããŽããļããžãđã§ããčŠåãŊæčŋvisionOSååž·äžãããĢãĶãããååž·äžã§ããŽããļãå ąæããææŪĩãĻããĶScrapboxãŪå°å ĨãæĪčĻããĶããūããã
NostrãģããĨãããĢãŦãæåŋãŦããScrapboxããããūãããNostrãŊãĐãĪãĒãģããããã°ãããä―ŋãã ããããåãããããŪåŪįĻæ§ãåãããŊãĐãĪãĒãģããŊãūã ååĻããŠããŪã§ãŊãŠãããĻããčĶįŦãĶã§ããã
é·ææįĻŋãpublic chatãŠãĐãŪæĐč―ãįĩãŋåãããããĻã§åŪįūã§ããã ããããããæãĢãĶããįĒå ãNIP-54ãŪWikiãĻããčĶæ žãããããĻãįĨããūããã
https://github.com/nostr-protocol/nips/blob/master/54.md
ãūã ãĄãããĻãŊčŠããĶããŠãã§ãããScrapboxãwikiã―ãããĶã§ãĒã ãåčãŦãŠããããĻæãĢãĶããūããæĢåžãŠäŧæ§ãŦįĩãŋčūžãūããĶããŠãããã§ãæĄįĻããĶãããŊãĐãĪãĒãģããŊfiatjafãŦãããŠããĄãŽãģãđåŪčĢ (?)ãŪwikistrãããããčĶãĪãããūããã§ããã
ScrapboxãŪãããŠããŽããļããžãđãåŋåããNostrãŊãĐãĪãĒãģããããã°ãåūčŋ°ããvisionOSåŊūåŋãŊãĐãĪãĒãģããŪååĻããããĒãŦãĶãģããä―ŋããūãããĶåŽãããŪã§čĐĶããĶãŋããã§ããããäŧãŦãäžžããããŠãĩãžããđããĐãŠããįĨãĢãĶãããæããĶãã ããã
ãūãįūåĻãŊãååž·äžããŊãžãŊã·ã§ããããããŦã―ãģãŠãĐãŪãģãĐããŽãžã·ã§ãģãŊãžãŊãæŊæīãããããŪããžãŦãčŠåããĄã§ãéįšããĶããūããApple Vision ProãŦæčžãããĶããvisionOSãĻããããĐããããĐãžã ã§åä―ããūãã
https://image.nostr.build/14f0c1b8fbe5ce7754825c01b09280a4c22f87bbf3c2fa6d60dd724f98919c34.png
ããŪįŧéĒã§čŠåãå Ĩããããđããžãđãéļãã§å ąæä―éĻãéå§ããūãã
ãđãĐãĪããŠãĐãŪãģãģããģããčŠããŪãĒããŋãžãåæãããããĻã§ãé éå°ãŦããĶããūãã§ãŠããĐãĪãģããŪãããŦåãįĐšéãå ąæããããĻãåŊč―ãŦãŠããūãã
https://image.nostr.build/cfb75d3db2a9b9cd39f502d6426d5ef4f264b3d5d693b6fc9762735d2922b85c.jpg
ãĻããããĻãŠãŪã§ãæĨé―visionOSåŊūåŋãŪãŊãĐãĪãĒãģããä―ãĢãĶãŋãūãããæĪįīĒããĶã1ãĪãäšäūãåšãĶããŠããĢããŪã§åĪåãūã äļįã§åŪčĢ ããĶãããĒããŠãŊãŠããŪã§ãŊãŠãã§ããããã
ãĻãŊããããŊãĐãĪãĒãģããåäđãĢãĶããããŪãŪãūã åΧããæĐč―ãŊãŠãããŠãŽãžããããžãŋãååūããã ããŪčŠãŋåãå°įĻã§ãã
https://image.nostr.build/96e088cc6a082528682989ccc12b4312f9cb6277656e491578e32a0851ce50fe.png
įŧåã§ãŊčŠåãŪããããĢãžãŦããžãŋããŠãŽãžããååūããĶããūãã
ãūã ãĐãŪãĐãĪããĐãŠãvisionOSãŦåŊūåŋããĶããŠããĢããã§æãããĢãããŪãŪäŧæ§ãŪååž·ãŦãŠããūããã
ãã visionOSãĒããŠãŊiOSãĒããŠåæ§NIP-7ãä―ŋããŠããŪã§į§åŊéĩãčŠåã§äŋįŪĄããŠããĶãŊãŠãããäŧåūãĐãåŊūåĶããđããããããããĶããūããããããæéããæãŦå°ãããĪčŠŋãđãĶããããĻæãĢãĶããūãããããĪããĢããĒããŠãŪį§åŊéĩåĻããŊããūããŠã―ãžãđãåĪããŠããããŦãæããūããããããĐãŠããããŪčūšãŪåŪčĢ ãŦčĐģããæđãããæããĶããã ãããĻåŽããã§ãã
æšåãã§ãããããŪããĄãģãžããå ŽéããããĻæãĢãĶããūãã
ããããå°ãããĪčēããŠæĐč―ãåŪčĢ ããŠããNostrã§éãã§ããããã§ãïž
-
@ cae03c48:2a7d6671
2025-06-07 21:01:19Bitcoin Magazine
Bitcoin Life Insurer, Meanwhile, Becomes First Company to Publish Audited Financials Denominated in BitcoinMeanwhile Insurance Bitcoin (Bermuda) Limited (âMeanwhileâ) announced it has become the first company in the world to release externally audited financial statements denominated entirely in Bitcoin. According to the announcement, the company reported 220.4 BTC in assets and 25.29 BTC in net income for 2024, a 300% year over year increase.
Today marks a global first & historic event for us, along with the public release of our 2024 audited financial statements, covering our 1st year of sales.
As the 1st company in the world to have Bitcoin-denominated financial statements externally audited, we are excited toâĶ
â meanwhile | Bitcoin Life Insurance (@meanwhilelife) June 5, 2025
âWeâve just made history as the first company in the world to have Bitcoin-denominated financial statements externally audited,â said Zac Townsend, CEO of Meanwhile. âThis is an important, foundational step in reimagining the financial system based on a single, global, decentralized standard outside the control of any one government.âÂ
The financial statements were audited by Harris & Trotter LLP and its digital asset division ht.digital. Meanwhileâs financials also comply with Bermudaâs Insurance Act 1978, noting that their BTC denominated financials were approved and comply with official guidelines. The firm, fully licensed by the Bermuda Monetary Authority (BMA), operates entirely in BTC and is prohibited from liquidating Bitcoin assets except through policyholder claims, positioning it as a long term holder.Â
âAs the first regulated Bitcoin life insurance company, we view the BTC held by Meanwhile as inherently long-term in natureâprimarily held to support the Companyâs insurance liabilities over decades,â Townsend added. âThis makes it significantly âstickierâ and resistant to market pressures compared to the BTC held by other companies as part of their treasury management strategies.âÂ
Meanwhileâs 2024 financials also revealed 23.02 BTC in net premiums and 4.35 BTC in investment income, showing that its model not only preserves Bitcoin, but earns it. The companyâs reserves (also held in BTC) were reviewed and approved by Willis Towers Watson (WTW).Â
Meanwhile also offers a Bitcoin Whole Life insurance product that allows policyholders to save, borrow, and build legacy wealthâentirely in BTC, and has plans to expand globally in 2025.
âWe are incredibly proud of todayâs news as it underscores how Meanwhile is at the forefront of the next phase of the convergence between Bitcoin and institutional financial markets,â said Tia Beckmann, CFO of Meanwhile. âNow having generated net income in BTC, we have demonstrated that we are earning it through a sustainable insurance business model designed for the long term.âÂ
This post Bitcoin Life Insurer, Meanwhile, Becomes First Company to Publish Audited Financials Denominated in Bitcoin first appeared on Bitcoin Magazine and is written by Jenna Montgomery.
-
@ 3bf0c63f:aefa459d
2024-09-06 12:49:46Nostr: a quick introduction, attempt #2
Nostr doesn't subscribe to any ideals of "free speech" as these belong to the realm of politics and assume a big powerful government that enforces a common ruleupon everybody else.
Nostr instead is much simpler, it simply says that servers are private property and establishes a generalized framework for people to connect to all these servers, creating a true free market in the process. In other words, Nostr is the public road that each market participant can use to build their own store or visit others and use their services.
(Of course a road is never truly public, in normal cases it's ran by the government, in this case it relies upon the previous existence of the internet with all its quirks and chaos plus a hand of government control, but none of that matters for this explanation).
More concretely speaking, Nostr is just a set of definitions of the formats of the data that can be passed between participants and their expected order, i.e. messages between clients (i.e. the program that runs on a user computer) and relays (i.e. the program that runs on a publicly accessible computer, a "server", generally with a domain-name associated) over a type of TCP connection (WebSocket) with cryptographic signatures. This is what is called a "protocol" in this context, and upon that simple base multiple kinds of sub-protocols can be added, like a protocol for "public-square style microblogging", "semi-closed group chat" or, I don't know, "recipe sharing and feedback".
-
@ 04c915da:3dfbecc9
2025-05-20 15:53:48This piece is the first in a series that will focus on things I think are a priority if your focus is similar to mine: building a strong family and safeguarding their future.
Choosing the ideal place to raise a family is one of the most significant decisions you will ever make. For simplicity sake I will break down my thought process into key factors: strong property rights, the ability to grow your own food, access to fresh water, the freedom to own and train with guns, and a dependable community.
A Jurisdiction with Strong Property Rights
Strong property rights are essential and allow you to build on a solid foundation that is less likely to break underneath you. Regions with a history of limited government and clear legal protections for landowners are ideal. Personally I think the US is the single best option globally, but within the US there is a wide difference between which state you choose. Choose carefully and thoughtfully, think long term. Obviously if you are not American this is not a realistic option for you, there are other solid options available especially if your family has mobility. I understand many do not have this capability to easily move, consider that your first priority, making movement and jurisdiction choice possible in the first place.
Abundant Access to Fresh Water
Water is life. I cannot overstate the importance of living somewhere with reliable, clean, and abundant freshwater. Some regions face water scarcity or heavy regulations on usage, so prioritizing a place where water is plentiful and your rights to it are protected is critical. Ideally you should have well access so you are not tied to municipal water supplies. In times of crisis or chaos well water cannot be easily shutoff or disrupted. If you live in an area that is drought prone, you are one drought away from societal chaos. Not enough people appreciate this simple fact.
Grow Your Own Food
A location with fertile soil, a favorable climate, and enough space for a small homestead or at the very least a garden is key. In stable times, a small homestead provides good food and important education for your family. In times of chaos your family being able to grow and raise healthy food provides a level of self sufficiency that many others will lack. Look for areas with minimal restrictions, good weather, and a culture that supports local farming.
Guns
The ability to defend your family is fundamental. A location where you can legally and easily own guns is a must. Look for places with a strong gun culture and a political history of protecting those rights. Owning one or two guns is not enough and without proper training they will be a liability rather than a benefit. Get comfortable and proficient. Never stop improving your skills. If the time comes that you must use a gun to defend your family, the skills must be instinct. Practice. Practice. Practice.
A Strong Community You Can Depend On
No one thrives alone. A ride or die community that rallies together in tough times is invaluable. Seek out a place where people know their neighbors, share similar values, and are quick to lend a hand. Lead by example and become a good neighbor, people will naturally respond in kind. Small towns are ideal, if possible, but living outside of a major city can be a solid balance in terms of work opportunities and family security.
Let me know if you found this helpful. My plan is to break down how I think about these five key subjects in future posts.
-
@ 4fe4a528:3ff6bf06
2025-01-01 15:50:50I could have wrote about how bitcoin has more than doubled in 2024 or how some people are still sitting on the sidelines not trying to understand why bitcoin will double in 2025, but instead I thought I would write about how bitcoin is allowing for a decentralized social network.
Two years ago I decided to try out this NOSTR idea. Now I have 233 followers, almost the same number of people who read this monthly newsletter. Facebook / whats-app was to ad filled for me to enjoy what my friends were posting. X was great for news, but none of my friends where on it. Linkedin was just about business. Besides, NOSTR gives me more bitcoin every time I post. I am now using the bitcoin to buy eggs every two weeks from my neighbors. So to me it is a win win. I can write notes and eat eggs. I even use my NOSTR extension to log into hivetalk.org and help people with their computer issues. It is better than teaching via ZOOM. 2025 is going to be a great year for decentralization.
If you are trying to join NOSTR via your desktop I recommend going to getalby.com installing the browser extension. Then make an account with getalby and write down your 24 words (nsec). Link your profile to your lightning wallet and start posting and following other friends via primal.net. Yes, of course, I am put on this earth to help my fellow man. Some people enjoy using NOSTR via their cell phone and for those people I recommend amethyst or damus. We are all in this together.
-
@ 57d1a264:69f1fee1
2025-06-09 06:42:31To become a master designer, you need to break past a slavish devotion of past forms and create vibrant, new experiences. This design talk covers practical techniques for reinventing game genres. The goal is the invention of a unique and highly differentiated customer value proposition that makes both strong business sense and is also deeply creatively fulfilling. We cover designing from the root, reducing design risk, and igniting original franchises. We also cover the pitfalls of design innovation and how to thrive in a highly competitive market.
https://www.youtube.com/watch?v=f7DFuXDN29M
https://stacker.news/items/1001313
-
@ 0176967e:1e6f471e
2024-07-28 15:31:13Objavte, ako avatari a pseudonymnÃĐ identity ovplyvÅujÚ riadenie kryptokomunÃt a decentralizovanÃ―ch organizÃĄcià (DAOs). V tejto prednÃĄÅĄke sa zameriame na praktickÃĐ fungovanie decentralizovanÃĐho rozhodovania, vytvÃĄranie a sprÃĄvu avatarovÃ―ch profilov, a ich rolu v online reputaÄnÃ―ch systÃĐmoch. NauÄÃte sa, ako si vytvoriÅĨ efektÃvny pseudonymnÃ― profil, zapojiÅĨ sa do rÃīznych krypto projektov a vyuÅūiÅĨ svoje aktivity na zarÃĄbanie kryptomien. PreskÚmame aj prÃklady ÚspeÅĄnÃ―ch projektov a stratÃĐgie, ktorÃĐ vÃĄm pomÃīÅūu zorientovaÅĨ sa a uspieÅĨ v dynamickom svete decentralizovanÃ―ch komunÃt.
-
@ 57d1a264:69f1fee1
2025-06-09 05:36:53A Junior-level free online course divided in four modules aiming to help you develop experience and confidence with: 1) An approach to mechanical systems design that incorporates ideation, back-of-the-envelope analysis, computational analysis, and prototyping, iteratively and with an appropriate balance for the domain. 2) Designing custom mechanical components, finding and selecting common machine elements, and selecting electric motors and transmission elements to meet performance, efficiency and reliability goals.
The first project introduces the structure of projects in this course; introduces the design approach; reviews and begins to apply statics and stress analysis skills from prerequisite courses to design; introduces finite-element analysis; and provides an opportunity to work out any issues with fabrication methods.
The second project comprises a challenging, open-ended problem: design of a single component for mass efficiency. Success requires sophisticated application of the design approach, including statics analysis using free-body diagrams; stress, deflection and buckling analysis using simplified models and finite-element analysis; and testing of both low-fidelity and functional prototypes.
The third project introduces simple models of electric motors and gears; applies these models to selection of a motor operating point and gear ratio; and introduces the design of experiments to identify important system characteristics.
The fourth project comprises the challenging, open-ended design of a motor-driven machine to maximize electromechanical performance. It requires application of the Design Approach to complex problems in a team setting; effective incorporation of multiple custom and catalog components into an assembly; and sophisticated use motor and gear models, power analysis, and mass-efficient component design.
Start the course, it's free at https://biomechatronics.stanford.edu/mechanical-systems-design
https://stacker.news/items/1001283
-
@ 0176967e:1e6f471e
2024-07-28 09:16:10Jan KolÄÃĄk pochÃĄdza zo strednÃĐho Slovenska a vystupuje pod umeleckÃ―m menom Deepologic. Hudbe sa venuje uÅū viac neÅū 10 rokov. ZaÄÃnal ako DJ, ktorÃ― s obÄūubou mixoval klubovÚ hudbu v ÅĄtÃ―loch deep-tech a afrohouse. StÃĄle ho ÅĨahalo tvoriÅĨ vlastnÚ hudbu, a preto sa zaÄal vzdelÃĄvaÅĨ v oblasti tvorby elektronickej hudby. Nakoniec vydal svoje prvÃĐ EP s nÃĄzvom "Rezonancie". UÄenie je pre neho celoÅūivotnÃ― proces, a preto sa neustÃĄle zdokonaÄūuje v oblasti zvuku a kompozÃcie, aby jeho skladby boli kvalitnÃĐ na posluch aj v klube.
V roku 2023 si zaloÅūil vlastnÚ znaÄku EarsDeep Records, kde dÃĄva prÃleÅūitosÅĨ zaÄÃnajÚcim producentom. Jeho znaÄku podporujÚ aj etablovanÃĐ menÃĄ slovenskej alternatÃvnej elektronickej scÃĐny. Jeho prioritou je sloboda a neÅĄkatulkovanie. Ako sa hovorà v jednej klasickej deephouseovej skladbe: "We are all equal in the house of deep." So slobodou ide ruka v ruke aj lÃĄska k novÃ―m technolÃģgiÃĄm, Bitcoinu a schopnosÅĨ udrÅūaÅĨ si v digitÃĄlnom svete prehÄūad, odstup a anonymitu.
V sÚÄasnosti Äalej produkuje vlastnÚ hudbu, venuje sa DJingu a vedie podcast, kde zverejÅuje svoje mixovanÃĐ sety. Na Lunarpunk festivale bude hraÅĨ DJ set tvorenÃ― vlastnou produkciou, ale aj skladby, ktorÃĐ sÚ blÃzke jeho srdcu.
Podcast Bandcamp Punk Nostr website alebo nprofile1qythwumn8ghj7un9d3shjtnwdaehgu3wvfskuep0qy88wumn8ghj7mn0wvhxcmmv9uq3xamnwvaz7tmsw4e8qmr9wpskwtn9wvhsz9thwden5te0wfjkccte9ejxzmt4wvhxjme0qyg8wumn8ghj7mn0wd68ytnddakj7qghwaehxw309aex2mrp0yh8qunfd4skctnwv46z7qpqguvns4ld8k2f3sugel055w7eq8zeewq7mp6w2stpnt6j75z60z3swy7h05
-
@ 04c915da:3dfbecc9
2025-05-20 15:50:48For years American bitcoin miners have argued for more efficient and free energy markets. It benefits everyone if our energy infrastructure is as efficient and robust as possible. Unfortunately, broken incentives have led to increased regulation throughout the sector, incentivizing less efficient energy sources such as solar and wind at the detriment of more efficient alternatives.
The result has been less reliable energy infrastructure for all Americans and increased energy costs across the board. This naturally has a direct impact on bitcoin miners: increased energy costs make them less competitive globally.
Bitcoin mining represents a global energy market that does not require permission to participate. Anyone can plug a mining computer into power and internet to get paid the current dynamic market price for their work in bitcoin. Using cellphone or satellite internet, these mines can be located anywhere in the world, sourcing the cheapest power available.
Absent of regulation, bitcoin mining naturally incentivizes the build out of highly efficient and robust energy infrastructure. Unfortunately that world does not exist and burdensome regulations remain the biggest threat for US based mining businesses. Jurisdictional arbitrage gives miners the option of moving to a friendlier country but that naturally comes with its own costs.
Enter AI. With the rapid development and release of AI tools comes the requirement of running massive datacenters for their models. Major tech companies are scrambling to secure machines, rack space, and cheap energy to run full suites of AI enabled tools and services. The most valuable and powerful tech companies in America have stumbled into an accidental alliance with bitcoin miners: THE NEED FOR CHEAP AND RELIABLE ENERGY.
Our government is corrupt. Money talks. These companies will push for energy freedom and it will greatly benefit us all.
-
@ 319ad3e7:cc01d50a
2024-12-15 21:20:59LETTER FROM THE FOUNDER | FEATURED RECIPE | MICROFICTION | FOOD NOTE QUOTE | SOUNDS | NOSTR MARKETPLACE | REAL REVIEWS | COMMUNITY ALBUM | NEW RECIPES | FIN
LETTER FROM THE FOUNDER ð
A Year of Growth and Gratitude
As we approach the end of the year, itâs the perfect moment to pause and reflect. 2024 has been a transformative year for Zap Cooking. What started as a simple idea has grown into a vibrant, connected community. From recipes to shared stories, the #zapcooking tag has become a rallying point for food enthusiasts everywhere, and itâs inspiring to see how this shared passion is bringing people together.
None of this would have been possible without the incredible support and dedication of Sarah, who pours her heart into crafting these newsletters. Sarah, thank you for helping us share the joy of cooking and community with so many.
I am deeply grateful, grateful for you, our community, for nostr, for the milestones weâve reached, and for the challenges that have helped us grow. Zap Cooking is about more than food; itâs about connections, creativity, and collaboration. Together, weâve built something special, and Iâm excited for what 2025 holds.
Hereâs to another year of cooking, connecting, and creating together. Thank you for being part of this journey.
Cheers!
Seth
Founder, Zap Cooking
FEATURED RECIPE ðĨŠ
Nostrville 2.0 was located in Nashville, Tennessee. This music destination featured some powerhouse food establishments, such as Ladybird Taco, Hattie Bâs Hot Chicken Sandwiches, Pancake Pantry, and Modellâs infamous family-style breakfast; however, it was the people from Louisiana who brought their A-game to the shared kitchen at the after-party rental.
The lovely Rupert and her giant, Kajoozie, served up a traditional gumbo that had all of us reaching for a second bowlâĶ or perhaps a fourth bowl. It was that good! They were also kind enough to share their recipe with all of us.
Rupert and Kajoozieâs #Nostr Famous Gumbo https://substack.com/home/post/p-152296981
MICROFICTION ð
GIFTS by RustyPuppy
Every Christmas Eve (and by 'every' Aaran meant those he could remember, which, being eight years old, was not many), after the dinner dishes had been washed, and the family settled into the living room to watch "It's a Wonderful Life," his nani would start chopping vegetables. Aaran once asked why she didn't cook Santa's beef stew when she prepared their dinner. Because she wanted the stew to be fresh, came the answer. Aaron knew better than to ask how something that needed to simmer for five hours could be considered 'fresh.'
Everyone knew their grandmother's beef stew, placed in front of the fireplace in a hand-made bowl wrapped in a dish towel to keep warm, was eaten by the dog after everyone went to bed. And every year, she insisted Santa needed a hot, healthy meal.
None of the children could believe anyone would choose vegetables over cookies. Shari, the girl next door, made peanut cookies for Santa. Aaron had helped mix the dough last year. He was forbidden from adding the frosting because Shari needed the perfect amount atop each cookie so she could write her name in the sugary mix with a toothpick. Depending how guilty she felt about the year, she sometimes added candy beads.
One year, a cousin asked if Santa really ate all of those hundreds? thousands? millions? of cookies. An uncle said, "Of course, that's why he's so fat," while Aaaran's mother said, "Of course not, he gives them to children who don't have sweets," and Nani added "And those who still want to believe in him."
Aaran secretly wanted to believe his nani, because his older brothers had teased him for writing his Christmas wish letter, saying Santa was only real for babies. He didn't want to be a baby, but he still wanted to believe in the magic that was Santa.
At last, the evening ended. Some returned to their homes; the rest returned to their rooms. Nani set her bowl under the stockings. Aaran hesitated on the stairs, but the thought of seeing the dog actually eat the stew made his eyes wet. He stepped over his cousin's sleeping bag, got into bed, and dreamed of flying reindeer.
In the morning, as the children opened their gifts and the adults took turns making coffee and tea, Nani asked Aaran to bring her the stew bowl. He looked at the dog, currently surrounded by shreds of wrapping paper, panting happily with a bow on his head. Picking up the bowl, Aaron saw something within; a peanut cookie with the name Shari written in the frosting.
RECIPE REFERENCES:
Lovely Indian beefstew with coconut milk & Ultimate Peanut Cookies https://substack.com/home/post/p-152296981
FOOD NOTE QUOTE ðïļ
Today someone took a picture of my latte art after I handed them their cup ð and it made my day. Celebrate the small things. ð - TKay
SOUNDS ð
At Bitcoin Park in Nashville, Tennessee, the adorable cuties Mallory, Other Mallory, Island, and Sergio, along with help from Fountain, Phantom Power and Tunestr.io organized a night of activities, food, art, and a live acoustic music panel featuring four absolutely talented musicians - Ainsley Costello, Amber Sweeney, Luke Wood, and Jo Corso. SoupBox was honored to sit down with Amber to chat about music, fostering dogs from Wags and Walks, and food | Listen Now: SoupBox with Sarah | Featuring Amber Sweeney
https://fountain.fm/episode/nvwD83sajCiFNqTP4tYu
https://feeds.rssblue.com/soupbox
Short from Nashville | OpenMike | Tunestr
https://v.nostr.build/yLufD7GbwOPI3EgA.mp4
NOSTR MARKETPLACE ðģ
Find Your Holiday Gifts on Nostr | Value for Value (aka V4V) #circulareconomy
Agi Choote | Art Prints | Find on Nostr!
Amber Sweeney | Custom Songs for Any Occasion | https://www.theambersweeney.com/merch/custom-songs
Ant Richard | Limited Custom Handcrafted Knife Gift Certificates (12-month waitlist for all custom handmade orders) | Find on Nostr!
Apotheca Viva | https://apothecaviva.love/
Aupa Bars | https://eataupa.com/
Barnminerâs Barn Jerky | Find on Nostr!
Billay Coffee | https://billaycoffee.com/
BitBees | Honey & Honey Products | https://www.kittrellsdaydream.com/
Bitcoin Blankets âĄïļ| Website Coming Soon!
Bitpopart | https://bitpopart.com/ | https://www.storeofvalue.eu/collections/christmas-collection
BTC Aloha | Bitcoin Beachwear & Accessories | https://btcaloha.shop/
BtcPins | https://btcpins.com/
Cannabis Records | https://cannabisrecords.store/
CryptoCloaks | https://www.cryptocloaks.com/shop/
Delgadoâs Fuego | https://delgadosfuego.com/
Dot GNT | Laser Engravings | https://dotgnt.codeberg.page/
Finca Yabisi | https://yabisi.farm/
Foxfire Mushrooms | https://foxfiremushrooms.com/
Golden Tallow | https://goldentallow.com/
GoodBeans ðļðŧ Coffee | https://thegoodbeans.com/
Isolabell.art | https://isolabell.art/
Jake Wolki | https://wolkifarm.com.au/
Keto Beejay | Low Sugar Jerky | https://ketolish.us/ | https://ketobeejay.npub.pro/
Kanuto Takumi San | Find on Nostr!
Laser Eyes Cards | https://lasereyes.cards/
LeatherMint | https://theleathermint.com/
Lightning Store | https://lightning.store/
LightningSpore | Full Service Mushroom Cultivation Company | https://www.lightningspore.com/
Lost Sheep Ranch | https://www.lost-sheep-ranch.com/
Lucho Poletti | Art Prints and Merchandise | https://luchopoletti.com/
Madex | Art & Apparel | https://madex.art/collections/in-stock
MapleTrade | Find on Nostr!
Matthew D | https://whitepaperstreetsoap.com/
Next Block Coffee | https://nextblockcoffee.com/
NoGood | Jake Wolki | https://wolkifarm.com.au/
PatsPropolisHoney | Find on Nostr!
Peony Lane Wine | Ben Justman | https://www.peonylanewine.com/
PlebianMarket | https://plebeian.market/
PictureRoom | Assorted Dessert Treats | Find on Nostr!
Regenerative Farmed Meats & Knives | AgrarianContrarian | Find on Nostr!
RustyPuppy | Art and Stories | https://heidi2524.com/
Salt of the Earth | Premium Electrolyte Mix | https://drinksote.com/
Satoshi Coffee Company | https://sats.coffee/
Scott & Son | Animal Portraits, Prints, and Apparel | https://xavierscraftworkanddesign.com/t-shirts
SofterSkin Tallow Skincare | https://softerskin.co/
Shopstr | https://shopstr.store/
Soap Miner | Tallow Body Soap Bars
SweetSats | Honey | https://sweetsats.io/
Veiled Mycology | https://veiledmycology.com/
Yojimbo | Jam & Marmalade | https://jimblesjumble.odoo.com/
REAL REVIEWS â
BitBees | Honey & Honey Products | https://www.kittrellsdaydream.com/ | By Rupert
If you follow me or have ever had the pleasure of chatting with me on cornychat.com or hivetalk.org, youâll know how proud I am of my Cajun heritage. For me, that means memories of long, hot summer days in South Louisiana, plenty of mosquito bites, the humming of cicadas in the cypress trees, and my grandfatherâs bee boxes abuzz with fuzzy little workers.
I recently had the pleasure of meeting our famed #nostr beekeepers, @bitbees and @kingbee, and the absolute joy of tasting the labors of the wee little friends they care for. @KajoozieMaflingo and I purchased both their wildflower and gallberry varieties, and we were able to pay with BTC! (BONUS!) The wildflower was chefâs-kiss perfection, but my taste buds were instantly rocketed back to my childhood when I tried the lovingly and aptly nicknamed âswamp honey.â
Its pale color might fool you into thinking it has a lighter flavor than its rich and flavorful counterpart, but that couldnât be further from the truth. Itâs crisp and bright, with a mellow sweetness balanced by a slight tang to finish. Itâs the ideal pairing with my favorite chamomile tea before bedtime.
This was my first purchase, but it will not be my last. By far, this is one of the most delicious use cases for Bitcoin Iâve come across to date.
Keto Beejay | Low Sugar Jerky | https://ketolish.us/ | https://ketobeejay.npub.pro/ | By The Beave
I recently had the pleasure of ordering four types of beef jerky from Beejay, the proprietress of http://ketolish.us. I was intrigued by her offerings and ended up ordering plain, pickle, pizza, and pepper. My order took a while to go through, mostly because Beejay and I were figuring out how to move sats around without it being too much of a pain in the butt. However, once finalized, everything shipped promptly and arrived quickly in a well-packed parcel. Beejay is also very good to communicate with, and I will gladly purchase more from her in the future.
I will start off the reviews with the most surprising of the batch: pizza. This was simply outstanding. I was shocked at how much it reminded me of eating pizza. I can't recommend this one enough! My second favorite pick is the pickle flavor. I love pickles. (I cannot express how much I love pickled things to you in words!) This was also very good, with the dill seasoning being front and center but restrained enough not to completely overpower the delicious beefiness of the jerky. A note on the texture: the jerky is ground, so it is not as tough as other jerkies you might try. This is a very new thing to me, and I rather enjoyed the novelty of the experience. The peppered jerky was full of pepper. This might be too much pepper for some, as it reminded me of the pepper-covered salami you can get at a good Italian pork store. Lastly, the plain jerky was delicious in its own right, though I would have preferred a touch more salt. I would order all of these again and am looking forward to ordering other flavors in the future, especially the bison!
COMMUNITY ALBUM ð·
Photos & Videos by Mandana from NextBlock & Flirting with Bitcoin, Efrat Fenigson, Ava, Birthday B, Vic from CornyChat, Tortuga, Mallory, Island, Jack Spirko, Paul Keating, BreadandToast.com, Nos.Social and Sarah SoupBox
View the Album: https://substack.com/home/post/p-152296981
NEW RECIPES ðē
https://i.nostr.build/MNrivKtc1fpjamfn.png
In November, we received an incredible surge of over 30 recipes submitted to Zap Cooking! That's a fantastic leap from the three or four we typically see each week! Dive into one, two, or even all of them, and donât forget to share your reviews and mouthwatering photos on Nostr using #foodstr. Weâd also love to see your favorite personal or family recipesâletâs keep the culinary creativity flowing!
Corn Pudding, The Beef Panzone, Vodka Pie Crust, Short Rib Barbacoa Tacos, Guiness Beef Stew with Pickled Pearl Onions, Fast AF Beef Stroganoff, Dark Chocolate Mincemeat, Vicâs London Broil, Easy Wholemeal Spelt Flour Bread, Mamma SLCWâs Cranberry Sauce, Hot Dog Nachos, Italian Wedding Soup, Mapo Tofu Curry, Hot Honey Crispy Salmon Bowls, Curried Butternut Squash Soup, Best Damn Oven Baked Chicken Legs, Chocolate Creme Pie, Broccoli Beef, Tuscan Steak and Green Peppers, Easy Carne Asada, InstantPot Chicken Tortilla Soup, Green Bean Casserole with Bacon and Fried Shallots, Bang Bang Shrimp, Rupert and Kajoozieâs #Nostr Famous Gumbo, The Best Lamb Winter Stew, Averyâs Hot Wallet Salsa, Candied Pecans, Pumpkin Bread, Breakfast Casserole with Sausage and Egg, Gold & Silver Soup, Mr. Gâs Homemade Chicken Pasta Salad, Ultimate Peanut Cookies
The recipe links are available here: https://substack.com/home/post/p-152296981
FIN ðĪ
https://i.nostr.build/661bAgwsj6tEnICX.jpg
-
@ 57d1a264:69f1fee1
2025-06-09 05:21:29Beginning with the history of
kubectl apply
, this article briefly introduces the concept of "thick/thin clients" in software design.Designing software is a process of constantly raising and solving questions. When designers face a requirement, they generate many questions, among which is a seemingly simple but fundamental one: "Where should the business logic (complexity) go?" Each time a new feature is introduced into a project, the increase in total complexity is almost certain, but how to distribute this complexity among modules can vary greatly.
Whether a client is thick or thin depends on the responsibilities it undertakes; neither is inherently superior, only more suitable for different scenarios. Should you choose a thick or thin client? In most cases, the answer is clear because many functions naturally suit a particular implementation. For example, global search is typically a "thin client, thick server" solution because it relies on all the data in the server's database.
Continue reading at https://www.piglei.com/articles/en_the_software_design_i_see_thick_thin_clients/
https://stacker.news/items/1001277
-
@ 04c915da:3dfbecc9
2025-05-20 15:50:22There is something quietly rebellious about stacking sats. In a world obsessed with instant gratification, choosing to patiently accumulate Bitcoin, one sat at a time, feels like a middle finger to the hype machine. But to do it right, you have got to stay humble. Stack too hard with your head in the clouds, and you will trip over your own ego before the next halving even hits.
Small Wins
Stacking sats is not glamorous. Discipline. Stacking every day, week, or month, no matter the price, and letting time do the heavy lifting. Humility lives in that consistency. You are not trying to outsmart the market or prove you are the next "crypto" prophet. Just a regular person, betting on a system you believe in, one humble stack at a time. Folks get rekt chasing the highs. They ape into some shitcoin pump, shout about it online, then go silent when they inevitably get rekt. The ones who last? They stack. Just keep showing up. Consistency. Humility in action. Know the game is long, and you are not bigger than it.
Ego is Volatile
Bitcoinâs swings can mess with your head. One day you are up 20%, feeling like a genius and the next down 30%, questioning everything. Ego will have you panic selling at the bottom or over leveraging the top. Staying humble means patience, a true bitcoin zen. Do not try to "beatâ Bitcoin. Ride it. Stack what you can afford, live your life, and let compounding work its magic.
Simplicity
There is a beauty in how stacking sats forces you to rethink value. A sat is worth less than a penny today, but every time you grab a few thousand, you plant a seed. It is not about flaunting wealth but rather building it, quietly, without fanfare. That mindset spills over. Cut out the noise: the overpriced coffee, fancy watches, the status games that drain your wallet. Humility is good for your soul and your stack. I have a buddy who has been stacking since 2015. Never talks about it unless you ask. Lives in a decent place, drives an old truck, and just keeps stacking. He is not chasing clout, he is chasing freedom. That is the vibe: less ego, more sats, all grounded in life.
The Big Picture
Stack those sats. Do it quietly, do it consistently, and do not let the green days puff you up or the red days break you down. Humility is the secret sauce, it keeps you grounded while the world spins wild. In a decade, when you look back and smile, it will not be because you shouted the loudest. It will be because you stayed the course, one sat at a time. \ \ Stay Humble and Stack Sats. ðŦĄ
-
@ 0176967e:1e6f471e
2024-07-27 11:10:06Workshop je zameranÃ― pre vÅĄetkÃ―ch, ktorà sa potÃ―kajÚ s vysvetÄūovanÃm Bitcoinu svojej rodine, kamarÃĄtom, partnerom alebo kolegom. Pri nÃĄmietkach z druhej strany vÃĪÄÅĄinou ideme do protiÚtoku a snaÅūÃme sa vytiahnuÅĨ tie najlepÅĄie argumenty. Na tomto workshope vÃĄs nauÄÃm novÃ― prÃstup k zvlÃĄdaniu nÃĄmietok a vyskÃšÅĄate si ho aj v praxi. Know-how je aplikovateÄūnÃĐ nie len na komunikÃĄciu Bitcoinu ale aj pre zlepÅĄenie vzÅĨahov, pri vÃ―chove detà a celkovo pre lepÅĄÃ osobnÃ― Åūivot.
-
@ 04c915da:3dfbecc9
2025-05-20 15:47:16Hereâs a revised timeline of macro-level events from The Mandibles: A Family, 2029â2047 by Lionel Shriver, reimagined in a world where Bitcoin is adopted as a widely accepted form of money, altering the original narrativeâs assumptions about currency collapse and economic control. In Shriverâs original story, the failure of Bitcoin is assumed amid the dominance of the bancor and the dollarâs collapse. Here, Bitcoinâs success reshapes the economic and societal trajectory, decentralizing power and challenging state-driven outcomes.
Part One: 2029â2032
-
2029 (Early Year)\ The United States faces economic strain as the dollar weakens against global shifts. However, Bitcoin, having gained traction emerges as a viable alternative. Unlike the original timeline, the bancorâa supranational currency backed by a coalition of nationsâstruggles to gain footing as Bitcoinâs decentralized adoption grows among individuals and businesses worldwide, undermining both the dollar and the bancor.
-
2029 (Mid-Year: The Great Renunciation)\ Treasury bonds lose value, and the government bans Bitcoin, labeling it a threat to sovereignty (mirroring the original bancor ban). However, a Bitcoin ban proves unenforceableâits decentralized nature thwarts confiscation efforts, unlike gold in the original story. Hyperinflation hits the dollar as the U.S. prints money, but Bitcoinâs fixed supply shields adopters from currency devaluation, creating a dual-economy split: dollar users suffer, while Bitcoin users thrive.
-
2029 (Late Year)\ Dollar-based inflation soars, emptying stores of goods priced in fiat currency. Meanwhile, Bitcoin transactions flourish in underground and online markets, stabilizing trade for those plugged into the bitcoin ecosystem. Traditional supply chains falter, but peer-to-peer Bitcoin networks enable local and international exchange, reducing scarcity for early adopters. The governmentâs gold confiscation fails to bolster the dollar, as Bitcoinâs rise renders gold less relevant.
-
2030â2031\ Crime spikes in dollar-dependent urban areas, but Bitcoin-friendly regions see less chaos, as digital wallets and smart contracts facilitate secure trade. The U.S. government doubles down on surveillance to crack down on bitcoin use. A cultural divide deepens: centralized authority weakens in Bitcoin-adopting communities, while dollar zones descend into lawlessness.
-
2032\ By this point, Bitcoin is de facto legal tender in parts of the U.S. and globally, especially in tech-savvy or libertarian-leaning regions. The federal governmentâs grip slips as tax collection in dollars plummetsâBitcoinâs traceability is low, and citizens evade fiat-based levies. Rural and urban Bitcoin hubs emerge, while the dollar economy remains fractured.
Time Jump: 2032â2047
- Over 15 years, Bitcoin solidifies as a global reserve currency, eroding centralized control. The U.S. government adapts, grudgingly integrating bitcoin into policy, though regional autonomy grows as Bitcoin empowers local economies.
Part Two: 2047
-
2047 (Early Year)\ The U.S. is a hybrid state: Bitcoin is legal tender alongside a diminished dollar. Taxes are lower, collected in BTC, reducing federal overreach. Bitcoinâs adoption has decentralized power nationwide. The bancor has faded, unable to compete with Bitcoinâs grassroots momentum.
-
2047 (Mid-Year)\ Travel and trade flow freely in Bitcoin zones, with no restrictive checkpoints. The dollar economy lingers in poorer areas, marked by decay, but Bitcoinâs dominance lifts overall prosperity, as its deflationary nature incentivizes saving and investment over consumption. Global supply chains rebound, powered by bitcoin enabled efficiency.
-
2047 (Late Year)\ The U.S. is a patchwork of semi-autonomous zones, united by Bitcoinâs universal acceptance rather than federal control. Resource scarcity persists due to past disruptions, but economic stability is higher than in Shriverâs original dystopiaâBitcoinâs success prevents the authoritarian slide, fostering a freer, if imperfect, society.
Key Differences
- Currency Dynamics: Bitcoinâs triumph prevents the bancorâs dominance and mitigates hyperinflationâs worst effects, offering a lifeline outside state control.
- Government Power: Centralized authority weakens as Bitcoin evades bans and taxation, shifting power to individuals and communities.
- Societal Outcome: Instead of a surveillance state, 2047 sees a decentralized, bitcoin driven worldâless oppressive, though still stratified between Bitcoin haves and have-nots.
This reimagining assumes Bitcoin overcomes Shriverâs implied skepticism to become a robust, adopted currency by 2029, fundamentally altering the novelâs bleak trajectory.
-
-
@ 9ca447d2:fbf5a36d
2025-06-07 18:00:48Paris, France â June 6, 2025 â Bitcoin payment gateway startup Flash, just announced a new partnership with the âBitcoin Only Breweryâ, marking the first-ever beverage company to leverage Lightning payments.
Flash enables Bitcoin Only Brewery to offer its âBOBâ beer with, no-KYC (Know Your Customer) delivery across Europe, priced at 19,500 sats (~$18) for the 4-pack, shipping included.
The cans feature colorful Bitcoin artwork while the contents promise a hazy pale ale: âEach 33cl can contains a smooth, creamy mouthfeel, hazy appearance and refreshing Pale Ale at 5% ABV,â reads the product description.
Pierre Corbin, Co-Founder of Flash, commented:
âCurrently, bitcoin is used more as a store of value but usage for payments is picking up. Thanks to new innovation on Lightning, bitcoin is ready to go mainstream for e-commerce sales.â
Flash, launched its 2.0 version in March 2025 with the goal to provide the easiest bitcoin payment gateway for businesses worldwide. The platform is non-custodial and can enable both digital and physical shops to accept bitcoin by connecting their own wallets to Flash.
By leveraging the scalability of the Lightning Network, Flash ensures instant, low-cost transactions, addressing on-chain Bitcoin bottlenecks like high fees and long wait times.
For businesses interested in adopting Bitcoin payments, Flash offers a straightforward onboarding process, low fees, and robust support for both digital and physical goods. To learn more, visit paywithflash.com.
Media Contact:
Pierre Corbin
Co-Founder, Flash
Email: press@paywithflash.com
Website: paywithflash.comAbout Flash
Flash is the easiest Bitcoin payment gateway for businesses to accept payments. Supporting both digital and physical enterprises, Flash leverages the Lightning Network to enable fast, low-cost Bitcoin transactions. Launched in its 2.0 version in March 2025, Flash is at the forefront of driving Bitcoin adoption in e-commerce.
About Bitcoin Only Brewery
Bitcoin Only Brewery (@Drink_B0B) is a pioneering beverage company dedicated to the Bitcoin ethos, offering high-quality beers payable exclusively in Bitcoin. With a commitment to personal privacy, the brewery delivers across Europe with no-KYC requirements.
-
@ 7f6db517:a4931eda
2025-06-09 06:02:17People forget Bear Stearns failed March 2008 - months of denial followed before the public realized how bad the situation was under the surface.
Similar happening now but much larger scale. They did not fix fundamental issues after 2008 - everything is more fragile.
The Fed preemptively bailed out every bank with their BTFP program and First Republic Bank still failed. The second largest bank failure in history.
There will be more failures. There will be more bailouts. Depositors will be "protected" by socializing losses across everyone.
Our President and mainstream financial pundits are currently pretending the banking crisis is over while most banks remain insolvent. There are going to be many more bank failures as this ponzi system unravels.
Unlike 2008, we have the ability to opt out of these broken and corrupt institutions by using bitcoin. Bitcoin held in self custody is unique in its lack of counterparty risk - you do not have to trust a bank or other centralized entity to hold it for you. Bitcoin is also incredibly difficult to change by design since it is not controlled by an individual, company, or government - the supply of dollars will inevitably be inflated to bailout these failing banks but bitcoin supply will remain unchanged. I do not need to convince you that bitcoin provides value - these next few years will convince millions.
If you found this post helpful support my work with bitcoin.
-
@ 5188521b:008eb518
2025-05-20 08:33:09This memo intends to brief the federated societies of the galaxy on the status of one specific emerging civilization that has increasingly been of interest to our members, and further, to recommend caution when traveling unannounced nearby their local planet.
External Memo #263 from the Emerging Civilizations Council (ECC)
As you are all aware, it is the intention of our federated societies to isolate any emerging civilization in order to allow them the freedom to evolve and innovate independent of any external knowledge or technology. The benefits of this are twofold. Firstly, if during their scientific exploration and development, they are able to reach our same conclusions about the fundamentals of the universe, then we receive additional independent confirmation of our existing knowledge base. Secondly, and of much greater interest, is that all of our most advanced zero-to-one technological innovations have originated from these isolated civilizations because they are permitted to solve problems without bias from more advanced societies.
In earlier times, some of our members practiced strategic infusions of knowledge into emerging civilizations that would be disguised as native discoveries in order to secretly accelerate their advancement. While this was effective in developing advanced and peaceful civilizations more quickly, it was observed that those societies rarely developed any meaningful new technologies. As we have since learned, once a bias is introduced into an emerging civilization, it is typically destined to only innovate around our existing knowledge base.
More dangerously, societies that become aware of more advanced galactic civilizations almost always become focused on extrasolar power projection. This is an extension of the local evolutionary pressures that led to their domination as the apex predator on their planet. Only after they access the virtually unlimited resources of the galaxy, and they have resolved their internal struggle over distribution of those resources, will they be granted full federation status and interspecies technology transfer can be permitted. Prior to this stage, technology transfer from advanced societies must be avoided, as it can destabilize their development and often leads to the destruction of our most precious galactic resource; independent, decentralized technological innovation.
The dominant intelligent species of the specific civilization that is the focus of this memo identify as âHumansâ and collectively inhabit a planet they call âEarth.â The Humans of Earth have yet to discover any advanced technology that would be useful to our members at this time; however, based on a key recent milestone in their development, their status has been upgraded to that of âpre-federation,â making them the leading candidate for our next admission into the galactic federation. As such, it has been estimated that first contact with the Humans of Earth may be possible within the next 1-2 GmRs [1 Galactic micro-Rotation (GmR) equals approximately 200 Earth solar orbits and spans approximately 10 human generations].
Their recent promotion to pre-federation status is based on their discovery of inviolable absolute scarcity â a key event that was independently reached among all federation members and typically triggers exponential advancement within two to four local generations. As is the case on Earth, inviolable absolute scarcity is virtually always used to develop undiluted intraspecies communication of value (the so-called perfect money). This has shown to be critical for cooperation and advancement among planetary apex predators throughout our galaxy.
The Earth-based discovery centers around a simple massless ledger system that is secured by electric power projection and is rapidly being adopted among the Humans of Earth. As with most apex predators, human trust is extremely difficult to scale across their entire planetary population. However, the new Earth-based monetary system, which they have named âbitcoin,â is quickly gaining the trust of humans as it continues to prove its inviolability. As has been the case among all emerging civilizations since the formation of the ECC, scarcity alone, even absolute scarcity, has never been enough to trigger exponential technological growth. The source of absolute scarcity must also be inviolable, or it will never be sufficiently trusted among a population.
The new currency of Earth is in the process of proving its inviolability by surviving numerous attacks with no meaningful disruption. Notably, even those closest to its discovery attempted to violate the properties of Earthâs initial implementation of absolute scarcity but were unsuccessful. Today it continues to withstand external attacks by those who have the most to lose, as adoption of a true and fair economic communication threatens to expose the oppositionâs less productive, less efficient ideas. This, of course, is the specific class that must be disintegrated in order to allow the Humans of Earth to innovate freely and unlock exponential advancement. This same scenario has played out in all of our ancient histories following the discovery of inviolable absolute scarcity.
Because bitcoin has only existed for approximately one half of one human generation, proofs of inviolability have only been apparent to those who are looking the closest into the implications of the new discovery. Unsurprisingly, the humans who are the most inadequately compensated by the previous monetary systems are the first to find the benefits of inviolable absolute scarcity.
The highly anticipated exponential advancement from the now pre-federation Humans of Earth has attracted the interest of many of our members. Note, that at this juncture, the galactic playbook permits members to approach a pre-federation civilization undetected in order to fairly attain small quantities of their local implementation of inviolable absolute scarcity. The purpose of this practice is to allow our members to obtain a compatible and trusted source of compensation to be used in exchange for the first valuable innovations of a pre-federation society in a way that avoids unnecessary exposure to our technology prior to its full federation status.
Fortunately, all members who have taken part in this practice have fairly participated in the securitization of the bitcoin network, contributing small amounts of energy to organize and record transactions onto its independent time-based ledger system called the âTimechain.â Fair participation is critical to establish trust upon first contact.
Further, our members have, thus far, successfully minimized their impact on the new monetary system of Earth. This is important to disguise our existence but will also help gain trust in the future as no member will be seen as having abused its privileged access to overwhelming amounts of energy and computational power. To that end, it is believed that none of our members have collected more than a single payment for their energy contributions; meaning that no member society has more than 50 out of the full supply of 21,000,000 bitcoin (this was originally the smallest attainable payment for this form of fair participation).
The ECC asks that you please continue exercising caution, keeping your contributions to the bitcoin network to an absolute minimum. As a reminder, even a single service payment (currently 6.25 out of the full supply of 21,000,000 bitcoin), will likely be sufficient compensation for any of their innovations following first contact. Once awarded full federation status, Humans of Earth will be permitted to act as a full trading partner and will be eligible for other means of value for value payment.
However, the purpose of this message is not simply to commend our members for following those aspects of the galactic playbook. All federated societies of the galaxy should also be aware that there have recently been an increasing number of atmospheric anomalies detected by the Humans of Earth. Many believe that these anomalies are primarily caused by the influx of near-earth TDEs following their upgrade to pre-federation status [Temporary Distortion Events (TDEs) are a byproduct of most means of galactic travel]. We are, therefore, requesting that all members voluntarily announce their travel coordinates to help ensure that any TDEs in the future are adequately dispersed in space-time to avoid detectable events on Earth.
Although it has been almost 50 GmRs since the last emerging civilization was upgraded to pre-federation status, it is imperative that we maintain the complete isolation of the Humans of Earth at this critical juncture. As stated, if the Humans of Earth begin to suspect the presence of an overwhelmingly advanced species, they are highly likely to skew their innovations towards violent technologies that could destabilize their society and disrupt their potential for future contributions.
Thank you for maintaining our core principles as we begin to prepare for the next member to be admitted into our peaceful, decentralized federation.
End wideband galactic transmissionâĶ
This story first appeared in Tales from the Timechain. Support our work and buy a copy here.
79% of the zaps from this story will be passed onto the author, Reed. 21 Futures requests 21% for operating costs.
@nostr:npub1xgyjasdztryl9sg6nfdm2wcj0j3qjs03sq7a0an32pg0lr5l6yaqxhgu7s is a Christian, father of three, husband, bitcoiner, mechanical engineer in the nuclear power industry, science nerd and is passionate about the pursuit of truth. Reed also organized the Western Mass Bitcoin Meetup and is active on bitcoin twitter (@FreedomMoney21) and Nostr (nostrplebs.com/s/reed)
-
@ 58537364:705b4b85
2025-06-09 04:26:21āđ) āđāļĢāļāļāļ°āđāļĢāļāļđāļāđāļ āļāļąāļāđāļĨāļāļāļļāļāļāļīāļĒāļĄāļāļĩāđāļŠāđāļāļāļīāļāļāļīāļāļĨāđāļāļāļļāļāļŦāļąāļ§āļĢāļ°āđāļŦāļ āļāļĩāļ§āļīāļāļāļāļāļĄāļāļļāļĐāļĒāđāļāļđāļāļāļĢāļ°āļāļļāđāļāļĢāļļāļāđāļĢāđāļēāļāđāļ§āļĒāļāļ§āļēāļĄāļĄāļąāđāļāļāļąāđāļāļĢāđāļģāļĢāļ§āļĒ āļāļ§āļēāļĄāđāļāđāļāļāļĒāļđāđāļāļĩāđāļŠāļ°āļāļ§āļāļŠāļāļēāļĒāļĄāļĩāļāļīāļāļĄāļĩāđāļāđ āļāļĒāļēāļāļāļģāļāļ°āđāļĢāļāđāđāļāđāļāļģ āļāļĒāļēāļāļāļīāļāļāļ°āđāļĢāļāđāđāļāđāļāļīāļ āļŦāļĨāđāļāđāļĨāļĩāđāļĒāļāļāļ§āļēāļĄāļŠāļļāļāļāđāļ§āļĒāļāļēāļĢāđāļĒāđāļāļāļīāļāļāļĨāļāļĢāļ°āđāļĒāļāļāđāđāļāļ·āđāļāļāļāđāļāļ āļāļąāđāļāđāļāđāđāļāđāļāļāļāđāļ
āđāļāļ·āđāļāļāļŦāļĨāļąāļāđāļŦāđāļāļāļēāļĢāļāļģāđāļāļīāļāļāļĩāļ§āļīāļāđāļāđāļāļāļąāđāļ āļŠāļīāđāļāļāļĩāđāļāļāļāļēāļĢāļāļąāļāđāļĒāļāļĒāļđāđāļāđāļāļ·āļ âāļāļąāļāļŦāļēâ āļāļ§āļēāļĄāļāļĒāļēāļāđāļāđ āļāļĒāļēāļāļĄāļĩ āļāļĒāļēāļāđāļāđāļ āļŠāļīāđāļāļāļĩāđāļāļīāļ-āļāļđāļ-āļāļģāļāđāđāļāđāļāđāļāđāļāļ·āđāļāļāļāđāļāļ āđāļĨāļ°āļāļ§āļāļāđāļāļāđāļāļĒāđāļĄāđāļŠāļāđāļāļ§āđāļēāļāļ°āļāļģāļĨāļēāļĒāđāļāļĢ āđāļĄāđāļ§āđāļēāļĄāļāļļāļĐāļĒāđ āļŠāļąāļāļ§āđ āļŦāļĢāļ·āļāļŠāļīāđāļāđāļ§āļāļĨāđāļāļĄ āđāļāļ·āđāļāļāļŦāļāđāļēāđāļŦāđāļāļāļĩāļ§āļīāļāđāļāđāļāļāļĩāđ āļāļ·āļāļāļēāļĢāļāļĢāļ°āļāļēāļŠāļąāļĄāļāļąāļāļāđāļāđāļ§āļĒāļāļ§āļēāļĄāđāļāļĢāļīāļ āđāļĨāļāļēāļ āļīāļ§āļąāļāļāđ āļāļ§āļēāļĄāļŦāļĢāļđāļŦāļĢāļēāđāļĄāđāļĄāļĩāļāļĩāđāļŠāļīāđāļāļŠāļļāļ
āđāļāđāļāļĨāļāļāļāļąāđāļ§āļāļĩāļ§āļīāļāļāļāļāđāļĢāļē āļāļēāļĢāđāļāđāļāļĩāļ§āļīāļāđāļāđāļāļāļĩāđāļŠāļēāļĄāļēāļĢāļāļĄāļāļāļāļ§āļēāļĄāļŠāļļāļāļāļĩāđāđāļāđāļāļĢāļīāļāđāļŦāđāđāļāđāļŦāļĢāļ·āļāđāļĄāđ āđāļāļīāļāļāļ·āđāļ âāļāļ§āļēāļĄāđāļĄāđāđāļāđāļāļāđāļ§āļĒâ āđāļāđāļŦāļĢāļ·āļāđāļĄāđ ? āđāļāļĩāļĒāļĢāļāļīāļĒāļĻāđāļĨāļāđāļāđāļ âāļāļ§āļēāļĄāđāļĄāđāđāļāđâ āđāļāđāļŦāļĢāļ·āļāđāļĄāđ āļāđāļēāļāđāļŦāļāđāđāļāļŦāļĢāļđāļŦāļĢāļēāļāļĒāļđāđāļāļēāļĻāļąāļĒāđāļĨāđāļ§ âāđāļĄāđāļāļēāļĒâ āđāļāđāļŦāļĢāļ·āļāđāļĄāđ āļāļģāļāļāļāđāļāļĩāļĒāļ§āļāļĩāđāđāļāđāļāļ·āļ âāđāļĄāđāļĄāļĩâ āļāļķāđāļāļĄāļāļļāļĐāļĒāđāļāļļāļāļāļāļāđāļĒāļąāļ âāļāļļāļāļāđâ āļāļĒāļđāđāļāļąāļāļāļ§āļēāļĄāđāļāđāļāļāđāļ§āļĒ āļāļ§āļēāļĄāđāļāđ āļāļ§āļēāļĄāļāļēāļĒ āļāļĒāđāļēāļāđāļĄāđāļĄāļĩāđāļ§āđāļ āļāļķāļāđāļ§āļĨāļēāļŦāļĢāļ·āļāļĒāļąāļāļāļĩāđāļĄāļāļļāļĐāļĒāđāļāļ°āļŦāļąāļāļĄāļēāļāļĢāļ°āļŦāļāļąāļāļāļąāļ âāđāļĢāļāļāļđāļāđāļâ āļāļĩāđāđāļĢāļĩāļĒāļāļ§āđāļēāļāļąāļāļŦāļēāļāļĩāđ
āļāļĢāļ°āļāļļāļāļāđāļāđāļēāļāļĢāļāđāļĢāļĩāļĒāļāļĢāļđāđāļāļĩāļ§āļīāļāļāļĩāđāļĄāļĩāđāļāđāļāļ§āļēāļĄāļāļļāļāļāđāđāļĢāđāļāļēāļāļāļāļ āļŦāļĄāļļāļāļ§āļ āļāļĄāļāđāļāļĄ āđāļāļĢāļēāļ°āđāļŦāļāļļāļāļēāļāļāļąāļāļŦāļēāđāļŦāļĨāđāļēāļāļĩāđāļāļąāļāđāļĨāđāļ§ āđāļāđāļĢāļđāđāđāļĨāļ°āđāļāđāļēāđāļāļ§āđāļē âāļāļąāļāļāļ°â āļŦāļĢāļ·āļāļāļ§āļēāļĄāļāļāđāļāđāļāđāļāļĩ āļāļąāļāļāļēāļāļīāļāđāļāđāļŦāđāļŠāļđāļāļāļķāđāļ āļāļĨāļāđāļāļĨāļĩāđāļĒāļāļāļ§āļēāļĄāđāļŦāđāļāđāļāđāļāļąāļ§ āđāļāļ·āđāļāđāļāđāļāļĩāļ§āļīāļāļāļīāļ-āļāļđāļ-āļāļģāđāļāđāļāļ§āļēāļĄāļāļĩāļāļēāļĄ āļŠāļĢāđāļēāļāļŠāļĢāļĢāļāđāļŠāļīāđāļāļāđāļēāļ āđ āļŠāļĄāļāļđāļĢāļāđāđāļāđāļĄāļŠāļ āļēāļ§āļ°āļāļāļāļĄāļąāļ āđāļĢāļāļāļđāļāđāļāđāļāđāļāļāļĩāđāđāļāđāļāļāļāļāļĒāļēāļ āļāļāļāļĨāļģāļāļēāļ āđāļāļĢāļēāļ°āļāđāļāļāļāļ·āļāļāļāđāļāļ āļāļķāļāļāļāđāļŦāđāļāļīāļāđāļāļĄāļĩāļāļģāļĨāļąāļ āđāļāđāļāļąāļāļāļēāļāļīāļāļēāļĢāļāļēāđāļāđāļāļŦāļēāļāļĢāļ°āđāļĒāļāļāđāļāļēāļāļāļļāļāļŠāļīāđāļāļāļĒāđāļēāļāļāļļāđāļĄāļāđāļē āđāļĨāļ°āļĒāļąāđāļāļĒāļ·āļ
āļāļĢāļ°āļāļēāļāļēāļĢāļĒāđāļāđāļēāļāļŦāļāļķāđāļ āđāļāđāļāļđāļāļāļķāđāļāđāļāļāđāļēāļĄāļāļĨāļēāļāļŠāļāļāđāļ§āđāļē âāļŦāļĨāļēāļĒ āđ āļāļāļāļĩāđāđāļāđāļāļāļāļĢāļ§āļĒ āļĄāļĩāđāļāļīāļāļāļāđāļāđāļŠāļīāđāļāļāļāļāļāļĩāđāļāļĒāļēāļāđāļāđāļĄāļē āļāļāļāļŠāļļāļāļāđāļēāļĒāļāđāļĄāļąāļāļāļ°āļāļđāļāļ§āđāļē âāļāļķāļāļāļ§āđāļēāļāļ°āļāļĩāļāļ§āđāļēāļāļĩāđ āļāļĢāđāļāļĒāļāļ§āđāļēāļāļĩāđ āļĄāļĩāļāļ§āļēāļĄāļŠāļļāļāļāļ§āđāļēāļāļĩāđ āļāļāđāļāđāļĄāļēāđāļĨāđāļ§āļāđāđāļĄāđāđāļŦāđāļāļāļĩāđāļŦāļĄāļ·āļāļāļāļĩāđāļāļīāļāđāļ§āđāđāļĨāļĒâ āļāļķāđāļāļāļĢāļāļāļąāļāļāđāļēāļĄāļāļąāļāļāļāļāļĩāđāļāļāļīāļāļąāļāļīāļāļāđāļāđāļēāļāļķāļāļāļĢāļĢāļĄ āđāļĄāđāļĄāļĩāđāļāļĢāļāļđāļāđāļāļāļāļąāđāļ āļĄāļĩāđāļāđāļāļđāļāļ§āđāļē âāļĒāļīāđāļāļāļ§āđāļēāļāļĩāđāļāļīāļāđāļ§āđ āļāļĩāļāļ§āđāļēāļāļĩāđāļāļīāļāđāļ§āđ āļāļĢāļ°āđāļŠāļĢāļīāļāļāļ§āđāļēāļāļĩāđāļāļīāļāđāļ§āđâ āļāļ§āļēāļĄāļŠāļļāļāļāļĩāđāđāļĄāđāļŠāļēāļĄāļēāļĢāļāļāļīāļāļāļāļēāļāļēāļĢāđāļāđ āļāļ§āļēāļĄāļŠāļļāļāļāļĩāđāđāļĄāđāđāļāļĒāļāļģāļāļ§āļēāļĄāļāļīāļāļŦāļ§āļąāļāļĄāļēāđāļŦāđ āļāļ§āļēāļĄāļŠāļļāļāļāļĢāļ°āđāļ āļāļāļĩāđāļĄāļĩāđāļĢāļāļāļđāļāđāļāļāļ·āļ âāļāļąāļāļāļ°â āļāļąāđāļāđāļāļ
ââ
āđ) āļŦāļąāļ§āļāļāļ§āļ āļŦāļēāļāđāļĢāļēāļāļēāļĻāļąāļĒāļāļąāļāļŦāļēāļāļģāļāļēāļāļĩāļ§āļīāļ āļāļĩāļ§āļīāļāļāļāļāđāļĢāļēāļāđāļāļ°āļ§āļāđāļ§āļĩāļĒāļāđāļĢāļ·āđāļāļĒāđāļāļ·āđāļāļĒ āļĄāļĩāđāļāđāļāļ§āļēāļĄāļāļļāļāļāđāđāļāļāļąāļāļāļļāļāļąāļ āđāļĨāļ°āļāļļāļāļāđāļāļĩāđāļĢāļāļāļĒāļđāđāđāļāļāļāļēāļāļ āļāļĩāļ§āļīāļāđāļāđāļāļāļĩāđ āļāđāđāļĄāđāļāđāļēāļāļāļ°āđāļĢāļāļąāļāļāļĩāļ§āļīāļāļāļāļāđāļĄāļ§-āļŦāļāļđ-āļāļđ-āļāļļāđāļ-āļāļē-āđāļāđ āđāļāļēāđāļāđ āđāļŠāļ§āļāļŦāļēāļāļēāļŦāļēāļĢ-āļāļīāļ-āļāļāļ āđāļāđāļāļ§āļēāļĄāļŠāļļāļāļāļĢāļ°āđāļāļĩāđāļĒāļ§āļāļĢāļ°āļāđāļēāļ§ āđāļĨāđāļ§āļāđāļŦāļĄāļāđāļ§āļĨāļēāļāļķāļāļ§āļēāļĢāļ°āļāļĩāđāļāđāļāļāļāļēāļĒāļāļēāļāđāļ āđāļĄāđāđāļāļĒāļĢāļđāđāļāļąāļāļāļļāļāļāđāļēāļāļĩāļ§āļīāļāļāļĩāđāđāļāđāļāļĢāļīāļ āđāļĄāđāđāļāđāļāļ§āļēāļĄāļŠāļļāļāļŠāļāļāđāļĨāļĒāļŠāļąāļāļ§āļīāļāļēāļāļĩāđāļāļĩāļĒāļ§
āļāļĢāļ°āļāļļāļāļāđāļāđāļēāļāļĢāļąāļŠāļĢāļđāđāđāļĨāđāļ§ āđāļĨāđāļāđāļŦāđāļāļ§āđāļē āļĄāļāļļāļĐāļĒāđāļĄāļĩāļĻāļąāļāļĒāļ āļēāļāļāļĩāđāļĄāļēāļāļāļ§āđāļēāļŠāļąāļāļ§āđāļāļąāđāļāļŦāļĨāļēāļĒ āļāļēāļĢāļāļĨāđāļāļĒāļāļĩāļ§āļīāļāđāļŦāđāđāļāđāļĄāđāļāļāđāļ§āļĒ âāļāļ§āļīāļāļāļēâ āļāļ§āļēāļĄāđāļĄāđāļĢāļđāđ āļāđāļāđāļŦāđāđāļāļīāļāļāļąāļāļŦāļē āđāļĨāđāļ§āļāđāļāļąāļāļāļēāļāļĩāļ§āļīāļāļāļģāļāļāļļāļĻāļĨāļāļĢāļĢāļĄ āļĄāļĩāđāļāđāļāļ§āļēāļĄāļāļļāļāļāđāļāļĨāļāļāļŠāļēāļĒāļāļąāđāļ āļŠāļēāļĄāļēāļĢāļāđāļāļĨāļĩāđāļĒāļāļāļĢāļ°āļāļ§āļāļāļąāļĻāļāđāđāļāđ āđāļāļĒāļĄāļļāđāļāđāļāđāļāļāļĩāđ âāļāļąāļāļāļēâ āļāļ§āļēāļĄāļĢāļđāđāđāļĨāļ°āđāļāđāļēāđāļāļāļ§āļēāļĄāđāļāđāļāļāļĢāļīāļ āļāđāļāđāļŦāđāđāļāļīāļāļāļąāļāļāļ°āļāļ§āļēāļĄāļāļāđāļāđāļāđāļāļĩāđāļāļāļĩāļ§āļīāļ āļāļąāļāđāļāļĨāļ·āđāļāļāđāļāđāļāļāļļāļĻāļĨāļāļĢāļĢāļĄ āļŠāļĢāđāļēāļāđāļŦāļāļļāļāļĩāđāļāļđāļāļāđāļāļ āļāļĨāļāļĩāđāđāļāđāļāļāļ§āļēāļĄāļŠāļļāļ āļāļ§āļēāļĄāđāļĄāđāļāļļāļāļāđ āđāļĨāļ°āļāļ§āļēāļĄāļāđāļāļāļļāļāļāđ āļāđāļāļ°āļāļēāļĄāļĄāļē
āđāļāļĢāļēāļ°āļāļ°āļāļąāđāļāļāļļāļāļāļĢāļąāđāļāđāļĄāđāļ§āđāļēāļāļģāļāļ°āđāļĢ āļŦāļĢāļ·āļāđāļĄāđāļāļģāļāļ°āđāļĢ āļĨāļāļāļāļāļāļ§āļāļāļđāļ§āđāļē āļāļēāļĢāļāļąāļāļŠāļīāļāđāļāļāļąāđāļ āđ āļĄāļĩāļāļ°āđāļĢāđāļāđāļāļŦāļąāļ§āļāļāļ§āļ âāļāļąāļāļŦāļēâ āļŦāļĢāļ·āļ âāļāļąāļāļāļēâ āđāļāļĢāđāļŦāļāļ·āļāļāļ§āđāļēāđāļāļĢ
ââ
āđ) āļŦāļĨāļąāļ āđāđ āļāļĢāļ°āļāļēāļĢ āļāļĢāļąāđāļāļŦāļāļķāđāļāļāļĢāļ°āļāļļāļāļāđāļāđāļēāđāļāđāļāļģāļāļąāļāļāļąāļāđāļŦāļĨāđāļēāļŠāļēāļ§āļāļ§āđāļē āļŦāļēāļāđāļĄāļ·āđāļāđāļāļāļđāļāļāļąāļāļāļ§āļāļāļ§āļāļāļ·āđāļāļĄāļēāļāļēāļĄāļāļķāļ āļŦāļĨāļąāļāļāļĢāļĢāļĄāļāļĩāđāļāļĢāļ°āļāļļāļāļāļāļāļāđāļāļĢāļāđāļŠāļāļ āļĄāļĩāļāļ°āđāļĢāđāļāđāļ âāļāļĩāđāļāļąāđāļāļāđāļâ āđāļĨāļ°āļĄāļĩāļāļ°āđāļĢāđāļāđāļ âāļāļĩāđāļāļâ āļāļĢāļāļ§āļēāļāļŦāļĨāļąāļāļāļĢāļĢāļĄāļāļąāđāļāđāļ§āđ āđāđ āļāļĢāļ°āļāļēāļĢ āđāļāđāđāļāđ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļāļąāļāļāļ° āđāļāđāļāļāļĩāđāļāļąāđāļāļāđāļ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļĄāļāļŠāļīāļāļēāļĢ āđāļāđāļāļāļĩāđāļāđāļāļāļąāļ§ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļāļąāļŠāļŠāļ° āđāļāđāļāđāļŦāļĨāđāļāđāļāļīāļ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāđāļ§āļāļāļē āđāļāđāļāļāļĩāđāļāļļāļĄāļāļļāļĄ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļŠāļĄāļēāļāļī āđāļāđāļāļāļĢāļ°āļĄāļļāļ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļŠāļāļī āđāļāđāļāļāļāļīāļāđāļāļĒ āđāļāđāļāđāļŦāļāđ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļāļąāļāļāļē āđāļāđāļāļĒāļāļāļĒāļīāđāļ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļāļĄāļāļ° āđāļāđāļāļāļĩāđāļŦāļĒāļąāļāļĨāļ * -āļāļĢāļĢāļĄāļāļąāđāļāļāļ§āļ āļĄāļĩāļāļīāļāļāļēāļ āđāļāđāļāļāļĩāđāļāļ
āļŦāļĨāļąāļāļāļĢāļĢāļĄāļāļļāļāļāļĩāđ āļŠāļ·āđāļāļŠāļēāļĢāđāļāđāļāļąāļāđāļāļāļ§āđāļē āļĢāļ°āļāļāļāļēāļĢ âāļāļāļīāļāļąāļāļīâ āļāļāļāļāļĢāļ°āļāļļāļāļāļĻāļēāļŠāļāļēāļāļĩāđ āļĄāļĩāļāļ°āļāļąāļāļāļēāļāļļāļĻāļĨāđāļāđāļāļąāđāļāđāļāđāļāđāļāļāļāļāļķāļāļāļļāļāļŦāļĄāļēāļĒ āļāļāđāļŦāđāļŠāļąāļāđāļāļāļāļĩāđ âāļāļąāļāļāļ°â āļāļĩāđāđāļāđāļāļŦāļĨāļąāļāļāļĢāļĢāļĄāļāļąāđāļāļāđāļ āđāļāļ·āđāļāļĄāđāļĒāļāđāļāļāļķāļāļāļĢāļ°āļāļīāļāļāļēāļ âāļāļąāļāļāļ°â āļāļĩāđāļĒāđāļāļĄāļāļĨāđāļēāļ§āļāļķāļāļāļĢāļĢāļĄāđāļĄāđāđāļāđāļāļāļļāļĻāļĨ āđāļāđāđāļāđāļāļāļĢāļĢāļĄāļāļĩāđāđāļāđāļāļāļļāļĻāļĨ āļāļąāļāļāļēāļāđāļāđāļāļ·āđāļāļāđāļāļāļķāļ āļŠāļĄāļēāļāļī-āļŠāļāļī-āļāļąāļāļāļē āđāļāđ
āļŠāļģāļāļąāļāļāļ·āļ āļāļ§āļēāļĄāļāļāđāļāđāļāļāļĢāļĢāļĄ āļāļ§āļēāļĄāļĢāļąāļ āļāļ§āļēāļĄāļŠāļāđāļāđāļāđāļāļĩāļāļĩāđāļāļ°āļāļąāļāļāļēāļāļąāļ§ āđāļāđāļāļāļļāļāļŦāļĄāļļāļāļŦāļĄāļēāļĒāđāļĢāļīāđāļĄāļāđāļāļāļāļāļāļļāļāļāļāļĢāļĢāļĄ āļĒāļīāđāļāļāļāļīāļāļąāļāļīāđāļ āļĒāļīāđāļāļāđāļāļāļąāļ§āđāļāđāļāļāļĢāļĢāļĄāļāļĩāđāđāļŦāļāđāļāļķāđāļ āļĄāļĩāļāļļāļāļ āļēāļāļāļķāđāļ āđāļĨāļ°āđāļĄāļ·āđāļāļāļķāļāļāļļāļāļŦāļĄāļēāļĒ āļāļ§āļēāļĄāļŠāļīāđāļāļāļļāļāļāđāļāđāļāļ°āđāļāļīāļāļĄāļĩ āđāļāđāļāļĨāļģāļāļąāļāļāļąāđāļāļāļāļāļāļĒāđāļēāļāļāļĩāđāđāļĄāđāđāļāļĒāđāļāļĨāļĩāđāļĒāļāđāļāļĨāļ
ââ
āļāļąāļāļŦāļēāļāļĨāļąāļ§āļĒāļēāļ āļāļĨāļąāļ§āļĨāļģāļāļēāļ āđāļĄāļ·āđāļāļāļąāļāļāļēāļĢāļđāđāļ§āđāļēāļāļĩ āļĄāļĩāļāļĢāļ°āđāļĒāļāļāđ āļāļķāļāļĒāļēāļ āļāļķāļāļĨāļģāļāļēāļ āļāđāđāļĄāđāļāļĨāļąāļ§
ââ
āļāļēāļĻāļĢāļĄāļāļąāļāļāļīāļŠāļēāļĢ āđāđ āļāļļāļĨāļēāļāļĄ āđāđāđāđ
āđāļŦāļĨāđāļāļāļĩāđāļĄāļē #Phramaha Fookij Jutipanyo
-
@ 7f6db517:a4931eda
2025-06-09 06:02:17Bank run on every crypto bank then bank run on every "real" bank.
â ODELL (@ODELL) December 14, 2022
Good morning.
It looks like PacWest will fail today. It will be both the fifth largest bank failure in US history and the sixth major bank to fail this year. It will likely get purchased by one of the big four banks in a government orchestrated sale. Â
March 8th - Silvergate Bank
March 10th - Silicon Valley Bank
March 12th - Signature Bank
March 19th - Credit Suisse
May 1st - First Republic Bank
May 4th - PacWest Bank?PacWest is the first of many small regional banks that will go under this year. Most will get bought by the big four in gov orchestrated sales. This has been the playbook since 2008. Follow the incentives. Massive consolidation across the banking industry. PacWest gonna be a drop in the bucket compared to what comes next.
First, a hastened government led bank consolidation, then a public/private partnership with the remaining large banks to launch a surveilled and controlled digital currency network. We will be told it is more convenient. We will be told it is safer. We will be told it will prevent future bank runs. All of that is marketing bullshit. The goal is greater control of money. The ability to choose how we spend it and how we save it. If you control the money - you control the people that use it.
If you found this post helpful support my work with bitcoin.
-
@ 266815e0:6cd408a5
2025-05-16 20:52:42Streams are the key to nostr
Loading events from a nostr relay is probably the most inconsistent way of loading data I've had to work with, and that's only loading from a single relay. the problem gets exponentially more complicated once you try to load events from multiple relays
Unlike HTTP nostr does not have a simple flow with timeouts built in. events are sent back one at a time and can fail at any point or have massive (10s) gaps between them
The key is to use streams. something that starts, emits any number of results, then maybe errors or completes. luckily it just so happens that JavaScript / TypeScript has a great observable stream library called RxJS
What is an observable
An
Observable
in RxJS is stream a of data that are initialized lazily, which means the stream is inactive and not running until something subscribes to it```ts let stream = new Observable((observer) => { observer.next(1) observer.next(2) observer.next(3) observer.complete() })
// The stream method isn't run until its subscribed to stream.subscribe(v => console.log(v)) ```
This is super powerful and perfect for nostr because it means we don't need to manage the life-cycle of the stream. it will run when something subscribes to it and stop when unsubscribed.
Its helpful to think of this as "pulling" data. once we have created an observable we can request the data from it at any point in the future.
Pulling data from relays
We can use the lazy nature of observables to only start fetching events from a nostr relay when we need them
For example we can create an observable that will load kind 1 events from the damus relay and stream them back as they are returned from the relay
```typescript let req = new Observable((observer) => { // Create a new websocket connection when the observable is start let ws = new WebSocket('wss://relay.damus.io')
ws.onopen = () => { // Start a REQ ws.send(JSON.stringify(['REQ', 'test', {kinds: [1], limit: 20}])) }
ws.onmessage = (event) => { let message = JSON.parse(event.data) // Get the event from the message and pass it along to the subscribers if(message[0] === 'EVENT') observer.next(message[1]) }
// Cleanup subscription return () => { ws.send(JSON.stringify(['CLOSE', 'test'])) ws.close() } }) ```
But creating the observable wont do anything. we need to subscribe to it to get any events.
ts let sub = req.subscribe(event => { console.log('we got an event' event) })
Cool now we are pulling events from a relay. once we are done we can stop listening to it by unsubscribing from it
ts sub.unsubscribe()
This will call the cleanup method on the observable, which in turn closes the connection to the relay.
Hopefully you can see how this work, we don't have any
open
,connect
, ordisconnect
methods. we simply subscribe to a stream of events and it handles all the messy logic of connecting to a relayComposing and chaining observables
I've shown you how we can create a simple stream of events from a relay, but what if we want to pull from two relays?
Easy, lets make the previous example into a function that takes a relay URL
```ts function getNoteFromRelay(relay: string){ return new Observable((observer) => { let ws = new WebSocket(relay)
// ...rest of the observable...
}) } ```
Then we can "merge" two of these observables into a single observable using the
merge
method from RxJSThe
merge
method will create a single observable that subscribes to both upstream observables and sends all the events back. Think of it as pulling events from both relays at once```ts import { merge } from 'rxjs'
const notes = merge( getNoteFromRelay('wss://relay.damus.io'), getNoteFromRelay('wss://nos.lol') )
// Subscribe to the observable to start getting data from it const sub = notes.subscribe(event => { console.log(event) })
// later unsubscribe setTimeout(() => { sub.unsubscribe() }, 10_000) ```
But now we have a problem, because we are pulling events from two relays we are getting duplicate events. to solve this we can use the
.pipe
method and thedistinct
operator from RxJS to modify our single observable to only return one version of each eventThe
.pipe
method will create a chain of observables that will each subscribe to the previous one and modify the returned values in some wayThe
distinct
operator takes a method that returns a unique identifier and filters out any duplicate values```ts import { merge, distinct } from 'rxjs'
const notes = merge( getNoteFromRelay('wss://relay.damus.io'), getNoteFromRelay('wss://nos.lol') ).pipe( // filter out events we have seen before based on the event id distinct(event => event.id) ) ```
Now we have an observable that when subscribed to will connect to two relays and return a stream of events without duplicates...
As you can see things can start getting complicated fast. but its also very powerful because we aren't managing any life-cycle code, we just subscribe and unsubscribe from an observable
Taking it to an extreme
Hopefully at this point you can see how powerful this is, we can think of almost any data loading pattern as a series of observables that pull data from upstream observables and stream it back to the original subscriber.
Here is a quick sketch of what it could look like to load user profiles. each node is an observable that "pulls" data from its child node ending with the "connect websocket" or "load from database" nodes which do the work of making a relay connection
Conclusion
All this might seem pretty simple and straight forward, but its been a long six month of learning for me. I've had to completely rethink how data and nostr events should be handled in a client and how to avoid screwing up and shooting myself in the foot with these powerful tools.
If you want to give RxJS a try I would encourage you to checkout the nostr sdk I've been building called applesauce
Its uses RxJS for pretty much everything and has the simplest and most flexible relay connection API I've seen so far (mainly no life-cycle management)
-
@ a296b972:e5a7a2e8
2025-06-07 16:39:47Nur fÞrâs Protokoll. Hiermit erklÃĪre ich, Georg Ohrweh, im tatsÃĪchlich vorhandenen vollen Besitz meiner geistigen KrÃĪfte, dass Herr Lauterbach, gleich welche Position er in Zukunft noch bekleiden sollte, fÞr mich nicht zustÃĪndig ist. Basta.
Ein Erguss dieses verhaltensoriginellen Ãber-alles-Bescheidwissers:
âWir kommen jetzt in eine Phase hinein, wo der Ausnahmezustand die NormalitÃĪt sein wird. Wir werden ab jetzt immer im Ausnahmezustand sein. Der Klimawandel wird zwangslÃĪufig mehr Pandemien bringen.â
Wie kann es sein, dass solch eine Ausnahme-Gestalt, die schon rein ÃĪuÃerlich die Phantasie zu Vergleichen anregt, sich leider auch genauso verhÃĪlt, wie die Gestalten, die in diesen Phantasien vorkommen, ungebremst auf der Panik-Klaviatur kakophonische KlÃĪnge erzeugen darf? Obwohl ein wenig Wahrheit ist auch enthalten: Wir sind tatsÃĪchlich immer im Ausnahmezustand, im Ausnahmezustand des fortgeschrittenen Wahnsinns.
Wie kann es sein, dass dieser Haaaarvardist seinen persÃķnlich empfundenen Ausnahmezustand zum Allgemeingut erklÃĪren kann? Welche VerknÞpfungs-Phantasien hat er sonst noch studiert? Er ist ja auch noch Vorsitzender im Raumfahrtausschuss. Was kommt als NÃĪchstes? Eine Klima-Pandemie, verursacht durch auÃerirdische Viren, die die Temperaturen beeinflussen kÃķnnen? Im aktuellen Zeitgeist gibt es nichts, was nicht gedacht wird. Wem die besseren AbsurditÃĪten einfallen, der gewinnt. Man muss sich schon den gegebenen Denkstrukturen etwas anpassen, aber sich auch ein wenig MÞhe geben.
Nach dem Wechsel der ehemaligen AuÃen-Dings zur UN (mit dem Ziel, aus den Vereinten Nationen die Feministischen Nationen zu gestalten) und des ehemaligen Wirtschafts-Dings in den AuÃenausschuss und als Gastdozent in Kalifornien (Thema: Wirtschaftsvernichtung unter Einbeziehung des gespannten VerhÃĪltnisses unter Geschwistern aufgrund ÃĪrmlicher VerhÃĪltnisse, am Beispiel des MÃĪrchens von HÃĪnsel und Gretel) , jetzt auch noch der ehemalige Chef-Panikmacher zur WHO.
âĶund der Wahnsinn wurde hinausgetragen in die Welt, und es wurde dunkel, und es ward Nacht, und es wurde helle, und es ward Tag, der Wind blies oder auch nicht (was macht der Wind eigentlich, wenn er nicht weht?), und es ward Winter, und es wurde kÃĪlter, und es wurde wÃĪrmer, und es ward Sommer. Es regnete nicht mehr, die Wolken schwitzten. Und Putin verhinderte (wer auch sonst), dass das Eis in der Antarktis abnahm.
Wiederholte Bodentemperaturen in der Toskana von 50 Grad Celsius. Zu erwartende Wassertemperaturen wÃĪhrend Ferragosto an der italienischen Adria von durchschnittlich 100 Grad Celsius. An Stellen mit wenig StrÃķmung stiegen schon die ersten Kochblasen auf. Doch dann kam der durch Lachs gestÃĪhlte, salzlose Super-Karl und rettete mit einem durch die WHO diktierten Klima-Logdown die gesamte Menschheit. Wer besser, als er konnte wissen, dass ein Klima-Logdown weitgehend nebenwirkungsfrei ist.
Was fÞr ein Segen, dass Karl der GroÃe, der uns so siegreich durch die Corona-Schlacht gefÞhrt hat, jetzt auch gegen das Klima in den Krieg zieht.
Wer kennt das nicht, Tage der Qual, in denen man zugeben muss: Ich habâ heute so schlimm Klima.
Viele Klimaexperten, die weltweit in der QualitÃĪtspropaganda zitiert werden, zeichnen sich besonders dadurch aus, dass sie mit einer maximalen Abweichung von einem Grad Celsius ein Thermometer fehlerfrei ablesen kÃķnnen. Diese Ungenauigkeit wird der Erdverkochungsexperte sicher als erstes beheben.
In einer aufopfernden Studie wÃĪhrend eines Urlaubs in 2023, in der um die damalige Zeit erstmals eisfreien Toskana, hat er den von ihm ausgetÞftelten Klimaschutzplan ins Rheinische Þbersetzt. Titel: âSchÞtzen Sie sisch, und, ÃĪh, andere!â Weiter konnte er erforschen, dass die Bodentemperatur nicht immer mit der Temperatur des Erdkerns Þbereinstimmen muss.
Durch seine unermÞdlichen Studien, kÃķnnen Hitzetote in Zukunft besser zugeordnet werden. Man weià dann, ob jemand an hohen oder mit hohen Temperaturen gestorben ist. Der asymptomatische Klimawandel kann so in Zukunft viel besser bewertet werden. Man hat aus geringfÞgigen Fehlern gelernt und die Methoden erheblich verbessert.
Eine prÃĪzise Vorhersage der Jahreszeiten, vor allem die des Sommers, wird bald ebenfalls mÃķglich sein. Es kann jetzt vor jahreszeitbedingten, teilweise sogar tÃĪglich schwankenden TemperaturverÃĪnderungen rechtzeitig gewarnt werden. Im Herbst kÃķnnen Heizempfehlungen fÞr die ahnungslose BevÃķlkerung herausgegeben werden. Frieren war gestern, wissen wann es kalt wird, ist heute. Es wird an Farben geforscht, die noch roter sein sollen, als die, die jetzt in den Wetterkarten bei 21 Grad bereits verwendet werden.
Eine allgemeine Heizpflicht soll es europaweit zunÃĪchst nicht geben.
Weiter soll die Lichteinstrahlung der Sonne noch prÃĪziser bestimmt werden, damit den EuropÃĪern, in ErgÃĪnzung zur mitteleuropÃĪischen Sommerzeit, jetzt auch noch genau mitgeteilt werden kann, wann es Tag und wann es Nacht ist.
Das Hinausschauen aus dem Fenster, zum Beispiel, ob es schon dunkel drauÃen ist, erÞbrigt sich. Die Tageszeit, in ErgÃĪnzung zur herkÃķmmlichen Uhrzeit, wird demnÃĪchst automatisch mit dem Klima-Pass Þbermittelt werden. Zu Anfang natÞrlich erst einmal freiwillig.
Durch die persÃķnliche ID kÃķnnen dann auch schnell und unkompliziert SonderprÃĪmien Þberwiesen werden, sofern man sich klimakonform verhalten hat, damit man sich rechtzeitig vor Winterbeginn eine warme Jacke oder einen Mantel kaufen kann. Das Sparen von Bargeld auf eine bevorstehende grÃķÃere Anschaffung von Winterkleidung wird somit ÞberflÞssig.
Ob es am Ende nun um Hitze oder KÃĪlte geht, spielt eigentlich gar keine Rolle, denn wie wussten schon die Ahnen zu berichten: Was gut fÞr die KÃĪlte ist, ist auch gut fÞr die WÃĪrme.
Westliche MÃĪchte unternehmen immer wieder Versuche, eskalierend auf den Ukraine-Konflikt einzuwirken, damit man atombetriebene Heizpilze aufstellen kann, an denen sich die EuropÃĪer im Winter auch im Freien wÃĪrmen kÃķnnen.
Wie praktisch, dass man nicht nur Gesundheit und Klima, sondern auch Klima und Krieg miteinander verbinden kann. Alles so, oder so ÃĪhnlich mÃķglicherweise nachzulesen im genialen Hitzeschutzplan ÃĄ la Lauterbach.
Besonders Deutschland braucht nicht nur lauterbachsche HitzeschutzrÃĪume, nein es braucht atomsichere Hitzeschutzbunker, so schlÃĪgt man gleich zwei Fliegen mit einer Klappe.
FÞr die, die es sich leisten kÃķnnen, hier ein Vorschlag. Der K2000:
FÞr die weniger gut Betuchten reicht auch ein kÞhles Kellerloch, das man idealerweise im Februar beziehen und nicht vor November wieder verlassen sollte, so die Empfehlung auch von fÞhrenden Klima-Forschern, die es ja wissen mÞssen. Von Dezember bis Januar empfiehlt sich ein Besuch auf den Bahamas, besonders dann, wenn man eine leichte ErkÃĪltung verspÞrt.
Nur VerschwÃķrungstheoretiker behaupten, dass die eigenartigen Anschlussverwendungen der Extrem-KapazitÃĪten, zu denen Lauterbach ohne Zweifel dazugehÃķrt, wie dicke rote Pfeile wirken, die auf Institutionen und Organisationen zeigen, um die man unter allen UmstÃĪnden einen groÃen Bogen machen sollte, weil sie mÃķglicherweise nichts Gutes im Schilde fÞhren. Minimal sollen sie angeblich Unsinn verbreiten, maximal sollen sie gehÃķrigen Schaden anrichten.
Man muss sich nur ein paar Gedanken machen, schon kann man feststellen, wie alles mit allem zusammenhÃĪngt.
âDieser Beitrag wurde mit dem Pareto-Client geschrieben.â
*Â *
(Bild von pixabay)
-
@ 4fe4a528:3ff6bf06
2024-12-01 15:00:30https://cdn.satellite.earth/8dd22e9b598964ade69d4c5ca517c2637ffafdfb15cf3e589cd1a7955c173375.mp4 In my last news article I wrote about selling my beef for 4500 sats / lb and buying my eggs for 4500 sats / dozen. You will be glad to know that some of my friends gave me bitcoin for my birthday. One person gave me over 60,000 sats, so now I am feeling like my last months article caused everyone to buy bitcoin â opt out of inflation.
It must have been more than my friends giving me bitcoin that caused Bitcoin to increase itâs market cap by 600 billion US dollars. I know that eggs are costing me 3,000 sats now compared to 4500 sats one month ago. If things keep getting 50% cheaper every month I might not have to move all my value into bitcoin.
Isnât it weird using something that increases in value month after month? It is indeed a far cry from the traditional notion of money, where the value or the purchasing power of the currency loses value month after month. Most Bitcoiners care about the separation of money from the state, the removal of a third party from transactions and the capturing the deflationary nature of technology, etc. The fiat price is simply a short term way of measuring progress toward that goal. In reality, the moose shekel price doesnât really matter.
With Brazil and Russia now using it as legal tender I donât want anyone to give me bitcoin as a gift this month. Give your money/love to helping others see Jesusâ love in coming to earth instead. You might be able to write off your donation also.
You do realize there are only 16.5 million bitcoin available to be moved to other bitcoin type people and the US bitcoin strategic reserve might be coming next year. I just hope the Trudeau / Christine âVibâ session doesnât make Canadians give up on using the Moose Shekels as a means of exchanging value. Bitcoin is now worth more than the Canadian dollar. If you need to get educated about money join Nostr and do a video / desktop sharing conference with me. Say hivetalk.org @ 9am ish works best for me. Remember, learning technology makes you earn more. We are all in this together.
-
@ 0176967e:1e6f471e
2024-07-26 17:45:08Ak ste v Bitcoine uÅū nejakÃ― ten rok, moÅūno mÃĄte pocit, Åūe uÅū vÅĄetkÃĐmu rozumiete a Åūe vÃĄs niÄ neprekvapÃ. Viete Äo je to peÅaÅūenka, Äo je to seed a Äo adresa, moÅūno dokonca aj Äo je to sha256. Ste si istÃ? TÃĄto prednÃĄÅĄka sa vÃĄm to pokÚsi vyvrÃĄtiÅĨ. ð
-
@ 7f6db517:a4931eda
2025-06-09 06:02:16Will not live in a pod.
Will not eat the bugs.
Will not get the chip.
Will not get a blue check.
Will not use CBDCs.Live Free or Die.
Why did Elon buy twitter for $44 Billion? What value does he see in it besides the greater influence that undoubtedly comes with controlling one of the largest social platforms in the world? We do not need to speculate - he made his intentions incredibly clear in his first meeting with twitter employees after his takeover - WeChat of the West.
To those that do not appreciate freedom, the value prop is clear - WeChat is incredibly powerful and successful in China.
To those that do appreciate freedom, the concern is clear - WeChat has essentially become required to live in China, has surveillance and censorship integrated at its core, and if you are banned from the app your entire livelihood is at risk. Employment, housing, payments, travel, communication, and more become extremely difficult if WeChat censors determine you have acted out of line.
The blue check is the first step in Elon's plan to bring the chinese social credit score system to the west. Users who verify their identity are rewarded with more reach and better tools than those that do not. Verified users are the main product of Elon's twitter - an extensive database of individuals and complete control of the tools he will slowly get them to rely on - it is easier to monetize cattle than free men.
If you cannot resist the temptation of the blue check in its current form you have already lost - what comes next will be much darker. If you realize the need to resist - freedom tech provides us options.
If you found this post helpful support my work with bitcoin.
-
@ d6affa19:9110b177
2024-09-24 18:31:42i'm in the upstairs office. lost in some project i've been tinkering with. i feel driven with purpose.
the door is cracked open. i always leave the door open.
Her footsteps echo up the stairway. but my focus is intense; a solution just beyond my fingertips.
the door creaks open, a soft whisper of a sound.
i instantly feel Her presence. a sweet vanilla scent wraps around me, thick and intoxicating.
Her fingers brush through my hair, a gentle caress.
She grips my hair, then releases itâ over and over again. it feels good.
a soothing warmth envelops me.
Her fingers glide, each stroke igniting my senses. a chill races down my spine.
the monitor becomes a bit distant.
"You're really focused, hmm?" She teases, leaning closer. "I'm just checking in on my sweet boy." Her tone alluring, already drawing me in.
"of course, my Queen." i reply, my eyes glued to the screen, struggling to concentrate. "thank You," my voice hints at annoyance. "i'm so close to finishing this up."
just when i near a breakthrough, She appears, a siren pulling me from my path. how does She know..? the quiet signals that betray my focusâ that reveal my yearning.
"Hmmmm," She playfully muses.
ugh, i need to concentrate. but the way this feels...
it pulls me deeper.
Her fingers drift by my ear, lingering around my neck. nails grazing my skin, sending shivers through me.
my heart begins to race. the screen blurs, reality separates.
"Okay, sweet boy." Her voice is a soft command. Her nails dig in, a mixture of pain and pleasure. a sharp contrast to the softness of Her touch. "I'll be downstairs while you finish."
yet She remains. i close my eyes, drowning in the sensation. i should be finishing this project...
but each press feels like a silent command, an urge to abandon my thoughts, to succumb to the pull of Her presence.
the way She easily captures my attention... it makes me feel so vulnerable...
Her grip finally loosens, and slowly leaves my neck. it wants more...
i barely hear Her leave. but the air feels colder. the warmth of Her presence is fading. an aching emptiness fills the space...
the weight of Her absence settles in, another reminder of how easily She commands my thoughts...
desperately, i take in the remnants of Her scent.
i stare at my monitor. focus shattered, thoughts scattered like leaves.
i linger for a moment. fighting the urge to chase after Her.
the pull of Her absence is heavy in the air. i'm unable to resist. i rise from my seat.
the door is slightly open. She always leaves the door open.
i make my way downstairs, lost in the thoughts of serving Her. my true purpose...
-
@ 7f6db517:a4931eda
2025-06-09 06:02:16Nostr is an open communication protocol that can be used to send messages across a distributed set of relays in a censorship resistant and robust way.
If you missed my nostr introduction post you can find it here. My nostr account can be found here.
We are nearly at the point that if something interesting is posted on a centralized social platform it will usually be posted by someone to nostr.
We are nearly at the point that if something interesting is posted exclusively to nostr it is cross posted by someone to various centralized social platforms.
We are nearly at the point that you can recommend a cross platform app that users can install and easily onboard without additional guides or resources.
As companies continue to build walls around their centralized platforms nostr posts will be the easiest to cross reference and verify - as companies continue to censor their users nostr is the best censorship resistant alternative - gradually then suddenly nostr will become the standard. ðŦĄ
Current Nostr Stats
If you found this post helpful support my work with bitcoin.
-
@ ee11a5df:b76c4e49
2024-09-11 08:16:37Bye-Bye Reply Guy
There is a camp of nostr developers that believe spam filtering needs to be done by relays. Or at the very least by DVMs. I concur. In this way, once you configure what you want to see, it applies to all nostr clients.
But we are not there yet.
In the mean time we have ReplyGuy, and gossip needed some changes to deal with it.
Strategies in Short
- WEB OF TRUST: Only accept events from people you follow, or people they follow - this avoids new people entirely until somebody else that you follow friends them first, which is too restrictive for some people.
- TRUSTED RELAYS: Allow every post from relays that you trust to do good spam filtering.
- REJECT FRESH PUBKEYS: Only accept events from people you have seen before - this allows you to find new people, but you will miss their very first post (their second post must count as someone you have seen before, even if you discarded the first post)
- PATTERN MATCHING: Scan for known spam phrases and words and block those events, either on content or metadata or both or more.
- TIE-IN TO EXTERNAL SYSTEMS: Require a valid NIP-05, or other nostr event binding their identity to some external identity
- PROOF OF WORK: Require a minimum proof-of-work
All of these strategies are useful, but they have to be combined properly.
filter.rhai
Gossip loads a file called "filter.rhai" in your gossip directory if it exists. It must be a Rhai language script that meets certain requirements (see the example in the gossip source code directory). Then it applies it to filter spam.
This spam filtering code is being updated currently. It is not even on unstable yet, but it will be there probably tomorrow sometime. Then to master. Eventually to a release.
Here is an example using all of the techniques listed above:
```rhai // This is a sample spam filtering script for the gossip nostr // client. The language is called Rhai, details are at: // https://rhai.rs/book/ // // For gossip to find your spam filtering script, put it in // your gossip profile directory. See // https://docs.rs/dirs/latest/dirs/fn.data_dir.html // to find the base directory. A subdirectory "gossip" is your // gossip data directory which for most people is their profile // directory too. (Note: if you use a GOSSIP_PROFILE, you'll // need to put it one directory deeper into that profile // directory). // // This filter is used to filter out and refuse to process // incoming events as they flow in from relays, and also to // filter which events get/ displayed in certain circumstances. // It is only run on feed-displayable event kinds, and only by // authors you are not following. In case of error, nothing is // filtered. // // You must define a function called 'filter' which returns one // of these constant values: // DENY (the event is filtered out) // ALLOW (the event is allowed through) // MUTE (the event is filtered out, and the author is // automatically muted) // // Your script will be provided the following global variables: // 'caller' - a string that is one of "Process", // "Thread", "Inbox" or "Global" indicating // which part of the code is running your // script // 'content' - the event content as a string // 'id' - the event ID, as a hex string // 'kind' - the event kind as an integer // 'muted' - if the author is in your mute list // 'name' - if we have it, the name of the author // (or your petname), else an empty string // 'nip05valid' - whether nip05 is valid for the author, // as a boolean // 'pow' - the Proof of Work on the event // 'pubkey' - the event author public key, as a hex // string // 'seconds_known' - the number of seconds that the author // of the event has been known to gossip // 'spamsafe' - true only if the event came in from a // relay marked as SpamSafe during Process // (even if the global setting for SpamSafe // is off)
fn filter() {
// Show spam on global // (global events are ephemeral; these won't grow the // database) if caller=="Global" { return ALLOW; } // Block ReplyGuy if name.contains("ReplyGuy") || name.contains("ReplyGal") { return DENY; } // Block known DM spam // (giftwraps are unwrapped before the content is passed to // this script) if content.to_lower().contains( "Mr. Gift and Mrs. Wrap under the tree, KISSING!" ) { return DENY; } // Reject events from new pubkeys, unless they have a high // PoW or we somehow already have a nip05valid for them // // If this turns out to be a legit person, we will start // hearing their events 2 seconds from now, so we will // only miss their very first event. if seconds_known <= 2 && pow < 25 && !nip05valid { return DENY; } // Mute offensive people if content.to_lower().contains(" kike") || content.to_lower().contains("kike ") || content.to_lower().contains(" nigger") || content.to_lower().contains("nigger ") { return MUTE; } // Reject events from muted people // // Gossip already does this internally, and since we are // not Process, this is rather redundant. But this works // as an example. if muted { return DENY; } // Accept if the PoW is large enough if pow >= 25 { return ALLOW; } // Accept if their NIP-05 is valid if nip05valid { return ALLOW; } // Accept if the event came through a spamsafe relay if spamsafe { return ALLOW; } // Reject the rest DENY
} ```
-
@ 7f6db517:a4931eda
2025-06-09 06:02:17There must be a limit to how much data is transferred across the bitcoin network in order to keep the ability to run and use your own node accessible. A node is required to interact with the global bitcoin network - if you do not use your own node then you must trust someone else's node. If nodes become inaccessible to run then the network will centralize around the remaining entities that operate them - threatening the censorship resistance at the core of bitcoin's value prop. The bitcoin protocol uses three main mechanisms to keep node operation costs low - a fixed limit on the amount of data in each block, an automatic difficulty adjustment that regulates how many blocks are produced based on current mining hash rate, and a robust dynamic transaction fee market.
Bitcoin transaction fees limit network abuse by making usage expensive. There is a cost to every transaction, set by a dynamic free market based on demand for scarce block space. It is an incredibly robust way to prevent spam without relying on centralized entities that can be corrupted or pressured.
After the 2017 bitcoin fee spike we had six years of relative quiet to build tools that would be robust in a sustained high fee market. Fortunately our tools are significantly better now but many still need improvement. Most of the pain points we see today will be mitigated.
The reality is we were never going to be fully prepared - pressure is needed to show the pain points and provide strong incentives to mitigate them.
It will be incredibly interesting to watch how projects adapt under pressure. Optimistic we see great innovation here.
_If you are willing to wait for your transaction to confirm you can pay significantly lower fees. Learn best practices for reducing your fee burden here.
My guide for running and using your own bitcoin node can be found here._
If you found this post helpful support my work with bitcoin.